@charset "UTF-8";
@font-face {
  font-family: Flux-Regular;
  src: url(../assets/fonts/FluxRegular.woff); }
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 SourceSansProRegular, Helvetica, Arial, sans-serif;
  color: #444;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #444;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px * 1.2);
  max-width: calc(800px * 1.2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

.social-media-list .icon {
  padding-right: 5px; }
.social-media-list li + li {
  padding-top: 5px; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 240px;
  background-color: #2b5b84;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF1E415E',endColorstr='#FF2B5B84');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(10%, #1e415e), color-stop(90%, #2b5b84));
  background-image: -webkit-linear-gradient(#1e415e 10%, #2b5b84 90%);
  background-image: -moz-linear-gradient(#1e415e 10%, #2b5b84 90%);
  background-image: -o-linear-gradient(#1e415e 10%, #2b5b84 90%);
  background-image: linear-gradient(#1e415e 10%, #2b5b84 90%);
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.03), inset 0 0 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.03), inset 0 0 20px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.03), inset 0 0 20px rgba(0, 0, 0, 0.03);
  position: relative; }

.site-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: white !important; }
  .site-title, .site-title:visited {
    color: #424242; }

.logo {
  max-height: 115px;
  margin-top: 15px; }

.introduction {
  font-size: 20.8px;
  color: #e6e8ea;
  text-align: center;
  padding: 1.5em;
  margin-top: .875em;
  margin-bottom: .875em; }
  .introduction p {
    margin: 0px;
    line-height: 28.8px; }

.readmore {
  color: #d21808;
  text-decoration: underline; }
  .readmore a::before {
    content: ">>>";
    margin-right: .25em;
    font-family: Flux-Regular,SourceSansProRegular,Arial,sans-serif;
    font-size: 120%;
    letter-spacing: -.0625em; }
  .readmore a:hover {
    color: #d21808;
    text-decoration: underline; }
  .readmore a {
    color: #d21808;
    text-decoration: underline; }

/**
 * Site footer
 */
.site-footer {
  font-size: 15px;
  padding: 30px 0;
  background-color: #2b5b84;
  background-image: linear-gradient(#1e415e 10%, #2b5b84 90%);
  border-top-color: #111111;
  border-top-width: 1px;
  text-align: center;
  color: #e6e8ea; }

/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1;
  font-family: Flux-Regular, Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 30.4px; } }

.post-content, .home-deck {
  margin-bottom: 30px; }
  .post-content h2, .home-deck h2 {
    font-family: Flux-Regular, Helvetica, Arial, sans-serif;
    font-size: 28px; }
    @media screen and (max-width: 800px) {
      .post-content h2, .home-deck h2 {
        font-size: 26.4px; } }
  .post-content h3, .home-deck h3 {
    font-family: Flux-Regular, Helvetica, Arial, sans-serif;
    font-size: 24px; }
    @media screen and (max-width: 800px) {
      .post-content h3, .home-deck h3 {
        font-size: 22.4px; } }
  .post-content h4, .home-deck h4 {
    font-family: Flux-Regular, Helvetica, Arial, sans-serif;
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4, .home-deck h4 {
        font-size: 18.4px; } }

.caption {
  color: #757575;
  font-style: italic; }

.image, .image-none {
  max-width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-left {
  max-width: 50%;
  float: left;
  margin-right: 1rem; }

.image-right {
  max-width: 50%;
  float: right;
  margin-left: 1rem; }

.image-folio {
  max-width: 4rem;
  float: left;
  margin-right: 1rem; }

.contact-form-container {
  width: 100%;
  max-width: 100%; }
  .contact-form-container iframe {
    width: inherit;
    max-width: inherit; }

/*
 * Banner
 */
.banner {
  width: 95%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
  color: #e6e8ea;
  font-size: 14.72px; }

.banner-right {
  background-color: #1c3b56 !important;
  padding: 20px; }

.banner-left {
  background-color: #1e2933 !important;
  padding: 0; }

.home-deck div.col {
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
  padding-right: 0;
  padding-left: 0; }
  .home-deck div.col ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .home-deck div.col li::before {
    content: "• ";
    color: #75a8d3; }
  .home-deck div.col li {
    margin-top: 7.5px;
    margin-bottom: 7.5px; }
  .home-deck div.col h1, .home-deck div.col h2 {
    border-bottom: 4px solid #75a8d3;
    margin-top: 7px;
    margin-bottom: 7px; }
  .home-deck div.col h3, .home-deck div.col h4 {
    margin-bottom: 5px; }
  .home-deck div.col strong {
    color: #1c3b56 !important; }
  .home-deck div.col p {
    font-size: 14.72px;
    line-height: 18px; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

.nav {
  background-color: #2d618c;
  background-image: linear-gradient(#3776ab 30%, #2d618c 95%);
  border-bottom-color: #18334b;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #629ccd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
  box-sizing: border-box;
  font-family: SourceSansProRegular, Arial, sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  text-rendering: optimizelegibility;
  vertical-align: baseline;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none; }

.nav-link:hover {
  color: white !important;
  background-color: #2d618c !important;
  background-image: linear-gradient(#326b9c 10%, #2d618c 90%) !important; }

.nav-link {
  color: #e6e8ea !important;
  text-decoration-color: #e6e8ea !important;
  border-right-color: rgba(0, 0, 0, 0.2);
  border-right-style: solid;
  border-right-width: 1px;
  padding-bottom: 9.9px;
  padding-left: 22.5px;
  padding-right: 22.5px;
  padding-top: 11.7px; }

.nav-link-first {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-left-style: solid;
  border-left-width: 1px; }
