/*!
Theme Name: ltbx
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ltbx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

ltbx is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.page-id-2 h1 {
    font-size:2em;
    padding:5%;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a,
.article-group .article-groupings a,
.article-group .article-groupings {
  color: #664B71;
}

a:visited {
  color: #571a70;
}

a:hover,
a:focus,
a:active,
.article-group a:hover,
.article-group .article-groupings a:hover,
.opinion-title-byline a:hover {
  color: #966da7;
}

a:focus {
  outline: thin dotted;
}

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

.article-group a,
.opinion-title-byline a {
	color:#000;
	text-decoration:none;
}

.article-group .article-groupings a {
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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: #aaa #bbb #bbb;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.flex {
  display: flex;
  flex-direction: column;
}


.main-container {
    max-width: 90%;
    margin: 0 30px;
}

@media only screen and (min-width: 900px)
.main-container {
    max-width: 1324px;
	margin-bottom: 2.5vw;
}

@media only screen and (min-width: 1325px)
.main-container {
    margin: 0 auto;
}


/*********************************************** Search Modal  */

.overlay {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000001;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.opened-overlay.overlay {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.overlay-dialog {
    position: relative;
    width: auto;
    margin: 0 auto;
    width: calc(100vw - 3.5rem);
    top: 190px;
}

.overlay-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
    padding: 73px 45px 36px;
    overflow: hidden;
}

.overlay-close {
    position: absolute;
    right: 11px;
    top: -7px;
    font-weight: 300;
    font-size: 60px;
    cursor: pointer;
    z-index: 50;
    line-height: 1.2;
}

#searchBackground {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #00000050;
    background:rgba(0, 0, 0, 0.5);
    height:100%;
    width:100vw;
    }

#searchModal #searchform input[type="text"] {
        font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    border: none;
    background: transparent;
    width: 70%;
    border-bottom: 1px solid #c7c7c7;
    /* padding-right: 60px; */
    }

#searchModal #searchform input[type="submit"]     {
    background: #966da7;
    color: #fff;
    /* padding: 0 30px; */
    border-radius: 12px;
    margin: 0px;
    line-height: 3;
    font-size: 18px;
    width:10%;
    height:50%;
}

#searchModal #searchform input[type="submit"]:hover     {
    background: #664b71;
    cursor:pointer;
}

#searchModal #searchform div {
    display:flex;
    column-gap:5%;
    align-items:center;
    }

@media only screen and (min-width:900px) {
    #searchModal #searchform input[type="text"] {
    font-size: 60px;
    width: 100%;
    }
    }

/************************ REGULAR SEARCH  ****************************************/
#searchform input[type="text"] {
        font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    border: none;
    background: transparent;
    width: 70%;
    border-bottom: 1px solid #c7c7c7;
    /* padding-right: 60px; */
    }

#searchform input[type="submit"]     {
    background: #966da7;
    color: #fff;
    /* padding: 0 30px; */
    border-radius: 12px;
    margin: 0px;
    line-height: 1;
    font-size: 18px;
    width:25%;
    height:50%;
}

#searchform input[type="submit"]:hover     {
    background: #664b71;
    cursor:pointer;
}

#searchform div {
    display:flex;
    column-gap:5%;
    align-items:center;
}

@media only screen and (min-width:900px) {
    #searchform input[type="text"] {
    font-size: 60px;
    width: 100%;
    }

    #searchform input[type="submit"]     {
    line-height: 2;
    font-size: 18px;
    width:10%;
    /* height:50%; */
    }
}

/******************* Search Results Page ***********************************/
.col-two-thirds header {
    font-weight: 600;
    font-size: 1.3333336em;
    line-height: 150%;
    margin-bottom: 23px;
}

.col-two-thirds header a {
    color:#000;
    text-decoration:none;
}

.col-two-thirds header a:hover {
    color:#664B71;
    text-decoration:underline;
}

.wrapper-search {
    margin-top:30px;
}

.attribution {
    font-weight: 600;
    color: #acacac;
    text-transform: uppercase;
}

@media only screen and (min-width:1000px) {
    .wrapper-search {
        display:flex;
        column-gap:5%;
    }

    .col-two-thirds {
        width:55%;
    }

    .wrapper-search a {
        width:25%;
    }

}




/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.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);
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
	.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}




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

.main-navigation ul li .sub-menu {
	width:180px;
	flex-direction:column;
}

.main-navigation ul li .sub-menu a {
	font-size:16px;
	text-transform:capitalize;
	padding:20px;
	border-bottom:none;
	font-weight:500;
}

.main-navigation ul li .sub-menu a:hover {
	background:#966da7;
	color:#fff;
	font-weight:500;
} 


.main-navigation ul .sub-menu {
	padding-left:0px;
}

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

.main-navigation li {
  position: relative;
}

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

.menu-main-menu-container {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}

.site-branding {
	width:90%;
	margin: 0 auto;
}

#record-header #header-right-column {
	display:flex;
	flex-direction:row;
	column-gap:21px;
	justify-content:center;
	align-items:center;
	padding-bottom:21px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/* 37.5em */
@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
  
  .et_mobile_menu ul {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    width: 68vw;
	  max-width:1150px;
    margin: 0 auto;
    justify-content: space-between;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  margin-bottom: 30px;
}



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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.mega-toggle-block.mega-menu-toggle-animated-block.mega-toggle-block-0 {
	margin-bottom:20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	text-align:left;
	padding:0 30px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
	margin-right:18px;
}

/* #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	box-shadow:0 3px 3px rgba(0, 0, 0, .3);
} */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	padding-left:42px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
		background: #966da7;
	color:#fff;
}

#record-header {
	display:none;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
	width:125px;
	top:initial;
	margin: 0 0 15px 10px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-box {
	margin-bottom: 15px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-50957 .mega-search .search-icon:before {
	color: #000;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    line-height: 30px;
}

@media only screen and (min-width: 900px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
		background:#966da700;
		color:#966da7;
	}
	#record-header {
		display:block;
	}
}



/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  margin-top: 1.5em;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}

.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*****************************************************************************************************************************************************************************************/

figcaption {
  font-size: .8em;
  font-weight: 400;
  color: #747474;
}

.featured-image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.entry-title,
.article-subhead {
  font-family: 'adobe-garamond-pro', serif;
}

.article-body {
  margin-bottom: 8.75vw;
}

.entry-title {
  font-weight: 700;
  font-size: 1.89em;
	margin: 0px 0px 5px 0px;
	line-height:1;
}

.article-subhead {
  font-style: italic;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: -10px;
}

.article-post-type {
  font-weight: 700;
  font-size: 1em;
	margin-bottom:6px;
  color: #664b71;
  text-transform: uppercase;
}

.byline {
  margin-top: 3.125vw;
}

.byline.flex {
  flex-direction: row;
  column-gap: 15px;
}

.byline img {
  border-radius: 50%;
	align-self: self-start;
}

.byline div {
  margin-top: .75em;
}

.author-position {
  font-weight: 700;
  font-size: .9em;
  color: #747474;
}

.article-date {
  font-size: .8em;
  margin-top: 0;
}

.pull-quote {
  color: #907c98;
  font-weight: 700;
}

.pull-quote p:first-of-type {
  font-size: 1.33em;
  margin-bottom: 0px;
}

.pull-quote .attribution {
  font-size: .8333em;
  font-style: italic;
}

.related-stories {
  background: #F1EFF2;
  padding: 5%;
  box-sizing: border-box;
}

.related-stories h3 {
  font-size: 1.66667em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  line-height: .8;
  padding: 0;
}

.related-stories .article-title {
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2em;
  font-weight: 700;
	text-decoration: none;
    color: #000;
}

.related-stories a:hover,
.related-stories p.author a:hover {
	color:#966DA7;
}

.related-stories .author {
  font-size: .9em;
  font-weight: 700;
  color: #00000040;
  margin-bottom: 40px;
}

.related-stories p.author a {
  text-transform: uppercase;
  text-decoration: none;
  color: #664B71;
}

.related-header {
  width: 100%;
}

.related-header a,
a.more-stories.mobile {
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #664B71;
  padding: 5px;
  border: #664b71 solid 2px;
	margin: 30px 0px;
	text-decoration:none;
}

.related-header a:hover,
a.more-stories.mobile:hover {
	background: #966DA7;
	border-color:#966DA7;
	color:#fff;
}

.related img {
  width: 100%;
  margin-bottom: 20px;
}

/* Helper Classes */
.flex {
  display: flex;
  flex-direction: column;
}

/* Nav Bar */
.custom-logo {
	height:51px;
  width: 100%;
}

.site-title,
#post-49156 .entry-title,
#post-49150 .entry-title {
  display: none;
}

.site-header {
  text-align: center;
}

.site-header .header-container {
	border-bottom:2px solid #000;
}

.site-description {
  font-size: 15px;
  font-style: italic;
}

.menu-item a,
#post-2 .flex.about a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  color: #000;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #966da700;
}

.menu-item a:hover,
#post-2 .flex.about a:hover {
  color: #664b71;
  border-bottom: 2px solid #966da7;
}

#facebook-svg svg:hover,
#instagram-svg svg:hover,
#twitter-svg svg:hover {
	fill:#966da7;
}

#header-right-column a {
	text-decoration:none;
}

.category-administration-coverage .page-header .archive-description,
.category-sst .page-header .archive-description {
	display:none;
}

.category-for-the-record .page-header .archive-description {
	font-family: 'adobe-garamond-pro', serif;
	font-style:italic;
	font-weight:400;
}

/* Footer */
.footer-container {
  background-color: #2E2E2E;
  width: 100%;
  text-align: center;
  line-height: 2em;
}

.footer-runner {
  background-color: #000000;
}

.footer-runner a {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .67em;
  width: 50%;
  margin: auto;
  height: 8vh;
  margin-top: 1.2em;
}

.footer {
  background-color: #2E2E2E;
  display: flex;
  flex-flow: row wrap;
  padding: 2.8em;
  color: #ffffff;
  justify-content: center;
}

.column-flex-box {
  padding-bottom: 1em;
}

.footer-container a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 400;
  display: flex;
  justify-content: center;
}

.footer-container a:hover,
.footer-runner a:hover,
.legal-footer-links a:hover {
	text-decoration:underline;
	color:#966da7;
}



.footer-container h4 {
	font-family: 'adobe-garamond-pro', serif;
	font-style:italic;
  color: #ffffff;
  margin-top: 2em;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: .5em;
}

.cthree {
  margin-bottom: 1.5em;
}

footer img {
  margin-right: auto;
  margin-left: auto;
  margin: auto;
  max-width: 100%;
  width: 24em;
  color: #ffffff;
}

footer p {
  font-style: italic;
  font-size: .83em;
  margin-top: -3.3em;
  color: #ffffff;
  font-weight: 400;
}

.legal-footer-links {
  width: 100%;
  margin: auto;
  display: block;
  justify-content: space-between;
  text-align: center;
  line-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.legal-footer-links a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: .67em;
	font-size:1em;
}

@media only screen and (min-width:900px) {
.legal-footer-links a 	{
		font-size: .67em;
	}
}

.legal-footer {
  background-color: #000000;
}

/********** Section Home Page Styling  ***********/
.opinion-article h3,
.tag-articles-section h3,
.article-group h1 {
  font-family: 'adobe-garamond-pro';
  font-weight: 700;
  line-height: 1.35;
}

.article-group h1 {
  font-size: 1.89em;
}

.article-group.main-left-column .article-byline {
	padding-bottom:20px;
}

.main-right-column .article-group h1 {
  /* 30/20 = 1.5em */
  font-size: 1.5em;
  margin: 10px 0 0 0;
}

.article-group p,
.opinion-article p{
  /* 18/20 = .9em */
  font-size: .9em;
	margin-bottom:0px;
}

.tag-articles-section p:last-of-type {
  margin-bottom: 0px;
}

.lower-middle-column p {
	margin:10px 0px 0px;
}

.main-feature-box .article-group .article-intro {
  margin: 15px 0;
}

.main-right-column img,
.main-left-column img {
  width: 100%;
}

.main-left-column h1 {
  margin: 10px 0 20px 0;
}

.main-right-column hr {
  margin: 0;
}

.by-the-numbers h1,
.by-the-numbers h2,
.by-the-numbers h3,
.by-the-numbers h5 {
  margin: 0;
}

.by-the-numbers .title {
  align-self: center;
}

.by-the-numbers h1 {
  color: #664B71;
  font-family: 'lato', sans-sans-serif;
  font-weight: 800;
  /* 40/20 = 2 */
  font-size: 2em;
}

.by-the-numbers h2 {
  color: #fff;
  font-size: 2em;
  background: #664B71;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto .5em auto;
  border-radius: 50%;
  line-height: 2.5;
}

.by-the-numbers h3 {
  font-size: 1.17em;
  font-weight: 300;
}

.by-the-numbers .number h5 {
  font-weight: 300;
}

.opinion-article h3,
.tag-articles-section h3 {
  font-family: 'adobe-garamond-pro', serif;
  margin: 0;
}

.lower-middle-column .article-group,
.right.lower-column .tag-articles-section {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}

.right.lower-column .tag-articles-section,
.lower-middle-column div:last-of-type,
.article-seperator.bold {
  border-bottom: 3px solid #000;
}

.lower-middle-column .article-group img {
  width: 100%;
	margin-bottom:10px;
}

.article-byline {
  color: #AFB0B3;
	margin-top:9px;
}

.article-byline .dot {
	color:#afb0b3;
}

.article-byline span {
  color: #000;
}

.article-byline a {
  text-transform: uppercase;
  color: #664B71;
  text-decoration: none;
}

.maple-leafs-in-action {
/*   background: #C7BECB; */
	background:#F1EFF2;
  padding: 20px;
  box-sizing: border-box;
}

.maple-leafs-in-action h1,
.opinion-group h1,
.tag-articles-section h1,
.latest-issue h1 {
  font-family: 'lato', sans-serif;
}

.opinion-group h1,
.tag-articles-section h1 {
  line-height: 1.25;
  font-size: 1.5em;
  text-transform: uppercase;
}

.opinion-article img {
  align-self: start;
  max-width: 25%;
}

.maple-leafs-in-action h3.date {
  font-size: 24px;
  font-weight: 700;
}

.maple-leafs-in-action p {
  font-size: 18px;
}

.maple-leafs-in-action .event .event-time {
  font-style: italic;
}

.maple-leafs-in-action .location {
  display: block;
  margin-left: 20px;
}

.for-the-record .logo {
  /*   width: 85%; */
  width: 226px;
  margin: 30px 0px 20px;
}

.for-the-record {
  padding-bottom: 20px;
}

.right.lower-column .links {
  font-size: 27px;
  font-weight: 900;
}

.right.lower-column .links a {
  display: block;
  text-align: center;
  color: #000;
  margin: 10px 0;
}

.btn {
  color: #664B71;
  border: 3px solid #664B71;
  padding: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn:hover {
	background:#966da7;
	border-color: #966DA7;
	color:#fff;
}

.btn h6,
.btn p,
.latest-issue h1,
.latest-issue p {
  margin: 0;
}

.btn h6 {
  font-size: 30px;
  font-weight: 700;
}

.latest-issue img {
  width: 100%;
}

.latest-issue {
  text-align: center;
}

.latest-issue h1 {
  font-family: 'lato', sans-serif;
}

.latest-issue .date {
  font-weight: 300;
}

.latest-issue {
  display: none;
}

.below-the-fold {
  flex-direction: column;
  display: flex;
}

.below-the-fold .left.lower-column {
  order: 3;
}

.below-the-fold .lower-middle-column {
  order: 2;
}

.below-the-fold .right.lower-column {
  order: 1;
}

.maple-leafs-in-action {
  display: none;
}

.maple-leafs-in-action.mobile {
  display: block;
  margin: 40px 0px 50px 0px;
}

.tag-articles-section.tablet {
  display: none;
}

body.home {
  margin-bottom: 0px;
}

.main-right-column,
.below-the-fold,
.article-group.main-left-column h1,
.article-group.main-left-column p,
.page-id-2 .main-container,
.flex.about.sec-nav-bar.archive h2 {
  padding: 0px 20px;
}

.article-separator {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  padding: 0 20px;
  margin: 20px 0;
}

.article-separator-mobile {
  height: 1px;
  background: #e2e2e2;
  margin: 0 20px;
  margin-bottom: 20px;
}

.by-the-numbers {
  background: #F1EFF2;
  margin: 42px 0;
  padding: 33px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.by-the-numbers .number {
  margin-top:42px;
}


@media only screen and (min-width:900px) {
	  .by-the-numbers {
    flex-direction: row;
  }

  .by-the-numbers div {
    width: 25%;
  }

  .by-the-numbers .number {
    border-left: 1px solid #664B71;
    margin: 0px;
  }
	
}

.opinion-article {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

/*********** Single Articles ***********/
.article-head {
  width: 80vw;
  margin: 0px auto;
}

@media only screen and (min-width:900px) {
.article-head {
  margin: 50px auto;
}	
}

.feature-image figcaption,
.written-content-container {
  width: 80vw;
  margin: 20px auto 0 auto;
}

.related-header,
.related.flex {
  width: 90vw;
  margin: 0 auto;
  flex-direction: column;
}

.related-header {
	margin: 0 auto 42px auto;
}

.related div {
  width: 100%;
}

.featured-image figure {
  display: flex;
  flex-direction: column;
}

.feature-image img {
  width: 100vw;
}

	a.more-stories.desktop {
		display:none;
	}
	
	a.more-stories.mobile {
		display:block;
	}

/*********** Author Pages ***********/
.full-width {
  width: 100%;
  background: #F1EFF2;
}

.full-width .author-bio {
  width: 68vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.authors-template-default .author-bio .attachment-author_thumb-large {
	border-radius:50%;	
	align-self:self-start;
	margin-top:50px;
}

.author-bio div h1 span {
  color: #A2A2A2;
}

.author-bio div h1 {
  margin-bottom: 10px;
}

.email-holder a {
  font-style: italic;
}

.authors-template-default .author-stories,
	.archive.category .main-container,
.archive.tag .main-container,
.error404 main.site-main {
	width:90vw;
	margin:0 auto;
}

.authors-template-default .author-stories .article-group,
	.archive.category .main-container .article-group,
.archive.tag .main-container .article-group {
	display:flex;
	flex-direction:column;
}

.authors-template-default .author-stories .article-group img,
	.archive.category .main-container .article-group img,
.archive.tag .main-container .article-group img {
	width:100%;
}

.authors-template-default .author-stories .article-group img,
	.archive.category .main-container .article-group img,
.archive.tag .main-container .article-group img {
	order:1;
} 

.authors-template-default .author-stories .article-group p,
	.archive.category .main-container .article-group p,
.archive.tag .main-container .article-group p {
	order:2;
}

.authors-template-default .author-stories .article-group .article-information,
	.archive.category .main-container .article-group .article-information,
.archive.tag .main-container .article-group .article-information {
	order:3;
}


@media only screen and (min-width: 900px) {
	.authors-template-default .author-stories .article-group,
		.archive.category .main-container .article-group,
	.archive.tag .main-container .article-group {
		flex-direction:row; 
	}	
	
	.authors-template-default .author-stories .article-group img,
		.archive.category .main-container .article-group img,
	.archive.tag .main-container .article-group img {
		align-self: start;
	}
	
	.authors-template-default .author-stories .article-group .article-information h1,
		.archive.category .main-container .article-group .article-information h1,
	.archive.tag .main-container .article-group .article-information h1 {
		margin-top:0px;
	}
	
	.authors-template-default .author-stories .article-group img,
		.archive.category .main-container .article-group img,
	.archive.tag .main-container .article-group img {
	order:2;
} 

.authors-template-default .author-stories .article-group p,
		.archive.category .main-container .article-group p,
	.archive.tag .main-container .article-group p {
	order:1;
}

.authors-template-default .author-stories .article-group .article-information,
		.archive.category .main-container .article-group .article-information,
	.archive.tag .main-container .article-group .article-information {
	order:3;
}
}


@media only screen and (min-width: 900px) and (max-width:1199px) {
	.authors-template-default .author-stories .article-group,
		.archive.category .main-container .article-group,
	.archive.tag .main-container .article-group {
		width:100%;
		flex-wrap: wrap;
		column-gap: 30px;
	}
	
	.authors-template-default .author-stories .article-group .date,
		.archive.category .main-container .article-group .date,
	.archive.tag .main-container .article-group .date {
		width:100%;
			margin-bottom: 15px;
font-style: italic;
	}
	
	.authors-template-default .author-stories .article-group .article-information,
	.authors-template-default .author-stories .article-group img,
		.archive.category .main-container .article-group .article-information,
		.archive.category .main-container .article-group img,
	.archive.tag .main-container .article-group .article-information,
	.archive.tag .main-container .article-group img { 
		flex:1;
	}
} 

@media only screen and (min-width:1200px) {
	.authors-template-default .author-stories,
	.archive.category .main-container,
	.archive.tag .main-container,
	.error404 main.site-main {
		max-width:1200px;
	}
	
	.authors-template-default .author-stories .article-group,
	.archive.category .main-container .article-group,
	.archive.tag .main-container .article-group {
		column-gap:45px;
		margin:45px 0px;
	}
	
	.authors-template-default .author-stories .article-group img,
		.archive.category .main-container .article-group img,
	.archive.tag .main-container .article-group img { 
		flex:3;
	}
	
	.authors-template-default .author-stories .article-group .article-information,
		.archive.category .main-container .article-group .article-information,
	.archive.tag .main-container .article-group .article-information {
		flex:2;
	}
	
	.authors-template-default .author-stories .article-group .date,
		.archive.category .main-container .article-group .date,
	.archive.tag .main-container .article-group .date {
		flex:1;
	}
	
	
}



/*********** Section Archive Pages ***********/
.below-the-fold.archive .staff-call-out {
	order:2;
	flex:1;
}

.below-the-fold.archive .left.lower-column {
	order:1;
}

.below-the-fold.archive .article-group {
	display:flex;
	flex-direction:column;
}

.staff-call-out {
	background: #F1EFF2;
    text-align: center;
	text-align:-moz-center;
    padding: 20px;
    box-sizing: border-box;
    align-self: self-start;
	margin-bottom:42px;
}

@media only screen and (min-width:900px) {
	.staff-call-out {
		margin-bottom:0px;
	}
}

.staff-call-out .interior-staff h4 {
	font-weight:900;
	margin-bottom: 10px;
}

.fold-divider {
    height: 3px;
    width: 92%;
    background: #000;
    margin: 40px auto;
  }

.fold-divider.numbers {
	display:none;
}

.small-rule-line {
	height: 2px;
	width:100px;
	background-color: #000;
	margin: 0 auto;
}


.staff-call-out .interior-staff h2 {
	font-family: 'adobe-garamond-pro', serif;
}

.staff-call-out p {
	font-size:16px;
}

.staff-call-out a.email {
	font-style:italic;
	text-decoration:none;
	color:#000;
}

.area-editor {
	margin-bottom: 2em;
}

.interior-staff img {
	margin-top:20px;
	border-radius:50%;
	width:75%;
}

.below-the-fold.archive .article-group .attachment-story_archive {
	align-self:self-start;
	width:100%;
}

.article-group p.date {
	display:none;
}

.authors-template-default .article-group p.date {
	display:block;
}

	.article-group .article-information p.article-byline span {
		display:inline;
	}


/* .article-group .article-intro {
	margin-bottom:0px;
}

.article-group .article-byline {
	margin-bottom:0px;
} */

/*********** Static Pages ***********/
.page-id-49063 #page main#primary .entry-header,
.page-id-2 #page main#primary .entry-header,
article#post-49153 .entry-header,
article#post-51594 .entry-header,
article#post-52411 .entry-header {
  display: none;
}




/*********** Dining Page ***********/
.dining-header h1 {
  font-size: 2em;
  padding: 5%;
}

.dining div {
  width: 100%;
}

.dining-menu {
  background: #F1EFF2;
  padding: 5%;
  box-sizing: border-box;
}

.dining-menu h3 {
  font-size: 1.66667em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.dining-menu p {
  color: #000000;
  font-weight: 400;
}

.dining.flex a {
  text-transform: uppercase;
}

.dining-specs {
  margin: 0 0 1em 2em;
  line-height: 2em;
}

.pic-two {
  display: none
}

.dining-title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  font-style: italic;
  margin-top: 0px;
}

.dining-date {
  font-size: 1.3em;
  font-weight: 600;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
}

.dining-menu .meal {
  font-family: "adobe-garamond-pro", serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 30px;
}

.dining-time {
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  margin-top: 0px;
  text-transform: lowercase;
  letter-spacing: normal;
}

.view-menu-group {
  display: flex;
  align-items: center;
}

.view-menu-group img {
  margin-right: 10px;
}

.dining-images {
  display: block;
}

.dining-separator {
  width: 40%;
  height: 9px;
  background-color: #664B71;
  margin-bottom: 30px;
}

/* About Us Page */
.contact-us .flex h3 {
  color:#A2A2A2;
  font-size: 18px;
  font-weight:700;
}

#post-2 .flex.about a {
  margin-bottom:20px;
  text-transform: uppercase;
  font-weight:600;
  text-decoration: none;
}

#post-2 .flex.about.sec-nav-bar.archive a {
	margin-bottom:0px;
	padding-bottom:0px;
}

.donors {
/*   background: #C7BECB; */
	background:#F1EFF2;
  padding: 20px;
  box-sizing: border-box;
	width:100%;
	position:relative;
}

.donors .dining-separator {
	position:absolute;
	top:-3px;
}

.donors h3 {
	margin:0 0 20px 0;
}

.donors p {
	font-family: 'adobe-garamond-pro', serif;
	font-style:italic;
	margin:0 0 10px 0;
}

.donors a {
	font-family:'lato', sans-serif;
	font-size:18px;
	font-style:normal;
}

.donors.awards {
	margin-bottom:30px;
}

.donors.awards span {
	  font-family: "adobe-garamond-pro", serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
	font-weight:700;
}

.donors.awards p {
	font-style:normal;
	  margin: 0 0 30px 30px;
}

#post-49063 .entry-content,
#post-2 .entry-content,
#post-49156 .entry-content,
	#post-49150 .entry-content,
#post-49153 .entry-content,
#post-51594 .entry-content,
#post-52411 .entry-content {
		padding-left:20px;
		padding-right:20px;
	}


/************------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Desktop Styling ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------************/
@media only screen and (min-width: 900px) {
  body {
    font-size: 20px;
  }

  .page-id-2 h1 {
      padding:0px;
  }

  .footer-interior-container {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 42px;
  }

  div.footer-container h4,
  a {
    text-align: left;
  }

  div.footer-container a,
  div.footer-bottom {
    justify-content: left;
  }

  .column-flex-box {
    flex-direction: row;
    display: flex;
    justify-content: space-around;
  }

  .column {
    width: 25%;
  }

  .legal-footer-links {
    padding-left: 20vw;
    padding-right: 20vw;
    width: auto;
    margin: auto;
    flex-direction: row;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  /* Navigation + Header */
  .main-navigation ul ul {
    flex-direction: row;
    background-color: #fff;
    padding-left: 20px;
    padding-top: 20px;
  }

  #header-left-column,
  #header-right-column {
    width: 28%;
  }

  #record-header {
	width: 68vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-align: center;
  }

  #header-right-column a img {
    margin-bottom: 20px;
  }

  #header-right-column a {
    margin-left: 20px;
  }
	
	#record-header #header-right-column {
	display:block;
}

  /* Section Home Page Code */
  div.section-nav {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .main-right-column,
  .below-the-fold,
  .article-group.main-left-column h1,
  .article-group.main-left-column p {
    padding: 0;
  }

  .main-feature-box {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
  }

  .main-right-column .article-group {
    display: flex;
  }

  .main-right-column .article-group img {
    /*     width: 15vw; */
    align-self: start;
  }

  .main-right-column,
  .main-left-column {
    width: 48%;
  }

  .main-container,
	.error404 main.site-main {
    margin: 50px auto;
    padding: 0 25px;
  }

  .main-right-column {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .article-one,
  .article-two {
    column-gap: 20px;
  }

  .article-separator-mobile {
    display: none;
  }

  .main-right-column .article-separator {
    margin: 0px;
  }
	
  .main-right-column .article-group p {
    font-size: 15px;
    margin: 0;
  }

  .below-the-fold {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
  }

  .lower-column {
    flex: 1;
  }

  .lower-middle-column {
    flex: 2;
  }

  .lower-middle-column {
    padding-right: 30px;
    border-right: 1px solid #e2e2e2;
  }

  .opinion-article img {
    align-self: start;
  }

  .opinion-article h3,
  .tag-articles-section h3,
	  .main-right-column .article-group h1 {
    font-size: 21px;
    line-height: 1.25;
  }
	
	.main-right-column .article-group h1 {
		margin-top:0px;
	}

  .opinion-article .article-byline,
  .tag-articles-section .article-byline {
    font-size: 12px;
  }

  .right.lower-column .tag-articles-section {
    border-bottom: 1px solid #e2e2e2;
  }

  .main-left-column {
    padding-right: 20px;
    border-right: 1px solid #e2e2e2;
  }

  .article-separator,
  .article-separator.bold {
    background: #e2e2e2;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    border-bottom: none;
  }

  .for-the-record {
    border-bottom: 1px solid #e2e2e2;
  }

  .article-seperator.mobile {
    display: none;
  }

  .main-feature-box .article-seperator {
    margin: 0;
  }

  .article-group.last-article .article-byline {
    border-bottom: 0px;
  }

  .fold-divider {
    width: 100%;
  }

  .below-the-fold .article-group h1 {
    font-size: 30px;
    margin: 0;
    /* 7.5/30 */
    margin-top: .25em;
  }

  .latest-issue {
    background: #E8E8E8;
    padding: 20px;
    box-sizing: border-box;
  }

  .latest-issue .btn {
    margin-top: 20px;
  }

  .latest-issue .date {
    margin-bottom: 30px;
  }

  .opinion-article img {
    width: 50%;
    max-width: 50%;
  }

  .maple-leafs-in-action {
    display: block;
  }

  .maple-leafs-in-action.mobile {
    display: none;
  }

  /*********** Single Articles ***********/
  .article-head {
    width: 48vw;
    margin: 50px auto;
  }

  .feature-image figcaption,
  .written-content-container {
    width: 48vw;
    margin: 20px auto 0 auto;
  }

  .related-header,
  .related.flex {
    width: 68vw;
	  max-width:1200px;
    flex-direction: row;
    justify-content: space-between;
  }

  .related div {
    width: 32%;
  }

  .featured-image figure {
    display: flex;
    flex-direction: column;
  }

  .feature-image img {
    width: 68vw;
  }

  /*********** Author Pages ***********/
  .full-width .author-bio {
    flex-direction: row;
    padding: 50px 0px;
    column-gap: 50px;
  }

  .author-bio img {
    flex: 1;
  }
	
	.authors-template-default .author-bio .attachment-author_thumb-large {
		margin-top:0px;
	}

  .full-width .author-bio div {
    flex: 2;
  }
	
/*******  Archive Pages	 ********/
	
	.below-the-fold.archive .article-group .attachment-story_archive {
			width:40%;
	}
	
/* Static Page Containers */
article#post-49063,
article#post-2,
article#post-49156,
article#post-49150,
	article#post-49153,
	article#post-51594,
	article#post-52411 {
    	width: 68vw;
		max-width:1200px;
    	margin: 0 auto;
}
	
#post-49063 .entry-content,
#post-2 .entry-content,
#post-49156 .entry-content,
#post-49150 .entry-content,
#post-49153 .entry-content,
#post-51594 .entry-content
#post-52411 .entry-content{
		padding:0px;
	}

  /* Dining Page */

  .dining.flex {
    flex-direction: row;
  }

  .dining-separator {
    width: 30%;
  }

  /* About Us Page */
  .contact-us .flex {
    flex-direction: row;
    column-gap: 30px;
  }

  .contact-us .flex h3 {
    flex:1;
  }

  .contact-us .flex p {
    flex:3;
  }

  .main-container .flex.about.sec-nav-bar,
	.flex.about.sec-nav-bar,
	.flex.sec-nav-bar.features {
    flex-direction: row;
    column-gap:30px;
  }
	
	.flex.about.sec-nav-bar.archive {
    margin: 30px auto 15px;
    align-items: center;
	}
	
	.flex.about.sec-nav-bar.archive.features {
		justify-content:start;

	}
	
	.below-the-fold.archive .article-group {
	flex-direction:row;
		column-gap:20px;
		margin-bottom:30px;
}
	
	.below-the-fold.archive .left.lower-column {
		flex:5;
	}
	
	.donors {
		width:500px;
	}
	
	
		.related-header a {
		margin:0px;
		padding-right:20px;
		padding-left:20px;
	}
	
	a.more-stories.desktop {
		display:inline-block;
	}
	
	a.more-stories.mobile {
		display:none;
	}
	
}


/************------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Tablet Styling ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------************/
@media screen and (min-width: 900px) and (max-width:1199px) {
  .tag-articles-section.tablet {
    display: block;
  }

  .right.lower-column {
    display: none;
  }

  .right.lower-column .tag-articles-section,
  .lower-middle-column div:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .main-right-column .article-group img {
    width: 25vw;
  }

  .dining-images {
    display: none;
  }
	
	.below-the-fold.archive .left.lower-column {
		order:1;
	}
	
	.staff-call-out {
		order:2;
	}
}


/************------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Wide Screen Desktop Styling ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------************/
@media screen and (min-width: 1200px) {
	.site-branding {
		margin: unset;
	}
	
	.main-container,
	.error404 main.site-main {
    width: 1200px;
    margin: 50px auto;
  }

  .below-the-fold {
    flex-direction: row;
  }

  .below-the-fold .right.lower-column {
    display: block;
  }

  .below-the-fold .left.lower-column {
    order: 1;
  }

  .below-the-fold .lower-middle-column {
    order: 2;
  }

  .below-the-fold .right.lower-column {
    order: 3;
  }

  .latest-issue {
    display: block;
  }

  .maple-leafs-in-action {
    display: block;
  }

  .maple-leafs-in-action.mobile {
    display: none;
  }

  .lower-middle-column {
    padding-left: 30px;
    border-left: 1px solid #e2e2e2;
  }

  .tag-articles-section {
    padding-bottom: 0px;
    border-bottom: 0px none;
  }

  .lower-middle-column div:last-of-type {
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  .right.lower-column .tag-articles-section h1 {
    margin-top: 0px;
  }

  .main-right-column .article-group img {
    width: 315px;
  }
	
		.article-group p.date {
	display:block;
}
/* 	.article-group .article-information p.article-byline span {
		display:none;
	} */

}


/* Scoreboard */
.background.flexy-boxy,
.content.flexy-boxy {
  display: flex;
  align-items: center;
}

.scoreboard-container {
	width: 100vw;
    position: relative;
    left: -50px;
	margin-top:42px;
}

@media only screen and (min-width:900px) {
	.scoreboard-container {
		width:100%;
		position:static;
		left:0;
	}
}

.scoreboard-background-layer {
	position:relative;
}

.content.flexy-boxy {
	  position: absolute;
}

.scoreboard-background-layer,
.background.flexy-boxy,
.content.flexy-boxy {
	width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.team-away, .team-home {
  width: 50%;
  padding: 45px 0;
}

.scoreboard-container .content.flexy-boxy {
  justify-content: space-around;
  align-items: center;
	top:17%;
}

.final {
  text-align: center;
  background: #ffffff;
  color: #000000;
  padding: 10px;
  text-transform: uppercase;
}

.away-specs, .home-specs, .final {
  width: 28%;
}

.team-away {
  background-color: #000000;
}

.team-home {
  background-color: #664b71;
}

.away-specs, .home-specs {
  display: flex;
  text-align: center;
  align-items: center;
	justify-content: space-around;
}

.score {
  font-size: 2em;
  color: #ffffff;
}

.team {
  font-size: 1em;
  color: #ffffff;
		text-transform:uppercase;
}



.scoreboard-container p {
	margin:0;
}



.sub-menu-toggle {
    transform: rotate(180deg);
    position: absolute;
    right: 40px;
}



/* ^^^^^^^^^^^^^^^^^^ Business Ethics Page  */
#post-52411 h1.entry-title {
	font-family:'lato', sans-serif;
	margin-top:2em;
}
