/* 
    Created on : Apr 14, 2018, 1:15:45 PM
    Author     : Andrew Killen

*/
/* 
    Created on : Apr 14, 2018, 7:58:05 PM
    Author     : rnw
*/
/* model bg */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 14, 2018, 7:57:44 PM
    Author     : rnw
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

#masthead {
  height: 60px;
  background-color: #0e3047;
  font-size: 18px;
  z-index: 20; }
  #masthead ul {
    list-style: none; }
  #masthead p, #masthead h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    float: left; }
  #masthead .site-branding {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 5;
    background: #0e3047; }
  #masthead img {
    width: 220px; }

@media screen and (min-width: 1277px) {
  #masthead .site-branding {
    left: 0; } }
@media screen and (min-width: 1100px) {
  #masthead {
    height: 85px; }
    #masthead .site-branding {
      top: 30px; } }
#masthead nav {
  font-size: 18px; }

#masthead-content-holder {
  max-width: 1277px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

/* 
    Created on : Apr 14, 2018, 7:59:05 PM
    Author     : rnw
*/
#masthead {
  /* .current_page_item {
      background: $orange;
  } */ }
  #masthead button:focus {
    outline: none; }
  #masthead .nav-menu {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px; }
  #masthead .menu-main-menu-container {
    display: none; }
  #masthead .menu-toggle {
    text-align: right;
    margin-right: 8px; }
  #masthead #site-navigation.toggled .menu-main-menu-container {
    display: block;
    position: absolute;
    top: 60px;
    z-index: 20;
    width: 100%;
    background: #0e3047; }
    #masthead #site-navigation.toggled .menu-main-menu-container ul {
      padding: 0 0 15px 0;
      margin: 0; }
      #masthead #site-navigation.toggled .menu-main-menu-container ul li {
        text-align: center;
        display: block;
        padding-top: 3px; }
        #masthead #site-navigation.toggled .menu-main-menu-container ul li li a {
          color: #469fdb; }
      #masthead #site-navigation.toggled .menu-main-menu-container ul a {
        color: #fff;
        display: block;
        text-decoration: none; }
        #masthead #site-navigation.toggled .menu-main-menu-container ul a:hover {
          color: #f97300; }
  #masthead #site-navigation .menu-toggle {
    float: right;
    top: 8px;
    border-width: 0;
    position: relative; }
    #masthead #site-navigation .menu-toggle:hover {
      cursor: pointer; }
    #masthead #site-navigation .menu-toggle span {
      display: none; }
    #masthead #site-navigation .menu-toggle:before {
      content: '\4d';
      font-family: 'ha';
      font-size: 28px; }
  #masthead #site-navigation .search-launch {
    float: right;
    top: 15px;
    position: relative;
    border: 0;
    cursor: pointer; }
    #masthead #site-navigation .search-launch:hover {
      cursor: pointer; }

@media screen and (min-width: 1100px) {
  #masthead {
    overflow: hidden; }
    body.loaded #masthead {
      overflow: unset; }
    #masthead .nav-menu {
      display: flex;
      list-style-type: none;
      justify-content: flex-end; }
    #masthead #site-navigation.toggled .menu-main-menu-container {
      position: static;
      display: block;
      top: auto;
      z-index: 0; }
    #masthead #site-navigation .search-launch {
      display: none; }
    #masthead .menu-main-menu-container {
      display: block; }
    #masthead .menu-item {
      padding-top: 45px; }
    #masthead .menu-toggle {
      display: none; }
    #masthead .menu-item {
      padding-left: 15px;
      padding-right: 15px;
      text-transform: uppercase;
      position: relative;
      z-index: 3;
      margin-right: 15px; }
      #masthead .menu-item a {
        color: #fff;
        text-decoration: none; }
      #masthead .menu-item:hover {
        background: #f97300; }
      #masthead .menu-item .sub-menu {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 12px 0 0 0;
        z-index: 10;
        position: absolute;
        top: 73px;
        right: 0;
        left: 0; }
        #masthead .menu-item .sub-menu .menu-item {
          text-transform: capitalize;
          padding: 0;
          margin: 0;
          border-bottom: 0; }
          #masthead .menu-item .sub-menu .menu-item a {
            padding-left: 10px;
            padding-right: 10px;
            background-color: #f97300;
            padding-top: 5px;
            padding-bottom: 5px;
            display: block; }
            #masthead .menu-item .sub-menu .menu-item a:hover {
              background-color: #0e3047; }
      #masthead .menu-item:hover .sub-menu {
        display: block; }
      #masthead .menu-item input[type='text'], #masthead .menu-item input[type='search'] {
        background: transparent;
        color: #fff;
        border: solid 1px #fff;
        text-indent: 10px; }
      #masthead .menu-item button.submit {
        border-width: 0; }
        #masthead .menu-item button.submit:hover {
          cursor: pointer; }
    #masthead .menu-item.search-item:hover {
      background: transparent; }

  .search #masthead .sub-menu .menu-item a {
    background: #0e3047; }
    .search #masthead .sub-menu .menu-item a:hover {
      background-color: #f97300; } }
/* 
    Created on : Apr 14, 2018, 7:58:18 PM
    Author     : rnw
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  line-height: 1.1em; }

h1 {
  font-size: 42px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #f97300;
  font-weight: 500; }

@media screen and (min-width: 660px) {
  h1 {
    font-size: 68px; }

  h1.entry-title {
    font-size: 48px; } }
h2 {
  font-size: 36px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #f97300;
  font-weight: 500; }

@media screen and (min-width: 660px) {
  h2 {
    font-size: 42px; } }
h3 {
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #0e3047;
  font-weight: 500; }

@media screen and (min-width: 660px) {
  h3 {
    font-size: 32px; } }
p {
  margin-bottom: 25px; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 25px; }

address {
  margin: 0 0 25px; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #C1C1C1;
  cursor: help; }

mark, ins {
  background: #f5f8e4;
  text-decoration: none; }

big {
  font-size: 125%; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 14, 2018, 7:58:47 PM
    Author     : rnw
*/
::-webkit-input-placeholder {
  color: #0e3047;
  text-transform: uppercase;
  font-weight: bold; }

:-moz-placeholder {
  color: #0e3047;
  text-transform: uppercase;
  font-weight: bold; }

::-moz-placeholder {
  color: #0e3047;
  text-transform: uppercase;
  font-weight: bold; }

:-ms-input-placeholder {
  color: #0e3047;
  text-transform: uppercase;
  font-weight: bold; }

#masthead ::-webkit-input-placeholder {
  color: white;
  font-weight: 100; }
#masthead :-moz-placeholder {
  color: white;
  font-weight: 100; }
#masthead ::-moz-placeholder {
  color: white;
  font-weight: 100; }
#masthead :-ms-input-placeholder {
  color: white;
  font-weight: 100; }

button {
  background: transparent;
  border: solid 1px #fff;
  color: #fff; }

#sidebar-searchform label {
  display: none; }
#sidebar-searchform input[type='search'], #sidebar-searchform input[type='text'] {
  border: solid 1px #f97300;
  width: 90%;
  text-indent: 5px; }
#sidebar-searchform button {
  border-width: 0;
  color: #f97300; }

main select, main input, main textarea {
  border: solid 1px #C1C1C1;
  width: 280px;
  text-indent: 10px; }
main textarea {
  width: 90%;
  height: 7em; }
main span.required {
  display: inline-block;
  margin-left: 5px; }
main input[type='radio'], main input[type='checkbox'] {
  text-indent: 0;
  width: auto;
  margin-right: 5px; }
main input[type='submit'] {
  width: auto;
  padding: 5px 15px;
  display: inline-block;
  text-indent: 0;
  color: #fff;
  background: #C1C1C1; }
  main input[type='submit']:hover {
    background-color: #0e3047; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 14, 2018, 7:58:59 PM
    Author     : rnw
*/
a:link, a:active, a:visited {
  color: #f97300;
  text-decoration: none; }

a:hover {
  color: #0e3047; }

section.widget a:link, section.widget a:active, section.widget a:visited {
  color: #0e3047; }
section.widget a:hover {
  color: #f97300; }
section.widget .more-widget-button {
  border-top: solid 1px #C1C1C1;
  padding-top: 10px;
  display: block;
  text-transform: uppercase;
  color: #C1C1C1; }
  section.widget .more-widget-button:hover {
    color: #f97300; }
  section.widget .more-widget-button small {
    font-size: 65%;
    position: relative;
    top: -3px; }

#colophon a {
  color: #fff; }
  #colophon a:hover {
    color: #f97300; }

#colophon a.share-button:hover, #colophon a.share-button:before:hover, #colophon a.share-button:hover:before {
  color: #0e3047; }

.tint a {
  position: relative;
  display: block; }

.tint a img {
  position: relative;
  z-index: 1; }

.tint a:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 6px;
  left: 0;
  right: 0;
  background: rgba(255, 165, 0, 0.5);
  z-index: 2;
  border-top: solid 6px #0e3047; }

.tint a:hover img {
  border-color: #0e3047; }

.share-button span {
  display: none; }

.share-button,
.share-button:before {
  color: #fff;
  text-decoration: none; }

.share-button:before {
  background: #f97300;
  height: 1.45em;
  width: 1.45em;
  text-align: center;
  line-height: 1.45em; }

main .share-button::before {
  background: #C1C1C1; }

.all-posts:link, .all-posts:active, .all-posts:visited {
  color: #fff; }

.all-posts:hover {
  color: #0e3047; }

.taglist a:link, .taglist a:visited {
  color: #0e3047; }
.taglist a:hover {
  color: #f97300; }
.taglist h3 {
  display: inline-block; }

/* 
    Created on : Apr 14, 2018, 7:58:41 PM
    Author     : rnw
*/
/* header  area */
/* page content */
#primary {
  max-width: 1277px;
  margin: 0 auto; }

.display_none {
  display: none !important; }

/* show a full width item anywhere */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

article {
  display: block; }

.screen-reader-text {
  display: none; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.grid > article img, .grid > div img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top: solid 6px #f97300; }
.grid > article h2, .grid > div h2 {
  font-size: 24px; }
.grid > article h2 a:link, .grid > article h2 a:visited, .grid > div h2 a:link, .grid > div h2 a:visited {
  color: #0e3047;
  text-decoration: none; }

header.page-header {
  position: relative;
  z-index: 1;
  min-height: 140px; }
  header.page-header h1 {
    padding-top: 1em; }

.site-search header.page-header {
  background: #f97300;
  margin-bottom: 3em; }
  .site-search header.page-header h1, .site-search header.page-header h2 {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    margin-top: 0; }
  .site-search header.page-header h2 {
    color: #0e3047;
    /*margin-top:-.5em;*/
    padding-bottom: 1em; }

.page header.page-header {
  background: #0e3047;
  margin-bottom: 3em;
  border-bottom: solid 25px #f97300; }
  .page header.page-header h1 {
    max-width: 1277px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0; }

.single header.page-header, .archive header.page-header {
  background: #f97300;
  margin-bottom: 3em; }
  .single header.page-header h1, .archive header.page-header h1 {
    max-width: 1277px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0; }

main {
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px; }

.site-list .blog-parts {
  padding-top: 50px; }
  .site-list .blog-parts .bluebar {
    margin-bottom: 50px; }
  .site-list .blog-parts article {
    margin-bottom: 25px; }
    .site-list .blog-parts article .excerpt-footer {
      padding-bottom: 25px; }

.page main {
  /*   margin-top: -28px; */ }

.page main.site-main-home {
  margin: 0; }

.site-search header.page-header h1 {
  padding-top: 0.5em;
  line-height: 0.9em; }

@media screen and (min-width: 660px) {
  header.page-header {
    height: 240px; }
    header.page-header h1 {
      padding-top: 1.25em; } }
@media screen and (min-width: 800px) {
  header.page-header {
    margin-top: 0;
    height: 315px; }

  .page main {
    margin-top: 0; }

  .site-list .blog-parts {
    padding-top: 100px; }
    .site-list .blog-parts article {
      border-bottom: solid 1px #C1C1C1;
      margin-bottom: 50px; }

  .single header.page-header h1, .archive header.page-header h1, .page header.page-header h1 {
    padding-top: 1.5em; }

  .site-search header.page-header h1 {
    padding-top: 1em; } }
@media screen and (min-width: 1277px) {
  main {
    padding-left: 0;
    padding-right: 0; } }
.no-result {
  padding-bottom: 4em; }

@media screen and (min-width: 800px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    max-width: 1277px; }

  .grid-content main.site-main {
    display: grid;
    grid-template-columns: auto 33%;
    grid-column-gap: 50px; }
    .grid-content main.site-main header.page-header {
      grid-row: 1/2;
      grid-column: 1 / 3; }
    .grid-content main.site-main .no-image-div, .grid-content main.site-main .post-thumbnail {
      grid-row: 2/ 3;
      grid-column: 1 / 3; }
    .grid-content main.site-main #results {
      grid-column: 1 / 2; }
    .grid-content main.site-main aside {
      grid-column: 2 / 3;
      grid-row: 3 / 5; }
    .grid-content main.site-main #disqus_thread, .grid-content main.site-main section {
      grid-column: 1 / 2;
      grid-row: 4/ 5; }
    .grid-content main.site-main div.tags {
      grid-column: 1 / 2;
      grid-row: 5 / 6; }

  main.page-sidebar {
    display: grid;
    grid-template-columns: auto 33%;
    grid-column-gap: 50px; }
    main.page-sidebar .header {
      grid-row: 2 / 3;
      grid-column: 1 / 3; }
    main.page-sidebar article {
      grid-column: 1 / 2; }
    main.page-sidebar aside {
      grid-column: 2 / 3; }

  .grid-content main.site-search {
    display: grid;
    grid-template-columns: auto 33%;
    grid-column-gap: 50px; }
    .grid-content main.site-search header.page-header {
      grid-column: 1/3;
      grid-row: 1/2; }
      .grid-content main.site-search header.page-header h2,
      .grid-content main.site-search header.page-header h1 {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1277px; }
    .grid-content main.site-search .blog-parts {
      grid-column: 1 / 2; }
    .grid-content main.site-search aside {
      grid-column: 2 / 3; }

  .grid-content main.site-list {
    display: grid;
    grid-template-columns: auto 33%;
    grid-column-gap: 50px; }
    .grid-content main.site-list .blog-parts {
      grid-column: 1 / 2; }
    .grid-content main.site-list aside {
      padding-top: 100px;
      grid-column: 2 / 3; }
    .grid-content main.site-list .load-posts-link-holder {
      grid-column: 1 / 2;
      grid-row: 2 / 3; } }
@media screen and (min-width: 1276px) {
  .homepage-slider .slider-text-holder {
    left: 0;
    right: 0; }
    .homepage-slider .slider-text-holder .slider-internal {
      margin-left: auto;
      margin-right: auto;
      max-width: 1277px; } }
.entry-meta a {
  text-decoration: none; }
.entry-meta .category a:link, .entry-meta .category a:visited {
  color: #f97300; }
.entry-meta .posted-on a:link, .entry-meta .posted-on a:visited, .entry-meta .posted-on {
  color: #0e3047; }
.entry-meta .byline a:link, .entry-meta .byline a:visited, .entry-meta .byline {
  color: #666666; }

.term_list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .term_list li {
    padding: 0;
    margin: 0;
    display: inline-block; }

.excerpt-footer {
  padding-bottom: 50px; }

@media screen and (min-width: 800px) {
  .entry-meta {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-column-gap: 16px; }

  .excerpt-footer {
    padding-top: 26px; }

  .single .entry-meta {
    grid-template-columns: auto auto 1fr; } }
.all-posts-link-holder {
  display: block;
  border-bottom: solid 1px #C1C1C1;
  text-align: center; }

.all-posts {
  font-size: 32px;
  background: #f97300;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none; }

.readmore:link, .readmore:visited {
  color: #f97300;
  text-decoration: none; }

.comments-link:link, .comments-link:visited {
  color: #0e3047;
  text-decoration: none; }
  .comments-link:link .icon-chat:before, .comments-link:visited .icon-chat:before {
    color: #f97300; }

.excerpt-footer div {
  display: inline-block;
  padding-right: 10px; }

.bluebar, .orangebar {
  display: block;
  height: 6px;
  width: 200px;
  background: #0e3047; }

.orangebar {
  width: 450px;
  background: #f97300; }

#results h2 {
  margin-top: 0; }
  #results h2 a {
    text-decoration: none; }
  #results h2 a:link, #results h2 a:visited {
    color: #0e3047; }
#results article {
  padding-bottom: 1em;
  border-bottom: solid 1px #C1C1C1;
  margin-bottom: 2em; }

.posted-on .updated {
  display: none; }

.posted-on .published.updated {
  display: inline; }

.taglist {
  border: solid 1px #C1C1C1;
  border-width: 1px 0;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-bottom: 25px;
  text-align: center; }
  .taglist h2 {
    margin-top: 50px;
    margin-bottom: 25px; }
  .taglist h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    margin-right: 20px; }

@media screen and (min-width: 660px) {
  .taglist h3 {
    margin-right: 80px; } }
.simple-grid {
  margin-bottom: 25px; }

@media screen and (min-width: 660px) {
  .simple-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
    vertical-align: baseline;
    grid-row-gap: 0; }
    .simple-grid h2 {
      text-align: left;
      margin: 0;
      padding: 0;
      vertical-align: bottom; }
    .simple-grid h3.goto-blog-heading {
      vertical-align: bottom;
      margin: 0;
      padding: 0;
      text-align: right;
      text-transform: uppercase;
      position: relative;
      top: 10px; }
      .simple-grid h3.goto-blog-heading a {
        color: #0e3047; }
        .simple-grid h3.goto-blog-heading a:hover {
          color: #f97300; }

  .centered {
    text-align: center; }
    .centered .bluebar {
      margin-right: auto;
      margin-left: auto; }

  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    .about-grid .left-side {
      grid-column: 1/2; }
      .about-grid .left-side img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border-width: 0;
        vertical-align: bottom; }
    .about-grid .right-side {
      padding-left: 50px;
      grid-column: 2/3; } }
.page-header:before, .page-header:before, .site-list .page-header:before, .site-main .page-header:before {
  background: transparent !important; }

aside section {
  border-top: solid 6px #f97300;
  padding-top: 25px;
  padding-bottom: 50px; }
aside span.widget-title {
  color: #f97300;
  display: inline-block;
  line-height: 1em; }
aside ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0; }
aside li a:link, aside li a:visited {
  color: #0e3047;
  text-decoration: none; }
aside li:hover {
  color: #666666; }

.widget-heading {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 25px; }
  .widget-heading .widget-title {
    grid-column: 1/2; }
  .widget-heading .extra-info {
    grid-column: 2/3;
    text-align: right; }

section.widget .more-widget-button:link,
section.widget .more-widget-button:active,
section.widget .more-widget-button:visited {
  color: #f97300; }
section.widget .more-widget-button:hover {
  color: #0e3047; }

#colophon {
  background-color: #0e3047;
  color: #fff;
  font-size: 18px;
  padding-top: 50px; }
  #colophon a {
    font-weight: bold; }
  #colophon h3 {
    color: #f97300;
    font-weight: 400; }
  #colophon ul {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none; }
  #colophon li {
    padding: 0;
    margin-bottom: 5px; }

#colophon {
  padding-left: 20px;
  padding-right: 20px; }
  #colophon h3, #colophon span.widget-title {
    font-size: 24px;
    font-weight: 100;
    display: block;
    color: #f97300; }
  #colophon h3.white, #colophon span.widget-title.white {
    color: #fff; }

@media screen and (min-width: 800px) {
  #colophon {
    padding-left: 0px;
    padding-right: 0px; }

  span.widget-title {
    font-size: 32px; }

  #footer-grid {
    max-width: 1277px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    padding-left: 20px;
    padding-right: 20px; } }
.copyrights div {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-top: solid 1px #2c4f67;
  margin-left: auto;
  margin-right: auto;
  max-width: 1277px; }

#ctf .ctf-tweet-actions i.fa {
  color: #fff; }
#ctf .ctf-item {
  border-color: #104365 !important; }
#ctf #ctf-more {
  background: rgba(0, 0, 0, 0.2) !important; }

.widget_mc4wp_form_widget {
  margin-bottom: 25px; }
  .widget_mc4wp_form_widget label {
    display: none; }
  .widget_mc4wp_form_widget ::-webkit-input-placeholder {
    color: #fff;
    text-indent: 5px; }
  .widget_mc4wp_form_widget :-moz-placeholder {
    color: #fff;
    text-indent: 5px; }
  .widget_mc4wp_form_widget ::-moz-placeholder {
    color: #fff;
    text-indent: 5px; }
  .widget_mc4wp_form_widget :-ms-input-placeholder {
    color: #fff;
    text-indent: 5px; }
  .widget_mc4wp_form_widget input[type='text'], .widget_mc4wp_form_widget input[type='email'] {
    width: 95%;
    border: solid 1px #fff;
    color: #fff;
    background: #0e3047;
    margin-bottom: 10px;
    margin-top: 20px; }
  .widget_mc4wp_form_widget input[type='submit'] {
    background: #f97300;
    color: #fff;
    border-width: 0;
    text-transform: uppercase; }
    .widget_mc4wp_form_widget input[type='submit']:hover {
      color: #f97300;
      background: #fff; }
  .widget_mc4wp_form_widget .widget-heading {
    margin-bottom: 0; }
  .widget_mc4wp_form_widget p {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0; }

@media screen and (min-width: 1277px) {
  .mc4wp-form-fields p {
    color: #78909e; } }
main.page-about .page-header h1 {
  margin-top: 0; }

#infocol .about-meta {
  margin-top: 50px; }
#infocol .orangebar {
  display: none;
  width: 200px; }
#infocol .about-caption {
  display: none; }
#infocol img {
  max-width: 100%;
  height: auto; }

#recomended ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #recomended ul li {
    margin: 0 0 10px 0;
    padding: 0; }
    #recomended ul li a {
      color: #f97300; }
      #recomended ul li a:hover {
        color: #000; }

#about_grid_page {
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (min-width: 660px) {
  #about_grid_page {
    padding-left: 0;
    padding-right: 0; }

  #infocol .about-meta .orangebar, #infocol .about-meta .about-caption {
    display: block; }

  main.page-about {
    display: grid;
    grid-template-columns: auto 33%;
    grid-column-gap: 50; }
    main.page-about header {
      grid-column: 1/3;
      grid-row: 1/2; }
    main.page-about #infocol {
      grid-column: 2/3;
      grid-row: 2/3;
      margin-top: -50px;
      padding-bottom: 50px; }
    main.page-about article {
      grid-column: 1/2;
      grid-row: 2/3; }
    main.page-about #about_grid_page {
      grid-column: 1/3;
      grid-row: 3/4; }

  #about_grid_page .sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    max-width: 100%; }
    #about_grid_page .sub-grid #note {
      padding-left: 50px;
      padding-right: 50px;
      padding-bottom: 50px;
      background-color: #f5f8e4; }
    #about_grid_page .sub-grid #recomended {
      padding-left: 50px;
      padding-right: 50px;
      padding-bottom: 50px;
      background-color: #0e3047; }
      #about_grid_page .sub-grid #recomended li a {
        color: #fff; }
        #about_grid_page .sub-grid #recomended li a:hover {
          color: #f97300; } }
@media screen and (min-width: 1277px) {
  #recomended .sub-content {
    width: 558px; }

  #note .sub-content {
    width: 558px;
    float: right; } }
.homepage-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  .homepage-slider h2 {
    font-size: 60px;
    font-weight: 400; }
  .homepage-slider p {
    font-size: 30px;
    font-weight: 100; }
  .homepage-slider div {
    position: relative; }
    .homepage-slider div img {
      max-width: 100%;
      height: auto; }
  .homepage-slider .slider-text-holder {
    position: absolute;
    top: 20px;
    left: 48px;
    right: 48px; }
    .homepage-slider .slider-text-holder h2 {
      color: #fff;
      margin: 0;
      padding: 0; }
    .homepage-slider .slider-text-holder p {
      color: #fff;
      margin: 0;
      padding: 0; }
  .homepage-slider .slick-dots {
    position: absolute;
    bottom: 30px; }
    .homepage-slider .slick-dots li button:before, .homepage-slider .slick-dots li.slick-active button:before {
      color: #fff; }
  .homepage-slider .slick-next {
    right: 20px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 45%; }
  .homepage-slider .slick-prev {
    left: 20px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 45%; }

@media screen and (min-width: 400px) {
  .homepage-slider .slider-text-holder {
    top: 80px;
    left: 50px;
    right: 50px; }
  .homepage-slider h2 {
    font-size: 65px; }
  .homepage-slider p {
    font-size: 38px; } }
@media screen and (min-width: 600px) {
  .homepage-slider .slider-text-holder {
    top: 80px; }
  .homepage-slider h2 {
    font-size: 85px; }
  .homepage-slider p {
    font-size: 42px; } }
@media screen and (min-width: 660px) {
  .homepage-slider div img {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .homepage-slider .slick-dots {
    bottom: 10px; } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 17, 2018, 7:17:57 AM
    Author     : rnw
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 17, 2018, 7:18:16 AM
    Author     : rnw
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2018, 6:45:38 AM
    Author     : rnw
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2018, 6:45:51 AM
    Author     : rnw
*/
.site-main h1 {
  line-height: 1em;
  margin-top: 25px; }

.single .post-thumbnail, .page .post-thumbnail {
  margin-top: 50px;
  margin-bottom: 25px; }
  .single .post-thumbnail img, .page .post-thumbnail img {
    max-width: 100%;
    height: auto; }

.single h1 {
  color: #0e3047; }

.single .tags {
  padding: 50px 0; }
  .single .tags h3 {
    color: #f97300;
    font-size: 24px;
    margin: 0 0 25px 0; }
  .single .tags ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .single .tags li {
    display: inline;
    padding: 0;
    margin: 0; }
  .single .tags a:link, .single .tags a:visited {
    color: #0e3047; }
  .single .tags a:hover {
    color: #f97300; }
  .single .tags li:after {
    content: ', ';
    margin-right: 3px; }
  .single .tags li:last-child:after {
    content: '';
    margin-right: 0; }

.footer-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 16px; }
  .footer-grid div.left {
    grid-column: 1/2; }
  .footer-grid div.right {
    grid-column: 2/3;
    text-align: right; }

#comments {
  border: solid 1px #C1C1C1;
  border-width: 1px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }
  #comments #discuss {
    display: block; }
  #comments #respond {
    display: none; }

#extra-post-grid {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 800px) {
    #extra-post-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 16px; }
      #extra-post-grid #extra-header-area {
        grid-column: 1/4;
        grid-row: 1/2; } }
  #extra-post-grid h3 {
    color: #f97300; }
  #extra-post-grid .bluebar {
    display: none; }
  #extra-post-grid .no-thumb header {
    border-top: solid 6px #f97300; }

.archive img, .blog img {
  width: 100%;
  height: auto; }

.page-header, .page-header,
.site-list .page-header, .site-main .page-header {
  position: relative;
  border-width: 0; }
  .page-header .header-image-cat, .page-header .header-image-cat,
  .site-list .page-header .header-image-cat, .site-main .page-header .header-image-cat {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .page-header:before, .page-header:before,
  .site-list .page-header:before, .site-main .page-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 165, 0, 0.5);
    z-index: 2; }
  .page-header h1, .page-header h1,
  .site-list .page-header h1, .site-main .page-header h1 {
    position: relative;
    z-index: 3; }

@media screen and (min-width: 800px) {
  .single .entry-footer {
    padding-top: 25px; } }
#comments {
  margin-bottom: 0; }
  #comments ol {
    list-style: none;
    margin: 0;
    padding: 0; }
    #comments ol li {
      padding: 0; }
      #comments ol li ol, #comments ol li ul {
        margin-left: 20px; }
      #comments ol li p, #comments ol li blockquote {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0; }
    #comments ol .comment-metadata, #comments ol .says {
      display: none; }
    #comments ol .comment-author a:link {
      color: #0e3047; }
    #comments ol .reply {
      margin-bottom: 25px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2018, 6:45:59 AM
    Author     : rnw
*/
.goto-blog-heading {
  display: none; }

.homepage-about {
  background-color: #f5f8e4; }
  .homepage-about .left-side img {
    width: 100%;
    height: auto; }
  .homepage-about .right-side {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px; }
    .homepage-about .right-side h2, .homepage-about .right-side h3 {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0; }
  .homepage-about .bluebar {
    display: none; }

@media screen and (min-width: 660px) {
  .homepage-about .bluebar {
    display: block; } }
@media screen and (min-width: 1277px) {
  .homepage-about .right-side {
    width: 527px;
    padding-right: 0px; }

  .goto-blog-heading {
    display: block; } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2018, 6:46:36 AM
    Author     : rnw
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2018, 6:46:48 AM
    Author     : rnw
*/
.archive-add {
  margin-bottom: 100px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2018, 6:47:04 AM
    Author     : rnw
*/
/*

SASS file with the settings of the modal popup.  

currently only used for search.

*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #0e3047; }

#close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  font-family: "Lucida Console", Monaco, monospace;
  text-align: center; }
  #close-modal:hover {
    color: #f97300; }
  @media (min-width: 768px) {
    #close-modal {
      font-size: 55px;
      top: 20px;
      right: 20px; } }

#overlay-holder {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 40%;
  min-height: 300px;
  /* prevent overlapping with close button on really small screens */
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px; }
  @media (min-width: 768px) {
    #overlay-holder {
      max-width: 768px;
      height: 60%; } }
  #overlay-holder h2 {
    font-size: 26px;
    padding: 0; }
  #overlay-holder input[type='search'] {
    width: 75%;
    line-height: 38px;
    height: 38px; }
  #overlay-holder button {
    line-height: 32px; }
    #overlay-holder button:hover:before {
      color: #f97300; }
    #overlay-holder buttonhover {
      color: #f97300; }

.wp-pagenavi {
  margin-bottom: 50px; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000; }

.wp-pagenavi span.current {
  font-weight: bold; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2018, 6:47:14 AM
    Author     : rnw
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* not needed, also breaks rtl */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

/* not needed, also breaks rtl */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
