/*
Theme Name: UToledo News 2024
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline
} */

/* UToledo Brand Variables */
:root {
	--midnight: #003E7E;
	--gold: #FFD200;
	--darkblue: #000F3E;
	--space: #102B5F;
	--azure: #009CE5; /* Adjusted to have a > 3:1 contrast ratio with white */
	--sky: #AFD5E9;
	--sunrise: #F4AA3B;
	--sunlight: #FFE471;
	--earth: #D3C1AE;
	--sand: #EDE4E1;
	/* Academic-Only */
	--violet: #A2047D;
	--petal: #BA7C97;
	--bloom: #F0C8BF;
	/* Healthcare-Only */
	--teal: #168F9C;
	--turquoise: #1DB8BF;
	--lightteal: #77D8D8;
	/* Extra */
	--black: #2E2E2D;
	--white: #FFFFFF;
	/* Border Radius */
	--radius-s: 5px;
	--radius-m: 8px;
}

body {
  line-height: 1;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--radius-s);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sub, sup {
  position: static; /* to override weird styles from _reboot.scss */
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.sticky {
}

.bypostauthor {
}

.wp-caption {
  border-radius: var(--radius-m);
  overflow: hidden;
}

/* Make sure images display well on mobile */
@media (max-width: 767px) {
  .wp-caption {
    display: block !important;
    float: none !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* custom styles */

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  top: 126px;
  font-size: 1.05em;
  line-height: 1.6;
}
@media (min-width: 992px) {
  body {
    top: 140px;
  }
}
@media (max-width: 767px) {
  body {
    top: 116px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/*header*/
header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1;
}

header .blueWrap {
  background-color: #003e7e;
  width: 100%;
}

header img {
  max-width: 100%;
  width: 100%;
}

header .tag {
  padding-top: 13px;
  padding-bottom: 13px;
}

#logo {
  width: auto;
}

.desktopLogo {
  display: inline !important;
  max-height: 67px;
}
.mobileLogo {
  display: none !important;
  max-height: 50px;
}
@media (max-width: 767px) {
  .desktopLogo {
    display: none !important;
  }
  .mobileLogo {
    display: inline !important;
  }
  header .tag {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.navLinks {
  position: relative;
  top: 26px;
  font-size: 22px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  background-color: #003e7e;
}

.navLinks a {
  color: white;
  text-decoration: none;
}

.navLinks a:hover {
  text-decoration: none;
}

/*sitewide styles*/
h1 {
  font-family: "Poppins", sans-serif;
  color: #003e7e;
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

h2 {
  font-family: "Poppins", sans-serif;
  color: #003e7e;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

h3 {
  font-family: "Poppins", sans-serif;
  color: #003e7e;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

h1 a,
h2 a {
  color: #003e7e;
  text-decoration: none;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  color: #2e2e2d;
  margin-bottom: 1.4rem;
}

b,
strong {
  font-weight: bold;
}

p a {
  color: #134fc9;
}

p strong a {
  color: #134fc9;
  font-weight: bold;
}

.featureImage img {
  width: 100%;
  margin-bottom: 0.8em;
  border-radius: var(--radius-m);
}

@media (min-width: 992px) {
  .featureImage .col-md-6 h2 {
    font-size: 1em;
  }
}

.grayDetails {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  color: gray;
  margin-bottom: 0.5rem;
}

.grayDetails a {
  color: gray;
}

.utoledoInTheNews .grayDetails a {
  color: #2e2e2d;
}

.blueBack {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #afd5e9;
}

.headline {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  color: #003e7e;
  margin-bottom: 10px;
}

a.rss-item {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  color: #003e7e;
  margin-bottom: 10px;
}

ul.rss-items {
  padding-left: 0px;
  margin-top: 1.5rem;
}

li.rss-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.rss-title {
  display: none;
}

.expertPhoto {
  margin-bottom: 15px;
  border-radius: var(--radius-m);
}

hr {
  margin: 1.2rem 0;
}

hr.white {
  border: none;
  border-bottom: 2px solid white;
}

hr.sky {
  border: none;
  border-bottom: 2px solid #afd5e9;
}

.utoledoInTheNews p,
.topicalNews p {
  margin-bottom: 0px;
}

.topicalNews {
  position: relative;
  top: -30px;
}

.topicalNews > div {
  max-width: 200px;
}

.topicalNews .headline {
  font-size: 0.8em;
  line-height: 14px;
}

.blueButton {
  font-family: "Poppins", serif;
  display: inline-block;
  position: relative;
  padding: 9px 20px 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  background-color: #003e7e;
  color: white;
  border: none;
  height: auto;
  border-radius: var(--radius-s);
  line-height: normal;
  letter-spacing: unset;
  text-transform: capitalize;
  white-space: normal;
}

.blueButton:hover {
  background-color: #00254b;
  text-decoration: none;
  color: white;
}

.offsetIcon {
  background-color: #003e7e;
  width: 200px;
  height: 200px;
  text-align: center;
}

.offsetIcon img {
  background-color: #003e7e;
  width: 100px;
}

.footerWrapper {
  padding-top: 50px;
  clear: both;
}

footer {
  background-color: #003e7e;
  padding: 40px 0px;
  color: white;
}

footer p {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0px;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

#fuelingTomorrowsLogo {
  width: 250px;
}

#utoledoNewsLogo {
  width: 400px;
}

.search-form {
  display: inline;
  margin-left: 15px;
  position: relative;
}

.navLinks label {
  max-width: 100%;
}

.search-field {
  border: none;
  padding-left: 5px;
  padding-right: 38px;
  width: 240px;
  max-width: 100%;
  height: 40px;
}

.search-submit {
  border: none;
  background: url(https://www.utoledo.edu/images/search.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  right: 6px;
  width: 30px;
  top: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .search-submit {
    top: -4px;
  }
}

.wp-caption img {
  width: 100%; /* Bandaid fix for small error in caption element sizing */
}

.wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  background-color: #f3f3f3;
  margin-bottom: 0px;
}

.alignright {
  float: right;
  margin: 0 0 .8em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em .8em 0;
}

.aligncenter {
  display: block;
  margin: 0 auto .8em auto;
}

.alignnone {
  border-radius: var(--radius-m);
}

iframe {
  max-width: 100%;
}

.paginated a {
  color: #003e7e;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .navLinks a {
    font-size: 16px;
  }

  .navLinks {
    font-size: inherit;
  }

  .search-field {
    height: 32px;
  }

  .search-submit {
    background-size: 20px;
    width: 20px;
  }
}

@media (max-width: 767px) {
  .navLinks a {
    display: none;
  }

  .navLinks {
    top: 15px;
  }
}

@media (max-width: 456px) {
  .navLinks {
    top: -12px;
  }

  .search-form {
    display: block;
  }

  .search-submit {
    top: 6px;
  }
}

@media (max-width: 430px) {
  .topicalNews > div {
    max-width: inherit;
  }

  .offsetIcon {
    width: inherit;
  }
}

.mobileOnly768 {
  display: none;
}
@media (max-width: 768px) {
  .mobileOnly768 {
    display: block;
  }
}


