  /*
Theme Name: Augsburg 2016
Theme URI: http://www.augsburg.edu/
Author: Joe Mann / Augsburg College
Author URI: http://www.augsburg.edu/
Description: WordPress Theme for Augsburg College websites
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: augsburg-2016
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.

Augsburg 2016 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
# Widgets
# Structure
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
# Extras
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

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;
}

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: 1em 0px;
}

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;
	display: inline-block;
    width: auto;
    height: 23px;
    margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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: #404040;
	font-family: sans-serif;
}
h1 {
	font-size: 29px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h1,
h2 {
	clear: left;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-weight: 400;
	clear: left;
	font-family: 'Oswald', sans-serif;
}
h4,
h5,
h6 {
	clear: left;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
h2, h3, h4, h5, h6 {
	padding-top: 10px;
	margin-top: 0;
	letter-spacing: 0.03em;
}
h1 em, em h1,
h2 em, em h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
h3 em, em h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
h4 em, em h4,
h5 em, em h5,
h6 em, em h6 {
	font-family: 'Oswald', sans-serif;
}
/* prevent extra bolding in headings */
b h1, strong h1, h1 b, h1 strong,
b h2, strong h2, h2 b, h2 strong {
	font-weight: normal;
}
b h3, strong h3, h3 b, h3 strong,
b h4, strong h4, h4 b, h4 strong,
b h5, strong h5, h5 b, h5 strong,
b h6, strong h6, h6 b, h6 strong {
	font-weight: 300;
}


p {
	
}

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: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

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. */
}
/* prevent text wrapping around images on small screens */
@media(max-width: 600px) {
	figure.alignright,
	figure.alignleft,
	img.alignright,
	img.alignleft {
    	display: block;
    	margin: 0 auto;
    	clear: both;
    	float: none;
	}
}

/* prevent floating images from creating narrow text columns */
@media(min-width: 601px) {
	figure.alignright,
	figure.alignleft,
	img.alignright,
	img.alignleft {
    	max-width: 50%;
	}
}

.topimage {
	overflow: hidden;
	margin-bottom: 20px;
}
.topimage img {
	width: 100%;
}
@media(min-width: 768px) {
	.top-image {
		margin-bottom: 20px;
	}
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 1rem;
	width: auto;
	display: inline-block;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
button,
button:hover,
button:focus {
	box-shadow: none;
}

input.sitesearch {
	max-width: 75% !important;
	display: inline-block !important;
}	

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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 #ccc;
	border-radius: 3px;
	/* bootstrap styles */
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select {
	border: 1px solid #ccc;
}

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%;
}
input,
textarea,
select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* styling for Slate embedded forms */
.slate-form {
	background-color: #fbfbfb;
	padding: 20px;
	border: gray 2px solid;
}
.slate-form,
.slate-form strong {
	font-size: 13px;
	font-family: arial, sans-serif !important;
}
.slate-form legend {
	font-size: 13px;
	margin-bottom: 5px;
}
.slate-form .form_label {
	font-weight: normal;
}
.slate-form select {
	display: inline-block;
	width: auto;
}
.slate-form button {
    background-color: #660033;
    color: white;
    text-shadow: none;
    font-size: 15px;
    border-radius: 6px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: underline;
}
a.btn,
#augsburg-header-nav a,
#credits a,
#augsburg-home-header a,
.cta-home-boxes-container a,
.hpss-insta-handle a {
	text-decoration: none;
}
#credits a {
	border-bottom: 1px dotted;
	color: white;
	padding: 0 3px;
}
#credits a:hover,
#credits a:focus {
	background-color: white;
	color: #660033;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

/* phone number fix for iOS */
*[x-apple-data-detectors]  {
  color: inherit !important; 
  text-decoration: none; 
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
	#augsburg-header-nav {
		background-color: #660033;
		border-radius: 0;
		min-height: 40px;
	}
@media(max-width: 767px) {
	#augsburg-header-nav-contents {
		background-color: #333;
	}
	#augsburg-header-nav-contents,
	#augsburg-header-nav-contents h3,
	#augsburg-header-nav-contents a {
		color: white;
	}
	#augsburg-header-nav-contents .navbar-nav>.open>a, 
	#augsburg-header-nav-contents .navbar-nav>.open>a:focus, 
	#augsburg-header-nav-contents .navbar-nav>.open>a:hover {
    color: #3a3a3a;
    background-color: #dedede;
	}
	#augsburg-header-nav ul.nav li {
		border-bottom: #888 1px solid;
	}
	#augsburg-header-nav ul.nav li ul li {
		border-bottom: none;
	}
	.megamenu-heading,
	.megamenu-heading a {
		font-size: 1em;
		font-weight: bold;
		color: #777;
	}
	.admissions-mega {
    	padding-bottom: 20px;
	}
	ul.admissions-mega li ul {
		list-style-type: none;
	}
	ul.admissions-mega li ul li a {
		color: #777;
	}
	li#navSearch {
		border-bottom: none !important;
	}
	li#navSearch #cse-search-box {
		padding: 10px 15px;
	}
	#topSearchBox {
		width: 100%;
	}
	#topSearchContainer {
		margin-bottom: 0;
		display: inline-block;
		width: 75%
	}
	#cse-search-box .btn-default {
		display: inline-block;
		width: auto;
	}

}
@media(min-width: 768px) {
	#augsburg-header-nav {
		background-color: #6B6B6B;
	}
	#augsburg-header-nav .navbar-header {
		text-align: left;
		border-radius: 0;
	}
	#augsburg-header-nav .navbar-nav {
		float: right;
	}
	#augsburg-header-nav .navbar-nav>li>a {
		color: white;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	-ms-transition: all 0.3s;
    	-o-transition: all 0.3s;
    	transition: all 0.3s;
	}	
	#augsburg-header-nav .navbar-nav li a:hover,
	#augsburg-header-nav .navbar-nav li a:focus,
	#augsburg-header-nav .navbar-nav>.open>a, 
	#augsburg-header-nav .navbar-nav>.open>a:focus, 
	#augsburg-header-nav .navbar-nav>.open>a:hover {
		color: #555;
		background: white;
		-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	-ms-transition: all 0.3s;
    	-o-transition: all 0.3s;
    	transition: all 0.3s;
	}	
	.navbar-brand {
		float: left;
	}
	#header-logo {
		display: block;
	}
	#augsburg-header-nav-contents .dropdown .dropdown-menu {
		-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	-ms-transition: all 0.3s;
    	-o-transition: all 0.3s;
    	transition: all 0.3s;
    	max-height: 0;
    	opacity: 0;
    	display: block;
    	visibility: hidden;
    	background-color: black;
	}
	#augsburg-header-nav-contents .dropdown.open .dropdown-menu {
		max-height: 400px;
		opacity: 1;
		visibility: visible;
		background-color: white;
		border: 1px solid #ccc;
		border-top: none;
	    border-radius: 0;
	    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.55);
	}
	#augsburg-header-nav-contents .dropdown-menu {
	    border: none;
	}
	#augsburg-header-nav-contents .dropdown-menu li a {
		color: #000000;
		background-color: white;
	}
	#augsburg-header-nav-contents .dropdown-menu li a:hover,
	#augsburg-header-nav-contents .dropdown-menu li a:focus {
		color:white;
		background-color:black;
		outline: none;
	}
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega {
		width: 665px;
	    padding: 15px;
	}
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li ul {
		margin: 0;
		padding-top: 0;
		list-style-type: none;
	}
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li ul li {
		margin-left: 10px;
	}
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li a {
		color: #000000;
		background-color: white;
		font-size: 13px;
		padding: 2px;
	}
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li a:hover,
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li a:focus {
		background-color: black;
		color: white;
		outline: none;
	}
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li ul h3,
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li ul h3.megamenu-heading,
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li ul h3.megamenu-heading a {
		color: #000000;
		background-color: white;
		font-size: 19px;
	}
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li ul h3.megamenu-heading a {
		padding: 2px;
	}
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li ul h3.megamenu-heading a:hover,
	#augsburg-header-nav-contents .dropdown-menu.admissions-mega li ul h3.megamenu-heading a:focus {
		color: white;
		background-color: black;
		outline: none;
	}
	/*
	 * adding submenu function to navbar 
	 *
	.dropdown-submenu {
		position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top:0;
		left:100%;
		margin-top:-6px;
		margin-left:-1px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display:block;
	}
	.dropdown-submenu>a:after {
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#cccccc;
		margin-top:5px;
		margin-right:-10px;
	}
	.dropdown-submenu:hover>a:after {
		border-left-color:#ffffff;
	}
	.dropdown-submenu.pull-left {
		float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
		left:-100%;
		margin-left:10px;
		-webkit-border-radius:6px 0 6px 6px;
		-moz-border-radius:6px 0 6px 6px;
		border-radius:6px 0 6px 6px;
	}
	/*
	#augsburg-header-nav .navbar-nav>.active>a, 
	#augsburg-header-nav .navbar-nav>.active>a:focus, 
	#augsburg-header-nav .navbar-nav>.active>a:hover,
	#augsburg-header-nav .navbar-nav>.open>a, 
	#augsburg-header-nav .navbar-nav>.open>a:focus, 
	#augsburg-header-nav .navbar-nav>.open>a:hover {
		background-color: white;
		color: #555;
	}
	#augsburg-header-nav .navbar-nav>li.show-on-hover:hover {
		background-color: white;
		color: #555;
	}
	#augsburg-header-nav .navbar-nav>li.show-on-hover:hover a.dropdown-toggle {
		color: #555;
	}
	#augsburg-header-nav .navbar-nav>li.show-on-hover:hover .dropdown-menu {
		display: block;
	}
	*/
	.dropdown-mega {
		width: 700px;
		height: 500px;
		margin-top: 0;
    	border-radius: 0;
    	border: none;
    	box-shadow: 0px 5px 5px black;
    	overflow: hidden;
    	padding: 0;
	}
	.dropdown-mega ul.nav-stacked {
		margin: 0;
		padding-top: 10px;
	}
	.dropdown-toggle:focus {
    	outline: thin dotted;
    	outline: 5px auto -webkit-focus-ring-color;
    	outline-offset: -2px;
	}
	#cse-search-box {
		width: 100%;
		padding: 7px 0 7px 20px;
		display: inline-block;
		margin-bottom: 0;
	}
	#cse-search-box .btn-default {
		background-color: #fff;
		color: #333;
		height: 25px;
		border-top-right-radius: 13px;
    	border-bottom-right-radius: 13px;
	}
	#topSearchContainer {
		margin-bottom: 0;
		margin-right: -8px;
	}
	#topSearchBox {
		width: 90px;
		margin-right: 0; 
		height: 25px;
		border-bottom-left-radius: 13px;
		border-top-left-radius: 13px;
		padding-left: 10px;
	}
	.topSearchBox-icon {
		font-size: 11px;
	}
	.search-menu {
		background: #636363;
	}
}
@media(max-width: 991px) {
	#augsburg-header-nav .container {
		width: 100%;
	}
}
@media(min-width: 850px) {
	#cse-search-box {
		width: 200px;
	}
}
#augsburg-header-nav {
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid;
	border-color: #B7B7B7;
}
#augsburg-header-nav .navbar-header {
	background-color: transparent;
	text-align: center;
}
#augsburg-header-nav .navbar-header .navbar-toggle{
	border: none;
	background: none;
	box-shadow: none;
}
#augsburg-header-nav .navbar-header .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-brand {
	float: none;
}

.navbar-toggle {
	float: left;
}

/* sidebar navigation */
@media(min-width: 768px) {
	#navigation-sidebar {
		padding-bottom: 25px;
	}
}
#sidenav ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
}
#sidenav ul.children {
	margin-left: 25px;
}
#sidenav li a {
	font-weight: 600;
	color: #660033;
	background-color: transparent;
	text-decoration: none;
    line-height: 1.2;
    padding: 6px 3px 6px 8px;
}
#sidenav li a,
#sidenav li.current_page_item ul.children li a {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    background-color: transparent;
    color: #636363;
}
#sidenav li.page_item_has_children a {
    margin-bottom: 0;
}
#sidenav ul.children {
	margin-left: 30px;
}
#sidenav ul.children li {
	list-style-type: disc;
}
#sidenav ul.children li a {
    margin-bottom:5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
    font-weight: normal;
    color: #636363;
    background-color: transparent;
}
#sidenav li.current_page_item a,
#sidenav li a:active,
#sidenav ul.children li.current_page_item a,
#sidenav ul.children li a:active {
	text-decoration: none;
	background-color: #404040;
	color: white;
	padding-left: 5px;
}
#sidenav li ul.children li.current_page_item ul.children li a:hover,
#sidenav li ul.children li.current_page_item ul.children li a:focus,
#sidenav li.current_page_item ul.children li a:hover,
#sidenav li.current_page_item ul.children li a:focus,
#sidenav ul.children li a:hover,
#sidenav ul.children li a:focus,
#sidenav li a:hover,
#sidenav li a:focus {
	background-color: #660033;
	color: white;
	text-decoration: none;
	padding-left: 5px;
}

#sidenav li.page_item_has_children a:after {
	/* content: "\e252"; */
}

/*
 * default _s navigation styles
 *
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main {
	min-height: 500px;
	padding-bottom: 20px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
    padding-top: 20px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a,
.nav-next a {

}
.nav-previous a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e079";
	padding-right: 5px;
}
.nav-next a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	padding-left: 5px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #195876;
	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,
.alignright,
.aligncenter {
	margin-bottom: 1em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	clear: left;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	clear: right;
}

.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
	margin-top: 10px;
	margin-bottom: 75px;
}
.widget {
	margin: 0 0 10px;
}

h2.widget-title {
	font-size: 23px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget ul {
	margin-left: 0;
	padding-left: 25px;
}

#searchsubmit {
	color: #333;
	background-color: #fff;
}

.widget_recent_entries li {
    margin-bottom: 10px;
}
.widget_recent_entries a {
    font-size: 12px;
}
.tagcloud a {
	text-decoration: none;
}

/*** Sidebar Color Boxes ***/
.sidebar-color-box {
	max-width: 300px;
	font-size: 20px;
	background-image: url('/mba/wp-content/themes/augsburg-2016/arrow.png');
	background-position: right 5px top 50%;
	background-size: 25px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 10px 0;
	color: white;
	text-decoration: none;
	display: block;
	font-family: 'Oswald',sans-serif;
	padding: 10px 35px 10px 10px;
	font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.widget .sidebar-color-box {
	margin: 10px auto;
}
.widget .sidebar-color-box.left-color-box {
	margin: 10px 0;
}
.center-color-box {
	margin: 10px auto;
}
.right-color-box {
	margin: 10px 0 10px auto;
}
.sidebar-color-box i {
	padding-left: 20px;
}
.sidebar-color-box:hover {
	text-decoration: none;
}
/* Maroon */
.maroon-sidebar-box {
	background-color: #860038;

}
/* Green */
.green-sidebar-box {
	background-color: #6b6314;
}
/* Blue */
.blue-sidebar-box {
	background-color: #337AB7;
}

/* Orange */
.orange-sidebar-box {
	background-color: #a15320;
}
/* Transparent */
.transparent-sidebar-box {
	background-color: transparent;
}
.transparent-sidebar-box {
	color: #660033 !important;
}

/* hover and focus states */
.sidebar-color-box:hover,
.sidebar-color-box:focus {
	background-color: black;
	color: white;
}


/*** End Sidebar Color Boxes ***/

/*** Info Box ***/
		.info-box {
			color: #fff;
			font-family: 'Oswald', sans-serif;
			letter-spacing: 0.05em;
			text-align: center;
			margin: 10px;
			max-width: 300px;
			padding: 0 10px;
		}
		.left-info-box {
			float:left;
		}
		.right-info-box {
			float:right;
		}
		.center-info-box {
			margin: 0 auto 10px auto;
			padding-top: 1px;
			padding-bottom: 1px;
		}
		.info-box a {
			color: #fff;
			text-decoration: none;
		}
		.info-box a:hover {
			text-decoration: none;
		}
		.info-box .top-text {
			margin: 10px;
			line-height: normal;
		}
		.info-box .top-text p {
			margin-bottom: 0;
			font-family: 'Oswald',sans-serif;
		}
		.info-box .bottom-text {
			background-image: url('/mba/wp-content/themes/augsburg-2016/arrow.png');
			background-repeat: no-repeat;
			background-position: right center;
			background-size: 18px;
			height: 23px;
			margin-bottom: 0.5em;
			font-family: 'Oswald',sans-serif;
			text-transform: uppercase;
		}
		.info-box .bottom-text p {
			font-size: 14px;
			line-height: 25px;
			font-weight: 300;
			margin-right: 25px;
			margin-bottom: 0;
			text-align: right;			
			font-family: 'Oswald',sans-serif;
		}
		
/* Maroon */
.maroon-info-box {
	background-color: #860038;

}
/* Green */
.green-info-box {
	background-color: #6b6314;
}
/* Blue */
.blue-info-box {
	background-color: #337AB7;
}

/* Orange */
.orange-info-box {
	background-color: #a15320;
}

.info-box:hover,
.info-box:focus {
	background-color: black;
}
		
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	body.logged-in #augsburg-header-nav {
    	
	}
	#page {
		
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (min-width: 1300px) {
	.container {
		width: 1300px;
	}
}


#page {
	
}
.site-header {
	background-color: transparent;
	padding: 5px;
}
.site-branding {
	display: inline-block;
}
/* logo */
.navbar-brand {
	padding: 8px 42px 8px 0px;
	line-height: 42px;
	display: inline-block;
	height: 55px;
}
#header-logo {
	max-height: 38px;
	width: auto;
	display: inline-block;
	margin-top: 1px;
	margin-bottom: 10px;
	
}
.site-header-logo {
	display: none;
}
.site-header-logo img{
	max-height: 56px;
	width: auto;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
}
p.site-title { /* does not apply to index.php */
	
}
.site-title,
.site-title a {
	border-left: none;
	line-height: 36px;
	margin-top: 5px;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
        letter-spacing: 0.05em;
}
.site-title,
.site-title a,
.site-title a:visited {
	text-decoration: none;
	color: #660033;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}
.sitetitle-contact-info {

}
.contact-info-item {
	color: black;
	display: inline-block;
	font-size: 12px;
	padding: 0 1%;
	font-weight: bold;
}
.contact-info-item a {
	
}
.header-cta-button {
	display: block;
}
@media(min-width: 768px) and (max-width: 991px) {
	.site-header .container {
		width: 100%;
	}
}
@media(min-width: 768px) {
	.site-header {
		background-color: #660033;
		padding: 10px 0 5px 0;
	}
	.site-title,
	.site-title a,
	.site-title a:visited {
		color: white;
		font-size: 27px;
	}
	.navbar-brand {
		display: none;
	}
	.site-header-logo {
		display: inline-block;	
		float: left;
		margin: 0;
		padding: 5px 20px 0 0;
		border-right: gray 2px solid;
	}
	.site-title {
		margin-top: 5px;
		margin-bottom: 5px;
		padding-top: 0px;
		line-height: 1.4;
		padding-left: 20px;
		font-weight: 400;
	}
	.sitetitle-contact-info {
		padding-left: 20px;
	}
	.contact-info-item {
		color: white;
		padding: 0 5px;
		font-weight: normal;
		border-left: white 1px solid
	}
	.contact-info-item:first-child {
    	border-left: none;
	}
	.contact-info-item a {
		color: white;
	}
	.contact-info-item-divider {
		color: white;
	}
	.header-cta-button {
		display: block;
		margin: 20px 0 0 0;
    	float: right;
	}
	.header-cta-button .sidebar-color-box {
		margin: 0;
	}
}
@media(min-width: 992px) {
	.header-cta-button {
		margin: 12px 0 0 0;
	}
}

/* blog entry titles on index.php*/
.blog-posts article,
.infinite-wrap article {
	border-bottom: #404040 2px solid;
	padding-bottom: 20px;
}
h2.entry-title {
	font-size: 26px;
}
h2.entry-title a,
h2.entry-title a:visited {
	color: #404040;
	text-decoration: none;
}
h2.entry-title a:hover,
h2.entry-title a:focus {
	color: royalblue;
}
/* entry titles on page.php and single.php */

h1.entry-title,
h1.page-title {
	margin-bottom: 10px;
	color: #660033;
}
.page-title a {
    color: #404040;
}
/* */

.entry-header {
	margin: 10px 0;
}
.page-header {
	margin: 0;
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	padding-top: 0;
}
@media(min-width: 768px) {
	.site-content {
		padding-top: 20px;
	}
}
/*--------------------------------------------------------------
## 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: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta {
    margin-bottom: 15px;
    font-size: 12px;
}
.breadcrumb {
	margin-bottom: 10px;
	font-size: 12px;
}
.breadcrumb>li {
    display:inline;
}
.breadcrumb>li+li:before {
	color: #565656;
    content: "\203A";
}

/* Facstaff Page Template */

.facstaff-header {
    display:block;
    padding-bottom: 20px;
}
.facstaff-featured-photo {
	float: none;
}
.facstaff-featured-photo img {
	width: auto;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	margin:  20px auto;
}
.facstaff-header .directory-info {
	text-align: center;
}
@media(min-width: 768px) {
    .facstaff-header {
           display: inline-block;
    }
    .facstaff-header .directory-info {
		text-align: left;
	}
.facstaff-featured-photo {
		float: right;
		margin: 0;
	}
	.facstaff-featured-photo img {
		width: auto;
		max-width: 300px;
		margin: 20px 0 20px 20px;
	}

}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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 {
	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;
	font-size: 12px;
	font-weight: 100;
}

.wp-caption-text {
	text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
	.gallery-caption {
		display: block;
		font-size: 12px;
		padding-top: 5px;
	}
@media(min-width: 400px) {
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 50%;
	}
	.gallery-item {
		display: inline-block;
		text-align: left;
		vertical-align: top;
		width: 100%;
	}
	.gallery-item .gallery-icon,
	.gallery-caption {
		padding-right: 10px;
	}
}
@media(min-width: 600px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 33.33%;
	}
}

@media(min-width: 992px) {
	.gallery {
		margin-bottom: 1.5em;
	}

	.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%;
	}
}

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

footer.site-footer {
	background-color: black;
	background-image: linear-gradient( rgba(102, 0, 51, 0.75), rgba(102, 0, 51, 0.75) ), url('/mba/wp-content/themes/augsburg-2016/campus-footer-tall-bw.jpg');
    background-size: cover;
    background-position: top right 33%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 250px;
    padding: 30px 0;
}
@media(min-width: 1200px) {
	footer.site-footer {
		background-image: linear-gradient( rgba(102, 0, 51, 0.75), rgba(102, 0, 51, 0.75) ), url('/mba/wp-content/themes/augsburg-2016/campus-footer-bw.jpg');
		background-position: top right;
	}
}

#footerCTA {
	color: white;
	padding-bottom: 10px;
	background: transparent;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.58);
	margin-bottom: 20px;
}
#footerCTA h2 {
	font-size: 40px;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 0;
	text-shadow: 0 0 5px black;
}
#footerCTA p {
	text-shadow: 0 0 5px black;
}

#footer-links {

}
#footer-links ul {
list-style-type: none;
    margin-left: 0;
}
#footer-links h3 {
	color: white;
	margin-bottom: 8px;
}
#footer-links ul li {

}
#footer-links ul li a {
    color: white;
    text-decoration: none;
    line-height: 28px;
    padding: 3px;
    display: inline-block;
    width: auto;
    font-weight: 100;
}
#footer-links ul li a:hover,
#footer-links ul li a:focus {
	background-color: white;
	color: #660033;
}

#credits {
	color: white;
	padding: 40px 0 0 0;
}
#footerCTA .sidebar-color-box {
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 1200px) {
	#footerCTA {
		text-align: left;
		border-bottom: none;
		margin-bottom: 0;
	}
	#footerCTA .sidebar-color-box {
		margin-left: 0;
	}
	#footer-links ul li a {
		font-size: 12px;
		width: 100%;
	}
}
.augsburg-administrator-login p a {
    font-family: arial, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.79);
}
@media(min-width: 992px) {
    .augsburg-administrator-login {
        text-align:right;
    }
}
/*--------------------------------------------------------------
# Extras
--------------------------------------------------------------*/

/* accessibility fixes for Jetpack */
.share-count {
	background: #227c9a !important;
}
.sd-social-icon .sd-content ul li a.sd-button, .sd-social-text .sd-content ul li a.sd-button, .sd-content ul li a.sd-button, .sd-content ul li .option a.share-ustom, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-content ul li.advanced a.share-more, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li>a.sd-button, #sharing_email .sharing_send, .sd-social-official .sd-content>ul>li .digg_button >a {
	background: white !important;
}
.sd-button:before,
.sd-button span {
	color: #686868;
}
.breadcrumb a {
	color: #2654dd;
}
.instagram-media p, 
.instagram-media div p,
.instagram-media div p time,
.instagram-media time {
    color: black !important;
}
.mejs-container:focus {
    outline: #005fff auto 5px !important;
}

/* image gallery lightbox plugin fixes */
.dgwt-jg-gallery .dgwt-jg-caption span {
	font-size: 12px !important;
	letter-spacing: normal !important;
	font-weight: 400 !important;
}

.pswp__caption h4 {
	font-size: 14px !important;
    font-weight: normal !important;
    font-family: arial, sans-serif !important;
    color: white !important;
}

/* endowment fund page */


.endowment-fund-numbers {
  background-color: #660033;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 100;
  margin: 20px 0;
}

.endowment-fund-numbers ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  display: grid;
  align-items: stretch;
  grid-gap: 2px;
  padding: 2px;
  background-color: white;
  margin: 0;
}

.endowment-fund-numbers ul li {
  padding: 15px;
  background-color: #660033;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.endowment-fund-numbers ul li strong {
  display: block;
  font-size: 25px;
}

@media(min-width: 400px) {
  .endowment-fund-numbers ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media(min-width: 600px) {
  .endowment-fund-numbers ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}



/*--------------------------------------------------------------
# media queries 
--------------------------------------------------------------*/

@media(max-width: 500px) {
	#header-logo {
		height: auto;
	}
}
.btn-primary {
	background-color: #660033;
    border-color: #54002A;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #54002A;
	border-color: #310019;
}
.btn-default {
	letter-spacing: 0.03em;
	background-color: #660033;
    color: white;
    text-shadow: none;
}
a.btn-transparent,
a.btn-transparent:visited {
	background: transparent;
	color: white;
}
a.btn-transparent:hover,
a.btn-transparent:focus {
	color: #333;
}
/* prevent Google Conversion iframe from taking up space on page */
iframe[name='google_conversion_frame'] {
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin-top: -13px;
    width: 0 !important;
    float: left;
}
.faculty-info-block {
    font-size: 12px;
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-bottom: 10px;
    max-width: 245px;
}
.faculty-info-block strong {
    font-size: 13px;
}
@media(max-width: 767px) {
	.faculty-info-block {
		
	}
}
.error-404.not-found {
	min-height: 500px;
	max-width: 1000px;
	margin: 0 auto;
}
/* top right box */
.top-right-box {
    border: #9a9a9a 2px solid;
    width: 100%;
    margin: 0px 0px 10px 0;
    padding: 1px 10px;
    text-align: left;
    display: block;
}
@media(min-width: 550px) {
	.top-right-box {
		float: right;
		width: auto;
		min-width: 200px;
		max-width: 300px;
		margin: 0 0 10px 10px;
		clear: right;
		padding: 0 10px;
	}
}
/* modal windows */
h3.modal-title {
	font-size: 23px !important;
    color: #333;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.modal-body p {
    text-align: left;
        font-size: 1.1em !important;
    font-family: 'Arial', sans-serif !important;
    color: black !important;
    max-width: 560px !important;
}
.modal-body p i {
	font-size: 1.4em;
    vertical-align: bottom;
}
.modal-body a {
	color: royalblue !important;
}
a.text-image-link:hover,
a.text-image-link:focus {
	text-decoration: none;
	color: white;
}
.text-image {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-shadow: 0 0 5px black, 0 0 5px black;
    color: white;
    text-transform: uppercase;
    clear: both;
    font-weight: normal;
    font-size: 28px;
    padding: 2px 5px;
    transition: all 0.3s ease;
}
a.text-image-link:hover .text-image,
a.text-image-link:focus .text-image {
	padding-left: 15px;
}

/* HORIZONTAL MENU STYLES */

.au-horizontal-menu {
	--space: 1rem;
	border-bottom: 2px solid #660033;
}

.au-horizontal-menu > * {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.au-horizontal-menu > * > * {
	margin: calc(var(--space) / 2);
}

.au-horizontal-menu > ul ul {
	display: none;
	position: absolute;
	height: max-content;
	width: max-content;
	left: 0;
	top: 100%;
}

#sidenav .au-horizontal-menu .page_item_has_children .children {
	margin-left: 0px;
	z-index: 999;
	background-color: #fff;
	padding: 1rem;
	box-shadow: 0px 9px 9px rgb(0 0 0 / 55%);
}

#sidenav .au-horizontal-menu .page_item_has_children .children li {
	list-style-type: none;
}

#sidenav .au-horizontal-menu .page_item_has_children a {
	margin-bottom: inherit
}

.au-horizontal-menu > ul li {
	position: relative;
}

.au-horizontal-menu > ul > li:hover > ul,
.au-horizontal-menu > ul > li.page_item_has_children > ul:hover  {
	display: block;
}

.au-horizontal-menu > ul li:focus-within > ul {
	display: block;
}

#sidenav .au-horizontal-menu li a:hover,
#sidenav .au-horizontal-menu li ul li a:hover {
	padding-left: 8px;
	background-color: #fff;
	color: #660033;
}

#sidenav .au-horizontal-menu li ul li a:hover {
	padding-left: 0px;
}

.au-flex {
	display: flex;
	flex-wrap: wrap;
}

.au-flex-center-align {
	align-items: center;
}

.au-flex-center-justify {
	justify-content: center;
}

.au-flex-stretch-align {
	align-items: stretch;
}

.au-stretch-child {
	height: 100%;
}

h3.augs_expand_expandable_heading {
    position: relative;
}

button[aria-controls^="augs_expand_"] {
    border: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    width: 100%;
    text-align: left;
    padding: 10px;
    background: #DDD;
}
button[aria-controls^="augs_expand_"]::after {
	position: absolute;
	right: 1rem;
	font-weight: bold;
}

button[aria-controls^="augs_expand_"][aria-expanded="false"]::after {
	content: "+";
}

button[aria-controls^="augs_expand_"][aria-expanded="true"]::after {
	content: "-";
}

div[id^="augs_expand_"][aria-hidden="true"] {
	display: none;
}

div[id^="augs_expand_"][aria-hidden="false"] {
	display: block;
}

div.au-grid {
	display: grid;
    gap: 1em;
    align-items: stretch;
}
@supports (width: min(350px, 100%)) {
    div.au-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
    }
}

div.au-card {
    padding: 1em;
    max-width: 600px;
}
div.au-card > div:hover {
    box-shadow: 0px 0px 20px -12px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 0px 20px -12px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 20px -12px rgba(0,0,0,0.9);
}
div.au-card > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #888;
}
div.au-card > div > .sidebar-color-box {
	max-width: unset;
	margin: unset;
}
div.au-card > div img {
    flex-grow: 1;
    object-fit: cover;
    object-position: center;
}

div.au-image-hero {
    min-height: 40vh;
    padding: 2em 1em;
    width: 100vw;
    margin-left: calc((100vw - 100%)/2 * -1);
    margin-bottom: 3em;
    background-size: cover;
    background-position: center;
}
div.au-image-hero h2 {
	line-height: 1.375em;
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(0,0,0,0.85);
    margin: 0.1em 0;
    font-family: Oswald;
    font-weight: 400;
	font-size: 76px;
	text-align: center;
}
div.au-image-hero p {
	color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
    margin: 1em 0;
    font-size: 25px;
	text-align: center;
    font-family: Oswald;
    font-weight: 300;
}