/**
 * Theme Name:  UBC Forestry Wood Science
 * Theme URI:   http://
 * Description: Welcome to CFC 2021, a meticulously crafted and balanced WordPress theme for personal and professional blogging. UBC Forestry is highly responsive and retina-ready, simple and powerful, efficiently coded and user friendly WordPress theme.
 * Version:     1.0.0
 * Author:      UBC Forestry
 * Author URI:  http://white

 * Tags:        accessibility-ready, blog, custom-colors, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
 * Text Domain: ubcfws
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html

 */


/*----------------------------------------------------------------------------
 >>> TABLE OF CONTENTS:
------------------------------------------------------------------------------
# Structure
	## HTML
	## Body
	## Links
# Typography
	## Typography General
# Header
# Footer
# Menus
# Page common
	## Posts and pages
# Home
# Inner pages
# Contact Form 7
# Alignement (WP classes)
# Images
	## Typography Buttons
	## Media
# Accessibility
# Clearings
# Privacy Policy
# 404 Error
# Comments
# Infinite scroll

------------------------------------------------------------------------------*/


/* ==========================================================================
   # Structure
   ========================================================================== */

/* HTML
   ========================================================================== */

html {
	font-size: 20px;
}

main:focus,
nav:focus,
div:focus,
button:focus {
	outline: none;
}

/* Body
   ========================================================================== */

body {
	background: #e6e6e6;
	font-family: Open Sans, Oxygen-Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.6;
	overflow-y: scroll;
	overflow-x: hidden;
	min-width: 320px;
	padding: 0 20px;
}

body,
button,
input,
select,
textarea {
	color: #222;
}

/* Links
   ========================================================================== */

a {
	color: #0000b5;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

a:hover,
a:active {
	color: #0000b5;
	text-decoration: underline;
}

a:link,
a:visited,
button {
	-webkit-transition: color .2s ease, background-color .2s ease;
	-moz-transition: color .2s ease, background-color .2s ease;
	-o-transition: color .2s ease, background-color .2s ease;
	transition: color .2s ease, background-color .2s ease
}

.container {
	max-width: 100%;
}

a.plain-green-link {
	color: #28523f;
	font-weight: 400;
}

a.right-arrow {
	
}
a.right-arrow::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	margin: 0 0 0 10px;
	font-weight: 900;
	font-size: 0.8em;
}

.entry-content a {
	font-weight: 600;
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	font-weight: 700;
}


/* ==========================================================================
   # Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 700;
	color: #28523f;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
	margin: 1.2em 0 .7em;
}

/* Base sizes
   ================================ */
h1, .h1 { font-size: 1.05rem; }
h2, .h2 { font-size: 0.95rem; }
h3, .h3 { font-size: 0.9rem; }
h4, .h4 { font-size: 0.8rem; }
h5, .h5 { font-size: 0.75rem; }
h6, .h6 { font-size: 0.7rem; }

p {
	margin-bottom: 0.8em;
}

p:last-child {
	margin-bottom: 0;
}

sub, sup, small, .small,
blockquote cite, .wp-caption .wp-caption-text { font-size: 0.9em; }

.smaller { font-size: 0.8em; }
.xsmall {
	font-size: 0.625em;
	line-height: 1.5em;
}


@media (min-width: 576px) {
	body { 
		font-size: 0.8rem; 
	}
	h1, .h1 { font-size: 1.5rem; }
	h2, .h2 { font-size: 1.2rem; }
	h3, .h3 { font-size: 1.1rem; }
	h4, .h4 { font-size: 1rem; }
	h5, .h5 { font-size: 0.9rem; }
	h6, .h6 { font-size: 0.8rem; }
}


@media (min-width: 992px) {
	body { 
		font-size: 0.9rem; 
	}
	h1, .h1 { font-size: 1.9rem; }
	h2, .h2 { font-size: 1.5rem; }
	h3, .h3 { font-size: 1.2rem; }
	h4, .h4 { font-size: 1.1rem; }
	h5, .h5 { font-size: 1rem; }
	h6, .h6 { font-size: 0.9rem; }
}


/* Typography General
   ========================================================================== */

ul,
ol,
dd,
dl,
figure,
fieldset,
form,
pre,
table {
	margin: 0 0 1.6rem;
}

object {
	margin-bottom: 1.5rem;
}

.forms .checkbox-list-vertical .checkbox:last-child {
	margin-bottom: 0;
}

i,
em,
cite {
	font-style: italic;
}

i i,
em em,
mark mark,
cite cite,
blockqoute i,
blockquote em,
blockquote cite {
	font-style: normal;
}

acronym {
	text-transform: uppercase;
}

del,
s,
strike {
	text-decoration: line-through;
}

strong,
b,
.label[bold],
.badge[bold],
.message a,
.alert a {
	font-weight: 700;
}

b b,
strong strong {
	font-weight: 400;
}

var,
tfoot th,
tfoot td,
.muted {
	color: rgba(0, 0, 0, 0.5);
}

.show-if-js,
.label:empty,
.badge:empty,
.hide {
	display: none;
}

hr {
	background-color: transparent;
	border: 0;
	border-top: 1px solid #28523f;
	border-bottom: 1px solid #fff;
	clear: both;
	display: block;
	height: 2px;
	margin: 2.5rem 0 2.1rem;
	overflow: hidden;
}

p:empty,
p:blank {
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

sup {
	bottom: .3em;
	position: relative;
	vertical-align: baseline;
}

sub {
	position: relative;
	top: .3em;
	vertical-align: baseline;
}

.nowrap,
.nowrap td {
	white-space: nowrap;
}

.start {
	margin-top: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.normal {
	font-weight: normal !important;
}

.light {
	font-weight: 300 !important;
}

.thin {
	font-weight: 100 !important;
}

.bold {
	font-weight: 700 !important;
}

.italic {
	font-style: italic !important;
}

.list-flat {
	list-style: none;
	margin-left: 0;
}

/* === <bdo> and direction === */

[dir="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

bdo[dir="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

/* === Blockquotes, quotes, and cites === */

blockquote {
	border-top: 3px solid rgba(0, 0, 0, 1);
	font-weight: 600;
	line-height: 1.45;
	margin-left: 1.5rem;
	margin-top: 2rem;
	padding-left: 0;
	padding-top: 1.5rem;
	position: relative;
}

blockquote p {
	margin-left: -1.5rem;
}

blockquote::before {
	color: rgba(0, 0, 0, 1);
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-size: 1.25em;
	left: 0;
	line-height: 1;
	margin-left: -2rem;
	position: absolute;
	top: -.8rem;
	width: 30px;
}

blockquote cite {
	display: block;
	font-weight: 400;
	line-height: 20px;
	margin-top: 15px;
	width: 100%;
}

cite {
	opacity: 0.65;
	font-style: italic;
}

.en-us q {
	quotes: \201C \201D \2018 \2019;
}

blockquote.alignleft,
blockquote.alignright {
	width: 32%;
}

.pull-right,
.pull-left {
	color: #222;
	border-top: solid 4px #222;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 2% 0 0 0;
	position: relative;
}

.pull-left {
	float: left;
	margin-top: 1%;
	margin-bottom: 3%;
}

.pull-right {
	margin-top: 1%;
	margin-bottom: 3%;
}

@media (min-width: 768px) {
	.pull-left {
		float: left;
		margin: 1% 5% 3% 0;
		width: 34%;
	}

	.pull-right {
		float: right;
		margin: 1% 0 3% 5%;
		width: 34%;
	}
}

/* === Acronyms and abbreviations === */

abbr[title],
acronym[title],
time[title],
dfn[title] {
	cursor: help;
}

abbr[title] {
	border-bottom: 1px dotted #202020;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
}

/* === Code and Preformatted text === */

ins,
u {
	text-decoration: underline;
}

mark {
	background-color: #ffd61e;
	color: #202020;
	text-decoration: none;
}

pre,
code,
kbd,
samp,
var,
output {
	cursor: text;
	font-family: Consolas, Andale Mono, AndaleMono, Courier New, Courier;
	font-size: 83%;
	font-style: normal;
}

pre {
	background: rgba(0, 0, 0, 0.03);
	color: rgba(0, 0, 0, 0.9);
	overflow: auto;
	padding: 1.2rem 1.5rem;
	word-wrap: normal;
}

td pre {
	white-space: 0;
	word-wrap: break-word;
}

mark,
code,
samp,
kbd {
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	padding: .2rem .4rem;
}

code {
	background: rgba(0, 0, 0, 0.07);
	direction: ltr;
	text-align: left;
}

pre code {
	background: none;
	border: none;
	font-size: 100%;
	line-height: 24px;
	padding: 0;
}

samp {
	background: #46a9fc;
	color: rgba(255, 255, 255, 0.95);
}

kbd {
	background: #202020;
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
}

ins,
dfn {
	border-bottom: 1px solid #999;
	font-style: italic;
	text-decoration: none;
}

/* === <address> tag === */

address {
	font-style: normal;
	margin: 0 0 1rem;
}

/* === Lists === */

ul,
ol {
	margin-left: 0;
	padding-left: 1rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 0;
}

ol ol li {
	list-style-type: lower-alpha;
}

ol ol ol li {
	list-style-type: lower-roman;
}

body dt {
	font-size: 1em;
	font-weight: bold;
	margin-left: 0;
}

dd {
	margin-left: .75em;
}

dd + dd {
	margin-top: .75rem;
}

dd + dt {
	margin-top: 1.5rem;
}



/* ==========================================================================
   # Header
   ========================================================================== */
#ubc7-header::before,
#ubc7-header::after {
	display: table;
	line-height: 0;
	content: "";
}
#ubc7-header::after {
	clear: both;
}

.expand {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.inflate {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0
}

.row {
	width: auto;
}

.container,
#ubc7-unit-menu .container {
	margin-left: 0;
	margin-right: 0;
}

header.row,
header [class*="col-"],
#ubc7-header {
	background-color: #fff;
}

header [class*="col-"] {
	height: 95px;
}

#ubc7-header {
	border-top: 3px solid #002145/*#2f5d7c*/;
	height: 98px;
}

#ubc7-header .container {
	border-left: 0;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
}

header [class*="col-"],
header .row [class*="col-"] {
	border: 0 none;
	display: block;
	float: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#ubc7-header .col-lg-1,
#ubc7-header .col-lg-2 {
	display: none;
}

#ubc7-logo a,
#ubc7-apom a,
#ubc7-wordmark a,
#ubc7-global-utility button span,
#ubc7-signature a,
.ubc7-campus,
.hide-text {
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

#ubc7-logo,
#ubc7-apom,
#ubc7-wordmark {
	height: 100%;
}

#ubc7-logo a,
#ubc7-apom a,
#ubc7-wordmark a,
#ubc7-global-utility button {
	display: block;
	height: 100%;
	width: 100%;
}

#ubc7-wordmark a {
	height: 80%;
}

#ubc7-logo,
#ubc7-apom a,
#ubc7-wordmark-block,
#ubc7-global-utility button span,
#ubc7-global-utility-no-script,
#ubc7-okanagan-campus,
#ubc7-vancouver-campus,
#ubc7-signature a,
.ubc7-carousel-control,
#ubc7-ql-apom span,
#ubc7-ql-mobile span,
.ubc7-arrow {
	background-image: url('images/ubc7-clf-sprite-grey.png');
	background-repeat: no-repeat;
}

#ubc7-global-utility button {
	background: transparent;
	border: 0;
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	cursor: pointer;
	height: 44px;
	margin-right: 0;
	float: right;
	padding: 0;
	width: 45px;
}

#ubc7-global-utility button span,
a#ubc7-global-utility-no-script {
	background-color: #002145/*#2f5d7c*/;
	background-position: -1229px -296px;
	cursor: pointer;
	display: block;
	height: 25px;
	position: relative;
	top: -10px;
	width: 45px;
}

#ubc7-global-utility button:not(.collapsed) span {
	background-position: -1163px -296px;
}

#ubc7-global-utility button:hover span,
#ubc7-global-utility button:active span {
	background-color: #002145/*#2f5d7c*/;
}

#ubc7-global-utility-no-script {
	left: 0;
	top: -44px;
}

#ubc7-wordmark-block {
	background-position: -2px -276px;
	background-size: auto;
	border-left: 0;
	margin-left: 0;
}

#ubc7-signature a {
	background-position: -2px -461px;
}

#ubc7-logo {
	background-position: 11px -115px;
	min-width: 95px;
}

#ubc7-apom a {
	background-position: -73px -115px;
	border-left: 1px solid #d7e0e7;
	min-width: 160px;
}

#ubc7-apom a:hover {
	background-color: #d7e0e7;
}


#ubc7-wordmark {
	background: 0;
	float: left;
	position: relative;
	width: 70%;
}



#ubc7-global-menu {
	background: #fff;
	box-shadow: inset 0 -60px 60px -60px #ccc;
	-moz-box-shadow: inset 0 -60px 60px -60px #ccc;
	-webkit-box-shadow: inset 0 -60px 60px -60px #ccc;
	line-height: 22px;
}

#ubc7-global-menu #ubc7-search input,
#ubc7-global-menu #ubc7-search button,
#ubc7-global-menu #ubc7-global-header a {
	visibility: hidden;
}

#ubc7-global-menu.show #ubc7-search input,
#ubc7-global-menu.show #ubc7-search button,
#ubc7-global-menu.show #ubc7-global-header a {
	visibility: visible!important;
}

#ubc7-search {
	background-color: #d7e0e7;
	height: 90px;
	text-align: center;
}

#ubc7-global-menu .container {
	padding-left: 0;
	padding-right: 0;
}

.form-search {
	margin:0 0 20px
}

#ubc7-search-box {
	padding-top: 30px;
}

#ubc7-search-box input {
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font-size: 0.8rem;
	height: 1.5rem;
	line-height: 1rem;
	max-width: 200px;
	padding: 4px 3px;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
#ubc7-search-box input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

#ubc7-search-box label {
	display: none;
}

#ubc7-search-box .btn {
	background-color: #002145;
	*background-color: #191938;
	background-image: -ms-linear-gradient(top, #002145, #191938);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #002145), to( #191938));
	background-image: -webkit-linear-gradient(top, #002145, #191938);
	background-image: -o-linear-gradient(top, #002145, #191938);
	background-image: linear-gradient(to bottom, #002145, #191938);
	background-image: -moz-linear-gradient(top, #002145, #191938);
	background-repeat: repeat-x;
	border: 1px solid #191938;
	border-color: rgba(25, 25, 56, .5);
	border-color: #002145;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#002145', endColorstr='#191938', GradientType=0);
	filter: progid: dximagetransform.microsoft.gradient(enabled=false);
	font-size: 0.7rem;
	padding: 4px 12px;
	text-decoration: none;
	text-shadow: none;
	*zoom: 1;
}

#ubc7-search-box .btn:hover,
#ubc7-search-box .btn:active {
	background-color: #2f5d7c;
	background-position: 0 -200px;
	border-color: #2f5d7c;
	color: #fff;
	outline: 0;
	text-decoration: none;
	text-shadow: none;
	transition: background-position .1s linear;
}

#ubc7-search-box .btn:focus {
	box-shadow: none;
	outline: 0;
}

/* Handle BS2 structure inserted by UBC global header function */
.row-fluid::before,
.row-fluid::after {
	display: table;
	line-height: 0;
	content: "";
}
.row-fluid::after {
	clear: both;
}
#ubc7-global-header {
	font-family: Arial,sans-serif !important;
}
#ubc7-global-header .row-fluid {
	padding-top: 10px;
	padding-bottom: 30px;
}
#ubc7-global-header .span8 {
	width: 100%;
}
#ubc7-global-header .row-fluid .offset2:first-child {
	margin-left: 0;
}
#ubc7-global-header ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
#ubc7-global-header li {
	border-bottom: 1px solid #d7e0e7;
	display: block;
	float: left;
	height: 31px;
	line-height: 24px;
	margin: 10px 1% 0 1%;
	width: 48%;
}

#ubc7-global-header a {
	color: #002145!important;
	font-size: 12px;
	text-decoration: none;
}

#ubc7-global-header a:hover,
#ubc7-global-header a:active {
	text-decoration: underline;
}

#ubc7-ql-mobile span {
	background-position: -1100px -300px;
	display: block;
	float: left;
	height: 25px;
	width: 25px;
}

#ubc7-ql-apom span {
	background-position: -1073px -300px;
	display: block;
	float: left;
	height: 25px;
	width: 25px;
}

#ubc7-unit {
	background: #28523f;
/*	box-shadow: inset 0 -10px 10px -10px #222;
	-moz-box-shadow: inset 0 -10px 10px -10px #222;
	-webkit-box-shadow: inset 0 -10px 10px -10px #222; */
	height: 50px;
	line-height: 22px;
	overflow: hidden;
	width: auto;
}

#ubc7-unit .container,
#ubc7-unit .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

#ubc7-unit-name {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 700;
}

#ubc7-unit-name a {
	color: #fff;
	display: block;
	line-height: 20px;
	text-decoration: none;
}

#ubc7-unit-name a:hover {
	text-shadow: 1px 2px #222;
}

#ubc7-unit-faculty {
	display: block;
}

#ubc7-unit-identifier {
	display: block;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
}


@media (min-width: 576px) {
	#ubc7-global-menu .container {
		max-width: 100%;
	}

	#ubc7-header .container,
	#ubc7-unit .container {
		max-width: 100%;
	}

	#ubc7-wordmark-block {
		background-position: -2px -205px;
		background-size: auto;
	}

	#ubc7-global-utility button span,
	a#ubc7-global-utility-no-script {
		height: 33px;
		position: relative;
		top: -6px;
	}

	#ubc7-global-utility-no-script {
		left: 45px;
		top: 0:
	}

	#ubc7-global-utility button span {
		background-position: -1229px -291px;
	}

	#ubc7-global-utility button:not(.collapsed) span {
		background-position: -1163px -291px;
	}

	#ubc7-wordmark {
		width: 70%;
		background: 0;
	}
}

@media (min-width: 768px) {
	#ubc7-unit .container,
	#ubc7-global-menu .container {
		max-width: 100%;
	}

	#ubc7-search-box input {
		width: 278px;
		max-width: 278px;
	}

	#ubc7-wordmark-block {
		background-position: -1px -205px;
	}

	#ubc7-global-utility button {
		height: 44px;
		margin-right: 0;
	}

	#ubc7-global-utility button span,
	#ubc7-global-utility-no-script {
		background-position: -1233px 7px;
		height: 33px;
	}

	#ubc7-global-utility button:not(.collapsed) span {
		background-color: #002145/*#2f5d7c*/;
		background-position: -1167px 7px;
	}

	#ubc7-global-utility-no-script {
		position: relative;
		top: -35px;
	}

	#ubc7-global-header ul {
		margin: 0;
	}

	#ubc7-global-header li {
		width: 23%;
	}

}

@media (min-width: 992px) {
	body {
		padding: 0;
	}

	.expand {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.container,
	#ubc7-unit-menu .container {
		margin: 0 auto;
		width: 970px;
		max-width: 970px;
	}

	#ubc7-header .container {
		border-left: 2px solid #94a99f;
		border-right: 2px solid #94a99f;
		padding-left: 13px;
		padding-right: 13px;
	}

	#ubc7-header .col-lg-1 {
		display: block;
		float: left;
		width: 60px;
	}

	#ubc7-wordmark-block {
		background-position: -72px -115px;
		border-left: 2px solid #d7e0e7;
		float: left;
		margin-left: 20px;
		position: relative;
		max-width: 860px;
		width: 860px;
	}

	#ubc7-wordmark {
		width: 85%;
	}

	#ubc7-wordmark a {
		height: 100%;
	}

	#ubc7-global-utility button {
		height: 35px;
		margin-right: 13px;
	}

	#ubc7-global-utility button span {
		height: 35px;
		top: 0;
	}

	#ubc7-global-header .span8 {
		width: 620px;
	}

	#ubc7-global-header .row-fluid .offset2:first-child {
		margin-left: 180px;
	}

	#ubc7-unit {
		height: 65px;
	}

	#ubc7-unit-name {
		margin-top: 10px;
		padding-left: 15px;
	}

}


@media (min-width: 1200px) {
	#ubc7-unit-menu .nav>li>a {
		padding-top: 11px!important;
	}

	.container,
	#ubc7-unit-menu .container {
		width: 1170px;
		max-width: 1170px;
	}

	#ubc7-header {
		border-top: 3px solid #002145/*#2f5d7c*/;
		height: 118px;
	}

	header.row,
	header [class*="col-"] {
		height: 115px;
	}

	#ubc7-header .container {
		width: 1200px;
		min-width: 1200px;
	}

	#ubc7-header .col-lg-1 {
		width: 70px;
	}

	#ubc7-logo {
		background-position: 32px 14px;
		margin-left: -15px;
		min-width: 115px;
	}

	#ubc7-wordmark-block {
		background-position: -83px 14px;
		width: 1070px;
		max-width: 1070px;
		margin-left: 30px;
	}

	#ubc7-wordmark {
		max-width: 739px;
		width: 739px;
		height: 100%;
	}

	#ubc7-global-utility button {
		height: 43px;
		margin-right: 17px;
	}

	#ubc7-global-utility button span,
	a#ubc7-global-utility-no-script {
		background-position: -1233px 11px;
		height: 43px;
		margin-right: 19px;
	}

	#ubc7-global-utility-no-script {
		left: 64px;
		top: 0;
	}

	#ubc7-global-utility button:not(.collapsed) span {
		background-position: -1167px 11px;
	}

	#ubc7-global-header .span8 {
		width: 770px;
	}

	#ubc7-global-header .row-fluid .offset2:first-child {
		margin-left: 200px;
	}

	#ubc7-unit-name {
		padding-left: 0;
	}

}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: '3/2'),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #ubc7-logo,
    #ubc7-apom a,
    #ubc7-wordmark-block,
    #ubc7-global-utility button span,
    #ubc7-global-utility-no-script,
    #ubc7-okanagan-campus,
    #ubc7-vancouver-campus,
    #ubc7-signature a,
    .ubc7-carousel-control,
    #ubc7-ql-apom span,
    #ubc7-ql-mobile span,
    .ubc7-arrow {
        background-image: url('images/ubc7-clf-sprite-grey-2x.png')!important;
        background-size: 1500px!important;
    }
}

@media only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 768px),
only screen and (-o-min-device-pixel-ratio: '3/2') and (min-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 1.5) and (min-width: 768px) {
    #ubc7-signature a {
        background-position: -2px -435px!important;
        background-size: 1400px!important;
    }
}


/* ==========================================================================
   # Site Footer
   ========================================================================== */
#ubc7-footer {
	background: #002145;
	font-size: 0.7rem;
}

#ubc7-unit-footer {
	background: #fff;
	border-top: 1px solid #d7e0e7;
	color: #002145;
	line-height: 1.1rem;
	padding-top: 20px;
}

#ubc7-unit-footer [class*="col-"] {
	margin-bottom: 10px;
}

#ubc7-address-unit-name {
	font-weight: 700;
}

#ubc7-unit-address a {
	color: #002145;
	text-decoration: none;
}

#ubc7-unit-address a:hover {
	color: #002145;
	text-decoration: underline;
}

#ubc7-footer .ubc7-back-to-top a {
	color: #2f5d7c;
	text-decoration: none;
}

#ubc7-footer .ubc7-back-to-top a:hover {
	color: #2f5d7c;
	text-decoration: underline;
}

#ubc7-unit-social-icons {
}

#ubc7-unit-social-icons a {
	color: #002145;
	font-size: 1.6rem;
}

#ubc7-footer .ubc7-back-to-top {
	background: #fff;
	padding-bottom: 8px;
	padding-top: 10px;
}

#ubc7-global-footer {
	line-height: 1.1rem;
}

#ubc7-signature {
	height: 50px;
	margin-top: 20px;
}

#ubc7-signature a {
	background-position: -2px -544px;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
}

#ubc7-footer h3 {
	color: #fff;
	font-size: 110%;
	line-height: 1.5rem;
	margin: 15px 0 5px 0;
}

#ubc7-footer h4 {
	color: #fff;
	font-size: 100%;
	line-height: 1.5rem;
	margin: 2px 0;
}

#ubc7-footer-menu a,
#ubc7-minimal-footer a {
	color: #fff;
	text-decoration: none;
}

#ubc7-minimal-footer {
	padding-top: 20px;
}

#ubc7-minimal-footer .col-lg-12 {
	border-top: 1px solid #1f385f;
	float: none;
	padding: 22px 0;
}

#ubc7-minimal-footer ul {
	margin: 0;
	padding: 0;
}

#ubc7-minimal-footer li {
	display: inline-block
}

#ubc7-minimal-footer a {
	font-size: 85%
}

#ubc7-minimal-footer .divider {
	color: #ccc;
	padding: 0 5px 0 3px
}


@media screen and (max-width: 991px) {
	/* remove padding on .container for smaller screens */
	#ubc7-footer .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 576px) {
	#ubc7-footer .ubc7-back-to-top {
		padding-top: 0;
	}
	#ubc7-signature a {
		background-position: -2px -435px;
		background-size: 1400px;
	}
}

@media (min-width: 768px) {
	#ubc7-footer-menu .span6 {
		float: left;
		width: 48.61878453038674%;
	}
}

@media (min-width: 992px) {
	#ubc7-signature a {
		background-position: 0 -387px;
		background-size: auto;
	}
}

/* ==========================================================================
   # Menus
   ========================================================================== */

#ubc7-unit .navbar {
	height: 0.1px; /*fix for position of .navbar-toggler bug? on apple devices*/
	padding: 0;
	position: relative;
}

#ubc7-unit .navbar .navbar-toggler {
	background: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	box-shadow: 1px 1px 1px #191938;
	-moz-box-shadow: 1px 1px 1px #191938;
	-webkit-box-shadow: 1px 1px 1px #191938;
	display: block;
	height: 35px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 8px;
	width: 45px
}
#ubc7-unit .navbar .navbar-toggler:focus {
	outline: none;
}
#ubc7-unit .navbar .navbar-toggler span {
	display: block;
	position: absolute; 
	top: 17px; 
	left: 25%; 
	width: 50%; 
	height: 2px; 
	background: #002145;
}
#ubc7-unit .navbar .navbar-toggler span::before,
#ubc7-unit .navbar .navbar-toggler span::after {
	position: absolute; 
	display: block; 
	left: 0; 
	width: 100%; 
	height: 2px; 
	background-color: #002145; 
	content: " "; 
	transition-duration: 0.3s, 0.3s; 
	transition-delay: 0.3s, 0s;
}
#ubc7-unit .navbar .navbar-toggler span::before {
	top: -7px; 
	transition-property: top, transform;
}
#ubc7-unit .navbar .navbar-toggler span::after {
	bottom: -7px; 
	transition-property: bottom, transform;
}
#ubc7-unit .navbar .navbar-toggler:not(.collapsed) span {
	background: none;
}
#ubc7-unit .navbar .navbar-toggler:not(.collapsed) span::before {
	top: 0; 
	transform: rotate(45deg); 
	transition-delay: 0s, 0.3s;
}
#ubc7-unit .navbar .navbar-toggler:not(.collapsed) span::after {
	bottom: 0; 
	transform: rotate(-45deg); 
	transition-delay: 0s, 0.3s;
}

#ubcf-supp-nav {
	display: none;
	visibility: hidden;
}

@media (min-width: 992px) {
	#ubc7-unit .navbar .navbar-toggler {
		display: none;
		visibility: hidden;
	}

	#ubcf-supp-nav {
		display: block;
		font-size: 0.75rem;
		position: absolute;
		right: 15px;
		top: 0;
		visibility: visible;
	}

	#ubcf-supp-nav a {
		color: #fff;
		display: inline-block;
		font-weight: 700;
		padding: 13px 15px;
	}

	#ubcf-supp-nav .intranet a {
		background-image: url('images/icon-intranet.png');
		background-position: 15px center;
		background-repeat: no-repeat;
		padding-left: 55px;
	}

	#ubcf-supp-nav li:hover,
	#ubcf-supp-nav li.current-menu-item {
		background: #537565;
	}

	#ubcf-supp-nav li:hover a,
	#ubcf-supp-nav a:hover {
		text-decoration: none;
	}

}

@media (min-width: 1200px) {
	#ubcf-supp-nav {
		right: 5px;
	}

}


/* ====== Main Menu ====== */
.ubcf-main-nav {
	background-color: #002145;
	font-size: 0.7rem;
	padding: 0;
}

.ubcf-main-nav .navbar-nav {
	line-height: 18px;
	margin-left: 0;
}

.ubcf-main-nav .navbar-nav > .nav-item {
	border-bottom: 1px solid #fff;
	padding-left: 20px;
}

.ubcf-main-nav .navbar-nav > .nav-item .nav-link {
	color: #fff;
	font-weight: 700;
	padding: 9px 0;
	text-transform: uppercase;
}

.ubcf-main-nav .navbar-nav li.dropdown .nav-link {
	padding-right: 42px;
}

.ubcf-main-nav .navbar-nav li.dropdown .dropdown-toggle {
	color: #fff;
	position: absolute;
	right: 0;
	width: 42px;
	height: 36px;
	top: 0;
	border: 0 none;
	border-left: 2px solid #334d6a;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	padding: 5px 2px;
	font-size: 13px;
}

.ubcf-main-nav .navbar-nav li.dropdown .dropdown-toggle:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.ubcf-main-nav .navbar-nav li.dropdown .dropdown-toggle::after {
	content: none;
}

.ubcf-main-nav .navbar-nav li.dropdown .dropdown-toggle .fa-chevron-up,
.ubcf-main-nav .navbar-nav li.dropdown .dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
	display: none;
	visibility: hidden;
}
.ubcf-main-nav .navbar-nav li.dropdown .dropdown-toggle[aria-expanded="true"] .fa-chevron-up,
.ubcf-main-nav .navbar-nav li.dropdown .dropdown-toggle[aria-expanded="false"] .fa-chevron-down {
	display: inline-block;
	visibility: visible;
}

.ubcf-main-nav .navbar-nav > .nav-item:hover,
.ubcf-main-nav .navbar-nav > .nav-item.current-menu-item,
.ubcf-main-nav .navbar-nav > .nav-item.current-menu-ancestor,
.ubcf-main-nav .navbar-nav > .nav-item.current-page-ancestor {
	background-color: #334d6a;
	border-bottom: 1px solid #dfe1e1;
}


.ubcf-main-nav .navbar-nav > .intranet {
	background-color: #e6e6e6;
	border-bottom: 1px solid #c3d0db;
}

.ubcf-main-nav .navbar-nav > .intranet .nav-link {
	color: #002145;
	text-transform: initial;
}

.ubcf-main-nav .navbar-nav > .students .nav-link {
	background-image: url('images/icon-students-sm.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 32px;
}

.ubcf-main-nav .navbar-nav > .intranet .nav-link {
	background-image: url('images/icon-intranet-sm.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 32px;
}

.ubcf-main-nav .navbar-nav > .intranet:hover,
.ubcf-main-nav .navbar-nav > .intranet.current-menu-item {
	background-color: #c8d1d1;
}

.ubcf-main-nav .navbar-nav > .apply {
	background-color: #54c0b3;
	border-bottom: 1px solid #54c0b3;
	display: none; /* hide for now */
}

.ubcf-main-nav .navbar-nav > .apply .nav-link {
	color: #222;
}

.ubcf-main-nav .navbar-nav > .apply.current-menu-item {
	background-color: #54c0b3;
}

.ubcf-main-nav .navbar-nav > .apply:hover,
.ubcf-main-nav .navbar-nav > .apply.current-menu-item:hover {
	background-color: #76cdc2;
}

.ubcf-main-nav .nav-item .dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0 none;
	border-top: 1px solid #fff;
	margin: 0 0 0 -20px;
	min-width: auto;
	padding: 0;
}

.ubcf-main-nav .nav-item .dropdown-menu .nav-item {
	border-bottom: 1px solid #fff;
	font-size: 0.75rem;
	margin: 0 0 0 -20px;
	padding: 0;
}

.ubcf-main-nav .nav-item .dropdown-menu .nav-item {
	border-bottom: 1px solid #28523f;
	margin: 0;
	padding: 0;
}

.ubcf-main-nav .nav-item .dropdown-menu .nav-item:hover,
.ubcf-main-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-menu-item,
.ubcf-main-nav .nav-item.current-page-ancestor .dropdown-menu .nav-item.current-menu-item {
	background-color: #c8d1d1;
}

.ubcf-main-nav .nav-item .dropdown-menu .nav-item:last-child {
	border-bottom: 0 none;
}

.ubcf-main-nav .nav-item .dropdown-menu .nav-item .dropdown-item {
	color: #002145;
	font-weight: 700;
	margin: 0;
	padding: 8px 0 8px 20px;
}

.ubcf-main-nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover,
.ubcf-main-nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus {
	background-color: inherit;
}

@media (min-width: 576px) {
	.ubcf-main-nav .navbar-nav > .intranet,
	.ubcf-main-nav .navbar-nav > .intranet.current-menu-item,
	.ubcf-main-nav .navbar-nav > .intranet:hover {
		border-bottom: 1px solid #30614b;
	}
}


@media (min-width: 992px) {
	.ubcf-main-nav .navbar-nav {
		height: 42px;
		margin: 0 auto;
		width: 970px;
	}

	.ubcf-main-nav .navbar-nav > .nav-item {
		border-bottom: 0 none;
		padding-left: 0;
	}

	.ubcf-main-nav .navbar-nav > .nav-item:first-child {
		margin-left: 3px;
	}

	.ubcf-main-nav .navbar-nav > .nav-item .nav-link {
		font-weight: 400;
		padding: 12px;
	}

	.ubcf-main-nav .navbar-nav li.dropdown .nav-link {
		padding-right: 35px;
	}

	.ubcf-main-nav .navbar-nav li.dropdown .dropdown-toggle {
		width: 22px;
		height: 23px;
		padding: 2px 2px;
		right: 4px;
		top: 10px;
	}

	.ubcf-main-nav .navbar-nav li.dropdown:hover .dropdown-menu {
		display: block;
	}

	.ubcf-main-nav .navbar-nav > .nav-item:hover,
	.ubcf-main-nav .navbar-nav > .nav-item.current-menu-item,
	.ubcf-main-nav .navbar-nav > .nav-item.current-menu-ancestor,
	.ubcf-main-nav .navbar-nav > .nav-item.current-page-ancestor {
		border-bottom: 0 none;
	}

	.ubcf-main-nav .navbar-nav > .intranet {
		display: none;
		visibility: hidden;
	}

	.ubcf-main-nav .navbar-nav > .apply {
		border-bottom: 0 none;
		border-left: 0 none;
		margin-left: 18px;
	}

	.ubcf-main-nav .navbar-nav > .students {
		border-bottom: 0 none;
		border-left: 0 none;
		/* margin-left: 8px; separate from Apply button */
	}

	.ubcf-main-nav .navbar-nav > .students .nav-link {
		background-image: url('images/icon-students.png');
		background-position: 10px center;
		padding-left: 42px;
	}

	.ubcf-main-nav .navbar-nav > .apply .nav-link {
		padding-left: 22px;
		padding-right: 22px;
	}


	.ubcf-main-nav .nav-item .dropdown-menu {
		border: 1px solid #28523f;
		margin-left: 0;
		min-width: 100%;
	}

	.ubcf-main-nav .nav-item .dropdown-menu .nav-item .dropdown-item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.ubcf-main-nav .navbar-nav > .students .dropdown-menu {
		left: auto;
		right: 0;
	}

}


@media (min-width: 1200px) {
	.ubcf-main-nav {
		font-size: 0.75rem;
		letter-spacing: 0.02em;
	}

	.ubcf-main-nav .navbar-nav {
		width: 1170px;
	}
	.ubcf-main-nav .navbar-nav > .nav-item:first-child {
		margin-left: -12px;
	}

	.ubcf-main-nav .navbar-nav > .nav-item .nav-link {
	/*	font-weight: 700; */
	}

	.ubcf-main-nav .navbar-nav li.dropdown .nav-link {
	/*	padding-right: 40px; */
	}

	.ubcf-main-nav .navbar-nav > .students .dropdown-menu {
		left: 0;
		right: auto;
	}
}


/* ====== Sidebar nav menu ====== */

.sidebar-nav {
	font-size: 0.9rem;
}

.sidebar-nav .navbar {
	padding: 0;
}

.sidebar-nav .navbar-nav {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sidebar-nav .navbar-nav > .nav-item {
	display: block;
	list-style: none;
	margin-bottom: 1.5rem;
	position: relative;
}

.sidebar-nav .navbar-nav > .nav-item .nav-item {
	position: relative;
	width: 100%;
}

.sidebar-nav a,
.sidebar-nav a:visited {
	color: #28523f;
	font-weight: 700;
	text-decoration: none;
}

.sidebar-nav a:hover {
	text-decoration: underline;
}

.sidebar-nav .navbar-nav > .nav-item a {
	padding: 0.3rem 0;
}

.sidebar-nav .navbar-nav > .nav-item > a {
	border-bottom: 2px solid #28523f;
}

.sidebar-nav .navbar-nav .nav-link[target="_blank"] {
	padding-right: 20px;
}

.sidebar-nav .navbar-nav .nav-link[target="_blank"]::after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-size: 0.8em;
	font-weight: 900;
	position: absolute;
	right: 0;
	width: 22px;
	height: auto;
	top: 0;
	text-align: center;
	padding: 7px 0 0;
}

.sidebar-nav .navbar-nav li.menu-item-has-children .nav-link {
	padding-right: 20px;
}

.sidebar-nav .navbar-nav li.menu-item-has-children .btn-toggle {
	position: absolute;
	right: 0;
	width: 20px;
	height: 36px;
	top: 0;
	border: 0 none;
	text-align: center;
	padding: 5px 0;
	font-size: 13px;
}

.sidebar-nav .navbar-nav li.menu-item-has-children .btn-toggle:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.sidebar-nav .navbar-nav li.menu-item-has-children .btn-toggle::after {
	content: none;
}

.sidebar-nav .navbar-nav li.menu-item-has-children .btn-toggle .fa-chevron-up,
.sidebar-nav .navbar-nav li.menu-item-has-children .btn-toggle[aria-expanded="true"] .fa-chevron-down {
	display: none;
	visibility: hidden;
}
.sidebar-nav .navbar-nav li.menu-item-has-children .btn-toggle[aria-expanded="true"] .fa-chevron-up,
.sidebar-nav .navbar-nav li.menu-item-has-children .btn-toggle[aria-expanded="false"] .fa-chevron-down {
	display: inline-block;
	visibility: visible;
}

.sidebar-nav .nav-item .dropdown-menu {
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0 none;
	font-size: 0.85rem;
	margin: 0 0 0 1rem;
	min-width: auto;
	padding: 0;
}

.sidebar-nav .nav-item .dropdown-menu .nav-item {
	margin: 0;
	padding: 0;
}

.sidebar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover,
.sidebar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus {
	background-color: inherit;
}

@media (min-width: 576px) {
	.sidebar-nav {
		font-size: 1.05rem;
	}

	.sidebar-nav .nav-item .dropdown-menu {
		font-size: 0.9rem;
		margin-left: 2.5rem;
	}

	.sidebar-nav .navbar-nav > .nav-item > a {
		padding-left: 1.5rem;
	}

	.sidebar-nav .navbar-nav li.menu-item-has-children .nav-link {
		padding-right: 60px;
	}

	.sidebar-nav .navbar-nav li.menu-item-has-children .dropdown-toggle {
		right: 40px;
	}

	.sidebar-nav .navbar-nav .nav-link[target="_blank"]::after {
		right: 38px;
	}
}

@media (min-width: 992px) {
	.sidebar-nav .nav-item .dropdown-menu {
		margin-left: 1.5rem;
	}

	.sidebar-nav .navbar-nav > .nav-item > a {
		padding-left: 0;
	}

	.sidebar-nav .navbar-nav li.menu-item-has-children .nav-link {
		padding-right: 20px;
	}

	.sidebar-nav .navbar-nav li.menu-item-has-children .dropdown-toggle {
		right: 0;
	}

	.sidebar-nav .navbar-nav .nav-link[target="_blank"]::after {
		right: 0;
	}
}


/* ====== Subsidiary Menu ====== */

#menu-subsidiary ul {
	display: block;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .8em;
	padding: 0;
}

#menu-subsidiary li {
	display: inline-block;
	list-style: none;
	margin-left: 6px;
	margin-right: 6px;
}


@media (min-width: 900px) {

	#menu-secondary li {
		margin-left: 0;
		margin-right: 14px;
	}

	#menu-subsidiary ul {
		float: right;
		display: inline-block;
		margin-bottom: 1em;
	}

	#menu-subsidiary li {
		float: left;
		margin-left: 10px;
		margin-right: 0;
	}

}


/* ====== BREADCRUMBS ====== */

.breadcrumb-trail {
	color: #28523f;
	font-size: 0.6rem;
	line-height: 1rem;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
}

.breadcrumb-trail .trail-browse {
	font-size: 0.889em;
	margin: 0;
}

.breadcrumb-trail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb-trail ul li {
	display: inline-block;
}

.breadcrumb-trail .trail-end {
	color: #222;
	font-weight: 700;
}

.breadcrumb-trail li::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	margin: 0px 5px 0;
	font-weight: 900;
	font-size: 12px;
}

.breadcrumb-trail li.trail-end::after,
.breadcrumb-trail li:last-child::after {
	content: '';
	margin: 0;
}

.breadcrumb-trail a {
	color: #28523f;
	display: inline-block;
}

.breadcrumb-trail a:hover {
	color: #222;
}

.breadcrumb-trail a:active,
.breadcrumb-trail a:focus {
	color: #222;
	text-decoration: none;
}

@media (min-width: 576px) {
	.breadcrumb-trail {
		font-size: 0.7rem;
		margin-bottom: 25px;
		padding-top: 20px;
	}
}












/* ==========================================================================
   # Page common **** Start building from here *****
   ========================================================================== */

#main_section .container {
	padding: 0;
}

.wp-block-columns {
	margin-bottom: 1.6rem;
}

.wp-block-columns:last-child {
	margin-bottom: 0;
}

.is-vertically-aligned-center {
	margin-bottom: 1.888rem;
}

@media screen and (min-width: 576px) {
	.wp-block-columns {
		margin-bottom: 2rem;
	}
	
	.is-vertically-aligned-center {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 575px) {
	.wp-block-column:empty {
		display: none;
	}

}

.no-margin-top {
	margin-top: 0;
}

.no-margin-right {
	margin-right: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin-left {
	margin-left: 0;
}


/* Hero Banner Area
   ========================================================================== 
.hero-banner {
	overflow: hidden;
	position: relative;
}

.hero-banner img {
	min-width: 100%;
	max-height: 548px;
	-o-object-fit: cover;
	object-fit: cover;
}*/

/* Hero Banner Area
   ========================================================================== */
.hero-banner {
	overflow: hidden;
	position: relative;
}

.hero-banner img {
	min-width: 100%;
	max-height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center center !important;
}

.hero-banner .hero-banner-header {
	background: #28523f;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 160%;
	padding: 15px 20px;
}

.hero-banner .hero-banner-header h3.hdr1 {
	color: #fff;
	font-size: 24px;
	line-height: 160%;
	margin-top: 0;
}

.hero-banner .hero-banner-header .hero-banner-link a.btn-primary {
	background: #54c0b3;
	border-color: #54c0b3;
	color: #222;
	font-size: 14px;
	padding: 0.7rem 1.5rem;
}

.hero-banner .hero-banner-header .hero-banner-link a.btn-primary:hover {
	background: #76cdc2;
	border-color: #76cdc2;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	.hero-banner .hero-banner-header {
		font-size: 18px;
		padding: 25px 20px;
	}

	.hero-banner .hero-banner-header h3.hdr1 {
		font-size: 30px;
	}

	.hero-banner .hero-banner-header .hero-banner-link a.btn-primary {
		font-size: 15px;
	}
}

@media screen and (min-width: 768px) {
	.hero-banner .hero-banner-header {
		font-size: 20px;
		padding: 25px 20px;
	}

	.hero-banner .hero-banner-header h3.hdr1 {
		font-size: 34px;
		line-height: 130%;
	}

	.hero-banner .hero-banner-header .hero-banner-link a.btn-primary {
		font-size: 16px;
	}
}

@media screen and (min-width: 992px) {
	.hero-banner .hero-banner-header {
		background: none;
		font-size: 22px;
		padding: 0 0 40px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.hero-banner .hero-banner-header .hero-banner-inner {
		padding-right: 28% !important;
	}

}

@media screen and (min-width: 1200px) {

	.hero-banner .hero-banner-header h3.hdr1 {
		font-size: 38px;
		line-height: 110%;
	}
}

.gen-cards-list {
	margin-bottom: 20px;
}

.gen-cards-list .gen-card {
	background: #fff;
	margin: 10px 0 30px;
	position: relative;
	padding-bottom: 60px;
}

.gen-cards-list .gen-card .gc-thumb figure {
	margin: 0;
}

.gen-cards-list .gen-card .gc-thumb img {
	width: 100%;
}

.gen-cards-list .gen-card .gc-text {
	padding: 15px 10px 0;
}

.gen-cards-list .gen-card .gc-thumb.padded {
	padding: 15px 10px;
}

.gen-cards-list .gen-card .gc-thumb.padded figure {
	width: 100%;
}

.gen-cards-list .gen-card .gc-thumb.padded figure a {
	display: block;
}

.gen-cards-list .gen-card .gc-thumb.padded figure a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gen-cards-list .gen-card .gc-thumb.padded img {
	max-width: 100%;
	width: auto;
}

.gen-cards-list .gen-card .gc-text h3,
.gen-cards-list .gen-card .gc-text h4 {
	margin: 0 0 15px;
	text-transform: uppercase;
}

.gen-cards-list .gen-card .gc-text h3 a,
.gen-cards-list .gen-card .gc-text h3 a:hover,
.gen-cards-list .gen-card .gc-text h3 a:visited,
.gen-cards-list .gen-card .gc-text h3 a:focus,
.gen-cards-list .gen-card .gc-text h4 a,
.gen-cards-list .gen-card .gc-text h4 a:hover,
.gen-cards-list .gen-card .gc-text h4 a:visited,
.gen-cards-list .gen-card .gc-text h4 a:focus {
	color: #28523f;
}

.gen-cards-list .gen-card .gc-text p:last-child {
	margin-bottom: 0;
}

.gen-cards-list .gen-card .gc-text .entry-more-link {
	display: none;
}

.gen-cards-list .gen-card .gc-link {
	font-size: 16px;
	line-height: 1.3;
	padding: 15px 10px 10px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gen-cards-list .gen-card .gc-link a {
	display: inline-block;
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.gen-cards-list .gen-card {
		height: calc(100% - 60px);
		margin-top: 20px;
		padding-bottom: 80px;
	}

	.gen-cards-list .gen-card .gc-text {
		padding: 15px 20px 0;
	}

	.gen-cards-list .gen-card .gc-thumb.padded {
		padding: 15px 20px;
	}

	.gen-cards-list .gen-card.best-program .gc-thumb.padded {
		min-height: 332px;
	}

	.gen-cards-list .gen-card .gc-link {
		padding: 15px 20px 20px;
	}
}

@media screen and (min-width: 992px) {
	.gen-cards-list .gen-card.best-program .gc-thumb.padded {
		min-height: 400px;
	}

	.gen-cards-list .gen-card .gc-text {
	}
}

@media screen and (min-width: 1200px) {
	.gen-cards-list .gen-card.best-program .gc-thumb.padded {
	}

}


/* Posts and pages
   ========================================================================== */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.post:last-child,
.page:last-child {
	margin-bottom: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/* ==========================================================================
   # Home
   ========================================================================== */



/* ==========================================================================
   # Inner pages
   ========================================================================== */


/* === People/Faculty === */
.custom-page-content-nav {
	margin-bottom: 0;
	margin-top: 1em;
}

.custom-page-content-nav a {
	border-bottom: 3px solid transparent;
	color: #28523f;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 1.2em;
	margin-right: 2em;
	padding-bottom: 5px;
	text-decoration: none;
}

.custom-page-content-nav a:hover {
	border-bottom: 3px solid #28523f;
	color: #28523f;
}

.custom-page-content-nav > span {
	border-bottom: 3px solid #28523f;
	display: inline-block;
	margin-bottom: 1.2em;
	margin-right: 2em;
	padding-bottom: 5px;
}

.custom-page-content-nav a:last-child,
.custom-page-content-nav span:last-child {
	margin-right: 0;
}

.gen-cards-list.faculty-list [class*="col-"] {
	margin-bottom: 30px;
}

.gen-cards-list.faculty-list .gen-card {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.gen-cards-list.faculty-list .gen-card {
		height: 100%;
		padding-bottom: 20px;
	}
}

/* === Research === */
.rsrchtable table th,
.rsrchtable table td {
	padding: 10px 10px 10px 0;
}

/* === Post Header === */

.entry-title {
	margin-top: 0;
	margin-bottom: 0.55em;
}

.entry-title,
.page-title {
	border-bottom: 2px solid #28523f;
	margin-top: 0;
	margin-bottom: 0.95em;
	padding-bottom: 0.3em;
	text-transform: uppercase;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover {
	color: #333;
}

/* === Post Content === */

.entry-content {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	#pg_banner_section {
		height: 217px;
	}

	.entry-title,
	.page-title {
		margin-bottom: 1.2em;
		padding-bottom: 0.35em;
	}
	
	.entry-content {
		margin-bottom: 49px;
	}

}

@media screen and (min-width: 992px) {
	#pg_banner_section {
		height: 400px;
	}
	
	.entry-title,
	.page-title {
		margin-bottom: 0.8em;
		padding-bottom: 0.27em;
	}
	
	.entry-content {
		margin-bottom: 60px;
	}

}


/* ==========================================================================
   # Archives
   ========================================================================== */

.archive .post-intro h3 {
	margin-top: 0;
	margin-bottom: 0.8em;
}

.archive .post-intro a {
	color: #28523f;
}

.archive .wp-pagenavi {
	margin-bottom: 2em;
}

.archive .wp-pagenavi .smaller {
	font-size: inherit;
}


/* ==========================================================================
   # Contact Form 7
   ========================================================================== */
div.wpcf7-response-output {
	margin: 1.5em 0;
	padding: 0.75em 1em;
}

div.wpcf7-validation-errors {
	border: 2px solid #D50000;
	color: #D50000;
	font-size: 0.9em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #0a8754;
	color: #106D46;
	font-size: 0.9em;
}

.wpcf7-form p {
}

.wpcf7-form-control {
	margin-top: 0.4rem;
}

.wpcf7-form-control.wpcf7-submit {
	margin-top: 0.4rem;
}

div.wpcf7 img.ajax-loader {
	margin-top: 10px;
}



@media only screen and ( max-width: 614px ) {
	textarea {
		width: 100%;
	}
}


/* ==========================================================================
   # Alignement (WP classes)
   ========================================================================== */

.aligncenter,
.alignright,
.alignleft {
	display: block;
	margin:  0 auto 1.5rem;
}

p .aligncenter,
p .alignright,
p .alignleft {
	margin-bottom: 0;
}

@media only screen and ( min-width: 576px ) {

	.alignleft {
		float:        left;
		margin-right: 1.5rem;
	}

	.alignright {
		float:       right;
		margin-left: 1.5rem;
	}
}

.alignnone { float: none; }
.clear { clear: both; }
.separator { clear: both; width: 100%; }


/* ==========================================================================
   # Images
   ========================================================================== */

.wp-block-image {
	margin-bottom: 0;
}

.wp-block-image.w-100 img {
	width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

img.alignleft,
img.alignright {
	display: inline;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	margin-top: .2rem;
}

img.wp-smiley,
img.emoji {
	background: transparent;
	border: none;
	box-shadow: none;
	display: inline;
	margin: 0 .07em;
	max-height: 1em;
	padding: 0;
	width: 1em;
}

@media only screen and (max-width: 480px) {
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
		max-width: 100%;
		width: auto;
  }
}

@media screen and (min-width: 576px) {
	.wp-block-image.w-sm-100 img {
		width: 100%;
	}
}

@media screen and ( min-width: 768px ) {
	.w-md-100 {
		width: 100%;
	}
	.w-md-50 {
		width: 50%;
	}
	.wp-block-image.w-md-100 img {
		width: 100%;
	}
}


/* === Captions === */

.wp-caption {
	max-width: 100%;
	position: relative;
	margin-bottom: 1.5em;
}

figcaption,
.figcaption,
.wp-caption-text {
	color: #6d7377;
	font-size: 0.7rem;
	line-height: 1.35;
	margin: .4rem 0;
	max-width: 500px;
	text-align: center;
}

figcaption span,
.wp-caption-text span {
	clear: both;
	display: block;
	font-size: 90%;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* === figure with caption floated over image === */
.wp-block-image.float-caption {
	position: relative;
}

.wp-block-image.float-caption figcaption {
	position: absolute;
	top: calc(50% - 1em);
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-align: center;
	max-width: 100%;
}

.wp-block-image.float-caption::before {
	content: " ";
	background: rgba(40, 82, 63, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	max-width: 100%;
}

@media only screen and (max-width: 767px) { 
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
    max-width: 45%;
	}
}

/* === Accordion === */
.wp-block-ub-content-toggle-accordion {
	border: 2px solid #28523f !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
	background: transparent !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap:hover {
	background: #28523f !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
	-webkit-transition: color .2s ease,background-color .2s ease;
    -moz-transition: color .2s ease,background-color .2s ease;
    -o-transition: color .2s ease,background-color .2s ease;
    transition: color .2s ease,background-color .2s 
}

.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-title, 
.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-state-indicator {
	color: #28523f !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-title:hover {
	color: #fff !important;
}

.wp-block-ub-content-toggle-accordion-content-wrap {
	border-top: 2px solid #28523f;
}
/* Need to remove border during ub-hiding so that script can see panel height === 0*/
.wp-block-ub-content-toggle-accordion-content-wrap.ub-hiding {
	border-top: 0 none;
}

.wp-block-ub-content-toggle-accordion-title-wrap span {
	display: none !important;
}

/* === Gallery === */

.gallery {
	max-width: 100%;
	display:   block;
	clear:     both;
	margin:    0 auto 1.5rem;
}

.gallery::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gallery-item {
	width: 100%;
	padding: 0;
	text-align: center;
	list-style: none;
	border: none;
	background: transparent;
}

.gallery-icon a {
	display: block;
}

.gallery-icon img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.gallery-type-circle img {
	border-radius: 50%;
}

.gallery-caption {
	margin: 5px 0 1.5em;
	line-height: 1.25;
	width: 100%;
}

.gallery-item {
	float:  left;
	margin-bottom: 25px;
	text-align: center;
}

/* When the screen width is at least 360px. */
@media only screen and ( min-width: 360px ) {

	.gallery-item {
		margin: 0 5% 5% 0;
	}

	.gallery-icon img {
		width: 100%;
	}

		.rtl .gallery-item {
			float: right;
			margin-left:  5%;
			margin-right: 0;
		}

	.gallery-caption {
		clear: both;
		float: left;
	}

	/* Everything should be 2 columns. */
	.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,
	.gallery-columns-10 .gallery-item { width: 45%; }
}

/* When the screen width is between 360px and 539px. */
@media only screen and ( min-width: 360px ) and ( max-width: 539px ) {

	.gallery-item:nth-of-type( 2n + 1 ) { clear: both; }

		 .gallery-item:nth-child( 2n )  { margin-right: 0; float: right; }
	.rtl .gallery-item:nth-child( 2n )  { margin-left:  0; float: left;  }
}

/* When the screen width is between 540px and 639px. */
@media only screen and ( min-width: 540px ) and ( max-width: 639px ) {

	.gallery-columns-3  .gallery-item:nth-child( 3n + 1 ),
	.gallery-columns-4  .gallery-item:nth-child( 3n + 1 ),
	.gallery-columns-5  .gallery-item:nth-child( 3n + 1 ),
	.gallery-columns-6  .gallery-item:nth-child( 3n + 1 ),
	.gallery-columns-7  .gallery-item:nth-child( 3n + 1 ),
	.gallery-columns-8  .gallery-item:nth-child( 3n + 1 ),
	.gallery-columns-9  .gallery-item:nth-child( 3n + 1 ),
	.gallery-columns-10 .gallery-item:nth-child( 3n + 1 ) { clear: both; }

	.gallery-columns-3  .gallery-item:nth-child( 3n ),
	.gallery-columns-4  .gallery-item:nth-child( 3n ),
	.gallery-columns-5  .gallery-item:nth-child( 3n ),
	.gallery-columns-6  .gallery-item:nth-child( 3n ),
	.gallery-columns-7  .gallery-item:nth-child( 3n ),
	.gallery-columns-8  .gallery-item:nth-child( 3n ),
	.gallery-columns-9  .gallery-item:nth-child( 3n ),
	.gallery-columns-10 .gallery-item:nth-child( 3n ) { float: right; margin-left: 0; margin-right: 0; }

	.rtl .gallery-columns-3  .gallery-item:nth-child( 3n ),
	.rtl .gallery-columns-4  .gallery-item:nth-child( 3n ),
	.rtl .gallery-columns-5  .gallery-item:nth-child( 3n ),
	.rtl .gallery-columns-6  .gallery-item:nth-child( 3n ),
	.rtl .gallery-columns-7  .gallery-item:nth-child( 3n ),
	.rtl .gallery-columns-8  .gallery-item:nth-child( 3n ),
	.rtl .gallery-columns-9  .gallery-item:nth-child( 3n ),
	.rtl .gallery-columns-10 .gallery-item:nth-child( 3n ) { float: left; }

	/* Handle the columns. */
	.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,
	.gallery-columns-10 .gallery-item { width: 30%; }
}

/* When the screen width is between 640px and 767px. */
@media only screen and ( min-width: 640px ) and ( max-width: 767px ) {

	.gallery-columns-2  .gallery-item:nth-child( 2n + 1 ),
	.gallery-columns-3  .gallery-item:nth-child( 3n + 1 ),
	.gallery-columns-4  .gallery-item:nth-child( 4n + 1 ),
	.gallery-columns-5  .gallery-item:nth-child( 4n + 1 ),
	.gallery-columns-6  .gallery-item:nth-child( 4n + 1 ),
	.gallery-columns-7  .gallery-item:nth-child( 4n + 1 ),
	.gallery-columns-8  .gallery-item:nth-child( 4n + 1 ),
	.gallery-columns-9  .gallery-item:nth-child( 4n + 1 ),
	.gallery-columns-10 .gallery-item:nth-child( 4n + 1 ) { clear: both; }

	.gallery-columns-2  .gallery-item:nth-child( 2n ),
	.gallery-columns-3  .gallery-item:nth-child( 3n ),
	.gallery-columns-4  .gallery-item:nth-child( 4n ),
	.gallery-columns-5  .gallery-item:nth-child( 4n ),
	.gallery-columns-6  .gallery-item:nth-child( 4n ),
	.gallery-columns-7  .gallery-item:nth-child( 4n ),
	.gallery-columns-8  .gallery-item:nth-child( 4n ),
	.gallery-columns-9  .gallery-item:nth-child( 4n ),
	.gallery-columns-10 .gallery-item:nth-child( 4n ) { float: right; margin-left: 0; margin-right: 0; }

	.rtl .gallery-columns-2  .gallery-item:nth-child( 2n ),
	.rtl .gallery-columns-3  .gallery-item:nth-child( 3n ),
	.rtl .gallery-columns-4  .gallery-item:nth-child( 4n ),
	.rtl .gallery-columns-5  .gallery-item:nth-child( 4n ),
	.rtl .gallery-columns-6  .gallery-item:nth-child( 4n ),
	.rtl .gallery-columns-7  .gallery-item:nth-child( 4n ),
	.rtl .gallery-columns-8  .gallery-item:nth-child( 4n ),
	.rtl .gallery-columns-9  .gallery-item:nth-child( 4n ),
	.rtl .gallery-columns-10 .gallery-item:nth-child( 4n ) { float: left; }

	/* Handle the columns. */
	.gallery-columns-2 .gallery-item  { width: 45%; }
	.gallery-columns-3 .gallery-item  { width: 30%; }
	.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,
	.gallery-columns-10 .gallery-item { width: 21.25%;   }
}

/* When the screen width is at least 768px. */
@media only screen and ( min-width: 768px ) {

	.gallery-columns-2  .gallery-item:nth-child( 2n  + 1 ),
	.gallery-columns-3  .gallery-item:nth-child( 3n  + 1 ),
	.gallery-columns-4  .gallery-item:nth-child( 4n  + 1 ),
	.gallery-columns-5  .gallery-item:nth-child( 5n  + 1 ),
	.gallery-columns-6  .gallery-item:nth-child( 6n  + 1 ),
	.gallery-columns-7  .gallery-item:nth-child( 7n  + 1 ),
	.gallery-columns-8  .gallery-item:nth-child( 8n  + 1 ),
	.gallery-columns-9  .gallery-item:nth-child( 9n  + 1 ),
	.gallery-columns-10 .gallery-item:nth-child( 10n + 1 ) { clear: both; }

	.gallery-columns-2  .gallery-item:nth-child( 2n  ),
	.gallery-columns-3  .gallery-item:nth-child( 3n  ),
	.gallery-columns-4  .gallery-item:nth-child( 4n  ),
	.gallery-columns-5  .gallery-item:nth-child( 5n  ),
	.gallery-columns-6  .gallery-item:nth-child( 6n  ),
	.gallery-columns-7  .gallery-item:nth-child( 7n  ),
	.gallery-columns-8  .gallery-item:nth-child( 8n  ),
	.gallery-columns-9  .gallery-item:nth-child( 9n  ),
	.gallery-columns-10 .gallery-item:nth-child( 10n ) { margin-left: 0; margin-right: 0; }

	/* Handle the columns. */
	.gallery-columns-2 .gallery-item  { width: 45%;    }
	.gallery-columns-3 .gallery-item  { width: 30%;    }
	.gallery-columns-4 .gallery-item  { width: 21.25%; }
	.gallery-columns-5 .gallery-item  { width: 16%;    }
	.gallery-columns-6 .gallery-item  { width: 12.5%;  }
	.gallery-columns-7 .gallery-item  { width: 10%;    }
	.gallery-columns-8 .gallery-item  { width: 8.125%; }
	.gallery-columns-9 .gallery-item  { width: 6.66%;  }
	.gallery-columns-10 .gallery-item { width: 5.5%;   }
}


/* Typography Buttons
   ========================================================================== */
.btn {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.1em;
}

.btn-primary {
	background: none;
	border: 2px solid #28523f;
	border-radius: 0;
	color: #28523f;
	margin-top: 13px;
	padding: 5px 10px;
	text-align: left;
	text-transform: uppercase;
}

.btn-primary:visited {
	color: #28523f;
}

.btn-primary:hover {
	border: 2px solid #28523f;
	background: #28523f;
	color: #fff;
}

.btn-secondary {
	background: none;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	line-height: 1.1em;
	margin-top: 13px;
	padding: 5px 10px;
	text-align: left;
	text-transform: uppercase;
}

.btn-secondary:visited {
	color: #fff;
}

.btn-secondary:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #222;
}

.ub-button-container  {
	border: 2px solid #28523f;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 992px) {
	.btn-primary,
	.btn-secondary {
		font-size: 16px;
		margin-top: 25px;
	}
}



/* 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	line-height: 1;
}


/* ==========================================================================
   # Accessibility
   ========================================================================== */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

/* ==========================================================================
	# Clearings
   ========================================================================== */

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.header-content:after,
.site-content:after,
.site-footer:after,
.footer-content:after,
.footer-content .site-info:after,
.footer-sitemap:after,
.row-layout:after {
	clear: both;
}


/* ==========================================================================
	# Privacy Policy
   ========================================================================== */


/* ==========================================================================
	# 404 Error
   ========================================================================== */


/* ==========================================================================
	# 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,
.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;
}



/*Bold Department menu on top navigation:*/
#menu-item-41 > a
{
	font-weight:700;
	
}