/*
Theme Name: Going Global
Theme URI: http://www.dmuglobal.com
Author: DMU Web Team
Author URI: http://www.dmuglobal.com
Description: Custom theme for the #DMUglobal site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goingglobal
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.

Going Global 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Opportunities
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Images
	## Captions
	## Galleries
# DMU Custom
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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 {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Open Sans;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.site-content {
	font-size: 1.125em;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Open Sans;
	clear: both;
	line-height: 1.3em;
	margin-top:  .5rem;
	margin-bottom: 1rem;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

p {
	margin-bottom: 1.5em;
}

.listingEntry p {
	margin-top: 0;
	margin-bottom: 0;
}


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 {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ededed;
	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%;
}

th, td {
	padding: .5em;
	text-align: center;
	background: #ededed;
	border-bottom: #fff 2px solid;
}

table th {
	background-color: rgba(0,0,0,.8);
	color: #fff;
	
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: #A00B35 1px solid;
	background: #A00B35;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	padding: .6em 1em .5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: #000 1px solid;
	background: #fff;
	color: #000;
}

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 ;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #000;
}

select {
	border: 1px solid #ededed;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#site-navigation {
		background: rgba(0,0,0,.8);
		margin-top: 1rem;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link {
	text-decoration: none;
}

.site-content a:link {
	color: #A00B35;
	font-weight: bold;
	text-decoration: underline;
}

.site-content a:visited {
	color: #A00B35;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration: none;
}

.site-content a:hover, a:focus, a:active {
	color: midnightblue;
	text-decoration: none;
}

.site-content .applyBtn a {
	color: #fff;
}

.site-content .readMoreBtn a {
	border: 1px solid #000;
	background-color: #A00B35;
	color: #fff;
	text-decoration: none;
	border: #000 1px solid;
	padding: .5rem;
	font-weight: 700;
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

@media screen and (min-width: 30em) {
	.site-content a:link {
	border-bottom: 1px solid #dcdcdc;
	text-decoration: none;
	}

	.site-content a:visited {
	border-bottom: 1px solid #dcdcdc;
	text-decoration: none;
	}

	.site-content a:hover, a:focus, a:active {
		border-bottom: none;
		text-decoration: none;
	}
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: .9em;
}

@media screen and (min-width: 40em) {
	.main-navigation {
		font-size: .9em;
	}
}

@media screen and (min-width: 58em) {
	.main-navigation {
		font-size: .9em;
	}
}

@media screen and (min-width: 78em) {
	.main-navigation {
		font-size: 1.2em;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation a {
	position: relative;
	display: block;
	padding: 0.7em 1em;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6em;
	color: #fff;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #ccc;
	color: #fff;
}

.main-navigation a,
.main-navigation ul ul li:lastchild a {
	border-bottom: 1px solid black;
}

.main-navigation ul li:last-child a {
	border-bottom: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation ul .toggled-on a {
	color: #000;
}

.main-navigation li {
	border-top: 1px solid #ededed;
	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;
}

.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: 48px;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	position: absolute;
	height: 27px;
	width: 27px;
	top: 12px;
	right: 6px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	font-family: 'FontAwesome';
	background-color: #A00B35;
	border: 1px solid #fff;
	content: "";
	color: #fff;
	text-transform: lowercase; /* Stop screen readers from reading the text as capital letters */
}

.dropdown-toggle:after {
	content: "\f078";
	font-size: 14px;
	line-height: 27px;
	position: relative;
	top: 0;
	left: 1px;
	width: 27px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #fff;
	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;
	bottom: 1em;
	left: 1em;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	border: solid 2px #A00B35;
	transition: all ease-out 400ms;
}

.menu-toggle.hide {
	bottom: -2.5em;
}

@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

/* Hovering menu */

.main-navigation.toggled {
	position: fixed;
	bottom: 4em;
	padding: 1em;
	z-index: 1;
}

.nav-menu {
	padding: 1em;
	margin-bottom: 13em;
	background-color: #7F7E7A;
}

.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;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {

	/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		position: relative;
		min-height: 3.5em;
		max-width: 100em;
		margin: 0 auto;
		padding: 0 3.5em;
	}

	.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: center;
	}

	.main-navigation.toggled ul {
		overflow-y: visible;
	}

	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
		border: none;
	}

	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: 1px solid #333;
	}

	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
	}

	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}

	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
/*		color: #fff; */
		text-decoration: underline;
		outline: solid 1px #b3b3b3;
	}

	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #A00B35;
		color: #fff;
		text-decoration: none;
	}

	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 12em;
		display: block;
		z-index: 10;
		margin-left: 0;
		background: rgba(237, 237, 237, 0.9);
	}

	.main-navigation ul ul ul.toggled-on {
		position: relative;
		background: #fff;
	}

	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}

	/* Simplify the drop-down toggle */
	.dropdown-toggle {
		top: 11px;
		right: 12px;
		border: none;
	}

	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
	}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Other Navigation
--------------------------------------------------------------*/
.comment-navigation,
.post-navigation,
.paging-navigation {
	padding: 2em 0;
	font-family: "Open Sans", 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;
}

.site-content .paging-navigation a:link {
	border-bottom: none;
}

.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;
}

.paging-navigation ul {
	display: inline-block;
	padding: 0;
	list-style-type: none;

}

.paging-navigation li {
	display: inline-block;
}

.paging-navigation li a {
	padding: .3em 1em;
	margin: .4em .2em;
}

.paging-navigation .current {
	padding: .8em 1.1em;
	font-weight: 700;
	border: #000 1px solid;
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
#masthead {
	padding: 0;
	margin: 0;
}

.site-header {
	background-color: #fff;
}

.dmuLocalLogo {
	display: block;
	width: 80px;
	height: 43px;
	background: url(adh-gallery-logo.png) no-repeat 0 0; background-size: contain;
	float: left;
	margin-left: 1em;
	margin-top: .2em;
}

.dmuLogo {
	display: block;
	width: 119px;
	height: 50px;
	background: url(dmu-logo.svg) no-repeat 0 0; background-size: contain;
	float: right;
	margin: 0 1em .5em 0;
}


.site-branding {
	margin: .5em auto 0;
	overflow: auto;
	display: block;
	color: #000;
}

@media screen and (min-width: 30em) {
.dmuLocalLogo {
	display: block;
	width: 100px;
	height: 54px;
}

.dmuLogo{
	width: 150px;
	height: 63px;
}

}


@media screen and (min-width: 40em) {
.dmuLogo {
	width: 200px;
	height: 84px;
}

.dmuLocalLogo {
	display: block;
	width: 160px;
	height: 86px;
}

}

/* 57em or 927px */
@media screen and (min-width: 58em) {
	.site-branding {
		max-width: 58em;
		margin: .5em auto 0;
		overflow: auto;
		display: block;
		color: #000;
	}

	.dmuLocalLogo {
		display: block;
		width: 204px;
		height: 110px;
	}

}

.homeBannerImg {
	background: url(The-Gallery-banner.jpg);
	display: block;
	background-repeat: no-repeat;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	margin: 0 auto -3.5em;
}

@media screen and (min-width: 30em) {
	.homeBannerImg {
		min-height: 350px;
		margin: 0 auto -8.5em;
		z-index: -1;
	}
}

@media screen and (min-width: 50em) {
	.homeBannerImg {
		min-height: 450px;
		margin: -2.7em auto -8.5em;
		z-index: -1;
	}
}

@media screen and (min-width: 61em) {
	.homeBannerImg {
		min-height: 550px;
		margin: -2.7em auto -8.5em;
	}
}

@media screen and (min-width: 62.5em) {
	.homeBannerImg {
		min-height: 550px;
		margin: -2.7em auto -8.5em;
	}
}

@media screen and (min-width: 78em) {
	.homeBannerImg {
		min-height: 550px;
		margin: -3.7em auto -8.5em;
	}
}


.homeHeadings {
	background-color: #A00B35;
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}

.site-title {
	font-size: 1.6em;
	font-weight: bold;
	padding: .5em .5em 0 .5em;
}

.site-description {
	font-size: 1em;
	padding: 0 3em 1em 3em;
}

.site-title, .site-description {
	font-family: Oswald;
	line-height: 1.3em;
	margin-top: 1rem;
	margin-bottom: 0;
}

.fullWidthBlock {
	color: #000;
	margin: 0 -1.4em;
	padding: .5em 1.4em .1em 1.4em;
	text-align: center;
}

.fullWidthBlock.hpLatestNews {
	background-color: #ededed;
}

@media screen and (min-width: 30em) {
	.site-title {
		font-size: 1.8em;
		font-weight: bold;
		padding: .5em .5em 0 .5em;
	}

	.site-title, .site-description {
		margin-top: 2.5rem;
		margin-bottom: 1rem;
	}

	.site-description {
		font-size: 1.6em;
		padding: 0 3em 1em 3em;
	}

	.fullWidthBlock {
		margin: 0 -1.8em;
	}
}

@media screen and (min-width: 40em) {
	.site-title {
		font-size: 2em;
		font-weight: bold;
		padding: .5em .5em 0 .5em;
	}

	.site-title, .site-description {
		margin-top: 2.5rem;
		margin-bottom: 1rem;
	}

	.site-description {
		font-size: 1.6em;
		padding: 0 3em 1em 3em;
	}
}

@media screen and (min-width: 57em) {
	.site-title {
		font-size: 2.4em;
		font-weight: bold;
		padding: .5em .5em 0 .5em;
	}

	.site-title, .site-description {
		margin-top: 2.5rem;
		margin-bottom: 1rem;
	}

	.site-description {
		font-size: 1.6em;
		padding: 0 3em 1em 3em;
	}

	.fullWidthBlock {
		background-color: #ededed;
		position: relative;
		width: 100%;
		width: 100vw;
		left 0;
		left: calc((-100vw + 47.76em) /2 );
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.headerSearchArea {
	display: block;
	text-align: center;
}

.widget {
	margin: 0 auto;
	padding: .3em;
	clear: right;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget input {
	font-size: .8rem;
}

@media screen and (min-width: 30em) {
	.widget {
		margin: 0 .5em 0 .5em;
		padding: 0 .5em 0 .5em;
		text-align: right;
	}

	.widget input {
		font-size: .9rem;
	}

}

@media screen and (min-width: 40em) {
	.widget input {
		font-size: 1rem;
	}

}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Opportunities
--------------------------------------------------------------*/

.headerOpportunities {
		background-color: #ededed;
		color: #000;
		padding: .9em .5em .01em .5em;
		margin: 0 -1.42em -1em -1.42em;
		text-align: center;
		line-height: 1em;
}

.headerOpportunities .product-type a {
	text-decoration: underline;
}

.headerOpportunities h1 {
		font-size: 1.5em;
		margin: 0;
}

@media screen and (min-width: 30em) {
	.headerOpportunities {
		margin: -1.8em -1.82em -1em -1.82em;
	}

	.headerOpportunities h1 {
			font-size: 1.6em;
			margin: 0;
	}

	.headerOpportunities .product-type a {
		border-bottom: #000 1px solid;
		text-decoration: none;
	}

	.headerOpportunities .product-type a:hover, a:focus, a:active {
		border-bottom: none;
	}
}

@media screen and (min-width: 57em) {
	.headerOpportunities {
		position: relative;
		width: 100%;
		width: 100vw;
		left: 0;
		left: calc((-100vw + 47.8em) /2 );
		overflow: hidden;
	}

	.headerOpportunities h1 {
			font-size: 2em;
	}
}

/*--------------------------------------------------------------
# Main Site area (Responsive sizes)
--------------------------------------------------------------*/
.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: 57em) {
	.site-main {
		max-width: 45em;
		margin: 1.8em auto;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer { font-size: 0.8em; font-weight: bold; text-align: center; padding: 1em; background-color: #000; }
.site-footer ul { list-style:none; margin:0; padding: 0; }
.site-footer ul li { display:inline-block; color: #fff; margin: .2em;}
.site-footer a { text-decoration:none; color: #fff; }
.site-footer a:visited { color: #fff; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.socialLinks li { margin: 1em .1em 0 0; }
.socialLinks li a:hover {
	color:#ccc;
}
.socialLinks li span {
	display:none;
}

@media screen and (min-width: 30em) {
	.site-footer { font-size: 1em; }
}

@media screen and (min-width: 58em) {
.infoLinks { float: left; }
.socialLinks { float: right; }
}

}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/

.img.aligncenter {
	margin-top: 2em;
	margin-bottom: 2em;
}

img.alignright, img.alignleft {
	margin-bottom: 1.5em;
}

.centred-image, .featured-image {
	max-width: calc(100% + 2.8em);
	margin: 0 -1.4em;
}

.mainPageImg {
	margin-bottom: -1.5em;
}

@media screen and (min-width: 30em) {
	.centred-image, .featured-image {
		max-width: calc(100% + 3.6em);
		margin: 0 -1.8em;
	}

	.mainPageImg {
		margin-bottom: -1.5em;
	}
}

@media screen and (min-width: 50em) {
	img.alignright, .wp-caption.alignright {
		margin-right: -1.5em;
	}

	img.alignleft {
		margin-left: -1.5em;
	}

	.featured-image {
		display: block;
		margin: 0 auto;
		padding-top: .5em;
	}

	.mainPageImg {
		margin-bottom: -1.5em;
	}

	.fullWidthBlock .featured-image {
	margin-left: .7em;
	}
}

@media screen and (min-width: 74em) {
	img.alignright, .wp-caption.alignleft {
		margin-right: -3em;
	}

	img.alignleft {
		margin-left: -3em;
	}
}

.listingThumbImg {
	display: block;
	max-width: calc(100% + 2.8em);
	margin: 1.5em -1.4em;
}

@media screen and (min-width: 30em) {
	.listingThumbImg {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 44em) {
	.listingThumbImg {
		float: left;
		width: 250px;
		height: 188px;
		margin: 0 1em 1.5em 0;
	}
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
}

/*--------------------------------------------------------------
## DMU Custom
--------------------------------------------------------------*/

.latestNews h2 {
	text-align: center;
}

.stacklaArea {
		background-color: #ededed;
}

.infoBox {
  margin-bottom: 2rem;
  padding: 0 2rem 2rem;
  background: #ededed;
	color: #000;
}

.infoBox ul {
  padding: 0;
	margin: 0 0 0 1.5em;
}

.infoBox ul li {
  padding-bottom: .5em;
}

.infoBox h2 {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: .5rem 2rem;
  background: rgba(0,0,0,.8);
  font-size: 1.8rem;
  color: #fff;
}

.applyBtn {
  text-decoration: none;
}

.applyBtn a {
	text-decoration: none;
  padding: 1rem;
  font-weight: 700;
  background-color: #A00B35;
  color: #fff;
}

.applyBtn a:hover {
  background-color: #000;
}

.readMoreBtn {
  text-decoration: none;
}

.readMoreBtn a:hover {
  background-color: #000;
}


.listingEntry {
	border-top: #ededed 1px solid;
	padding-top: .5em;
}

.listingEntry h2 {
	font-size: 1.4em;
	display: inline;
}


.youTubeVideo {
	width: 100%;
	min-height: 300px;
}

@media screen and (min-width: 30em) {
	.youTubeVideo {
		width: 100%;
		min-height: 400px;
	}
}

@media screen and (min-width: 50em) {
	.youTubeVideo {
		width: 100%;
		min-height: 460px;
	}
}
