/*!
 * Bootstrap Reboot v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
* {
  background-repeat: no-repeat; }

body {
  margin: 0; }

img {
  max-width: 100%; }

nav ol, nav ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0; }

.navy {
  background-color: #1d2935;
  color: white; }

.red {
  background-color: #cc3333;
  color: white; }
  .red a {
    color: #1d2935; }

.lightblue {
  background-color: #e5efff; }

body {
  font-family: "Oswald", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 300; }

h1, h2, h3 {
  font-weight: 400; }

h1 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1rem; }

@media (min-width: 768px) {
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.6rem; }
  h3 {
    font-size: 1rem; } }

a.button {
  display: block;
  margin: 0 1rem 1rem;
  padding: 1rem 2rem;
  min-width: 10rem;
  border-radius: 5px;
  background-color: #e5efff;
  color: #1d2935;
  font-family: "Oswald", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }
  a.button:hover {
    color: inherit;
    background-color: #ccdfff;
    text-decoration: none; }

@media (min-width: 768px) {
  a.button {
    display: inline-block; } }

#nav-section {
  padding: 0; }

nav {
  color: white;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  nav ul {
    display: none;
    width: 100%;
    margin: 2rem 0 0 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase; }
  nav li {
    margin-bottom: 1rem; }
  nav li a {
    color: white;
    padding: 0.5rem; }
  nav a:hover {
    color: #e5efff;
    text-decoration: none;
    background-color: #cc3333; }

#navbrand {
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 1.25rem; }
  #navbrand i {
    color: #cc3333;
    margin-left: 1rem;
    font-size: 0.8rem; }
  #navbrand a {
    text-decoration: none;
    color: inherit; }
  #navbrand a:hover {
    color: inherit;
    background-color: inherit; }

@media (min-width: 768px) {
  #hamburger {
    display: none; }
  nav ul {
    width: auto;
    display: block;
    padding-top: 0;
    margin-top: 0; }
  nav ul li {
    display: inline;
    margin-left: 1rem; } }

#hero {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0; }
  #hero img {
    margin: 2rem 0; }
  #hero #mission {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    text-align: center;
    border-bottom: 2px solid #e5efff;
    border-top: 2px solid #e5efff;
    color: #1d2935;
    margin: 0 1rem 2rem;
    padding: 1rem; }
    #hero #mission span {
      color: #cc3333;
      font-weight: 700; }

@media (min-width: 768px) {
  #hero .responsive-flex {
    justify-content: center;
    align-items: center; }
  #hero img {
    width: 80%; }
  #hero #mission {
    width: 70%;
    margin: 0 auto 2rem;
    font-size: 1.5rem; } }

ul.sociallinks {
  list-style: none;
  padding: 0 1rem;
  font-size: 1.75rem; }
  ul.sociallinks li {
    display: inline;
    padding: 1rem; }
  ul.sociallinks a {
    color: #1d2935; }
  ul.sociallinks a:hover {
    color: #cc3333; }

@media (min-width: 768px) {
  ul.sociallinks {
    font-size: 2.75rem; } }

#mc_embed_signup {
  padding: 2rem;
  text-align: center;
  color: #1d2935; }
  #mc_embed_signup label {
    font-weight: 400; }
  #mc_embed_signup .button {
    font-size: 0.75rem;
    background-color: #cc3333;
    text-transform: uppercase; }

footer #mc_embed_signup {
  color: white; }
  footer #mc_embed_signup .button {
    background-color: #cc3333; }

footer {
  padding: 2rem;
  color: white;
  text-align: center; }
  footer .sociallinks a {
    color: white; }
  footer .footer-address {
    font-size: 0.75rem; }

h1.home-header {
  max-width: 1100px;
  margin: 0 auto 2rem auto;
  text-align: center;
  text-transform: uppercase;
  color: #cc3333;
  font-size: 1.8rem; }

.home-section {
  margin-bottom: 2rem;
  padding: 0 0 2rem 0;
  text-align: center; }
  .home-section h1, .home-section h2, .home-section h3, .home-section h4 {
    font-family: "Oswald", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1rem; }
  .home-section h2 {
    background-color: white;
    color: #1d2935;
    padding: 0.5rem;
    font-size: 2rem; }
  .home-section h3 {
    background-color: #1d2935;
    color: white;
    font-weight: 300;
    font-size: 1.3rem;
    padding: 0.5rem; }
  .home-section p {
    text-align: left;
    margin-bottom: 2rem;
    padding: 0 2rem; }

.ca-image {
  width: 100%;
  margin-bottom: 0rem;
  align-self: center; }

.ca-headers {
  padding: 2rem; }

.ca-content {
  font-family: Georgia, Times, "Times New Roman", serif; }

.pa-detail {
  padding: 0;
  text-align: left;
  font-size: 1.25rem;
  margin: 1rem; }
  .pa-detail h1 {
    font-size: 1.25rem;
    color: #cc3333; }
  .pa-detail p {
    padding: 0;
    font-size: 1rem; }
  .pa-detail img {
    margin-bottom: 1rem; }

.videocontainer {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem; }
  .videocontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.commentary {
  padding: 2rem; }
  .commentary .commentary-teaser {
    margin-bottom: 2rem; }
  .commentary h1 {
    text-align: left; }
  .commentary p {
    padding: 0;
    font-family: Georgia, Times, "Times New Roman", serif; }
  .commentary a {
    display: block;
    padding: 1rem;
    background-color: #cc3333;
    color: white;
    text-transform: uppercase; }

@media (min-width: 768px) {
  h1.home-header {
    font-size: 2.5rem; }
  .ca-image {
    width: 50%;
    align-self: flex-start;
    margin-top: 2rem; }
  .ca-headers {
    width: 50%; }
  .ca-content {
    width: 80%;
    margin: 1rem auto;
    font-size: 1.25rem; }
  .pa-detail {
    width: 30%;
    margin: 0 1rem 1rem 0; }
    .pa-detail:last-of-type {
      margin-right: 0; }
  .commentary-teaser {
    width: 50%;
    text-align: left; }
    .commentary-teaser a {
      display: inline-block; } }

article {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Georgia, Times, "Times New Roman", serif; }
  article h1 {
    font-family: "Oswald", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #cc3333;
    margin-bottom: 2rem; }
  article .meta {
    margin-bottom: 2rem; }
  article .date {
    background-color: #e5efff;
    color: #1d2935;
    padding: 0.5rem;
    margin-bottom: 4rem;
    font-family: "Oswald", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }

@media (min-width: 1100px) {
  article h1 {
    font-size: 3rem; } }

b {
  font-weight: bold; }

.container {
  max-width: 1100px;
  margin: 0 auto; }

.responsive-flex {
  display: block; }

.show {
  display: block; }

@media (min-width: 1100px) {
  .responsive-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

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