﻿/*
@defaultFontColor: #263154;
*/
.sw-ex-placeholderMain {
  display: flex;
  flex-direction: column;
}
.sw-ex-placeholderPageHead {
  margin-bottom: 20px;
}
.sw-ex-placeholderContent .ms-webpart-zone,
.sw-ex-placeholderContent .ms-webpart-cell-vertical,
.sw-ex-placeholderContent .ms-webpart-chrome-vertical {
  display: block !important;
}
.sw-ex-placeholderContent h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  color: #444;
}
/* -- News center specific styles -- */
.sw-ex-newsCenter .sw-ex-placeholderPageHead {
  display: none;
}
/* -- Page head elements -- */
#sw-ex-contentHeadPlaceholder {
  border-bottom: 0.5px solid rgba(15, 26, 65, 0.3);
}
.sw-ex-create-multilang-wrapper {
  float: right;
  cursor: pointer;
}
/* -- Page body elements -- */
.sw-ex-imagePlaceholder {
  display: flex;
  flex-direction: column;
}
.sw-ex-imagePlaceholder .sw-ex-image {
  padding-bottom: 10px;
}
.sw-ex-imageCaption {
  font-size: 1.2em;
  color: #5B666E;
}
.sw-ex-imageCaption p {
  display: inline-block;
  margin: 0;
  word-break: break-word;
  word-wrap: break-word;
}
/*
.sw-ex-pageContent {
    max-width: 660px;
}
*/
.sw-ex-pageTitle h1 {
  color: #0F1A41;
  margin-top: 30px;
}
.sw-ex-intro {
  color: #0F1A41;
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.6;
}
.sw-ex-content {
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 1.4em;
}
/* -- Fix margins on images in page content -- 

Left aligned image
*/
.sw-ex-content img.ms-rtePosition-1 {
  margin-right: 15px !important;
}
/*Right aligned image*/
.sw-ex-content img.ms-rtePosition-2 {
  margin-left: 15px !important;
}
#insertMedia {
  height: 100%;
  width: 100%;
}
/* -- Page footer elements -- */
.sw-ex-footOptions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #5B666E;
  font-size: 1em;
  padding-top: 10px;
  border-top: 0.5px solid rgba(15, 26, 65, 0.3);
}
.sw-ex-footOptions .sw-ex-footOptionsPlaceholder {
  padding-left: 10px;
  padding-right: 10px;
}
.sw-ex-footOptions .sw-ex-print {
  color: #5B666E;
  cursor: pointer;
}
.sw-ex-footOptions .fa {
  color: #EB690B;
}
/* ------------------------------------ */
/* --- Related links                --- */
/* ------------------------------------ */
.sw-ex-relatedContent .ms-summaryLinksToolbar {
  background-color: #fff;
}
.sw-ex-relatedContent .wp-content.description {
  background-color: #fff;
}
.sw-ex-relatedContent .ms-WPBody {
  max-width: 267px;
}
.sw-ex-relatedContent .ms-core-menu-title {
  color: #0072c6;
}
.sw-ex-relatedContent .ms-rtestate-field {
  background-color: #0f1a41;
  padding-bottom: 13px;
  font-family: "Helvetica Neue LT 55Roman", Helvetica, sans-serif !important;
}
.sw-ex-relatedContent .ms-rtestate-field > * {
  color: #fff;
  padding: 0 10px;
  margin: 0;
}
.sw-ex-relatedContent .ms-rtestate-field > p {
  font-size: 18px;
}
.sw-ex-relatedContent .ms-rtestate-field .ms-rteStyle-Normal {
  font-size: 18px;
  font-family: "Helvetica Neue LT 55Roman", Helvetica, sans-serif !important;
  background-color: transparent;
  color: #fff;
}
.sw-ex-relatedContent .slwpmarker {
  background-color: #0f1a41;
}
.sw-ex-relatedContent .groupheader {
  color: #fff;
  border-bottom: 1px solid #808080;
  margin: 0;
  font-family: "Helvetica Neue LT 55Roman", Helvetica, sans-serif !important;
  font-weight: normal;
  padding: 13px 15px;
  background-color: #0f1a41;
}
.sw-ex-relatedContent .groupheader.medium {
  font-size: 16px;
  margin-left: 0;
}
.sw-ex-relatedContent .dfwp-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  border-bottom: 1px solid #808080;
}
.sw-ex-relatedContent .dfwp-list .item .link-item {
  padding-left: 15px;
  padding-right: 5px;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.sw-ex-relatedContent .dfwp-list .item .fa {
  color: #fcbd00;
  padding-right: 5px;
}
.sw-ex-relatedContent .dfwp-list .item a,
.sw-ex-relatedContent .dfwp-list .item a:link,
.sw-ex-relatedContent .dfwp-list .item a:visited {
  text-decoration: none;
  color: #fff;
  padding-left: 10px;
  font-family: "Helvetica Neue LT 55Roman", Helvetica, sans-serif !important;
}
.sw-ex-relatedContent .dfwp-list .item a:hover {
  text-decoration: underline;
}
.sw-ex-relatedContent .dfwp-list .item .description {
  display: none;
}
.sw-ex-relatedContent .dfwp-list .slm-edit-link .link-item {
  color: #0072c6;
}
.sw-ex-relatedContent .dfwp-list .slm-edit-link .fa {
  display: none;
}
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
@media screen and (min-width: 1371px) {
  .sw-ex-placeholderContent {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .sw-ex-placeholderContent .sw-ex-contentContainer {
    flex: 0 1 auto;
    max-width: 850px;
    order: 0;
    margin-right: 20px;
    width: 100%;
  }
  .sw-ex-placeholderContent .sw-ex-relatedContent {
    flex: 0 0 280px;
    max-width: 280px;
    order: 1;
  }
  .sw-ex-newsCenter .sw-ex-contentContainer {
    max-width: none;
  }
}
@media screen and (min-width: 1371px) and (-ms-high-contrast: none) {
  .sw-ex-newsCenter .sw-ex-contentContainer {
    max-width: 1100px !important;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1370px) {
  .sw-ex-placeholderContent {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .sw-ex-placeholderContent .sw-ex-contentContainer {
    flex: 0 1 auto;
    max-width: 800px;
    order: 0;
    margin-right: 20px;
    width: 100%;
  }
  .sw-ex-placeholderContent .sw-ex-relatedContent {
    flex: 0 0 280px;
    max-width: 280px;
    order: 1;
  }
  .sw-ex-placeholderContent .sw-ex-image {
    max-width: 800px;
  }
  .sw-ex-placeholderContent .sw-ex-image img {
    width: 100%;
    height: auto;
  }
  .sw-ex-newsCenter .sw-ex-contentContainer {
    max-width: none;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1370px) and (-ms-high-contrast: none) {
  .sw-ex-newsCenter .sw-ex-contentContainer {
    max-width: 850px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sw-ex-placeholderContent {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .sw-ex-placeholderContent .sw-ex-contentContainer {
    flex: 0 1 auto;
    order: 0;
    margin-right: 20px;
  }
  .sw-ex-placeholderContent .sw-ex-contentContainer img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
  }
  .sw-ex-placeholderContent .sw-ex-contentContainer iframe {
    width: 100% !important;
    max-width: 100%;
  }
  .sw-ex-placeholderContent .sw-ex-relatedContent {
    flex: 0 0 280px;
    order: 1;
  }
  .sw-ex-placeholderContent .sw-ex-pageContent {
    padding-right: 30px;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .sw-ex-placeholderContent {
    display: flex;
    flex-direction: column;
  }
  .sw-ex-placeholderContent .sw-ex-contentContainer {
    flex: 1 1 auto;
    order: 0;
  }
  .sw-ex-placeholderContent .sw-ex-contentContainer img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
  }
  .sw-ex-placeholderContent .sw-ex-contentContainer iframe {
    width: 100% !important;
    max-width: 100%;
  }
  .sw-ex-placeholderContent .sw-ex-relatedContent {
    flex: 1 1 auto;
    order: 1;
    max-width: 280px;
  }
  .sw-ex-newsCenter .sw-ex-contentContainer {
    order: 1;
  }
  .sw-ex-newsCenter .sw-ex-relatedContent {
    order: 0;
  }
  .sw-ex-newsCenter #btnCreateNews {
    margin: 20px 0;
  }
}