.src-components-Counter-container2 a {
    color: #444;
}

.src-components-Counter-container2 a.textContent {
    color: #CB4851;
}

.src-components-Counter-container2 a:hover {
    color: #CB4851;
}

.src-components-Counter-container2 {
    margin-bottom: 4rem;
}


.src-components-Counter-label {
	max-width: 800px;
	display:inline-block;
	color: #8e8a90;
	font-size: 0.80rem;
}

.src-components-Counter-textLong input {
	max-width: 1200px;
}

.src-components-Counter-buttonContainer {
	margin-top: 2rem;
}

.src-components-Counter-button {
	border: none;
	padding: 0.4rem 1rem;
	background-color: #efefef;
	color: inherit;
	cursor: pointer;
	font-family: "SourceCodePro",sans-serif;
	font-size: 0.85rem;
	text-transform: uppercase;
	text-decoration: none;
}

.src-components-Counter-button:hover,
.src-components-Counter-button:active,
.src-components-Counter-button:focus {
	color: inherit;
	text-decoration: underline;
}


.src-components-Metrics-row {
}
	@media (min-width: 620px) {
    .src-components-Metrics-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
    }
	}

.src-components-Metrics-oneThird {
}

@media (min-width: 620px) {
    .src-components-Metrics-oneThird {
        width: 33.33333%;
    }
	}

.src-components-Metrics-title {
    font-size: 0.75rem;
}

.src-components-Metrics-link {
    display: block;
    border-bottom: 1px solid #000;
    margin-right: 20px;
    text-decoration: none;
    margin-bottom: 20px;
}

.src-components-Metrics-link:after {
    content: url(/images/arrow.svg);
    width: 7px;
    height: 7px;
    float: right;
}

.src-components-Metrics-metricsTable {
	width: 100%;
	font-size: 14px;
}

.src-components-Metrics-metricsTable td,
.src-components-Metrics-metricsTable th,
.src-components-Metrics-metricsTable {
	border-collapse: collapse;
}

.src-components-Metrics-metricsTable td {
	text-align: center;
}

.src-components-Metrics-metricsTable thead td,
.src-components-Metrics-metricsTable thead th {
	border-bottom: 1px solid #444;
	padding: 0.3rem 0.5rem;
}

.src-components-Metrics-metricsTable tbody td {
	border-bottom: 1px solid #ddd;
	padding: 0.5rem 0;
}

.src-components-Metrics-metricsTable tfoot td,
.src-components-Metrics-metricsTable tfoot th {
	padding: 0.3rem 0.5rem;
}



.src-components-Metrics-summary {
    background-color: #eceae9;
    padding: 1rem;
}

.src-components-Metrics-summary h3 {
    margin: 0 0 1rem 0;
    padding: 0;
    color: #CB4851;
    text-transform: uppercase;
}

.src-components-Metrics-summary {
}






.src-components-Search-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.85rem;
    border-bottom: 2px dotted #ccc;
    border-top: 2px dotted #ccc;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.src-components-Search-title {
    width: 100%;
    margin-bottom: 0.25rem
}

@media(min-width: 860px) {

    .src-components-Search-title {
        width: auto;
        min-width: 8rem;
        margin-bottom: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    }
    }

.src-components-Search-label {
    margin-right: 1rem
}

@media(min-width: 860px) {

    .src-components-Search-label {
        margin: 0 1rem;
    }
    }

.src-components-Search-radio {
    margin-right: 0.3rem;
}

.src-components-Search-radio:checked + span {
    color: #CB4851
}


.src-components-Search-control {
    margin: 0.5rem 0;
}

.src-components-Search-label {
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
}

.src-components-Search-textInput {
    max-width: 850px;
    border: dotted 2px $colorBorders;
    color: #20161D;
    display: block;
    padding: 0.5rem;
    font-family: "SourceCodePro", monospace;
    font-size: 1rem;
    width: 100%;
    outline: none;
}

.src-components-Search-textInput:-ms-input-placeholder {
    color: #514d51;
}

.textInput:-ms-input-placeholder {
    color: #514d51;
}

.src-components-Search-textInput::placeholder {
    color: #514d51;
}

.src-components-Search-toggleAdvanced {
    display: inline-block;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: bold;
    color: #ae444a;
}

.src-components-Search-toggleAdvanced:hover {
    color: #CB4851;
    text-decoration: none;
}

.src-components-Search-toggleAdvanced:hover span {
    border-bottom: 1px solid #CB4851;
}

.src-components-Search-advanced {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.src-components-Search-advancedControl {
    margin: 0.5rem 0;
    width: 100%
}

@media(min-width: 860px) {

    .src-components-Search-advancedControl {
        width: 33.33%;
        padding: 0 1rem;
    }
    }

.src-components-Search-advancedControl:first-child {
    padding: 0;
}

.src-components-Search-advancedControl:last-child {
    padding: 0;
}

.src-components-Search-filterContainer {
    width: 100%;
}





.src-components-Search-list {
	list-style-type: none;
	margin-top: 2rem;
	padding: 0;
	text-align: center;
}

.src-components-Search-list li:before {
	content: "";
}

.src-components-Search-item {
	margin: 0 0.5rem;
	display: inline-block;
}

.src-components-Search-itemLink {
    font-family: SourceCodePro, monospace;

	margin: 0;
	padding: 0.4rem 0.7rem;
	cursor: pointer;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #CB4851;
	color: #CB4851;
	background-color: white;
}

.src-components-Search-active,
.src-components-Search-itemLink:hover,
.src-components-Search-itemLink:active,
.src-components-Search-itemLink:focus {
	background-color: #CB4851;
	color: white;
}

.src-components-Search-break {
	display: inline-block;
	margin: 0 0.5rem;
}

.src-components-Search-disabled {
	color: #efefef;
	pointer-events: none;
	cursor: default;
}



.src-components-Search-counter {
    font-size: 0.8rem;
    color: #444444;
}

.src-components-Search-counterCount {
    color: #CB4851;
}



.src-components-Series-header {
}

.src-components-Series-coverSection {
    float: right;
    width: 200px;
    text-align: right
}

@media (min-width: 860px) {

    .src-components-Series-coverSection {
        float: left;
        text-align: left
    }
    }

.src-components-Series-coverImage {
    height: 217px;
    width: auto;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75)
}

@media (min-width: 860px) {

    .src-components-Series-coverImage {
        display: block
    }
    }

.src-components-Series-metaSection {
    display: inline
}

@media (min-width: 860px) {

    .src-components-Series-metaSection {
        -ms-flex-positive: 1;
            flex-grow: 1;
        -ms-flex-direction: column;
            flex-direction: column;
        max-width: 460px;
        display: -ms-flexbox;
        display: flex
    }
    }

.src-components-Series-metaSection.src-components-Series-withCoverImage {
}

@media (min-width: 860px) {

    .src-components-Series-metaSection.src-components-Series-withCoverImage {
        height: 247px
    }
	}

.src-components-Series-metaSection .src-components-Series-content {
    -ms-flex-positive: 1;
        flex-grow: 1;
}

.src-components-Series-logoSection {
    float:  right;
    margin: 0 10px;
    padding-left: 10px;
    text-align: right
}

@media (min-width: 860px) {

    .src-components-Series-logoSection {
        margin: 0
    }
    }

.src-components-Series-metaRow {
}

@media (min-width: 860px) {

    .src-components-Series-metaRow {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row
    }
    }

.src-components-Series-metaRow .src-components-Series-meta {
    padding-bottom: 10px;
}

@media (min-width: 860px) {

    .src-components-Series-metaRow .src-components-Series-meta {
        -ms-flex: 1;
            flex: 1
    }
    }
.src-components-Series-editor_content_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.src-components-Series-subscriptionButton {
	margin-top: 1em
}
@media (min-width: 860px) {

    .src-components-Series-subscriptionButton {
        margin-top: 0
    }
	}

.src-components-Series-subscriptionButton a {
	display: inline-block;
}

.src-components-Series-subscriptionForm {
    clear: left;
}

.src-components-Series-meta {
    line-height: 1.2rem;
}

.src-components-Series-metaLabel {
    font-weight: 700;
    font-size: 0.75rem;
}

.src-components-Series-metaValue {
}

.src-components-Series-logo {
    width: 120px;
}

.src-components-Series-indexedIn {
	background-color: #eceae9;
	padding: 1rem 1rem 0.25rem 1rem;
	font-size: 0.9rem;
	margin: 1rem 0 0 0
}

@media (min-width: 860px) {

    .src-components-Series-indexedIn {
        margin: 35px 0 1rem 1rem;
        width: 290px;
        float: right
    }
	}

.src-components-Series-indexedInLabel {
	font-weight: 700;
	font-size: 0.75rem;
	margin-bottom: 7px;
}




.src-components-counter {
	font-size: 0.85rem;
	color: #444444;
	margin-bottom: 0.5rem;
}

.src-components-counterCount {
	color: #CB4851;
}

.src-components-smallCounter {
    text-align: right;
    font-size: 0.6rem;
    color: #CCC;
    margin-top: 0.5rem;
}

/* .title / .subTitle are also used for listings */
.src-components-title sub, .src-components-title sup, .src-components-subTitle sub, .src-components-subTitle sup  {
	font-size: 0.667em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.src-components-title sub, .src-components-subTitle sub {
	bottom: -0.3em;
}

.src-components-title sup, .src-components-subTitle sup {
	top: -0.5em;
}

.src-components-subTitle {
	padding-top: 0;
}

article .src-components-title {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 0;
}

article .src-components-subTitle {
	font-weight: normal;
	color: #CB4851;
	line-height: 1.2rem;
}

.src-components-detailTimeline {
	margin-top: 1rem;
}

.src-components-detailTimeline,
.src-components-detailAffiliations {
	font-size: 0.75rem;
	color: #514d51;
}

.src-components-detailAffiliations div {
	position: relative;
}

.src-components-detailAffiliations p {
	margin: 0;
}

.src-components-detailAffiliationsLabel {
	position: absolute;
	left: 0;
}

.src-components-detailAffiliationsDescNoLabel {
	display: block;
}

.src-components-detailAffiliationsDesc {
	display: block;
	margin-left: 0.75rem;
}

.src-components-detailIssue {
	padding: 0.75rem 0;
	font-size: 0.85rem;
}

.src-components-detailList {
	margin-bottom: 0;
	margin-top: 1rem;
}

.src-components-detailLabel {
	font-weight: bold;
	font-size: 0.75rem;
	margin-top: 1rem;
}

.src-components-detailDefinitionCopyright,
.src-components-detailDefinition {
	width: 100%;
	margin-left: 0;
	padding: 0;

}
.src-components-detailDefinitionCopyright {
	font-size: 0.85rem;
}

.src-components-doiLink {
	margin-left: 1rem;
	font-size: 0.85rem;
	text-decoration: underline;
}

.src-components-doiLink:hover {
	color: #CB4851;
}

.src-components-emailLink {
	text-indent: -99999rem;
	position: relative;
	width: 0.8rem;
	height: 0.85rem;
	top: -0.35rem;
	margin: 0 0.2rem 0 0.2rem;
	display: inline-block;
	vertical-align: text-bottom;
	background: url(
	"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii0yOTkgMzkyLjQgMTIuNiA4LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTI5OSAzOTIuNCAxMi42IDguNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggZD0iTS0yOTEuMiwzOTcuMWwzLjQsM2gtOS44bDMuNC0zbDEuNSwxLjNMLTI5MS4yLDM5Ny4xeiBNLTI5OC4xLDM5My43bDMuNCwzbC0zLjQsM0MtMjk4LjEsMzk5LjctMjk4LjEsMzkzLjctMjk4LjEsMzkzLjd6DQoJCSBNLTI5MC44LDM5Ni43bDMuNC0zdjYuMUwtMjkwLjgsMzk2Ljd6IE0tMjk3LjYsMzkzLjNoOS44bC00LjksNC4zTC0yOTcuNiwzOTMuM3ogTS0yOTguNyw0MDAuN2gxMnYtOGgtMTINCgkJQy0yOTguNywzOTIuNy0yOTguNyw0MDAuNy0yOTguNyw0MDAuN3oiLz4NCgk8cGF0aCBkPSJNLTI4Ni42LDQwMC44aC0xMi4ydi04LjJoMTIuMlY0MDAuOHogTS0yOTguNiw0MDAuNmgxMS44di03LjhoLTExLjhWNDAwLjZ6IE0tMjg3LjUsNDAwLjJoLTEwLjNsMy43LTMuMmwxLjUsMS4zbDEuNS0xLjMNCgkJTC0yODcuNSw0MDAuMnogTS0yOTcuMyw0MDBoOS4zbC0zLjEtMi44bC0xLjUsMS4zbC0wLjEtMC4xbC0xLjQtMS4yTC0yOTcuMyw0MDB6IE0tMjg3LjMsNDAwbC0zLjYtMy4zbDAuMS0wLjFsMy42LTMuMVY0MDB6DQoJCSBNLTI5MC43LDM5Ni43bDMuMiwyLjl2LTUuN0wtMjkwLjcsMzk2Ljd6IE0tMjk4LjIsMzk5Ljl2LTYuNGwzLjcsMy4yTC0yOTguMiwzOTkuOXogTS0yOTgsMzkzLjl2NS42bDMuMS0yLjhMLTI5OCwzOTMuOXoNCgkJIE0tMjkyLjcsMzk3LjdMLTI5Mi43LDM5Ny43bC01LjItNC41aDEwLjNMLTI5Mi43LDM5Ny43eiBNLTI5Ny4zLDM5My40bDQuNiw0LjFsNC42LTQuMUgtMjk3LjN6Ii8+DQo8L2c+DQo8Zz4NCgk8Zz4NCgkJPGRlZnM+DQoJCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHg9Ii0yOTguOCIgeT0iMzkyLjYiIHdpZHRoPSIxMi4yIiBoZWlnaHQ9IjguMiIvPg0KCQk8L2RlZnM+DQoJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4NCgkJPC9jbGlwUGF0aD4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTS0yODYuNiw0MDAuOGgtMTIuMnYtOC4yaDEyLjJWNDAwLjh6IE0tMjk4LjYsNDAwLjZoMTEuOHYtNy44aC0xMS44VjQwMC42eiBNLTI4Ny41LDQwMC4yaC0xMC40bDMuNy0zLjINCgkJCWwxLjUsMS4zbDEuNS0xLjNsMC4xLDAuMUwtMjg3LjUsNDAwLjJ6IE0tMjk3LjQsNDAwaDkuM2wtMy4xLTIuOGwtMS41LDEuM2wtMS41LTEuM0wtMjk3LjQsNDAweiBNLTI4Ny4yLDM5OS45bC0zLjctMy4ybDAuMS0wLjENCgkJCWwzLjYtMy4yVjM5OS45eiBNLTI5MC42LDM5Ni43bDMuMiwyLjh2LTUuNkwtMjkwLjYsMzk2Ljd6IE0tMjk4LjIsMzk5Ljl2LTYuNWwzLjcsMy4yTC0yOTguMiwzOTkuOXogTS0yOTgsMzkzLjl2NS42bDMuMi0yLjgNCgkJCUwtMjk4LDM5My45eiBNLTI5Mi43LDM5Ny43TC0yOTIuNywzOTcuN2wtNS4yLTQuNWgxMC40TC0yOTIuNywzOTcuN3ogTS0yOTcuNCwzOTMuNGw0LjcsNC4xbDQuNi00LjFILTI5Ny40eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K"
	) no-repeat top;
}

.src-components-content dl p {
	display: inline;
}

.src-components-content dd {
	display: inline;
	margin: 0.25rem;
}
.src-components-content dt {
	display: inline-block;
	min-width: 2rem;
}

.src-components-content sup p, .src-components-content sup label {
	display: inline;
}

.src-components-content sup label {
	margin-right: 0.25rem;
}

.src-components-content .src-components-table-wrap img,
.src-components-content figure img {
	width: 75%;
	margin: 1rem 0;
}

.src-components-content figure * {
	font-size: 0.8rem;
}

.src-components-content figure figcaption p {
	display: inline;
	margin: 0.25rem;
}

.src-components-content ol,
.src-components-content ul,
.src-components-content ol li,
.src-components-content ul li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.src-components-content ul li::before {
	display: none !important;
}

.src-components-content ol li::before,
.src-components-content ul li::before {
	content: '' !important;
}

.src-components-content ol,
.src-components-content ol li,
.src-components-content ul.simple li {
	margin-left: 0  !important;
	padding-left: 0 !important;
}

.src-components-content ol span.src-components-label,
.src-components-content ul span.src-components-label {
	display: inline;
	margin-right: 0.25rem;
	float: left;
}

.src-components-content ul.bullet>li.with-label>span.label {
	color: #CB4851;
}

.src-components-content li > p:empty {
	display: none;
}

.src-components-content li > .label {
	float: left;
}

.src-components-content li.with-label>div {
	margin-left: 1.5rem;
}
.src-components-content .w-3>li.with-label>div {
	margin-left: 1.7rem;
}
.src-components-content .w-4>li.with-label>div {
	margin-left: 1.9rem;
}
.src-components-content .w-5>li.with-label>div {
	margin-left: 2.1rem;
}
.src-components-content .w-6>li.with-label>div {
	margin-left: 2.3rem;
}
.src-components-content .w-7>li.with-label>div {
	margin-left: 2.5rem;
}

.src-components-content td > pre {
	margin: 0;
}

.src-components-content .labeledCaption {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	font-size: 0.75rem;
}

.src-components-content .caption {
	font-size: 0.75rem;
}

.src-components-content sup,
.src-components-content sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

.src-components-content sub {
	top: 0.4em;
}


.src-components-content .labeledCaption .label {
	padding-right: 15px;
	white-space: nowrap;
}

.src-components-content .table-wrap .labeledCaption {
	margin-bottom: 1rem;
}

.src-components-content .table-wrap-group {
	padding-bottom: 1rem;
}

.src-components-content .src-components-table-footnote {
	font-size: 0.75rem;
	margin: 0.5rem 0;
}

.src-components-content .labeledCaption p,
.src-components-content .src-components-table-footnote p {
	margin-bottom: 0;
}

.src-components-content .src-components-table-footnote p,
.src-components-content .src-components-table-caption span,
.src-components-content .src-components-table-caption p {
	font-size: 0.75rem;
}

.src-components-content figure,
.src-components-content .table-wrap,
.src-components-content .src-components-table-wrap {
	padding: 10px 0;
	margin: 1rem 0;
}

.table-wrap table {
	margin-bottom: 1rem;
}

.src-components-content table thead, .src-components-content table tbody {
	border: 1px solid #20161D;
}

.src-components-content table {
	border: none;
}

.src-components-content table th,
.src-components-content table td {
	font-size: 0.75rem;
	border: none;
	padding: 0.25rem 0.5rem;
}

.src-components-content div.formula-wrap {
	margin: 1rem 0 0 0;
	padding: 0  4rem 0 4rem; /* save space for floating label */
	position: relative;
}

.src-components-content div.formula-wrap label,
.src-components-content div.formula-wrap span.label  {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.src-components-content span.formula-wrap {
	display: inline-block;
	vertical-align: top;
}

.src-components-content span.formula-wrap .MathJax_SVG_Display {
	margin: 0;
}

.src-components-content .src-components-bibref {
	font-size: 0.8rem;
}

.src-components-content .src-components-bibref {
	margin: 0.5rem 0 1rem;
	position: relative;
}

.src-components-content .src-components-bibrefLabel {
	position: absolute;
	left: 0px;
}

.src-components-content .src-components-bibrefBody {
	display: block;
	margin-left: 2.5rem;
}

.src-components-content img {
	width: auto;
	max-width: 100%;
}

.src-components-content img.disp-formula {
	display: block;
	zoom: 1.6;
}

.src-components-content .src-components-table-footnote img.disp-formula,
.src-components-content dl img.disp-formula,
.src-components-content td img.disp-formula {
	display: inline-block;
	zoom: 1.2;
	margin: 0;
}


.src-components-citationCode {
	font-family: SourceCodePro, monospace;;
	font-size: 0.75rem;

	padding: 0 1rem;
	margin: 0 0 1rem 0;

	white-space: pre-wrap;
	word-wrap: break-word;

	border-left: 1px dotted #1f161c;
}

.src-components-citeContainer {
	margin-bottom: 1rem;
}

.src-components-proceedingsTitle{
	margin-top: 0;
	font-family: "RobotoSlabLocal", serif;
	font-weight: normal;
	color: black;
	line-height: 1.3;
	letter-spacing: -0.02rem;
	padding-bottom: 0.4rem;
	font-size: 1.8rem;
}

/* italics plus .punctuated-start is generated server-side, is also used in listings */
i + .punctuated-start {
	margin-left: 2px;
}

/* style external TrendMD widget */
#trendmd-suggestions .trendmd-widget-header__heading {
    color: #20161D;
    font-weight: bold!important;
    font-size: 19px!important;
}

#trendmd-suggestions .trendmd-widget-list-item__link {
    color: #CB4851!important;
}

#trendmd-suggestions .trendmd-widget-list-item__meta {
    color: #514d51!important;
}

#trendmd-suggestions .trendmd-widget-container {
    background-color: #f7f6f5!important;
    padding: 20px 20px 10px 20px!important;
}

#trendmd-suggestions .trendmd-widget:hover .trendmd-widget-addto, 
#trendmd-suggestions .trendmd-widget:hover .trendmd-widget-brand {
    color: #CB4851!important;
}

#trendmd-suggestions .trendmd-widget-header__heading, 
#trendmd-suggestions .trendmd-widget-list, 
#trendmd-suggestions .trendmd-widget-list-item,
#trendmd-suggestions .trendmd-widget-brand {
    font-family: "RobotoSlabLocal", serif !important;
}



.src-components-container {
}

.src-components-containerInner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column
}

@media(min-width: 860px) {

	.src-components-containerInner {
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
	}

.src-components-padder {
}

@media(min-width: 860px) {

	.src-components-padder {
		margin-left: 1rem
		/* to align with menu items */
	}
	}

.src-components-titleSidebar {
}

@media(min-width: 860px) {

	.src-components-titleSidebar {
		min-height: 4rem;
		padding-top: 2rem;
		width: 23%;
		margin-right: 4%
	}
	}

.src-components-titleMain {
}

@media(min-width: 860px) {

	.src-components-titleMain {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: colum;
		    flex-direction: colum;
		-ms-flex-align: end;
		    align-items: flex-end;
		min-height: 4rem;
		width: 58%
	}
	}

.src-components-titleMain h1 {
	padding-bottom: 0.4rem;
}

.src-components-bodySidebar {
	border-top: solid 1px #20161D
}

@media(min-width: 860px) {

	.src-components-bodySidebar {
		width: 23%;
		margin-right: 4%
	}
}

.src-components-bodyMain {
	max-width: 850px
}

@media(min-width: 860px) {

	.src-components-bodyMain {
		width: 73%
	}
}

.src-components-withBorder {
	padding-top: 1rem;
	border-top: solid 1px #20161D;
}

.src-components-intro {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 1.5rem;
	max-width: 800px;
}

.src-components-textContent{
	margin-top: 30px;
}



.src-components-link {
	text-decoration: none;
	color: #CB4851;
	font-weight: bold;
	font-size: 0.85rem;
	position: relative;
	margin-left: 1.3rem;
}

.src-components-link:hover span,
.src-components-link:focus span,
.src-components-link:active span {
	border-bottom: 1px solid #CB4851;
}

.src-components-link:before {
	content: url(/images/plus.svg);
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: -20.8px;
	left: -1.3rem;
}

.src-components-button {
	font-family: SourceCodePro, monospace;
	color: white;
	border: none;
	padding: 0.4rem 1rem;
	background-color: #CB4851;
	cursor: pointer;
	font-size: 0.85rem;
	text-transform: uppercase;
	text-decoration: none;
}

.src-components-button:hover {
	color: white;
	text-decoration: none;
	background-color: #514d51;
}

.src-components-button[disabled],
.src-components-button:disabled {
	background-color: #efefef;
	color: #999;
	cursor: default;
}

.src-components-button[disabled]:hover ,
.src-components-button:disabled:hover {
	background-color: #efefef;
	color: #999;
}

.src-components-series {
	font-size: 0.85rem;
	margin-bottom: 0.25rem;
}

.src-components-seriesLabel {
	margin-right: 0.25rem;
}

.src-components-seriesLink {
	color: #ae444a;
}

.src-components-seriesLink:hover {
	color: #CB4851;
	border-bottom: 1px solid #CB4851;
}

.src-components-forms-section {
}

.src-components-forms-sectionTitle {
	font-weight: 700;
	color: #2d2f31;
	margin-top: 2rem;
}

.src-components-forms-element {
	margin-top: 1rem;
}

.src-components-forms-textLong input {
	max-width: 1200px;
}

.src-components-forms-checkbox {
	font-size: 0.85rem;
	margin-bottom: 0.2rem;
}

.src-components-forms-checkboxInline, .src-components-forms-checkboxInlineComponent {
	display: inline-block;
	vertical-align: top;
	width: 1.5rem;
}

.src-components-forms-checkbox input[type="checkbox"] {
	margin-right: 0.5rem;
}

.src-components-forms-label {
	max-width: 800px;
	display:inline-block;
	color: #8e8a90;
	font-size: 0.80rem;
}

.src-components-forms-labelTitle {
	display: block;
	color: #8e8a90;
	font-size: 0.80rem;
}

.src-components-forms-labelCheckbox {
	max-width: 800px;
	display: inline-block;
	color: $colorText;
	font-size: 0.85rem;
	cursor: pointer;
}

.src-components-forms-radioGroup label {
	font-size: 0.85rem;
	cursor: pointer;
}

.src-components-forms-remark {
	font-size: 0.80rem;
	font-style: italic;
	color: #a9b9c0;
}

.src-components-forms-filterList {
	font-size: 0.85rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.src-components-forms-filterBlock, .src-components-forms-filterRow {
	margin-bottom: 0.5rem;
}

.src-components-forms-filter {
	display: inline;
	margin-right: 0.5rem;
}

.src-components-forms-filterBlock .src-components-forms-filter {
	display: block;
	line-height: 2em;
	vertical-align: middle;
}
.src-components-forms-filterBlock .src-components-forms-filterLabel {
	display: inline-block;
	width: 300px;
}
.src-components-forms-filterBlock .buttons {
	margin-top: 1rem;
	margin-bottom: 2rem;
	margin-left: 300px;
}

table.show th,
table.show td {
	text-align: left;
	white-space: pre-wrap;
}

.src-components-forms-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
	font-size: 0.8rem;
}

.src-components-forms-table > tbody > tr.highlight-success {
	background-color: #f0fff0;
}

table.no-border > thead > tr > th,
table.no-border > thead > tr > td,
table.no-border > tbody > tr > th,
table.no-border > tbody > tr > td,
table.no-border > thead > tr,
table.no-border > tbody > tr {
	border: 0;
	font-size: 0.8rem;
}

.src-components-forms-table > thead > tr > th {
	padding: 0.4rem 0.25rem;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.src-components-forms-table > thead > tr > th.checkbox {
	width: 1rem;
}

.src-components-forms-widgetAsc,
.src-components-forms-widgetDesc {
	color: #444;
}

.src-components-forms-widget {
	color: #888;
}

.src-components-forms-table > thead > tr > th.small,
.src-components-forms-tableColumnSmall {
	padding: 0.4rem 0.25rem;
	width: 3rem;
}

.src-components-forms-table > tbody > tr {
	border-bottom: 1px solid #ccc;
}

.src-components-forms-table > tbody > tr:hover {
	background-color: #FFFFe3;
}

.src-components-forms-table > tbody > tr > td {
	padding: 0.4rem 0.25rem;
	vertical-align: top;
}

.src-components-forms-tableCellTitleDateWrapper {
	white-space: nowrap;
}

.src-components-forms-link {
	text-decoration: underline;
	cursor: pointer;
}

.src-components-forms-buttonContainer {
	margin-top: 2rem;
}

.src-components-forms-smallButtonContainer {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.src-components-forms-button {
	border: none;
	padding: 0.4rem 1rem;
	background-color: #efefef;
	color: inherit;
	cursor: pointer;
	font-family: "SourceCodePro",sans-serif;
	font-size: 0.85rem;
	text-transform: uppercase;
	text-decoration: none;
}

.src-components-forms-button:hover,
.src-components-forms-button:active,
.src-components-forms-button:focus {
	color: inherit;
	text-decoration: underline;
}

.src-components-forms-buttonPrimary {
}

.src-components-forms-buttonListingPrimary,
.src-components-forms-buttonListing {
	padding: 0.2rem 0.5rem !important;
	font-size: 12px  !important;
}

.src-components-forms-buttonListingSecondary {
	padding: 0.2rem 0.5rem !important;
	font-size: 12px  !important;
	background-color: #ddd7d5 !important;
	color: #20161D !important;
}

.src-components-forms-buttonListingSecondary:hover {
	color: white !important;
	background-color: #514d51 !important;
}

.src-components-forms-buttonSecondary {
	background-color: none;
	border: none;
	cursor: pointer;
	color: #20161D;
	text-decoration: underline;
	font-size: 0.85rem;
	margin-right: 1rem;
}

.src-components-forms-buttonSecondary:hover {
	color: #CB4851;
}

.src-components-forms-textareaMedium textarea {
	height: 200px;
}

.src-components-forms-textareaLong textarea {
	height: 400px;
}

.src-components-forms-note {
	color: #999;
	font-size: 0.80rem;
}

.src-components-forms-pill {
	padding: 2px 0.5rem;
	margin: 0 0.5rem;
}

.src-components-forms-pill:first-child {
	margin-left: 0;
}

.src-components-forms-message {
	padding: 0.5rem;
    text-align: center;
}

.src-components-forms-message p {
	margin: 0;
}

.src-components-forms-messageError {
	background-color: #ff0000;
}

.src-components-forms-messageOk {
	background-color: #00c500;
}

.src-components-forms-messageNotice {
	background-color: #ff7300;
}

.src-components-forms-messageNeutral {
	background-color: #e4e4e4;
}

.src-components-forms-borderError {
	border-color: #ff0000;
}

.src-components-forms-borderNotice {
	border-color: #ff7300;
}

.src-components-forms-borderOk {
	border-color: #00c500;
}

.src-components-forms-messageError,
.src-components-forms-messageNotice,
.src-components-forms-messageOk {
	color: white;
}

.src-components-forms-messageError a,
.src-components-forms-messageNotice a,
.src-components-forms-messageOk a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

.src-components-forms-messageError a:hover,
.src-components-forms-messageNotice a:hover,
.src-components-forms-messageOk a:hover {
	text-decoration: none;
	border-bottom: 2px solid white;
}

.src-components-forms-stateTransition {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.src-components-forms-form {
	margin-top: 1rem;
}

.src-components-forms-nonMatchedFilesContainer {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.85rem;
}

.src-components-forms-nonMatchedFilesNotice {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #ff7300;
}

.src-components-forms-formValidationErrorContainer,
.formValidationErrorContainer {
	margin-top: 0.25rem;
	display: block;
	font-size: 0.85rem;
}

.src-components-forms-formValidationError,
.formValidationError {
	display: inline-block;
	padding: 0.2rem 0;
	font-size: 0.85rem;
    color: #ff7300;
}

.file-upload-form-placeholder {
	margin-top: 0.5rem;
	display: block;
	font-size: 0.85rem;
}

.src-components-forms-list {
	font-size: 0.85rem;
}

.src-components-forms-bulkActions {
	margin-top: 1rem;
}

.src-components-forms-bulkActionTitle {
	font-size: 0.85rem;
}

.src-components-forms-bulkActionSelectContainer {
	display: inline-block;
	margin-right: 1rem;
}

.src-components-forms-details {
    columns: 2;
    font-size: 0.85rem
}

@media(min-width: 1025px) {

	.src-components-forms-details {
		columns: 3;
	}
    }

@media(min-width: 1441px) {

	.src-components-forms-details {
		columns: 4;
	}
    }

.src-components-forms-details .src-components-forms-item {
    break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    margin-bottom: 1rem;
}

.src-components-forms-quickSearch {
    display: inline-block;
}

.src-components-forms-quickSearch .form__textbox {
    display: inline-block;
	width: auto;
}

.src-components-forms-quickSearch input[type="button"],
.src-components-forms-quickSearch input[type="submit"],
.src-components-forms-quickSearch button {
    display: inline-block;
	width: auto;
    height: 41px;
    border: 1px solid #d0d0d0;
}

.src-components-forms-quickSearch input {
    border-right: 0;
}

.src-components-forms-downloadPdf {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

.src-components-forms-uploadNewerVersion {
	padding: 1rem;
	border: 1px solid #20161D;
	width: 300px;
	margin-bottom: 2rem;
}

table.payment {
	width: 96%;
}

table.payment,
table.payment tr,
table.payment td,
table.payment th {
	border-collapse: collapse;
}

table.payment td:first-child {
	width: 70%;
}
table.payment td:last-child {
	text-align: right;
}
table.payment tfoot td {
	padding-top: 0.5rem;
}

.src-components-forms-value {
	white-space: pre-wrap;
}

.src-components-forms-pagination {
	font-size: 0.8rem;
}

.src-components-forms-paginationItem {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	cursor: pointer;
}

.src-components-forms-paginationItem:hover {
	color: #CB4851;
}

.src-components-forms-paginationItemActive {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}


.src-components-forms-fileUploadDragDrop {
	margin-top: 2em;
	display: -ms-flexbox;
	display: flex;
}

.src-components-forms-dropZone {
	height: 150px;
	border: 3px dotted black;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 50%;
	    flex: 1 0 50%;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.src-components-forms-dropZoneFiles {
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: distribute;
	    align-content: space-around;
	padding: 5px;
}

.src-components-forms-dropZoneFiles .src-components-forms-fileItem {
	color: #a0a0a0;
	margin: 5px;
	padding: 2px 5px;
	border: 1px dotted #c0c0c0;
}

.src-components-forms-toUpload {
	margin: 0 0 0 10px;
}

.src-components-forms-toUpload a {
	color: #cc5159;
	text-decoration: underline;
}

.src-components-forms-toUpload a:hover {
	color: #cc5159;
	text-decoration: none;
}

.src-components-forms-failedToUpload {
	margin-top: 2em;
}

.src-components-forms-tooLargeToUpload {
	margin-top: 2em;
}

.src-components-forms-clearStartOver {
	color: #cc5159;
	text-decoration: underline;
}

.src-components-forms-clearStartOver:hover {
	text-decoration: none;
}

.src-components-forms-captchaValue{
	margin-right: 35px;
}

.src-components-forms-captchaInputBox{
	margin: 10px 0;
}
.src-components-forms-captchaImage{
	width: 25%;
}
.src-components-forms-noSelectText {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.src-components-forms-editors{
	font-weight: bold;
	color: #8e8a90;
	margin-top: 1rem;
}
.src-components-forms-plagiarismCheckbox{
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
}

.src-components-forms-buttonProposal{
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.src-components-forms-printCheckbox {
	margin-top: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	    align-items: baseline;
}


.src-components-popupImage {
	padding: 5px;
	background-color: white;
}

.src-components-popupImage img {
	display: block;
	padding: 5px;
	border: 1px dotted #20161D;

	max-width: 95vw;
	max-height: 95vh;
}



.src-components-issue {
	padding: 0.75rem 0;
	font-size: 0.85rem;
}

.src-components-foreword {
	border-bottom: dotted 2px #20161D;
	padding: 1rem 0;
	margin-bottom: 1rem;
}

.src-components-detailLink {
	text-decoration: none;
	color: #CB4851;
	font-weight: bold;
}

.src-components-downloadLink {
	text-decoration: none;
	color: #CB4851;
	font-weight: bold;
}



.src-components-link {
    text-decoration: none;
    color: #CB4851;
    font-weight: bold;
    font-size: 0.85rem;
    position: relative;
    margin-left: 1.3rem;
}

.src-components-link:hover span,
.src-components-link:focus span,
.src-components-link:active span {
    border-bottom: 1px solid #CB4851;
}

.src-components-link:before {
    content: url(/images/plus.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: -20.8px;
    left: -20.8px;
    left: -1.3rem;
}

.src-components-button {
    font-family: SourceCodePro, monospace;
    color: white;

    border: none;
    padding: 0.4rem 1rem;
    background-color: #CB4851;
    cursor: pointer;
    font-size: 0.85rem;
    text-transform: uppercase;
    text-decoration: none;
}

.src-components-button:hover {
    color: white;
    text-decoration: none;
    background-color: #514d51;
}

.src-components-button[disabled],
.src-components-button:disabled {
    background-color: #efefef;
    color: #999;
    cursor: default;
}
.src-components-button[disabled]:hover ,
.src-components-button:disabled:hover {
    background-color: #efefef;
    color: #999;
}

.src-components-series {
	font-size: 0.85rem;
	margin-bottom: 0.25rem;
}

.src-components-seriesLabel	{
	margin-right: 0.25rem;
}

.src-components-seriesLink {
	color: #ae444a;
}

.src-components-seriesLink:hover {
	color: #CB4851;
	border-bottom: 1px solid #CB4851;
}



.src-components-numbering {
    font-weight: normal;
    color: #CB4851;
    line-height: 1.2;
    letter-spacing: -0.02rem;
}

.src-components-summary {
    margin: 0.75rem 0;
}

.src-components-links {
    margin-top: 1rem;
}

.src-components-links > p {
	margin-bottom: 0;
}

.src-components-pages {
    font-size: 0.85rem;
    margin-top: 0.75rem;
}

.src-components-hideBorder > .src-components-listItem:first-child {
	border-top: none;
}

.src-components-hideBorder > .src-components-listItem:last-child {
	border-bottom: none;
}

.src-components-listItem {
    padding-bottom: 1.5rem;
    border-top: 1px dotted #514d51;
    padding-top: 1.5rem;
}

.src-components-listItem .src-components-title {
	
}

.src-components-listItem .src-components-subTitle {
	font-weight: normal;
	color: #CB4851;
	line-height: 1.2rem;
}

.src-components-listItem:last-of-type {
    border-bottom: 1px dotted #514d51;
    margin-bottom: 1.5rem;
}

.src-components-fauxList h2,
.src-components-overrideContent h2,
.src-components-listItem h2 {
    font-family: "RobotoSlabLocal", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    padding-top: 0;
    margin-bottom: 0.2rem;
    color: #CB4851;
}

.src-components-listItem h2 + h3 {
	margin-top: -0.2rem;
}

.src-components-fauxList h2,
.src-components-overrideContent h2 {
    border-top: 1px dotted #514d51;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

h1 + .src-components-listItem,
h1 + div>.src-components-listItem:first-child,
h2 + .src-components-listItem,
h2 + div>.src-components-listItem:first-child,
.src-components-tabContent .src-components-listItem:first-child,
.src-components-withBorder >.src-components-listItem:first-child,
.src-components-fauxList h1 + h2,
.src-components-overrideContent h2:first-child,
.src-components-overrideContent h1 + h2 {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

h1 + .src-components-listItem,
.src-components-overrideContent h1 + h2,
h1 + div>.src-components-listItem:first-child {
	margin-top: 2rem;
}

.src-components-withBorder >.src-components-listItem:first-child {
	margin-top: 1rem;
}

.src-components-fauxList h2,
.src-components-overrideContent + p {
    padding-top: 1.5rem;
    border-top: 1px dotted #514d51;
    margin-bottom: 0;
}

.src-components-metaline {
	color: #6f4959;
	font-size: 0.9rem;
	font-style: normal;
}

.src-components-fauxList h2+p strong,
.src-components-overrideContent h2+p strong,
.src-components-listItem .src-components-leading {
    color: #514d51;
    font-weight: normal;
}

.src-components-fauxList h2+p strong,
.src-components-overrideContent h2+p em,
.src-components-listItem .src-components-leading2 {
    color: #6f4959;
    font-size: 0.9rem;
    font-style: normal;
}

.src-components-listItem .src-components-preleading {
	font-size: 0.85rem;
	color: #514d51;
}

.src-components-listItem .src-components-preleading a {
	color: #ae444a;
}

.src-components-listItem .src-components-preleading a:hover {
	color: #CB4851;
	border-bottom: 1px solid #CB4851;
}

.src-components-imagesList {
    margin-top: 2rem;
}

.src-components-imagesListItem {

    display: -ms-flexbox;

    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.src-components-imagesListItemImageContainer {
    padding-right: 1.5rem;
    width: 20%
}

@media (min-width: 860px) {

    .src-components-imagesListItemImageContainer {
        padding-right: 2rem;
    }
    }

.src-components-imagesListItemImageContainer img {
    display: block;
}

.src-components-imagesListItemText {
    width: 80%
}

.src-components-imagesListItemText h1 {
    font-family: 'RobotoSlabLocal', serif;
    font-size: 1.1rem;
    color: #20161D;
    font-weight: 700;
}


.src-components-dottedList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.src-components-dottedList li {
	border-top: 1px dotted #514d51;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.src-components-dottedList li:last-of-type {
	border-bottom: 1px dotted #514d51;
}

.src-components-dottedList li>a:hover {
	text-decoration: none;
}
.src-components-dottedList li>a:hover {
	color: #CB4851;
	border-bottom: 1px solid #CB4851;
}

.src-components-metaContainer {
	margin-bottom: 1rem;
	padding: 0.6rem 1.25rem;
	background-color: #efefef;
}

.src-components-metaList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}

.src-components-metaLabel {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	font-weight: bold;
	font-size: 0.85rem;
	width: 100%
}

@media(min-width: 860px) {

    .src-components-metaLabel {
        margin: 0.5rem 0;
        width: 25%;
    }
	}

.src-components-metaDefinition {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	width: 100%;
	margin-bottom: 1rem;
	margin-left: 0;
	padding: 0;
	font-size: 0.9rem
}

@media(min-width: 860px) {

    .src-components-metaDefinition {
        margin: 0.5rem 0;
        width: 75%;
    }
	}

.src-components-filter {
	display: -ms-flexbox;
	display: flex;
	margin: 0.5rem 0;
}

.src-components-filterLabel {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive:0;
	    flex-grow:0;
	display: block;
	width: auto;
	margin-right: 0.75rem;
	font-size: 0.8rem;
	cursor: pointer;
	font-family: "SourceCodePro", monospace;
	text-transform: uppercase;
}

.src-components-filterItem {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	display: block;
	width: auto;
	margin-right: 0.75rem;
	font-size: 0.8rem;
	cursor: pointer;
	font-family: "SourceCodePro", monospace;
	text-transform: uppercase;
	background-color: #efefef;
	padding: 0.2rem 0.6rem;
	border-radius: 0.25rem;
}

.src-components-filterItem:hover,
.src-components-filterItem:active,
.src-components-filterItem:focus {
	text-decoration: underline;
}

.src-components-active {
	color: #CB4851;
	text-decoration: underline;
}

.src-components-volumenr {
	color: #999;
	padding-right: 0.25rem;
}

.src-components-officeListTitle {
	margin-bottom: 1rem;
}

.src-components-officeList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: stretch;
	    align-items: stretch;
	max-width: 700px;
}

.src-components-office {
	font-style: normal;
	margin-bottom: 1rem;
	width: 100%
}

@media(min-width: 1025px) {

    .src-components-office {
        width: 48%;
        padding-right: 1rem;
        margin-bottom: 2rem;
    }
	}

.src-components-officeName {
	font-family: 'RobotoSlabLocal', serif;
	font-size: 1rem;
	font-weight: 700;
	color: #20161D;
}

.src-components-officeDetails {
	line-height: 1.4;
}



.src-components-Search-list {
	list-style-type: none;
	margin-top: 2rem;
	padding: 0;
	text-align: center;
}

.src-components-Search-list li:before {
	content: "";
}

.src-components-Search-item {
	margin: 0 0.5rem;
	display: inline-block;
}

.src-components-Search-itemLink {
	font-family: SourceCodePro, monospace;
	margin: 0;
	padding: 0.4rem 0.7rem;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #CB4851;
	color: #CB4851;
	background-color: white;
}

.src-components-Search-active,
.src-components-Search-itemLink:hover,
.src-components-Search-itemLink:active,
.src-components-Search-itemLink:focus {
	background-color: #CB4851;
	color: white;
}

.src-components-Search-break {
	display: inline-block;
	margin: 0 0.5rem;
}

.src-components-Search-disabled {
	color: #efefef;
	pointer-events: none;
	cursor: default;
}

.src-components-paginationLinks {
	color: #514d51;
	text-transform: uppercase;
	font-size: 0.85rem;
}

.src-components-prevLinkWrap {
}

.src-components-downloadWrap {
	margin-top: -4px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	text-align: center;
}

.src-components-prevLink {
	margin-right: 0.5rem !important;
}

.src-components-nextLink {
	margin-left: 0.5rem !important;
}

.src-components-nextLinkWrap {
}

.src-components-prevNextLinkText {
	display: none
}

@media (min-width: 860px) {

	.src-components-prevNextLinkText {
		display: inline;
	}
	}

.src-components-prevNextSection {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;

	border-top: 1px dotted #20161D;
	border-bottom: 1px dotted #20161D;

	margin: 1rem 0;
	padding: 1rem 0;
}

.src-components-prevNextSection:first-child {
	margin: 0;
}

.src-components-prevNextSection + .textContent, .src-components-prevNextSection + .src-components-title  {
	padding-top: 1rem;
}



.src-components-social {
	padding-left: 8px;
	font-size: 24px;
	vertical-align: baseline;
	text-decoration: none;
}

.src-components-social:first-child {
	padding-left: 0;
}

.src-components-social:hover {
	color: #CB4851;
}

.src-components-follow {
	color: #444444;
}

.src-components-follow a {
	color: #444444;
}

.src-components-follow a:first-child {
	padding-left: 0;
}



@media(min-width: 860px) {
	.src-components-tabs {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
	}

	.src-components-tabsNonJustified .src-components-tab {
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
		white-space: nowrap;
	}

	.src-components-tab {
		-ms-flex: 1;
		    flex: 1;
		white-space: nowrap;
	}

	.src-components-spacer {
		-ms-flex: 100%;
		    flex: 100%;
		white-space: nowrap;
		border-bottom: 1px solid #514d51;
	}
}

.src-components-tab {
	cursor: pointer;
	text-align: center;
	display: block;
	color: #514d51;
	padding: 8px 20px;
	border-top: 4px solid white;
	border-bottom: 1px solid #514d51;
}


.src-components-tab:hover {
	color: #CB4851;
}

.src-components-tabActive:hover {
	color: black;
	background-color: #f7f6f5;
	border-bottom: 1px solid #f7f6f5;
}

.src-components-tabActive {
	color: black;
	border-top: 4px solid #CB4851;
	background-color: #f7f6f5;
	border-bottom: 1px solid #f7f6f5;
}

.src-components-tabContent {
	background-color: #f7f6f5;
	position: relative;
	border-top-width: 0;
	padding: 20px;
}



@font-face{
	font-family: 'SourceCodePro';
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	src: local('SourceCodePro Regular'), local('SourceCodePro-Regular'),
	url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2') format('woff2'),
	url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-Regular.otf.woff') format('woff');
}

@font-face {
	font-family: 'RobotoSlabLocal';
	font-style: normal;
	font-weight: 300;
	src: url(/fonts/roboto-slab/roboto-slab-300.ttf) format('truetype');
}
@font-face {
	font-family: 'RobotoSlabLocal';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/roboto-slab/roboto-slab-400.ttf) format('truetype');
}
@font-face {
	font-family: 'RobotoSlabLocal';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/roboto-slab/roboto-slab-700.ttf) format('truetype');
}

.maxWidth {
	padding-left: 0.5rem;
	padding-right: 0.5rem
}

@media(min-width: 860px) {

	.maxWidth{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	}

@media(min-width: 1025px) {

	.maxWidth{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	}

@media(min-width: 1281px) {

	.maxWidth{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	}

.d3-tip {
	z-index: 1000;
}

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

.u-smaller {
	font-size: 0.85rem;
}

.u-underline {
	text-decoration: underline;
}

.u-margin-right-1em {
	margin-right: 1rem;
}

.u-margin-right-0-5em {
	margin-right: 0.5rem;
}

.maxWidthInner {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	margin-top: 1.5rem;
}

.src-layouts-title {
	width:100%;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 0.5rem 0;
	margin-bottom: 2rem;
}

.src-layouts-sidebarContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.src-layouts-sidebar {
}

@media(min-width: 860px) {

	.src-layouts-sidebar{
		width: 23%;
		margin-right: 4%;
	}
	}

.src-layouts-contentWithSidebar {
}

@media(min-width: 860px) {

	.src-layouts-contentWithSidebar{
		width: 73%;
	}
	}

html {
    font-size: 19px;
    font-family: "RobotoSlabLocal", serif;
    font-weight: 400;
}

body {
	margin: 0;
	line-height: 1.5;
	background-color: white;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

b, strong {
	font-weight: 700;
}

p {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.textContent a,
a.src-layouts-textContent,
a.textContent {
	color: #ae444a;
	text-decoration:none;
}

.textContent a:hover,
a.src-layouts-textContent:hover,
a.textContent:hover{
	color: #CB4851;
	border-bottom: 1px solid #CB4851;
}

a.actionLink,


p > a {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

img {
	width: 100%;
}

.pageTitle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-align: end;
	    align-items: flex-end;
	max-width: 850px;
}

.pageTitle h1 {
	color: black;
	margin: 0;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	border-bottom: 1px solid #CB4851;
}

h1,
h2,
h3,
h4,
h5,
h6,
.src-layouts-heading {
	margin-top: 0;
	font-family: "RobotoSlabLocal", serif;
	font-weight: normal;
	color: #CB4851;
	line-height: 1.3;
	letter-spacing: -0.02rem;
}

h1,
.src-layouts-headingPrimary {
	font-size: 1.4rem
}

@media(min-width: 860px) {

	h1,
.src-layouts-headingPrimary{
		font-size: 1.8rem;
	}
	}

h2,
.src-layouts-headingSecondary {
	font-weight: 700;
	font-size: 1.1rem;
	padding-top: 0.5rem;
	margin-bottom: 0.25rem
}

@media(min-width: 860px) {

	h2,
.src-layouts-headingSecondary{
		font-size: 1.2rem;
	}
	}

h3,
.src-layouts-headingTertrairy {
	font-weight: 700;
	margin-bottom: 0.5rem;
	padding-top: 1rem;
	font-size: 1rem;
	color: #20161D;
}

h4,
.src-layouts-headinQuaternary {
	font-size: 1rem;
	margin-bottom: 0rem;
	font-weight: 700;
	color: #20161D;
}

ul {
	list-style-type: disc;

	margin-top: 0;
    padding-left: 1.5rem;
}

* {
	box-sizing: border-box;
}

input, textarea, select {
	font-family: "SourceCodePro", serif;
}

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

pre {
	white-space: pre-wrap;
	font-size: 0.85rem
}

nav ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}


ul.links,
h3 + ul,
h2 + ul {
    padding-left: 0;
    list-style-type: none;
}

.textContent ul {
	list-style-type: none;
	padding-left: 0;
}
.textContent ul li {
	position: relative;
	padding-left: 1.5rem;
	margin-left: 0;
}

.textContent ul li::before {
	position: absolute;
	left: 6px;
	top: -10px;

	content: "\2022";
	color: #CB4851;
	display: block;
	width: 1em;
	font-size: 33px;
}

.textContent ul li > label:first-child {
	display: none;
}

.textContent ul.links li,
.textContent h3 + ul li,
.textContent h2 + ul li {
	padding-left: 3px;
}

.textContent ul.links li::before,
.textContent h3 + ul li::before,
.textContent h2 + ul li::before {
	font-size: 19px;
	font-size: 19px;
	font-size: 1rem;
	display: inline-block;
	position: static;
    content: url("/images/arrow2.svg");
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 10px;
    top: -1px;
}

input,
textarea {
    padding: 0.5rem;
    width: 100%;
    max-width: 800px;
    font-size: 0.85rem;
    border: 1px solid #d0d0d0;
    outline: none;
}

textarea {
    min-height: 150px;
}

input[size] {
	width: auto;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

input[type="file"] {
    width: auto;
    border: none;
    padding: 0;
}

select {
    font-size: 0.85rem;
}

/* NOTE: stickyness is done in main.ts for IE support */
.navHeading {
	font-family: "SourceCodePro", monospace;
	font-weight: 600;
	display: block;
	padding: 0.5rem 0;
	font-size: 0.8rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #444444;
	border-bottom: 1px solid $colorBorderNav;
	position: relative;
}

nav.subnav {
}

nav.subnav li {
	font-family: "SourceCodePro", monospace;

	padding: 0;
	margin: 0;
	border-bottom: 1px solid #20161D;
	position: relative;
	list-style: none;
}

nav.subnav li a {
	display: block;
	padding: 0.5rem 0;
	font-size: 0.8rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #444444;
}

nav.subnav li a:hover {
	color: #CB4851;
}

nav.subnav ul ul > li {
	padding: 0 0 0 1rem;
}

nav.subnav ul ul li {
	border-bottom: none;
}

nav.subnav > ul > li.hasChildren {
	padding-right: 1.4rem;
}

.toggleBlock .hasChildren {
	cursor: pointer;
}

.toggleBlock .hasChildren > span.toggle,
nav.subnav > ul > li.hasChildren > span.toggle {
	cursor: pointer;

	position: absolute;
	left: auto;
	right: 0.5rem;
	top: 15px;
	z-index: 2;

	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;

	background-image: url("/images/down.svg");
	background-repeat: no-repeat;
	font-size: 0.6rem;
	color: #CB4851;
}

.toggleBlock .hasChildren > span.toggle.open,
nav.subnav > ul > li.hasChildren > span.toggle.open {
	transform: rotate(180deg);
}

nav.subnav > ul ul > li.hasChildren > span.toggle:before {
	cursor: pointer;

	position: absolute;
	left: 0;
	right: auto;
	top: 9.5px;
	top: 9.5px;
	top: 0.5rem;
	z-index: 2;

	display: block;
	width: 11.4px;
	width: 11.4px;
	width: 0.6rem;
	height: 11.4px;
	height: 11.4px;
	height: 0.6rem;

	content: "+";
	font-size: 15.2px;
	font-size: 15.2px;
	font-size: 0.8rem;

	color: #CB4851;
}

nav.subnav > ul ul > li.hasChildren > span.toggle.open:before {
	content: "-";
}

nav.subnav li a.active,
nav.subnav li a:active {
	color: #CB4851;
}

nav.subnav ul ul a:active,
nav.subnav ul ul a.active,
nav.subnav ul ul a:target {
	color: #CB4851;
	/*background-color: $colorTextAccentLight;*/
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

.menuImageListWrap {
	margin-left: -1rem;
}

.menuImageWrap {
	display: inline-block;
	position: relative;
	width: 85px;
	height: 115px;
	margin: 0.5rem 0 0.5rem 1rem;
	padding-bottom: 30px; /* reserved for abs. pos. label */

	vertical-align: top;
	font-size: 0.85rem;
	color: #514d51;
}

.menuImage {
	position: absolute;
	bottom: 1.5rem;
	max-width: 85px;
	max-height: 85px;
	height: auto;
	width: auto;
}

.menuImageLabel {
	position: absolute;
	bottom: 0;
}




.src-layouts-Footer-main {
	margin-top: 1.5rem;
	min-height: 300px;
	background-color: #efefef;
	padding-top: 1rem;
	padding-bottom: 2rem;
	color: #444444
}
@media (min-width: 860px) {
	.src-layouts-Footer-main {
		padding-bottom: 0
	}
}

.src-layouts-Footer-titleLink {
	text-decoration: none;
}

.src-layouts-Footer-titleMain {
	font-weight: 700;
	font-family: "RobotoSlabLocal", sans-serif;
	font-size: 1rem;

	width: 100%;
	color: #CB4851;
	margin-bottom: 1rem;
}

.src-layouts-Footer-container {
	font-size: 0.85rem;
}

.src-layouts-Footer-containerInner {

	display: -ms-flexbox;

	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between
}

@media (min-width: 860px) {
	.src-layouts-Footer-containerInner {
		-ms-flex-wrap: none;
		    flex-wrap: none;
		-ms-flex-direction: row;
		    flex-direction: row
	}
}

.src-layouts-Footer-about {
	width: 100%
}

@media (min-width: 1025px) {
	.src-layouts-Footer-about {
		width: 46%
	}
}


.src-layouts-Footer-aboutText,
.src-layouts-Footer-contact {
	max-width: 560px;
	margin-bottom: 1.5rem;
}

.src-layouts-Footer-linkList {
	width: 49%;
	padding-left: 0;
	margin-bottom: 1.5rem;
	margin-top: 1rem
}

@media (min-width: 1025px) {
	.src-layouts-Footer-linkList {
		margin-top: 2.6rem;
		width: 25%
	}
}

.src-layouts-Footer-link {
	font-family: SourceCodePro, monospace;
	line-height: 1.7rem;
	display: block;
	text-transform: uppercase;
	position: relative;
	margin-left: 1rem;
	margin-bottom: 0.2rem;
	text-decoration: none;
}

.src-layouts-Footer-link:hover span,
.src-layouts-Footer-link:active span,
.src-layouts-Footer-link:focus span {
	border-bottom: 1px solid #CB4851;
	color: #CB4851;
}

.src-layouts-Footer-link:before {
	content: url(/images/arrow.svg);
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	left: -16px;
	left: -16px;
	left: -1rem;
}

.src-layouts-Footer-copyrightMenu {
	color: #4f4f4f;
	font-size: 0.75rem;
}

.src-layouts-Footer-copyrightMenuInner {
	border-top: 1px dotted #20161D;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
}

@media (min-width: 860px) {
	.src-layouts-Footer-copyrightMenuInner {
		padding-top: 0.8rem;
		padding-bottom: 2rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row
	}
}

.src-layouts-Footer-footerLeft,
.src-layouts-Footer-footerRight {
}

@media (min-width: 860px) {
	.src-layouts-Footer-footerLeft,
.src-layouts-Footer-footerRight {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1;
		    flex: 1;
		line-height: 48px
	}
}

.src-layouts-Footer-footerRight {
}

@media (min-width: 460px) {
	.src-layouts-Footer-footerRight {
		display: -ms-flexbox;
		display: flex;
		line-height: 48px
	}
}

@media (min-width: 860px) {
	.src-layouts-Footer-footerRight {
		-ms-flex-pack: end;
		    justify-content: flex-end
	}
}

.src-layouts-Footer-footerRightItem {
	margin-top: 0.5rem
}

@media (min-width: 860px) {
	.src-layouts-Footer-footerRightItem {
		margin-top: 0
	}
}

.src-layouts-Footer-footerRight a:hover {
	color: #CB4851;
}

.src-layouts-Footer-smallLink {
	font-size: 0.75rem;
	display: inline-block;
	margin-right: 0.5rem
}

@media(min-width: 1025px) {
	.src-layouts-Footer-smallLink {
		margin-right: 0.5rem
	}
}

.src-layouts-Footer-smallLink:hover,
.src-layouts-Footer-smallLink:active,
.src-layouts-Footer-smallLink:focus {
	color: #CB4851;
}

.src-layouts-Footer-manageCookiesButton{
	font-family: SourceCodePro, monospace;
	line-height: 1.7rem;
	display: block;
	text-transform: uppercase;
	position: relative;
	margin-left: 1rem;
	margin-bottom: 0.2rem;
	text-decoration: none;
	border:none;
	color: inherit;
	font-size: 0.85rem;
	padding: 0px !important;
	text-align: inherit;
}
.src-layouts-Footer-manageCookiesButton:hover,
.src-layouts-Footer-manageCookiesButton:active,
.src-layouts-Footer-manageCookiesButton:focus{
	border-bottom: 1px solid #CB4851;
	color: #CB4851;
	cursor: pointer;
}

.src-layouts-Footer-manageCookiesButton:before {
	content: url(/images/arrow.svg);
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	left: -16px;
	left: -16px;
	left: -1rem;
}



.src-layouts-Header-main {
	background-color: #CB4851;
}

.src-layouts-Header-submenuContainer {
}

@media(min-width: 860px) {

	.src-layouts-Header-submenuContainer {
		width: 73%;
		display: -ms-flexbox;
		display: flex;
	}
	}

.src-layouts-Header-main .src-layouts-Header-submenuContainer {
	display: none
}

@media (min-width: 860px) {

	.src-layouts-Header-main .src-layouts-Header-submenuContainer {
		display: block;
	}
	}

.src-layouts-Header-main--mobile-open {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	box-shadow: 0 10px 20px 1px rgba(0, 0, 0, .75);
}

.src-layouts-Header-main--mobile-open {
	padding-left: 0;
	padding-right: 0;
}

.src-layouts-Header-main--mobile-open a.src-layouts-Header-logo {
	margin-left: 0.5rem;
}

.src-layouts-Header-main--mobile-open ul {
	margin-bottom: 0;
}

.src-layouts-Header-container {
}

.src-layouts-Header-containerInner {
}

@media (min-width: 1025px) {

	.src-layouts-Header-containerInner {
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
    }

.src-layouts-Header-logo {
	padding: 10px 4px;
	width: 27%;
	display: block;
	line-height: 0;
}

.src-layouts-Header-logoImage {
	width: 120px;
}

.src-layouts-Header-snLogoImageContainer {
}

@media(min-width: 860px) {

	.src-layouts-Header-snLogoImageContainer {
		width: 27%;
	}
	}

.src-layouts-Header-snLogo {
	float: left;
	margin-left: -3px;
	height: 15px;
	width: 221px;
}

.src-layouts-Header-menuPrimary,
.src-layouts-Header-menuSecondary {
	font-family: "SourceCodePro", monospace;
	text-transform: uppercase;
}

.src-layouts-Header-menuSecondary {
	background-color: #eceae9;
	color: #20161D;
}


.src-layouts-Header-menuSecondary ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-pack: left;
	    justify-content: left;

	/*font-size: 0.86rem;*/
	font-size: 16px;
	width: 100%
}


@media (min-width: 860px) {

	.src-layouts-Header-menuSecondary ul {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	}

.src-layouts-Header-menuSecondary a {
	color: #444444;
	padding: 0.5rem 1rem;

	display: inline-block
}

@media (min-width: 860px) {

	.src-layouts-Header-menuSecondary a {
		display: block;
	}
	}

.src-layouts-Header-menuSecondary a:hover,
.src-layouts-Header-menuSecondary a:focus,
.src-layouts-Header-menuSecondary a:active {
	text-decoration: none;
	color: #CB4851;
}

.src-layouts-Header-menuSecondary a.src-layouts-Header-isActive,
.src-layouts-Header-menuSecondary a.src-layouts-Header-isActive:hover,
.src-layouts-Header-menuSecondary a.src-layouts-Header-isActive:focus,
.src-layouts-Header-menuSecondary a.src-layouts-Header-isActive:active {
	color: #CB4851;
	transition: 0.3s;
}

.src-layouts-Header-menuSecondary a.src-layouts-Header-isActive span,
.src-layouts-Header-menuSecondary a.src-layouts-Header-isActive:hover span,
.src-layouts-Header-menuSecondary a.src-layouts-Header-isActive:focus span,
.src-layouts-Header-menuSecondary a.src-layouts-Header-isActive:active span {
	border-bottom: 1px solid #CB4851;
}
.src-layouts-Header-menuSecondary ul li a {
	font-size: 16px
}
@media (min-width: 860px) {

	.src-layouts-Header-menuSecondary ul li a {
		padding: 0.7rem 1rem;
		font-size: 17px;
	}
	}
.src-layouts-Header-menuSecondary ul li:first-child a {
	padding-left: 0.5rem
}
@media (min-width: 860px) {

	.src-layouts-Header-menuSecondary ul li:first-child a {
		padding-left: 1rem;
	}
	}

.src-layouts-Header-menuSecondary ul li::after {
	content: "|";
	color:  #20161D;
	position: absolute;
	right: 0;
	top: 9px;
	margin-right: -3px
}

@media (min-width: 860px) {

	.src-layouts-Header-menuSecondary ul li::after {
		display: none;
	}
	}

.src-layouts-Header-menuSecondary ul li:last-child::after {
	display: none;
}

.src-layouts-Header-searchMobileInner {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #20161D
}

@media (min-width: 860px) {

	.src-layouts-Header-searchMobileInner {
		padding: 0;
		border-top: 0;
	}
	}

.src-layouts-Header-submenu {
	font-family: "SourceCodePro", monospace;
    text-transform: uppercase;

	margin-left: 0;
	padding-left: 0;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	/*font-size: 0.86rem;*/
	font-size: 16px;
	color: #FFFFFF;
	width: 100%
}

@media(min-width: 860px) {

	.src-layouts-Header-submenu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		margin-bottom: 0;
	}
	}

.src-layouts-Header-submenuItem {
	position: relative;
	padding-left: 0;
}

@media (min-width: 860px) {
	.src-layouts-Header-submenuPrimary .src-layouts-Header-submenuItem:hover,
	.src-layouts-Header-submenuPrimary .src-layouts-Header-submenuItem:focus,
	.src-layouts-Header-submenuPrimary .src-layouts-Header-submenuItem:active {
		background: #514d51;
	}
}

.src-layouts-Header-submenuItem:before {
	content: none;
}

.src-layouts-Header-submenuLink {
	display: block;
	padding: 1rem;
}

.src-layouts-Header-submenuLink.src-layouts-Header-isActive,
.src-layouts-Header-submenuLink:hover,
.src-layouts-Header-submenuLink:focus,
.src-layouts-Header-submenuLink:active {
	color: white;
	text-decoration: none;
}

.src-layouts-Header-submenuChildren {
    /* see: https://atlantis-press.assembla.com/spaces/Atlantis-Press/tickets/18/details?comment=101663 */
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	background: #514d51;
	padding-left: 0;
	min-width: 400px;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.src-layouts-Header-submenuItemChild:before {
	content: none;
}

.src-layouts-Header-submenuItemChild {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	text-decoration: none;
	padding-left: 0;
}

.src-layouts-Header-submenuItemChild:active,
.src-layouts-Header-submenuItemChild:hover,
.src-layouts-Header-submenuItemChild:focus {
	background-color: #CB4851;
}

.src-layouts-Header-submenuItemChild:active .src-layouts-Header-submenuItemChildLink,
.src-layouts-Header-submenuItemChild:hover .src-layouts-Header-submenuItemChildLink,
.src-layouts-Header-submenuItemChild:focus .src-layouts-Header-submenuItemChildLink {
	color: white;
}

.src-layouts-Header-submenuItemChild.src-layouts-Header-isActive .src-layouts-Header-submenuItemChildLink {
	text-decoration: none;
}

.src-layouts-Header-submenuItemChildLinkText {
	display: block;
	padding: 10px 0 9px 0; /* the top needs an extra 1px to compensate for the border */
	margin: 0 1rem;
	border-top: 1px solid transparent;
	border-bottom: 1px dotted rgba(255, 255, 255, .5);
}
.src-layouts-Header-submenuItemChild:last-child .src-layouts-Header-submenuItemChildLinkText {
	border-bottom: none;
}
.src-layouts-Header-submenuItemChild:hover .src-layouts-Header-submenuItemChildLinkText {
	border-bottom: 1px solid #CB4851;
}

.src-layouts-Header-submenuItemChildLink {
	padding: 0;
	text-decoration: none;
	display: block;
}

.src-layouts-Header-submenuItemChildLink:active,
.src-layouts-Header-submenuItemChildLink:hover,
.src-layouts-Header-submenuItemChildLink:focus {
	color: white;
}


.src-layouts-Header-submenuItemChild:last-of-type {
	border-bottom: none;
}

.src-layouts-Header-submenuItem .src-layouts-Header-submenuChildren {
	display: none;
	position: absolute;
	/* top: 3rem; */
	top: 62px;
}

@media (min-width: 1025px) {
	.src-layouts-Header-submenuItem:hover .src-layouts-Header-submenuChildren,
	.src-layouts-Header-submenuItem:focus .src-layouts-Header-submenuChildren,
	.src-layouts-Header-submenuItem:active .src-layouts-Header-submenuChildren {
		display: -ms-flexbox;
		display: flex;
	}
}

.src-layouts-Header-menuContainer {
	min-height: 50px;
	padding-top: 5px;
	padding-bottom: 5px
}

@media (min-width: 860px) {

	.src-layouts-Header-menuContainer {
		padding-top: 1px;
		padding-bottom: 0;
	}
	}

.src-layouts-Header-menuContainerInner {
    font-size: 1rem;
}

@media (min-width: 860px) {

	.src-layouts-Header-menuContainerInner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
	}

.src-layouts-Header-submenuSecondary > ul {
	-ms-flex: 1.5;
	    flex: 1.5;
}
.src-layouts-Header-submenuSecondary > .src-layouts-Header-search {
	-ms-flex: 1;
	    flex: 1;
}

.src-layouts-Header-search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	line-height: 0
}

@media (min-width: 860px) {

	.src-layouts-Header-search {
		padding-top: 4px;
		padding-right: 20px;
	}
	}

.src-layouts-Header-searchBox {
	font-family: "SourceCodePro", monospace;
	height: 40px;
	border: 0;
	color: #20161D;
}

@media (min-width: 860px) {

	.src-layouts-Header-searchBox {
		width: 250px;
		margin-left: 2rem;
	}
	}

.src-layouts-Header-searchBox:-ms-input-placeholder {
	color: #514d51;
}

.searchBox:-ms-input-placeholder {
	color: #514d51;
}

.src-layouts-Header-searchBox::placeholder {
	color: #514d51;
}

.src-layouts-Header-searchButton {
	display: block;
	-webkit-appearance: none;
	        appearance: none;
	border: none;
	background-color: #CB4851;
	color: white;
	height: 40px;
	font-size: 21px;
	width: 40px;
}

.src-layouts-Header-mobileMenu {
	background-color: #514d51;
}

.src-layouts-Header-mobileMenu .src-layouts-Header-submenuLink {
	border-bottom: 1px dotted rgba(255, 255, 255, .5);
}

.src-layouts-Header-mobileMenu .src-layouts-Header-submenuLink:last-child {
	border-bottom: none;
}

.src-layouts-Header-menuButton {
	background-color: #514d51;
	height: 60px;
	width: 60px;
	display: block;

	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
	padding: 22px 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.src-layouts-Header-mobileMenu .src-layouts-Header-submenuContainer {
	padding: 0 20px;
	background-color: #514d51;
}

.src-layouts-Header-mobileMenu .src-layouts-Header-logoContainer {
	padding-bottom: $marginMedium;
	margin-bottom: $marginMedium;
	border-bottom: 1px solid #20161D;
}

.src-layouts-Header-mobileMenu .src-layouts-Header-menuOpen {
	display: none;
}

.src-layouts-Header-mobileMenu .src-layouts-Header-menuClose {
	display: block;
}



.src-layouts-main {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	background-color: #efefef;
}

.src-layouts-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.src-layouts-container2 a {
    color: #444;
}

.src-layouts-container2 a.textContent {
    color: #CB4851;
}

.src-layouts-container2 a:hover {
    color: #CB4851;
}

.src-layouts-container2 {
    margin-bottom: 4rem;
}

.src-layouts-sectionComment {
    color: #999;
    font-size: 0.9rem;
}

.src-layouts-details {
    font-size: 0.85rem;
    max-width: 1000px;
}

.src-layouts-logo {
	width: 30%;
	display: block;
	line-height: 0;
	margin-bottom: 0.8rem;
	margin-top: 0.8rem;
}

.src-layouts-logoImage {
	width: 120px;
}

.src-layouts-link {
	text-decoration: none;
}

.src-layouts-submenu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	font-size: 0.85rem;
	margin-bottom: 0.5rem;
	width: 100%
}

@media(min-width: 860px) {

	.src-layouts-submenu {
		-ms-flex-direction: row;
		    flex-direction: row;
		width: 600px;
		margin-bottom: 0;
	}
	}

.src-layouts-submenuItem {
	padding: 0.2rem 0.4rem;
}

.src-layouts-submenuItem.src-layouts-isActive,
.src-layouts-submenuItem:hover,
.src-layouts-submenuItem:focus,
.src-layouts-submenuItem:active {
	text-decoration: underline;
}

.panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
	margin-left: -1rem;
	margin-right: -1rem;
}

.panelItem {
	-ms-flex: 1;
	    flex: 1;
	background-color: #f7f6f5;
	padding: 1rem;
	margin: 1rem;
	min-width: 320px;
}



.src-pages-HomePage-image {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	width: 150%
}
	@media (min-width: 860px) {
	.src-pages-HomePage-image {
		width: 100%
	}
	}

.src-pages-HomePage-blitzContent {
	background-color: #e4e4e4;
}

.src-pages-HomePage-blitzContentInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 1.5rem;
}

.src-pages-HomePage-blitzText {
}

@media (min-width: 1025px) {
	.src-pages-HomePage-blitzText {
		width: 30%
	}
	}

.src-pages-HomePage-title {
	max-width: 900px;
	line-height: 1.4;
	font-family: 'RobotoSlabLocal', serif;
	color: $colorTextPrimary;
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
}

.src-pages-HomePage-subtitle {
	font-size: 1rem;
	padding-top: 0
}

@media (min-width: 860px) {
	.src-pages-HomePage-subtitle {
		font-size: 1.2rem
	}
	}

.src-pages-HomePage-intro {
	max-width: 800px;
	font-size: 0.85rem;
	margin-bottom: 1.5rem;
}

.src-pages-HomePage-organisations {
	margin-bottom: 1rem
}

@media (min-width: 1025px) {
	.src-pages-HomePage-organisations {
		width: 70%
	}
	}

.src-pages-HomePage-organisationsWrapper {
}

@media (min-width: 1025px) {
	.src-pages-HomePage-organisationsWrapper {
		width: 90%;
		margin-left: 8%
	}
	}

.src-pages-HomePage-organisationTitle {
	font-size: 0.85rem;
	font-family: 'RobotoSlabLocal', serif;
	font-weight: 700;
	color: #444444;
	margin-top: 1rem;
	margin-bottom: 1rem
}

@media (min-width: 1025px) {
	.src-pages-HomePage-organisationTitle {
		margin-bottom: 1rem;
		margin-top: 14px;
		text-align: center
	}
	}

.src-pages-HomePage-organisationList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.src-pages-HomePage-organisation {
	max-width: 16.66667%;
	padding: 0 2vw 2vw 2vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.src-pages-HomePage-organisationLogo {
	max-width: 200px;
	mix-blend-mode: multiply;
}

.src-pages-HomePage-news {
	padding-top: 2rem;
	padding-bottom: 1rem;

	background-color: #f5f3f3;
}

.src-pages-HomePage-newsInner {
}

.src-pages-HomePage-newsSectionTitle {
	font-weight: 700;
	font-size: 1.1rem;
	color: #444444;
}

.src-pages-HomePage-newsListing {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 1rem
}

@media (min-width: 1025px) {
	.src-pages-HomePage-newsListing {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row
	}
	}

.src-pages-HomePage-newsItem {
	margin-bottom: 1.5rem
}

@media (min-width: 1025px) {
	.src-pages-HomePage-newsItem {
		margin-bottom: 0;
		width: 30%
	}
	}

.src-pages-HomePage-newsLink {
	color: #20161D;
}

.src-pages-HomePage-newsLink:hover {
	color: #20161D;
}

.src-pages-HomePage-newsLinkArticle {
	font-size: 0.85rem;
}

.src-pages-HomePage-newsTitle {
	font-family: "RobotoSlabLocal", sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	margin-bottom: 0.2rem;
	color: #CB4851;
}

.src-pages-HomePage-newsLink:hover .src-pages-HomePage-newsTitle span {
	border-bottom: 1px solid #CB4851;
}

.src-pages-HomePage-newsDate {
	font-size: 0.75rem;
	color: #525252;
	margin-bottom: 0.5rem;
}

.src-pages-HomePage-newsDescription {
	font-size: 0.85rem;
}

.src-pages-HomePage-services {
    padding: 0;
	margin-bottom:1.5rem;
}

.src-pages-HomePage-servicesInner {
}

@media (min-width: 1025px) {
	.src-pages-HomePage-servicesInner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-pack: justify;
		    justify-content: space-between
	}
	}

.src-pages-HomePage-service {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	padding-bottom: 35px;
	background-color: #f5f3f3;

	position: relative;

	margin-top: 0.75rem
}

@media (min-width: 1025px) {
	.src-pages-HomePage-service {
		-ms-flex: 1;
		    flex: 1;
		margin-top: 1.5rem
	}
	}

@media (min-width: 1025px) {
	.src-pages-HomePage-service:first-child {
		margin-left: 0;
	}
	.src-pages-HomePage-service:last-child {
		margin-right: 0;
	}
}

.src-pages-HomePage-serviceInner {
	padding: 1.5rem;
	min-height: 242px
}

@media (min-width: 1281px) {
	.src-pages-HomePage-serviceInner {
		min-height: 202px
		/* related to the displaying of .serviceTitleAboveImage and .serviceTitleAlongsideImage */
	}
	}

.src-pages-HomePage-serviceTitle {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
	width: 100%;
	font-weight: 700;
}

.src-pages-HomePage-serviceTitleAboveImage {
}

@media (min-width: 1281px) {
	.src-pages-HomePage-serviceTitleAboveImage {
		display: none
	}
	}
.src-pages-HomePage-serviceTitleAlongsideImage {
	display: none
}
@media (min-width: 1281px) {
	.src-pages-HomePage-serviceTitleAlongsideImage {
		display: block
	}
	}


.src-pages-HomePage-serviceText {
	font-size: 0.85rem;
}

.src-pages-HomePage-serviceImage {
	width: 120px;
	height: 182px;
	float: left;
	margin-right: 20px;
}

.src-pages-HomePage-serviceLink {
	font-size: 0.85rem;
	position: absolute;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	background-color: #CB4851;
	color: white;
	text-decoration: none;
	padding: 10px 20px;
}

.src-pages-HomePage-serviceLink:hover,
.src-pages-HomePage-serviceLink:focus,
.src-pages-HomePage-serviceLink:active {
	color: white;
}



.src-pages-PaymentPage-container {
}

.src-pages-PaymentPage-content {
	max-width: 800px
}

@media(min-width: 1025px) {

	.src-pages-PaymentPage-content {
		margin-left: 27%
	}
	}

.src-pages-PaymentPage-paymentContainer {
	margin-top: 1rem;
}

.src-pages-PaymentPage-intro {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 1.5rem;
	max-width: 800px;
}

.src-pages-PaymentPage-label {
	font-size: 0.85rem;
	font-weight: bold;
	display: block;
}

.src-pages-PaymentPage-input {
	border: 1px solid #20161D;
	color: #333;
	display: block;
	padding: 0.4rem 0.5rem;
	font-family: inherit;
	font-size: 1rem;
	width: 100%;
	outline: none;
	margin-bottom: 1rem;
}

.src-pages-PaymentPage-select {
	font-family: inherit;
	font-size: 0.85rem;
	margin-bottom: 1rem;
}
