/* This file is generated — do not edit by hand! */
@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

iframe {
  border: none;
}

a:hover,
a:focus,
a:active,
input,
select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wcm-portlet .tinymce-file {
  display: none;
}

.wcm-form {
  background: #fafafa;
  padding: 34px 40px;
}

.wcm-form__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 28px 0 14px;
}

.wcm-form__title-wrap h2 {
  text-transform: uppercase;
}

.wcm-form__fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.wcm-form__fieldset:not(:last-of-type) {
  border-color: #bababa;
  border-style: dashed;
  border-width: 0 0 1px 0;
}

.wcm-form__fieldset:first-child .wcm-form__field-wrap {
  margin-top: 0;
}

.wcm-form__fieldset:last-child .wcm-form__field-wrap {
  margin: 0;
}

.wcm-form__field:not(:last-child) {
  margin-bottom: 20px;
}

.wcm-form__field--required label:after {
  content: '*';
}

.wcm-form__field-wrap {
  margin: 19px 0 28px;
}

.wcm-form__field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wcm-form__field-group .linked--icon {
  width: 20px;
  height: 12px;
  -ms-flex-item-align: center;
      align-self: center;
}

.wcm-form__field-group .linked--icon svg {
  width: 20px;
  height: 20px;
}

.wcm-form__field--grouped {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

.wcm-form__field-label {
  display: block;
  margin-bottom: 9px;
  font-size: 18px;
  color: rgba(44, 55, 86, 0.5);
}

.wcm-form__field--text-wrap {
  display: block;
}

.wcm-form__field--text-wrap:not(:first-child) {
  margin-top: 14px;
}

.wcm-form__field--text-wrap input[type="text"] {
  outline: none;
  font-size: 20px;
}

.wcm-form__field--text-wrap input[type="text"]:hover,
.wcm-form__field--text-wrap input[type="text"]:active,
.wcm-form__field--text-wrap input[type="text"]:focus {
  outline: none;
}

.wcm-form__field-info a {
  font-size: 18px;
}

.wcm-form__field-info span {
  font-size: 18px;
  color: rgba(44, 55, 86, 0.5);
}

.wcm-form__field .link {
  cursor: pointer;
  font-size: 18px;
}

.wcm-form__field-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wcm-form__field-preview--as-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wcm-form__field-preview--as-list:not(:empty) {
  background: #fff;
  margin-top: 30px;
}

.wcm-form__field-preview .preview-item + .preview-item {
  margin-left: 10px;
}

.wcm-form__field-preview .preview-item--wide + .preview-item--wide {
  margin-left: 0px;
}

.wcm-form__field-preview .preview-item {
  margin: 10px 0;
  position: relative;
}

.wcm-form__field-preview .preview-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wcm-form__field-preview .preview-item--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 26px 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #d4d4d6;
}

.wcm-form__field-preview .preview-item--wide:first-child {
  border-top: 1px solid rgba(212, 212, 214, 0.7);
}

.wcm-form__field-preview .preview-item__edit-input {
  display: none;
  color: #2c3756;
  font-size: 20px;
}

.wcm-form__field-preview .preview-item__edit-actions {
  display: none;
}

.wcm-form__field-preview .preview-item--edited .preview-item-wrap {
  -ms-flex-preferred-size: calc(100% - 148px);
      flex-basis: calc(100% - 148px);
}

.wcm-form__field-preview .preview-item--edited .preview-item__info,
.wcm-form__field-preview .preview-item--edited .preview-item__edit-menu {
  display: none;
}

.wcm-form__field-preview .preview-item--edited .preview-item__edit-input {
  display: block;
}

.wcm-form__field-preview .preview-item--edited .preview-item__edit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 119px;
      flex-basis: 119px;
}

.wcm-form__field-preview .preview-item__doc-pic > svg {
  width: 33px;
  height: 42px;
  margin-right: 20px;
}

.wcm-form__field-preview .preview-item__doc {
  word-break: break-all;
  margin-right: 21px;
  color: #2c3756;
  font-size: 20px;
}

.wcm-form__field-preview .preview-item__type-size {
  color: rgba(44, 55, 86, 0.5);
  font-size: 16px;
  letter-spacing: 0.2px;
}

.wcm-form__field a {
  font-size: 18px;
}

.wcm-form__tiny-field-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wcm-form__tiny-field-preview .tiny-preview-item {
  position: relative;
  border: 1px solid #d4d4d6;
  background: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.wcm-form__tiny-field-preview .tiny-preview-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wcm-form__tiny-field-preview .tiny-preview-item__doc-pic > svg {
  width: 33px;
  height: 42px;
  margin-right: 20px;
}

.wcm-form__tiny-field-preview .tiny-preview-item__doc {
  word-break: break-all;
  margin-right: 21px;
  color: #2c3756;
  font-size: 20px;
}

.wcm-form__tiny-field-preview .tiny-preview-item__type-size {
  color: rgba(44, 55, 86, 0.5);
  font-size: 16px;
  letter-spacing: 0.2px;
}

.wcm-form__errors-list {
  margin: 25px 0 30px;
}

.wcm-form__errors-mssg {
  font-size: 18px;
  color: rgba(44, 55, 86, 0.5);
}

.mce-floatpanel.mce-window {
  padding: 50px 70px;
}

.mce-floatpanel.mce-window .mce-window-head {
  border-bottom: none !important;
}

.mce-floatpanel.mce-window .mce-window-head .mce-close {
  right: 10px;
  top: 10px;
}

.mce-floatpanel.mce-window .mce-title {
  color: #2c3756;
  text-transform: uppercase;
  font-size: 32px;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  line-height: 30px;
}

.wcm-portlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wcm-editor--collapsed {
  display: none;
}

.wcm-editor--expanded {
  display: block;
}

.wcm-editor-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}

.wcm-editor__mode-btn::after {
  display: inline-block;
  width: 13px;
  height: 8px;
  cursor: pointer;
  padding-left: 12px;
}

.wcm-editor__mode-btn--collapsed::after {
  content: '';
  background: url(../../images/arrow_down.png) no-repeat 50%;
}

.wcm-editor__mode-btn--collapsed:last-child {
  display: none;
}

.wcm-editor__mode-btn--expanded::after {
  content: '';
  background: url(../../images/arrow_up.png) no-repeat 50%;
}

.wcm-editor__content:after {
  display: block;
  content: '';
  clear: both;
}

.wcm-editor__content .tiny-content__file-size {
  color: rgba(44, 55, 86, 0.5);
}

.wcm-editor__content .tiny-content__link--outer:after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
}

.wcm-editor__content a {
  font-size: 16px;
  color: #2aac4a;
}

.wcm-editor__content p {
  line-height: 1.4;
  margin: 20px 0;
}

.wcm-editor__content h2,
.wcm-editor__content h3,
.wcm-editor__content h4 {
  color: #2c3756 !important;
  margin: 15px 0;
}

.wcm-editor__content b,
.wcm-editor__content strong {
  color: #2c3756;
}

.wcm-editor__content ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.wcm-editor__content ul > li::before {
  content: "•";
  color: #2aac4a;
  padding-right: 15px;
}

.wcm-editor__content ol {
  margin: 0 0 30px 0;
}

.wcm-editor__content li {
  padding-left: 10px;
  line-height: 1.4;
}

.wcm-editor__content li:not(:last-child) {
  padding-bottom: 15px;
}

.wcm-editor__content li > ul,
.wcm-editor__content li > ol {
  padding-top: 15px;
}

.wcm-editor__content li > ul {
  padding-left: 10px;
}

.wcm-editor__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wcm-editor__preview--as-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wcm-editor__preview--as-list:not(:empty) {
  background: #fff;
  margin-top: 30px;
}

.wcm-editor__preview .preview-item + .preview-item {
  margin-left: 10px;
}

.wcm-editor__preview .preview-item--wide + .preview-item--wide {
  margin-left: 0px;
}

.wcm-editor__preview .preview-item {
  margin: 10px 0;
  position: relative;
}

.wcm-editor__preview .preview-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wcm-editor__preview .preview-item--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 25px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(212, 212, 214, 0.7);
}

.wcm-editor__preview .preview-item--wide:first-child {
  border-top: 1px solid rgba(212, 212, 214, 0.7);
}

.wcm-editor__preview .preview-item__doc-pic > svg {
  width: 33px;
  height: 42px;
  margin-right: 20px;
}

.wcm-editor__preview .preview-item__doc {
  word-break: break-all;
  margin-right: 21px;
  color: #2c3756;
  font-size: 20px;
  text-decoration: none;
}

.wcm-editor__preview .preview-item__type-size {
  color: rgba(44, 55, 86, 0.5);
  font-size: 16px;
  letter-spacing: 0.2px;
}

.wcm-editor__upd-date {
  color: rgba(44, 55, 86, 0.5);
}

@media (max-width: 489px) {
  .wcm-form__field .button--primary {
    width: 100%;
    margin-bottom: 10px;
  }

  .wcm-form__field .button--secondary {
    width: 100%;
    margin-left: 0 !important;
  }
}

.black li[data-bg='black'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.black li[data-bg='black'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.black .wcm-editor__content b,
.black .wcm-editor__content strong,
.black .wcm-editor__content p,
.black .wcm-editor__content a {
  color: black;
}

.black .wcm-editor__upd-date {
  color: black;
}

.black .wcm-editor__content li {
  color: black;
}

.black .wcm__manage-menu {
  display: none;
}

.black .wcm-editor__mode-btn--collapsed::after,
.black .wcm-editor__mode-btn--expanded::after {
  display: none;
}

.black .wcm-editor {
  color: black;
}

.black .wcm-editor__preview--as-list:not(:empty) {
  background: #fff;
}

.black .wcm-editor__preview .preview-item__doc {
  color: black;
}

.black .wcm-editor__preview .preview-item__type-size {
  color: black;
}

.white li[data-bg='white'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.white li[data-bg='white'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.white .wcm-editor__content b,
.white .wcm-editor__content strong,
.white .wcm-editor__content p,
.white .wcm-editor__content a {
  color: white;
}

.white .wcm-editor__upd-date {
  color: white;
}

.white .wcm-editor__content li {
  color: white;
}

.white .wcm__manage-menu {
  display: none;
}

.white .wcm-editor__mode-btn--collapsed::after,
.white .wcm-editor__mode-btn--expanded::after {
  display: none;
}

.white .wcm-editor {
  color: white;
}

.white .wcm-editor__preview--as-list:not(:empty) {
  background: black;
}

.white .wcm-editor__preview .preview-item__doc {
  color: white;
}

.white .wcm-editor__preview .preview-item__type-size {
  color: white;
}

.blue li[data-bg='blue'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.blue li[data-bg='blue'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.blue .wcm-editor__content b,
.blue .wcm-editor__content strong,
.blue .wcm-editor__content p,
.blue .wcm-editor__content a {
  color: #053562;
}

.blue .wcm-editor__upd-date {
  color: #053562;
}

.blue .wcm-editor__content li {
  color: #053562;
}

.blue .wcm__manage-menu {
  display: none;
}

.blue .wcm-editor__mode-btn--collapsed::after,
.blue .wcm-editor__mode-btn--expanded::after {
  display: none;
}

.blue .wcm-editor {
  color: #053562;
}

.blue .wcm-editor__preview--as-list:not(:empty) {
  background: #9dd1ff;
}

.blue .wcm-editor__preview .preview-item__doc {
  color: #053562;
}

.blue .wcm-editor__preview .preview-item__type-size {
  color: black;
}

.low li[data-font="low"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.low li[data-font="low"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.low * {
  line-height: unset;
}

.low .wcm-editor__content a {
  font-size: 16px;
}

.middle li[data-font="middle"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.middle li[data-font="middle"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.middle * {
  line-height: unset;
}

.middle .wcm-editor__content a {
  font-size: 19px;
}

.big li[data-font="big"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.big li[data-font="big"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.big * {
  line-height: unset;
}

.big .wcm-editor__content a {
  font-size: 22px;
}