/* LSN by NEVERBLAND */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong,
b,
mark {
  font-weight: 700;
  font-style: inherit;
}
em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
ins {
  border-bottom: 1px solid;
}
a,
u,
ins {
  text-decoration: none;
}
del,
s {
  text-decoration: line-through;
}
pre,
code,
samp,
kbd {
  font-family: monospace;
}
small {
  font-size: 0.75em;
}
img {
  border: 0;
  font-style: italic;
}
input,
select,
option,
optgroup,
textarea {
  font: inherit;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-clip: padding-box;
}
header,
footer,
section {
  position: relative;
}
.row,
.flex-row {
  position: relative;
  max-width: none;
  margin: 0 auto;
  padding: 0 8px;
}
.row .row,
.flex-row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0;
  margin: 0 -8px;
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0;
  margin: 0 -8px;
}
.flex-row .column,
.flex-row .columns {
  flex-grow: 0;
  flex-shrink: 0;
}
.flex-row.flex-grow .column,
.flex-row.flex-grow .columns {
  flex-grow: 1;
}
.flex-row.flex-wrap {
  flex-wrap: wrap;
}
.flex-row.flex-wrap .column,
.flex-row.flex-wrap .columns {
  margin-top: 20px;
}
.content-box {
  position: relative;
  max-width: none;
  margin: 0 auto;
}
.content-box .row {
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0;
}
.column,
.columns {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 8px;
}
.column.col-center,
.columns.col-center {
  float: none;
  margin: 0 auto;
}
.column + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.row.cols-left .column {
  float: left;
}
.mobile-show {
  display: block !important;
}
.mobile-show-soft {
  display: block;
}
.mobile-show-flex {
  display: flex !important;
}
.mobile-show-flex-soft {
  display: flex;
}
.mobile-hide,
.mobile-hide-flex {
  display: none !important;
}
.mobile-hide-soft,
.mobile-hide-flex-soft {
  display: none;
}
@media only screen and (min-width: 480px) {
  .row,
  .flex-row {
    max-width: 100%;
  }
  .content-box {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .row,
  .flex-row {
    max-width: 100%;
  }
  .content-box {
    max-width: 100%;
  }
  .mobile-show {
    display: none !important;
  }
  .mobile-show-soft {
    display: none;
  }
  .mobile-show-flex {
    display: none !important;
  }
  .mobile-show-flex-soft {
    display: none;
  }
  .mobile-hide {
    display: block !important;
  }
  .mobile-hide-soft {
    display: block;
  }
  .mobile-hide-flex {
    display: flex !important;
  }
  .mobile-hide-flex-soft {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  header,
  footer,
  section {
    padding: 0;
  }
  .row,
  .flex-row {
    max-width: 1024px;
  }
  .content-box {
    max-width: 992px;
  }
  .row .one {
    width: 8.33%;
  }
  .row .two {
    width: 16.66%;
  }
  .row .fifth {
    width: 20%;
  }
  .row .three {
    width: 25%;
  }
  .row .four {
    width: 33.33%;
  }
  .row .five {
    width: 41.66%;
  }
  .row .six {
    width: 50%;
  }
  .row .seven {
    width: 58.33%;
  }
  .row .eight {
    width: 66.66%;
  }
  .row .nine {
    width: 75%;
  }
  .row .ten {
    width: 83.33%;
  }
  .row .eleven {
    width: 91.66%;
  }
  .row .twelve {
    width: 100%;
  }
}
@media only screen and (min-width: 1220px) {
  .row,
  .flex-row {
    max-width: 1168px;
  }
  .content-box {
    max-width: 1136px;
  }
}
@media print {
  .row,
  .flex-row {
    max-width: 210mm;
  }
  .row .one,
  .flex-row .one {
    width: 8.33%;
  }
  .row .two,
  .flex-row .two {
    width: 16.66%;
  }
  .row .fifth,
  .flex-row .fifth {
    width: 20%;
  }
  .row .three,
  .flex-row .three {
    width: 25%;
  }
  .row .four,
  .flex-row .four {
    width: 33.33%;
  }
  .row .five,
  .flex-row .five {
    width: 41.66%;
  }
  .row .six,
  .flex-row .six {
    width: 50%;
  }
  .row .seven,
  .flex-row .seven {
    width: 58.33%;
  }
  .row .eight,
  .flex-row .eight {
    width: 66.66%;
  }
  .row .nine,
  .flex-row .nine {
    width: 75%;
  }
  .row .ten,
  .flex-row .ten {
    width: 83.33%;
  }
  .row .eleven,
  .flex-row .eleven {
    width: 91.66%;
  }
  .row .twelve,
  .flex-row .twelve {
    width: 100%;
  }
  .content-box {
    max-width: 205mm;
  }
}
.flex-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  justify-items: center;
  align-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: calc(100% - (1rem * 2));
}
.flex-container.flex-center,
.flex-container.flex-container-article {
  justify-content: center;
}
.flex-container.flex-container-column {
  flex-direction: column;
}
.flex-container.flex-container-column.flex-center {
  align-items: center;
}
.flex-container.flex-container-no-wrap {
  flex-wrap: nowrap;
}
.flex-container.flex-container-rollup {
  gap: 1rem;
}
.flex-container.flex-gap-0-5 {
  gap: 0.5rem;
}
.flex-container.flex-gap-1 {
  gap: 1rem;
}
.flex-container.flex-gap-1-5 {
  gap: 1.5rem;
}
.flex-container.flex-gap-2 {
  gap: 2rem;
}
.flex-container.flex-gap-2-5 {
  gap: 2.5rem;
}
.flex-container.flex-gap-3 {
  gap: 3rem;
}
.flex-container.flex-gap-3-5 {
  gap: 3.5rem;
}
.flex-container.flex-gap-4 {
  gap: 4rem;
}
.flex-container.flex-row {
  flex-direction: row;
}
.flex-container.flex-row.flex-horizontal-start {
  justify-content: flex-start;
}
.flex-container.flex-row.flex-horizontal-center {
  justify-content: center;
}
.flex-container.flex-row.flex-horizontal-end {
  justify-content: flex-end;
}
.flex-container.flex-row.flex-vertical-start {
  align-items: flex-start;
}
.flex-container.flex-row.flex-vertical-center {
  align-items: center;
}
.flex-container.flex-row.flex-vertical-end {
  align-items: flex-end;
}
.flex-container.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-container.flex-row-reverse.flex-horizontal-start {
  justify-content: flex-start;
}
.flex-container.flex-row-reverse.flex-horizontal-center {
  justify-content: center;
}
.flex-container.flex-row-reverse.flex-horizontal-end {
  justify-content: flex-end;
}
.flex-container.flex-row-reverse.flex-vertical-start {
  align-items: flex-start;
}
.flex-container.flex-row-reverse.flex-vertical-center {
  align-items: center;
}
.flex-container.flex-row-reverse.flex-vertical-end {
  align-items: flex-end;
}
.flex-container.flex-column {
  flex-direction: column;
}
.flex-container.flex-column.flex-horizontal-start {
  align-items: flex-start;
}
.flex-container.flex-column.flex-horizontal-center {
  align-items: center;
}
.flex-container.flex-column.flex-horizontal-end {
  align-items: flex-end;
}
.flex-container.flex-column.flex-vertical-start {
  justify-content: flex-start;
}
.flex-container.flex-column.flex-vertical-center {
  justify-content: center;
}
.flex-container.flex-column.flex-vertical-end {
  justify-content: flex-end;
}
.flex-container.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-container.flex-column-reverse.flex-horizontal-start {
  align-items: flex-start;
}
.flex-container.flex-column-reverse.flex-horizontal-center {
  align-items: center;
}
.flex-container.flex-column-reverse.flex-horizontal-end {
  align-items: flex-end;
}
.flex-container.flex-column-reverse.flex-vertical-start {
  justify-content: flex-start;
}
.flex-container.flex-column-reverse.flex-vertical-center {
  justify-content: center;
}
.flex-container.flex-column-reverse.flex-vertical-end {
  justify-content: flex-end;
}
.flex-container > * {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.flex-container.flex-no-grow > * {
  flex-grow: 0;
}
.flex-container.flex-shrink-1 > * {
  flex-shrink: 1;
}
.flex-container.flex-basis-0 > * {
  flex-basis: 0;
}
.flex-container.flex-basis-fit > * {
  flex-basis: fit-content;
}
.flex-container > .flex-no-grow {
  flex-grow: 0;
}
.flex-container > .flex-shrink-1 {
  flex-shrink: 1;
}
.flex-container > .flex-basis-0 {
  flex-basis: 0;
}
.flex-container > .flex-basis-fit {
  flex-basis: fit-content;
}
.flex-container #the-article {
  max-width: 100%;
}
.display-style-flex {
  --display-style: flex !important;
}
.display-style-flex-inline {
  --display-style: inline-flex !important;
}
.display-style-block {
  --display-style: block !important;
}
.display-style-inline {
  --display-style: inline !important;
}
@media only screen and (min-width: 1024px) {
  .flex-container {
    max-width: 992px;
  }
  .flex-container #the-article {
    max-width: 839px;
  }
}
@media only screen and (min-width: 1220px) {
  .flex-container {
    max-width: 1136px;
  }
}
@media print {
  .flex-container {
    max-width: 205mm;
  }
}
.translate-fix {
  -webkit-transform: translate3d(0, 0, 0);
}
@-webkit-keyframes pin-bounce {
  0% {
    bottom: 0;
  }
  40% {
    bottom: 7px;
  }
  60% {
    bottom: 0px;
  }
  80% {
    bottom: 3px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes pin-bounce {
  0% {
    bottom: 0;
  }
  40% {
    bottom: 7px;
  }
  60% {
    bottom: 0px;
  }
  80% {
    bottom: 3px;
  }
  100% {
    bottom: 0px;
  }
}
@-o-keyframes pin-bounce {
  0% {
    bottom: 0;
  }
  40% {
    bottom: 7px;
  }
  60% {
    bottom: 0px;
  }
  80% {
    bottom: 3px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes pin-bounce {
  0% {
    bottom: 0;
  }
  40% {
    bottom: 7px;
  }
  60% {
    bottom: 0px;
  }
  80% {
    bottom: 3px;
  }
  100% {
    bottom: 0px;
  }
}
/* Flexbox */
/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
@font-face {
  font-family: "New Century Schoolbook";
  src: url("/fonts/5609181/b98ae633-930b-4edb-8ebd-c4745da86fa0.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "New Century Schoolbook";
  src: url("/fonts/5609238/93fd194b-c636-4230-a0a2-a1f7f73d3e1d.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "New Century Schoolbook";
  src: url("/fonts/5609224/01acafb2-e95e-4835-aaa8-eb1d9891bdc2.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Favorit';
  src: url('/fonts/ABCFavorit-Book.woff2') format('woff2');
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: 'Favorit';
  src: url('/fonts/ABCFavorit-BookItalic.woff2') format('woff2');
  font-weight: 350;
  font-style: italic;
}
@font-face {
  font-family: 'Favorit';
  src: url('/fonts/ABCFavorit-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
html,
body {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
}
h1.banner,
h2.banner,
h3.banner,
h4.banner,
h5.banner,
h6.banner {
  background: #F3F3F3;
  text-transform: uppercase;
  text-align: center;
}
h1.centered,
h2.centered,
h3.centered,
h4.centered,
h5.centered,
h6.centered {
  text-align: center;
}
h1,
.h1 {
  font-size: 1.75rem;
}
h1.banner,
.h1.banner {
  padding: 14px 0;
}
h2,
.h2 {
  font-size: 1.3125rem;
}
h2.banner,
.h2.banner {
  padding: 11px 0;
}
h3,
.h3 {
  font-size: 1.125rem;
}
h3.banner,
.h3.banner {
  padding: 9px 0;
}
h4,
.h4 {
  font-size: 1rem;
}
h4.banner,
.h4.banner {
  padding: 8px 0;
}
h5,
.h5 {
  font-size: 0.75rem;
}
h5.banner,
.h5.banner {
  padding: 6px 0;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.375rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
p {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  margin-top: 11px;
  line-height: 1.4;
}
p.centered {
  text-align: center;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
a:hover {
  color: #FC5D20;
}
.hover-group:hover a {
  color: #676767;
}
.color-highlight {
  color: #FC5D20;
}
::-moz-selection {
  background: #FC5D20;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #FC5D20;
  color: #fff;
  text-shadow: none;
}
.text-uppercase {
  text-transform: uppercase;
}
#the-article h1,
#the-article h2,
#the-article h3,
#the-article h4,
#the-article h5,
#the-article h6 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.icheckbox_flat,
.iradio_flat {
  float: left;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  background: url('/images/front/icheck.png') no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_flat {
  background-position: 0 0;
}
.icheckbox_flat.checked {
  background-position: -16px 0;
}
.icheckbox_flat.disabled {
  background-position: -32px 0;
  cursor: default;
}
.icheckbox_flat.checked.disabled {
  background-position: -48px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_flat,
  .iradio_flat {
    background-image: url('/images/front/icheck@2x.png');
    -webkit-background-size: 64px 16px;
    background-size: 64px 16px;
  }
}
select {
  display: block;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #c5c6c6;
  white-space: nowrap;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  height: 28px;
  border-radius: 0;
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.

      More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  padding: 5px 0 4px 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #c5c6c6;
  white-space: nowrap;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  outline: none;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #c5c6c6;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  font-weight: 350;
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/images/front/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000000;
  border: 1px solid #c5c6c6;
  border-top: 0;
}
.select2-drop-active {
  border: 1px solid #c5c6c6;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #c5c6c6;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #c5c6c6;
  border-bottom: 0;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.select2-container .select2-choice .select2-arrow b {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 8px;
  height: 6px;
  background: url('/images/front/select2-arrows.png') no-repeat 0 0;
  background-size: 8px 14px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 8px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.6875rem;
  border: 1px solid #c5c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url('/images/front/select2.png') no-repeat 100% -22px;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('/images/front/select2-spinner.gif') no-repeat 100%;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  background-color: #fff;
  color: #FC5D20;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #c5c6c6;
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: 0 -7px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 350;
}
.select2-results .select2-result-label {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  border-top: 1px solid #f3f3f3;
  padding: 6px 8px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  color: #FC5D20;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  border-top: 1px solid #f3f3f3;
  background: #f4f4f4;
  display: list-item;
  padding: 6px 8px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('/images/front/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 4px;
  position: relative;
  border: 1px solid #c5c6c6;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('/images/front/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  display: block;
  height: 26px;
  padding: 0 6px 0 18px;
  margin: 3px;
  overflow: hidden;
  position: relative;
  border: 1px solid #c5c6c6;
  white-space: nowrap;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  outline: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 3px;
  top: 5px;
  font-size: 1px;
  outline: none;
  background: url('/images/front/select2.png') right top no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('/images/front/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*! jQuery UI - v1.10.3 - 2013-07-29
* http://jqueryui.com
* Includes: jquery.ui.core.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 260px;
  margin-top: -1px;
  padding: 0 8px 8px;
  display: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #fff;
  border: 1px solid #ccc;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 5px 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 8px;
  width: 20px;
  height: 20px;
  background: red;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev {
  left: 6px;
  background: url('/images/admin/datepicker-left.png') -20px 0 no-repeat;
  background-size: 40px 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: url('/images/admin/datepicker-left.png') 0 0 no-repeat;
  background-size: 40px 20px;
  border: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 6px;
  background: url('/images/admin/datepicker-right.png') 0 0 no-repeat;
  background-size: 40px 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: url('/images/admin/datepicker-right.png') -20px 0 no-repeat;
  background-size: 40px 20px;
  border: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-next-hover.ui-state-hover span,
.ui-datepicker .ui-datepicker-prev-hover.ui-state-hover span {
  display: none !important;
}
.ui-datepicker .ui-datepicker-title {
  padding: 7px 0;
  text-align: center;
  font-size: 13px;
  color: #FC5D20;
  font-weight: 350;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 34%;
  margin: -3px 4px 0;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.ui-datepicker table tr {
  border-top: 1px solid #f3f3f3;
}
.ui-datepicker th {
  padding: 10px 4px;
  text-align: center;
  font-size: 10px;
  border: 0;
  color: #000000;
}
.ui-datepicker td {
  border: 0;
  padding: 0;
  border-left: 1px solid #f3f3f3;
}
.ui-datepicker td:first-child {
  border: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 10px 5px;
  font-size: 10px;
  text-align: right;
  text-decoration: none;
  text-align: center;
}
.ui-datepicker td span.ui-state-default,
.ui-datepicker td a.ui-state-default {
  border: 0;
  background: #f3f3f3;
  color: #000000;
}
.ui-datepicker td span.ui-state-default.ui-state-hover,
.ui-datepicker td a.ui-state-default.ui-state-hover {
  position: relative;
  background: #FC5D20;
  color: #fff;
  -moz-box-shadow: 0 0 0 4px #FC5D20, transparent 0 0 0;
  -webkit-box-shadow: 0 0 0 4px #FC5D20, transparent 0 0 0;
  box-shadow: 0 0 0 4px #FC5D20, transparent 0 0 0;
  z-index: 10;
  font-weight: 700;
}
.ui-datepicker td span.ui-state-default.ui-state-active,
.ui-datepicker td a.ui-state-default.ui-state-active {
  position: relative;
  background: #FC5D20;
  color: #fff;
  -moz-box-shadow: 0 0 0 1px #FC5D20, transparent 0 0 0;
  -webkit-box-shadow: 0 0 0 1px #FC5D20, transparent 0 0 0;
  box-shadow: 0 0 0 1px #FC5D20, transparent 0 0 0;
  z-index: 10;
  font-weight: 700;
}
.ui-datepicker table:hover td a.ui-state-active {
  background: #f3f3f3;
  color: #FC5D20;
  -moz-box-shadow: 0 0 0 0 transparent, transparent 0 0 0;
  -webkit-box-shadow: 0 0 0 0 transparent, transparent 0 0 0;
  box-shadow: 0 0 0 0 transparent, transparent 0 0 0;
  z-index: auto;
}
.ui-datepicker table:hover td a.ui-state-active.ui-state-hover {
  position: relative;
  background: #FC5D20;
  color: #fff;
  -moz-box-shadow: 0 0 0 4px #FC5D20, transparent 0 0 0;
  -webkit-box-shadow: 0 0 0 4px #FC5D20, transparent 0 0 0;
  box-shadow: 0 0 0 4px #FC5D20, transparent 0 0 0;
  z-index: 10;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-buttonpane {
  float: left;
  width: 100%;
  background-image: none;
  margin: 0;
  padding: 8px 10px 10px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #f3f3f3;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  padding: 8px 12px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 350;
  font-size: 11px;
  cursor: pointer;
  border: 0;
  line-height: 1;
  background: #9D9D9D;
  color: #fff;
  -moz-box-shadow: 0 2px 0 0 #909090, transparent 0 0 0;
  -webkit-box-shadow: 0 2px 0 0 #909090, transparent 0 0 0;
  box-shadow: 0 2px 0 0 #909090, transparent 0 0 0;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  background: #909090;
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
  background: #000000;
  -moz-box-shadow: 0 2px 0 0 #000000, transparent 0 0 0;
  -webkit-box-shadow: 0 2px 0 0 #000000, transparent 0 0 0;
  box-shadow: 0 2px 0 0 #000000, transparent 0 0 0;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover {
  background: #000000;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-bottom: 30px;
  overflow: visible;
  background: #D9D9D9;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #D9D9D9;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(/images/front/cb-loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #f3f3f3;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  -webkit-transition: background-color 0.14s ease-out;
  -moz-transition: background-color 0.14s ease-out;
  -o-transition: background-color 0.14s ease-out;
  transition: background-color 0.14s ease-out;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxSlideshow:hover,
#cboxClose:hover {
  background-color: #000000;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
.cboxElement:focus {
  outline: 0;
}
#cboxPrevious {
  background: #9D9D9D url('/images/front/cb-prev.png') 0 0 no-repeat;
  background-size: 30px 30px;
  margin-left: -55px;
}
#cboxNext {
  background: #9D9D9D url('/images/front/cb-next.png') 0 0 no-repeat;
  background-size: 30px 30px;
  margin-left: 25px;
}
#cboxClose {
  background: #676767 url('/images/front/cb-close.png') 0 0 no-repeat;
  background-size: 30px 30px;
  margin-left: -15px;
}
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  top: 150px;
  left: 50%;
  margin-left: -50%;
  width: 100vw;
  background: #fff;
  position: absolute;
  z-index: 1001;
  padding: 21px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .reveal-modal {
    top: 250px;
    margin-left: -250px;
    width: 500px;
  }
}
.reveal-modal .close-reveal-modal {
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 1.2rem;
  color: #FC5D20;
  cursor: pointer;
}
.reveal-modal .account-details {
  padding-top: 0 !important;
}
.reveal-modal .account-details h3 {
  margin: 10px 0;
}
.reveal-modal.confirm-modal {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .reveal-modal.small {
    width: 200px;
    margin-left: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .reveal-modal.medium {
    width: 400px;
    margin-left: -200px;
  }
}
@media only screen and (min-width: 768px) {
  .reveal-modal.large {
    width: 600px;
    margin-left: -300px;
  }
}
@media only screen and (min-width: 768px) {
  .reveal-modal.xlarge {
    width: 960px;
    margin-left: -480px;
  }
}
/* FLOWPLAYER BASE
----------------------------------- */
.flowplayer {
  position: relative;
  width: 100%;
  text-align: left;
  background-size: cover;
  display: inline-block;
}
.flowplayer * {
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  list-style-type: none;
}
.flowplayer a:focus {
  outline: 0;
}
.flowplayer video {
  width: 100%;
}
.flowplayer.is-ipad video {
  -webkit-transform: translateX(-2048px);
}
.is-ready.flowplayer.is-ipad video {
  -webkit-transform: translateX(0);
}
.flowplayer .fp-engine,
.flowplayer .fp-ui,
.flowplayer .fp-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.flowplayer .fp-message {
  display: none;
  text-align: center;
  padding-top: 5%;
  cursor: default;
}
.flowplayer .fp-message h2 {
  font-size: 120%;
  margin-bottom: 1em;
}
.flowplayer .fp-message p {
  color: #666;
  font-size: 95%;
}
.flowplayer .fp-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.no-background.flowplayer .fp-controls {
  background-color: transparent !important;
  background-color: transparent;
  background-image: -moz-linear-gradient(transparent, transparent) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(transparent)) !important;
}
.is-fullscreen.flowplayer .fp-controls {
  bottom: 3px;
}
.is-mouseover.flowplayer .fp-controls {
  bottom: 0;
}
.flowplayer .fp-waiting {
  display: none;
  margin: 19% auto;
  text-align: center;
}
.flowplayer .fp-waiting * {
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
}
.flowplayer .fp-waiting em {
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-animation: pulse 0.6s infinite;
  -moz-animation: pulse 0.6s infinite;
  animation: pulse 0.6s infinite;
  margin: 0.3em;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.flowplayer .fp-waiting em:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.flowplayer .fp-waiting em:nth-child(2) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.flowplayer .fp-waiting em:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.flowplayer .fp-waiting p {
  color: #ccc;
  font-weight: bold;
}
.flowplayer .fp-speed {
  font-size: 30px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  color: #eee;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  padding: 0.1em 0 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.flowplayer .fp-speed.fp-hilite {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-help {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 100;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
}
.is-help.flowplayer .fp-help {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-help .fp-help-section {
  margin: 3%;
}
.flowplayer .fp-help .fp-help-basics {
  margin-top: 6%;
}
.flowplayer .fp-help p {
  color: #eee;
  margin: 0.5em 0;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin: 1% 2%;
}
.flowplayer .fp-help em {
  background: #eee;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  margin-right: 0.4em;
  padding: 0.3em 0.6em;
  color: #333;
}
.flowplayer .fp-help .fp-close {
  display: block;
}
@media (max-width: 600px) {
  .flowplayer .fp-help p {
    font-size: 9px;
  }
}
.flowplayer .fp-subtitle {
  position: absolute;
  bottom: 40px;
  left: -99999em;
  z-index: 10;
  text-align: center;
  width: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.flowplayer .fp-subtitle p {
  display: inline;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #eee;
  padding: 0.1em 0.4em;
  font-size: 16px;
  line-height: 1.6;
}
.flowplayer .fp-subtitle p:after {
  content: '';
  clear: both;
}
.flowplayer .fp-subtitle.fp-active {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-mute,
.flowplayer .fp-embed,
.flowplayer .fp-close {
  background-image: url(/images/front/flowplayer/white.png);
  background-size: 37px 300px;
}
.color-light.flowplayer .fp-fullscreen,
.color-light.flowplayer .fp-unload,
.color-light.flowplayer .fp-mute,
.color-light.flowplayer .fp-embed,
.color-light.flowplayer .fp-close {
  background-image: url(/images/front/flowplayer/black.png);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.flowplayer .fp-fullscreen,
  .color-light.flowplayer .fp-unload,
  .color-light.flowplayer .fp-mute,
  .color-light.flowplayer .fp-embed,
  .color-light.flowplayer .fp-close {
    background-image: url(/images/front/flowplayer/black@x2.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .flowplayer .fp-fullscreen,
  .flowplayer .fp-unload,
  .flowplayer .fp-mute,
  .flowplayer .fp-embed,
  .flowplayer .fp-close {
    background-image: url(/images/front/flowplayer/white@x2.png);
  }
}
.is-splash.flowplayer .fp-ui,
.is-paused.flowplayer .fp-ui {
  background: url(/images/front/flowplayer/play_white.png) center no-repeat;
  background-size: 12%;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .is-splash.flowplayer .fp-ui,
  .is-paused.flowplayer .fp-ui {
    background: url(/images/front/flowplayer/play_white@x2.png) center no-repeat;
    background-size: 12%;
  }
}
.color-light.is-splash.flowplayer .fp-ui,
.color-light.is-paused.flowplayer .fp-ui {
  background-image: url(/images/front/flowplayer/play_black.png);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.is-splash.flowplayer .fp-ui,
  .color-light.is-paused.flowplayer .fp-ui {
    background-image: url(/images/front/flowplayer/play_black@x2.png);
  }
}
.is-fullscreen.flowplayer .fp-ui {
  background-size: auto;
}
.is-seeking.flowplayer .fp-ui,
.is-loading.flowplayer .fp-ui {
  background-image: none;
}
.flowplayer .fp-logo {
  position: absolute;
  top: auto;
  left: 5px;
  bottom: 25px;
  cursor: pointer;
  display: none;
  z-index: 100;
}
.flowplayer .fp-logo img {
  width: 100%;
}
.is-embedded.flowplayer .fp-logo {
  display: block;
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-close {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  display: block;
  width: 18px;
  height: 19px;
  background-position: 0 -197px;
  cursor: pointer;
}
.is-fullscreen.flowplayer .fp-fullscreen,
.is-fullscreen.flowplayer .fp-unload,
.is-fullscreen.flowplayer .fp-close {
  background-position: 0 -218px;
}
.flowplayer .fp-unload,
.flowplayer .fp-close {
  background-position: 5px -178px;
  display: none;
}
.flowplayer.is-ready.is-closeable .fp-unload {
  display: block;
}
.flowplayer.is-ready.is-closeable .fp-fullscreen {
  display: none;
}
.flowplayer .fp-timeline {
  height: 3px;
  position: relative;
  overflow: hidden;
}
.flowplayer .fp-buffer,
.flowplayer .fp-progress {
  position: absolute;
  top: 0;
  left: auto;
  height: 100%;
  cursor: col-resize;
}
.flowplayer .fp-volume {
  position: absolute;
  top: 7.5px;
  right: 5px;
}
.flowplayer .fp-mute {
  width: 10px;
  height: 15px;
  float: left;
  position: relative;
  top: -5px;
  cursor: pointer;
  background-position: -2px -99px;
}
.flowplayer .fp-volumeslider {
  width: 90px;
  height: 5px;
  cursor: col-resize;
  float: left;
}
.flowplayer .fp-volumelevel {
  height: 100%;
}
.flowplayer.no-volume .fp-volumeslider {
  display: none;
}
.flowplayer .fp-time {
  text-shadow: 0 0 1px #000;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  width: 100%;
}
.flowplayer .fp-time.is-inverted .fp-duration {
  display: none;
}
.flowplayer .fp-time.is-inverted .fp-remaining {
  display: inline;
}
.flowplayer .fp-time em {
  width: 35px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  font-style: normal;
}
.no-time.flowplayer .fp-time {
  display: none;
}
.flowplayer .fp-elapsed {
  left: 5px;
}
.flowplayer .fp-remaining,
.flowplayer .fp-duration {
  right: 110px;
  color: #bbb;
}
.flowplayer .fp-remaining {
  display: none;
}
.flowplayer.color-light .fp-time {
  color: #222;
  text-shadow: 0 0 1px #fff;
}
.flowplayer.color-light .fp-remaining,
.flowplayer.color-light .fp-duration {
  color: #666;
}
.flowplayer.aside-time .fp-time {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: auto !important;
  width: 200px;
}
.flowplayer.aside-time .fp-time strong,
.flowplayer.aside-time .fp-time em {
  position: static;
}
.flowplayer.aside-time .fp-time .fp-elapsed {
  margin-right: 5px;
}
.flowplayer.is-splash {
  cursor: pointer;
}
.flowplayer.is-splash .fp-controls,
.flowplayer.is-splash .fp-fullscreen,
.flowplayer.is-splash .fp-unload,
.flowplayer.is-splash .fp-time,
.flowplayer.is-splash .fp-embed {
  display: none;
}
.flowplayer.is-loading .fp-waiting {
  display: block;
}
.flowplayer.is-loading .fp-controls,
.flowplayer.is-loading .fp-time {
  display: none;
}
.flowplayer.is-loading .fp-ui {
  background-position: -9999em;
}
.flowplayer.is-seeking .fp-waiting {
  display: block;
}
.flowplayer.is-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333;
}
.flowplayer.is-error {
  border: 1px solid #909090;
  background: #fdfdfd !important;
}
.flowplayer.is-error h2 {
  font-weight: bold;
  font-size: large;
  margin-top: 10%;
}
.flowplayer.is-error .fp-message {
  display: block;
}
.flowplayer.is-error object,
.flowplayer.is-error video,
.flowplayer.is-error .fp-controls,
.flowplayer.is-error .fp-time,
.flowplayer.is-error .fp-subtitle {
  display: none;
}
.flowplayer.is-ready.is-muted .fp-mute {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.flowplayer.is-mouseout .fp-controls {
  height: 0;
  -webkit-transition: height 0.15s 0.3s;
  -moz-transition: height 0.15s 0.3s;
  transition: height 0.15s 0.3s;
}
.flowplayer.is-mouseout .fp-timeline {
  -webkit-transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  -moz-transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  top: 0;
}
.flowplayer.is-mouseout .fp-fullscreen,
.flowplayer.is-mouseout .fp-unload,
.flowplayer.is-mouseout .fp-elapsed,
.flowplayer.is-mouseout .fp-remaining,
.flowplayer.is-mouseout .fp-duration,
.flowplayer.is-mouseout .fp-embed,
.flowplayer.is-mouseout .fp-logo,
.flowplayer.is-mouseout .fp-volume {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.15s 0.3s;
  -moz-transition: opacity 0.15s 0.3s;
  transition: opacity 0.15s 0.3s;
}
.flowplayer.is-ready.is-mouseover .fp-controls,
.flowplayer.fixed-controls .fp-controls {
  height: 20px;
}
.flowplayer.is-ready.is-mouseover .fp-fullscreen,
.flowplayer.fixed-controls .fp-fullscreen,
.flowplayer.is-ready.is-mouseover .fp-unload,
.flowplayer.fixed-controls .fp-unload,
.flowplayer.is-ready.is-mouseover .fp-elapsed,
.flowplayer.fixed-controls .fp-elapsed,
.flowplayer.is-ready.is-mouseover .fp-remaining,
.flowplayer.fixed-controls .fp-remaining,
.flowplayer.is-ready.is-mouseover .fp-duration,
.flowplayer.fixed-controls .fp-duration,
.flowplayer.is-ready.is-mouseover .fp-embed,
.flowplayer.fixed-controls .fp-embed,
.flowplayer.is-ready.is-mouseover .fp-logo,
.flowplayer.fixed-controls .fp-logo,
.flowplayer.is-ready.is-mouseover .fp-volume,
.flowplayer.fixed-controls .fp-volume {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.is-ready.is-mouseover .fp-timeline,
.flowplayer.fixed-controls .fp-timeline {
  top: 5px;
  height: 10px;
  margin: 0 150px 0 45px;
}
.aside-time.flowplayer.is-ready.is-mouseover .fp-timeline,
.aside-time.flowplayer.fixed-controls .fp-timeline,
.no-time.flowplayer.is-ready.is-mouseover .fp-timeline,
.no-time.flowplayer.fixed-controls .fp-timeline {
  margin: 0 110px 0 5px;
}
.no-volume.flowplayer.is-ready.is-mouseover .fp-timeline,
.no-volume.flowplayer.fixed-controls .fp-timeline {
  margin-right: 20px;
}
.flowplayer.fixed-controls .fp-volume {
  display: block;
}
.flowplayer.fixed-controls .fp-controls {
  bottom: -20px;
}
.is-fullscreen.flowplayer.fixed-controls .fp-controls {
  bottom: 0;
}
.flowplayer.fixed-controls .fp-time em {
  bottom: -15px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.is-disabled .fp-progress {
  background-color: #999;
}
.flowplayer .fp-embed {
  position: absolute;
  top: 6px;
  left: 5px;
  display: block;
  width: 20px;
  height: 12px;
  background-position: 0 -239px;
}
.flowplayer .fp-embed-code {
  position: absolute;
  display: none;
  top: 10px;
  left: 40px;
  background-color: #333;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  font-size: 12px;
}
.flowplayer .fp-embed-code:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 2px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #333;
}
.flowplayer .fp-embed-code textarea {
  width: 400px;
  height: 16px;
  font-family: monaco, "courier new", verdana;
  color: #777;
  white-space: nowrap;
  resize: none;
  overflow: hidden;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #ccc;
}
.flowplayer .fp-embed-code label {
  display: block;
  color: #999;
}
.flowplayer.is-embedding .fp-embed,
.flowplayer.is-embedding .fp-embed-code {
  display: block;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.aside-time .fp-embed {
  left: 90px;
}
.flowplayer.aside-time .fp-embed-code {
  left: 120px;
}
.flowplayer.aside-time.is-embedding .fp-time {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flowplayer .fp-controls {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.6);
}
.flowplayer.fixed-controls .fp-controls {
  background-color: #333;
}
.flowplayer .fp-timeline {
  background-color: #666;
}
.flowplayer .fp-buffer {
  background-color: #eee;
}
.flowplayer .fp-progress {
  background-color: #00a7c8;
}
.flowplayer .fp-volumeslider {
  background-color: #000;
}
.flowplayer .fp-volumelevel {
  background-color: #fff;
}
.flowplayer.color-light .fp-controls {
  background-color: rgba(255, 255, 255, 0.6);
}
.flowplayer.color-light.fixed-controls .fp-controls {
  background-color: #fff;
}
.flowplayer.color-light .fp-volumeslider {
  background-color: #ddd;
}
.flowplayer.color-light .fp-volumelevel {
  background-color: #222;
}
.flowplayer.color-alt .fp-progress {
  background-color: #fff;
}
.flowplayer.color-alt .fp-buffer {
  background-color: #999;
}
.flowplayer.color-alt2 .fp-progress {
  background-color: #900;
}
/* EXTENDING FLOWPLAYER
----------------------------------- */
.flowplayer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.flowplayer .fp-embed {
  display: none;
}
.flowplayer .fp-controls {
  background: rgba(0, 0, 0, 0.8);
  border: 0;
  width: auto;
  left: 60px;
  right: 24px;
  opacity: 1;
}
.flowplayer .fp-controls {
  height: 34px !important;
}
.flowplayer .fp-controls .fp-timeline {
  top: 0px !important;
  margin: 0 136px 0 44px;
  height: 34px;
}
.flowplayer .fp-time em {
  bottom: 12px;
  font-size: 0.625rem;
}
.flowplayer .fp-time .fp-elapsed {
  left: 60px;
}
.flowplayer .fp-time .fp-duration {
  right: 114px;
}
.flowplayer .fp-time .fp-remaining {
  right: 116px;
}
.flowplayer .fp-timeline {
  background: none;
  z-index: 2;
}
.flowplayer .fp-timeline:after {
  content: '';
  position: absolute;
  top: 15px;
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  cursor: col-resize;
  z-index: 1;
}
.flowplayer .fp-buffer {
  background: none;
  z-index: 2;
}
.flowplayer .fp-buffer:after {
  content: '';
  position: absolute;
  top: 15px;
  height: 3px;
  width: 100%;
  background: #fff;
  cursor: col-resize;
  z-index: 1;
}
.flowplayer .fp-progress {
  background: none;
  z-index: 2;
}
.flowplayer .fp-progress:after {
  content: '';
  position: absolute;
  top: 15px;
  height: 3px;
  width: 100%;
  background: #FC5D20;
  cursor: col-resize;
  z-index: 1;
}
.flowplayer .fp-volume {
  top: 14px;
  right: 16px;
}
.flowplayer .fp-volume .fp-volumeslider {
  margin: 0px 0 0 4px;
  height: 5px;
  width: 50px;
  background: url(/images/front/flowplayer/volume-bg.png) 0 0;
}
.flowplayer .fp-volume .fp-volumelevel {
  background: url(/images/front/flowplayer/volume-level.png) 0 0;
}
.flowplayer .fp-fullscreen {
  top: auto;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 34px;
  background: rgba(0, 0, 0, 0.8) url(/images/front/flowplayer/fp-fullscreen.png) -10px 0 no-repeat;
  opacity: 1 !important;
}
.flowplayer .fp-ui {
  -webkit-transition: all 0.15s ease-in-out 0.3s;
  -moz-transition: all 0.15s ease-in-out 0.3s;
  -o-transition: all 0.15s ease-in-out 0.3s;
  transition: all 0.15s ease-in-out 0.3s;
  overflow: hidden;
  opacity: 0;
}
.flowplayer.is-mouseout .fp-timeline {
  top: 0;
}
.flowplayer.is-mouseover .fp-controls {
  height: 34px !important;
}
.flowplayer.is-mouseover .fp-controls .fp-timeline {
  top: 0;
  margin: 0 136px 0 44px;
  height: 34px;
}
.flowplayer.is-mouseover .fp-ui {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: url(/images/front/flowplayer/fp-pause.png) left bottom no-repeat;
  opacity: 1;
}
.flowplayer.is-playing .fp-ui {
  background: url(/images/front/flowplayer/fp-pause.png) left bottom no-repeat;
}
.flowplayer.is-paused .fp-ui {
  background: url(/images/front/flowplayer/fp-play.png) left bottom no-repeat;
}
.flowplayer.is-paused .fp-controls {
  height: 34px !important;
}
.flowplayer.is-paused .fp-controls .fp-timeline {
  top: 0;
  margin: 0 136px 0 44px;
  height: 34px;
}
.flowplayer.is-paused .fp-ui {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: url(/images/front/flowplayer/fp-play.png) left bottom no-repeat;
  opacity: 1;
}
.flowplayer.is-paused .fp-volume,
.flowplayer.is-paused .fp-elapsed,
.flowplayer.is-paused .fp-remaining {
  opacity: 1;
}
.flowplayer .flowplayer-playing,
.flowplayer .flowplayer-paused {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.4;
  display: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.flowplayer .flowplayer-playing.on,
.flowplayer .flowplayer-paused.on {
  background-size: 80px 80px;
}
.flowplayer .flowplayer-playing {
  background: url(/images/front/flowplayer/fp-status-play.png) center center no-repeat;
  background-size: 10px 10px;
}
.flowplayer .flowplayer-paused {
  background: url(/images/front/flowplayer/fp-status-pause.png) center center no-repeat;
  background-size: 10px 10px;
}
.flowplayer a {
  font-weight: 350 !important;
  border: 0 !important;
}
.vjs-lsnglobal {
  font-size: 0.625rem;
  color: #fff;
  outline: none;
  outline: 0;
  /* Hide the big play button */
  /* The default color of control backgrounds is mostly black but with a little
       bit of blue so it can still be seen on all-black video frames, which are common. */
  /* Slider - used for Volume bar and Progress bar */
  /* The slider bar color is used for the progress bar and the volume bar
       (the first two can be removed after a fix that"s coming) */
  /* The main progress bar also has a bar that shows how much has been loaded. */
  /* The load progress bar also has internal divs that represent smaller disconnected loaded time ranges */
}
.vjs-lsnglobal .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vjs-lsnglobal .vjs-big-play-button {
  display: none;
}
.vjs-lsnglobal .vjs-control-bar,
.vjs-lsnglobal .vjs-big-play-button,
.vjs-lsnglobal .vjs-menu-button .vjs-menu-content {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
}
.vjs-lsnglobal .vjs-slider {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
}
.vjs-lsnglobal .vjs-volume-level,
.vjs-lsnglobal .vjs-play-progress,
.vjs-lsnglobal .vjs-slider-bar {
  background: #FC5D20;
}
.vjs-lsnglobal .vjs-fullscreen-control {
  background: url('/images/front/flowplayer/fp-fullscreen.png') center center;
}
.vjs-lsnglobal .vjs-fullscreen-control:before {
  content: "";
}
.vjs-lsnglobal .vjs-load-progress {
  background: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.5);
}
.vjs-lsnglobal .vjs-load-progress div {
  background: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.75);
}
.vjs-lsnglobal .vjs-poster {
  outline: none;
  outline: 0;
}
.vjs-lsnglobal .vjs-play-control {
  width: 7em;
}
.vjs-lsnglobal .vjs-progress-control {
  margin-left: 40px;
  margin-right: 100px;
}
.vjs-lsnglobal .vjs-time-control {
  left: 70px;
  position: absolute;
}
.vjs-lsnglobal .vjs-menu-button-inline .vjs-menu,
.vjs-lsnglobal .vjs-menu-button-inline:focus .vjs-menu,
.vjs-lsnglobal .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-lsnglobal .vjs-volume-menu-button {
  width: 8em;
  position: absolute;
  right: 0;
  margin-right: 50px;
}
.vjs-lsnglobal .vjs-menu-button .vjs-menu-content,
.vjs-lsnglobal .vjs-menu-button-inline:hover,
.vjs-lsnglobal .vjs-menu-button-inline:focus,
.vjs-lsnglobal .vjs-menu-button-inline.vjs-slider-active {
  width: 8em;
}
.vjs-lsnglobal .vjs-menu-button-inline .vjs-menu {
  left: 35px;
}
.vjs-lsnglobal .vjs-mouse-display:before,
.vjs-lsnglobal .vjs-play-progress:before,
.vjs-lsnglobal .vjs-volume-level:before {
  content: "";
}
.vjs-lsnglobal .vjs-mouse-display:after,
.vjs-lsnglobal .vjs-play-progress:after,
.vjs-lsnglobal .vjs-time-tooltip {
  width: 5.5em;
}
.vjs-lsnglobal .vjs-volume-bar {
  background: url('/images/front/flowplayer/volume-bg.png');
  height: 100%;
  width: 100%;
  border-radius: 0;
  margin: 12px 0 0 0;
  max-height: 5px;
  max-width: 50px;
}
.vjs-lsnglobal .vjs-volume-level {
  background: url('/images/front/flowplayer/volume-level.png');
  max-height: 5px;
  max-width: 50px;
  height: 100%;
}
.vjs-lsnglobal .vjs-control:focus:before,
.vjs-lsnglobal .vjs-control:hover:before,
.vjs-lsnglobal .vjs-control:focus {
  text-shadow: none;
}
.ttt {
  position: relative;
}
.ttt::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-size: 0.75rem;
  font-variant: normal;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  opacity: 0;
  line-height: normal;
}
.ttt::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
  opacity: 0;
}
@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ttt:hover::before,
.ttt:active::before,
.ttt:focus::before,
.ttt:hover::after,
.ttt:active::after,
.ttt:focus::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation-name: tooltip-appear;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 0.4s;
}
.ttt-no-delay:hover::before,
.ttt-no-delay:active::before,
.ttt-no-delay:focus::before,
.ttt-no-delay:hover::after,
.ttt-no-delay:active::after,
.ttt-no-delay:focus::after {
  opacity: 1;
  animation: none;
}
.ttt-multiline:hover::after,
.ttt-multiline:active::after,
.ttt-multiline:focus::after {
  display: table-cell;
}
.ttt.ttt-alt::after {
  content: attr(data-ttt-alt);
}
.ttt.ttt-alt::before,
.ttt.ttt-alt::after {
  display: inline-block;
  text-decoration: none;
  animation-name: tooltip-appear;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 0.4s;
}
.ttt-no-delay.ttt-alt::before,
.ttt-no-delay.ttt-alt::after {
  opacity: 1;
  animation: none;
}
.ttt-multiline.ttt-alt::after {
  display: table-cell;
}
.ttt-s::after,
.ttt-se::after,
.ttt-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}
.ttt-s::before,
.ttt-se::before,
.ttt-sw::before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.ttt-se::after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}
.ttt-sw::after {
  margin-right: -15px;
}
.ttt-n::after,
.ttt-ne::after,
.ttt-nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px;
}
.ttt-n::before,
.ttt-ne::before,
.ttt-nw::before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.ttt-ne::after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}
.ttt-nw::after {
  margin-right: -15px;
}
.ttt-s::after,
.ttt-n::after {
  transform: translateX(50%);
}
.ttt-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  transform: translateY(50%);
}
.ttt-w::before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.8);
}
.ttt-e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translateY(50%);
}
.ttt-e::before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.8);
}
.ttt-multiline::after {
  width: max-content;
  max-width: 250px;
  word-wrap: break-word;
  white-space: pre-line;
  border-collapse: separate;
}
.ttt-multiline.ttt-s::after,
.ttt-multiline.ttt-n::after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.ttt-multiline.ttt-w::after,
.ttt-multiline.ttt-e::after {
  right: 100%;
}
.ttt-sticky::before,
.ttt-sticky::after {
  display: inline-block;
}
.ttt-sticky.ttt-multiline::after {
  display: table-cell;
}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  margin: 0;
  min-height: 100%;
  background: #fff;
  color: #000000;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 1;
}
.site-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.site-messages-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3rem;
}
.site-messages-container h2 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-size: 2rem;
}
.site-messages-container h3 {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-size: 1.125rem;
}
.site-messages-container a {
  text-decoration: underline;
}
.site-messages-container > * {
  flex: 1 0 0;
  max-width: fit-content;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
input,
textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #EEEEEE;
  padding: 8px 10px;
  line-height: 1.2;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: #CCCCCC;
}
input.validation-error,
textarea.validation-error,
input.validation-missing,
textarea.validation-missing,
input[invalid],
textarea[invalid] {
  border-color: #e04d3d;
}
select.validation-error,
select.validation-missing,
select[invalid] {
  border-color: #e04d3d;
}
input.button {
  line-height: 1;
}
textarea {
  min-height: 120px;
  resize: none;
}
form .message {
  display: none;
  margin: 8px 0 0;
  padding-bottom: 8px;
  font-size: 0.6875rem;
}
form .message.active {
  display: block;
  color: #e04d3d;
}
form .message.active p,
form .message.active a {
  color: #e04d3d;
}
@media only screen and (min-width: 1024px) {
  .fixed-nav-fill {
    height: 100px;
    -webkit-transition: height 0.14s linear;
    -moz-transition: height 0.14s linear;
    -o-transition: height 0.14s linear;
    transition: height 0.14s linear;
  }
  .fixed-nav-fill.filters-open {
    height: 148px;
  }
}
.module_frontpage .nav-wrap:after,
.module_pinboards .nav-wrap:after,
.module_series .nav-wrap:after,
.module_frontpage .filters-holder:after,
.module_pinboards .filters-holder:after,
.module_series .filters-holder:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  width: 3px;
}
@media only screen and (min-width: 768px) {
  .module_frontpage .nav-wrap:after,
  .module_pinboards .nav-wrap:after,
  .module_series .nav-wrap:after,
  .module_frontpage .filters-holder:after,
  .module_pinboards .filters-holder:after,
  .module_series .filters-holder:after {
    background: #f3f3f3;
  }
}
.sector-page-wrap {
  margin-top: 40px;
  position: relative;
  float: left;
  width: 100%;
}
.sector-page-wrap .listing-article-summary {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 0.9375rem;
}
.sector-page-wrap .column {
  padding: 4px 14px;
}
.sector-page-wrap .column:nth-child(odd) {
  padding-right: 14px;
}
.sector-page-wrap .column:nth-child(even) {
  padding-left: 14px;
}
.sector-page-wrap .lsn-box__item__overlay {
  background: transparent;
}
.listing-carousel-wrap {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .listing-carousel-wrap {
    margin-top: 0;
  }
}
.listing-carousel {
  float: left;
  clear: both;
  width: 100%;
  min-width: 100%;
}
.listing-carousel .four {
  display: none;
}
.listing-carousel .four:first-child,
.listing-carousel .four:nth-child(2),
.listing-carousel .four:nth-child(3) {
  display: block;
}
.listing-carousel.ready .four {
  display: block;
}
.listing-carousel-arrow {
  position: absolute;
  top: -8px;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  line-height: 11px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .listing-carousel-arrow {
    top: -20px;
  }
}
.listing-carousel-arrow.prev {
  background: url('/images/front/listing-carousel-prev.png') left center no-repeat;
  background-size: 6px 8px;
  padding-left: 16px;
  left: 8px;
  top: -12px;
}
.listing-carousel-arrow.next {
  background: url('/images/front/listing-carousel-next.png') right center no-repeat;
  background-size: 6px 8px;
  padding-right: 16px;
  right: 8px;
  top: -12px;
}
.listing-carousel-arrow:hover {
  opacity: 1;
}
.listing-box.my-select-home h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .listing-box.my-select-home h2 {
    margin-bottom: 0;
  }
}
.listing-box.my-select-home .listing-article-wrap {
  min-height: 185px;
}
.listing-box.my-select-home .listing-article-wrap .listing-article h3 {
  max-height: 57px;
  overflow: hidden;
}
.listing-box.my-select-home .listing-article-wrap .listing-article p {
  max-height: 60px;
  overflow: hidden;
}
.listing-box.my-select-home .my-select-home-preferences {
  position: absolute;
  top: 34px;
  right: 8px;
  z-index: 10;
  font-size: 0.6875rem;
  line-height: 13px;
  color: #f3f3f3;
  opacity: 0.5;
  background: url('/images/front/icon-plus-white.png') left 0 no-repeat;
  background-size: 11px 11px;
  padding-left: 16px;
}
.listing-box.my-select-home .my-select-home-preferences:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .listing-box.my-select-home .my-select-home-preferences {
    top: 10px;
  }
}
.listing-box.my-select-home .load-more {
  margin: 14px 0 4px;
  text-align: center;
}
.listing-box.my-select-home .load-more a {
  font-size: 0.6875rem;
  color: #f3f3f3;
  opacity: 0.5;
  padding-bottom: 10px;
  background: url('/images/front/load-more-arrow.png') bottom center no-repeat;
  background-size: 8px 6px;
}
.listing-box.my-select-home .load-more a:hover {
  opacity: 1;
}
.listing-box.my-select-home .unread {
  position: absolute;
  bottom: 50px;
  right: 0;
  background: #FC5D20;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 4px 6px 4px 10px;
  -moz-transform: skewY(-14deg);
  -webkit-transform: skewY(-14deg);
  -o-transform: skewY(-14deg);
  -ms-transform: skewY(-14deg);
  transform: skewY(-14deg);
}
.listing-article.listing-pinboard {
  float: left;
  width: 100%;
  border-top: 0;
  padding: 0 0 0 12px;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  border-top: 4px solid #f3f3f3;
}
.listing-article.listing-pinboard .img-grid {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.listing-article.listing-pinboard .img-grid img {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 1024px) {
  .listing-article.listing-pinboard .img-grid {
    float: right;
    width: 50%;
    margin: 0 0 0 10px;
  }
  .listing-article.listing-pinboard .img-grid img {
    margin: 0;
  }
}
.v-center {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.v-center .v-centered {
  display: table-cell;
  vertical-align: middle;
}
.subscribe-prompt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
@media only screen and (min-width: 768px) {
  .subscribe-prompt {
    font-size: 1.125rem;
    padding: 30px 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .subscribe-prompt {
    padding: 30px 15%;
  }
}
@media only screen and (min-width: 1220px) {
  .subscribe-prompt {
    padding: 30px 20%;
  }
}
.subscribe-prompt strong {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
}
.subscribe-prompt a {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #afb1b3;
}
.subscribe-prompt a:hover {
  color: #afb1b3;
}
.subscribe-prompt .subscribe-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url('/images/front/subscribe-close.png') 0 0 no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
}
.select-box .subscribe-prompt {
  background: rgba(30, 30, 30, 0.9);
  color: #f3f3f3;
}
.select-box .subscribe-prompt a {
  color: #9D9D9D;
  border-color: #f3f3f3;
}
.select-box .subscribe-prompt a:hover {
  color: #f3f3f3;
}
.select-box .subscribe-prompt .subscribe-close {
  background: url('/images/front/subscribe-close-white.png') 0 0 no-repeat;
  background-size: 12px 12px;
}
.single-content-box .subscribe-prompt {
  font-size: 0.8125rem;
  padding: 30px !important;
}
.content-box.blocked .subscribe-prompt,
.single-content-box.blocked .subscribe-prompt {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.content-box {
  position: relative;
  margin-top: 24px;
  padding: 20px 12px;
  background: #fff;
}
.content-box.transparent {
  background: transparent;
}
.content-box.shadow {
  -moz-box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
  -webkit-box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
  box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
}
.content-box.meet-footer {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.content-box.article-top {
  padding: 0;
}
.content-box.article-top #the-article {
  padding: 22px 18px 24px;
}
.content-box:first-child {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .content-box {
    margin-top: 34px;
  }
  .content-box:first-child {
    margin-top: 30px;
  }
}
.listing-box h2 {
  text-align: center;
}
.listing-box .latest-title {
  color: #000000;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 480px) {
  .listing-box {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .listing-box {
    padding: 20px 12px;
  }
  .listing-box .four {
    width: 33.33%;
  }
  .listing-box .six {
    width: 50%;
  }
}
.lsn-box {
  background: transparent;
  padding: 20px 12px;
}
.lsn-box__item {
  position: relative;
  display: block;
}
.no-touch .lsn-box__item:hover .lsn-box__item__overlay,
.lsn-box__item.selected .lsn-box__item__overlay {
  background: rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0px 8px 0px -4px #FC5D20, transparent 0 0 0;
  -webkit-box-shadow: inset 0px 8px 0px -4px #FC5D20, transparent 0 0 0;
  box-shadow: inset 0px 8px 0px -4px #FC5D20, transparent 0 0 0;
}
.no-touch .lsn-box__item:hover .lsn-box__item__overlay__title,
.lsn-box__item.selected .lsn-box__item__overlay__title {
  opacity: 0;
}
.no-touch .lsn-box__item:hover .lsn-box__item__overlay__title--no-fade,
.lsn-box__item.selected .lsn-box__item__overlay__title--no-fade {
  opacity: 1;
}
.no-touch .lsn-box__item:hover .lsn-box__item__overlay__content,
.lsn-box__item.selected .lsn-box__item__overlay__content {
  opacity: 1;
}
.lsn-box__item.disabled {
  opacity: 0.25;
}
.lsn-box__item__overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lsn-box__item__overlay__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  display: table;
  width: 100%;
  height: 100%;
}
.lsn-box__item__overlay__title h1,
.lsn-box__item__overlay__title h2,
.lsn-box__item__overlay__title h3,
.lsn-box__item__overlay__title h4,
.lsn-box__item__overlay__title h5,
.lsn-box__item__overlay__title h6 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
}
.lsn-box__item__overlay__title h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .lsn-box__item__overlay__title h2 {
    font-size: 2.625rem;
  }
}
.lsn-box__item__overlay__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  display: table;
  width: 100%;
  height: 100%;
}
.lsn-box__item__overlay__content p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
}
.select-box {
  background: #282828;
  overflow: hidden;
}
.select-box h2 {
  color: #f3f3f3;
}
.select-box .listing-article-wrap .listing-article {
  color: #f3f3f3;
  border-color: #f3f3f3;
}
.select-box .listing-article-wrap .listing-article .article-type {
  color: #f3f3f3;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.select-box .listing-article-wrap .listing-article p {
  color: #f3f3f3;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
.select-box .listing-article-wrap .listing-article:hover {
  color: #afb1b3;
}
.select-box .listing-article-wrap .listing-article:hover .article-type {
  color: #9D9D9D;
}
@media only screen and (min-width: 1024px) {
  .select-box .listing-article-wrap .listing-article .timestamp {
    display: block;
    margin-bottom: 6px;
  }
  .select-box .listing-article-wrap .listing-article img {
    float: right;
    width: 48%;
    margin-left: 10px;
  }
}
.select-box .listing-article-wrap .listing-article-tags a:hover {
  color: #f3f3f3;
}
@media only screen and (min-width: 768px) {
  .select-box {
    padding: 20px 16px;
  }
}
.listing-box .view-more,
.single-listing-box .view-more,
.listing-box .view-more-right,
.single-listing-box .view-more-right,
.listing-box .view-more-left,
.single-listing-box .view-more-left {
  display: none;
}
@media only screen and (min-width: 768px) {
  .listing-box .view-more,
  .single-listing-box .view-more,
  .listing-box .view-more-right,
  .single-listing-box .view-more-right,
  .listing-box .view-more-left,
  .single-listing-box .view-more-left {
    display: block;
    position: absolute;
    top: 13px;
    right: 8px;
    z-index: 10;
    font-size: 0.6875rem;
    color: #000000;
    opacity: 0.5;
    background: url('/images/front/pagination-next.png') right 1px no-repeat;
    background-size: 6px 8px;
    padding-right: 12px;
  }
  .listing-box .view-more:hover,
  .single-listing-box .view-more:hover,
  .listing-box .view-more-right:hover,
  .single-listing-box .view-more-right:hover,
  .listing-box .view-more-left:hover,
  .single-listing-box .view-more-left:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .listing-box .view-more-left,
  .single-listing-box .view-more-left {
    right: auto;
    left: 8px;
    background: url('/images/front/pagination-prev.png') left 1px no-repeat;
    background-size: 6px 8px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .listing-box.select-box .view-more,
  .single-listing-box.select-box .view-more,
  .listing-box.select-box .view-more-right,
  .single-listing-box.select-box .view-more-right,
  .listing-box.select-box .view-more-left,
  .single-listing-box.select-box .view-more-left {
    color: #fff;
    background: url('/images/front/pagination-next-white.png') right 1px no-repeat;
    background-size: 6px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .listing-box.select-box .view-more-left,
  .single-listing-box.select-box .view-more-left {
    background: url('/images/front/pagination-prev-white.png') left 1px no-repeat;
    background-size: 6px 8px;
  }
}
.listing-box .listing-intro-toggle-wrap,
.single-listing-box .listing-intro-toggle-wrap {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 1px;
}
.listing-box .listing-intro-toggle,
.single-listing-box .listing-intro-toggle {
  position: absolute;
  top: -17px;
  right: -26px;
  width: 19px;
  height: 19px;
  background: #000000 url('/images/front/icon-plus-white.png') center center no-repeat;
  background-size: 11px 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .listing-box .listing-intro-toggle,
  .single-listing-box .listing-intro-toggle {
    top: -18px;
  }
}
@media only screen and (min-width: 1024px) {
  .listing-box .listing-intro-toggle,
  .single-listing-box .listing-intro-toggle {
    top: -18px;
  }
}
.listing-box .listing-intro-toggle:hover,
.single-listing-box .listing-intro-toggle:hover,
.listing-box .listing-intro-toggle.on,
.single-listing-box .listing-intro-toggle.on {
  background-color: #afb1b3;
}
.listing-intro {
  display: none;
  text-align: center;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  margin: 0;
  padding: 14px 0 0;
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}
.listing-intro.on {
  max-height: 200px;
}
@media only screen and (min-width: 768px) {
  .listing-intro {
    padding: 14px 15% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .listing-intro {
    padding: 14px 30% 0;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .listing-intro.wide {
    padding: 14px 5% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .listing-intro.wide {
    padding: 14px 15% 0;
    display: block;
  }
}
.seed-listing h4 {
  margin-top: 20px;
  color: #9D9D9D;
}
@media only screen and (min-width: 768px) {
  .seed-listing h4.first {
    margin-top: 0;
  }
}
.seed-listing .listing-article-wrap {
  margin-top: 16px;
  position: relative;
}
.seed-listing .listing-article-wrap.larger {
  text-align: left !important;
}
.select-box .seed-listing .listing-article-wrap h3 {
  max-height: 38px;
  overflow: hidden;
}
.select-box .seed-listing .listing-article-wrap p {
  max-height: 30px;
  overflow: hidden;
}
.single-listing-box {
  margin-top: 34px;
}
.single-listing-box h2 {
  text-align: center;
}
.single-listing-box .listing-article-wrap h3 {
  max-height: 19px;
  overflow: hidden;
}
.single-listing-box .listing-article-wrap p {
  height: 88px;
  overflow: hidden;
}
.single-listing-box .listing-intro {
  padding: 14px 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .single-listing-box .four {
    width: 33.33%;
  }
}
.single-content-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.single-content-box.shadow {
  -moz-box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
  -webkit-box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
  box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
}
@media only screen and (min-width: 480px) {
  .single-content-box {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .single-content-box {
    padding: 20px;
  }
}
.listing-article-wrap {
  position: relative;
  padding-bottom: 8px;
}
.listing-article-wrap .listing-article {
  position: relative;
  display: block;
  margin-top: 20px;
  border-top: 4px solid #000000;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  font-size: 0.6875rem;
}
.listing-article-wrap .listing-article img {
  width: 100%;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.listing-article-wrap .listing-article .article-type {
  display: block;
  font-size: 0.6875rem;
  margin-top: 10px;
}
.listing-article-wrap .listing-article .article-date {
  float: right;
}
.listing-article-wrap .listing-article h3 {
  font-size: 0.9375rem;
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.listing-article-wrap .listing-article p {
  margin-top: 6px;
  color: #000000;
  font-size: 0.6875rem;
  -webkit-transition: color 0.14s ease-out;
  -moz-transition: color 0.14s ease-out;
  -o-transition: color 0.14s ease-out;
  transition: color 0.14s ease-out;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
.listing-article-wrap .listing-article .timestamp {
  margin-right: 16px;
  color: #9D9D9D;
  font-size: 0.6875rem;
}
.listing-article-wrap .listing-article:hover {
  border-color: #FC5D20;
  color: #afb1b3;
}
.listing-article-wrap .listing-article:hover p {
  color: #afb1b3 !important;
}
.listing-article-wrap .listing-article:hover img {
  opacity: 0.7;
}
.listing-article-wrap .listing-article .video-thumbnail {
  position: relative;
}
.listing-article-wrap .listing-article .video-thumbnail .video-thumbnail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.listing-article-wrap .listing-article .video-thumbnail .video-thumbnail-overlay span {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  height: 20px;
  width: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -25px;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 19px;
}
.listing-article-wrap .listing-article .video-thumbnail .video-thumbnail-overlay span:hover {
  background: #FC5D20;
  border-color: #FC5D20;
}
.listing-article-wrap .listing-article .video-thumbnail:hover .video-thumbnail-overlay {
  position: absolute;
  opacity: 1;
}
.listing-article-wrap .listing-article-tags {
  display: block;
  margin-top: 6px;
  color: #9D9D9D;
  font-size: 0.6875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-article-wrap .listing-article-tags a {
  color: #9D9D9D;
}
.listing-article-wrap .listing-article-tags a:hover {
  color: #000000;
}
.listing-article-wrap.larger {
  text-align: center;
}
.listing-article-wrap.larger h3 {
  margin: 14px 0 8px;
}
.listing-article-wrap.larger p {
  margin-top: 8px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
}
.listing-article-wrap.larger .listing-article-tags {
  margin-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .listing-article-wrap .six .listing-article.larger p {
    padding: 0 10%;
  }
}
.mini-listing .listing-article h3 {
  font-size: 0.9375rem;
}
.mini-listing .listing-article p {
  font-size: 0.6875rem;
  line-height: 1.3;
}
@media only screen and (min-width: 480px) {
  .mini-listing {
    padding: 20px 12px;
  }
  .mini-listing .two {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .mini-listing .two {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .mini-listing .two {
    width: 25%;
  }
}
@media only screen and (min-width: 1220px) {
  .mini-listing .two {
    width: 20%;
  }
}
.type_section-intro .section-intro_title {
  margin-top: 24px;
}
.type_section-intro .section-intro_title h1 {
  text-align: center;
}
.type_section-intro .child-sections:first-of-type {
  margin: 22px 0 34px;
}
.type_section-intro .child-sections .listing-intro {
  padding-top: 0;
  margin-bottom: 20px;
}
.type_section-intro .child-sections .listing-intro p {
  margin-top: 0;
  line-height: 1.1;
}
.type_section-intro .section-indicator {
  display: block;
  border: 2px solid #000000;
  width: 15px;
  height: 15px;
  z-index: 86;
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 1px 0 #ffffff, transparent 0 0 0;
  -webkit-box-shadow: 0 0 1px 0 #ffffff, transparent 0 0 0;
  box-shadow: 0 0 1px 0 #ffffff, transparent 0 0 0;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.type_section-intro .section-indicator.current {
  background-color: #000000;
}
.type_section-intro .single-content-box {
  margin-bottom: 16px;
}
.type_section-intro .section-intro_title {
  margin-bottom: 30px;
}
.type_section-intro .section-intro {
  margin-top: 16px;
  text-align: center;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  cursor: pointer;
}
.type_section-intro .section-intro p {
  font-size: 0.9375rem;
  color: #000000;
}
.type_section-intro .section-intro img {
  margin-top: 30px;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.type_section-intro .section-intro:hover {
  color: #afb1b3;
}
.type_section-intro .section-intro:hover img {
  border-color: #afb1b3;
  opacity: 0.7;
}
.type_section-intro .latest-title {
  margin-top: 12px;
  color: #000000;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .type_section-intro .six {
    width: 50%;
  }
}
.type_section-intro .mini-listing {
  padding-top: 8px;
  margin-top: 0;
}
.type_section-main .mini-listing {
  margin-top: 10px;
}
.type_section-main .article-wrap {
  margin-top: 0;
}
.section-main_title {
  text-align: center;
}
.section-main_title h1 {
  margin-top: 8px;
}
.section-main_top {
  margin-top: 32px;
}
.load-more {
  text-align: center;
}
.load-more .button {
  margin-top: 20px;
}
.load-more-latest,
.load-more-back {
  margin: 14px 0 4px;
  text-align: center;
}
.load-more-latest a.hidden,
.load-more-back a.hidden {
  opacity: 0;
}
.load-more a.hidden {
  opacity: 0;
}
#sidebar-wrap {
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 0 24px 0;
  overflow: hidden;
}
#sidebar-content {
  float: left;
  clear: both;
  width: 100%;
}
#sidebar-col {
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  #sidebar-col {
    padding: 0 0 0 10px;
    overflow: hidden;
  }
  #sidebar-col.fixed {
    position: fixed;
    top: 106px;
  }
  #sidebar-col.fixed.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.related-box {
  margin-top: 10px;
}
.related-listing h4 {
  text-align: center;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .related-listing h4 {
    margin-top: 0;
  }
}
.related-listing .listing-article-wrap .listing-article {
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
}
.related-listing .listing-article-wrap .listing-article.larger .article-type {
  margin-top: 18px;
}
.related-listing .listing-article-wrap .listing-article h5 {
  margin-top: 8px;
  font-size: 0.9375rem;
}
.related-listing .listing-article-wrap .listing-article .snippet {
  font-size: 0.6875rem;
  color: #000000;
  margin-top: 4px;
}
.related-listing .listing-article-wrap.larger {
  text-align: left;
}
.related-listing .listing-article-wrap.larger .article-type {
  margin-top: 10px;
}
.related-listing .listing-article-wrap.larger h3 {
  font-size: 0.9375rem;
  margin-top: 8px;
}
.related-listing .listing-article-wrap.larger p {
  margin-top: 6px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
.related-listing .related-carousel {
  float: left;
  clear: both;
  width: 100%;
}
.related-listing .related-carousel .related-carousel-item {
  float: left;
  width: 100%;
}
.related-listing .related-carousel .related-carousel-item .four,
.related-listing .related-carousel .related-carousel-item .two {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .related-listing .related-carousel .related-carousel-item .four {
    width: 66.66%;
  }
  .related-listing .related-carousel .related-carousel-item .two {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .related-listing .related-carousel .related-carousel-item .four {
    width: 33.33%;
  }
  .related-listing .related-carousel .related-carousel-item .two {
    width: 16.66%;
  }
}
.related-listing .related-carousel-arrow {
  position: absolute;
  top: 35px;
  font-size: 0.8125rem;
  color: #000000;
  opacity: 0.5;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  cursor: pointer;
}
.related-listing .related-carousel-arrow.prev {
  background: url('/images/front/pagination-prev.png') left 2px no-repeat;
  background-size: 6px 8px;
  padding-left: 12px;
  left: 8px;
}
.related-listing .related-carousel-arrow.next {
  background: url('/images/front/pagination-next.png') right 2px no-repeat;
  background-size: 6px 8px;
  padding-right: 12px;
  right: 8px;
}
.related-listing .related-carousel-arrow:hover {
  opacity: 1;
}
.related-listing .related-carousel-arrow.disabled {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .related-listing .related-carousel-arrow {
    top: 4px;
  }
}
.breadcrumbs-wrap {
  padding: 0 0 16px !important;
  text-align: center;
}
.breadcrumbs-wrap .breadcrumbs {
  font-size: 0.6875rem;
  color: #9D9D9D;
}
.breadcrumbs-wrap .breadcrumbs a {
  color: #000000;
  opacity: 0.5;
  font-weight: 350;
  border-bottom: 0 !important;
}
.breadcrumbs-wrap .breadcrumbs a:hover {
  color: #000000 !important;
  opacity: 1;
}
.breadcrumbs-wrap .pagination {
  display: inline-block;
  font-size: 0.6875rem;
  color: #000000;
  margin: 8px 4px 0;
  opacity: 0.5;
  font-weight: 350;
  border-bottom: 0 !important;
}
.breadcrumbs-wrap .pagination.prev {
  background: url('/images/front/pagination-prev.png') left 1px no-repeat;
  background-size: 6px 8px;
  padding-left: 12px;
}
.breadcrumbs-wrap .pagination.next {
  background: url('/images/front/pagination-next.png') right 1px no-repeat;
  background-size: 6px 8px;
  padding-right: 12px;
}
.breadcrumbs-wrap .pagination:hover {
  color: #000000 !important;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs-wrap .pagination {
    margin: -11px 0 0;
  }
  .breadcrumbs-wrap .pagination.prev {
    float: left;
  }
  .breadcrumbs-wrap .pagination.next {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumbs-wrap .pagination {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumbs-wrap {
    padding: 10px 0 24px 8px;
  }
}
.no-prevnext .pagination.next,
.no-prevnext .pagination.prev {
  display: none;
}
.no-display {
  display: none;
}
.article-wrap {
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .article-wrap > .nine {
    padding-right: 0;
  }
  .article-wrap > .three {
    padding-left: 0;
  }
}
#the-article .divider:first-child,
.full-width-container .divider:first-child {
  margin-top: 0;
}
.article-image {
  position: relative;
  border-top: 4px solid #000000;
}
.article-image img {
  width: 100%;
}
.article-image a {
  border-bottom: 0;
}
.image-caption {
  display: block;
  margin-top: 10px;
  font-size: 0.6875rem;
  color: #9D9D9D;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  text-align: left;
}
.image-caption a,
#the-article .image-caption a {
  color: #9D9D9D;
  font-weight: 350;
  border-bottom: 1px solid #afb1b3;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
.image-caption a:hover,
#the-article .image-caption a:hover {
  color: #000000;
}
.sharer .share-article-container {
  display: inline-block;
  padding: 8px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.sharer .share-article-container > a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border: 0 !important;
}
.sharer .share-article-container > a > img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.sharer .share-article-container > a:hover {
  opacity: 0.6;
}
.sharer .pin-article-container {
  position: relative;
  float: right;
  margin-top: 11px;
}
.sharer .pin-article-container form {
  position: absolute;
  top: -20px;
  right: 26px;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.sharer .pin-article-container form .select2-container {
  width: 200px !important;
}
.sharer .pin-article-container a.pin-article {
  position: relative;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px 0 0;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
  width: auto;
  margin: 3px 0 0;
  border-bottom: 0 !important;
  font-weight: 350 !important;
}
.sharer .pin-article-container a.pin-article:hover {
  color: #FC5D20 !important;
  opacity: 1;
}
.sharer .pin-article-container a.pin-article span {
  position: absolute;
  width: 15px;
  height: 32px;
  bottom: -11px;
  right: 0;
  background: url('/images/front/pin-menu.png') 0 -33px no-repeat;
  background-size: 15px 66px;
}
.sharer .pin-article-container.on form {
  visibility: visible;
  opacity: 1;
}
.sharer .pin-article-container.on a.pin-article {
  color: transparent;
}
.sharer .pin-article-container.on a.pin-article:hover {
  color: transparent !important;
}
.block_title {
  text-align: center;
}
.block_title .article-type {
  display: block;
  font-size: 0.625rem;
  margin-top: 2px;
}
.block_title h1 {
  margin-top: 6px;
}
.block_title .article-author {
  display: block;
  margin-top: 20px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.5em;
}
.block_title .tags {
  display: block;
  margin-top: 10px;
  color: #9D9D9D;
  font-size: 0.6875rem;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
.block_title .tags a {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  color: #9D9D9D;
  font-weight: 350;
}
.block_title .tags a:hover {
  color: #000000;
}
.block_title .tags > a {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  color: #9D9D9D;
  font-weight: 350;
  border-bottom: none;
}
.block_title .tags > a:hover {
  color: #000000;
}
.block_title .timestamp {
  margin-right: 16px;
  color: #9D9D9D;
  font-size: 0.6875rem;
}
.block_title .admin,
.block_title .admin a {
  margin-left: 16px;
  color: darkred;
  font-weight: 350;
  font-size: 0.6875rem;
}
.block_title.half-size h1 {
  font-size: 2rem;
}
.block_title.half-size .article-author {
  margin-top: 16px;
  font-size: 0.75rem;
}
.block_title.half-size .tags {
  margin: 8px 0;
}
.block_title.half-size ul,
.block_title.half-size ol {
  text-align: left;
}
.block_title.half-size p {
  text-align: left;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .block_title.half-size p {
    font-size: 0.9375rem;
  }
}
.block_title.half-size p:first-of-type {
  margin-top: 20px;
}
.block_title.half-size .intro-copy,
.block_title.half-size .intro-copy p {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 0.875rem;
}
.half-size-title-block.block_text-image,
.half-size-title-block.block_text-variant_id {
  padding-top: 0 !important;
}
.half-size-title-block.block_text-image h1,
.half-size-title-block.block_text-variant_id h1 {
  margin-top: 6px;
}
.half-size-title-block.block_text-image .article-image,
.half-size-title-block.block_text-variant_id .article-image {
  margin-top: 10px;
}
.half-size-title-block.block_text-image .article-carousel-wrap.with-text,
.half-size-title-block.block_text-variant_id .article-carousel-wrap.with-text {
  margin-top: 10px;
}
.half-size-title-block.block_text-video .article-video,
.half-size-title-block.block_text-video_id .article-video {
  margin-top: 10px;
}
.half-size-title-block .timestamp {
  display: block;
  margin-bottom: 5px;
  margin-right: 0;
}
.half-size-title-block .admin {
  display: block;
  margin-top: 5px;
}
.half-size-title-block .admin,
.half-size-title-block .admin a {
  margin-left: 0;
}
.block_subtitle {
  padding: 16px 0 0 !important;
}
.block_subtitle h2 {
  margin-top: 0;
  font-size: 1.1875rem;
}
.block_takeouts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.block_takeouts .takeouts-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
}
.block_takeouts .takeouts {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin: 15px 0 5px 0;
  max-height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.block_takeouts .takeouts ul {
  margin: 0 0 0 17px !important;
}
.block_takeouts .takeouts ul li {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  margin: 14px 0 14px -7px !important;
}
.block_contents {
  padding: 5px 0 20px !important;
}
.block_contents .sections-wrap {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 4px;
  margin-top: 8px;
}
.block_contents .sections-wrap .two,
.block_contents .sections-wrap .three {
  width: 50%;
  padding: 0 4px;
}
@media only screen and (min-width: 480px) {
  .block_contents .sections-wrap .two {
    width: 33.33%;
  }
  .block_contents .sections-wrap .three {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .block_contents .sections-wrap .two {
    width: 25%;
  }
  .block_contents .sections-wrap .three {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .block_contents .sections-wrap .two {
    width: 16.66%;
  }
  .block_contents .sections-wrap .three {
    width: 25%;
  }
}
.block_contents h5 {
  color: #9D9D9D;
}
.block_contents a {
  display: block;
  width: 100%;
  margin: 8px 0 0 0;
  border: 0 !important;
}
.block_contents a img {
  width: 100%;
  border-top: 4px solid #000000;
}
.block_contents a span {
  display: block;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 350;
  font-size: 0.75rem;
  letter-spacing: -1px;
  line-height: 15px;
  margin-top: 6px;
}
.block_intro p {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .block_intro p {
    font-size: 1.1875rem;
  }
}
.block_intro p:first-child {
  margin-top: 22px;
}
.block_intro .intro-copy,
.block_intro .intro-copy p {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
}
.block_intro.centered {
  text-align: center;
}
.block_text-image,
.block_text-variant_id {
  padding-top: 0 !important;
}
.block_text-image h1,
.block_text-variant_id h1 {
  margin-top: 16px;
}
.block_text-image .article-image,
.block_text-variant_id .article-image {
  position: relative;
  margin-top: 15px;
}
.block_text-image .two-halves,
.block_text-variant_id .two-halves {
  float: left;
  width: 100%;
}
.block_text-image .two-halves .article-image,
.block_text-variant_id .two-halves .article-image {
  width: 50%;
  border-top: 0;
  margin-top: 10px;
}
.block_text-image .two-halves .article-image:first-child,
.block_text-variant_id .two-halves .article-image:first-child {
  float: left;
  padding-right: 5px;
}
.block_text-image .two-halves .article-image:last-child,
.block_text-variant_id .two-halves .article-image:last-child {
  float: right;
  padding-left: 5px;
}
.block_text-image.multi-images .image-caption,
.block_text-variant_id.multi-images .image-caption {
  float: left;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .block_text-image.media-right .six:first-child,
  .block_text-variant_id.media-right .six:first-child {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .sticky-image {
    padding-bottom: 10px;
  }
  .sticky-image .sticky-col {
    height: 100%;
  }
  .sticky-image .sticky-item {
    float: left;
    width: 100%;
  }
  .sticky-image .sticky-item.fixed {
    position: fixed;
    top: 100px;
  }
  .sticky-image .sticky-item.past {
    position: absolute;
    bottom: 0;
  }
}
.image-location {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-top: 16px;
  padding: 10px 12px 8px;
  background: #FCFCFC;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.6875rem;
  line-height: 1.3;
  max-width: 92%;
}
.image-location span {
  display: block;
  color: #676767;
}
.image-location span.location-name {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  margin-bottom: 4px;
  font-size: 0.8125rem;
}
.block_image-row .article-image {
  margin-top: 18px;
  padding-bottom: 4px;
}
.block_image-row.three-images {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block_image-row.three-images:before {
  display: block;
}
.block_image-row.three-images .column,
.block_image-row.three-images .columns {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.block_image-row.single .image-caption {
  margin-top: 12px;
  font-size: 0.6875rem;
  line-height: 1.2;
  white-space: normal;
}
@media only screen and (min-width: 1220px) {
  .block_image-row.single .article-carousel {
    height: 487px;
    overflow: hidden;
  }
}
.block_image-row.inset .article-image {
  width: 80%;
  margin: 56px 10% 20px;
}
@media only screen and (min-width: 768px) {
  .block_image-row .one {
    width: 8.33%;
    max-width: 8.33%;
  }
  .block_image-row .two {
    width: 16.66%;
    max-width: 16.66%;
  }
  .block_image-row .fifth {
    width: 20%;
    max-width: 20%;
  }
  .block_image-row .three {
    width: 25%;
    max-width: 25%;
  }
  .block_image-row .four {
    width: 33.33%;
    max-width: 33.33%;
  }
  .block_image-row .five {
    width: 41.66%;
    max-width: 41.66%;
  }
  .block_image-row .six {
    width: 50%;
    max-width: 50%;
  }
  .block_image-row .seven {
    width: 58.33%;
    max-width: 58.33%;
  }
  .block_image-row .eight {
    width: 66.66%;
    max-width: 66.66%;
  }
  .block_image-row .nine {
    width: 75%;
    max-width: 75%;
  }
  .block_image-row .ten {
    width: 83.33%;
    max-width: 83.33%;
  }
  .block_image-row .eleven {
    width: 91.66%;
    max-width: 91.66%;
  }
  .block_image-row .twelve {
    width: 100%;
    max-width: 100%;
  }
}
.article-carousel-wrap {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.article-carousel-wrap.controls-top {
  margin-top: 44px;
}
.article-carousel-wrap .article-carousel {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1220px) {
  .article-carousel-wrap .article-carousel {
    height: 248px;
    overflow: hidden;
  }
}
.article-carousel-wrap .article-carousel .article-carousel-item {
  position: relative;
  float: left;
  width: 100%;
}
.article-carousel-wrap .article-carousel .article-carousel-item .article-image {
  margin-top: 0;
}
.article-carousel-wrap .article-carousel .article-carousel-item .carousel-text {
  padding: 24px;
}
.article-carousel-wrap .article-carousel .article-carousel-item .carousel-text p:first-child {
  margin-top: 0;
}
.article-carousel-wrap .article-carousel .article-carousel-item.full-image .image-caption {
  opacity: 0;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  -webkit-backface-visibility: hidden;
}
.article-carousel-wrap .article-carousel .article-carousel-item.full-image.on .image-caption {
  opacity: 1;
  -webkit-transition: all 0.14s ease-out 0.8s;
  -moz-transition: all 0.14s ease-out 0.8s;
  -o-transition: all 0.14s ease-out 0.8s;
  transition: all 0.14s ease-out 0.8s;
}
.article-carousel-wrap .article-carousel .article-carousel-item.left-image,
.article-carousel-wrap .article-carousel .article-carousel-item.right-image {
  background: #FAFAFA;
}
@media only screen and (min-width: 768px) {
  .article-carousel-wrap .article-carousel .article-carousel-item .carousel-text {
    width: 40%;
    border-top: 4px solid #000000;
  }
  .article-carousel-wrap .article-carousel .article-carousel-item.left-image .article-image {
    float: left;
    width: 60%;
  }
  .article-carousel-wrap .article-carousel .article-carousel-item.left-image .carousel-text {
    float: right;
  }
  .article-carousel-wrap .article-carousel .article-carousel-item.right-image .article-image {
    float: right;
    width: 60%;
  }
  .article-carousel-wrap .article-carousel .article-carousel-item.right-image .carousel-text {
    float: left;
  }
}
.article-carousel-wrap .article-carousel-count {
  position: absolute;
  top: -20px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 0.6875rem;
  color: #9D9D9D;
  text-align: center;
  white-space: nowrap;
}
.article-carousel-wrap .article-carousel-arrow {
  position: absolute;
  top: -20px;
  font-size: 0.6875rem;
  color: #000000;
  opacity: 0.5;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  cursor: pointer;
}
.article-carousel-wrap .article-carousel-arrow.prev {
  background: url('/images/front/pagination-prev.png') left 1px no-repeat;
  background-size: 6px 8px;
  padding-left: 12px;
  left: 0;
}
.article-carousel-wrap .article-carousel-arrow.next {
  background: url('/images/front/pagination-next.png') right 1px no-repeat;
  background-size: 6px 8px;
  padding-right: 12px;
  right: 0;
}
.article-carousel-wrap .article-carousel-arrow:hover {
  opacity: 1;
}
.article-carousel-wrap .article-carousel-pagination {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 8px;
  text-align: center;
}
.article-carousel-wrap .article-carousel-pagination a {
  display: inline-block;
  margin: 0 4px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #000000;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.article-carousel-wrap .article-carousel-pagination a.selected {
  background: #DDDDDD url('/images/front/spinner.gif') 0 0 no-repeat;
  background-size: 16px 16px;
}
.article-video {
  position: relative;
  margin-top: 24px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #9D9D9D;
}
.article-video img,
.article-video video,
.article-video embed,
.article-video iframe,
.article-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-video iframe {
  border: 0;
}
.block_video-row.single .image-caption {
  margin-top: 12px;
  font-size: 0.6875rem;
  line-height: 1.2;
  white-space: normal;
}
.block_text-image .article-video,
.block_text-variant_id .article-video {
  margin-top: 15px;
}
.article-map {
  position: relative;
  margin-top: 15px;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  border: 1px solid #D9D9D9;
}
.article-map.wide {
  padding-bottom: 50%;
}
.article-map .the-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9D9D9D;
}
.image-cluster {
  padding-top: 24px !important;
}
.image-cluster .cluster-title {
  padding: 0 0 6px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
}
.image-cluster .image-cluster-image {
  display: block;
  margin: 8px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 4px solid #000000;
  position: relative;
}
.image-cluster-one .image-cluster-image {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .image-cluster-one .image-cluster-image {
    height: 260px;
  }
}
.image-cluster-two .image-cluster-image {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .image-cluster-two .image-cluster-image {
    height: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .image-cluster-two .image-3 .image-cluster-image {
    height: 374px;
  }
  .image-cluster-two .image-4 .image-cluster-image,
  .image-cluster-two .image-5 .image-cluster-image {
    height: 146px;
  }
}
.image-cluster-three .image-cluster-image {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .image-cluster-three .image-cluster-image {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .image-cluster-three .image-1 .image-cluster-image {
    height: 416px;
  }
  .image-cluster-three .image-2 .image-cluster-image {
    height: 184px;
  }
}
.image-cluster-four .image-cluster-image {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .image-cluster-four .image-1 .image-cluster-image {
    height: 460px;
  }
  .image-cluster-four .image-2 .image-cluster-image,
  .image-cluster-four .image-5 .image-cluster-image,
  .image-cluster-four .image-7 .image-cluster-image {
    height: 184px;
  }
  .image-cluster-four .image-3 .image-cluster-image {
    height: 384px;
  }
  .image-cluster-four .image-4 .image-cluster-image,
  .image-cluster-four .image-6 .image-cluster-image {
    height: 260px;
  }
}
.image-cluster-five .image-cluster-image {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .image-cluster-five .image-1 .image-cluster-image {
    height: 380px;
  }
  .image-cluster-five .image-2 .image-cluster-image {
    height: 233px;
  }
  .image-cluster-five .image-3 .image-cluster-image {
    height: 300px;
  }
  .image-cluster-five .image-4 .image-cluster-image {
    height: 300px;
  }
  .image-cluster-five .image-5 .image-cluster-image {
    height: 313px;
  }
  .image-cluster-five .image-6 .image-cluster-image,
  .image-cluster-five .image-9 .image-cluster-image {
    height: 107px;
  }
  .image-cluster-five .image-7 .image-cluster-image,
  .image-cluster-five .image-8 .image-cluster-image {
    height: 190px;
  }
}
.image-cluster-six .image-1,
.image-cluster-seven .image-1 {
  display: block;
  margin-top: 8px;
  border-bottom: 0;
  position: relative;
}
.image-cluster-six .image-cluster-image,
.image-cluster-seven .image-cluster-image {
  height: 160px;
}
@media only screen and (min-width: 768px) {
  .image-cluster-six .image-cluster-image,
  .image-cluster-seven .image-cluster-image {
    height: 160px;
  }
  .image-cluster-six .image-cluster-image.image-3,
  .image-cluster-seven .image-cluster-image.image-3 {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-cluster-six .image-cluster-image,
  .image-cluster-seven .image-cluster-image {
    height: 163px;
  }
}
@media only screen and (min-width: 1220px) {
  .image-cluster-six .image-cluster-image,
  .image-cluster-seven .image-cluster-image {
    height: 190px;
  }
}
.text-2-images-2 .fixed-height-image {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  height: 225px;
}
.tribes-intro-item {
  display: block;
  border-bottom: 0 !important;
}
.tribes-intro-item h3 {
  margin-top: 4px !important;
}
.tribes-intro-item h4 {
  margin-top: 0px !important;
  font-size: 0.9375rem !important;
}
.safari-intro-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 350;
  font-size: 1.125rem;
  padding: 20px 0;
}
.contact-map {
  border-top: 4px solid #000000;
  margin-top: 20px;
  height: 260px;
  background: #9D9D9D;
}
.contact-details h3 {
  margin-top: 26px;
}
.contact-details a {
  font-weight: 700;
  border-bottom: 1px solid #afb1b3;
}
.contact-details a:hover {
  color: #afb1b3;
}
.contact-details .social {
  border: 0;
  font-size: 0.8125rem;
}
.contact-details .social img {
  display: inline;
  height: 13px;
}
.contact-details .social.twitter {
  color: #4099FF;
}
.contact-details .social.twitter img {
  margin: 0 6px -1px 0;
}
.contact-details .social.facebook {
  color: #3B5998;
}
.contact-details .social.facebook img {
  margin: 0 10px -1px 5px;
}
.contact-details .social:hover {
  opacity: 0.7;
}
.contact-details .contact-form {
  padding-bottom: 10px;
}
.contact-details .contact-form input,
.contact-details .contact-form textarea {
  margin-top: 16px;
}
.contact-details .contact-form .button {
  margin-top: 16px;
  border: 0;
}
.contact-details .contact-form .button:hover {
  color: #fff;
}
.contact-details .contact-form .message {
  display: block;
  margin: 16px 0 0;
  font-size: 0.8125rem;
}
.contact-details .contact-form .message.error {
  color: #e04d3d;
}
.contact-details .contact-form .message.success {
  color: #49c994;
}
@media only screen and (min-width: 1024px) {
  .contact-details .contact-form .message {
    display: inline-block;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 480px) {
  .contact-details .six {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-details .four {
    width: 33.33%;
  }
  .contact-details .eight {
    width: 66.66%;
  }
}
.module_editors .related-listing {
  margin-top: 40px;
}
.editors-listing .listing-article {
  text-align: center;
}
.editors-listing .listing-article p {
  height: 60px;
}
.editor-profile .profile-image {
  margin-top: 14px;
}
.editor-profile .profile-image img {
  -webkit-backface-visibility: hidden;
}
.editor-profile .editor-main-title h1 {
  margin-top: 18px;
}
.editor-profile .editor-main-title .editor-title {
  display: block;
  margin-top: 8px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 1.1875rem;
}
.editor-profile .editor-main-title ul {
  margin-top: 16px;
  list-style: none;
}
.editor-profile .editor-main-title ul li {
  display: inline-block;
}
.editor-profile .editor-main-title ul li a {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
  color: #000000;
  line-height: 15px;
  padding: 0 10px;
  opacity: 0.4;
}
.editor-profile .editor-main-title ul li a:hover {
  opacity: 1;
  color: #000000;
}
.editor-profile .editor-main-title ul li a.editor-twitter {
  padding-left: 28px;
  background: url('/images/front/editor_twitter.png') 10px center no-repeat;
  background-size: 13px 10px;
}
.editor-profile .editor-image-carousel {
  position: relative;
}
.editor-profile .editor-image-carousel img {
  position: absolute;
}
.editor-profile #the-article p:first-child {
  margin-top: 6px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 1024px) {
  .editor-profile #the-article p:first-child {
    font-size: 1.375rem;
  }
}
.login-form {
  max-width: 460px;
  margin-top: 48px !important;
}
.login-form .h2 {
  line-height: 1.1;
}
.login-form label,
.login-form .label {
  display: block;
  font-size: 0.6875rem;
  color: #9D9D9D;
  margin: 14px 0 6px;
}
.login-form .button {
  margin-top: 16px;
}
.login-form .login-remember {
  margin-top: 8px;
}
.login-form .login-remember .icheckbox_flat {
  margin: -2px 6px 0 0;
}
.activate-section {
  padding-top: 16px;
}
.activate-section p {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
}
.activate-confirm {
  margin: 16px 0;
  text-align: center;
}
.activate-confirm p {
  margin-top: 8px;
}
.activate-confirm p.congrats {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
}
.activate-button {
  margin-top: 26px;
}
.activate-button .button {
  width: auto;
  padding: 10px 30px;
}
.preferences-intro {
  margin-top: 24px;
}
.preferences-intro p {
  font-size: 0.8125rem;
  margin-top: 8px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  color: #9D9D9D;
}
.pinboards-intro p {
  font-size: 0.8125rem;
  margin-top: 8px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  color: #9D9D9D;
}
.my-lsn-options .row {
  margin: 20px 0;
}
.my-lsn-options label {
  display: block;
  font-size: 0.6875rem;
  color: #939598;
  margin: 14px 0px 6px;
}
.preferences-home-order {
  position: relative;
  margin-top: 14px;
}
.preferences-home-order ul {
  float: left;
  clear: both;
  width: 100%;
  list-style: none;
}
.preferences-home-order li {
  float: left;
  clear: both;
  width: 100%;
  cursor: move;
  padding: 11px 10px 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  margin: 3px 0;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
  -webkit-transition: background 0.14s ease-out;
  -moz-transition: background 0.14s ease-out;
  -o-transition: background 0.14s ease-out;
  transition: background 0.14s ease-out;
}
.preferences-home-order li:hover {
  background: #fff;
}
.preferences-home-order li.ui-sortable-helper {
  border-color: #FC5D20;
}
.preferences-home-order li.ui-sortable-placeholder {
  background: 0;
  visibility: visible !important;
}
.account-details {
  padding: 24px 0 14px !important;
}
.account-details p {
  font-size: 0.8125rem;
  margin-top: 8px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  color: #9D9D9D;
}
.account-details .company-name {
  display: block;
  margin: 0 8px 24px;
  color: #000000;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .account-details .company-name {
    position: absolute;
    top: -17px;
    right: 14px;
  }
}
.account-details .change-password {
  display: block;
  margin: 8px 0 24px;
  color: #9D9D9D;
  font-size: 0.75rem;
  font-weight: 700;
}
.account-details .change-password:hover {
  color: #FC5D20;
}
@media only screen and (min-width: 768px) {
  .account-details .change-password {
    position: absolute;
    top: -16px;
    right: 22px;
    margin: 0;
  }
  .account-details .change-password.with-company {
    top: 4px;
  }
}
.account-details .four {
  padding-right: 20px;
}
.account-details label {
  display: block;
  font-size: 0.6875rem;
  color: #9D9D9D;
  margin: 14px 0 6px;
}
.account-details input {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
}
.account-details #details-form .column {
  padding-left: 0;
}
.account-details .contact-option {
  display: block;
  clear: both;
  margin-top: 21px;
}
.account-details .contact-option label {
  display: inline-block;
  font-size: 0.8125rem;
  margin-top: 8px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  color: #9D9D9D;
}
.account-details .contact-option .select2-container {
  float: right;
}
.restricted-notice {
  padding: 30px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 670px;
}
.restricted-notice a {
  font-weight: 700;
  border-bottom: 1px solid #afb1b3;
}
.restricted-notice a:hover {
  color: #afb1b3;
}
.glossary h2 {
  margin-top: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f3f3f3;
  text-align: left;
}
.glossary h2 .top {
  float: right;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.8125rem;
  color: #D9D9D9;
  margin-top: 10px;
  cursor: pointer;
}
.glossary h2 .top:hover {
  color: #9D9D9D;
}
.glossary h3 {
  margin-top: 20px;
}
.glossary p {
  font-size: 0.8125rem;
}
.glossary .alphabet-wrap {
  position: relative;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .glossary .alphabet-wrap {
    padding-bottom: 46px;
  }
  .glossary .alphabet-wrap .alphabet {
    position: absolute;
    top: 0;
    width: 952px;
  }
  .glossary .alphabet-wrap .alphabet.fixed {
    position: fixed;
    top: 96px;
    z-index: 10;
  }
}
@media only screen and (min-width: 1220px) {
  .glossary .alphabet-wrap .alphabet {
    width: 1096px;
  }
}
.glossary .alphabet {
  float: left;
  clear: both;
  width: 100%;
  padding: 16px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .glossary .alphabet {
    text-align: center;
  }
}
.glossary .alphabet a {
  display: inline-block;
  width: 9%;
  text-align: center;
  color: #9D9D9D;
}
.glossary .alphabet a:hover {
  color: #FC5D20;
}
@media only screen and (min-width: 480px) {
  .glossary .alphabet a {
    width: 6%;
  }
}
@media only screen and (min-width: 768px) {
  .glossary .alphabet a {
    width: 3%;
  }
}
.splash-page-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .splash-page-wrap {
    position: fixed;
  }
}
.splash-page-wrap .splash-page-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(139, 139, 139, 0.85);
}
.show-splash .splash-page-wrap {
  opacity: 1;
  visibility: visible;
}
.splash-page {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
  padding: 30px 0;
  margin-top: 140px;
}
@media only screen and (min-width: 480px) {
  .splash-page {
    margin-top: 106px;
  }
}
@media only screen and (min-width: 768px) {
  .splash-page {
    margin-top: 120px;
    padding: 43px 0 55px;
  }
  .splash-page .six {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .splash-page {
    margin-top: 168px;
    padding: 53px 0 75px;
  }
}
.splash-page h1 {
  color: #f3f3f3;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .splash-page h1 {
    font-size: 3rem;
    line-height: 52px;
    letter-spacing: 0;
  }
}
.splash-page h2 {
  margin-top: 14px;
  color: #f3f3f3;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .splash-page h2 {
    margin-top: 26px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.splash-page p {
  margin-top: 16px;
  color: #f3f3f3;
  font-size: 0.9375rem;
  line-height: 18px;
}
@media only screen and (min-width: 1024px) {
  .splash-page p {
    margin-top: 30px;
    font-size: 1.125rem;
    line-height: 22px;
    padding-right: 10px;
  }
}
.splash-page .button {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  margin: 20px 10px 0 0;
  font-weight: 700;
  background: #9D9D9D;
}
.splash-page .button.get-started {
  background: #FC5D20;
}
.splash-page .button:hover {
  background: #fff;
  color: #282828;
}
@media only screen and (min-width: 1024px) {
  .splash-page .button {
    margin: 46px 30px 0 0;
    font-size: 1.25rem;
    letter-spacing: 1px;
    padding: 14px 30px;
  }
}
.splash-page .get-started-video {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media only screen and (min-width: 768px) {
  .splash-page .get-started-video {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .splash-page .get-started-video {
    margin-top: 60px;
  }
}
.splash-page .get-started-video iframe {
  border: 0;
}
.splash-page .get-started-video .flowplayer.is-poster {
  background: 0 !important;
}
.splash-page .get-started-video .flowplayer.is-poster .fp-ui {
  opacity: 0;
}
.event-calendar {
  margin-top: 0 !important;
}
.event-calendar .mini-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-calendar .listing-article-wrap {
  padding-top: 20px;
  height: 100%;
}
.event-calendar .listing-article-wrap .listing-article {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
}
.events-year-selector {
  margin: 20px 0 0 -8px !important;
}
.ics-add {
  color: #FC5D20;
  margin-top: 14px;
  font-size: 0.6875rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.anchor-target:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 96px;
  margin-top: -96px;
}
.block_audio .block_audio__player {
  max-width: 500px;
}
blockquote {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.75rem;
  border-top: 1px solid #FC5D20;
  margin: 1rem 0 1rem 5px;
  font-size: 1rem;
  line-height: 1.3;
}
blockquote:before {
  content: '\2018';
  padding-right: 3px;
}
blockquote:after {
  content: '\2019';
  padding-left: 3px;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.375rem;
  }
}
.block_quote {
  margin: 2rem 0;
}
.block_quote .article-quote {
  padding-top: 0.75rem;
  border-top: 1px solid #FC5D20;
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-style: normal;
  font-size: 1rem;
  font-size: 1.75rem;
  color: #000000;
  font-weight: 400;
}
.block_quote .article-quote > * {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-style: normal;
  font-size: 1rem;
  font-size: 1.75rem;
  color: #000000;
  font-weight: 400;
}
.block_quote .article-quote p {
  line-height: 1.3;
}
.block_quote .article-quote p:before {
  content: '\2018';
  padding-right: 3px;
}
.block_quote .article-quote p:after {
  content: '\2019';
  padding-left: 3px;
}
.block_quote .article-quote p:first-child {
  margin-top: 0;
}
.block_quote .quote-author {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 1rem;
  display: block;
  margin-top: 8px;
}
.block_quote.large-central {
  padding-bottom: 20px;
}
.block_quote.large-central .article-quote {
  font-size: 1.375rem;
  border-top: 0;
  padding: 20px 20px 10px;
  text-align: center;
}
.block_quote.large-central .article-quote p:before {
  padding-right: 6px;
}
.block_quote.large-central .article-quote p:after {
  padding-left: 6px;
}
.block_quote.large-central .quote-author {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block_quote.quote-right .six:first-child {
    float: right;
  }
  .block_quote.quote-right .six:first-child .article-quote {
    font-family: 'Favorit', 'Times', 'Times New Roman', serif;
    font-weight: 350;
    font-style: normal;
  }
  .block_quote .article-quote {
    font-size: 1.375rem;
  }
  .block_quote .quote-author {
    margin-top: 12px;
  }
  .block_quote.full-width .article-quote {
    font-size: 1.5625rem;
  }
  .block_quote.full-width .quote-author {
    font-size: 0.9375rem;
  }
  .block_quote.large-central .article-quote {
    font-size: 1.75rem;
    padding: 0 50px 0;
  }
  .block_quote.large-central .quote-author {
    font-size: 1.0625rem;
  }
}
.block_quote.block_text-image .article-quote,
.block_quote.block_text-variant_id .article-quote {
  margin-top: 10px;
}
.wtm-wrap {
  background: #282828;
  padding: 20px;
  margin-top: 24px;
}
.wtm-wrap h1,
.wtm-wrap h2,
.wtm-wrap h3,
.wtm-wrap h4,
.wtm-wrap h5,
.wtm-wrap h6 {
  color: #fff;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif !important;
}
.wtm-wrap h4 {
  font-weight: 700 !important;
  margin-top: 0 !important;
}
.wtm-wrap p,
.wtm-wrap ul,
.wtm-wrap li {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif !important;
  line-height: 1.3;
  color: #f3f3f3;
}
.wtm-wrap ul {
  list-style-type: none !important;
  margin-left: 0.25rem !important;
}
.wtm-wrap ul li:before {
  content: ': ';
  padding-right: 0.25rem;
  font-weight: 700;
}
.wtm-wrap a {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  border-bottom: 1px solid #afb1b3;
  color: #afb1b3;
}
.wtm-wrap a:hover {
  color: #f3f3f3 !important;
}
.what-this-means-inverted .wtm-wrap {
  background: #f3f3f3;
}
.what-this-means-inverted .wtm-wrap h1,
.what-this-means-inverted .wtm-wrap h2,
.what-this-means-inverted .wtm-wrap h3,
.what-this-means-inverted .wtm-wrap h4,
.what-this-means-inverted .wtm-wrap h5,
.what-this-means-inverted .wtm-wrap h6 {
  color: #000000;
}
.what-this-means-inverted .wtm-wrap p,
.what-this-means-inverted .wtm-wrap ul,
.what-this-means-inverted .wtm-wrap li {
  color: #000000;
}
.what-this-means-inverted .wtm-wrap a {
  border-bottom: 1px solid #afb1b3;
  color: #000000;
}
.what-this-means-inverted .wtm-wrap a:hover {
  color: #afb1b3 !important;
}
.article-carousel-wrap .wtm-wrap {
  float: left;
  width: 100%;
}
.block_what-this-means {
  margin-top: 16px !important;
}
.block_what-this-means p:first-child {
  margin-top: -3px;
}
.block_what-this-means .intro p {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
}
.block_what-this-means .intro p:first-child {
  margin-top: -4px;
}
@media only screen and (min-width: 1024px) {
  .block_what-this-means .intro p {
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .block_what-this-means .wtm-wrap {
    margin-top: 0;
  }
}
.block_what-this-means.with-video .article-video {
  margin-top: 11px;
}
@media only screen and (min-width: 1024px) {
  .block_what-this-means.with-video .article-video {
    margin-top: 0;
  }
}
.block--dashboard .article-carousel-wrap {
  margin-bottom: 40px;
}
.article-dashboard {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1220px) {
  .article-dashboard {
    height: 248px;
    overflow: hidden;
  }
}
.dashboard__slide {
  position: relative;
  float: left;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.14s ease-out;
  -moz-transition: opacity 0.14s ease-out;
  -o-transition: opacity 0.14s ease-out;
  transition: opacity 0.14s ease-out;
}
.dashboard__slide__visible {
  opacity: 1;
}
.dashboard__slide__header {
  position: relative;
  margin-bottom: 12px;
}
.dashboard__slide__title {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  float: left;
  font-size: 0.9375rem;
  border-bottom: 2px solid #000000;
}
.dashboard__slide__next {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  float: right;
  font-size: 0.9375rem;
  color: #A6A8AB;
  padding-right: 36px;
  background: url('/images/front/pagination-next.png') no-repeat right center;
  cursor: pointer;
}
.dashboard__slide__copy {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
}
.iframely-embed {
  margin-top: 24px;
}
.hs_submit {
  margin-top: 20px;
}
.hs-input.select2-container {
  width: 100%;
}
.hs-form fieldset.form-columns-1 input[type="text"],
.hs-form fieldset.form-columns-1 input[type="select"] {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  width: 100% !important;
}
.hs-input.invalid,
.hs-input.error {
  border-color: #e04d3d;
}
.hs-error-msgs {
  color: #e04d3d;
}
.hs-error-msgs li:before {
  content: '';
  margin: 0;
}
.hs-error-msgs li label {
  color: #e04d3d !important;
}
.hs-button {
  cursor: pointer;
}
li.hs-form-checkbox {
  list-style: none;
}
.submitted-message {
  margin-top: 11px;
  line-height: 1.4;
}
.hs-form-checkbox input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}
.hs-form-checkbox-display span {
  cursor: pointer;
}
.submitted-message {
  font-size: 0.8125rem;
  margin-top: 8px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  color: #000000;
}
.hubspot-success-paragraph .submitted-message {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 11px;
}
.tfl-bar {
  margin: 0;
  height: 29px;
  background: #000000;
  color: #E0E0E0;
  text-align: left;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-size: 0.6875rem;
  display: none;
}
.tfl-bar span {
  display: inline-block;
}
.tfl-bar img {
  display: inline-block;
  height: 9px;
}
.tfl-bar-content {
  display: flex;
  flex-direction: row;
  justify-content: left;
  justify-items: center;
  align-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .tfl-bar {
    display: flex;
  }
}
:root {
  --header-margin-bottom: 3rem;
  --header-padding-top: 0.62rem;
  --page-padding-bottom: 2rem;
  --menu-height: 2.75rem;
}
header.main {
  margin-bottom: var(--header-margin-bottom);
  top: -1px;
  padding-top: calc(var(--header-padding-top) + 1px);
  background: #fff;
  z-index: 1000;
  transition: 0.1s;
}
@media only screen and (min-width: 1024px) {
  header.main {
    position: sticky;
  }
}
.logo {
  display: block;
  position: relative;
  z-index: 500;
  margin: 1.62rem 0 0;
}
.logo img {
  width: auto;
  height: 3.875rem;
}
.module_frontpage .logo {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.module_frontpage .logo.on {
  opacity: 1;
}
.module_frontpage .the-date {
  position: absolute;
  line-height: 3.875rem;
  top: 3rem;
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.875rem;
  letter-spacing: 0.5rem;
}
.module_frontpage .the-date .the-date-\: {
  position: relative;
  top: -0.3rem;
}
.mobile-show-flex .logo {
  opacity: 1;
  left: 0;
}
.ember-icon {
  width: 29px;
  height: 29px;
}
.ember-loading .ember-icon {
  animation: emberLoading 2s linear infinite;
}
@keyframes emberLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
nav .fixed-logo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  nav .fixed-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 106px;
    height: 40px;
    margin-left: -53px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  nav .fixed-logo.on {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  nav .nav-wrap.fixed .fixed-logo {
    top: 7px;
  }
}
nav .main-menu {
  background: #fff;
  width: 100%;
  list-style: none;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: left;
  justify-items: center;
  align-content: center;
  align-items: flex-start;
}
nav .main-menu .mobile-utilities {
  width: 100%;
  flex-direction: row;
  justify-content: left;
  justify-items: center;
  align-content: center;
  align-items: center;
  gap: 20px;
  display: none;
}
nav .main-menu .mobile-utilities > * {
  flex: 0 0 auto;
}
nav .main-menu .mobile-utilities > :first-child {
  flex: 1;
  text-align: left;
}
nav .main-menu.on {
  border-bottom: 1px solid #747474;
}
nav .main-menu.on .mobile-utilities {
  display: flex;
  margin-bottom: 1.25rem;
}
nav .main-menu .fa-angle-up {
  display: none;
  color: #FC5D20;
}
@media only screen and (min-width: 1024px) {
  nav .main-menu {
    font-size: 0.875rem;
    height: var(--menu-height);
    border-bottom: 1px solid #747474;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
    padding: 0 8px;
  }
  nav .main-menu > li:not(.no-dropdown-indicator) .fa-angle-up {
    display: inline;
  }
}
@media only screen and (min-width: 1220px) {
  nav .main-menu {
    font-size: 1rem;
  }
}
nav .main-menu .menu-item-top {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  height: 2rem;
  cursor: pointer;
}
nav .main-menu .menu-item-top:hover,
nav .main-menu .menu-item-top.on {
  color: #FC5D20;
}
@media only screen and (min-width: 1024px) {
  nav .main-menu .menu-item-top {
    height: 100%;
  }
}
nav .main-menu.hide-items > li {
  display: none !important;
}
nav .main-menu > li {
  flex: 1 0 auto;
  text-align: center;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  nav .main-menu > li:not(.mobile-show-flex-soft) {
    display: flex;
    flex-direction: row;
  }
}
nav .main-menu > li > ul {
  list-style: none;
  flex-direction: column;
  display: flex;
  background: white;
  white-space: nowrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  nav .main-menu > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    align-items: center;
    min-width: 100%;
    border-top: 1px solid #747474;
  }
}
nav .main-menu > li > ul > li {
  height: 2rem;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0;
  width: 100%;
}
nav .main-menu > li > ul > li a {
  width: 100%;
  justify-content: left;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  nav .main-menu > li > ul > li a {
    justify-content: left;
    align-items: center;
  }
}
nav .main-menu > li > ul > li:before {
  content: '\2014';
  padding-right: 6px;
  color: #9D9D9D;
}
nav .main-menu > li > ul > li.subsection {
  text-transform: none;
  height: 1.75rem;
  padding: 0 0.98rem;
}
nav .main-menu > li > ul > li.subsection:last-child {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  nav .main-menu > li > ul > li.subsection a:before {
    content: '- ';
  }
}
@media only screen and (min-width: 1024px) {
  nav .main-menu > li > ul > li {
    padding: 0 0.88rem;
    height: 2.25rem;
  }
  nav .main-menu > li > ul > li:before {
    display: none;
  }
}
nav .main-menu > li > ul > li.orange {
  background: #FC5D20;
  color: #fff;
}
nav .main-menu > li > ul > li.orange a {
  color: #fff !important;
}
nav .main-menu > li > ul > li.orange a:hover {
  opacity: 0.75;
}
nav .main-menu > li > ul > li.black {
  background: #000000;
  color: #fff;
}
nav .main-menu > li > ul > li.black a {
  color: #fff;
}
nav .main-menu > li > ul > li.black a:hover {
  opacity: 0.75;
}
nav .main-menu > li.dropdown:not(.no-hover):hover > ul,
nav .main-menu > li.dropdown.open > ul {
  display: flex;
  z-index: 100;
}
nav .main-menu > li.dropdown:not(.no-hover):hover .fa-angle-up,
nav .main-menu > li.dropdown.open .fa-angle-up {
  transform: rotate(180deg);
}
nav .main-menu > li.dropdown.open > a {
  color: #FC5D20;
}
nav .main-menu > li.right-aligned > ul {
  right: 0;
  left: auto;
}
nav .main-menu > li.right-aligned > ul > li > a {
  justify-content: right;
}
nav .main-menu.on > li {
  display: flex;
}
.menu-logo {
  max-height: 1.25rem;
}
body.modal-open .nav-wrap.fixed {
  position: relative;
}
footer {
  background: #000000;
  padding: 3.6rem 0 10rem;
  margin-top: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #f3f3f3;
}
@media only screen and (min-width: 1024px) {
  footer {
    flex-direction: row;
    align-items: flex-start;
  }
}
footer .footer-container {
  align-items: center;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  footer .footer-container {
    align-items: flex-start;
    gap: 0;
  }
}
footer .footer-container > * {
  flex: 1 0 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  footer .footer-container > * {
    width: auto;
  }
}
footer .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  footer .footer-left {
    flex-direction: row;
    align-items: flex-start;
  }
}
footer .footer-left > * {
  flex: 1 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer .footer-left > * {
    text-align: left;
  }
}
footer .footer-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  footer .footer-middle {
    justify-content: flex-start;
    align-items: center;
  }
}
footer .footer-middle h1 {
  font-size: 1rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: normal;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer .footer-right {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: left;
  }
}
footer a {
  color: #f3f3f3;
}
footer a:hover {
  color: #9D9D9D;
}
footer .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 1.5rem;
}
footer .footer-social > * {
  flex: 1 0 auto;
  text-align: center;
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.5625rem;
  border: 1px solid #FC5D20;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.5rem 1.5rem;
  background: #fff;
  color: #000000;
  width: 100%;
  margin: 1rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .button {
    width: auto;
  }
  .button.small {
    padding: 0 0.5rem;
  }
}
.button:not(.no-hover) {
  cursor: pointer;
}
.button:hover:not(.no-hover) {
  color: #000000;
  background: #f2f2f2;
}
.button.black {
  background: #000000;
  color: #fff;
}
.button.black:hover {
  background: #fff;
  color: #000000;
}
.button span {
  display: inline-block;
  margin-right: 6px;
}
.button.highlight {
  background: #FC5D20;
  color: #fff;
  border: none !important;
  margin-top: 30px;
}
.button.highlight:hover {
  background: #FC5D20;
  color: #fff !important;
}
.button.text-highlight {
  color: #FC5D20;
}
.button .icon.subscribe img {
  width: 21px;
  height: 12px;
}
.button .icon.contact img {
  width: 15px;
  height: 12px;
  margin-bottom: -1px;
}
.button.big {
  padding: 1rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .button.big {
    font-size: 1.25rem;
  }
}
.button.form_error {
  background: #e04d3d;
}
.button.form_success {
  background: #49c994;
}
.button.error {
  background: #e04d3d;
}
.button.success {
  background: #49c994;
}
.button.busy {
  position: relative;
  opacity: 0.75;
}
.button.busy i {
  margin-right: 14px;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button:disabled:hover {
  background: #000000;
  color: #fff;
}
@keyframes pulsate {
  from {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
  to {
    opacity: 0.75;
  }
}
.button.loading {
  animation: pulsate 2s ease-in-out infinite;
  cursor: not-allowed;
  pointer-events: none;
}
.spotlight {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.spotlight > * {
  flex: 1 0 auto;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .spotlight > * {
    max-width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1024px) {
  .spotlight {
    align-items: normal;
  }
  .spotlight > :first-child {
    max-width: 50%;
  }
}
.spotlight .spotlight-remainder {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .spotlight {
    flex-direction: row;
  }
  .spotlight .spotlight-remainder {
    flex-direction: column;
  }
}
.spotlight .spotlight-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 1024px) {
  .spotlight .spotlight-item {
    flex-direction: row;
  }
}
.spotlight .spotlight-item > * {
  flex: 1 1 auto;
  min-width: 0;
}
.spotlight .spotlight-item .spotlight-image {
  flex-shrink: 0;
}
.spotlight .spotlight-item .spotlight-image img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .spotlight .spotlight-item .spotlight-image img {
    max-width: 193px;
  }
}
.spotlight .spotlight-item.primary {
  flex-direction: column;
  font-size: 1.125rem;
}
.spotlight .spotlight-item.primary .spotlight-image img {
  max-width: 100%;
}
.spotlight .spotlight-item .spotlight-content {
  display: flex;
  flex-direction: column;
}
.spotlight .spotlight-item .spotlight-content > * {
  flex: 1 0 auto;
}
.spotlight .spotlight-item .spotlight-section-title {
  font-size: 0.75rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}
.spotlight .spotlight-item:hover .spotlight-section-title {
  border-bottom-color: #FC5D20;
}
.spotlight .spotlight-item h2,
.spotlight .spotlight-item h3 {
  font-weight: normal;
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.spotlight .spotlight-item h2 a,
.spotlight .spotlight-item h3 a {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .spotlight .spotlight-item h2,
  .spotlight .spotlight-item h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.spotlight .spotlight-item h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0.75rem 0;
}
.spotlight .spotlight-item h2 a {
  font-size: 2rem;
}
.spotlight .spotlight-item h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0.5rem 0;
}
.spotlight .spotlight-item h3 a {
  font-size: 1.25rem;
}
.spotlight .spotlight-item .spotlight-copy {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share-container-top,
.share-container-in-article {
  display: flex;
  flex-direction: row;
}
.share-container-top .sharer,
.share-container-in-article .sharer {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 1.5rem;
  padding-top: 1rem;
}
.share-container-top a,
.share-container-in-article a {
  text-decoration: none !important;
  border-bottom: none !important;
}
.share-container-top {
  justify-content: center;
}
.share-container-top .sharer {
  border-top: 1px solid #000000;
}
.share-container-in-article {
  margin: 0 0 3rem 1rem;
}
.article-listing-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 100%;
  gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .article-listing-section {
    --article-listing-per-row: 3;
    grid-template-columns: repeat(var(--article-listing-per-row), 1fr);
  }
}
.article-listing-section .article-listing-article {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.article-listing-section .article-listing-article > * {
  flex: 0 0 auto;
}
.article-listing-section .article-listing-article .article-listing-image {
  max-width: 100%;
}
.article-listing-section .article-listing-article .article-listing-section-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  letter-spacing: 0.0375rem;
  font-weight: 350;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.375rem;
}
.article-listing-section .article-listing-article:hover .article-listing-section-title {
  border-bottom-color: #FC5D20;
}
.article-listing-section .article-listing-article .article-listing-title {
  line-height: normal;
}
.article-listing-section .article-listing-article .article-listing-title a {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  font-size: 1.25rem;
}
.article-listing-section .article-listing-article .article-listing-summary {
  font-size: 0.875rem;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  line-height: normal;
}
.article-listing-section .article-listing-article .article-listing-tags {
  font-size: 0.6875rem;
  font-weight: 350;
  color: #FC5D20;
}
.article-listing-section .article-listing-article .article-listing-tags a {
  color: #FC5D20;
}
.article-listing-section.article-listing-section-with-summary .article-listing-article,
.article-listing-section.article-listing-section-with-section .article-listing-article {
  gap: 0.5rem;
}
.article-listing-section.article-listing-section-with-summary .article-listing-title,
.article-listing-section.article-listing-section-with-section .article-listing-title {
  flex-grow: 0;
}
.module_frontpage .article-listing-section {
  margin-bottom: 0;
}
.section-title {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  max-width: 50rem;
  text-align: center;
  align-items: center;
}
.section-title.no-max-width {
  max-width: 100%;
}
.section-title h1 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1rem;
  font-size: 3.375rem;
  color: #000000;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-title h3 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1rem;
  font-size: 1.25rem;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.flex-container-related-to {
  border-top: 1px solid #000000;
  padding-top: 1.5rem;
  flex-direction: column;
}
.flex-container-related-to .related-to-title {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.related-to-articles {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 2.5rem;
}
.related-to-articles + .related-to-articles {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .related-to-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
.related-to-articles .pager-button-row {
  grid-column: span 2;
}
.related-to-articles .related-article {
  display: flex;
  flex-direction: row;
  border-top: 4px solid #000000;
}
.related-to-articles .related-article:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1024px) {
  .related-to-articles .related-article:nth-child(odd) {
    flex-direction: row;
  }
  .related-to-articles .related-article:nth-child(4n+3),
  .related-to-articles .related-article:nth-child(4n+4) {
    flex-direction: row-reverse;
  }
}
.related-to-articles .related-article .related-article-image {
  max-width: 100%;
}
.related-to-articles .related-article .related-article-content {
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
  flex: 1;
  padding: 1rem;
  gap: 0.5rem;
}
.related-to-articles .related-article .related-article-content .related-article-section {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  letter-spacing: 0.0375rem;
  font-weight: 350;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5rem;
}
.related-to-articles .related-article .related-article-content .related-article-title {
  flex: 1 0 auto;
}
.related-to-articles .related-article .related-article-content .related-article-title a {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  font-size: 1.25rem;
}
.related-to-articles .related-article .related-article-content .related-article-tags {
  font-size: 0.6875rem;
  font-weight: 350;
  color: #FC5D20;
}
.related-to-articles .related-article .related-article-content .related-article-tags a {
  color: #FC5D20;
}
.related-to-articles.related-article-section-with-summary .related-article-article,
.related-to-articles.related-article-section-with-section .related-article-article {
  gap: 0.5rem;
}
.related-to-articles.related-article-section-with-summary .related-article-title,
.related-to-articles.related-article-section-with-section .related-article-title {
  flex-grow: 0;
}
.flex-container-large-tiles {
  padding-top: 1.5rem;
  flex-direction: column;
}
.flex-container-large-tiles .large-tiles-title {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.large-tiles {
  display: grid;
  width: 100%;
  gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .large-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.large-tiles .large-tile {
  display: flex;
  flex-direction: row;
  border-top: 4px solid #000000;
  position: relative;
}
.large-tiles .large-tile .large-tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: rgba(0, 0, 0, 0.25);
}
.large-tiles .large-tile .large-tile-overlay-title {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 1.25rem;
}
.large-tiles .large-tile:hover {
  border-top-color: #FC5D20;
}
.pinnable {
  position: relative;
}
.pinnable.hover .pin-this,
.pinnable.pinning .pin-this {
  opacity: 1;
  visibility: visible;
}
.pin-this {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  color: #FC5D20;
  cursor: pointer;
  font-size: 1.25rem;
}
.pin-this.pin-this-size-small {
  font-size: 0.75rem;
}
.pin-this .pin-to {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 11px 36px 0 12px;
  font-weight: 700;
  font-size: 0.8125rem;
  color: #fff;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.14s ease-out;
  -moz-transition: opacity 0.14s ease-out;
  -o-transition: opacity 0.14s ease-out;
  transition: opacity 0.14s ease-out;
}
.pin-this .pin-to .select2-container {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.pin-this.on {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.14s ease-out;
  -moz-transition: opacity 0.14s ease-out;
  -o-transition: opacity 0.14s ease-out;
  transition: opacity 0.14s ease-out;
}
.pin-this.on .pin-to {
  visibility: visible;
  opacity: 1;
}
.pin-success {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.14s ease-out;
  -moz-transition: opacity 0.14s ease-out;
  -o-transition: opacity 0.14s ease-out;
  transition: opacity 0.14s ease-out;
}
.pin-success .pin-success-message {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  height: 16px;
  margin-top: -8px;
  z-index: 11;
}
#menu-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  background: #fff;
}
#menu-search.visible {
  opacity: 1;
  pointer-events: all;
}
#menu-search .search-term-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  border-bottom: 1px solid black;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
#menu-search .search-term-container input[type="text"] {
  flex: 0 0 auto;
  padding: 0;
  height: calc(100% - 2px);
  width: 200px;
  max-width: 100%;
  margin: 0;
  display: inline-block;
  border: 0;
}
#menu-search .search-term-container input[type="text"]::placeholder {
  text-align: center;
  font-size: 1rem;
}
#menu-search .search-term-container [data-toggle-search] {
  position: absolute;
  right: 0;
}
#menu-search .search-term-container [data-submit-search] {
  position: absolute;
  right: calc(var(--font-size) + 1rem);
}
.search-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif !important;
}
.search-header > * {
  flex: 0 0 auto;
}
.search-header .search-order {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.search-header .search-order label,
.search-header .search-order a {
  cursor: pointer;
  color: #000000;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1rem;
  font-weight: 350;
}
.search-header .search-order label.active,
.search-header .search-order a.active,
.search-header .search-order label:hover,
.search-header .search-order a:hover {
  color: #FC5D20;
}
.search-header .search-order ul {
  display: none;
  background: #F7F7F7;
  padding: 1rem;
  list-style: none;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 2rem;
  z-index: 1000;
  white-space: nowrap;
}
.search-header .search-order ul li {
  font-size: 1rem;
  line-height: normal;
}
.search-header .search-order.active ul {
  display: flex;
}
.filters-container {
  display: none;
}
.filters-container.filters-open {
  display: block;
}
.filters-holder {
  padding: 1.25rem;
  background: #f3f3f3;
  z-index: 100;
  -webkit-transition: top 0.14s linear;
  -moz-transition: top 0.14s linear;
  -o-transition: top 0.14s linear;
  transition: top 0.14s linear;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.filters-holder label {
  width: 100%;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-size: 1rem;
  color: #000000;
  margin-top: 8px;
}
.filters-holder .filter-wrap {
  padding-right: 4px;
  margin-top: 0;
}
.filters-holder .filter-wrap .select2-container {
  width: 150px !important;
}
.filters-holder .filters-bottom-bar {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 2px;
  display: none;
}
.filters-holder .filters-bottom-bar.active {
  display: block;
}
.filters-holder .select2-container .select2-default {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif !important;
  font-size: 1rem;
  padding: 0 0 0 10px;
}
.filters-holder .select2-container .select2-default .select2-arrow {
  top: -1px;
}
.filters-holder .select2-container.select2-allowclear .select2-choice abbr {
  visibility: hidden;
}
.filters-holder .select2-container .select2-choice {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif !important;
  color: #999999;
  font-size: 1rem;
  padding: 0 0 0 10px;
}
.filters-holder .select2-container .select2-choice .select2-arrow b {
  top: 11px;
}
.filters-holder .select2-container-multi .select2-choices {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif !important;
  font-size: 1rem;
  max-height: 28px;
  padding: 0 4px 4px 4px;
}
.filters-holder .select2-container-multi .select2-choices .select2-search-choice {
  display: none;
  line-height: 20px;
  height: 20px;
}
.filters-holder .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  top: 3px;
}
.filters-holder .select2-container-multi .select2-choices .select2-search-field input {
  margin: 0 !important;
}
.filters-holder .select2-container-multi .select2-choices {
  background: #fff url('/images/front/select2-arrow-off.png') right 9px center no-repeat;
  background-size: 8px 7px;
}
.filters-holder .select2-container-multi.select2-container-active .select2-choices {
  background: #fff url('/images/front/select2-arrow-on.png') right 9px center no-repeat;
  background-size: 8px 7px;
}
#selected-filters {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
#selected-filters .selected-filter {
  background: #FC5D20;
  color: #fff;
  padding: 0.5rem;
  margin: 1rem 0;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
#selected-filters .selected-filter .selected-filter-remove {
  cursor: pointer;
}
.search-holder {
  float: left;
  clear: both;
  width: 100%;
  padding: 10px 0 16px;
  display: none;
}
.search-holder .search-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 16px;
}
.search-holder .search-box {
  width: 256px;
  float: left;
  margin-left: 10px;
  background: 0;
  border: 0;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1875rem;
  line-height: 44px;
  padding: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  .search-holder .search-box {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .search-holder .search-box {
    width: 76%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .search-holder .search-box {
    width: 82%;
  }
}
#search-results-container .search-loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  display: none;
  text-align: center;
}
#search-results-container .search-loading-overlay .loading {
  background: url('/images/front/spinner.gif') 0 0 no-repeat;
  background-size: 16px 16px;
  padding-left: 22px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
}
#search-results-container.loading .search-loading-overlay {
  display: block;
}
.nav-search {
  display: none;
  padding: 0 3rem;
}
.nav-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 1rem;
  width: 100%;
}
.nav-search form > * {
  flex: 0 0 auto;
}
.nav-search form input {
  flex: 1 0 100%;
  text-align: center;
  border: none;
}
.nav-search form .nav-search-submit,
.nav-search form .nav-search-close {
  cursor: pointer;
}
.nav-search.active {
  display: flex !important;
}
.site-wide-bottom-cta {
  background: #FC5D20;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .site-wide-bottom-cta {
    font-size: 2.5rem;
  }
}
.site-wide-bottom-cta a {
  color: #fff;
}
.site-wide-bottom-cta a:hover {
  color: #fff;
  opacity: 0.75;
}
.rollup-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  color: #FC5D20;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  margin-bottom: 1rem;
}
.rollup-nav a {
  color: #FC5D20;
  font-size: 1.5rem;
}
.rollup-nav a.disabled,
.rollup-nav a.disabled > * {
  color: #D9D9D9;
  pointer-events: none;
}
#sidebar-container {
  max-width: calc(25% - 1rem);
  flex: 1;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #sidebar-container {
    display: flex;
  }
}
.sidebar {
  display: none;
  flex-direction: column;
  padding: 0 0 0 20px;
  border-left: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1024px) {
  .sidebar {
    display: flex;
  }
}
.sidebar h4 {
  color: #000000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.5rem;
  letter-spacing: -0.015rem;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 0.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
#the-article .article-lead-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
#the-article .article-lead-image div {
  color: #828282;
  font-size: 0.75rem;
}
#the-article .article-metadata {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #FC5D20;
  font-size: 0.6875rem;
  font-weight: 350;
  margin-bottom: 1.88rem;
}
#the-article .article-metadata a {
  color: #FC5D20;
  text-decoration: none;
  border: none;
  font-weight: 350;
}
#the-article .article-metadata a:hover {
  color: #FC5D20;
  border-bottom: 1px solid #FC5D20;
}
#the-article .article-title {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.5rem;
}
#the-article .article-title h1,
#the-article .article-title h2,
#the-article .article-title h3 {
  text-align: center;
  line-height: normal;
}
#the-article .article-title h1 {
  font-size: 3.375rem;
}
#the-article .article-title h2 {
  font-size: 1.25rem;
}
#the-article .article-title h3 {
  font-size: 1rem;
  font-style: italic;
}
#the-article .article-title h3 a {
  font-style: italic;
}
#the-article .article-navigation {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
#the-article .article-navigation .item {
  color: #000000;
  font-size: 0.6875rem;
  border-radius: 3.125rem;
  border: 1px solid #000000;
  height: 2.375rem;
  width: 6rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#the-article .article-navigation .item.active,
#the-article .article-navigation .item:hover {
  background: #f3f3f3;
}
#the-article .article-content h2,
#the-article .article-content h3,
#the-article .article-content h4,
#the-article .article-content h5 {
  margin-top: 18px;
  text-align: left;
}
#the-article .article-content .article-section {
  margin-top: 1.19rem;
}
#the-article .article-content .article-section .article-section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  cursor: pointer;
  max-width: calc(839px - (2 * 16px));
  margin: 0 0 0.75rem 16px;
}
#the-article .article-content .article-section .article-section-title h3 {
  flex: 1 0 auto;
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 0 !important;
  max-width: 100%;
}
#the-article .article-content .article-section .article-section-title h3 .tool {
  position: relative;
  float: right;
  top: 10px;
  right: 5px;
  font-size: 0.6875rem;
  margin-left: 5px;
  border: 0 !important;
  opacity: 0.25;
  transition: opacity 0.14s ease-out;
  color: inherit;
}
#the-article .article-content .article-section .article-section-title h3 .tool:hover {
  opacity: 1;
}
#the-article .article-content .article-section .article-section-title h3 .tool .fa,
#the-article .article-content .article-section .article-section-title h3 .tool .fas,
#the-article .article-content .article-section .article-section-title h3 .tool .far,
#the-article .article-content .article-section .article-section-title h3 .tool .fal,
#the-article .article-content .article-section .article-section-title h3 .tool .fad,
#the-article .article-content .article-section .article-section-title h3 .tool .fab {
  font-size: 0.875rem;
}
#the-article .article-content .article-section .article-section-title .article-section-arrow {
  font-size: 2rem;
  color: #FC5D20;
  flex: 0 0 auto;
}
#the-article .article-content .article-section .article-section-title:hover {
  color: #FC5D20;
}
#the-article .article-content .article-section .article-section-contents {
  padding-bottom: 26px;
}
#the-article .article-content .article-section .article-section-contents h3 {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.5rem;
  font-weight: 350;
}
#the-article .article-content .article-section .article-section-contents h4 {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.5rem;
  font-weight: 700;
}
#the-article .article-content .article-section.first .article-section-contents {
  display: block;
}
#the-article .article-content .article-section.on .article-section-title .article-section-arrow {
  transform: rotate(180deg);
}
#the-article .article-content .article-section.collapsible {
  border-bottom: 1px solid #D9D9D9;
}
#the-article .article-content ul,
#the-article .article-content ol {
  margin: 1rem 0 0 1rem;
  list-style: disc;
}
#the-article .article-content ul li,
#the-article .article-content ol li {
  line-height: normal;
}
#the-article .article-content a {
  font-weight: 700;
  border-bottom: 1px solid #afb1b3;
}
#the-article .article-content a:hover {
  color: #afb1b3;
}
#the-article .article-content .tags > a {
  color: #9D9D9D;
  font-weight: 350;
  border-bottom: none;
}
#the-article .article-content .tags > a:hover {
  color: #000000;
}
.index-spotlight {
  margin-bottom: 2.5rem;
}
.flex-container-rollup #the-article {
  flex: 1;
}
.flex-container-more-from-section {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.flex-container-more-from-section .more-from-section-title {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 2rem;
}
.pinboard-dropdown {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 0.75rem;
  margin-right: 12px;
}
@media only screen and (min-width: 768px) {
  .pinboard-dropdown {
    font-size: 0.8125rem;
    margin-right: 30px;
  }
}
.pinboard-dropdown .dropdown-trigger {
  position: relative;
  z-index: 1001;
  padding-right: 12px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
}
.pinboard-dropdown .menu-arrow {
  position: absolute;
  top: -1px;
  right: -5px;
  width: 8px;
  height: 6px;
  margin-top: 5px;
  background: url('/images/front/menu-arrow.png') 0 0 no-repeat;
  background-size: 8px 14px;
  z-index: 1002;
}
.pinboard-dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}
.pinboard-dropdown ul {
  position: absolute;
  top: -12px;
  left: -14px;
  right: -16px;
  z-index: 1000;
  padding: 30px 0 8px 0;
  background: #fff;
  border-bottom: 1px solid #000000;
  -moz-box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
  -webkit-box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
  box-shadow: 3px 3px 0 0 #000000, transparent 0 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.14s ease-out;
  -moz-transition: opacity 0.14s ease-out;
  -o-transition: opacity 0.14s ease-out;
  transition: opacity 0.14s ease-out;
}
.pinboard-dropdown ul li {
  display: block;
  padding: 3px 14px;
  text-align: left;
}
.pinboard-dropdown ul li a {
  color: #9D9D9D;
  white-space: nowrap;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.6875rem;
}
.pinboard-dropdown ul li a:before {
  content: ': ';
  padding-right: 0;
  font-weight: 700;
}
.pinboard-dropdown ul li a:hover {
  color: #000000;
}
.module_pinboards .section-intro_title {
  margin-top: 32px;
}
.module_pinboards .section-intro_title h1 {
  text-align: center;
}
.module_pinboards .content-box {
  padding-top: 4px;
}
.pinboard-listing-title h2 {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.75rem;
  font-weight: 700;
  border-top: 1px solid black;
  padding: 1rem 0;
}
.pinboards-row + .pinboard-listing-title-row {
  margin-top: 4rem;
}
.pinboards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  /*&.pinboards-sortable {
        .pinboard-placeholder {
            &.placeholder {
                background: @offwhite;
                border-top: 16px solid @white;
                border-left: 8px solid @white;
                border-right: 8px solid @white;
            }

            &.ui-sortable-helper {
                .pinboard-listing {
                    color: @highlight;
                    .box-shadow(-2px 2px 8px 0 rgba(0, 0, 0, 0.2));

                    .img-grid {
                        border-top-color: @highlight;
                        opacity: 0.7;
                    }
                }
            }
        }
    }*/
}
.pinboards .pinboard {
  position: relative;
  width: 100%;
  height: 100%;
}
.pinboards .pinboard.new-pinboard {
  border: 1px solid #000000;
  min-height: 233px;
}
.pinboards .pinboard.new-pinboard:hover input::placeholder {
  color: #FC5D20;
}
.pinboards .pinboard.new-pinboard input {
  position: absolute;
  bottom: 0;
  border: none;
  cursor: pointer;
  padding: 0.87rem 1.19rem;
}
.pinboards .pinboard.new-pinboard input::placeholder {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.375rem;
  font-weight: 350;
  color: #000000;
}
.pinboards .pinboard.new-pinboard input:focus {
  cursor: text;
}
.pinboards .pinboard.new-pinboard input:focus::placeholder {
  color: transparent;
}
.pinboards .pinboard + .new-pinboard {
  min-height: 0;
}
.pinboards .pinboard .pinboard-tools {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.pinboards .pinboard .pinboard-tools .pinboard-title {
  text-align: left;
  flex: 1 1 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.375rem;
  font-weight: 350;
}
.pinboards .pinboard .pinboard-tools .pinboard-move {
  cursor: move;
  flex: 0 0 0;
}
.pinboards .pinboard .pinboard-tools .pinboard-move:hover {
  color: #FC5D20;
}
.pinboards .pinboard .pinboard-tools .pinboard-delete {
  cursor: pointer;
  flex: 0 0 0;
}
.pinboards .pinboard .pinboard-tools .pinboard-delete:hover {
  color: #FC5D20;
}
.pinboards .pinboard:hover .pinboard-tools .pinboard-title {
  color: #FC5D20;
}
.pinboard-utilities-container {
  justify-content: center;
  align-items: center;
}
.pinboard-utilities-container .pinboard-utilities {
  flex: 0 0 fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #000000;
  padding: 0.75rem 1.5rem;
}
.pinboard-utilities-container .pinboard-utilities > * {
  flex: 0 0 auto;
}
#pinboard-title-form input,
#pinboard-title-form textarea {
  display: none;
}
.pinboard-items-container {
  margin-top: 2rem;
}
.pinboard-items .article-listing-section-title {
  display: flex;
  justify-content: space-between;
}
.pinboard-items .pinboard-item-tools {
  display: inline-flex;
  gap: 0.5rem;
}
.pinboard-items .pinboard-item-tools > * {
  cursor: pointer;
  height: 1em;
}
.pinboard-items .pinboard-item-tools > *[data-item-move] {
  cursor: move;
}
.pinboard-items .pinboard-item-tools > *:hover {
  color: #FC5D20;
}
#pin-modal-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#pin-modal-form .section-title {
  margin-bottom: 1rem;
}
#pin-modal-form .pinboards-row {
  flex-wrap: nowrap;
  gap: 1rem;
}
#pin-modal-form .pinboards-row .pinboards {
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex: 1 1 0;
  padding-bottom: 5px;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #FC5D20 #fff;
  /* Chrome, Edge, and Safari */
}
#pin-modal-form .pinboards-row .pinboards::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
#pin-modal-form .pinboards-row .pinboards::-webkit-scrollbar-track {
  background: #fff;
  margin: 0 0 0 -1px;
}
#pin-modal-form .pinboards-row .pinboards::-webkit-scrollbar-thumb {
  background-color: #FC5D20;
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 0;
  margin: 0;
}
#pin-modal-form .pinboards-row .pinboards .new-pinboard {
  position: sticky;
  z-index: 10;
  background: #fff;
}
#pin-modal-form .pinboards-row .pinboards .pinboard {
  height: 214px;
  width: 214px;
}
#pin-modal-form .pinboards-row .pinboards .pinboard.selected {
  border: 1px solid #FC5D20;
}
#pin-modal-form #pin-modal-item-container-prev,
#pin-modal-form #pin-modal-item-container-next {
  height: 16px;
  width: 16px;
  cursor: pointer;
  flex: 0 0 auto;
}
/*
.reveal-modal {
    &.xlarge {
        .img-grid {
            height: 108px;
        }

        .three {
            min-height: 183px;
        }

        .new-pinboard {
            padding: 4px;

            input {
                width: 95%;
            }
        }

        #pin-modal-item-container {
            overflow: hidden;
            position: relative;
            width: 100%;
            height: 190px;
            padding: 0;

            .column + .column:last-child,
            .columns + .columns:last-child {
                float: left;
            }
        }

        .pinboard-listing {
            .title {
                padding-right: 0;
                font-size: @size-13;
            }

            &.selected {
                img {
                    border-top: 4px solid @highlight;
                    margin-top: -4px;
                }
            }
        }

        #pin-modal-success-container,
        #pin-modal-error-container {
            display: none;
            margin: 10px 10px 0;
        }

        #pin-modal-success-container {
            color: @success;
        }

        #pin-modal-error-container {
            color: @error;
        }
    }
}
*/
.image-upload,
.video-upload {
  position: relative;
  margin-top: 7px;
  min-height: 150px;
  border: 1px dashed #afb1b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  cursor: pointer;
}
.image-upload .drag-and-drop,
.video-upload .drag-and-drop {
  display: block;
  color: #afb1b3;
  font-size: 0.8125rem;
  padding: 104px 10px 31px;
  height: 150px;
  -webkit-transition: color 0.14s ease-out;
  -moz-transition: color 0.14s ease-out;
  -o-transition: color 0.14s ease-out;
  transition: color 0.14s ease-out;
  background: url('/sfEditorPlugin/images/upload-bg.png') center 30px no-repeat;
  background-size: 60px 58px;
}
.image-upload .progressbar,
.video-upload .progressbar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3f3f3;
  background: rgba(52, 152, 219, 0.2);
}
.image-upload .progressbar .speed,
.video-upload .progressbar .speed,
.image-upload .progressbar .stats,
.video-upload .progressbar .stats {
  position: absolute;
  font-size: 0.8125rem;
  font-weight: 350;
  color: #FFFFFF;
  margin-top: -7px;
}
.image-upload .progressbar .speed,
.video-upload .progressbar .speed {
  text-align: right;
  top: 50%;
  right: 54%;
}
.image-upload .progressbar .stats,
.video-upload .progressbar .stats {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 54%;
}
.image-upload .progressbar .bar,
.video-upload .progressbar .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: #49c994;
}
.image-upload img,
.video-upload img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.image-upload .image-controls,
.video-upload .image-controls {
  display: none;
}
.image-upload:hover,
.video-upload:hover {
  background-color: #fff;
  border-color: #49c994;
}
@-webkit-keyframes upload-pop {
  0% {
    background-size: 60px 58px;
  }
  50% {
    background-size: 46px 44px;
  }
  100% {
    background-size: 60px 58px;
  }
}
@-moz-keyframes upload-pop {
  0% {
    background-size: 60px 58px;
  }
  50% {
    background-size: 46px 44px;
  }
  100% {
    background-size: 60px 58px;
  }
}
@-o-keyframes upload-pop {
  0% {
    background-size: 60px 58px;
  }
  50% {
    background-size: 46px 44px;
  }
  100% {
    background-size: 60px 58px;
  }
}
@keyframes upload-pop {
  0% {
    background-size: 60px 58px;
  }
  50% {
    background-size: 46px 44px;
  }
  100% {
    background-size: 60px 58px;
  }
}
.image-upload:hover .drag-and-drop,
.video-upload:hover .drag-and-drop {
  color: #49c994;
  -webkit-animation: upload-pop 0.3s ease-out;
  -moz-animation: upload-pop 0.3s ease-out;
  -o-animation: upload-pop 0.3s ease-out;
  animation: upload-pop 0.3s ease-out;
}
.image-upload.uploading,
.video-upload.uploading {
  border: 1px solid #49c994;
}
.image-upload.uploading .drag-and-drop,
.video-upload.uploading .drag-and-drop {
  opacity: 0;
  visibility: hidden;
}
.image-upload.loading,
.video-upload.loading {
  border: 1px solid #49c994;
}
.image-upload.loading .drag-and-drop,
.video-upload.loading .drag-and-drop {
  opacity: 0;
  visibility: hidden;
}
.image-upload.uploaded,
.video-upload.uploaded {
  border: 1px solid #afb1b3;
}
.image-upload.uploaded .drag-and-drop,
.video-upload.uploaded .drag-and-drop {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  -webkit-transition: all 0.14s ease-out 0.4s;
  -moz-transition: all 0.14s ease-out 0.4s;
  -o-transition: all 0.14s ease-out 0.4s;
  transition: all 0.14s ease-out 0.4s;
}
.image-upload.uploaded img,
.video-upload.uploaded img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.14s ease-out 0.4s;
  -moz-transition: all 0.14s ease-out 0.4s;
  -o-transition: all 0.14s ease-out 0.4s;
  transition: all 0.14s ease-out 0.4s;
}
.image-upload.uploaded .image-controls,
.video-upload.uploaded .image-controls {
  display: none;
}
.image-upload.uploaded .pick-video,
.video-upload.uploaded .pick-video {
  display: none;
}
.image-upload .paste-container,
.video-upload .paste-container {
  display: none;
}
.validation-error .image-upload,
.validation-error .media-library-picker,
.validation-error .video-upload {
  border-color: #e04d3d;
}
.admin-link {
  margin: 0;
}
.admin-link a {
  color: darkred;
  font-weight: 700;
  font-size: 0.6875rem;
}
form.common,
.form.common {
  margin-bottom: 20px;
}
form.common:last-child,
.form.common:last-child {
  margin-bottom: 0;
}
form.common .row,
.form.common .row {
  margin: 10px 0;
}
form.common .row:first-child,
.form.common .row:first-child {
  margin-top: 0;
}
form.common label,
.form.common label {
  display: block;
  font-size: 0.6875rem;
  color: #939598;
  margin: 14px 0 6px;
}
form.common input,
.form.common input {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
form.common .error-messages,
.form.common .error-messages {
  display: none;
  margin: 8px 0 0;
  padding-bottom: 8px;
  font-size: 0.6875rem;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
form.common .error-messages.active,
.form.common .error-messages.active {
  display: block;
  color: #e04d3d;
}
form.common .error-messages.active p,
.form.common .error-messages.active p,
form.common .error-messages.active a,
.form.common .error-messages.active a {
  color: #e04d3d;
}
form.common .icheckbox_flat,
.form.common .icheckbox_flat {
  margin: -2px 6px 0 0;
}
form.common .icheckbox_flat + label,
.form.common .icheckbox_flat + label {
  margin-left: 8px;
  cursor: pointer;
}
.input-switch-label-off,
.input-switch-label-on {
  transition: opacity 0.2s ease-in-out;
}
.input-switch-label-off {
  opacity: 1;
}
.input-switch-label-off:has(+ .input-switch input:checked) {
  opacity: 0.5;
}
.input-switch-label-on {
  opacity: 0.5;
}
.input-switch:has(input:checked) ~ .input-switch-label-on {
  opacity: 1;
}
.input-switch {
  --input-switch-width: 4rem;
  --input-switch-height: 1.875rem;
  --input-switch-margin: 2px;
  position: relative;
  width: var(--input-switch-width);
  height: var(--input-switch-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5rem;
}
.input-switch.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.input-switch .input-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CECECE;
  transition: 0.4s;
  border-radius: var(--input-switch-height);
}
.input-switch .input-switch-slider:before {
  position: absolute;
  content: "";
  height: calc(var(--input-switch-height) - (var(--input-switch-margin) * 2));
  width: calc(var(--input-switch-height) - (var(--input-switch-margin) * 2));
  left: var(--input-switch-margin);
  bottom: var(--input-switch-margin);
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.input-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.input-switch input:checked + .input-switch-slider {
  background-color: #FC5D20;
}
.input-switch input:checked + .input-switch-slider:before {
  transform: translateX(calc(var(--input-switch-width) - var(--input-switch-height)));
}
.input-switch input:focus + .input-switch-slider {
  box-shadow: 0 0 1px #FC5D20;
}
.input-checkbox,
.input-radio {
  margin: 8px 0;
}
.input-checkbox input[type="checkbox"],
.input-radio input[type="checkbox"],
.input-checkbox input[type="radio"],
.input-radio input[type="radio"] {
  display: none;
}
.input-checkbox label,
.input-radio label {
  cursor: pointer;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
}
.input-checkbox label .icon-background,
.input-radio label .icon-background {
  margin-right: 10px;
  display: inline-block;
  font-size: 0.9375rem;
  flex: 0 0 0;
}
.input-checkbox label .icon-background .fa-times-circle,
.input-radio label .icon-background .fa-times-circle {
  color: #ECECEC;
}
.input-checkbox label .icon-background.checked,
.input-radio label .icon-background.checked {
  background: #FFFFFF;
}
.input-checkbox label .icon-background.checked .fa-times-circle,
.input-radio label .icon-background.checked .fa-times-circle {
  color: #000000;
}
.input-checkbox label .content,
.input-radio label .content {
  flex: 1 0 0;
  line-height: 16px;
}
.input-checkbox input[type="checkbox"]:checked + label .icon-background,
.input-radio input[type="checkbox"]:checked + label .icon-background {
  background: #FFFFFF;
}
.input-checkbox input[type="checkbox"]:checked + label .icon-background .fa-times-circle,
.input-radio input[type="checkbox"]:checked + label .icon-background .fa-times-circle {
  color: #000000;
}
.input-checkbox.horizontal,
.input-radio.horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.input-checkbox.horizontal .radio-item,
.input-radio.horizontal .radio-item {
  flex: 0 0 auto;
  margin: 0 10px;
}
.input-checkbox label .icon-background {
  border-radius: 10px;
  background: #ECECEC;
}
.input-checkbox label .icon-background .fa-times-circle {
  color: #ECECEC;
}
.input-checkbox label .icon-background.checked {
  background: #FFFFFF;
}
.input-checkbox label .icon-background.checked .fa-times-circle {
  color: #000000;
}
.input-radio label {
  margin: 10px 0 0 !important;
}
.input-radio label .icon-background .fa-circle {
  color: #ECECEC;
}
.input-radio label .icon-background .fa-dot-circle {
  color: #000000;
}
.input-select select {
  height: 34px;
  width: 100%;
  background: #fff;
  border: 1px solid #EEEEEE;
}
select.plain-select {
  font-weight: 350;
  border: 1px solid #eeeeee;
  padding: 8px 10px;
  line-height: 1.2;
  height: auto;
  font-size: 1rem;
}
select.plain-select option {
  line-height: 1.2;
  font-size: 1rem;
}
.form-group-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-group-container .form-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.form-group-container .form-group .form-field {
  flex: 1 1 0;
}
.form-group-container .form-group .form-field.form-field-checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-group-container .form-group .form-field.form-field-checkbox .form-field-checkbox-inputs {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  width: fit-content;
}
.form-group-container .form-group .form-field.form-field-checkbox .form-field-checkbox-inputs label .content {
  text-align: left;
}
.StripeElement {
  height: auto;
  display: block;
  width: 100%;
  margin: 20px 0;
  line-height: 1.2;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
.StripeElement--focus {
  outline: 0;
  border-color: #CCCCCC;
}
.StripeElement--invalid {
  border-color: #e04d3d;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
@media only screen and (max-width: 767px) {
  .step-title {
    margin-bottom: 30px !important;
    justify-content: center;
  }
  .step-title h1,
  .step-title h2,
  .step-title h3,
  .step-title h4,
  .step-title h5,
  .step-title h6 {
    font-family: 'Favorit', 'Times', 'Times New Roman', serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 0.875rem;
    padding: 10px;
    text-align: center;
  }
  .step-title h1.inactive,
  .step-title h2.inactive,
  .step-title h3.inactive,
  .step-title h4.inactive,
  .step-title h5.inactive,
  .step-title h6.inactive {
    color: #9F9999;
  }
  .step-title .step-title-item {
    padding: 0;
    flex: 0 0 auto;
  }
  .step-title .step-title-item:nth-child(2) {
    border-left: 1px solid #9F9999;
    border-right: 1px solid #9F9999;
  }
}
@media only screen and (min-width: 768px) {
  .step-title h1,
  .step-title h2,
  .step-title h3,
  .step-title h4,
  .step-title h5,
  .step-title h6 {
    font-family: 'Favorit', 'Times', 'Times New Roman', serif;
    padding: 10px;
    border-bottom: 2px solid #000000;
    margin-bottom: 30px;
    text-align: center;
  }
  .step-title h1.inactive,
  .step-title h2.inactive,
  .step-title h3.inactive,
  .step-title h4.inactive,
  .step-title h5.inactive,
  .step-title h6.inactive {
    color: #CCCCCC;
    border-color: #CCCCCC;
  }
  .step-title .step-title-item {
    padding: 0;
    flex: 1 1 auto;
  }
  .step-title .step-title-item:first-child {
    padding-left: 8px;
  }
  .step-title .step-title-item:last-child {
    padding-right: 8px;
  }
}
.mobile-plans {
  font-size: 0.75rem;
}
.plan-intro {
  margin: 20px 0;
  line-height: 20px;
}
.plan-column {
  flex: 1 1 25%;
  text-align: center;
  border-right: 1px solid #C7C7C7;
  padding: 14px 0;
  margin: 14px 0 30px;
}
.plan-column:last-child {
  border-right: 0;
}
.plan-column.selected {
  color: #000000;
}
.plan-row {
  color: #C7C7C7;
}
.plan-button {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  flex: 1 1 25%;
  text-align: center;
  display: inline-block;
  border: 1px solid #000000;
  padding: 18px 0;
  background: #000000;
  color: #fff;
  cursor: pointer;
  width: auto;
  margin: 8px 8px 35px 0;
  box-sizing: border-box;
}
.plan-button span {
  font-size: 0.625rem;
}
.plan-button.selected {
  background: #fff;
  color: #000000;
}
.plan-button:last-child {
  margin-right: 0;
}
.signup-header {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  margin: 60px 0;
}
.signup-header span {
  border-bottom: 2px solid #000000;
}
.interval-switch {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.375rem;
  font-weight: 350;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5rem;
}
.interval-switch.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.flex-container-plans {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .flex-container-plans {
    flex-direction: row;
  }
}
.flex-container-plans .plan-hide-yearly {
  --display-style: flex;
  display: var(--display-style);
}
.flex-container-plans .plan-hide-monthly {
  --display-style: flex;
  display: none;
}
.flex-container-plans.yearly-view .plan-hide-yearly {
  display: none;
}
.flex-container-plans.yearly-view .plan-hide-monthly {
  display: var(--display-style);
}
.flex-container-plans .plan {
  flex: 1 1 0;
  border-radius: 2.5625rem;
  border: 1px solid #CECECE;
  max-width: 314px;
  display: flex;
  flex-flow: column;
  transition: all ease-in-out 180ms;
  gap: 1rem;
  cursor: pointer;
  position: relative;
}
.flex-container-plans .plan .plan-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FC5D20;
  padding: 0.5rem 0.75rem 0.4rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.625rem;
  font-weight: 700;
  margin: 0;
}
.flex-container-plans .plan.disabled {
  opacity: 0.5;
}
.flex-container-plans .plan.disabled:hover {
  transform: none;
}
.flex-container-plans .plan > * {
  margin: 0 2rem;
}
.flex-container-plans .plan .plan-title {
  margin-top: 2rem;
  border-bottom: 1px dotted #000000;
  padding-bottom: 0.5rem;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.75rem;
  font-weight: 350;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: baseline;
  gap: 1rem;
}
.flex-container-plans .plan .plan-title .signup-user-count {
  color: #FC5D20;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.flex-container-plans .plan .price-container {
  display: flex;
  justify-content: left;
  align-items: baseline;
  gap: 0.5rem;
}
.flex-container-plans .plan .price-container .price {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 2.375rem;
  font-weight: 700;
}
.flex-container-plans .plan .price-container .price-text {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
  font-weight: 350;
}
.flex-container-plans .plan .price-per-user {
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  background: #FAFAFA;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
  font-weight: 350;
  margin: 0;
  padding: 0.75rem 0;
  text-align: center;
  transition: all ease-in-out 180ms;
}
.flex-container-plans .plan .plan-tagline {
  color: #000000;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
  font-weight: 350;
  height: 28px;
}
.flex-container-plans .plan .plan-description ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.25rem 0 2.25rem 0.5rem;
  list-style: none;
}
.flex-container-plans .plan .plan-description ul li {
  color: #000000;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
  font-weight: 350;
  text-indent: -0.4rem;
  padding-left: 0.4rem;
  line-height: 1.1rem;
}
.flex-container-plans .plan .plan-description ul li:before {
  content: ":";
  display: inline-block;
  width: 0.2rem;
  position: relative;
}
.flex-container-plans .plan .plan-description ul li.disabled {
  color: #9D9D9D;
}
.flex-container-plans .plan .choose-plan {
  background: #000000;
  border-radius: 3rem;
  color: #fff;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
  font-weight: 350;
  width: 100%;
  --display-style: inline-flex;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: none;
}
.flex-container-plans .plan .choose-premium {
  display: var(--display-style);
}
.flex-container-plans .plan:hover {
  border-color: #FC5D20;
}
.flex-container-plans .plan:hover .price-per-user {
  border-color: #FC5D20;
  color: #FC5D20;
}
.flex-container-plans .plan:hover .choose-plan {
  color: #000000;
  border: 1px solid #FC5D20;
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(241, 241, 241, 0) 100%);
}
.payments-sidebar {
  background: #F1F1F1;
  padding-bottom: 50px !important;
  display: flex;
  flex-direction: column;
}
.payments-sidebar .sidebar-plan h2 {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  margin-bottom: 10px;
  text-align: center;
}
.payments-sidebar .sidebar-plan .plan-divider {
  border-bottom: 1px dotted #000000;
  width: 100%;
  display: block;
  margin: 0 auto 1em;
}
.payments-sidebar .sidebar-plan .plan-description ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.25rem 0 2.25rem 0.5rem;
  list-style: none;
}
.payments-sidebar .sidebar-plan .plan-description ul li {
  color: #000000;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
  font-weight: 350;
  text-indent: -0.4rem;
  padding-left: 0.4rem;
  line-height: 1.1rem;
}
.payments-sidebar .sidebar-plan .plan-description ul li:before {
  content: ":";
  display: inline-block;
  width: 0.2rem;
  position: relative;
}
.payments-sidebar .sidebar-plan .plan-description ul li.disabled {
  color: #9D9D9D;
}
.payments-sidebar .sidebar-plan .signup-user-count {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  font-size: 1.125rem;
  text-align: center;
}
.payments-sidebar hr {
  border: 1px solid #000000;
  margin: 10px 0;
}
.payments-sidebar .fa-circle {
  color: #D3D3D3 !important;
}
.module_signup.action_index footer {
  margin-top: 0;
}
.signup-banner p {
  margin: 0;
  line-height: 5rem;
  text-align: center;
}
.signup-banner p,
.signup-banner a {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #fff;
}
.signup-banner.black {
  background: #000000;
  margin-top: 64px;
}
.signup-banner.orange {
  background: #FC5D20;
}
.signup-banner a:hover {
  opacity: 0.75;
}
.signup-features {
  padding: 3rem 0 7.5rem;
}
.signup-features .column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
.signup-features .column > * {
  flex: 0 1 350px;
}
.signup-features .column > * img {
  margin-bottom: 24px;
}
.signup-features .column > * p {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
}
.video-row .column {
  display: flex;
  justify-content: center;
}
.video-row .column > * {
  flex: 0 1 50%;
}
.video-row .video-row-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-row .video-row-copy:first-child {
  padding-right: 50px;
}
.video-row .video-row-copy:last-child {
  padding-left: 50px;
}
.video-row .video-row-copy h3 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  margin: 0 0 22px;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000000;
}
.video-row .video-row-copy p {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  font-style: italic;
  border-bottom: 1px solid #FC5D20;
  margin: 0 0 36px;
  font-size: 1.125rem;
  color: #000000;
  padding-bottom: 24px;
}
.video-row .video-row-video {
  background: #000000;
}
.video-row .video-row-video video {
  max-width: 100%;
  padding: 55px 40px;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex .column.fluid,
.flex .columns.fluid {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .flex .column.fluid.is-one-fifth,
  .flex .columns.fluid.is-one-fifth {
    -webkit-flex: 1 0 20%;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }
  .flex .column.fluid.three,
  .flex .columns.fluid.three {
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }
  .flex .column.fluid.four,
  .flex .columns.fluid.four {
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
  }
  .flex .column.fluid.six,
  .flex .columns.fluid.six {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .flex .column.fluid.eight,
  .flex .columns.fluid.eight {
    -webkit-flex: 1 0 66%;
    -ms-flex: 1 0 66%;
    flex: 1 0 66%;
  }
  .flex .column.fluid.nine,
  .flex .columns.fluid.nine {
    -webkit-flex: 1 0 75%;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
  }
}
.flex .flex-item {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.content-box.pad-columns {
  padding: 0;
}
.content-box.pad-columns > .row > .column,
.content-box.pad-columns > .row > .columns {
  padding: 20px;
}
.flex-filler {
  flex: 1 0 auto;
}
.sector-selection {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
  .sector-selection {
    width: 80%;
  }
}
.sector-selection .lsn-box__item {
  cursor: pointer;
  position: relative;
  display: block;
}
.sector-selection .lsn-box__item .lsn-box__item__content {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sector-selection .lsn-box__item {
    flex: 0 0 50%;
  }
  .sector-selection .lsn-box__item .lsn-box__item__content {
    margin: 5px;
  }
  .sector-selection .lsn-box__item:last-child:nth-child(odd) {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sector-selection .lsn-box__item {
    flex: 0 0 33%;
  }
  .sector-selection .lsn-box__item .lsn-box__item__content {
    margin: 10px;
  }
}
.sector-selection .lsn-box__item .lsn-box__item__overlay {
  background: rgba(0, 0, 0, 0.22);
}
.no-touch .sector-selection .lsn-box__item .lsn-box__item__overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.sector-selection .lsn-box__item.selected .lsn-box__item__overlay {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .sector-selection .lsn-box__item__overlay__title h1,
  .sector-selection .lsn-box__item__overlay__title h2,
  .sector-selection .lsn-box__item__overlay__title h3,
  .sector-selection .lsn-box__item__overlay__title h4,
  .sector-selection .lsn-box__item__overlay__title h5,
  .sector-selection .lsn-box__item__overlay__title h6 {
    line-height: 22px;
    font-size: 0.875rem;
  }
}
.signup-modal {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (max-width: 767px) {
  .signup-modal {
    position: fixed;
  }
}
.signup-modal.visible {
  display: block;
}
.signup-modal .content {
  top: 150px;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  background: #fff;
  position: absolute;
  z-index: 1001;
  padding: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.signup-modal .content > :first-child {
  margin-top: 0;
}
.signup-modal .content .ctas {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .signup-modal .content {
    top: 250px;
    margin-left: -200px;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .signup-modal .content {
    top: 60px;
    left: auto;
    margin: 0 20px;
    width: auto;
    padding: 20px;
  }
  .signup-modal .content .ctas {
    margin-top: 20px;
  }
}
.signup-modal .close {
  font-size: 1.375rem;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #AAAAAA;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: 700;
  cursor: pointer;
}
.go-back {
  line-height: 44px;
  color: #777777;
  cursor: pointer;
}
.go-back i {
  vertical-align: middle;
}
.go-back span {
  margin-left: 10px;
}
.go-back:hover span {
  text-decoration: underline;
}
.flex .coupon-input {
  margin-right: 10px;
}
.stack .coupon-input {
  margin-bottom: 10px;
}
.my-lsn-explainer {
  font-size: 1.5rem;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  text-align: center;
}
.usercp-button {
  box-sizing: border-box;
  padding: 14px 65px;
  width: 314px;
  height: 44px;
  border: 1px solid #FC5D20;
  color: #FC5D20;
  cursor: pointer;
  display: inline-block;
}
.usercp-button.form_saving {
  background: #000000;
}
.usercp-profile {
  display: flex;
}
.usercp-profile-left {
  padding: 0 100px;
  flex-grow: 1;
}
.usercp-profile-right {
  flex-grow: 0;
  border-left: 1px solid black;
  padding-left: 40px;
}
.usercp-account-manager {
  margin-top: 30px;
  display: block;
  position: relative;
}
.usercp-account-manager h3 {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  color: #D9D9D9;
  text-align: center;
  font-weight: 700;
}
.usercp-account-manager img {
  margin-top: 14px;
  border-radius: 50%;
}
.usercp-account-manager h4 {
  margin-top: 14px;
  font-size: 1.375rem;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
  text-align: center;
}
.usercp-account-manager h5 {
  font-family: Arial, sans-serif;
  margin-top: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.usercp-account-manager img,
.usercp-account-manager .details {
  margin-top: 10px;
}
pre {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 0.75rem;
  white-space: pre-wrap;
  text-align: left;
  background: #F8F8F8;
  padding: 1rem;
}
.cursor-pointer {
  cursor: pointer;
}
.image-top-border {
  display: inline-block;
  border-top: 4px solid #000000;
}
.image-top-border:hover {
  border-top-color: #FC5D20;
}
.hover-group:hover .image-top-border {
  border-top-color: #FC5D20;
}
.break-line-height {
  line-height: 1.6rem;
}
.medium-grey,
a.medium-grey,
a.medium-grey:hover {
  color: #696969;
}
.dark-grey,
a.dark-grey,
a.dark-grey:hover {
  color: #343434;
}
a.underlined {
  text-decoration: underline;
}
.no-text-transform {
  text-transform: none !important;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-orange {
  color: #FC5D20;
}
.text-orange a {
  color: #FC5D20;
}
.loader {
  margin: 20px;
}
.title-ncs {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
}
.title-ncs-b {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
}
.century {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: normal;
}
.century-i {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 350;
  font-style: italic;
}
.century-b {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
}
.century-bi {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: italic;
}
.helvetica {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
.helveticaneue {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
.font-size-22 {
  font-size: 1.375rem;
}
.font-size-20 {
  font-size: 1.25rem;
}
.font-size-18 {
  font-size: 1.125rem;
}
.font-size-16 {
  font-size: 0.9375rem;
}
.font-size-14 {
  font-size: 0.875rem;
}
.font-size-12 {
  font-size: 0.75rem;
}
.font-size-var {
  font-size: var(--font-size);
}
.no-margin {
  margin: 0 !important;
}
.no-horizontal-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
hr.divider {
  margin: 20px 0;
}
hr.grey {
  border-color: #707070;
}
hr.thin {
  border-width: 1px;
  border-bottom: 0;
}
.auto-width {
  width: auto;
}
.position-relative {
  position: relative;
}
.inline {
  display: inline-block;
}
.row.with-margin {
  margin-top: 20px;
}
.alt-highlight {
  color: #9F9999;
}
@media only screen and (max-width: 767px) {
  .mobile-margin {
    margin-top: 30px;
  }
  .mobile-margin.not-first:first-of-type {
    margin-top: 0;
  }
  .is-half-mobile {
    width: 50%;
  }
  .is-full-mobile {
    width: 100%;
  }
  .flex .is-half-mobile {
    flex-basis: 50%;
  }
  .flex .is-full-mobile {
    flex-basis: 100%;
  }
}
.loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  display: none;
}
.loading-overlay .spinner {
  background: url('/images/front/spinner.gif') 0 0 no-repeat;
  background-size: 16px 16px;
  padding-left: 22px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
}
.loading-overlay.visible {
  display: block;
}
.abbr {
  position: relative;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.abbr-popover {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 15px;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), transparent 0 0 0;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), transparent 0 0 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), transparent 0 0 0;
  z-index: 100;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.6875rem;
  line-height: 16px;
  text-align: center;
}
.abbr-popover.to-the-right {
  display: block;
  left: calc(100% + 10px);
  width: 230px;
  transform: translate(0, calc(-50% - 5px));
}
.abbr-popover.underneath {
  display: block;
  top: 100%;
  width: 95vw;
  max-width: 95vw;
  margin-top: 12px;
}
.paywall {
  background: #fff;
}
.paywall .article-overlay {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: #BCBBBB;
  opacity: 0.37;
}
@media only screen and (min-width: 768px) {
  .paywall .article-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.paywall #the-article {
  margin: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.paywall #the-article > * {
  margin: 0;
}
.paywall #the-article .article-title h1 {
  font-size: 1.375rem;
}
.paywall #the-article .article-title h2 {
  font-size: 0.875rem;
  font-weight: 700;
}
.paywall #the-article .article-author {
  font-size: 0.75rem;
}
.paywall .paywall-container {
  padding: 55px 10px 40px;
}
@media only screen and (min-width: 768px) {
  .paywall .paywall-container {
    padding: 55px 40px 40px;
  }
}
.paywall .paywall-container .articles-container {
  margin-top: 30px;
}
.paywall .paywall-container .articles-container .column:first-child {
  padding-left: 0;
}
.paywall .paywall-container .articles-container .column:last-child {
  padding-right: 0;
}
.paywall .paywall-container .articles-container .listing-article-wrap h5 {
  margin: 14px 0 8px;
  line-height: 1.2;
}
.paywall .paywall-container .teaser-gif {
  margin-top: 12px;
}
.login-container .top-half {
  flex: 1 0 auto;
}
.login-container .bottom-half {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .login-container .bottom-half {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .login-container .right-side .bottom-half .button {
    margin-top: 34px;
  }
}
.paywall-advert {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .paywall-advert {
    text-align: left;
  }
}
.paywall-advert h3,
.paywall-advert h4 {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .paywall-advert h3,
  .paywall-advert h4 {
    text-align: left;
  }
}
.paywall-advert h3 {
  margin-top: 0;
  font-size: 1.375rem;
}
.paywall-advert h4 {
  margin-top: 20px;
}
.paywall-advert .advert-copy {
  margin-top: 40px;
}
.login-container .content-box {
  padding: 0;
}
.login-container .left-side,
.login-container .right-side {
  padding: 40px;
}
.login-container .left-side {
  background: #EEEEEE;
}
.login-container .left-side .form-item {
  margin-top: 30px;
}
.login-container .left-side .icheckbox_flat {
  margin: -2px 6px 0 0;
}
@media only screen and (min-width: 768px) {
  .login-container .right-side {
    border-left: 1px solid #707070;
  }
}
.login-container .right-side h3 {
  text-align: left;
}
.login-container .right-side form {
  margin-top: 16px;
}
.login-container .right-side form .columns {
  padding: 0;
}
.login-container .right-side form .columns.right-side {
  padding-left: 8px;
}
.login-container form label {
  display: block;
  font-size: 0.6875rem;
  color: #000000;
  margin: 14px 0 6px;
  text-align: left;
}
.login-container form input:not([type="submit"]) {
  border: 1px solid #C5C6C6;
}
.login-container .forgot {
  display: block;
  color: #939598;
  margin: 14px 0 6px;
}
@media only screen and (max-width: 767px) {
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .onboarding {
    background: #fff;
    top: 40px;
  }
  .onboarding .content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border: 0;
    overflow-y: scroll;
  }
  .onboarding .step,
  .onboarding .step:first-of-type {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .onboarding .content {
    padding: 30px;
    overflow-y: auto;
    top: 285px;
    margin-left: -235px;
    width: 470px;
  }
}
.onboarding .step {
  display: none;
}
.onboarding .step.active-step {
  display: block;
}
.onboarding h3 {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
}
.onboarding .onboarding-member .onboarding-member-header {
  cursor: pointer;
}
.onboarding .onboarding-member .onboarding-member-header .icon {
  position: absolute;
  left: 70%;
}
.onboarding .onboarding-member .fa-chevron-down {
  display: block;
}
.onboarding .onboarding-member .fa-chevron-up {
  display: none;
}
.onboarding .onboarding-member .onboarding-member-form {
  display: none;
}
.onboarding .onboarding-member.active .fa-chevron-down {
  display: none;
}
.onboarding .onboarding-member.active .fa-chevron-up {
  display: block;
}
.onboarding .onboarding-member.active .onboarding-member-form {
  display: block;
}
.onboarding .onboarding-member-form {
  display: none;
}
.onboarding .form-item {
  margin: 20px 0;
}
.onboarding hr:last-of-type {
  margin-bottom: 0;
}
.frontpage-my-lsn {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.frontpage-my-lsn-left {
  flex: 1 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.frontpage-my-lsn-left .button {
  margin-top: 0;
}
.frontpage-my-lsn-right {
  flex: 1 0 auto;
  display: flex;
  justify-content: right;
  align-items: center;
}
.frontpage-my-lsn-right a {
  font-size: 0.75rem;
  font-weight: 350;
  color: #828282;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.frontpage-my-lsn-right a:hover {
  color: #FC5D20;
}
.frontpage-my-lsn-right a .fa-chevron-right {
  color: #FC5D20;
}
.frontpage-divider {
  margin: 2.4rem 0 2.5rem;
}
.frontpage-article-section-title {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.frontpage-article-section-title .fa-chevron-right {
  font-size: 1.5rem;
  color: #D9D9D9;
  transition: all 150ms ease-in-out;
}
.frontpage-article-section-title:hover a,
.frontpage-article-section-title:hover .fa-chevron-right {
  color: #FC5D20;
}
.frontpage-most-recent-title {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
  color: #000000;
}
.frontpage-most-recent {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 0.62rem;
}
@media only screen and (min-width: 1024px) {
  .frontpage-most-recent {
    flex-direction: row;
  }
}
.frontpage-most-recent > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .frontpage-most-recent > * {
    max-width: calc(20% - 0.62rem);
  }
}
.frontpage-most-recent .frontpage-most-recent-index {
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  .frontpage-most-recent .frontpage-article-image img {
    max-width: 80px;
  }
}
.frontpage-most-recent .frontpage-article {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.62rem;
}
.frontpage-most-recent .frontpage-article > * {
  flex: 0 0 auto;
}
.frontpage-most-recent .frontpage-article h3 {
  font-size: 0.75rem;
  flex: 0 1 auto;
  line-height: normal;
  font-weight: 350;
}
.frontpage-ad {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3.75rem;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .frontpage-ad {
    flex-direction: row;
  }
  .frontpage-ad.frontpage-ad-inverted {
    flex-direction: row-reverse;
  }
}
.frontpage-ad .frontpage-ad-image {
  flex: 1 0 auto;
}
.frontpage-ad .frontpage-ad-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.frontpage-ad .frontpage-ad-content > :first-child,
.frontpage-ad .frontpage-ad-content > :last-child {
  flex-shrink: 0;
}
.frontpage-ad .frontpage-ad-content h3 {
  font-size: 3.125rem;
}
.frontpage-ad .frontpage-ad-content h3 a {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.125rem;
}
.frontpage-ad .frontpage-ad-content p {
  font-size: 1.375rem;
}
.single-sector .content-box:nth-child(2) {
  margin-top: 14px;
}
.module_frontpage .single-content-box .title-wrap {
  height: 30px;
}
.module_frontpage .lsn-tv .lsn-tv_carousel-wrap {
  overflow: hidden;
}
.module_frontpage .lsn-tv .lsn-tv_carousel {
  display: flex;
  left: -100%;
  position: relative;
  transform: translateX(100%);
  visibility: hidden;
}
.module_frontpage .lsn-tv .lsn-tv_carousel.loaded {
  visibility: visible;
}
.module_frontpage .lsn-tv .lsn-tv_carousel.is-reversing {
  transform: translateX(-100%);
}
.module_frontpage .lsn-tv .lsn-tv_carousel.is-set {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.module_frontpage .lsn-tv .lsn-tv_carousel_item {
  flex-grow: 1;
  flex-shrink: 0;
  order: 2;
}
.module_frontpage .lsn-tv .lsn-tv_carousel_item.is-ref {
  order: 1;
}
.module_frontpage .lsn-tv h2 {
  color: #AAAAAA;
  font-size: 7em;
  font-weight: 350;
  margin: 0;
  padding: 0.6em 0;
  text-align: center;
}
.module_frontpage .lsn-tv .lsn-tv_carousel-arrow {
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.module_frontpage .lsn-tv .lsn-tv_carousel-arrow span {
  position: absolute;
  top: 95px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -24px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
.module_frontpage .lsn-tv .lsn-tv_carousel-arrow.hidden {
  visibility: hidden;
}
.module_frontpage .lsn-tv .lsn-tv_carousel-arrow.prev {
  left: -12px;
}
.module_frontpage .lsn-tv .lsn-tv_carousel-arrow.prev span {
  background-image: url('/images/front/lsn-tv_carousel-arrow-left.png');
}
.module_frontpage .lsn-tv .lsn-tv_carousel-arrow.next {
  right: -12px;
}
.module_frontpage .lsn-tv .lsn-tv_carousel-arrow.next span {
  background-image: url('/images/front/lsn-tv_carousel-arrow-right.png');
}
.module_frontpage .lsn-tv .lsn-tv_carousel-arrow:hover span {
  background-position: -20px center;
}
.cookieconsent {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
}
.cookieconsent .content {
  top: 150px;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  background: #fff;
  position: absolute;
  z-index: 1001;
  padding: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.cookieconsent .content > :first-child {
  margin-top: 0;
}
.cookieconsent .content .ctas {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .cookieconsent .content {
    top: 250px;
    margin-left: -200px;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .cookieconsent .content {
    top: 60px;
    left: auto;
    margin: 0 20px;
    width: auto;
    padding: 20px;
  }
  .cookieconsent .content .ctas {
    margin-top: 20px;
  }
}
.cookieconsent .close {
  font-size: 1.375rem;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #AAAAAA;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: 700;
  cursor: pointer;
}
body.not-logged-in:not(.module_signup) .free-article-limit {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background: #000000;
  padding: 2.35rem;
  z-index: 25;
  max-width: 100%;
  font-size: 1.125rem;
  font-weight: 350;
  color: #fff;
}
body.not-logged-in:not(.module_signup) .free-article-limit .free-article-limit-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  gap: 1.5rem;
}
body.not-logged-in:not(.module_signup) .free-article-limit .free-article-limit-container > :first-child {
  flex-grow: 1;
  text-align: center;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  body.not-logged-in:not(.module_signup) .free-article-limit .free-article-limit-container {
    flex-direction: row;
    max-width: calc(1136px + 10rem);
    width: 100%;
  }
  body.not-logged-in:not(.module_signup) .free-article-limit .free-article-limit-container > :first-child {
    text-align: left;
    line-height: normal;
  }
}
body.not-logged-in:not(.module_signup) .free-article-limit .button {
  margin: 0;
}
body.not-logged-in:not(.module_signup) footer {
  margin-bottom: 240px;
}
@media only screen and (min-width: 768px) {
  body.not-logged-in:not(.module_signup) footer {
    margin-bottom: 0;
    padding-bottom: 110px;
  }
}
.module_signup .free-article-limit,
.module_nbAuth .free-article-limit {
  display: none;
}
.page_faq .article-section-title {
  border-bottom: 1px solid #000000;
  opacity: 0.25;
  padding: 12px 30px 12px 0;
}
.page_faq .article-section .article-section-title .article-section-arrow {
  top: 18px;
  bottom: auto;
}
.membership-grey-bg {
  background: #F7F6F7;
}
.page_membership footer {
  margin-top: 0;
  margin-bottom: 0;
}
.page_membership .free-article-limit {
  display: none !important;
}
.membership-section {
  padding: 3rem 0;
}
.membership-section.no-padding {
  padding: 0;
}
.membership-section.no-padding-top {
  padding-top: 0;
}
.membership-section.no-padding-bottom {
  padding-bottom: 0;
}
.membership-section.membership-section-grey-bg {
  background: #F7F6F7;
}
.membership-leader {
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .membership-leader {
    flex-shrink: 1;
  }
}
.membership-leader * {
  text-align: center;
}
.membership-leader h2 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 2.625rem;
  line-height: normal;
}
.membership-prepare {
  padding: 5rem 0;
  text-align: center;
  max-width: 60rem;
}
.membership-section-title {
  margin-bottom: 2rem;
  flex-shrink: 1;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .membership-section-title {
    margin: 3rem 0;
  }
}
.membership-section-title h3 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 3rem;
  font-weight: 400;
}
.membership-help-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .membership-help-item-container {
    flex-direction: row;
  }
}
.membership-help-item {
  border-radius: 1.5625rem;
  border: 1px solid #FC5D20;
  overflow: hidden;
  flex: 1 0 auto;
  max-width: 326px;
}
@media only screen and (min-width: 1024px) {
  .membership-help-item {
    flex-basis: 0;
  }
}
.membership-help-item p {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 1.3rem 0.7rem;
}
.membership-help-item-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.membership-help-item-overlay img {
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
}
.membership-help-item-overlay h4 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: normal;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.membership-different-summary {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 400;
  font-size: 1.5rem;
  max-width: 53.5rem;
  text-align: center;
  margin-top: 0;
}
.membership-different-container {
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .membership-different-container {
    flex-direction: row;
    gap: 0;
  }
}
.membership-different-container .membership-different-item {
  flex: 1 0 0;
  position: relative;
}
.membership-different-container .membership-different-item .membership-different-overlay {
  color: #fff;
  text-align: center;
  line-height: normal;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 1.5rem;
}
.membership-different-container .membership-different-item .membership-different-overlay h4 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
}
.membership-different-container .membership-different-item .membership-different-overlay p {
  display: none;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 350;
}
.membership-different-container .membership-different-item:hover h4 {
  display: none;
}
.membership-different-container .membership-different-item:hover p {
  display: block;
}
.membership-samples {
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .membership-samples {
    flex-direction: row;
    gap: 0;
  }
}
.membership-samples .membership-sample {
  flex: 1 0 0;
  position: relative;
}
.membership-samples .membership-sample .membership-sample-overlay {
  color: #fff;
  text-align: center;
  line-height: normal;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  display: none;
  background: #000000;
}
.membership-samples .membership-sample .membership-sample-overlay h4 {
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
}
.membership-samples .membership-sample .membership-sample-overlay p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 350;
}
.membership-samples .membership-sample:hover .membership-sample-overlay {
  display: flex;
}
.membership-network-summary,
.membership-testimonial-summary {
  margin-top: 0;
}
.membership-network-summary p,
.membership-testimonial-summary p {
  text-align: center;
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}
.membership-network-summary {
  max-width: 45rem;
}
.membership-network {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  align-items: stretch;
  justify-content: center;
  justify-items: center;
}
.membership-network .membership-network-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .membership-network .membership-network-item {
    padding: 1rem;
    border-bottom: 1px solid #F8F8F8;
    border-right: 1px solid #F8F8F8;
  }
  .membership-network .membership-network-item:nth-child(5n) {
    border-right: none;
  }
  .membership-network .membership-network-item:nth-child(n+21) {
    border-bottom: none;
  }
}
.membership-testimonial-summary-container {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 1.5rem;
}
.membership-testimonial-summary-container .membership-testimonial-summary {
  max-width: 33rem;
  margin-bottom: 1.5rem;
}
.membership-testimonials-section {
  padding: 0 0 6rem;
  background: #F8F8F8;
}
.membership-testimonials {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .membership-testimonials {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.membership-testimonials .membership-testimonial {
  flex: 1;
  display: flex;
  padding-right: 1.5rem;
  flex-direction: column;
}
.membership-testimonials .membership-testimonial + .membership-testimonial {
  border-left: 1px solid #EBEBEB;
  padding-left: 1.5rem;
}
.membership-testimonials .membership-testimonial .membership-testimonial-lead {
  flex: 0 1 auto;
  color: #FC5D20;
  text-align: center;
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 6.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -4rem;
}
@media only screen and (min-width: 1024px) {
  .membership-testimonials .membership-testimonial .membership-testimonial-lead {
    margin-bottom: 0;
  }
}
.membership-testimonials .membership-testimonial .membership-testimonial-quote {
  flex: 0 1 auto;
  text-align: center;
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.membership-testimonials .membership-testimonial .membership-testimonial-name {
  flex: 1 0 auto;
  font-family: 'New Century Schoolbook', 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 1.5rem;
}
.membership-become-nav {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 65rem;
  border-top: 1px solid #EBEBEB;
  padding-top: 1rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .membership-become-nav {
    display: flex;
  }
}
.membership-become-nav .membership-become-nav-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: all 500ms;
}
.membership-become-nav .membership-become-nav-item .membership-become-nav-indicator {
  border-radius: 100%;
  width: 0.8125rem;
  height: 0.8125rem;
  background: transparent;
  position: absolute;
  top: calc(0.8125rem / 2 * -1);
}
.membership-become-nav .membership-become-nav-item .membership-become-nav-text {
  color: #D1D1D1;
  text-align: center;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.membership-become-nav .membership-become-nav-item.active .membership-become-nav-indicator {
  background: #FC5D20;
}
.membership-become-nav .membership-become-nav-item.active .membership-become-nav-text {
  color: #000000;
}
.membership-become-content-row {
  background: #F7F6F7;
  margin-top: 2rem;
}
.membership-become-content-row .membership-become-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .membership-become-content-row .membership-become-content {
    flex-direction: row;
    margin-left: -5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.membership-become-content-row .membership-become-content .membership-become-content-item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .membership-become-content-row .membership-become-content .membership-become-content-item {
    flex-direction: row;
  }
}
.membership-become-content-row .membership-become-content .membership-become-content-item video,
.membership-become-content-row .membership-become-content .membership-become-content-item img {
  max-width: 520px;
  max-height: 314px;
}
.membership-become-content-row .membership-become-content .membership-become-content-item .membership-become-content-item-copy {
  text-align: center;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media only screen and (min-width: 1024px) {
  .membership-become-content-row .membership-become-content .membership-become-content-item .membership-become-content-item-copy {
    padding: 0 5rem;
    text-align: left;
  }
}
.contact {
  background: white;
  margin: 40px auto;
}
@media only screen and (min-width: 1024px) {
  .contact {
    padding: 35px 40px;
    width: 506px;
  }
}
.subscription-status {
  margin-top: 30px;
  font-family: 'Favorit', 'Times', 'Times New Roman', serif;
  font-weight: 700;
  font-style: normal;
  color: #e04d3d;
  border: 2px solid #e04d3d;
  padding: 10px;
}
.subscription-status a {
  color: #e04d3d;
  text-decoration: underline;
}
.subscription-status a:hover {
  opacity: 0.8;
}
.thumbnails_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 20px 0;
}
.thumbnail {
  max-width: 396px;
  flex: 1 0 20%;
  position: relative;
  margin: 0 5px;
  border-top: 4px solid #000000;
}
.thumbnail:first-child {
  margin-left: 0;
}
.thumbnail:last-child {
  margin-right: 0;
}
.thumbnail:hover {
  border-color: #FF6D00;
}
.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}
table.simple {
  width: 100%;
  margin-top: 20px;
  font-size: 0.875rem;
}
table.simple thead th {
  background: #EDEDED;
}
table.simple thead th,
table.simple tbody th,
table.simple thead td,
table.simple tbody td {
  height: 44px;
  line-height: 44px;
  border: 1px solid #000000;
}
table.simple tbody tr td {
  text-align: center;
}
table.simple tbody tr td.white {
  background: transparent;
}
table.simple tbody tr td.white:hover {
  background: #000000;
  color: #fff;
}
table.simple tbody tr td.white:hover a {
  color: #fff;
}
table.simple tbody tr td.grey {
  background: rgba(0, 0, 0, 0.73);
  color: #fff;
}
table.simple tbody tr td.grey a {
  color: #fff;
}
table.simple tbody tr td.grey a:hover {
  color: #FC5D20;
}
table.simple tbody tr td.black {
  background: #000000;
  color: #fff;
}
table.simple tbody tr td.black a {
  color: #fff;
}
table.simple tbody tr td.black a:hover {
  color: #FC5D20;
}
table.simple tbody tr td.green {
  background: #C0FAC3;
}
table.simple tbody tr td.orange {
  background: #ffcea8;
}
table.simple tbody tr td.red {
  background: #efaba3;
}
table.simple tbody tr td input {
  border: none;
  height: 100%;
  width: 100%;
  text-align: center;
}
table.simple tbody tr:first-child td.option:last-child {
  background: #000000;
}
table.simple tbody tr.grey td {
  background: #EDEDED;
}
.tabs {
  display: flex;
  justify-content: center;
  border-top: 1px solid #000000;
}
.tabs .tab {
  width: 121px;
  height: 28px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 0.625rem;
  color: #000000;
}
.tabs .tab.active,
.tabs .tab:hover {
  background: #F1F1F1;
  color: #000000;
}
.tabs .tab.disabled,
.tabs .tab.disabled:hover {
  cursor: default;
  background: #fff;
  color: #9D9D9D;
}
@media only screen and (max-width: 767px) {
  body {
    background: white;
  }
  .mobile-hidden {
    display: none;
  }
  header {
    background: white;
  }
  header .logo {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .content-box:first-child {
    margin-top: 0;
  }
  #the-article,
  .full-width-container {
    padding: 0;
  }
}
