@charset "UTF-8";
/*
Theme Name: TCC Collegian
Theme URI: http://underscores.me/
Author: Stephen C. Fornal, Aaron Eastep
Author URI: https://www.tccd.edu
Description: The news site for Tarrant County College District
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tcc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TCC Collegian 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/
*/
.site-header::after,
.pageFooter-contact::after,
.single .site-main .featured-image-wrap::before,
.single .site-main .featured-image-wrap::after,
.page .site-main .featured-image-wrap::before,
.page .site-main .featured-image-wrap::after,
.home .featured-article::after,
.archive .featured-article::after {
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtNJREFUeNpi4C/dYw3E7AxQwAgiQIJQ/k9kDojNj67iNkAAMQI5LECGOVTgOkhWE0mLCUiFHJAtCxL42O1ylAHZSpBZAAEENxCJFkMXQ5Y0B5mLSxLkI350MXRFUuiSAAEEcqU1yHVQgZNAzAzEJmAX43IUkFZlgvpEFaob7nkgEGMCuRYckhAghGTFK5BOFqDAGajAY5g2oNhtkOQVJIFHMIdBAxzFEezIDgPZKYXkCBNkhwEEECNU5Ueg4BW0yMQm9hhkNUyMBV0AmyKo2BWg2EeUEEaJcgg4CVT0B5sYNImYwNIMyNncQLYBPBFBNGETA/ldEVmMBYsiVVDsECFmAtL8ByhwEpb2oAZiE/sKFLtAyM+vQLFLhNhtgACMlLEOwkAMQ6ssDAz3BQwMbAz8/zccEgNbh+7dGSp1gKC4coMj0fGp58vZSRDVv7fv4rN4B35q8VPFcNAndfDDM3XQFWUKNhI75Tfv575mLubVrJbVPt+jYjEJLdjdkFkAN+lVMdpZbtxqoXZIJinWaC6fMGxTo3IVg3HbtFtW800j2Jm3QbCbiRgugmEhdGJHNMlMMQwFc+MW6rhv2V3E8MNUxxnUyKRFMNlxJmLogo3c03iWJbVJ3DBVHfcWoPMyRmEYhqFoBIIMHQodOnToXuhQ6P1v0EJu0K136NYILPFjZEtOxvAwivX/l0I4D6UUvSjQvKXIDu4FVzCBcmeGd5asAN2hASOchO9bQxga99RGcYEWrKyG4LAMZzGJmwVc/7SJEYBsJMDz0+YHnEUscGcwi7WKosoah2W5K4hqow8MTpth8HxW6FsdluVk9p8qbtEoJAiYS0JEWU5m7qEnNmoo17NByDXE5unjyAkbzGVr4B2cjWLg5PpvEeSJKMvZFuaJjQdtkLZLlGwcVZb9gtFk8wKka4MRrojtocuB/TCtHHkB3hNRlmskm+mDBm2QtkuUbH9jODTwAHpsAwAAAABJRU5ErkJggg==");
  background-size: 15px 15px;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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: none;
  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-appearance: textfield;
  box-sizing: content-box;
}

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: none;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-font-feature-settings: "zero" 1, "kern" 1, "liga" 1, "dlig" 1,
    "hlig" 1, "clig" 1;
  font-feature-settings: "zero" 1, "kern" 1, "liga" 1, "dlig" 1, "hlig" 1,
    "clig" 1;
  font-size: 100%;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Franklin Gothic",
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

::-moz-selection {
  background: #005ca8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #005ca8;
  color: #fff;
  text-shadow: none;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  width: auto;
}

.visuallyhidden {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.hidden {
  display: none;
  visibility: hidden;
}

.clearfix::after,
.cf::after {
  clear: both;
  content: "";
  display: table;
}

input:not([type="submit"]) {
  padding: 3px;
}

::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder {
  font-weight: 300;
  font-style: italic;
}

::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
}

:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #e9e9e9;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
  clip: auto !important;
  color: #662d91;
  display: block;
  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;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

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

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

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

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

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

.main-content {
  color: #404040;
}
.main-content h1 {
  font-size: 2em;
  font-weight: 800;
  color: #003b76;
  line-height: 1;
  margin-bottom: 0.25em;
  margin-top: 0;
}
.main-content h2 {
  font-size: 1.6em;
  font-weight: 800;
}
.main-content h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.main-content h4 {
  font-size: 1.17em;
  font-weight: 700;
}
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  color: #003b76;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}
.main-content h2 + ol,
.main-content h2 + ul,
.main-content h2 + p,
.main-content h3 + ol,
.main-content h3 + ul,
.main-content h3 + p,
.main-content h4 + ol,
.main-content h4 + ul,
.main-content h4 + p,
.main-content h5 + ol,
.main-content h5 + ul,
.main-content h5 + p,
.main-content h6 + ol,
.main-content h6 + ul,
.main-content h6 + p {
  margin-top: 0.55em;
}
.main-content p,
.main-content ol,
.main-content ul,
.main-content dl {
  margin-bottom: 0;
  margin-top: 1.3em;
}
.main-content p + ol,
.main-content p + ul,
.main-content p + dl,
.main-content ol + ol,
.main-content ol + ul,
.main-content ol + dl,
.main-content ul + ol,
.main-content ul + ul,
.main-content ul + dl,
.main-content dl + ol,
.main-content dl + ul,
.main-content dl + dl {
  margin-top: 0.55;
}
.main-content ol,
.main-content ul,
.main-content dl {
  padding-left: 40px;
}
.main-content ol ol,
.main-content ol ul,
.main-content ol dl,
.main-content ul ol,
.main-content ul ul,
.main-content ul dl,
.main-content dl ol,
.main-content dl ul,
.main-content dl dl {
  padding-left: 30px;
}
.main-content ol ol ol,
.main-content ol ol ul,
.main-content ol ol dl,
.main-content ol ul ol,
.main-content ol ul ul,
.main-content ol ul dl,
.main-content ol dl ol,
.main-content ol dl ul,
.main-content ol dl dl,
.main-content ul ol ol,
.main-content ul ol ul,
.main-content ul ol dl,
.main-content ul ul ol,
.main-content ul ul ul,
.main-content ul ul dl,
.main-content ul dl ol,
.main-content ul dl ul,
.main-content ul dl dl,
.main-content dl ol ol,
.main-content dl ol ul,
.main-content dl ol dl,
.main-content dl ul ol,
.main-content dl ul ul,
.main-content dl ul dl,
.main-content dl dl ol,
.main-content dl dl ul,
.main-content dl dl dl {
  padding-left: 20px;
}
.main-content li {
  margin-bottom: 0.55em;
}
.main-content li:last-of-type {
  margin-bottom: 0;
}
.main-content li > ol,
.main-content li > ul,
.main-content li > dl {
  margin-top: 0.55em;
}
.main-content img {
  max-width: 100%;
}
.main-content blockquote {
  font-style: italic;
  border-left: 3px solid #8dc63f;
  margin: 2em 0;
  padding: 0 2rem;
}

a {
  color: #315cbf;
}

hr {
  border: none;
  border-bottom: 2px solid #e9e9e9;
  height: 0;
  margin: 3rem 0;
}

.page-header {
  margin-bottom: 40px;
}
.page-header .page-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0c2753;
  line-height: 1.1;
  margin-bottom: 1em;
  text-align: center;
}

.archives-list {
  list-style-type: none;
}
@media only screen and (min-width: 650px) {
  .archives-list:not(.no-columns) {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .archives-list:not(.no-columns) {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
@media only screen and (min-width: 1280px) {
  .archives-list:not(.no-columns) {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
}

.entry-content img {
  border-bottom: 6px solid transparent;
  border-image-repeat: repeat;
  border-image-slice: 100% 0;
  border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtNJREFUeNpi4C/dYw3E7AxQwAgiQIJQ/k9kDojNj67iNkAAMQI5LECGOVTgOkhWE0mLCUiFHJAtCxL42O1ylAHZSpBZAAEENxCJFkMXQ5Y0B5mLSxLkI350MXRFUuiSAAEEcqU1yHVQgZNAzAzEJmAX43IUkFZlgvpEFaob7nkgEGMCuRYckhAghGTFK5BOFqDAGajAY5g2oNhtkOQVJIFHMIdBAxzFEezIDgPZKYXkCBNkhwEEECNU5Ueg4BW0yMQm9hhkNUyMBV0AmyKo2BWg2EeUEEaJcgg4CVT0B5sYNImYwNIMyNncQLYBPBFBNGETA/ldEVmMBYsiVVDsECFmAtL8ByhwEpb2oAZiE/sKFLtAyM+vQLFLhNhtgACMlLEOwkAMQ6ssDAz3BQwMbAz8/zccEgNbh+7dGSp1gKC4coMj0fGp58vZSRDVv7fv4rN4B35q8VPFcNAndfDDM3XQFWUKNhI75Tfv575mLubVrJbVPt+jYjEJLdjdkFkAN+lVMdpZbtxqoXZIJinWaC6fMGxTo3IVg3HbtFtW800j2Jm3QbCbiRgugmEhdGJHNMlMMQwFc+MW6rhv2V3E8MNUxxnUyKRFMNlxJmLogo3c03iWJbVJ3DBVHfcWoPMyRmEYhqFoBIIMHQodOnToXuhQ6P1v0EJu0K136NYILPFjZEtOxvAwivX/l0I4D6UUvSjQvKXIDu4FVzCBcmeGd5asAN2hASOchO9bQxga99RGcYEWrKyG4LAMZzGJmwVc/7SJEYBsJMDz0+YHnEUscGcwi7WKosoah2W5K4hqow8MTpth8HxW6FsdluVk9p8qbtEoJAiYS0JEWU5m7qEnNmoo17NByDXE5unjyAkbzGVr4B2cjWLg5PpvEeSJKMvZFuaJjQdtkLZLlGwcVZb9gtFk8wKka4MRrojtocuB/TCtHHkB3hNRlmskm+mDBm2QtkuUbH9jODTwAHpsAwAAAABJRU5ErkJggg==");
  border-image-width: auto;
}

.single-post .entry-content > p:first-of-type::first-letter {
  font-size: 3em;
  font-weight: 800;
  color: #8dc63f;
  display: block;
  float: left;
  line-height: 0.9;
  margin: 0 0.3rem 0 0;
}
@media only screen and (min-width: 650px) {
  .single-post .entry-content > p:first-of-type::first-letter {
    font-size: 3em;
  }
}
@media only screen and (min-width: 650px) {
  .single-post .entry-content > p:first-of-type::first-letter {
    font-size: 3.5em;
  }
}
@media only screen and (min-width: 650px) {
  .single-post .entry-content > p:first-of-type::first-letter {
    font-size: 4em;
  }
}

.home .site-main,
.archive .site-main {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.home .site-main .page-header,
.home .site-main .posts-navigation,
.archive .site-main .page-header,
.archive .site-main .posts-navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.home .site-main .posts-navigation,
.archive .site-main .posts-navigation {
  margin-top: 2rem;
}
.home .site-main .card,
.archive .site-main .card {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 15px;
  max-width: 475px;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
@media only screen and (min-width: 650px) {
  .home .site-main .card,
  .archive .site-main .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 60px) / 2);
    flex: 0 1 calc((100% - 60px) / 2);
    margin: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .home .site-main .card,
  .archive .site-main .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 132px) / 3);
    flex: 0 1 calc((100% - 132px) / 3);
  }
}
.home .site-main .card:hover,
.home .site-main .card:focus,
.home .site-main .card:active,
.archive .site-main .card:hover,
.archive .site-main .card:focus,
.archive .site-main .card:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.home .site-main .entry-header,
.home .site-main .entry-content,
.archive .site-main .entry-header,
.archive .site-main .entry-content {
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px);
}
.home .site-main .entry-header,
.archive .site-main .entry-header {
  margin-top: 1em;
}
.home .site-main .card-title,
.archive .site-main .card-title {
  margin: 0;
  text-align: left;
}
.home .site-main .card-title a,
.archive .site-main .card-title a {
  text-decoration: none;
}
.home .site-main .card-title a:hover,
.home .site-main .card-title a:focus,
.home .site-main .card-title a:active,
.archive .site-main .card-title a:hover,
.archive .site-main .card-title a:focus,
.archive .site-main .card-title a:active {
  text-decoration: underline;
}
.home .site-main .entry-footer,
.archive .site-main .entry-footer {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #003b76;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding: 0;
  width: 100%;
}
.home .site-main .category-press-releases .entry-footer,
.archive .site-main .category-press-releases .entry-footer {
  background-color: #003b76;
}
.home .site-main .category-profiles .entry-footer,
.archive .site-main .category-profiles .entry-footer {
  background-color: #8dc63f;
}
.home .site-main .category-featured-events .entry-footer,
.archive .site-main .category-featured-events .entry-footer {
  background-color: #f05a28;
}
.home .site-main .category-in-the-media .entry-footer,
.archive .site-main .category-in-the-media .entry-footer {
  background-color: #662d91;
}
.home .site-main .category-video .entry-footer,
.archive .site-main .category-video .entry-footer {
  background-color: #007b97;
}
.home .site-main .category-board-news .entry-footer,
.archive .site-main .category-board-news .entry-footer {
  background-color: #99002b;
}
.home .site-main .post-categories,
.home .site-main .post-tags,
.archive .site-main .post-categories,
.archive .site-main .post-tags {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
  margin: 5px;
  padding: 0;
}
.home .site-main .post-categories li,
.home .site-main .post-tags li,
.archive .site-main .post-categories li,
.archive .site-main .post-tags li {
  margin: 4px;
}
.home .site-main .post-categories a,
.home .site-main .post-tags a,
.archive .site-main .post-categories a,
.archive .site-main .post-tags a {
  color: #fff;
}
.home .site-main .card-image,
.archive .site-main .card-image {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.home .site-main .entry-content,
.archive .site-main .entry-content {
  margin-bottom: 0.7rem;
  margin-top: 0;
}
.home .site-main .featured-image-wrap,
.archive .site-main .featured-image-wrap {
  min-height: 55px;
}

.home .author,
.home .posted-on,
.archive .author,
.archive .posted-on {
  font-size: 0.8em;
  font-weight: 300;
  color: #585858;
}
.home .author a,
.home .posted-on a,
.archive .author a,
.archive .posted-on a {
  color: inherit;
  text-decoration: none;
}
.home .author a:hover,
.home .author a:focus,
.home .author a:active,
.home .posted-on a:hover,
.home .posted-on a:focus,
.home .posted-on a:active,
.archive .author a:hover,
.archive .author a:focus,
.archive .author a:active,
.archive .posted-on a:hover,
.archive .posted-on a:focus,
.archive .posted-on a:active {
  color: #315cbf;
  text-decoration: underline;
}

.home .posted-date,
.archive .posted-date {
  background-color: #0074d4;
  border: 2px solid #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  left: -18px;
  padding: 10px;
  position: absolute;
  top: 12px;
}
.home .posted-date .month,
.archive .posted-date .month {
  font-size: 1.3rem;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin: 0.1rem 0.3rem;
  text-align: center;
}
.home .posted-date .space,
.archive .posted-date .space {
  display: none;
}
.home .posted-date .day,
.archive .posted-date .day {
  font-size: 2.7rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.recent-article-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 650px) {
  .recent-article-list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.recent-article-list .recent-article-heading {
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}
.recent-article-list .recent-article {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 15px;
  max-width: 300px;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 650px) {
  .recent-article-list .recent-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 90px) / 3);
    flex: 0 1 calc((100% - 90px) / 3);
    margin: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .recent-article-list .recent-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 150px) / 5);
    flex: 0 1 calc((100% - 150px) / 5);
  }
}
.recent-article-list .card-image {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.recent-article-list .entry-header {
  margin: 0.5em 16px;
  width: calc(100% - 32px);
}
.recent-article-list .card-title {
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 0.5em;
  text-align: left;
}
.recent-article-list .card-title a {
  text-decoration: none;
}
.recent-article-list .card-title a:hover,
.recent-article-list .card-title a:focus,
.recent-article-list .card-title a:active {
  text-decoration: underline;
}
.recent-article-list .entry-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003b76;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.recent-article-list .category-press-releases .entry-footer {
  background-color: #003b76;
}
.recent-article-list .category-profiles .entry-footer {
  background-color: #8dc63f;
}
.recent-article-list .category-featured-events .entry-footer {
  background-color: #f05a28;
}
.recent-article-list .category-in-the-media .entry-footer {
  background-color: #662d91;
}
.recent-article-list .category-video .entry-footer {
  background-color: #007b97;
}
.recent-article-list .category-board-news .entry-footer {
  background-color: #99002b;
}
.recent-article-list .posted-date {
  background-color: #0074d4;
  border: 1px solid #0074d4;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 1px #fff;
  color: #fff;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  left: -10px;
  padding: 6px;
  position: absolute;
  top: 5px;
}
.recent-article-list .posted-date .month {
  font-size: 0.8rem;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin: 0.1rem 0.3rem;
  text-align: center;
}
.recent-article-list .posted-date .space {
  display: none;
}
.recent-article-list .posted-date .day {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.recent-article-list .post-categories,
.recent-article-list .post-tags {
  font-size: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 5px;
  padding: 0;
}
.recent-article-list .post-categories li,
.recent-article-list .post-tags li {
  margin: 4px;
}
.recent-article-list .post-categories a,
.recent-article-list .post-tags a {
  color: #fff;
}

.tableWrapper {
  margin-bottom: 0;
  margin-top: 1em;
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.tableWrapper::before {
  font-style: italic;
  color: #99002b;
  content: "⇔ Scroll table for more information…";
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 650px) {
  .tableWrapper::before {
    display: none;
  }
}

.table-snippet {
  width: 100%;
}
.table-snippet tbody tr:nth-child(odd),
.table-snippet thead tr:nth-child(odd),
.table-snippet tfoot tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table-snippet tbody tr:nth-child(even),
.table-snippet thead tr:nth-child(even),
.table-snippet tfoot tr:nth-child(even) {
  background-color: #fcfcfc;
}
.table-snippet tbody th,
.table-snippet thead th,
.table-snippet tfoot th {
  font-weight: 700;
  background-color: #caf5ff;
  color: #404040;
  text-align: left;
}
.table-snippet td,
.table-snippet th {
  border: 2px solid #fff;
  min-width: 15ch;
  padding: 5px 8px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (min-width: 650px) {
  .table-snippet td,
  .table-snippet th {
    min-width: auto;
  }
}

td,
th {
  padding: 5px;
}

.table-snippet-cols--20-80 tbody tr th:first-child {
  width: 20%;
}

.table-snippet-cols--40-60 tbody tr th:first-child {
  width: 40%;
}

.table-snippet-cols--50-50 tbody tr th:first-child {
  width: 50%;
}

.table-snippet-cols--60-40 tbody tr th:first-child {
  width: 60%;
}

.table-snippet-cols--70-30 tbody tr th:first-child {
  width: 70%;
}

.table-snippet-cols--80-20 tbody tr th:first-child {
  width: 80%;
}

.table-snippet-cols--85-15 tbody tr th:first-child {
  width: 85%;
}

.table-snippet-cols--30-70 tbody tr th:first-child {
  width: 30%;
}

.table-snippet-cols--10-75-15 tbody tr th:nth-child(1) {
  width: 10%;
}

.table-snippet-cols--10-75-15 tbody tr th:nth-child(2) {
  width: 75%;
}

.table-snippet-cols--20-40-40 tbody tr th:nth-child(1) {
  width: 20%;
}

.table-snippet-cols--20-40-40 tbody tr th:nth-child(2) {
  width: 40%;
}

.table-snippet-cols--40-30-30 tbody tr th:nth-child(1) {
  width: 40%;
}

.table-snippet-cols--40-30-30 tbody tr th:nth-child(2) {
  width: 30%;
}

.table-snippet-cols--60-20-20 tbody tr th:nth-child(1) {
  width: 60%;
}

.table-snippet-cols--60-20-20 tbody tr th:nth-child(2) {
  width: 20%;
}

.table-snippet-cols--20-60-20 tbody tr th:nth-child(1) {
  width: 20%;
}

.table-snippet-cols--20-60-20 tbody tr th:nth-child(2) {
  width: 60%;
}

.table-snippet-cols--25-25-25-25 tbody tr th:nth-child(1) {
  width: 25%;
}

.table-snippet-cols--25-25-25-25 tbody tr th:nth-child(2) {
  width: 25%;
}

.table-snippet-cols--25-25-25-25 tbody tr th:nth-child(3) {
  width: 25%;
}

.table-snippet-cols--30-20-20-30 tbody tr th:nth-child(1) {
  width: 30%;
}

.table-snippet-cols--30-20-20-30 tbody tr th:nth-child(2) {
  width: 20%;
}

.table-snippet-cols--30-20-20-30 tbody tr th:nth-child(3) {
  width: 20%;
}

.table-snippet-cols--05-05-85-05 tbody tr th:nth-child(1) {
  width: 5%;
}

.table-snippet-cols--05-05-85-05 tbody tr th:nth-child(2) {
  width: 5%;
}

.table-snippet-cols--05-05-85-05 tbody tr th:nth-child(4) {
  width: 5%;
}

.table-snippet-cols--55-15-15-15 tbody tr th:nth-child(1) {
  width: 55%;
}

.table-snippet-cols--55-15-15-15 tbody tr th:nth-child(2) {
  width: 15%;
}

.table-snippet-cols--55-15-15-15 tbody tr th:nth-child(3) {
  width: 15%;
}

.table-snippet-cols--30-10-10-50 tbody tr th:nth-child(1) {
  width: 30%;
}

.table-snippet-cols--30-10-10-50 tbody tr th:nth-child(2) {
  width: 10%;
}

.table-snippet-cols--30-10-10-50 tbody tr th:nth-child(3) {
  width: 10%;
}

.table-snippet-cols--10-25-25-10-30 tbody tr th:nth-child(1) {
  width: 10%;
}

.table-snippet-cols--10-25-25-10-30 tbody tr th:nth-child(2) {
  width: 25%;
}

.table-snippet-cols--10-25-25-10-30 tbody tr th:nth-child(3) {
  width: 25%;
}

.table-snippet-cols--10-25-25-10-30 tbody tr th:nth-child(4) {
  width: 10%;
}

.table-snippet-cols--20-20-20-20-20 tbody tr th:nth-child(1) {
  width: 20%;
}

.table-snippet-cols--20-20-20-20-20 tbody tr th:nth-child(2) {
  width: 20%;
}

.table-snippet-cols--20-20-20-20-20 tbody tr th:nth-child(3) {
  width: 20%;
}

.table-snippet-cols--20-20-20-20-20 tbody tr th:nth-child(4) {
  width: 20%;
}

.table-snippet-cols--30-10-30-25-05 tbody tr th:nth-child(1) {
  width: 30%;
}

.table-snippet-cols--30-10-30-25-05 tbody tr th:nth-child(2) {
  width: 10%;
}

.table-snippet-cols--30-10-30-25-05 tbody tr th:nth-child(3) {
  width: 30%;
}

.table-snippet-cols--30-10-30-25-05 tbody tr th:nth-child(4) {
  width: 25%;
}

.table-snippet-cols--30-15-15-20-20 tbody tr th:nth-child(1) {
  width: 30%;
}

.table-snippet-cols--30-15-15-20-20 tbody tr th:nth-child(2) {
  width: 15%;
}

.table-snippet-cols--30-15-15-20-20 tbody tr th:nth-child(3) {
  width: 15%;
}

.table-snippet-cols--30-15-15-20-20 tbody tr th:nth-child(4) {
  width: 20%;
}

.table-snippet-cols--20-16-16-16-16-16 tbody tr th:nth-child(1) {
  width: 20%;
}

.table-snippet-cols--20-16-16-16-16-16 tbody tr th:nth-child(2) {
  width: 16%;
}

.table-snippet-cols--20-16-16-16-16-16 tbody tr th:nth-child(3) {
  width: 16%;
}

.table-snippet-cols--20-16-16-16-16-16 tbody tr th:nth-child(4) {
  width: 16%;
}

.table-snippet-cols--20-16-16-16-16-16 tbody tr th:nth-child(5) {
  width: 16%;
}

.table-snippet-cols--20-10-15-10-12-18-15 tbody tr th:nth-child(1) {
  width: 20%;
}

.table-snippet-cols--20-10-15-10-12-18-15 tbody tr th:nth-child(2) {
  width: 10%;
}

.table-snippet-cols--20-10-15-10-12-18-15 tbody tr th:nth-child(3) {
  width: 15%;
}

.table-snippet-cols--20-10-15-10-12-18-15 tbody tr th:nth-child(4) {
  width: 10%;
}

.table-snippet-cols--20-10-15-10-12-18-15 tbody tr th:nth-child(5) {
  width: 12%;
}

.table-snippet-cols--20-10-15-10-12-18-15 tbody tr th:nth-child(6) {
  width: 18%;
}

.table-cost {
  width: 100%;
}
.table-cost tbody th {
  text-align: center;
}
.table-cost td {
  padding-bottom: 2px;
  padding-top: 2px;
}

.table-cost__td--grouping {
  text-decoration: underline;
}

.table-cost__td--indented::before {
  content: "\00a0 \00a0 \00a0  ";
}

.table-cost-degree tbody tr td:nth-child(3),
.table-cost-degree tbody tr td:nth-child(7),
.table-cost-degree tbody tr td:nth-child(11),
.table-cost-degree tbody tr td:nth-child(12) {
  font-weight: bold;
}

.table-cost-degree tbody tr td:nth-child(2),
.table-cost-degree tbody tr td:nth-child(3),
.table-cost-degree tbody tr td:nth-child(7),
.table-cost-degree tbody tr td:nth-child(11) {
  text-align: center;
}

.table-cost-degree tbody tr td:nth-child(4),
.table-cost-degree tbody tr td:nth-child(5),
.table-cost-degree tbody tr td:nth-child(6),
.table-cost-degree tbody tr td:nth-child(8),
.table-cost-degree tbody tr td:nth-child(9),
.table-cost-degree tbody tr td:nth-child(10),
.table-cost-degree tbody tr td:nth-child(12) {
  text-align: right;
}

.table-cost-cert tbody tr td:nth-child(3),
.table-cost-cert tbody tr td:nth-child(6) {
  font-weight: bold;
}

.table-cost-cert tbody tr td:nth-child(2),
.table-cost-cert tbody tr td:nth-child(3) {
  text-align: center;
}

.table-cost-cert tbody tr td:nth-child(4),
.table-cost-cert tbody tr td:nth-child(5),
.table-cost-cert tbody tr td:nth-child(6) {
  text-align: right;
}

.table-cost-addendum .heading {
  font-weight: bold;
}

.table-cost-addendum ul {
  list-style-type: none;
}

.kids-session-date-wrapper {
  clear: both;
  content: "";
  display: table;
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 10px;
  width: 75%;
}

.kids-session-title {
  float: left;
  width: 50%;
}

.kids-date-title {
  float: left;
  text-align: right;
  width: 50%;
}

.kids-block-title {
  font-size: medium;
  font-weight: bold;
  margin-left: 45px;
}

.kids-table-tr-empty {
  background-color: #fff;
  height: 15px !important;
}

.kids-table {
  font-size: medium;
  width: 100%;
}
.kids-table tbody tr th:nth-child(1) {
  width: 10%;
}
.kids-table tbody tr th:nth-child(2) {
  width: 23%;
}
.kids-table tbody tr th:nth-child(3) {
  width: 40%;
}

@media only print {
  .site-header,
  .hero,
  .pageFooter,
  .sectionNav,
  .mobileShelf,
  .mobileMenuButton,
  .videoOuterWrapper,
  video,
  audio,
  object,
  embed {
    display: none !important;
  }
  img {
    max-width: 100% !important;
  }
  html {
    font-size: 12px !important;
  }
  @page {
    margin: 1in 0.75in;
  }
  .contentWrap::before {
    font-size: 2rem;
    font-weight: 800;
    content: "Tarrant County College | News 817-515-1542";
    display: block;
    margin: 1rem 0;
  }
}

.site-header {
  background: #003b76;
  border-top: 6px solid #8dc63f;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}
.site-header::after {
  border-top: 6px solid #fff;
  bottom: -15px;
  display: block;
  height: 15px;
  position: absolute;
  width: 100%;
}

.site-header-inner {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 830px) {
  .site-header-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1320px) {
  .site-header-inner {
    padding: 20px 0;
  }
}

.site-branding {
  display: block;
  margin: 10px auto;
  max-width: 400px;
  width: 100%;
}
@media (min-width: 830px) {
  .site-branding {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
}
.site-branding .site-title {
  margin: 0;
}
.site-branding .site-title a {
  display: block;
  line-height: 1;
}

@media only screen and (min-width: 650px) {
  .site-menus {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.site-menus .site-search {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 650px) {
  .site-menus .site-search {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.site-menus .tcc-home-links {
  margin-left: 5px;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 650px) {
  .site-menus .tcc-home-links {
    margin-left: 0;
    margin-right: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.site-menus .tcc-home-links a {
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
}

.site-menus .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-menus .search-submit {
  border: 1px solid #fff;
  border-radius: 0 3px 3px 0;
}

.site-menus .search-field {
  border-color: #fff;
  border-radius: 3px 0 0 3px;
}

.pageFooter {
  background-color: #404041;
  background-image: url("./images/dark-texture-1.png");
  border-top: 2px solid #fff;
  box-shadow: 0 -4px 3px -3px rgba(0, 0, 0, 0.8);
  padding: 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .pageFooter {
    margin-top: 60px;
  }
}

.pageFooter-nav {
  margin: 0 auto;
  max-width: 1280px;
  padding: 3rem 0 1rem;
  width: 100%;
}
.pageFooter-nav::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1024px) {
  .pageFooter-nav {
    min-height: 206px;
  }
}

.pageFooter-nav-group {
  margin: 0;
  padding: 0;
  width: 100%;
}
.pageFooter-nav-group::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 650px) {
  .pageFooter-nav-group {
    float: left;
    width: 50%;
  }
  .pageFooter-nav-group:first-child {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .pageFooter-nav-group {
    width: 40%;
  }
  .pageFooter-nav-group:first-child {
    padding-right: 0;
  }
  .pageFooter-nav-group:last-child {
    float: right;
  }
}
.pageFooter-nav-group .columnWrap {
  float: left;
  width: 50%;
}
.pageFooter-nav-group .columnWrap:first-child {
  padding-right: 20px;
}
.pageFooter-nav-group h5 {
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #585858;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 5px 20px;
  text-transform: uppercase;
}

.pageFooter-nav-links {
  color: #fff;
  list-style-type: none;
  padding-left: 20px;
}
.pageFooter-nav-links li {
  margin-bottom: 0.45rem;
}
.pageFooter-nav-links a {
  color: inherit;
  text-decoration: none;
}

.pageFooter-legalInfo {
  font-size: 0.8rem;
  font-weight: 100;
  background-color: #585858;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .pageFooter-legalInfo {
    padding-bottom: 20px;
  }
}
.pageFooter-legalInfo a {
  color: inherit;
}

.pageFooter-legalInfo-links,
.pageFooter-legalInfo-copyright {
  line-height: 1.1;
  margin: 0 0 0.25rem;
}

.pageFooter-legalInfo-copyright a {
  border: none;
  outline: 0;
  text-decoration: none;
}

.pageFooter-logoArea {
  display: none;
  text-align: center;
  visibility: hidden;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pageFooter-logoArea {
    bottom: 93px;
    display: block;
    left: 50%;
    max-width: 256px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: visible;
    width: 20%;
  }
}

.pageFooter-logo {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  padding: 0;
}

.pageFooter-socialIcons {
  list-style-type: none;
  margin: 1rem auto;
  padding: 0;
}
.pageFooter-socialIcons .socialIcon {
  display: inline-block;
  margin: 0;
  padding-right: 5px;
}
.pageFooter-socialIcons .socialIcon:last-of-type {
  padding-right: 0;
}
.pageFooter-socialIcons .socialIcon img {
  display: block;
  height: 32px;
  width: 32px;
}

.pageFooter-feedback {
  background: #315cbf;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  height: inherit;
  margin-bottom: 22px;
  margin-top: -70px;
  padding: 1px;
  text-align: center;
}
.pageFooter-feedback a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.pageFooter-contact {
  background-color: #003b76;
  background-image: url("./images/subfooter-texture.svg");
  color: #fff;
  margin: 0;
  padding: 1rem 0;
  position: relative;
  width: 100%;
}
.pageFooter-contact a {
  color: inherit;
}
.pageFooter-contact::after {
  bottom: -12px;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  width: 100%;
}
.pageFooter-contact .pageFooter-contact-inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .pageFooter-contact .pageFooter-contact-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.pageFooter-contact .contactBlock {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 0 15px;
}
@media only screen and (min-width: 650px) {
  .pageFooter-contact .contactBlock:nth-child(1),
  .pageFooter-contact .contactBlock:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 2);
    flex: 0 0 calc((100% - 60px) / 2);
    margin: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .pageFooter-contact .contactBlock:nth-child(1),
  .pageFooter-contact .contactBlock:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 132px) / 3);
    flex: 0 1 calc((100% - 132px) / 3);
  }
}
@media only screen and (min-width: 650px) {
  .pageFooter-contact .contactBlock:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .pageFooter-contact .contactBlock:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 132px) / 3);
    flex: 0 1 calc((100% - 132px) / 3);
    margin: 15px;
    text-align: left;
  }
}
.pageFooter-contact .contactBlock h3 {
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #005ca8;
  color: #fff;
  line-height: 1;
  margin: 0 auto;
  padding: 5px 20px;
  text-transform: uppercase;
}
.pageFooter-contact .contactBlock p {
  padding: 0 20px;
}
.pageFooter-contact .contactBlock .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 2rem;
  margin: 0 1rem 0 0;
  vertical-align: middle;
  width: 2rem;
}
@media only screen and (min-width: 1024px) {
  .pageFooter-contact .contactBlock .icon {
    display: block;
    float: left;
    position: relative;
    top: -0.2rem;
  }
}
.pageFooter-contact .contactBlock .icon-email {
  background-image: url("./images/email-homepage-icon.svg");
}
.pageFooter-contact .contactBlock .icon-airplane {
  background-image: url("./images/send-story-icon.svg");
}

.contentWrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 15px 0 0;
  position: relative;
  width: 100%;
}
.contentWrap::after {
  clear: both;
  content: "";
  display: table;
}

.site-main {
  padding: 40px 20px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .site-main {
    padding: 0;
  }
}
.site-main > header {
  margin-bottom: 10px;
  width: 100%;
}

.single .site-main,
.page .site-main {
  padding-top: 40px;
}
.single .site-main .entry-header,
.page .site-main .entry-header {
  margin: 0 auto 2rem;
  max-width: 40rem;
  text-align: center;
}
.single .site-main .entry-header .entry-title,
.page .site-main .entry-header .entry-title {
  color: #8dc63f;
}
.single .site-main .entry-header .entry-meta,
.page .site-main .entry-header .entry-meta {
  margin-top: 1rem;
}
.single .site-main .entry-content,
.page .site-main .entry-content {
  margin: 0 auto;
  max-width: 40rem;
}
@media only screen and (min-width: 1024px) {
  .single .site-main .entry-content,
  .page .site-main .entry-content {
    font-size: 1.1rem;
  }
}
.single .site-main .entry-footer,
.page .site-main .entry-footer {
  border-color: #585858;
  border-style: solid;
  border-width: 2px 0;
  margin: 2rem auto;
  max-width: 40rem;
  padding: 1rem 0;
}
@media only screen and (min-width: 650px) {
  .single .site-main .entry-footer,
  .page .site-main .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single .site-main .entry-footer .link-wrapper,
  .page .site-main .entry-footer .link-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 10px;
  }
}
.single .site-main .entry-footer .link-heading,
.page .site-main .entry-footer .link-heading {
  text-align: left;
}
.single .site-main .navigation,
.page .site-main .navigation {
  border-bottom: 2px solid #585858;
  margin: 2rem auto;
  max-width: 40rem;
  padding-bottom: 2rem;
}
.single .site-main .featured-image-wrap,
.page .site-main .featured-image-wrap {
  display: block;
  margin: 1rem auto 2rem;
  padding: 0;
  position: relative;
  width: 100%;
}
.single .site-main .featured-image-wrap::before,
.single .site-main .featured-image-wrap::after,
.page .site-main .featured-image-wrap::before,
.page .site-main .featured-image-wrap::after {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100%;
}
.single .site-main .featured-image-wrap::before,
.page .site-main .featured-image-wrap::before {
  top: -10px;
}
.single .site-main .featured-image-wrap::after,
.page .site-main .featured-image-wrap::after {
  bottom: -10px;
}
.single .site-main .featured-image-wrap img,
.page .site-main .featured-image-wrap img {
  display: block;
  height: auto;
  width: 100%;
}

.archive .site-main {
  padding-top: 40px;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

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

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption [class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  font-size: 0.75em;
  font-style: italic;
  text-align: left;
}

.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  font-size: 0.75em;
  font-style: italic;
  display: block;
}

.home .featured-article,
.archive .featured-article {
  margin: 0 0 25px;
  padding: 0;
  position: relative;
  width: 100%;
}
.home .featured-article article,
.archive .featured-article article {
  margin: 0;
  padding: 0;
  position: relative;
}
.home .featured-article .entry-meta,
.archive .featured-article .entry-meta {
  background: #003b76;
  color: #fff;
  display: block;
  margin: 0;
  padding: 10px 10px 10px 1em;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .home .featured-article .entry-meta,
  .archive .featured-article .entry-meta {
    background: rgba(0, 0, 0, 0.4);
    bottom: 7px;
    position: absolute;
  }
}
.home .featured-article .entry-meta h2,
.archive .featured-article .entry-meta h2 {
  margin: 0 0 0.5em;
  text-align: left;
}
.home .featured-article .entry-meta a,
.archive .featured-article .entry-meta a {
  color: #fff;
}
.home .featured-article img,
.archive .featured-article img {
  height: auto;
  margin-top: 5px;
  width: 100%;
}
.home .featured-article::after,
.archive .featured-article::after {
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100%;
}
.home .featured-article:hover a,
.home .featured-article:focus a,
.home .featured-article:active a,
.archive .featured-article:hover a,
.archive .featured-article:focus a,
.archive .featured-article:active a {
  text-decoration: underline;
}
.home .featured-article .posted-on,
.archive .featured-article .posted-on {
  font-size: inherit;
}

.home .entry-header,
.archive .entry-header {
  margin: 0;
  padding: 0;
  width: 100%;
}

.home .entry-meta,
.archive .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.5em;
}

.main-content .home-heading {
  font-size: 2.8em;
  font-weight: 800;
  background-image: url("./images/news-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  line-height: 3;
  margin: 0 0 0.8em;
  text-align: center;
}
.main-content .home-heading a {
  color: inherit;
  text-decoration: none;
}

.main .card {
  position: relative;
}

.main-navigation {
  display: block;
  margin-top: 1rem;
  width: 100%;
}
.main-navigation ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .main-navigation ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.main-navigation.toggled ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 650px) {
  .main-navigation li:last-child a {
    border-right: none;
    padding-right: none;
  }
}
.main-navigation li a {
  color: #fff;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .main-navigation li a {
    border-right: 1px solid #fff;
    margin: 0;
    padding: 4px 14px;
    text-align: center;
  }
}
.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li a:active {
  color: #8dc63f;
}
.main-navigation li:last-child a {
  padding-right: 0;
}
.main-navigation li.current-menu-item a {
  color: #8dc63f;
  text-decoration: underline;
}

.menu-toggle {
  display: block;
  margin-right: 5px;
}
@media only screen and (min-width: 650px) {
  .menu-toggle {
    display: none;
  }
}

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

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

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

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: 6px 8px;
  text-decoration: none;
}
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:focus,
.posts-navigation .nav-previous a:active,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:active {
  background-color: #315cbf;
  border-color: #fff;
  color: #fff;
}

.posts-navigation .nav-previous a::before {
  content: "◀ ";
}

.posts-navigation .nav-next a::after {
  content: " ▶";
}

.category-nav {
  display: block;
  margin: 1rem 0;
  width: 100%;
}
.category-nav .menu {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.category-nav .menu-item {
  border-color: #585858;
  border-style: solid;
  border-width: 0 0 6px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
  margin: 5px;
  padding: 4px 6px 2px;
  text-align: center;
  width: auto;
}
.category-nav .menu-item:nth-child(1) {
  border: none;
}
.category-nav .menu-item:nth-child(2) {
  border-color: #003b76;
}
.category-nav .menu-item:nth-child(3) {
  border-color: #8dc63f;
}
.category-nav .menu-item:nth-child(4) {
  border-color: #f05a28;
}
.category-nav .menu-item:nth-child(5) {
  border-color: #662d91;
}
.category-nav .menu-item:nth-child(6) {
  border-color: #007b97;
}
.category-nav .menu-item:nth-child(7) {
  border-color: #99002b;
}
.category-nav .menu-item:nth-child(8) {
  border: none;
}
.category-nav .menu-item a {
  font-size: 1.15em;
  font-weight: 700;
  color: #315cbf;
  outline: 0;
  text-decoration: none;
}
.category-nav .menu-item.current-menu-item {
  background-color: #585858;
  border-width: 3px 3px 6px;
  position: relative;
}
.category-nav .menu-item.current-menu-item::after {
  background-color: transparent;
  border-color: inherit;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: inherit;
  bottom: -13px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.category-nav .menu-item.current-menu-item a {
  color: #fff;
}
.category-nav .menu-item.current-menu-item:nth-child(1) {
  border: 3px solid #585858;
}
.category-nav .menu-item.current-menu-item:nth-child(2) {
  background-color: #003b76;
}
.category-nav .menu-item.current-menu-item:nth-child(3) {
  background-color: #8dc63f;
}
.category-nav .menu-item.current-menu-item:nth-child(4) {
  background-color: #f05a28;
}
.category-nav .menu-item.current-menu-item:nth-child(5) {
  background-color: #662d91;
}
.category-nav .menu-item.current-menu-item:nth-child(6) {
  background-color: #007b97;
}
.category-nav .menu-item.current-menu-item:nth-child(7) {
  background-color: #99002b;
}
.category-nav .menu-item.current-menu-item:nth-child(8) {
  border: 3px solid #585858;
}

.pageNavWrap .pageNav {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.pageNavWrap .pageNav li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1;
  margin: 5px;
  padding: 4px 6px 2px;
  text-align: center;
  width: auto;
}
.pageNavWrap .pageNav li a {
  color: #315cbf;
  outline: 0;
  text-decoration: underline;
}

.personWrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 650px) {
  .personWrapper {
    font-size: 0.8rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.personWrapper .person {
  color: #003b76;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 0 2em;
  padding-top: calc(80px - (1.1em + 10px));
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .personWrapper .person {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 6em) / 3);
    flex: 1 1 calc((100% - 6em) / 3);
    margin: 1em;
    width: calc((100% - 6em) / 3);
  }
}
.personWrapper .person-name {
  font-size: 1.1em;
  font-weight: 700;
  background-color: #005ca8;
  color: #fff;
  line-height: 1;
  padding: 5px 10px 5px 160px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .personWrapper .person-name {
    padding-left: 80px;
  }
}
.personWrapper .person-name .headshot {
  border: none;
  -o-border-image: none;
  border-image: none;
  bottom: 0;
  height: auto;
  left: 5px;
  max-width: 120px;
  position: absolute;
}
@media only screen and (min-width: 650px) {
  .personWrapper .person-name .headshot {
    max-width: 80px;
  }
}
.personWrapper .title {
  font-weight: 700;
  margin: 0;
}
.personWrapper .email,
.personWrapper .phone {
  margin: 0;
}
.personWrapper .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1em;
  margin: 0 1rem 0 0;
  vertical-align: middle;
  width: 1em;
}
.personWrapper .icon-email {
  background-image: url("./images/email-media-icon.svg");
}
.personWrapper .icon-phone {
  background-image: url("./images/info-media-icon.svg");
}
.personWrapper .icon-facebook {
  background-image: url("./images/facebook.svg");
  height: 2em;
  width: 2em;
}
.personWrapper .icon-twitter {
  background-image: url("./images/twitter.svg");
  height: 2em;
  width: 2em;
}

.main-content .emergencyHeading {
  color: #99002b;
}

.emergencyContact.personWrapper .person {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1rem;
}

.expertise-list.archive-list {
  padding: 0;
}

.button--blue {
  background-color: #003b76;
  background-image: -webkit-linear-gradient(top, #003b76, #002243);
  background-image: linear-gradient(to bottom, #003b76, #002243);
  color: #fff;
}

.button--teal,
.site-menus .menu-toggle {
  background-color: #007b97;
  background-image: -webkit-linear-gradient(top, #007b97, #005164);
  background-image: linear-gradient(to bottom, #007b97, #005164);
  color: #fff;
}

.button--burgundy {
  background-color: #99002b;
  background-image: -webkit-linear-gradient(top, #99002b, #66001d);
  background-image: linear-gradient(to bottom, #99002b, #66001d);
  color: #fff;
}

.button--orange {
  background-color: #f05a28;
  background-image: -webkit-linear-gradient(top, #f05a28, #d6410f);
  background-image: linear-gradient(to bottom, #f05a28, #d6410f);
  color: #fff;
}

.button--green,
.site-search .search-submit {
  background-color: #8dc63f;
  background-image: -webkit-linear-gradient(top, #8dc63f, #72a230);
  background-image: linear-gradient(to bottom, #8dc63f, #72a230);
  color: #fff;
}

.button--beige {
  background-color: #d0c391;
  background-image: -webkit-linear-gradient(top, #d0c391, #c1b06d);
  background-image: linear-gradient(to bottom, #d0c391, #c1b06d);
  color: #fff;
}

.button--purple {
  background-color: #662d91;
  background-image: -webkit-linear-gradient(top, #662d91, #4b216a);
  background-image: linear-gradient(to bottom, #662d91, #4b216a);
  color: #fff;
}

.button--gray {
  background-color: #292929;
  background-image: -webkit-linear-gradient(top, #292929, #101010);
  background-image: linear-gradient(to bottom, #292929, #101010);
  color: #fff;
}

.button--solid {
  background-color: #315cbf;
  background-image: -webkit-linear-gradient(top, #315cbf, #274896);
  background-image: linear-gradient(to bottom, #315cbf, #274896);
  color: #fff;
}

.button--submit,
[type="submit"].button--submit {
  font-size: 1rem;
  font-weight: 700;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 12px;
}

.callToAction {
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  border: 1px solid;
  border-radius: 5px;
  display: block;
  padding: 7px 9px;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  margin: 1em auto;
  max-width: 50%;
  text-align: center;
}

.printButton {
  display: none;
  float: right;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 650px) {
  .printButton {
    display: block;
  }
}
.printButton a {
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  border: 1px solid;
  border-radius: 5px;
  display: block;
  padding: 7px 9px;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 4px 9px;
}
.printButton a:hover,
.printButton a:focus,
.printButton a:active {
  background-color: #315cbf;
  color: #fff;
}

.rsButtonWrap {
  display: none;
}
@media only screen and (min-width: 650px) {
  .rsButtonWrap {
    display: block;
  }
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  background: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  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: #e9e9e9;
}

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

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 {
  -webkit-appearance: none;
  border: 1px solid #585858;
  border-radius: 3px;
  color: #e9e9e9;
  padding: 3px;
}

select {
  border: 1px solid #585858;
}

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

textarea {
  width: 100%;
}

.videoOuterWrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: calc(100% - 40px);
}
@media only screen and (min-width: 650px) {
  .videoOuterWrapper {
    width: calc(100% - 70px);
  }
}

.videoWrapper {
  height: 0;
  position: relative;
  width: 100%;
}
.videoWrapper iframe {
  display: block;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.videoWrapper.videoWrapper--16-9 {
  padding-bottom: 56.25%;
}
.videoWrapper.videoWrapper--16-10 {
  padding-bottom: 62.5%;
}
.videoWrapper.videoWrapper--4-3 {
  padding-bottom: 75%;
}
.videoWrapper.videoWrapper--9-16 {
  padding-bottom: 177.778%;
}

.videoDescription {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.videoPosterWrap {
  margin: 1rem auto;
  width: 100%;
}
.videoPosterWrap .videoPoster {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
