.src-components-BulkUploadForm-stateTransition {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.src-components-BulkUploadForm-form {
	margin-top: 1rem;
}

.src-components-BulkUploadForm-nonMatchedFilesContainer {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.85rem;
}

.src-components-BulkUploadForm-nonMatchedFilesNotice {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #ff7300;
}



.src-components-Content-container {
}

.src-components-Content-containerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}

@media(min-width: 860px) {

    .src-components-Content-containerInner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
    }

.src-components-Content-padder {
}

@media(min-width: 860px) {

    .src-components-Content-padder {
        margin-left: 1rem
        /* to align with menu items */
    }
    }

.src-components-Content-titleSidebar {
}

@media(min-width: 860px) {

    .src-components-Content-titleSidebar {
        min-height: 4rem;
        padding-top: 2rem;
        width: 23%;
        margin-right: 4%
    }
    }

.src-components-Content-titleMain {
}

@media(min-width: 860px) {

    .src-components-Content-titleMain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: colum;
                flex-direction: colum;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        min-height: 4rem;
        width: 58%
    }
    }

.src-components-Content-titleMain h1 {
    padding-bottom: 0.4rem;
}

.src-components-Content-bodySidebar {
    border-top: solid 1px #20161D
}

@media(min-width: 860px) {

    .src-components-Content-bodySidebar {
        width: 23%;
        margin-right: 4%
    }
    }

.src-components-Content-bodyMain {
    max-width: 850px
}

@media(min-width: 860px) {

    .src-components-Content-bodyMain {
        width: 73%
    }
    }

.src-components-Content-withBorder {
    padding-top: 1rem;
    border-top: solid 1px #20161D;
}

.src-components-Content-intro {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    max-width: 800px;
}




.src-components-link {
	text-decoration: none;
	color: #cc5159;
	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 #cc5159;
}

.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: #cc5159;
	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: #cc5159;
	border-bottom: 1px solid #cc5159;
}

.src-components-Form-section {
}

.src-components-Form-sectionTitle {
	font-weight: 700;
	color: #2d2f31;
	margin-top: 2rem;
}

.src-components-Form-element {
	margin-top: 1rem;
}

.src-components-Form-textLong input {
	max-width: 1200px;
}

.src-components-Form-checkbox {
	font-size: 0.85rem;
	margin-bottom: 0.2rem;
}

.src-components-Form-checkboxInlineComponent {
	display: inline-block;
	vertical-align: top;
	margin-top: -.3rem;
	width: 1.5rem;
}

.src-components-Form-checkboxInline {
	display: inline-block;
	vertical-align: top;
	width: 1.5rem;
}
.src-components-Form-checkbox input[type="checkbox"] {
	margin-right: 0.5rem;
}

.src-components-Form-label {
	max-width: 800px;
	display:inline-block;
	color: #8e8a90;
	font-size: 0.80rem;
}

.src-components-Form-labelTitle {
	display: block;
	color: #8e8a90;
	font-size: 0.80rem;
}

.src-components-Form-labelCheckbox {
	max-width: 800px;
	display: inline-block;
	color: $colorText;
	font-size: 0.85rem;
	cursor: pointer;
}

.src-components-Form-radioGroup label {
	font-size: 0.85rem;
	cursor: pointer;
}

.src-components-Form-remark {
	font-size: 0.80rem;
	font-style: italic;
	color: #a9b9c0;
}

.src-components-Form-filterList {
	font-size: 0.85rem;
}

.src-components-Form-filter {
	display: inline;
	margin-right: 0.5rem;
}

.src-components-Form-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
	font-size: 0.8rem;
}

.src-components-Form-tableSmall {
	border-collapse: collapse;
	margin-top: 1rem;
	font-size: 0.8rem;
	width: 100%;
}

.src-components-Form-table > tbody > tr.highlight-success {
	background-color: #f0fff0;
}

.src-components-Form-table > thead > tr,
.src-components-Form-tableHead {
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.src-components-Form-tableHeadAlt {
	text-align: left;
}

.src-components-Form-table > thead > tr > th,
.src-components-Form-tableColumn {
	padding: 0.4rem 0.25rem;
}

.src-components-Form-table > thead > tr > th.sortable,
.src-components-Form-tableColumnSortable {
	padding: 0.4rem 0.25rem;
}

.src-components-Form-table > thead > tr > th.checkbox,
.src-components-Form-tableColumnCheckbox {
	padding: 0.4rem 0.25rem;
	width: 1rem;
}

.src-components-Form-widgetAsc,
.src-components-Form-widgetDesc {
	color: #444;
}

.src-components-Form-widget {
	color: #888;
}

.src-components-Form-table > thead > tr > th.small,
.src-components-Form-tableColumnSmall {
	padding: 0.4rem 0.25rem;
	width: 3rem;
}

.src-components-Form-table > thead > tr > th.id,
.src-components-Form-tableColumnId {
	padding: 0.4rem 0.25rem;
}

.src-components-Form-table > thead > tr > th.medium,
.src-components-Form-tableColumnMedium {
	padding: 0.4rem 0.25rem;
	width: 200px;
}

.src-components-Form-table > thead > tr > th.large,
.src-components-Form-tableColumnLarge {
	padding: 0.4rem 0.25rem;
	width: 50%;
}

.src-components-Form-table > thead > tr > th[align=right],
.src-components-Form-tableColumnRight {
	padding: 0.4rem 0.25rem;
	text-align: right;
}

.src-components-Form-table > tbody > tr,
.src-components-Form-tableRow {
	border-bottom: 1px solid #ccc;
}

.src-components-Form-table > tbody > tr:hover,
.src-components-Form-tableRow:hover {
	background-color: #FFFFe3;
}

.src-components-Form-table > tbody > tr > td,
.src-components-Form-tableCell a:hover {
	color: inherit;
}

.src-components-Form-table > tbody > tr > td,
.src-components-Form-tableCell {
	padding: 0.4rem 0.25rem;
	vertical-align: top;
}

.src-components-Form-table > tbody > tr > td[align=right],
.src-components-Form-tableCellRight {
	padding: 0.4rem 0.25rem;
	vertical-align: top;
	text-align: right;
}

.src-components-Form-tableCellTitleDateWrapper {
	white-space: nowrap;
}

.src-components-Form-link {
	text-decoration: underline;
	cursor: pointer;
}

.src-components-Form-buttonContainer {
	margin-top: 2rem;
}

.src-components-Form-smallButtonContainer {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.src-components-Form-button {
    font-family: SourceCodePro, monospace;

	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-Form-button:hover,
.src-components-Form-button:active,
.src-components-Form-button:focus {
	color: inherit;
	text-decoration: underline;
}

.src-components-Form-buttonPrimary {
}

.src-components-Form-buttonLink,
.src-components-Form-buttonSecondary {
	background-color: none;
	border: none;
	cursor: pointer;
	color: #20161D;
	text-decoration: underline;
	font-size: 0.85rem;
	margin-right: 1rem;
}

.src-components-Form-buttonSecondary:hover {
	color: #cc5159;
}

.src-components-Form-textareaMedium textarea {
	height: 200px;
}

.src-components-Form-textareaLong textarea {
	height: 400px;
}

.src-components-Form-note {
	color: #999;
	font-size: 0.80rem;
}

.src-components-Form-pill {
	padding: 2px 0.5rem;
	margin: 0 0.5rem;
}

.src-components-Form-pill:first-child {
	margin-left: 0;
}

.src-components-Form-message {
	padding: 0.5rem;
    text-align: center;
}

.src-components-Form-message p {
	margin: 0;
}

.src-components-Form-messageError {
	background-color: #ff0000;
}

.src-components-Form-messageOk {
	background-color: #00c500;
}

.src-components-Form-messageNotice {
	background-color: #ff7300;
}

.src-components-Form-messageError,
.src-components-Form-messageNotice,
.src-components-Form-messageOk {
	color: white;
}

.src-components-Form-messageError a,
.src-components-Form-messageNotice a,
.src-components-Form-messageOk a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

.src-components-Form-messageError a:hover,
.src-components-Form-messageNotice a:hover,
.src-components-Form-messageOk a:hover {
	text-decoration: none;
	border-bottom: 2px solid white;
}


.src-components-Form-formValidationErrorContainer,
.formValidationErrorContainer {
	margin-top: 0.25rem;
	display: block;
	font-size: 0.85rem;
}

.src-components-Form-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-Form-list {
	font-size: 0.85rem;
}

.src-components-Form-bulkActions {
	margin-top: 1rem;
}

.src-components-Form-bulkActionTitle {
	font-size: 0.85rem;
}

.src-components-Form-bulkActionSelectContainer {
	display: inline-block;
	margin-right: 1rem;
}

.src-components-Form-details {
    -webkit-columns: 2;
            columns: 2;
    font-size: 0.85rem
}

@media(min-width: 1025px) {

	.src-components-Form-details {
		-webkit-columns: 3;
		        columns: 3;
	}
    }

@media(min-width: 1441px) {

	.src-components-Form-details {
		-webkit-columns: 4;
		        columns: 4;
	}
    }

.src-components-Form-details .src-components-Form-item {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    margin-bottom: 1rem;
}

.src-components-Form-quickSearch {
    display: inline-block;
}

.src-components-Form-quickSearch .form__textbox {
    display: inline-block;
	width: auto;
}

.src-components-Form-quickSearch input[type="button"],
.src-components-Form-quickSearch input[type="submit"],
.src-components-Form-quickSearch button {
    display: inline-block;
	width: auto;
    height: 41px;
    border: 1px solid #d0d0d0;
}

.src-components-Form-quickSearch input {
    border-right: 0;
}

.src-components-Form-downloadPdf {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

.src-components-Form-uploadNewerVersion {
	padding: 1rem;
	border: 1px solid #20161D;
	width: 300px;
	margin-bottom: 2rem;
}



.src-components-Metrics-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.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-summary {
    background-color: #eceae9;
    padding: 1rem;
}

.src-components-Metrics-summary h3 {
    margin: 0 0 1rem 0;
    padding: 0;
    color: #cc5159;
    text-transform: uppercase;
}

.src-components-Metrics-summary {
}





.src-components-Search-Pagination-list {
	list-style-type: none;
	margin-top: 2rem;
	padding: 0;
	text-align: center;
}

.src-components-Search-Pagination-list li:before {
	content: "";
}

.src-components-Search-Pagination-item {
	margin: 0 0.5rem;
	display: inline-block;
}

.src-components-Search-Pagination-itemLink {
    font-family: SourceCodePro, monospace;

	margin: 0;
	padding: 0.4rem 0.7rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #cc5159;
	color: #cc5159;
	background-color: white;
}

.src-components-Search-Pagination-active,
.src-components-Search-Pagination-itemLink:hover,
.src-components-Search-Pagination-itemLink:active,
.src-components-Search-Pagination-itemLink:focus {
	background-color: #cc5159;
	color: white;
}

.src-components-Search-Pagination-break {
	display: inline-block;
	margin: 0 0.5rem;
}

.src-components-Search-Pagination-disabled {
	color: #efefef;
	pointer-events: none;
	cursor: default;
}






.src-components-Search-SearchFilter-filter {
    display: -webkit-box;
    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-SearchFilter-title {
    width: 100%;
    margin-bottom: 0.25rem
}

@media(min-width: 860px) {

    .src-components-Search-SearchFilter-title {
        width: auto;
        min-width: 8rem;
        margin-bottom: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
    }

.src-components-Search-SearchFilter-label {
    margin-right: 1rem
}

@media(min-width: 860px) {

    .src-components-Search-SearchFilter-label {
        margin: 0 1rem;
    }
    }

.src-components-Search-SearchFilter-radio {
    margin-right: 0.3rem;
}

.src-components-Search-SearchFilter-radio:checked + span {
    color: #cc5159
}


.src-components-Search-SearchForm-control {
    margin: 0.5rem 0;
}

.src-components-Search-SearchForm-label {
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
}

.src-components-Search-SearchForm-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-SearchForm-textInput::-webkit-input-placeholder {
    color: #514d51;
}

.src-components-Search-SearchForm-textInput:-ms-input-placeholder {
    color: #514d51;
}

.textInput::-webkit-input-placeholder {
    color: #514d51;
}

.textInput:-ms-input-placeholder {
    color: #514d51;
}

.src-components-Search-SearchForm-textInput::placeholder {
    color: #514d51;
}

.src-components-Search-SearchForm-toggleAdvanced {
    display: inline-block;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: bold;
    color: #ae444a;
}

.src-components-Search-SearchForm-toggleAdvanced:hover {
    color: #cc5159;
    text-decoration: none;
}

.src-components-Search-SearchForm-toggleAdvanced:hover span {
    border-bottom: 1px solid #cc5159;
}

.src-components-Search-SearchForm-advanced {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.src-components-Search-SearchForm-advancedControl {
    margin: 0.5rem 0;
    width: 100%
}

@media(min-width: 860px) {

    .src-components-Search-SearchForm-advancedControl {
        width: 33.33%;
        padding: 0 1rem;
    }
    }

.src-components-Search-SearchForm-advancedControl:first-child {
    padding: 0;
}

.src-components-Search-SearchForm-advancedControl:last-child {
    padding: 0;
}

.src-components-Search-SearchForm-filterContainer {
    width: 100%;
}





.src-components-Search-SearchResult-content {
    width: 900px;
}





.src-components-Search-content {
}

.src-components-Search-counter {
    font-size: 0.8rem;
    color: #444444;
}

.src-components-Search-counterCount {
    color: #cc5159;
}



.src-components-Series-header {
    overflow: hidden;
}

.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 {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 460px;
        height: 217px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    }

.src-components-Series-metaSection .src-components-Series-content {
    -webkit-box-flex: 1;
        -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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -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 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    }

.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-SocialLinks-social {
    padding-left: 8px;
    font-size: 24px;
    vertical-align: baseline;
    text-decoration: none;
}

.src-components-SocialLinks-social:first-child {
    padding-left: 0;
}

.src-components-SocialLinks-social:hover {
    color: #cc5159;
}

.src-components-SocialLinks-follow {
    color: #444444;
}

.src-components-SocialLinks-follow a {
    color: #444444;
}

.src-components-SocialLinks-follow a:first-child {
    padding-left: 0;
}



.src-components-Tabs-tabs {
}
    @media(min-width: 860px) {
    .src-components-Tabs-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }
    }

.src-components-Tabs-tabsNonJustified .src-components-Tabs-tab {
}

@media (min-width: 860px) {
    .src-components-Tabs-tabsNonJustified .src-components-Tabs-tab {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        white-space: nowrap
    }
    }

.src-components-Tabs-tab {
    cursor: pointer;
    text-align: center;
    display: block;
    color: #514d51;
    padding: 8px 20px;
    border-top: 4px solid white;
    border-bottom: 1px solid #514d51
}

@media (min-width: 860px) {
    .src-components-Tabs-tab {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        white-space: nowrap
    }
    }

.src-components-Tabs-spacer {
}

@media (min-width: 860px) {
    .src-components-Tabs-spacer {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        white-space: nowrap;
        border-bottom: 1px solid #514d51
    }
    }

.src-components-Tabs-tab:hover {
    color: #cc5159;
}

.src-components-Tabs-tabActive:hover {
    color: black;
    background-color: #f7f6f5;
    border-bottom: 1px solid #f7f6f5;
}

.src-components-Tabs-tabActive {
    color: black;
    border-top: 4px solid #cc5159;
    background-color: #f7f6f5;
    border-bottom: 1px solid #f7f6f5;
}

.src-components-Tabs-tabContent {
    background-color: #f7f6f5;
    position: relative;
    border-top-width: 0;
    padding: 20px;
}



.src-components-Search-Pagination-list {
	list-style-type: none;
	margin-top: 2rem;
	padding: 0;
	text-align: center;
}

.src-components-Search-Pagination-list li:before {
	content: "";
}

.src-components-Search-Pagination-item {
	margin: 0 0.5rem;
	display: inline-block;
}

.src-components-Search-Pagination-itemLink {
	font-family: SourceCodePro, monospace;
	margin: 0;
	padding: 0.4rem 0.7rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #cc5159;
	color: #cc5159;
	background-color: white;
}

.src-components-Search-Pagination-active,
.src-components-Search-Pagination-itemLink:hover,
.src-components-Search-Pagination-itemLink:active,
.src-components-Search-Pagination-itemLink:focus {
	background-color: #cc5159;
	color: white;
}

.src-components-Search-Pagination-break {
	display: inline-block;
	margin: 0 0.5rem;
}

.src-components-Search-Pagination-disabled {
	color: #efefef;
	pointer-events: none;
	cursor: default;
}

.src-components-counter {
	font-size: 0.85rem;
	color: #444444;
	margin-bottom: 0.5rem;
}

.src-components-counterCount {
	color: #cc5159;
}

.src-components-smallCounter {
    text-align: right;
    font-size: 0.6rem;
    color: #CCC;
    margin-top: 0.5rem;
}

.src-components-title {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 0;
}

.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 0;
}

.src-components-detailLabel {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-weight: bold;
	width: 100%;
	font-size: 0.75rem;
	margin-top: 1rem;
}

.src-components-detailLabel:first-child {
	margin-top: 0;
}


.src-components-detailDefinitionCopyright,
.src-components-detailDefinition {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	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: #cc5159;
}

.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-paginationLinks {
	color: #514d51;
	text-transform: uppercase;
	font-size: 0.85rem;
}

.src-components-prevLinkWrap {
}

.src-components-downloadWrap {
	margin-top: -4px;
	-webkit-box-flex: 1;
	    -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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -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-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: #cc5159;
}

.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 td > pre {
	margin: 0;
}

.src-components-content .labeledCaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -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 .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: 2rem 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 table th > .formula-wrap,
.src-components-content table td > .formula-wrap{
	position: relative;
	padding: 20px 20px 0 0;
}

.src-components-content table th > .formula-wrap > .MathJax_SVG,
.src-components-content table td > .formula-wrap > .MathJax_SVG {
	position: absolute;
	top: -20px;
	left: 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;
	margin: 1rem 0;
}

.src-components-content .formula-wrap label {
	margin: 0;
	float: right;
}

.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-link {
    text-decoration: none;
    color: #cc5159;
    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 #cc5159;
}

.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: #cc5159;
    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: #cc5159;
	border-bottom: 1px solid #cc5159;
}



.src-components-numbering {
    font-weight: normal;
    color: #cc5159;
    line-height: 1.2;
    letter-spacing: -0.02rem;
}

.src-components-summary {
    margin: 0.75rem 0;
}

.src-components-publishedIn {
    font-size: 0.8rem;
    color: #444444;
}

.src-components-publishedInLink:hover,
.src-components-publishedInLink:focus,
.src-components-publishedInLink:active {
    color: #20161D;
}

.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-listItem {
    padding-bottom: 1.5rem;
    border-top: 1px dotted #514d51;
    padding-top: 1.5rem;
}

.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: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    padding-top: 0;
    margin-bottom: 0.2rem;
    color: #cc5159;
}

.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-Tabs-tabContent .src-components-listItem:first-child,
.src-components-Content-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-Content-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-imagesList {
    margin-top: 2rem;
}

.src-components-imagesListItem {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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: 'Roboto Slab', 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: #cc5159;
	border-bottom: 1px solid #cc5159;
}

.src-components-metaContainer {
	margin-bottom: 1rem;
	padding: 0.6rem 1.25rem;
	background-color: #efefef;
}

.src-components-metaList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}

.src-components-metaLabel {
	-webkit-box-flex: 1;
	    -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 {
	-webkit-box-flex: 1;
	    -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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5rem 0;
}

.src-components-filterLabel {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-webkit-box-flex:0;
	    -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;
	-webkit-box-flex: 0;
	    -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: #cc5159;
	text-decoration: underline;
}

.src-components-volumenr {
	color: #999;
	padding-right: 0.25rem;
}




@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');
}

.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;
	}
	}

.maxWidthInner {
	max-width: 1000px;
	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: -webkit-box;
	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: "Roboto Slab", 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: #cc5159;
	border-bottom: 1px solid #cc5159;
}

a.actionLink,


p > a {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

img {
	max-width: 100%;
}

.pageTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: end;
	    -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 #cc5159;
}

h1,
h2,
h3,
h4,
h5,
h6,
.src-layouts-heading {
	margin-top: 0;
	font-family: "Roboto Slab", serif;
	font-weight: normal;
	color: #cc5159;
	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: #cc5159;
	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: #cc5159;
}

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: #cc5159;
}

.toggleBlock .hasChildren > span.toggle.open,
nav.subnav > ul > li.hasChildren > span.toggle.open {
	-webkit-transform: rotate(180deg);
	        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: #cc5159;
}

nav.subnav > ul ul > li.hasChildren > span.toggle.open:before {
	content: "-";
}

nav.subnav li a.active,
nav.subnav li a:active {
	color: #cc5159;
}

nav.subnav ul ul a:active,
nav.subnav ul ul a.active,
nav.subnav ul ul a:target {
	color: #cc5159;
	/*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: "Roboto Slab", sans-serif;
	font-size: 1rem;

	width: 100%;
	color: #cc5159;
	margin-bottom: 1rem;
}

.src-layouts-Footer-container {
    font-size: 0.85rem;
}

.src-layouts-Footer-containerInner {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

@media (min-width: 860px) {
	.src-layouts-Footer-containerInner {
		-ms-flex-wrap: none;
		    flex-wrap: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row
	}
	}

.src-layouts-Footer-about {
	width: 100%
}

@media (min-width: 1025px) {
	.src-layouts-Footer-about {
		width: 50%
	}
	}


.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: 20%;
	}
	}

.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 #cc5159;
	color: #cc5159;
}

.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: #999;
	font-size: 0.75rem;
}

.src-layouts-Footer-copyrightMenuInner {
    border-top: 1px dotted #20161D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		line-height: 48px
	}
	}

.src-layouts-Footer-footerRight {
}

@media (min-width: 460px) {
	.src-layouts-Footer-footerRight {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 48px
	}
	}

@media (min-width: 860px) {
	.src-layouts-Footer-footerRight {
		-webkit-box-pack: end;
		    -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: #cc5159;
}

.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: #cc5159;
}



.src-layouts-Header-main {
	background-color: #cc5159;
}

.src-layouts-Header-container {
}

.src-layouts-Header-containerInner {
}

@media (min-width: 1025px) {

	.src-layouts-Header-containerInner {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
    }

.src-layouts-Header-logo {
	padding: 4px 0;
	width: 27%;
	display: block;
	line-height: 0;
}

.src-layouts-Header-logoImage {
	width: 120px;
}

.src-layouts-Header-link {
	text-decoration: none;
}

.src-layouts-Header-link:hover {
	text-decoration: none;
}

.src-layouts-Header-submenuContainer {    width: 100%;
}

@media(min-width: 860px) {

	.src-layouts-Header-submenuContainer {
	}
	}

.src-layouts-Header-submenu {
	font-family: "SourceCodePro", monospace;
	text-transform: uppercase;
	display: none;
	margin-left: 0;
	padding-left: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*font-size: 0.86rem;*/
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 0.5rem;
	width: 100%;
}

@media(min-width: 860px) {

	.src-layouts-Header-submenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 0;
		justify-content: space-between;
	}
	}

.src-layouts-Header-submenuItem, .src-layouts-Header-submenu li {
	position: relative;
	padding-left: 0;
}

.src-layouts-Header-submenuItem.src-layouts-Header-isActive {
}

.src-layouts-Header-submenuItem:hover,
.src-layouts-Header-submenuItem:focus,
.src-layouts-Header-submenuItem:active,
.src-layouts-Header-submenu li:hover,
.src-layouts-Header-submenu li:focus,
.src-layouts-Header-submenu li:active {
	background: #514d51;
}

.src-layouts-Header-submenuItem:before {
	content: none;
}

.src-layouts-Header-submenuLink, .src-layouts-Header-submenu li a {
	display: block;
    padding: 0.5rem 0.2rem;
}

.src-layouts-Header-submenuLink.src-layouts-Header-isActive,
.src-layouts-Header-submenuLink:hover,
.src-layouts-Header-submenuLink:focus,
.src-layouts-Header-submenuLink:active,
.src-layouts-Header-submenu li a:hover,
.src-layouts-Header-submenu li a:focus,
.src-layouts-Header-submenu li a: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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -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: #cc5159;
}

.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 #cc5159;
}

.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.src-layouts-Header-menuContainer {
	min-height: 50px;
	padding-top: 1px;
	background-color: #eceae9;
	color: #20161D;
}
.src-layouts-Header-menuContainerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    font-size: 1rem;
}

.src-layouts-Header-menu {
	font-family: "SourceCodePro", monospace;
    text-transform: uppercase;

	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between
}

@media(min-width: 860px) {

	.src-layouts-Header-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		/* width: 50%; */
		/* margin-left: 27%; */
	}
	}

.src-layouts-Header-menuItem {
	position: relative;
	color: #000;
}

@media(min-width: 860px) {

	.src-layouts-Header-menuItem {
}
	}

.src-layouts-Header-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	line-height: 0;
	width: 100%
}

@media (min-width: 460px) {

	.src-layouts-Header-search {
		margin-right: 1rem;
		/* compensate for last main menu item's padding */
		width: 33%;
		text-align: right;
	}
	}

.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::-webkit-input-placeholder {
	color: #514d51;
}

.src-layouts-Header-searchBox:-ms-input-placeholder {
	color: #514d51;
}

.searchBox::-webkit-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;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	background-color: #cc5159;
	color: white;
	height: 40px;
	font-size: 21px;
	width: 40px;
}

.src-layouts-Header-menuLink {
	padding: 0.5rem 1rem;
	display: block;
}

.src-layouts-Header-menuLink:hover,
.src-layouts-Header-menuLink:focus,
.src-layouts-Header-menuLink:active {
	color: inherit;
	text-decoration: none;
}

.src-layouts-Header-menuLink.src-layouts-Header-isActive,
.src-layouts-Header-menuLink.src-layouts-Header-isActive:hover,
.src-layouts-Header-menuLink.src-layouts-Header-isActive:focus,
.src-layouts-Header-menuLink.src-layouts-Header-isActive:active {
	color: #cc5159;
	transition: 0.3s;
}

.src-layouts-Header-menuLink.src-layouts-Header-isActive span,
.src-layouts-Header-menuLink.src-layouts-Header-isActive:hover span,
.src-layouts-Header-menuLink.src-layouts-Header-isActive:focus span,
.src-layouts-Header-menuLink.src-layouts-Header-isActive:active span {
	border-bottom: 1px solid #cc5159;
}

/* mobile "menu"-toggle behaviour: */
@media (min-width: 860px) {
	/* not visible on larger screens */
	.src-layouts-Header-menuClose {
		display: none;
	}
	.src-layouts-Header-menuOpen {
		display: none;
	}
}

/* only applicable in smaller screens */
@media (max-width: 859px) {
	#menu:target {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 3;
		width: 100%
	}

	/* hide all content */
	#menu:target ~ #contentContainer #contentTitleSidebar,
	#menu:target ~ #contentContainer #contentTitle,
	#menu:target ~ #contentContainer #contentPage,
	#menu:target ~ #contentContainer #titleSidebar,
	#menu:target ~ #contentContainer #titleSidebar,
	#menu:target  .src-layouts-Header-menuContainer,
	#menu:target ~ #contentContainer #sidebar,
	#menu:target ~ #footer {
		display: none;
	}

	#menu:target #menuContainer {
		display: block;
	}

	#menu:target .src-layouts-Header-submenuContainer {
		text-align: right;
	}

	#menu:target .src-layouts-Header-submenuLink {
		padding: 0.7rem;
		border-top: 1px solid transparent;
		border-bottom: 1px dotted rgba(255, 255, 255, .5);
	}

	#menu:target .src-layouts-Header-submenuItem:first-child .src-layouts-Header-submenuLink {
		border-top: 1px dotted rgba(255, 255, 255, .5);
	}

	.src-layouts-Header-menuButton {
		position: fixed;
		top: 0.5rem;
		right: 0.5rem;
		background: #cc5159;
		z-index: 3;
		padding: 0.25rem 0.4rem;
		font-size: 0.85rem;
		text-transform: uppercase;
		text-decoration: none;
	}

	.src-layouts-Header-menuOpen {
		display: block;
	}

	.src-layouts-Header-menuClose {
		display: none;
	}

	.src-layouts-Header-menuText {
		color: white;
		z-index: 10;
		text-decoration: none;
	}


	#menu:target .src-layouts-Header-submenu,
	#menu:target .src-layouts-Header-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#menu:target ~ #contentContainer #sidebar {
		border-top: none;
		margin-top: -1.5rem;
	}

	#menu:target ~ #contentContainer #sidebarNav {
		display: block;
	}

	#menu:target.src-layouts-Header-main {
		margin-bottom: 0;
		border-bottom: none;
		padding-left: 0;
		padding-right: 0;
	}

	#menu:target .src-layouts-Header-logoContainer {
		padding-bottom: $marginMedium;
		margin-bottom: $marginMedium;
		border-bottom: 1px solid #20161D;
	}

	#menu:target .src-layouts-Header-menuOpen {
		display: none;
	}

	#menu:target .src-layouts-Header-menuClose {
		display: block;
	}
}
@media (max-width: 859px) and (min-width: 860px) {

	#menu:target {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: static;
		height: auto;
	}
		}



.src-layouts-main {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-color: #efefef;
}

.src-layouts-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.src-layouts-container2 a {
    color: #444;
}

.src-layouts-container2 a:hover {
    color: #cc5159;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
	margin-left: -1rem;
	margin-right: -1rem;
}

.panelItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background-color: #f7f6f5;
	padding: 1rem;
	margin: 1rem;
	min-width: 320px;
}






.src-pages-ContactPage-officeListTitle {
	margin-bottom: 1rem;
}

.src-pages-ContactPage-officeList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	max-width: 700px;
}

.src-pages-ContactPage-office {
	font-style: normal;
	margin-bottom: 1rem;
	width: 100%
}

@media(min-width: 1025px) {

	.src-pages-ContactPage-office {
		width: 48%;
		padding-right: 1rem;
		margin-bottom: 2rem;
	}
	}

.src-pages-ContactPage-officeName {
	font-family: 'Roboto Slab', serif;
	font-size: 1rem;
	font-weight: 700;
	color: #20161D;
}

.src-pages-ContactPage-officeDetails {
	line-height: 1.4;
}



.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;
	background-image:url(OxU.gif);
	background-size: cover;
	background-position: center;
	position:relative
}
.src-pages-HomePage-blitzContent:before{content:'';display:block;left:0px;right:0px;top:0px;bottom:0px;position:absolute;background: rgba(228,228,228,.5);z-index:0;}

.src-pages-HomePage-blitzContentInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.5rem;
    position: relative;
}

.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: 'Roboto Slab', serif;
	color: #fff;
	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: 'Roboto Slab', 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;
		color: #000;
	}
	}

.src-pages-HomePage-organisationList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.src-pages-HomePage-organisation {
	max-width: 50%;
	padding: 0 2vw 2vw 2vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.src-pages-HomePage-organisationLogo {
	max-width: 200px;
	mix-blend-mode: multiply;
}
.src-pages-HomePage-organisation svg {width: 500px;/* height:100px; */}

.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;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1rem
}

@media (min-width: 1025px) {
	.src-pages-HomePage-newsListing {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -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: "Roboto Slab", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
	color: #cc5159;
}

.src-pages-HomePage-newsLink:hover .src-pages-HomePage-newsTitle span {
	border-bottom: 1px solid #cc5159;
}

.src-pages-HomePage-newsDate {
	font-size: 0.75rem;
	color: #999999;
	margin-bottom: 0.5rem;
}

.src-pages-HomePage-newsDescription {
	font-size: 0.85rem;
}

.src-pages-HomePage-services {
    padding: 0;
}

.src-pages-HomePage-servicesInner {
}

@media (min-width: 1025px) {
	.src-pages-HomePage-servicesInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -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 {
		-webkit-box-flex: 1;
		    -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: #cc5159;
	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-JournalPage-JournalPageIssue-issue {
	padding: 0.75rem 0;
	font-size: 0.85rem;
}

.src-pages-JournalPage-JournalPageIssue-foreword {
	border-bottom: dotted 2px #20161D;
	padding: 1rem 0;
	margin-bottom: 1rem;
}

.src-pages-JournalPage-JournalPageIssue-detailLink {
	text-decoration: none;
	color: #cc5159;
	font-weight: bold;
}

.src-pages-JournalPage-JournalPageIssue-downloadLink {
	text-decoration: none;
	color: #cc5159;
	font-weight: bold;
}



.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;
}

.m_logo{
    box-sizing: border-box;
    color: #777;
    color: #000;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    /* height: 100px; */
    width: 250px;
}
.m_logo img{
    height: 80px;
    width: auto;
    float: left;
    margin-right: 20px;
    margin-top: -12px;
}


.logo_top{
    padding: 10px 0;
    font-size: 40px;
}
.logo_top img{
    width: 50px;
    vertical-align: middle;
    margin-bottom: 6px;
}


.keynote_item{
    display: flex;margin-bottom:40px
}
.keynote_item .keynote_item_image{
    width: 250px;
}
.keynote_item .keynote_item_image img{max-width:200px;height:auto}
.keynote_item div:nth-child(2){
     width: calc(100% - 300px);
}
.keynote_item div h3{ margin-top:0px}


@media(max-width: 767px) {
.keynote_item{
    flex-direction: column;
}
.keynote_item .keynote_item_image{
    width: auto;
}
.keynote_item .keynote_item_image img{}
.keynote_item div:nth-child(2){
    width: auto;
}
.keynote_item div h3{ }

}