/*
Theme Name: Gutenberg Cornerstone
Theme URI: https://github.com/WordPress/gutenberg-theme/
Author: wordpressdotorg
Author URI: https://wordpress.org
Description: Showcasing themeing with Gutenberg.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenbergcstone
Tags: translation-ready

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.

gutenbergtheme is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2.44em;
  margin: 0.67em 0;
  line-height: 1.4;
}

h2 {
  font-size: 1.95em;
  line-height: 1.4;
}

h3 {
  font-size: 1.56em;
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}
.text-black-50 {color:rgba(0,0,0,.5)!important}
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 img {height:auto; width:100%;}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-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
--------------------------------------------------------------*/
button,
input,
select,

optgroup,
textarea {
  color: #444;
  font-family: "Lato", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  color: #32373c;
  clear: both;
}

.entry-header h1.entry-title {
  font-size: 2.44em;
  line-height: 1.4;
  margin: 1em 0 0 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
body {font-family: 'Lato', sans-serif;}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}
.site-title {
	margin: .4375em 0 0;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	color: #333332;
}

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

.site-branding {
	margin-bottom: 1.75em;
}

.site-description {
	margin: .4375em 0 0;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.4;
	word-wrap: break-word;
	color: #929292;
}
.uafLogoText {font-size:0em;margin:0 0 0.5rem 0;}
/*--------------------------------------------------------------
# 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, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.entry-content ul, .entry-content ol {
    margin: 1.5em 1.5em !important;
    max-width: 636px;
    list-style-position: outside;
}
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. */
/* } */

/* figure {
  margin: 1em 0; 
} */

table {
  margin: 0 0 1.5em;
  width: 100%;
}
.archive-group {margin:0;padding-left:0 !important;}
.archive-group  .badge-pill {border-radius:10rem !important;}
.archive-group  .badge {font-size:85% !important;}

.no-image-border {border-left: 8px solid #236192;}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #fff;
  border-radius: 3px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #236192;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #236192;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
.custom-search-box {
    
}
.custom-search-box .search-form {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    width: 100%;
	float:right;
}
.custom-search-box .search-field {
	padding-right: 12px !important; 
	border: 1px solid #D9D9D9 !important;
    background: #fff !important;
	width: 100%;
}
.custom-search-box .search-submit{
    height: 2.2rem !important;
    padding: 0 !important;
    width: 2.6rem !important;
    border-color: #00BCD4 !important;
	background-color: #00BCD4 !important;
    filter: none;
     font-family: FontAwesome;
	color:#fff;
	vertical-align:middle;
	
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.searchContainer input {height:2.2rem !important;font-size:1rem !important;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link, a:visited {color:#003764;}
a:hover, a:active {color:#001139;}
main a:link, main a:visited {color:#003764;}
main a:hover, main a:active {color:#001139;}
main p a:link, main p a:visited {color:#003764; text-decoration:underline !important;}
main p a:hover, main p a:active {color:#001139;}
main p.h5 a:link, main p.h5 a:visited {color:#003764; text-decoration:none !important;}
main p.h5 a:hover, main p.h5 a:active {color:#001139; text-decoration:underline !important;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
  margin: 0 auto;
	max-width: 636px;
  text-align: center;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

.menu-toggle {
  padding: 1em;
}
.menuPrimary .navbar-nav li {
	white-space: inherit;
}
@media screen and (max-width: 37.5em) {
	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
    margin: 0 auto;
	}
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-navigation a {
    padding: 0 .5em;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #111;
	margin: 0 auto 60px;
  max-width: 636px;
	overflow: hidden;
  padding-bottom: 60px;
}

.nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.custom-footer ul {list-style:none; margin: 0 0 1.5em 0;padding:0;font-size:0.9em;}
.custom-footer ul a:link, .custom-footer ul a:visited {color:#ffcd00;}
.custom-footer ul a:hover, .custom-footer ul a:focus {color:#fff;}
.custom-footer p {color:#fff;font-size:0.9em;}
.custom-footer p.h4 {color:#fff;font-size:1.2em;}
.custom-footer p a:link, .custom-footer p a:visited {color:#ffcd00;}
.custom-footer p a:hover, .custom-footer p a:focus {color:#fff;}
/*--------------------------------------------------------------
# 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;
  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;
  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. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft{float: left;
    margin-right: 1rem !important;}
.alignright{float:right;
    margin-left: 1rem !important;}
.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
} 
.card-img-left {
  border-bottom-left-radius: calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
  float: left;
	padding:0.5rem !important;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}

.site-branding {
  text-align: center;
  margin: 60px 0;
}

.site-footer {
 
}
@media (min-width: 1200px){
.container {
    max-width: 1200px;
	}}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0px 0;
}

.updated:not(.published) {
  display: none;
}
.entry-content {max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.page-content, .entry-summary {
  margin: 1.5em 0 0;
padding: 0 2em;
}
/* .page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
padding: 0 2em;
} */

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

.entry-header {
  margin: 4em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 940px;
}
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 940px;
}

.entry-footer span{
  margin-right: 1em;
}

.entry-footer{
  color: #aaa;
  font-size: 90%;
  padding-bottom: 40px;
  border-bottom: 1px solid #111;
}

@media screen and (min-width: 664px) {
  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.comment-author .says {display:none; visibility:hidden;}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list {list-style-type: none;margin-left:0;padding-left:0;}
.comment-list li {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.comment-list li:nth-child(odd) {background-color:#C2DCF0;}
.comment-list li:nth-child(even) {background-color:#FFF8DB;}
.comment-list .children {list-style-type: none;}
.comment-list .children li {border:1px solid #ddd;}
.comment-list li:nth-child(odd) .comment-meta {margin: 0 0 48px;
    overflow: hidden;
    position: relative;
    background-color:#6192b7;
    color:#ffcd00;
    padding: 1rem;
}
.comment-list li:nth-child(even) .comment-meta {margin: 0 0 48px;
    overflow: hidden;
    position: relative;
    background-color:#FFE168;
    color:#236192;
    padding: 1rem;
}
.comment-list .children li:nth-child(odd) {background-color:#FFF8DB;}
.comment-list .children li:nth-child(even) {background-color:#C2DCF0;}
.comment-list .children li:nth-child(even) .comment-meta {margin: 0 0 48px;
    overflow: hidden;
    position: relative;
    background-color:#6192b7;
    color:#ffcd00;
    padding: 1rem;
}
.comment-list .children li:nth-child(odd) .comment-meta {margin: 0 0 48px;
    overflow: hidden;
    position: relative;
    background-color:#FFE168;
    color:#236192;
    padding: 1rem;
}
.comment.thread-even .comment-meta a {color:#ffcd00 !important;}
.comment.thread-odd .comment-meta a {color:#236192 !important;}
.children .comment-metadata a:nth-child(1) {color:#236192 !important;}
.comment-metadata .edit-link {float: right;
    padding: 0rem 0.5rem 0rem 0.5rem;
    background-color: #fff;}
.comment-edit-link {color:#000 !important;}

.comment-reply-link{background: #236192 !important;
    border: none !important;
    color: #fff !important;
    text-shadow: none;
    font-size: 0.8rem;
    line-height: 1.5;
font-weight: bold;
    letter-spacing: 2px;
    padding: 0.8rem; cursor: pointer;}
.comment-reply-link:hover {background: #003764 !important;
    border: none !important;
    color: #fff !important;
text-shadow: none;}
.reply {
    padding-bottom: 1.3rem;
    padding-left: 1rem;
    text-align: right;
    padding-right: 1rem;
}
.comment-content {padding:1rem;}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
#commentform #submit {
background: #236192 !important;
    border: none !important;
    color: #fff !important;
    text-shadow: none;
	font-size: 0.9rem;
    line-height: 1.5;
    padding: 0.5rem 0.9rem;
} 
  
#commentform #submit:hover {
background: #003764 !important;
    border: none !important;
    color: #fff !important;
    text-shadow: none;
}
#commentform #submit:active { 
position:relative;
top:1px;
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.comment-respond {margin-top: 5em;}
/* 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;
}
.feedburnerFeedBlock ul {margin:0; list-style:none;}
.feedburnerFeedBlock img {width:100%;}
.feedburnerFeedBlock #creditfooter {display:none;visibility:hidden;}
.social-share.athletics a {color:#ffcd00; text-decoration:none;}
.social-share.athletics a:hover {color:#fff; text-decoration:underline;}
.feablk-md {height:190px;overflow:hidden;}
.feablk-lg {height:350px;overflow:hidden;}
/*--------------------------------------------------------------
## 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: 1em 0;
	margin-left:1rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
#related-carousel {overflow:hidden !important;}
/* #related-carousel .carousel-inner {overflow:hidden !important;} */
#related-carousel .card-header {margin-top:-1rem;}
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}
div.column_count {
display: inline;
font-size: 16px;
font-weight: bold;
width: 32px;
height: 32px;
line-height: 16px;
text-align: center;
right:0;
}
div.column_count {
background: url(https://news.uaf.edu/wp-content/themes/cstone-TThirteen/images/bubble_32.png) no-repeat top left;
}

main.dynamicTile img {
	width: 100%;
}
.tile-row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.tile-col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.tile-img {
	margin: 0.2rem;
}
.tile-wrapper-inner {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: -700px;
	padding: 15px 20px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	background: rgba(255,255,255,0.6);
}
.tile-wrapper-inner-lg {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: -700px;
	padding: 15px 20px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	background: rgba(255,255,255,0.6);
}

@media screen and (min-width: 1199px) {
.tile-wrapper-inner {
}
.tile-wrapper-inner-lg {
}
}
.tile-wrapper {
	overflow: hidden;
	position: relative;
}
.tile-wrapper:hover .tile-wrapper-inner {
	top: 0;
}
.tile-wrapper:hover .tile-wrapper-inner-lg {
	top: 0;
}
.tile-wrapper:hover .tile-wrapper-inner .description, .tile-wrapper:hover .tile-wrapper-inner-lg .description {
	display: block;
}
.tile-wrapper .tile-wrapper-inner .description, .tile-wrapper .tile-wrapper-inner-lg .description {
	display: none;
}
.tile-wrapper .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.tile-wrapper:hover .tile-wrapper-inner, .tile-wrapper:hover .tile-wrapper-inner-lg {
	background: rgba(255,255,255,0.4);
	z-index: 6;
}
.tile-wrapper:hover .overlay {
	background: rgba(255,255,255,0.2);
	z-index: 2;
}
.tile-wrapper:hover .title-box {
	top: -700px;
}
.tile-wrapper .title-box {
	z-index: 1;
	height: auto;
	background: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.7rem;
	color: #236192;
	font-size: 100%;
	font-weight: bolder;
}
.tile-wrapper p {
	font-size: 110%;
}
.tile-wrapper h4 {
	font-size: 130%;
}

@media screen and (min-width: 992px) {
.tile-wrapper p {
	font-size: 80%;
}
.tile-wrapper h4 {
	font-size: 100%;
}
}

@media (min-width: 1000px) and (max-width: 1199px) {
.tile-wrapper p {
	font-size: 100%;
}
.tile-wrapper h4 {
	font-size: 110%;
}
}
.tile-wrapper::before,  .tile-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-color: transparent;
	border-style: solid;
	display: none;
}
.tile-wrapper::before {
	border-width: 30px;
	border-right-color: #236192;
	border-bottom-color: #236192;
	z-index: 8;
}
.tile-wrapper::after {
	content: '\f178';
	font-family: FontAwesome;
	bottom: 5px;
	right: 5px;
	z-index: 9;
	text-transform: uppercase;
	color: #fff;
	white-space: pre;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	text-align: center;
}
.tile-wrapper:hover::before,  .tile-wrapper:hover::after {
	display: block;
}
.tri-corner {
	bottom: 0;
	right: 0;
	height: 50px;
	width: 50px;
	z-index: 12;
	position: absolute;
	display: block;
	pointer-events: auto;
}
.dynamicTile {
	margin-bottom: 3rem;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #236192;
    padding: 8px 12px;
    margin: 2px;
    color: #fff !important;
    background-color: #236192;
    font-size: 1.1rem;
}
.wp-pagenavi span.current {
    font-weight: bold;
	color: #ffcd00 !important;
}
.category-grapevine .pagination {display:none; visibility:hidden;}
.menu-e-aurora-footer-menu-container ul  {
    list-style: none;
color:#ffcd00;}
.menu-e-aurora-footer-menu-container ul li {margin-bottom:0.5em;}
.aurora-banner-img {background-image:url("https://news.uaf.edu/wp-content/uploads/2019/09/e-Aurora_web_header_bkgd_1900x150.png");
background-repeat:no-repeat;
-o-background-size: cover;
 -moz-background-size: cover;
 -webkit-background-size:cover;
 background-size: cover;
background-color:#ffcd00;}
.aurora-banner-img-fall {background-image: url("https://news.uaf.edu/wp-content/uploads/2020/08/Aurora_web_header_background.jpg");background-size:cover;}
.auora-banner-img-winter {background-image: url("https://news.uaf.edu/wp-content/uploads/2021/01/0121_Aurora_web_header_bkgd.jpg");background-size:cover;}
.special .carousel-caption {
    position: absolute!important;
	bottom: 0%!important;
    top: initial!important;
    width: 100%!important;
}
.special .carousel-caption, .special .carousel-caption.text-left {
    left: 0rem!important;
    right: initial!important;
}
.special .carousel-indicators {
	position: relative!important;}
.special h5 {color:#fff;font-size: 1.5em;}
.special p {color:#fff;font-size: 1em!important;}
#collapseOne .card-body p {margin-bottom: 0rem;}
.searchandfilter ul {display:flex;margin-left:0;}
.searchandfilter ul ul {display:block;margin-left: 0;
    padding-left: 0;}
.searchandfilter ul li li {padding: 0px 0 !important;}
.searchandfilter ul li h4 {width:12em;}