@charset "UTF-8";
/*
Theme Name: Beyond Parallel
Theme URI: http://components.underscores.me/
Author: Tucker Harris
Author URI: http://automattic.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beyond
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.

Beyond Parallel is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components 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.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 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: 0;
}

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-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: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 17.5px;
  font-size: 1.09375rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 3.5rem;
  color: #10355F;
  margin-top: 3rem;
  margin-bottom: 5px;
}

.post-title h1 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
    color: #10355F;
  }
}
h2 {
  font-size: 1.8em;
  margin-top: 50px;
}

h3 {
  font-size: 1.5em;
}

h3 > img {
  margin-top: 0px !important;
}

h4 {
  font-family: museo-sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

h5 {
  font-size: .8em;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 18.75px;
  font-size: 1.17188rem;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

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

big {
  font-size: 125%;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote {
  font-size: 18px;
  padding-left: 23px;
  border-top: #ffc726 2px solid;
  border-bottom: #ffc726 2px solid;
  border-left: 0px;
  display: block;
  font-family: 'museo', sans-serif;
  line-height: 32px;
  margin: 40px auto 50px;
  max-width: 700px;
}

blockquote::before {
  content: url(/wp-content/uploads/2016/10/Screen-Shot-2016-10-26-at-1.56.04-PM.png) !important;
  margin: 0 auto;
  display: block;
  float: left;
  padding-right: 10px;
}

blockquote p {
  margin-left: 50px;
}

.caption {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1;
  color: #bdbdbd;
  text-transform: inherit;
  letter-spacing: inherit;
}

.prov {
  color: #ffffff !important;
  display: inline;
  float: left;
  text-transform: uppercase;
  border: 2px solid #000000;
  padding: 15px;
  font-size: 22px;
  margin-top: 30px;
  font-family: 'museo-sans', sans-serif;
  background-color: #000000;
  letter-spacing: 1px;
}

.exer {
  color: #ffffff;
  display: inline;
  float: right;
  text-transform: uppercase;
  padding: 15px;
  padding-left: 52px;
  font-size: 22px;
  margin-top: 30px;
  border: 2px solid #000000;
  background-color: #000000;
  color: #fff !important;
  font-family: 'museo-sans', sans-serif;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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;
}

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"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #F2F2F2;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.analysis-posts {
  list-style: none;
  margin: 0;
  padding: 0px;
}
ul.analysis-posts li {
  margin: 0px;
  padding: 0px;
  line-height: 1.2rem;
  padding-bottom: 10px;
  margin-left: 20px;
  position: relative;
}
ul.analysis-posts li::before {
  content: "• ";
  color: #FFC726;
  display: inline-block;
  width: .8em;
  position: absolute;
  left: -20px;
}

.analysis-landing .cat-listing article {
  display: inline;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  padding: 5px;
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  display: block;
  position: relative;
  top: 0;
  left: 0em;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 320px;
  color: white;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation .nav-menu a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 30px;
  color: #eee !important;
  font-size: .95rem;
  letter-spacing: 1px;
  font-weight: 500;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: white;
}

.disabled a:first-of-type {
  pointer-events: none;
}

#nav-bar {
  display: block;
  position: absolute;
  background-color: #020B1F;
  width: 100%;
  height: 40px;
  bottom: 0px;
}

.sub-menu-col1.sub2.menu-item > a,
.sub-menu-col2.sub2.menu-item > a {
  line-height: 1rem;
  padding-bottom: 5px;
}

.sub-menu-col1.sub2.menu-item > a:first-of-type,
.sub-menu-col2.sub2.menu-item > a:first-of-type {
  display: block;
}

.sub-menu-col1.sub2.menu-item > a:hover,
.sub-menu-col2.sub2.menu-item > a:hover {
  cursor: default;
  position: relative;
  background-image: none;
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 0px;
  border-bottom: 0;
  text-decoration: none;
}

.menu-item-description {
  display: block;
  font-size: 1rem;
  color: gray;
  padding-bottom: 10px;
}

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

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px;
}

#toggle {
  z-index: 4;
}

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.top-menu {
  width: 400px;
}

.sub1.menu-item-has-children > a:after {
  content: '\f107';
  font-family: FontAwesome;
}

.sub2.menu-item-has-children > a:after {
  content: ' ';
  font-family: FontAwesome;
}

@media screen and (min-width: 1200px) {
  #toggle {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #popout {
    position: fixed;
    height: 100%;
    width: 250px;
    background: #191919;
    background: rgba(25, 25, 25, 0.9);
    color: white;
    top: 0px;
    right: -250px;
    overflow: auto;
  }

  #toggle {
    float: right;
    position: fixed;
    top: 20px;
    right: 45px;
    width: 28px;
    height: 24px;
  }

  .nav-menu li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    width: 100%;
  }

  .nav-menu li:hover {
    background: #CCC;
  }

  .nav-menu li a {
    color: #FFF;
    text-decoration: none;
    width: 100%;
  }

  .main-navigation {
    display: none;
  }
}
#nav-icon4 {
  z-index: 30;
  width: 50px;
  height: 40px;
  position: relative;
  margin: 5px 5px;
  border: 8px solid #eee;
  border-radius: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #10355F;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4.open {
  background-color: transparent;
  border: 8px solid transparent;
}

#nav-icon4.open span {
  background-color: #FFC726;
}

#nav-icon4 span:nth-child(1) {
  top: 2px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 5px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 5px;
}

#drawer-toggle {
  position: absolute;
  opacity: 0;
}

#popout {
  position: fixed;
  top: 0;
  right: -400px;
  height: 100%;
  width: 400px;
  background: #0F2A48;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#nav-icon4 {
  background-color: #eee;
}

@media screen and (max-width: 400px) {
  #popout {
    right: -300px;
    width: 300px;
  }
}
#drawer-toggle:checked ~ #drawer-toggle-label {
  height: 100%;
  width: calc(100% - 300px);
  background: rgba(255, 255, 255, 0.8);
}

#drawer-toggle:checked ~ #drawer-toggle-label {
  height: 100%;
  width: calc(100% - 300px);
  background: rgba(255, 255, 255, 0.8);
}

#drawer-toggle:checked ~ #drawer-toggle-label {
  right: 300px;
}

#drawer-toggle:checked ~ #popout {
  right: 0px;
}

#drawer-toggle:checked ~ .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.6);
}

/* Menu item styles */
input[type="search"] {
  padding: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#popout {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* adds animation for all transitions */
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  margin: 0;
  -webkit-text-size-adjust: none;
}
#popout .all-posts {
  margin-bottom: 20px;
}
#popout .all-posts a,
#popout .browse-cat a {
  font-weight: 100;
  color: #A3A3A3 !important;
}
#popout .mobile-navigation {
  height: 100%;
}
#popout .menu-item-description {
  color: #A3A3A3 !important;
}
#popout #menu-menu-1.menu {
  padding: 25px 25px 0px;
}
#popout a {
  color: #eee !important;
}
#popout ul {
  list-style-type: none;
}
#popout ul a {
  display: block;
  padding: 10px 0px;
  color: #c7c7c7;
  text-decoration: none;
}
#popout ul a:hover {
  color: #FFC726;
}
#popout ul.col-sm-4 {
  margin-bottom: 0px;
}
#popout .sub-menu {
  background-color: transparent;
  border-top: gray;
}
#popout .menu-item-has-children .sub-menu {
  display: none;
}
#popout .sub-menu-col1,
#popout .sub-menu-col2 {
  padding: 10px;
}
#popout .sub-menu-col1.sub2.menu-item > a,
#popout .sub-menu-col2.sub2.menu-item > a {
  text-transform: uppercase;
  border-bottom: 1px solid gray;
  padding-bottom: 8px;
  padding-top: 0px;
  pointer-events: none;
  color: #FFC726 !important;
  font-weight: 500;
  letter-spacing: 1px;
}
#popout .sub-menu-col1.sub2.menu-item > a:hover,
#popout .sub-menu-col2.sub2.menu-item > a:hover {
  text-decoration: none;
}
#popout .sub2 ul.sub-menu {
  padding-left: 0px;
}
#popout .sub-menu-col2.sub2 .menu-item a {
  padding-bottom: 0px;
}
#popout .secondary-nav {
  display: block;
  background-color: #020B1F;
  height: 100%;
  width: 100%;
  padding: 25px;
}
#popout .secondary-nav .social-media {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  padding-top: 15px;
  padding-left: 0px;
  font-size: .9rem;
}
#popout .secondary-nav .social-media .social {
  display: block;
}
#popout .secondary-nav .social-media .social a {
  display: block;
  float: none;
  margin-top: 10px;
}
#popout .secondary-nav .social-media .social a div {
  display: block;
  float: left;
  height: 30px;
}
#popout .secondary-nav .social-media .social .social-info {
  padding-top: 5px;
  display: block;
  margin: auto 5px;
  color: #989797;
}
#popout .secondary-nav .social-media .facebook-icon,
#popout .secondary-nav .social-media .facebook-icon:hover,
#popout .secondary-nav .social-media .twitter-icon,
#popout .secondary-nav .social-media .twitter-icon:hover,
#popout .secondary-nav .social-media .email-icon,
#popout .secondary-nav .social-media .email-icon:hover {
  background-repeat: no-repeat;
  margin: 0px 5px;
}
#popout .secondary-nav .social-media .facebook-icon,
#popout .secondary-nav .social-media .twitter-icon,
#popout .secondary-nav .social-media .email-icon {
  background-position: left bottom;
}
#popout .secondary-nav .social-media .facebook-icon:hover,
#popout .secondary-nav .social-media .twitter-icon:hover,
#popout .secondary-nav .social-media .email-icon:hover {
  background-position: right bottom;
  background-repeat: no-repeat;
}
#popout .secondary-nav .social-media .facebook-icon,
#popout .secondary-nav .social-media .facebook-icon:hover {
  height: 30px;
  width: 10px;
  background-size: 50px 30px;
  background-image: url("assets/images/facebook-icon-header.svg");
}
#popout .secondary-nav .social-media .twitter-icon,
#popout .secondary-nav .social-media .twitter-icon:hover {
  height: 30px;
  width: 24px;
  background-size: 50px 30px;
  background-image: url("assets/images/twitter-icon-header.svg");
}
#popout .secondary-nav .social-media .email-icon,
#popout .secondary-nav .social-media .email-icon:hover {
  height: 30px;
  width: 24px;
  background-size: 50px 30px;
  background-image: url("assets/images/email-icon-header.svg");
}

/* Main Navigation */
.main-navigation a:hover {
  color: #FFC726 !important;
  -webkit-transition: color .4s ease-in-out;
  -moz-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.main-navigation .browse-cat {
  margin-top: 10px !important;
}
.main-navigation #main-menu-container {
  display: inline-block;
  padding: 5px;
}
.main-navigation .sub-menu-col1.sub2.menu-item > a:hover,
.main-navigation .sub-menu-col2.sub2.menu-item > a:hover {
  text-decoration: none;
}
.main-navigation .sub-menu {
  border-top: 5px solid #FFC726;
  background-color: white;
  width: 700px;
}
.main-navigation .sub-menu a {
  display: inline;
  letter-spacing: 0px;
  color: #10355F !important;
  font-size: 1rem;
}
.main-navigation .sub-menu a:hover {
  display: inline;
  height: 100%;
  position: relative;
  background-image: -webkit-linear-gradient(top, #FFC726 0, #FFC726 100%);
  background-image: linear-gradient(to bottom, #FFC726 0, #FFC726 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  border-bottom: 0;
  text-decoration: none;
}
.main-navigation .sub-menu .sub-menu-col1,
.main-navigation .sub-menu .sub-menu-col2 {
  float: left;
  display: block;
  margin: 25px 0px 25px 25px;
}
.main-navigation .sub-menu .sub-menu-col1 {
  border-right: 1px solid #CECECE;
  padding-right: 25px;
  width: calc(50% - 50px);
}
.main-navigation .sub-menu .sub-menu-col2 {
  margin-right: 25px;
  width: calc(50% - 70px);
}
.main-navigation .sub-menu .sub-menu-col1 ul,
.main-navigation .sub-menu .sub-menu-col2 ul {
  display: block;
  position: relative;
}
.main-navigation .sub-menu .sub-menu-col1 ul span,
.main-navigation .sub-menu .sub-menu-col2 ul span {
  max-width: 320px;
}
.main-navigation .sub-menu .submenu {
  position: relative;
}
.main-navigation .sub-menu .submenu ul ul.sub-menu {
  display: block;
}
.main-navigation .sub2 > a {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  color: #989797 !important;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.main-navigation .sub2 ul {
  box-shadow: none !important;
  border: none !important;
  padding: 0px;
  background-color: transparent;
}
.main-navigation .sub2 ul li {
  width: 100%;
}
.main-navigation ul ul li:hover > ul,
.main-navigation .main-navigation ul ul li.focus > ul {
  left: 0;
}
.main-navigation .secondary-nav {
  padding: 3px;
  float: right;
  height: 40px;
}
.main-navigation .secondary-nav button,
.main-navigation .secondary-nav input[type="button"],
.main-navigation .secondary-nav input[type="reset"],
.main-navigation .secondary-nav input[type="submit"] {
  position: absolute;
  float: right;
  background-color: #FFC726;
  content: '\f0a9';
  font-family: FontAwesome;
  box-shadow: none;
  border: none;
}
.main-navigation .social-media {
  position: relative;
  display: inline-block;
  float: left;
  border-left: 1px solid #BE900D;
  height: 25px;
  padding-left: 15px;
}
.main-navigation .social-media .social {
  display: inline-block;
  float: left;
}
.main-navigation .social-media .social a {
  display: inline-block;
}
.main-navigation .social-media .facebook-icon,
.main-navigation .social-media .facebook-icon:hover,
.main-navigation .social-media .twitter-icon,
.main-navigation .social-media .twitter-icon:hover,
.main-navigation .social-media .email-icon,
.main-navigation .social-media .email-icon:hover {
  background-repeat: no-repeat;
  margin: 0px 5px;
}
.main-navigation .social-media .facebook-icon,
.main-navigation .social-media .twitter-icon,
.main-navigation .social-media .email-icon {
  background-position: left bottom;
}
.main-navigation .social-media .facebook-icon:hover,
.main-navigation .social-media .twitter-icon:hover,
.main-navigation .social-media .email-icon:hover {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.main-navigation .social-media .facebook-icon,
.main-navigation .social-media .facebook-icon:hover {
  height: 25px;
  width: 10px;
  background-size: 50px 30px;
  background-image: url("assets/images/facebook-icon-header.svg");
}
.main-navigation .social-media .twitter-icon,
.main-navigation .social-media .twitter-icon:hover {
  height: 25px;
  width: 24px;
  background-size: 50px 30px;
  background-image: url("assets/images/twitter-icon-header.svg");
}
.main-navigation .social-media .email-icon,
.main-navigation .social-media .email-icon:hover {
  height: 25px;
  width: 24px;
  background-size: 50px 30px;
  background-image: url("assets/images/email-icon-header.svg");
}

.all-posts a,
.browse-cat a {
  text-transform: capitalize !important;
  font-style: italic !important;
  font-weight: 100 !important;
}

.all-posts a:hover,
.browse-cat a:hover {
  background-image: none !important;
  color: #FFC726 !important;
}

/* Search bar */
.search-icon {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 100%;
  margin: auto 0px;
  font-size: .95rem;
  font-weight: 500;
  color: #eee;
}
.search-icon img {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}

form.search-form {
  padding-right: 20px;
}

.search-input,
form.search-form {
  display: block;
  position: relative;
  max-height: 30px;
  float: left;
}

.search-input {
  display: none;
}

.search-field {
  display: inline-block;
  border: none !important;
  border-radius: 0px !important;
  cursor: text;
  height: 30px;
  margin: 0px 0;
  padding: 0 30px 0 5px;
  position: relative;
  max-width: 200px;
}

.search-submit {
  display: absolute;
  float: right;
  height: 30px;
  width: 30px;
  background-size: 20px 20px;
  right: 30px;
  top: 0px;
  padding: 0px 10px;
  background-color: white;
  border-radius: 0px !important;
}

.imageClosed {
  padding-top: 5px;
}

#popout .search-icon {
  font-size: 1.1rem;
}
#popout .search-field {
  display: inline-block;
  border: none !important;
  border-radius: 0px !important;
  cursor: text;
  height: 30px;
  margin: 0px 0;
  padding: 0 30px 0 5px;
  position: relative;
  max-width: calc(100% - 30px);
}

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

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #10355F;
}
a:visited {
  color: #10355F;
}
a:hover, a:focus, a:active {
  color: #10355F;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.entry-header a,
.entry-cats a,
.the-content a,
a.related-link {
  display: inline;
  letter-spacing: 0px;
  color: #10355F !important;
}

.entry-header a:hover,
.entry-cats a:hover,
.the-content a:hover,
a.related-link:hover,
h2 a,
h3 a {
  height: 100%;
  position: relative;
  background-image: -webkit-linear-gradient(top, #FFC726 0, #FFC726 100%);
  background-image: linear-gradient(to bottom, #FFC726 0, #FFC726 100%);
  background-position: 0 94%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  border-bottom: 0;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.entry-header h2 a,
h3 a,
h3 a {
  height: 100%;
  position: relative;
  background-image: -webkit-linear-gradient(top, #FFC726 0, #FFC726 100%);
  background-image: linear-gradient(to bottom, #FFC726 0, #FFC726 100%);
  background-position: 0 83%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  border-bottom: 0;
  text-decoration: none;
}

.home .rev_slider a:hover,
.last-home a:hover,
h2 a:hover,
h3 a:hover {
  background-size: 0px !important;
  color: #EFB715 !important;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.entry-header .post-cats a {
  background-image: none;
  background-image: none;
}

.entry-header {
  margin-top: 50px;
}

.the-content .post-cats {
  margin-top: 50px;
}

a.related-link {
  font-weight: 500;
}

span.arrow:after {
  content: " \f105";
  font-family: FontAwesome;
}

.catAll,
.catTop,
.followButton {
  letter-spacing: .5px;
  display: inline-block;
  background-color: #FFC726;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d", sans-serif !important;
  color: #10355F;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  margin-top: 1rem;
}

.catAll:hover,
.catTop:hover,
.followButton:hover {
  display: inline-block;
  background-color: #EFB715;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  color: #10355F;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.catAll {
  display: block;
  width: 250px;
  margin: 2rem auto 1rem;
  text-align: center;
}

.catAll:hover {
  display: block;
}

.cat-list ul a:hover {
  display: inline;
  height: 100%;
  position: relative;
  background-image: -webkit-linear-gradient(top, #FFC726 0, #FFC726 100%);
  background-image: linear-gradient(to bottom, #FFC726 0, #FFC726 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  border-bottom: 0;
  text-decoration: none;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

.catMore {
  font-size: 1rem;
  margin-top: 10px;
  display: inline-block;
  padding: 5px 15px;
  background-color: #F2F2F2;
  color: #0F2A48;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.catMore:hover {
  background-color: transparent;
  color: #EFB715;
  font-weight: 500;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

/*--------------------------------------------------------------
## Related Archives
--------------------------------------------------------------*/
h3.relatedHeading {
  color: #ACABAB !important;
  font-weight: normal;
  letter-spacing: .5px;
  margin-bottom: 0px;
}

.relatedtags a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
}
.relatedtags a .postTag {
  display: inline-block;
  background-color: #FFC726;
  padding: 0px .7rem;
  margin-right: 1rem;
  opacity: 1;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}
.relatedtags a:hover .postTag {
  background-color: #EFB715;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/
.post-cats {
  margin-top: 0px;
  margin-bottom: 10px;
}

.post-cats a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  height: 100%;
  position: relative;
  background-image: -webkit-linear-gradient(top, #FFC726 0, #FFC726 100%);
  background-image: linear-gradient(to bottom, #FFC726 0, #FFC726 100%);
  background-position: 0 94%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  border-bottom: 0;
  text-decoration: none;
  margin-right: 5px;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
div.pagination {
  display: block;
}
div.pagination .page-numbers {
  display: inline-block;
  background-color: #F2F2F2;
  width: 40px;
  padding: 5px;
  margin-top: 5px;
  text-align: center;
}
div.pagination .page-numbers:hover {
  background-color: #FFC726;
  color: #10355F;
}
div.pagination .current {
  background-color: transparent;
  color: #10355F;
  text-align: center;
  font-weight: bold;
}
div.pagination .current:hover {
  background-color: transparent;
  color: #10355F;
  text-align: center;
  font-weight: bold;
}
div.pagination .next,
div.pagination .prev,
div.pagination .nav-previous,
div.pagination .nav-next {
  width: 150px;
}

.nav-links {
  margin-top: 2rem;
  text-align: center;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  display: inline-block;
  width: 175px;
  background-color: #F2F2F2;
  padding: 5px 15px;
  text-align: center;
}
.nav-links .nav-previous:hover a,
.nav-links .nav-next:hover a {
  background-color: transparent;
  color: #EFB715;
  font-weight: bold;
}
.nav-links .nav-previous:hover,
.nav-links .nav-next:hover {
  background-color: transparent;
}

/*--------------------------------------------------------------
## Share Buttons
--------------------------------------------------------------*/
.share-print-wrapper {
  height: 25px;
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.entry-footer .share-print-wrapper {
  margin-bottom: 10px;
}

.databse-post .share-print-wrapper {
  margin-bottom: 25px;
}

.social-print-wrapper {
  display: block;
  height: 40px;
  position: relative;
  margin: 30px 0px !important;
}

.share-on,
.printer {
  height: 25px;
  display: inline-block;
  float: left;
  display: inline-block;
  padding: 2px 0px 0px 25px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center left;
  color: #989797;
  text-transform: uppercase;
  font-size: 1rem;
}

.printer {
  background-image: url("assets/images/printicon.svg");
  margin-left: 30px;
}

.share-on {
  background-image: url("assets/images/shareicon.svg");
}

.sharemedia:before {
  content: '';
  float: left;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 7px solid gray;
  border-bottom: 5px solid transparent;
  margin-top: 8px;
  margin-left: 10px;
}

.sharemedia {
  display: none;
  float: left;
  height: 25px;
}

.ssmicon {
  display: inline-block;
  float: left;
  background-color: gray;
  padding: 5px;
}

.ssmicon:hover {
  opacity: .7;
}

.sharemedia:before {
  border-right: 7px solid gray;
}

.ssmfacebook,
.ssmtwitter,
.ssmgoogle,
.ssmpinterest,
.ssmlinkedin,
.ssmemail {
  display: block;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

.ssmfacebook {
  background-image: url("assets/images/facebookshare.svg");
}

.ssmtwitter {
  background-image: url("assets/images/twittershare.svg");
}

.ssmgoogle {
  background-image: url("assets/images/googleplusshare.svg");
}

.ssmpinterest {
  background-image: url("assets/images/pinterestshare.svg");
}

.ssmlinkedin {
  background-image: url("assets/images/linkedinshare.svg");
}

.ssmemail {
  background-image: url("assets/images/emailshare.svg");
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

.container {
  max-width: 1100px;
}

embed,
iframe,
object {
  padding: 20px 0px;
}

@media screen and (min-width: 1200px) {
  .content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%;
  }

  .site-main {
    margin: 0 25% 0 0;
  }

  .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 25%;
  }

  .site-footer {
    clear: both;
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

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

.post-article h1 {
  margin: 0;
}

.postTop {
  height: 30rem;
  overflow-y: hidden;
  color: inherit;
  text-align: center;
}
.postTop img {
  min-height: auto;
  min-width: 100%;
}

@media screen and (max-width: 1200px) {
  .postTop {
    height: 20rem;
  }
  .postTop img {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .postTop {
    height: 10rem;
  }
  .postTop img {
    min-height: auto;
  }
}
.entry-footer {
  margin-top: 40px;
}

.entry-footer h3 {
  margin-bottom: 0px;
}

.post-meta,
.post-meta p {
  padding-top: 0px;
  color: #989797;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 5px;
  font-size: 1rem;
}

.related-date,
.related-date a {
  color: #989797;
  font-size: 1rem;
}

.articleFooter {
  background-color: #F2F2F2;
  margin-top: 3px;
  padding: 30px;
}

.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: 1.5em 0 0;
}

.endnote {
  font-size: 15px !important;
  font-weight: 600px !important;
}

.authorByline {
  padding-top: 36px;
  font-family: museo;
  color: #102a48;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: none;
  margin-right: 37px;
  font-size: 19px !important;
}

.bioPhoto {
  display: inline;
  float: left;
}

.bioPhoto img {
  margin-bottom: 10px;
}

.backHome {
  float: right;
  margin: 14px;
  color: white !important;
  font-size: 24px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  padding-bottom: 17px;
}

sup {
  position: relative;
  cursor: pointer;
}

.fa {
  color: #0f2a48 !important;
  font-size: 2em !important;
  padding: 10px;
}

.satellitetext {
  width: auto;
  font-family: 'museo sans', sans-serif;
  font-size: 18px;
}

#fancybox-wrap {
  top: 400px !important;
}

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #718ca1;
}

.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #718ca1;
}

/*--------------------------------------------------------------
## Timeline Styles
--------------------------------------------------------------*/
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #75ce66;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
}
.tile {
  width: 270px;
  height: 130px;
}

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

@media only screen and (max-width: 1024px) {
  .keyNorm {
    display: none;
  }

  .keyMobile {
    display: block;
  }

  .byDecade {
    display: none;
  }

  .aside {
    display: none;
  }
}
@media only screen and (max-width: 829px) {
  .prov,
  .exer {
    display: none;
  }

  .mobileTable {
    display: none !important;
  }

  .hide {
    padding-top: 145px !important;
    font-size: 16px !important;
  }

  .timeline-article .meta-dateOther,
  .timeline-article .meta-dateTerror,
  .timeline-article .meta-dateBallistic,
  .timeline-article .meta-dateNuke,
  .timeline-article .meta-date {
    display: none;
  }

  header nav ul li a {
    font-size: 8px;
  }

  #conference-timeline,
  .timeline-article {
    margin: 0px auto;
    padding: 0px;
  }

  #conference-timeline .conference-timeline-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1235px) {
  .keyCaps {
    font-size: 18px;
  }

  .secondary {
    font-size: 20px;
    color: #0f2a48;
    font-weight: bold;
    text-transform: uppercase;
  }

  .analysistext {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
    float: right;
    display: inline;
    font-family: 'museo-sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
  }

  .analysisTitleM {
    float: none;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .prov,
  .exer {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .menu-menu-1-container {
    margin-top: 10px;
  }

  .hide {
    display: none;
  }

  blockquote {
    width: auto;
    margin-bottom: 48px;
    margin-left: 40px;
    margin-top: 22px;
  }

  header nav ul li a {
    color: #ffffff;
    font-size: 9px;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .mobileNav {
    display: block;
    width: 103%;
  }

  .mission {
    display: none;
  }

  .heroBorder {
    width: auto;
    margin-top: 0;
  }

  .heroTitleMobile {
    display: block;
    color: #ffc726 !important;
    background-color: #0f2a48;
    line-height: 28px !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: 0;
    padding-left: 20px;
  }

  .heroTitle {
    display: none !important;
  }

  .heroBP {
    padding-bottom: 0;
    padding-top: 36px;
    background-color: transparent;
  }

  .title {
    position: none;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 2000px) {
  .analysistext {
    width: 63%;
    margin-right: 157px;
    float: right;
    display: inline;
    font-family: 'museo-sans', sans-serif;
    font-size: 18px;
    margin-left: 157px;
  }
}
/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.post_entry {
  margin: 2em 0px;
  display: block;
}

.post_entry img {
  float: left;
  display: block;
  margin: 0px 1em 1em 0px;
}

.post .lastSection {
  display: none;
}

/*--------------------------------------------------------------
## Signals Posts
--------------------------------------------------------------*/
.demographics p {
  font-size: 24px !important;
  font-weight: 100 !important;
}

.demographics {
  font-size: 24px;
  padding-bottom: 37.5px;
  margin-bottom: 50px;
}

.signals {
  margin-left: 250px;
  margin-right: 250px;
}

.prediction {
  margin-bottom: 36px;
  margin-top: 21px;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-title {
  margin-bottom: 0px;
}

.pagination {
  margin: 50px 0;
}

div.pagination {
  text-align: center;
}

.pageMenuHeader {
  margin-bottom: .9em;
  font-size: 1em;
  font-style: italic !important;
}

.list-title {
  margin-bottom: 0px;
}

.cat-list {
  margin-bottom: 8rem;
  display: block;
  border-left: 8px solid #F2F2F2;
  padding-left: 1em;
}

/*--------------------------------------------------------------
## Analysis Landing
--------------------------------------------------------------*/
.analysis-landing footer.entry-footer {
  display: none;
}
.analysis-landing .cat-header {
  color: #989797;
  margin: 0px;
}
.analysis-landing .catNums {
  color: #989797;
}
.analysis-landing .cat-list ul,
.analysis-landing .cat-list li {
  list-style: none;
  padding-left: 0px;
}
.analysis-landing .cat-list ul li,
.analysis-landing .cat-list li li {
  font-family: museo-sans, sans-serif;
  font-size: 1.2rem;
  color: #10355F;
}
.analysis-landing .cat-listing article {
  margin-bottom: .7rem;
  line-height: 95%;
}
.analysis-landing .cat-listing h2 {
  margin-top: 5rem;
}

/*--------------------------------------------------------------
## Databases
--------------------------------------------------------------*/
hr.databasehr {
  background-color: #10355F;
  margin: 2em 0em 5em;
}

/*--------------------------------------------------------------
## Living History
--------------------------------------------------------------*/
.living-first {
  background-color: #F2F2F2;
  padding: 2em;
  margin-bottom: 50px;
}
.living-first .entry-title {
  margin-bottom: 0px;
}
.living-first h3 {
  margin: 0px 0px 10px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #ACABAB;
}

.living-header {
  margin-top: 30px;
}
.living-header .entry-title {
  margin-bottom: 0px;
}

.living-subhead {
  font-weight: 500;
  margin: .5rem 0rem;
  color: #989797;
  font-style: italic;
  text-transform: uppercase;
}

.living-header-img {
  width: 100%;
  height: 300px;
  overflow-y: hidden;
  margin-top: 50px;
}
.living-header-img img {
  width: 100%;
}

/*--------------------------------------------------------------
## Imagery Landing
--------------------------------------------------------------*/
.imagery-title {
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
## Signals Page
--------------------------------------------------------------*/
.signalsTitle {
  margin-bottom: 10px;
  background-color: transparent !important;
  padding-left: 0 !important;
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  padding: 35px;
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 70px auto;
  background-color: #131A28;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #fff;
  z-index: 0;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 27px 25px;
}

.timeline-title {
  font-size: 18px !important;
  margin-bottom: 21px !important;
  font-weight: bold !important;
  padding-top: 15px !important;
  font-family: museo !important;
  text-align: left !important;
  color: #ffffff !important;
}

.timeline-article p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  font-family: futura;
}

.btn-primary {
  color: #ffffff;
  font-size: 11px;
  margin-top: 15px;
  text-transform: uppercase;
  background-color: #0f2a48;
  font-family: 'museo-sans', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
  padding-top: 3;
  margin-left: 20px;
  padding-left: 9px;
  padding-right: 9px;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .meta-dateTerror {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  background: url("/wp-content/uploads/2016/04/terror-circle.png");
  background-size: cover;
}

.timeline-content {
  font-weight: 100 !Important;
  font-size: 16px !important;
  font-family: "museo-sans", sans-serif !important;
  text-align: left !important;
}

.timeline-dateTerror {
  color: #faaf40 !important;
  font-family: 'museo-sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 23px !important;
  text-transform: uppercase;
}

.timeline-dateOther {
  color: #92278f !important;
  font-family: 'museo-sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 23px !important;
  text-transform: uppercase;
}

.timeline-dateBallistic {
  color: #83d4ef !important;
  font-family: 'museo-sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 23px !important;
  text-transform: uppercase;
}

.timeline-dateNuke {
  color: #be1e2d !important;
  font-family: 'museo-sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 23px !important;
  text-transform: uppercase;
}

.timeline-dateExer {
  color: #fff !important;
  font-family: 'museo-sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 23px !important;
  text-transform: uppercase;
}

.readmore {
  color: #7b194f !important;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 10px !important;
  font-family: 'museo-sans', sans-serif;
}

.timeline-article .meta-dateOther {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  background: url("/wp-content/uploads/2016/06/BP_icon_only_other-e1465242234393.png");
  background-size: cover;
}

.timeline-article .meta-dateNuke {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  background: url("/wp-content/uploads/2016/06/BP_icon_only_ballistic-e1465241552757.png");
  background-size: cover;
}

.timeline-article .meta-dateBallistic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  background: url("/wp-content/uploads/2016/06/BP_icon_only_ballistic-2.png");
  background-size: cover;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  background: url("/wp-content/uploads/2016/04/exercises_circle.png");
  background-size: cover;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

/*===== // Vertical Timeline =====*/
/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    display: none;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 0px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  .attachment-post-thumbnail {
    height: auto !important;
  }

  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }

  .timeline-article p span.article-number {
    display: none;
  }
}
/*===== // Responsive Vertical Timeline =====*/
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.entry-summary, .entry-thumb {
  display: block;
  float: left;
  position: relative;
}

.entry-thumb img {
  padding: 10px 20px 20px 0px;
}

.entry-cats {
  margin-bottom: 3rem;
  display: block;
  width: 100%;
  float: none;
}

.entry-summary {
  margin-top: 0px;
}

.archive-header span {
  color: #ACABAB;
}

.search-title {
  color: #ACABAB;
}

.search-title span {
  color: #10355F;
}

h2.entry-title {
  margin: 0px 0px 15px;
}

.entry-header h2.entry-title {
  margin: 0px 0px 0px;
}

.excerpt-date, .excerpt-date a {
  color: #989797;
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  header.site-header,
  #toggle,
  footer.site-footer,
  .share-print-wrapper {
    display: none;
  }

  .postTop img.wp-post-image,
  .postTop {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0px;
  }

  a:link:after,
  a:visited:after,
  a[href]:after {
    content: none !important;
  }

  .post-meta {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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

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

.wp-caption {
  margin: 1em 0 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;
}

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption.alignright {
  margin-left: 20px;
}

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

.smallLogo {
  padding-bottom: 5px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.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 {
  display: block;
}

.imageryBlock {
  display: block;
}
.imageryBlock .allery-item {
  display: block;
  overflow: hidden;
}
.imageryBlock figcaption {
  display: none;
}
.imageryBlock img {
  height: 100%;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

.articles-homepage {
  background-color: #F2F2F2;
  padding: 2rem 0px;
}
.articles-homepage .article-preview-image {
  width: 100%;
  min-height: 350px;
  margin: .5rem 0 1.5rem;
  position: relative;
  display: flex;
  background-position: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.articles-homepage h2 {
  margin-top: 0px;
}
.articles-homepage h2 a {
  background-image: none;
  font-size: 2.9rem;
}
.articles-homepage h2.top {
  margin-top: 3rem;
}
.articles-homepage .article-card-preview-image {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.articles-homepage .figure_1 {
  height: 18rem;
}
.articles-homepage .figure_2 {
  height: 19rem;
}
.articles-homepage .figure_3 {
  height: 21rem;
}
@media screen and (max-width: 768px) {
  .articles-homepage .figure_1,
  .articles-homepage .figure_2,
  .articles-homepage .figure_3 {
    height: 12rem;
  }
}
.articles-homepage .card-top,
.articles-homepage .card-bottom {
  background-color: white;
  width: 93%;
  margin: 0 auto;
}
.articles-homepage .card-top {
  height: 18px;
}
.articles-homepage .card-bottom {
  padding: 20px;
  border-bottom: 2px solid #FFC726;
  margin-bottom: 40px;
}
.articles-homepage .home-postTitle {
  line-height: 2rem;
  margin-bottom: 2rem;
  font-size: 1.9rem;
  font-family: "alternate-gothic-no-3-d", sans-serif;
}
.articles-homepage .home-postTitle a {
  font-size: 2rem;
}
.articles-homepage .home-postTitle a:hover {
  color: #FFC726;
}
.articles-homepage p {
  font-size: 1.1rem;
}
.articles-homepage .read-more a {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  color: #ACABAB;
  font-size: 1.2rem;
}
.articles-homepage .read-more a:hover {
  color: #FFC726;
}
.articles-homepage .featured-content {
  display: block;
  margin-bottom: 5rem;
}
.articles-homepage .post-cats {
  margin-top: -7px;
  margin-bottom: 5px;
}
.articles-homepage .post-cats a:hover {
  background-image: none;
  color: #FFC726;
}
.articles-homepage .recentPosts-title {
  width: 100%;
  padding: .9rem 0 .8rem;
  background-color: #FFC726;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  text-align: center;
  margin-bottom: 0px;
}
.articles-homepage .recentPosts-title .home-postTitle {
  margin-bottom: 0px;
}
.articles-homepage .hr-recent {
  align: center;
  border-bottom: 2px solid #FFC726;
  width: 70%;
  margin: 1.5rem;
}
.articles-homepage .hr-recent:last-of-type {
  border-bottom: none;
  margin-top: 0rem;
}
.articles-homepage .entry-date {
  font-size: 1.1rem;
}
.articles-homepage .catAll {
  width: 300px;
  padding: .8rem;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.articles-homepage .meta-sep,
.articles-homepage .meta-sep + a {
  font-size: 1.1rem;
}

h2.gray {
  text-transform: uppercase;
  color: #ACABAB;
  font-size: 2rem;
  letter-spacing: 1px;
}

.intro-homepage h2.gray {
  margin-top: 5rem;
}
.intro-homepage .tweet-container {
  height: 300px;
  overflow: scroll;
  display: block;
  margin-left: -10px;
}
.intro-homepage .col-sm-4 {
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .intro-homepage {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
header.site-header {
  background: url("assets/images/beyond_parallel_header_bar.jpg");
  background-size: cover;
  width: 100%;
  height: 21rem;
  z-index: 3;
  position: relative;
  padding: 2.5em 0em 0em;
}

.header-logo {
  height: 10rem;
}

.header-info {
  margin: auto 0px;
}

@media screen and (max-width: 768px) {
  header.site-header {
    height: 15rem !important;
  }

  .header-logo {
    height: 7rem;
  }
}
.mission {
  text-align: center;
  color: white !important;
  font-size: .9rem;
  line-height: .9rem;
  font-family: 'museo sans', sans-serif;
  letter-spacing: 0.1em;
  font-weight: 100;
  margin-top: 16px;
  margin-bottom: 7px;
  color: white;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
footer#colophon {
  margin-top: 5rem;
  background: url("assets/images/beyond_parallel_footer.jpg");
  background-size: cover;
  width: 100%;
  z-index: 3;
  position: relative;
  padding: 2em 0em;
  color: #A6ADB4;
}
footer#colophon .align-right {
  text-align: right;
}
footer#colophon p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7em;
}
footer#colophon .social {
  display: block;
  float: right;
}
footer#colophon .social div {
  display: inline-block;
}
footer#colophon .facebook-icon {
  height: 32px;
  width: 32px;
  background-image: url("assets/images/facebook-icon.svg");
  background-position: left bottom;
  background-size: 66px 32px;
  background-repeat: no-repeat;
}
footer#colophon .facebook-icon:hover {
  height: 32px;
  width: 32px;
  background-image: url("assets/images/facebook-icon.svg");
  background-position: right bottom;
  background-size: 66px 32px;
  background-repeat: no-repeat;
}
footer#colophon .twitter-icon {
  height: 32px;
  width: 32px;
  background-image: url("assets/images/twitter-icon.svg");
  background-position: left bottom;
  background-size: 66px 32px;
  background-repeat: no-repeat;
}
footer#colophon .twitter-icon:hover {
  height: 32px;
  width: 32px;
  background-image: url("assets/images/twitter-icon.svg");
  background-position: right bottom;
  background-size: 66px 32px;
  background-repeat: no-repeat;
}
footer#colophon .email-icon {
  height: 32px;
  width: 32px;
  background-image: url("assets/images/email-icon.svg");
  background-position: left bottom;
  background-size: 66px 32px;
  background-repeat: no-repeat;
}
footer#colophon .email-icon:hover {
  height: 32px;
  width: 32px;
  background-image: url("assets/images/email-icon.svg");
  background-position: right bottom;
  background-size: 66px 32px;
  background-repeat: no-repeat;
}
footer#colophon .copywrite {
  text-align: right;
}

@media screen and (max-width: 768px) {
  footer#colophon .csis-footer-logo {
    max-width: 350px;
  }
  footer#colophon .social {
    float: left;
    text-align: left;
  }
  footer#colophon .social .facebook-icon,
  footer#colophon .social .twitter-icon,
  footer#colophon .social .email-icon {
    margin-right: 10px;
  }
  footer#colophon .copywrite {
    text-align: left;
  }
}
