@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600,600i");
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 300 1.15rem/1.5 "Source Sans Pro", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #113763;
  background-color: #fff;
  -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;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 0.375rem; }

p a {
  color: #113763;
  padding-bottom: 1.5px;
  border-bottom: 1px dotted #113763;
  transition: color .125s linear; }
  p a:hover {
    text-decoration: none;
    color: #51d1ff;
    border: none; }

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 1.00625rem; }

/**
 * Lists
 */
ul, ol {
  margin-left: 1.5rem; }

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1c5ba4; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #1c5ba4; }

/**
 * Links
 */
a {
  color: #1ec3ff;
  text-decoration: none; }
  a:hover {
    color: #113763;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #ffffff;
  border-left: 4px solid white;
  padding-left: 0.75rem;
  font-size: 1.29375rem;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 1.078125rem;
  border: 1px solid white;
  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(80% - (1.5rem * 2));
  max-width:         calc(80% - (1.5rem * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  @extend %clearfix;

  @include media-query($on-laptop) {
    max-width: -webkit-calc(80% - (1.5rem));
    max-width:         calc(80% - (1.5rem));
    padding-right: 0;
    padding-left: 0;
  } */ }

/**
 * Clearfix
 */
.wrap:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #ffffff;
  padding-right: 5px;
  vertical-align: text-top; }

.social-media-list li + li {
  padding-top: 5px; }

/**
 * Tables
 */
table {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: left;
  color: #113763;
  border-collapse: collapse;
  border: 1px solid #113763;
  margin-top: 2rem; }
  table tr:nth-child(even) {
    color: #113763;
    background-color: #f5f9fd; }
  table th, table td {
    padding: 0.75rem 0.75rem; }
  table th {
    background-color: #113763;
    color: #fff;
    border: 1px solid #113763;
    border-bottom-color: #113763; }
  table td {
    border: 1px solid #113763; }

.wrap {
  max-width: -webkit-calc(80% - (1.5rem * 2));
  max-width: calc(80% - (1.5rem * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 800px) {
    .wrap {
      max-width: -webkit-calc(80% - (1.5rem));
      max-width: calc(80% - (1.5rem));
      padding-right: 0;
      padding-left: 0; } }

/**
 * Site header
 */
.custom-head {
  margin-bottom: 3rem;
  width: 100%; }
  .custom-head .rap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    min-height: 3.8rem;
    padding: 0 1.5rem;
    letter-spacing: 0.5rem; }

/**
 * Site footer
 */
.site-footer {
  height: 12rem;
  padding: 1.5rem 0;
  background-color: #113763;
  text-align: center;
  padding-top: 5rem; }
  .site-footer p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.3);
    margin: 0 3rem; }
    .site-footer p a {
      font-size: 1.3rem;
      color: #fff;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      .site-footer p a:hover {
        color: #51d1ff; }

/**
 * Page content
 */
.page-content {
  padding: 0;
  flex: 1 0 auto; }

.page-heading {
  font-size: 2.3rem; }

.post-list-heading {
  font-size: 2.0125rem; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 1.5rem; }

.post-meta {
  font-size: 1.00625rem;
  color: #ffffff; }

.post-link {
  display: block;
  font-weight: bold;
  font-size: 2.0125rem; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 1.5rem; }

.post-title,
.post-content h1 {
  font-weight: 700;
  font-size: 2.5875rem;
  line-height: 1;
  border-bottom: solid 1px #113763;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 800px) {
    .post-title,
    .post-content h1 {
      font-size: 2.5875rem; } }

.post-content {
  margin-bottom: 1.5rem; }
  .post-content h2 {
    font-size: 1.84rem;
    color: #184f8f;
    font-weight: 600;
    padding-top: 1.75rem;
    margin-top: 3rem;
    border-top: solid 1px #113763; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 2.0125rem; } }
  .post-content h3 {
    font-size: 1.495rem;
    font-weight: 600;
    color: #184f8f;
    margin-top: 1.2rem; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 1.58125rem; } }
  .post-content h4 {
    font-size: 1.4375rem; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 1.29375rem; } }
  .post-content h5 {
    font-size: 1.4375rem; }
    @media screen and (max-width: 800px) {
      .post-content h5 {
        font-size: 1.29375rem; } }

.bttns {
  margin: 2rem 0; }
  .bttns .bttn {
    font-size: 0.9rem;
    letter-spacing: 0.125rem;
    padding: 1rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: .35s ease-in-out;
    margin-right: 0.75rem; }
  .bttns .outline {
    border: solid 2px #fff;
    color: #fff; }
    .bttns .outline:hover {
      text-decoration: none;
      color: #51d1ff;
      border-color: #51d1ff; }
  .bttns .outline-rev {
    border: solid 2px #113763;
    color: #113763; }
    .bttns .outline-rev:hover {
      text-decoration: none;
      color: #51d1ff;
      border-color: #51d1ff; }
  .bttns .filled {
    background-color: #113763;
    color: #fff; }
    .bttns .filled:hover {
      text-decoration: none;
      background-color: #51d1ff; }

.hero-home {
  margin-top: -3rem;
  background-image: url("../assets/banner.jpg");
  background-attachment: fixed;
  background-position: top;
  background-size: cover; }
  .hero-home .color-overlay {
    background-color: rgba(17, 55, 99, 0.75);
    min-height: 40rem;
    width: 100%; }
  .hero-home .flexy {
    display: flex; }
    .hero-home .flexy p {
      max-width: 18rem; }
  .hero-home h1, .hero-home p {
    color: #fff; }
  .hero-home hr {
    border: solid 1.5px white;
    margin: 1rem 0; }
  .hero-home h1 {
    padding-top: 13rem;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2; }
  .hero-home p {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-right: 1rem; }

/* **********
HOMEPAGE FEATURE
These are manually placed on the index.html home page.
The overlay colour is also set there.
*********** */
.left-hvy {
  grid-template-columns: 2fr 3fr; }

.right-hvy {
  grid-template-columns: 3fr 2fr; }

.feature-content {
  display: grid;
  grid-template-rows: 26.5rem; }
  .feature-content .cyan, .feature-content .violet, .feature-content .mint, .feature-content .orange {
    transition: background-color .35s ease-in; }
  .feature-content .cyan {
    background-color: rgba(76, 210, 255, 0.85); }
  .feature-content .cyan:hover {
    background-color: rgba(76, 210, 255, 0.65); }
  .feature-content .violet {
    background-color: rgba(141, 130, 196, 0.85); }
  .feature-content .violet:hover {
    background-color: rgba(141, 130, 196, 0.65); }
  .feature-content .mint {
    background-color: rgba(108, 201, 148, 0.85); }
  .feature-content .mint:hover {
    background-color: rgba(108, 201, 148, 0.65); }
  .feature-content .orange {
    background-color: rgba(237, 104, 59, 0.85); }
  .feature-content .orange:hover {
    background-color: rgba(237, 104, 59, 0.65); }
  .feature-content .item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10rem 5rem;
    height: 100%;
    color: #fff;
    text-decoration: none; }
    .feature-content .item h3 {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.2; }
    .feature-content .item hr {
      border: solid 1px white;
      margin-bottom: 0.5rem; }
    .feature-content .item h5 {
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.25rem; }

@media (max-width: 768px) {
  .left-hvy {
    grid-template-columns: 1fr; }

  .right-hvy {
    grid-template-columns: 1fr; }

  .hero-home .flexy {
    flex-direction: column; }

  .bttn {
    font-size: 0.8rem;
    letter-spacing: 0.0625rem;
    padding: 0.5rem 0.75rem; }

  .hide-on-mobile {
    display: none; } }
.footer-spacer {
  margin-bottom: 6rem; }

.intro-text {
  font-size: 1.35rem; }

/* REVISED RESPONSIVE MENU*/
.kittens {
  background-color: #113763;
  position: fixed;
  width: 100%;
  z-index: 3;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 0.9rem;
  color: white;
  letter-spacing: 0.5rem;
  text-transform: uppercase; }

.kittens ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.kittens li a {
  display: block;
  padding: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none; }

.kittens li a:hover,
.kittens .menu-btn:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.kittens .logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  margin-top: 0.6rem;
  transition: color .25s ease-in-out; }

.kittens .logo:hover {
  color: rgba(255, 255, 255, 0.75); }

.kittens .logo .IXD {
  letter-spacing: 0;
  color: black;
  background-color: white;
  padding: 0.4rem 0.65rem;
  transition: background-color .25s ease-in-out; }

.kittens .logo:hover .IXD {
  background-color: rgba(255, 255, 255, 0.75); }

/* menu */
.kittens .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; }

.kittens .menu li a {
  color: white;
  letter-spacing: 0.25rem; }

/* menu icon */
.kittens .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none; }

.kittens .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: color .2s ease-out;
  width: 18px; }

.kittens .menu-icon .navicon:before,
.kittens .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.kittens .menu-icon .navicon:before {
  top: 5px; }

.kittens .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.kittens .menu-btn {
  display: none; }

.kittens .menu-btn:checked ~ .menu {
  max-height: 500px; }

.kittens .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.kittens .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); }

.kittens .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); }

.kittens .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.kittens .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

/* 48em = 768px */
@media (min-width: 65em) {
  .kittens li {
    float: left; }

  .kittens li a {
    padding: 1.25rem 2rem; }

  .kittens .menu {
    clear: none;
    float: right;
    max-height: none; }

  .kittens .menu-icon {
    display: none; } }
/**
 * 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; }
