/*
Theme Name: Patrick Wild Centre
Theme URI: http://lynda.com/
Author: Morten Rand-Hendriksen
Author URI: http://lynda.com/mor10
Description: A new awesome theme to showcase awesome content.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pwc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

'Patrick Wild Centre' is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------g------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Other Navigation
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Global
	## Indexes
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Images
	## Galleries
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    border: 1px solid #999;
    padding: 0.5em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #2a2a2a;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.5;
}
.site-content {
    font-size: 1.125em;
    line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    clear: both;
    line-height: 1.3em;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

/* h1 > h6 was 2.4 > 1.4 */

h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 2.0em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.8em;
}
h5 {
    font-size: 1.6em;
}
h6 {
    font-size: 1.4em;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
blockquote {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 1.5em 0 1.5em 2em;
    position: relative;
}
blockquote::before {
    font-family: 'FontAwesome';
    content: "\f10d";
    position: absolute;
    left: -2em;
    color: #ededed;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 3px solid;
    border-color: #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #000;
    color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #000;
    color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.sidebar-bottom aside {
    width: auto;
    height: 25vh; /* SC 28OCT2020 */
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #2a2a2a;
}
a:hover,
a:focus,
a:active {
    color: #2a2a2a;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus - Social Media & CTA
--------------------------------------------------------------*/

.other-navigation {
    clear: both;
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
}
.other-navigation ul {
    display: none;
    list-style: none;
    margin-left: 0;
}
.other-navigation li {
    position: relative;
}
.other-navigation ul ul {
    display: none;
    margin-left: 0.8em;
}
.other-navigation a {
    position: relative;
    display: block;
    padding: 0.8em 1em;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.6em;
    color: white;
}
.other-navigation a:hover,
.other-navigation a:focus {
    background: #fff;
    color: #000;
}
.other-navigation a,
.other-navigation ul ul li:lastchild a {
    border-bottom: 1px solid white;
}
.other-navigation ul li:last-child a {
    border-bottom: none;
}
.other-navigation ul .toggled-on {
    display: block;
}
.other-navigation li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}
.other-navigation .current-menu-item > a,
.other-navigation .current-menu-ancestor > a,
.other-navigation .current_page_item > a,
.other-navigation .current_page_ancestor > a {
    font-weight: 700;
}
.other-navigation .nav-menu > ul > li:first-child,
.other-navigation .nav-menu > li:first-child {
    border-top: 0;
}
.other-navigation .menu-item-has-children > a,
.other-navigation .page_item_has_children > a {
    padding-right: 48px;
}
.no-js .other-navigation ul ul {
    display: block;
}

/* Horizontal menu on wide screens */


/* Position the menu in the header */

.other-navigation {
    position: relative;
    min-height: 3.5em;
    max-width: 58em;
    margin: 0 auto;
    padding: 0 3.5em;
    background-color: #000;
    background-color: hsla(0, 0%, 0%, .7);
}
.other-navigation ul,
.other-navigation.toggled ul {
    max-height: none;
    padding-left: 0;
    text-align: center;
}
.other-navigation.toggled ul {
    overflow-y: visible;
}

/* Display the menu items in a horizontal order */

.other-navigation li {
    display: inline-block;
    border: none;
}

/* Add an outline to the drop-down menus */

.other-navigation ul ul {
    outline: 1px solid #333;
}

/* Left-align drop-down menu items */

.other-navigation li li {
    display: block;
    text-align: left;
}
.other-navigation a,
.other-navigation ul ul li:last-child a {
    border-bottom: none;
}

/* Add an outline on hovered and focused menu items */

.other-navigation a:hover,
.other-navigation a:focus {
    background: transparent;
    color: #fff;
    text-decoration: underline;
    outline: solid 1px #b3b3b3;
}
p.intro {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Menus - Main Navigation
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    /* font-size: 1em; */ /* SC 28OCT2020 */
    height: 75vh;
    /* height: calc(82vh - 165px); */ /* SC 28OCT2020 */
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation ul ul {
    display: none;
    padding-left: 0.1sem;
}
.current_page_item > .sub-menu {
    display: block;
    margin-left: 0.1em;
}
.main-navigation a {
    position: relative;
    display: block;
    padding: 0.4em 0.5em;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.6em;
    color: white;
    margin: 5px 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
    background: rgba(255, 255, 255, 0.3);
    color: #000;
}
.main-navigation a,
.main-navigation ul ul li:lastchild a {
    border-bottom: 1px solid white;
}
.main-navigation ul li:last-child a {
    border-bottom: none;
}
.main-navigation ul .toggled-on {
    display: block;
}
.main-navigation li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    font-weight: 700;
    *color: #2a2a2a;
}
.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
    border-top: 0;
}
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
    padding-right: 24px;
    /* padding-right: 48px; */ /* SC 28OCT2020 */
}
.no-js .main-navigation ul ul {
    display: block;
}
.dropdown-toggle {
    position: absolute;
    height: 27px;
    width: 27px;
    top: 13px;
    right: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    content: "";
    color: #fff;
    text-transform: lowercase;
    background: none;
    /* Stop screen readers from reading the text as capital letters */
}
.dropdown-toggle:after {
    content: "\f078";
    font-size: 14px;
    line-height: 27px;
    position: relative;
    left: -1px;
    width: 27px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    color: #000;
}
.dropdown-toggle.toggle-on:after {
    content: "\f077";
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.menu-toggle {
    position: fixed;
    z-index: 100;
    margin-left: 1.8em;
    background-color: #d15d1c;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    transition: all ease-out 400ms;
    height: 60px;
    width: 65px;
    left: 5px;
    text-align: center;
}
.menu-toggle {
    top: 30px;
}
.logged-in .menu-toggle {
    top: 80px;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
    text-decoration: underline;
    border: 1px solid #d35d1c;
}
.menu-toggle i.fa-bars {
    font-size: 3em;
    margin-left: -0.25em;
    margin-top: -0.2em;
}
#site-navigation > .menu-toggle {
    width: 40px;
    height: 40px;
    margin-left: 24px;
    top: 45px;
}
@media screen and (min-width: 62em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

/* Hovering menu */

.main-navigation.toggled {
    z-index: 1;
    top: 105px;
    left: 0;
    right: 0;
    width: 100%;
}
.logged-in .main-navigation.toggled {
    top: 150px;
}
.nav-menu {
    padding: 1em;
    margin-bottom: 3em;
    background-color: #d98652;
}
.main-navigation.toggled ul {
    max-height: calc(100vh - 8em);
    overflow-y: auto;
}
.main-navigation.toggled ul ul {
    display: none;
}
.main-navigation.toggled ul ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on > ul {
    display: block;
}
@media screen and (min-height:850px) {
    .main-navigation,
    .main-navigation.toggled {
        margin-top: -1.6em !important;
    }
}

/* Horizontal menu on wide screens */

@media screen and (min-width: 62em) {
    /* Position the menu in the header */
    .main-navigation,
    .main-navigation.toggled {
        position: relative;
        min-height: 3.5em;
        max-width: 58em;
        margin: 0 auto;
        padding: 0 1.1em;
        /* padding: 0 1.5em; */ /* SC 28OCT2020 */
        *background-color: #000;
        *background-color: hsla(0, 0%, 0%, .7);
        background: url("images/DNA-25.png") no-repeat left -105px;
        /* margin-top: -1em; */ /* SC 28OCT2020 */
    }
    .logged-in .main-navigation,
    .logged-in .main-navigation.toggled {
        margin-top: 0px;
        padding-top: 20px;
    }
    .site-header-left {
        background: url(images/DNA-25.png) no-repeat left top;
    }
    .nav-menu {
        padding: .3em 0 0 0;
        background-color: transparent;
    }
    .main-navigation ul,
    .main-navigation.toggled ul {
        max-height: none;
        padding-left: 0;
        text-align: left;
    }
    .main-navigation.toggled ul {
        overflow-y: visible;
    }
    /* Display the menu items in a horizontal order */
    .main-navigation li {
        *display: inline-block;
        *border: none;
    }
    /* Left-align drop-down menu items */
    .main-navigation li li {
        display: block;
        text-align: left;
        padding: 0;
        margin-left: 10px;
    }
    .main-navigation a {
        border-bottom: none;
        color: #2a2a2a;
        white-space: normal;
        /* white-space: nowrap; */ /* SC 28OCT2020 */
    }
    /* Add an outline on hovered and focused menu items */
    .main-navigation a:hover,
    .main-navigation a:focus {
        background: transparent;
        color: #fff;
        text-decoration: underline;
    }
    /* Position drop-down menus absolutely */
    .main-navigation ul ul.toggled-on {
        width: 12em;
        display: block;
        z-index: 10;
    }
    .main-navigation ul ul.toggled-on a {
        margin: 0;
    }
    .main-navigation ul ul.toggled-on li {
        border: none;
    }
    .main-navigation ul ul ul.toggled-on {
        position: relative;
    }
    /* Simplify the drop-down toggle */
    .dropdown-toggle {
        top: 1em;
        right: -10px;
        border: none;
    }
    .sub-menu .dropdown-toggle {
        top: 0;
    }
    .dropdown-toggle::after {
        line-height: 27px;
        width: 27px;
    }
}

/* 1039px maximum width */


/* via http://pxtoem.com/ */

@media screen and (max-width: 64.938em) {
    .main-navigation,
    .main-navigation.toggled {
        background: none;
    }
}

/*--------------------------------------------------------------
## Other Navigation
--------------------------------------------------------------*/

.comment-navigation,
.post-navigation,
.paging-navigation {
    padding: 2em 0;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    overflow: hidden;
}
@media screen and (min-width: 50em) {
    .comment-navigation,
    .post-navigation,
    .paging-navigation {
        padding: 2em 3em;
    }
}
.nav-links {
    max-width: 45em;
    margin: 0 auto;
    padding: 0 .4em;
}
.comment-navigation a,
.post-navigation a,
.paging-navigation a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1em;
    border: 1px solid #c3c3c3;
}
.comment-navigation a:hover,
.comment-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:hover,
.paging-navigation a:focus {
    border-color: #000;
}
.post-navigation .post-title {
    font-size: 1.2em;
    font-weight: 700;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    text-decoration: underline;
}
.nav-previous {
    padding-bottom: 1em;
}
@media screen and (min-width: 30em) {
    .nav-links {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 0;
    }
    .comment-navigation .nav-previous,
    .post-navigation .nav-previous {
        display: flex;
        align-items: stretch;
        float: left;
        width: 48%;
    }
    .nav-previous {
        padding-bottom: 0;
    }
    .comment-navigation .nav-next,
    .post-navigation .nav-next {
        display: flex;
        align-items: stretch;
        float: right;
        text-align: right;
        width: 48%;
    }
}
.post-navigation .meta-nav {
    display: block;
}
@media screen and (min-width: 30em) {
    .post-navigation .meta-nav {
        padding-bottom: 1em;
    }
}
.paging-navigation {
    margin-top: -2em;
    text-align: center;
}
.paging-navigation ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.paging-navigation li {
    display: inline-block;
}
.paging-navigation li a {
    padding: .3em 1.4em;
}
.paging-navigation .current {
    padding: .8em 1.1em;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    background-color: #000;
    background-size: cover;
    height: 105px;
    overflow: hidden;
    border-bottom: 1px solid #d98652;
}
.site-header:after {
    clear: both;
}
.site-header-left {
    background-color: #d98652;
    width: 15em;
    float: left;
    padding: 1em;
    text-align: center;
}
.site-header-left img {
    height: 100px;
    margin-top: 10px;
}
.site-header-middle {
    background-color: #fff;
    float: left;
}
.site-header-middle img {
    background-color: #fff;
    height: 90px;
    padding-top: 10px;
    padding-left: 3em;
}
.site-header-right {
    background-color: #fff;
    float: right;
    padding-top: 1.5em;
}
@media screen and (min-width: 50em) {
    .site-header {
        *max-height: 18em;
    }
}
.site-logo {
    position: relative;
}
.site-logo a {
    position: absolute;
    z-index: 10;
    top: 1em;
    left: 1em;
    display: block;
    width: 2em;
    height: 2em;
    background: black;
    border: 2px solid white;
    color: white;
    text-decoration: none;
}
.site-logo a:hover,
.site-logo a:focus {
    outline: 2px solid white;
}
.site-firstletter {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
}
.site-logo a:hover .site-firstletter,
.site-logo a:focus .site-firstletter {
    background: white;
    color: black;
}
.site-branding {
    text-align: center;
}
.site-title {
    margin: 1.7em 1em 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
}
@media screen and (max-width: 30em) {
    .site-title {
        font-size: 2em;
    }
}
.site-title a {
    text-decoration: none;
    color: inherit;
}
.site-title a:hover,
.site-title a:focus {
    text-decoration: underline;
}
.site-title::after {
    display: block;
    content: "";
    margin: .7em auto 0;
    width: 3em;
    border-bottom: solid 1px #fff;
    opacity: .5;
}
.site-description {
    margin: 2em 2em 3em;
    font-size: 110%;
    color: #fff;
}

/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/

.social-media {
    padding: 3em 0em 0em 6em;
}
.social-media a {
    font-size: 4em;
    color: #d35d1c;
    text-decoration: none;
    margin-right: 0.2em;
    padding-top: 0.5em;
    top: 12px;
    position: relative;
}
.social-media a:before {
    transition: all 0.4s ease;
}
.social-media a:hover:before {
    color: #2a2a2a;
}
.social-media-instagram::before {
    font-family: "FontAwesome";
    content: "\f16d";
}
.social-media-twitter::before {
    font-family: "FontAwesome";
    content: "\f099";
}
.social-media-facebook::before {
    font-family: "FontAwesome";
    content: "\f230";
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/

.call-to-action {
    padding: 0em 1.5em 0em 3em;
}
.call-to-action a {
    *font-size: 3em;
    color: #d35d1c;
    text-decoration: none;
    margin-right: 1em;
    border: 1px #d35d1c solid;
    padding: 1em;
    font-weight: bolder;
    letter-spacing: 0.2em;
}
.call-to-action a:hover,
.call-to-action a:focus {
    border: 1px #2a2a2a solid;
    color: #2a2a2a;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#secondary {
    position: relative;
    padding: 1.8em 1.4em 0;
    background-color: #d35d1c;
}
.widget {
    /*    margin: 0 0 1.5em;*/
    padding: 1.8em;
    /* background: #fff; */
}
#secondary .widget a:hover,
#secondary.widget a:focus {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
}
@media screen and (min-width: 45em) {
    #secondary {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1.8em;
    }
    .widget {
        float: left;
        width: 300px;
        /*        margin: 0 .9em 1.8em;*/
    }
}
.widget-title {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 1em;
    text-transform: uppercase;
}
.widget ul,
.widget ol {
    padding: .7em 0 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    list-style-type: none;
}
.site-content .widget li {
    display: block;
    padding: .3em 0;
}
.widget li ul,
.widget li ol {
    margin-left: .5em;
}
.widget li:last-child {
    padding-bottom: .35em;
}
@media screen and (min-width: 30em) {
    .widget li ul,
    .widget li ol {
        margin-left: 1em;
    }
}
.widget a {
    font-weight: 700;
    text-decoration: none;
    font-size: .9em;
}
.widget a:hover,
.widget a:focus {
    text-decoration: underline;
}

/* Make sure select elements fit in widgets. */

.widget select {
    width: 100%;
    padding: .5em;
}

/* Archive and Categories widgets */

.widget_archive li {
    color: #808080;
}
.widget_categories .children {
    padding-top: 0;
    padding-bottom: .5em;
}

/* Search widget. */

.widget_search .search-submit {
    display: none;
}

/* Pages and Menu widgets */

.widget_pages .children,
.widget_nav_menu .sub-menu {
    padding-top: 0;
    padding-bottom: .5em;
}
.widget_pages a,
.widget_nav_menu a {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #c3c3c3;
}
.site-content .widget_pages li,
.site-content .widget_nav_menu li {
    padding: 0;
}
.site-content .widget_pages li:last-child,
.site-content .widget_nav_menu li:last-child {
    margin-bottom: .5em;
}

/* Meta widget */

.site-content .widget_meta li {
    padding: .3em 0;
}

/* RSS widget */

.widget_rss li {
    margin-bottom: 1em;
}
.widget li a.rsswidget {
    padding-right: .5em;
    font-size: 1em;
    line-height: 1.4em;
}
.rss-date,
.widget_rss cite {
    color: #333;
    font-size: .8em;
}
.rssSummary {
    padding: .5em 0;
    font-family: "Montserrat", sans-serif;
    font-size: .8em;
    line-height: 1.4em;
}

/* Search widget */

.widget_search input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    padding: .5em 1em;
    border: 1px solid #c3c3c3;
    border-radius: 0;
}

/* Calendar widget */

.widget_calendar {
    font-family: "Montserrat", sans-serif;
}
.widget_calendar caption {
    padding: .5em 0;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
}
.widget_calendar thead {
    background: #333;
    color: #fff;
}
.widget_calendar thead th {
    border-bottom-width: 2px;
}
.widget_calendar td {
    padding: .2em;
    font-size: .8em;
    text-align: center;
    background: #d6d6d6;
    border: 3px solid white;
}
.widget_calendar th {
    border: none;
}
.widget_calendar .pad {
    background: #eaeaea;
}

/* Text widget */

.textwidget {
    font-size: .62em;
    line-height: 1.6em;
    text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/

.content-area {
    overflow-x: hidden;
}

/* Rules for sidebar left and sidebar right */

@media screen and (min-width: 62em) {
    /* Sidebar Right layouts */
    .sidebar-right .content-area {
        float: left;
        width: calc(100% - 306px);
    }
    .sidebar-right #secondary {
        margin: 0;
    }
    .sidebar-right .site-content .widget-area {
        float: right;
        overflow: hidden;
        width: 17em;
        padding: 0 1.5em;
        border-left: 1px solid #ededed;
    }
    /* Sidebar Left layouts */
    .sidebar-left .content-area {
        float: right;
        /*        width: calc(100% - 306px);*/
        width: 40%;
    }
    .sidebar-left #secondary {
        margin: 0;
    }
    .sidebar-left .site-content .widget-area {
        float: left;
        overflow: hidden;
        /*width: 17em;*/
        width: 15em;
        padding: 0 1.5em;
        /*        border-right: 1px solid #ededed;*/
    }
    /* Unified styles */
    .sidebar-right #secondary,
    .sidebar-left #secondary {
        background-color: #d35d1c;
        padding: 0;
        margin: 0;
        bottom: 0;
        position: fixed;
        top: 0;
    }
    /* if logged in */
    .logged-in .sidebar-right #secondary,
    .logged-in .sidebar-left #secondary {
        padding-top: 32px;
    }
    .sidebar-right .widget,
    .sidebar-left .widget {
        padding: 0 1.5em;
        margin-bottom: 0;
    }
    .sidebar-right .widget::after,
    .sidebar-left .widget::after {
        display: block;
        width: 33%;
        margin: 2em auto;
        content: "";
        /*        border-bottom: 1px solid #c3c3c3;*/
    }
}
.site-main {
    margin: 1.4em;
    font-size: .8em;
    line-height: 1.6em;
}
@media screen and (min-width: 30em) {
    .site-main {
        margin: 1.8em;
    }
}
@media screen and (min-width: 40em) {
    .site-main {
        font-size: 1em;
    }
}
@media screen and (min-width: 54em) {
    .site-main {
        margin: 0 auto;
        max-width: 45em;
    }
    .home #primary .site-main,
    .home #primary {
        max-width: 90%;
        margin: 0 auto;
        padding-top: 10px;
        height: auto;
    }
    /* Assign scrollbar to the side-content on desktops */
    .page-template-default .site-main article.type-page,
    .single-post .site-main article.category-blog.type-post {
        overflow-y: scroll;
        max-height: calc(100vh - 182px);
        height: calc(100vh - 182px);
        overflow-x: hidden;
        margin-bottom: 0;
        padding-bottom: 182px;
    }
    .page-template-default .site-main,
    .group-blog .site-main,
    .page-template-page-people-template .site-main {
        margin: 0;
        max-width: 100%;
    }
    .group-blog .sidebar-left .content-area {
        height: calc(100vh - 105px);
    }
    .post-type-archive-news .sidebar-left .content-area,
    .single-post .sidebar-left .content-area {
        height: auto;
    }
    .post-type-archive-news .sidebar-left .content-area {
        overflow-y: auto;
    }
    /* Might be bad idea below - no overflow on pages */
    .page-template-page-people-template,
    .page-template-default,
    .single-post {
        overflow-y: hidden;
    }
}
.post-type-archive-news .featured-image {
    text-align: center;
}
.post-type-archive-news .featured-image img {
    height: 150px;
    width: auto;
}

/*--------------------------------------------------------------
## Indexes
--------------------------------------------------------------*/

.page-title {
    text-align: center;
    font-style: italic;
    font-size: 1.4em;
}
.page-header::after {
    display: block;
    content: "";
    width: 3.5em;
    border-bottom: 1px solid #c3c3c3;
    margin: 2em auto;
}
.taxonomy-description {
    margin-top: 1.5em;
    border: 1px solid #c3c3c3;
    padding: .5em 1.8em 0;
    text-align: center;
    font-style: italic;
}
.entry-title.index-excerpt {
    margin-top: 2em;
    margin-bottom: .5em;
    font-size: 1.5em;
}
.entry-header .index-entry-meta {
    font-size: .8em;
}
.entry-content.index-excerpt {
    margin-top: .3em;
}
@media screen and (min-width: 30em) {
    .entry-title.index-excerpt {
        margin-top: 1.5em;
        font-size: 2em;
    }
    .index-entry-meta {
        font-size: 1em;
    }
    .index-entry-meta .byline,
    .index-entry-meta .posted-on,
    .index-entry-meta .comments-link {
        display: inline-block;
    }
    .index-entry-meta .byline::after,
    .index-entry-meta .comments-link::before {
        content: "|";
        padding: 0 1em;
    }
}
.continue-reading {
    text-align: center;
}
.continue-reading a,
.entry-content .continue-reading a {
    display: inline-block;
    margin: 1em auto;
    padding: 1em 2em;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.continue-reading a:hover,
.continue-reading a:focus,
.entry-content .continue-reading a:hover,
.entry-content .continue-reading a:focus {
    border-color: #000;
    border-width: 1px;
    box-shadow: none
}
@media screen and (max-width:62em) {
    .continue-reading a::after {
        content: "…"
    }
}
.continue-reading::after {
    display: block;
    content: "";
    width: 80%;
    margin: 0 auto;
}
.entry-content .continue-reading::after {
    display: none;
}
.error-404 input[type="search"],
.search-no-results input[type="search"] {
    width: 100%;
    margin-bottom: 4em;
    padding: .5em 1em;
    box-sizing: border-box;
}
.error-404 .search-submit,
.search-no-results .search-submit {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.entry-content a,
.entry-content a,
.entry-summary a,
.entry-summary a {
    text-decoration: none;
    border-bottom: 2px solid #c3c3c3;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus {
    border-bottom: 3px solid #c3c3c3;
    box-shadow: inset 0 -3px 0 #c3c3c3;
}
.entry-meta a,
.entry-footer a {
    text-decoration: none;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
    border-bottom: 2px solid #000;
}
.sticky {
    position: relative;
    display: block;
}
.sticky::before {
    position: absolute;
    top: -1.5em;
    right: 0;
    display: block;
    font-family: "FontAwesome";
    content: "\f08d";
}
.hentry {
    margin: 0 0 1.5em;
    padding-bottom: 2em;
}
.single .hentry,
.page .hentry {
    padding-bottom: 0;
}
.content-area {
    background: rgba(255, 255, 255, 0.85);
}
.entry-title {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 2em;
    line-height: 1.3em;
    text-align: center;
    color: #d35d1c;
    word-wrap: break-word;
    /* Catch and wrap very long words on small screens */
}
@media screen and (min-width: 40em) {
    .entry-title {
        margin-top: 1.5em;
        font-size: 2.8em;
        line-height: 1.3em;
    }
}
.entry-title a {
    color: inherit;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
    text-decoration: underline;
}
.deck {
    margin-bottom: 2.5em;
}
.deck p {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 600;
}

/* Post Meta */

.entry-meta {
    padding: 0em 1.473684210526316em;
    font-family: "Montserrat", sans-serif;
    font-size: 95%;
    font-style: italic;
    text-align: center;
    background: #eee;
}

/* Conditions for no-sidebar layout */

@media screen and (min-width: 57em) {
    .entry-meta {
        position: relative;
        width: 100%;
        width: 100vw;
        left: 0;
        left: calc((-100vw + 52.2em) / 2);
        overflow: hidden;
    }
}

/* Conditions for sidebar-right layout */

@media screen and (min-width: 62em) {
    .sidebar-right .entry-meta {
        width: 100%;
        width: calc(100vw - 306px);
        left: 0;
        margin: 0;
    }
}
@media screen and (min-width: 70.75em) {
    .sidebar-right .entry-meta {
        left: calc((-100vw + 66.2em) / 2);
    }
}

/* Conditions for sidebar-left layout */

@media screen and (min-width: 62em) {
    .sidebar-left .entry-meta {
        width: 100%;
        width: calc(100vw - 306px);
        left: 0;
        right: 0;
        margin: 0;
    }
}
@media screen and (min-width: 70.75em) {
    .sidebar-left .entry-meta {
        left: calc((-100vw + 66.2em) / 2);
    }
}
@media screen and (min-width: 62em) and (max-width: 70em) {
    .sidebar-right .entry-title,
    .sidebar-left .entry-title {
        padding-right: 1em;
        padding-left: 1em;
    }
}
.author-avatar {
    height: 50px;
    width: 50px;
    margin: 0 auto 1em;
}
.author-avatar img {
    border-radius: 50%;
}
@media screen and (min-width: 50em) {
    .has-avatar {
        display: inline-block;
        text-align: left;
        width: 20em;
    }
    .author-avatar {
        height: 70px;
        width: 70px;
        float: left;
        margin-right: 1.5em;
        margin-bottom: 0;
    }
}
.byline,
.posted-on,
.entry-meta .comments-link {
    display: block;
    padding: 0;
}
.entry-meta a {
    font-weight: 700;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.site-content li {
    line-height: 1.6em;
    padding-top: .5em;
    padding-bottom: .5em;
}
.site-content li:last-child {
    margin-bottom: 0;
}
.deck,
.entry-content {
    margin: 1.5em 0 0;
}
@media screen and (min-width: 50em) {
    .deck,
    .entry-content {
        padding: 0 3em;
    }
}
.entry-footer::before,
.entry-footer::after {
    display: block;
    content: "";
    width: 7em;
    border-bottom: 1px solid #c3c3c3;
    margin: 2em auto;
}
.entry-footer::before {
    width: 3.5em;
}
.entry-footer,
.index-entry-meta {
    font-family: "Montserrat", sans-serif;
    font-size: 95%;
    font-style: italic;
    text-align: center;
}
@media screen and (min-width: 40em) {
    .entry-footer {
        padding: 0 1.5em;
    }
}
.entry-footer span {
    margin: .5em 0;
}
.entry-footer span::after {
    content: "|";
    padding: 0 1em;
}
.entry-footer span:last-of-type::after {
    content: "";
    padding: 0;
}
.entry-footer span a,
.index-entry-meta a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
    margin: 4em 0;
}
@media screen and (min-width: 40em) {
    .comments-area {
        margin: 4em 1em;
    }
}
.comments-title {
    margin-bottom: 2em;
    font-size: 2em;
    text-align: center;
}
.comment-list {
    padding: 0;
    margin: 0;
}
.comment-list,
.comment-list ol {
    list-style-type: none;
}
.comment-body {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 3em;
}
.comment-meta {
    position: relative;
    margin-left: 70px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 80%;
}
.comment .avatar {
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.children {
    margin-left: 1em;
    padding-left: 0;
}
.comment .avatar {
    top: -5px;
}
@media screen and (min-width: 30em) {
    .children {
        margin-left: 2em;
    }
    .comment-meta {
        margin-left: 80px;
        font-size: 90%;
    }
    .comment .avatar {
        top: -7px;
        left: -80px;
        width: 60px;
        height: 60px;
    }
    .comment-content {
        margin-left: 80px;
    }
}
@media screen and (min-width: 50em) {
    .children {
        margin-left: 3em;
    }
    .comments-area {
        margin: 4em 3em;
        font-size: 1.1em;
    }
    .comment-meta {
        margin-left: 90px;
    }
    .comment .avatar {
        top: -8px;
        left: -90px;
        width: 70px;
        height: 70px;
    }
    .comment-content {
        margin-left: 90px;
    }
}
.comment-meta a {
    text-decoration: none;
}
.comment-meta a:hover,
.comment-meta a:focus {
    border-bottom: 2px solid #000;
}
.comment-metadata a:hover,
.comment-metadata a:focus {
    border-color: #c3c3c3;
}
.comment-author {
    font-size: 1.4em;
    line-height: 1.3em;
}
.says {
    font-size: 80%;
}
.comment-metadata {
    margin-top: .2em;
    padding-bottom: .5em;
    font-size: .8em;
    line-height: 1em;
}
.comment-metadata a {
    color: #808080;
}
.reply {
    margin-bottom: 1.5em;
    text-align: right;
}
.reply a {
    display: inline-block;
    padding: .5em 1.4em;
    font-family: "Montserrat", sans-serif;
    font-size: 85%;
    color: #333;
    line-height: 1.3em;
    text-decoration: none;
    border: 1px solid #c3c3c3;
}
.reply a:hover,
.reply a:focus {
    background: #000;
    color: #fff;
    border-color: #000;
}
.comment-content ol {
    list-style-type: decimal;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor .avatar {
    box-sizing: content-box;
    border: 5px solid #c3c3c3;
    margin-top: -5px;
    margin-left: -5px;
}

/* Comment Form */

.comment-respond::after {
    display: block;
    margin: 2em auto 4em;
    content: "";
    width: 5em;
    border-bottom: 1px solid #c3c3c3;
}
.comment-reply-title {
    margin-bottom: 1em;
    text-align: center;
}
.comment-list .comment-reply-title {
    text-align: left;
}
.comment-form {
    font-family: "Montserrat", sans-serif;
    line-height: 1.3em;
}
.comment-form a {
    font-weight: 500;
}
.comment-form .form-submit {
    margin-top: 3em;
}
.comment-form .form-submit input {
    padding: .5em 1.4em;
    font-size: 85%;
    color: #333;
    line-height: 1.3em;
    text-decoration: none;
    border: 1px solid #c3c3c3;
}
.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus {
    border-color: #000;
    color: #fff;
    background-color: #000;
}
.comment-form label {
    width: 33%;
}
.comment-form .required {
    color: #D54E21;
}
.comment-form label {
    display: block;
    font-style: italic;
    padding-bottom: .4em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    max-width: 100%;
}
.wp-caption .aligncenter {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wp-caption.alignright,
.wp-caption.alignleft {
    margin-top: 0;
    margin-bottom: 1.5em;
}
.wp-caption em {
    font-style: normal;
    /* Inverse emphasis because of all italics */
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    display: block;
    position: relative;
    margin: 1.5em 0 2em 2em;
    padding: 0 1em .5em;
    font-size: 90%;
    color: #333;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.wp-caption-text::before {
    position: absolute;
    top: -3px;
    left: -1.4em;
    display: block;
    font-family: "FontAwesome";
    font-style: normal;
    color: #808080;
    content: "\f148";
    transform: rotate(90deg);
}
.aligncenter .wp-caption-text,
.alignnone .wp-caption-text {
    margin-left: 30%;
    margin-bottom: 2em;
}
.alignright .wp-caption-text,
.alignleft .wp-caption-text {
    margin-top: 1em;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/

img.aligncenter {
    margin-top: 2em;
    margin-bottom: 2em;
}
img.alignright,
img.alignleft {
    margin-bottom: 1.5em;
}
.centered-image {
    max-width: calc(100% + 2.8em);
    margin: 1.5em -1.4em;
}
.featured-image {
    *max-width: calc(100% + 2.8em);
    *margin: 1.5em -1.4em;
}
@media screen and (min-width: 30em) {
    .centered-image {
        max-width: calc(100% + 3.6em);
        margin: 1.5em -1.8em;
    }
}
@media screen and (min-width: 50em) {
    img.alignright,
    .wp-caption.alignright {
        margin-right: -1.5em;
    }
    img.alignleft,
    .wp-caption.alignleft {
        margin-left: -1.5em;
    }
    .centered-image {
        max-width: calc(100% + 6em);
        margin-right: -3em;
        margin-left: -3em;
    }
}
@media screen and (min-width: 74em) {
    img.alignright,
    .wp-caption.alignright {
        margin-right: -3em;
    }
    img.alignleft,
    .wp-caption.alignleft {
        margin-left: -3em;
    }
}
.featured-image {
    *overflow: hidden;
}
@media screen and (min-width: 30em) {
    .featured-image {
        *margin-top: -1.8em;
    }
}
@media screen and (min-width: 50em) {
    .featured-image {
        *margin-top: 3em;
        *margin: -9999rem;
    }
}
.featured-image img {
    display: block;
    margin: 0 auto;
}
.featured-image a:hover img,
.featured-image a:focus img {
    outline: dotted;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin: 1.5em 0;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 1em;
}
.gallery-item img {
    display: block;
}
.gallery-item a {
    display: inline-block;
    border-bottom: none;
}
.gallery-item a:hover,
.gallery-item a:focus {
    border-bottom: none;
    box-shadow: none;
}
.gallery-item a img {
    padding: .5em;
    margin: 0 auto;
    border: 1px solid #fff;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
    border-color: #c3c3c3;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    border: none;
}
.gallery-caption::before {
    content: "";
}
.byline {
    display: none;
}
.type-person .entry-meta {
    display: none !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    padding: 6em 1em;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.site-footer a {
    color: #fff;
}
.home-button {
    padding: 0;
    height: 104px;
}

/* Disable dropdown box for active menu items */

.current-menu-item > button {
    display: none;
}

/* Full width Image backgrounds and sliders */

@media screen and (min-width:62em) {
    #background-image,
    .crellyslider {
        min-height: 100%;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -2;
    }
    #background-image {
        *margin-top: 0em;
        *margin-bottom: -1.2em;
        top: 0;
        left: 0;
        width: 100vw;
        *height: 100vh;
        *max-width: none;
        position: fixed;
        left: calc(-50vw + #{$width / 2});
        z-index: -1;
    }
}

/* People */

.entry-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.page-id-2328 #primary {
    background: rgba(0, 0, 0, 0.75);
}
.page-template-page-people-index .content-area {
    padding-top: 15px;
}
.grid-list-4 {
    display: inline-block;
    width: 24.5%;
    padding: 5px 15px;
    vertical-align: top;
    max-width: 220px;
}
.grid-list-4 h2 {
    margin-top: 0;
    background: white;
    font-size: 1.3em;
    text-align: center;
    padding: 5px 10px;
}
.grid-list-4 a {
    text-decoration: none;
}
.person-image {
    position: relative;
}
.person-image .post-edit-link {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #d98652;
    background: white;
    padding: 5px;
}
.person-image img {
    width: 100%;
    height: auto;
    border: 2px solid #d98652;
    display: block;
}
.page-template-page-people-index #background-image {
    *margin-top: 0em;
    *margin-bottom: -1.2em;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    *max-width: none;
    position: fixed;
    right: 0;
    z-index: -1;
}

/* align settings are off */

img.alignleft,
.wp-caption.alignleft {
    margin-left: 0 !important;
    margin-top: 10px;
}
img.alignright,
.wp-caption.alignright {
    margin-right: 0 !important;
    margin-top: 10px;
}
.people-heading {
    margin-left: 0.5em;
}
@media screen and (max-width:62em) {
    .grid-list-4 h2 {
        font-size: 1em;
    }
    .page-template-page-people-index .content-area {
        height: 100% !important;
    }
    #featured-image-always img {
        *margin-top: 0em;
        *margin-bottom: -1.2em;
        top: 0;
        left: 0;
        width: 100vw;
        *max-width: none;
        position: fixed;
        z-index: -1;
        height: 100vh;
    }
    .current-menu-item > button {
        display: block !important;
    }
    #background-image {
        display: none;
    }
    .single-person .featured-image img {
        width: auto !important;
        display: block;
    }
}
@media screen and (max-width:680px) {
    .grid-list-4 {
        width: 49.5%;
        max-width: initial;
    }
}

/* People single */

.page-template-page-people-template .featured-image img {
    position: initial;
    width: initial;
    padding-top: 15px;
}
.page-template-page-people-template #primary .featured-image img {
    text-align: left;
    margin-left: 40px;
}
.page-template-page-people-template #primary h1 {
    margin-left: 40px;
}
.page-template-page-people-template #primary h1,
.page-template-page-people-template #primary h2,
.page-template-page-people-template #primary h3,
.page-template-page-people-template #primary h4,
.page-template-page-people-template #primary h5 {
    text-align: left;
}

/* Change to dark colour scheme on templates */


/* The redundancy is strong */

.page-template-page-people-index #primary p,
.page-template-page-people-index #primary h1,
.page-template-page-people-index #primary h2,
.page-template-page-people-index #primary h3,
.page-template-page-people-index #primary h4,
.page-template-page-people-index #primary h5,
.white p {
    color: white;
}
.page-template-page-people-index #primary article a,
.orange-text,
.orange-text:hover,
.orange-text:focus,
.orange-text:active {
    color: #D35D1C !important;
    border: none;
}

/* Home */


/* Related to content area on homepage */

.home .site-main {
    max-width: 90%;
}
.soliloquy-container .soliloquy-caption-inside {
    padding: 0;
}
.soliloquy-container .soliloquy-caption {
    padding-bottom: 0 !important;
}
.soliloquy-container .soliloquy-caption {
    background: rgba(0, 0, 0, 0.7) !important;
}
@media screen and (min-width: 62em) {
    .home .sidebar-left .content-area {
        float: right;
        width: calc(100% - 202.5px);
    }
    .soliloquy-container {
        left: 15em;
        width: calc(100% - 16.3em);
        max-width: calc(100% - 202.5px) !important;
    }
    .soliloquy-caption {
        bottom: initial;
        top: 0;
        padding-top: 2em;
    }
    .soliloquy-container .soliloquy-image {
        margin: 0 !important;
        left: 0;
        width: 100% !important;
        top: 0em;
    }
    .home .soliloquy-container .soliloquy-prev {
        left: 1em;
    }
    .home .soliloquy-container .soliloquy-pager {
        left: 1.5em;
        text-align: left;
        width: auto;
    }
    .home .soliloquy-container .soliloquy-caption {
        width: 100%;
        bottom: initial;
    }
    .soliloquy-wrapper h2 {
        font-size: 2.3em;
        color: #D35D1C;
        margin-bottom: 4px;
        margin-top: 4px;
    }
    .soliloquy-wrapper p {
        font-size: 1.7em;
        color: white;
    }
    .soliloquy-container .soliloquy-next {
        right: 20px;
    }
}
.mapp-layout {
    float: none !important;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .soliloquy-container .soliloquy-caption {
        display: block !important;
    }
    .soliloquy-container .soliloquy-caption h2 {
        font-size: 1.2em;
    }
    .soliloquy-container .soliloquy-caption p {
        font-size: 0.9em;
    }
}
.home .content-area h1 {
    font-size: 1.5em;
    margin-top: 1em;
}
.home .content-area a {
    text-decoration: none;
}

/* ----- */


/* Scrollbar Pseudo */

::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
    background: #2a2a2a;
}
::-webkit-scrollbar-thumb {
    background: #d98652;
    border-radius: 3px;
}

/* Articles general */

article h2 {
    /*text-align: center;*/
    /*margin-top: 0;*/
}
.nav-previous .meta-nav:before,
.nav-next .meta-nav:after {
    margin: 0 1em;
}
.nav-previous .meta-nav:before {
    content: "\f060";
    font-family: FontAwesome;
}
.nav-next .meta-nav:after {
    content: "\f061";
    font-family: FontAwesome;
}
.shortcode_menu {
    padding: 0;
}
.shortcode_menu li {
    list-style: none;
    text-align: center;
}
.shortcode_menu a {
    color: #d35d1c;
    text-decoration: none;
    border: 1px #d35d1c solid;
    padding: 0.25em 1em;
    font-size: 0.9;
    font-weight: bolder;
    background: white;
    width: 100%;
    display: inline-block;
    transition: all 0.2ss ease;
}
.shortcode_menu a:hover {
    box-shadow: none;
    background: #d45d1c;
    color: white;
    border-bottom: 1px #d35d1c solid;
}
.post-type-archive-news .hentry p {
    min-height: 100px;
}

/* Full width pages */

.post-type-archive-news .content-area,
.post-type-archive-news-php,
.page-template-page-people-index .content-area,
.page-template-page-people-template .content-area {
    width: 100%;
    background: white;
}
.post-type-archive-news .site-main,
.page-template-page-people-index .site-main,
.page-template-page-people-template .site-main {
    max-width: 90%;
    margin: 0 auto;
}
.post-type-archive-news h1 a {
    text-decoration: none;
}
.post-type-archive-news h1 {
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 30px;
}
.post-type-archive-news .post-navigation {
    padding: 20px 0 0 0;
}
.post-nav-bottom {
    margin-bottom: 20px;
}
#primary .news-navigation {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    font-size: 0.9em;
}

/* News/Events */

.content-area .read-more a {
    background: #d98652;
    color: white;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}
.content-area .read-more a:hover {
    background: #d15d1c;
}
.intro {
    border-left: 2px solid #d35d1c;
    display: block;
    padding-left: 10px;
}

/* Pre-collapse fiddly-ness */

@media screen and (max-width:80em) {
    .social-media,
    .call-to-action {
        padding: 0;
    }
    /* Replacing the button codes with shorter names when smaller width; apologies to anyone having to change these */
    .take-part-research span {
        display: none;
    }
    .take-part-research:before {
        content: 'Take Part';
    }
    .make-a-donation span {
        display: none;
    }
    .make-a-donation:before {
        content: 'Donate';
    }
}

/* Media queries for when you're short and fat */

@media screen and (min-width:62em) and (max-height:780px) {
    .main-navigation a {
        padding: 0.4em 0.5em;
        line-height: 1.2em;
    }
    .main-navigation li {
        padding: 0;
    }
    .sidebar-left .widget::after {
        margin: 0 auto;
    }
    .dropdown-toggle {
        top: 0.2em;
    }
}

/* Sidebar collapse responsive divisions */

@media screen and (min-width:62em) {
    .post-type-archive-news .content-area,
    .page-template-page-people-template .content-area,
    .page-template-page-people-index .content-area {
        padding-left: 162px;
        /* sidebar not present below this width */
    }
    .content-area .read-more {
        text-align: right !important;
        border-bottom: 2px solid #d98652;
    }
    .post-type-archive-news .featured-image,
    .post-type-archive-news .entry-title {
        display: inline-block;
    }
    .post-type-archive-news .entry-title {
        width: 65%;
        margin-left: 1em;
        margin-right: 1em;
    }
    .post-type-archive-news .posted-on {
        margin-left: 3em;
        text-align: center;
        width: 65%;
    }
    .post-type-archive-news .entry-title.index-excerpt {
        margin-top: 0.3em;
    }
    .content-area .read-more a {
        margin: 0;
    }
    .menu-item-2740 .sub-menu li {
        display: inline-block;
        /* News item stacking */
    }
}
@media screen and (max-width:62em) {
    /* Replace header image with white */
    .pwc-logo img {
        content: url('/wp-content/themes/pwc/images/PWC_Logo_Header_White.png');
    }
    /* Breaks menu #masthead { position:relative; } */
    #masthead,
    .site-header-left,
    .site-header-middle,
    .site-header-middle img,
    .site-header-left {
        background: #d15d1c;
    }
    #secondary .site-header-left,
    #masthead .site-header-left img,
    .site-header-right {
        display: none;
    }
    #masthead .site-header-left {
        height: 105px;
    }
    /* Mobile menu */
    .mobile-navigation .menu-main-navigation-container {
        position: absolute;
        z-index: 5;
        top: 105px;
        width: 100%;
    }
    .logged-in .mobile-navigation .menu-main-navigation-container {
        top: 150px;
    }
    .main-navigation.desktop {
        display: none;
    }
    #site-navigation > .menu-toggle,
    #site-navigation.toggled > .menu-toggle {
        top: -58px;
        position: relative;
        margin-left: 70px;
    }
    /* Mobile menu dropdown */
    .dropdown-toggle {
        top: 5px;
    }
    .main-navigation {
        height: auto;
    }
    .main-navigation.toggled ul ul {
        padding-left: 0.4em;
    }
    div.content-area .read-more {
        padding-top: 2em;
    }
    .featured-image img {
        width: 100%;
    }
    /* Social Media - Donate Mobile Menu */
    .main-navigation .mobile-social {
        display: none;
    }
    .main-navigation.toggled .mobile-social {
        display: block;
        background: #d98652;
        padding-bottom: 25px;
        padding-top: 0;
    }
    .mobile-social {
        display: block;
        background: none;
        width: 100%;
    }
    .mobile-social a {
        display: inline;
        color: white;
    }
    .mobile-social .social-media a {
        color: white;
        border-radius: 50%;
    }
    .mobile-social .call-to-action a {
        background: white;
        color: #d35d1c;
    }
    .main-navigation.toggled ul {
        max-height: auto;
        overflow-y: visible;
        margin-bottom: 0;
    }
    /* Slider */
    .soliloquy-wrapper h2 {
        font-size: 2.3em;
        color: #D35D1C;
        margin-bottom: 10px;
    }
    .soliloquy-wrapper p {
        font-size: 1.7em;
        color: white;
    }
    /* Articles */
    .read-more {
        border-bottom: 1px solid grey;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:40em) {
    .site-header-middle img {
        width: 370px;
        height: auto;
        padding-left: 0;
        padding-right: 10px;
    }
    #site-navigation > .menu-toggle,
    #site-navigation.toggled > .menu-toggle {
        top: -47px;
        position: relative;
        margin-left: 24px;
    }
    .logged-in .mobile-navigation .menu-main-navigation-container {
        top: 150px;
    }
    /* WP admin menu gets bigger */
    .mobile-social .call-to-action {
        clear: both;
        display: block;
        margin-top: 10px;
    }
    .mobile-social .call-to-action a {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .mobile-social .social-media {
        margin-bottom: 10px;
    }
    .mobile-social .social-media a {
        display: inline-block;
        width: 20%;
        margin: 0 6%;
    }
    .site-header-middle img {
        height: auto;
    }
    .site-header-left {
        display: none;
    }
    .site-header-middle {
        height: 95px;
        margin-left: 80px;
    }
}
@media screen and (max-width:26em) {
    .site-header-middle img {
        padding-top: 25px;
    }
}
@media screen and (max-width:23em) {
    .site-header-middle img {
        padding-top: 40px;
    }
}

/* Full width template */

.content-area .read-more {
    text-align: center;
}
.page-template-page-full-width-template .content-area {
    width: 100%;
    padding-left: 162px;
    background: white;
}
.page-template-page-full-width-template .site-main {
    max-width: 90%;
}
article .entry-footer {
    display: none;
}
.textwidget .sidebar-contact {
    font-size: 1.62em;
    padding: 5px;
    margin-top: 5px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    border: 1px solid #2a2a2a;
}
.related-investigators {
    padding: 0 2em;
}
.related-investigator-title {
    margin-top: 0;
}
.related-investigator-title,
.related-investigator-image {
    float: left;
}

}
.home #content {
    background: white !important;
}
a:focus {
    border: 1px solid #d35d1c;
}

.copyright {
    padding-top: 50px;
    padding-bottom: 50px;
}

.copyright a:hover,
.copyright a:focus {
    text-decoration: underline;
}