/* latin */
@import url("https://fonts.googleapis.com/css?family=Karla:400,400i|Rubik:500,700");
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(assets/fonts/Montserrat-Regular.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(assets/fonts/Montserrat-Bold.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(assets/fonts/Montserrat-Black.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(assets/fonts/Roboto-Regular.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(assets/fonts/Roboto-Bold.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(assets/fonts/Roboto-Black.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
figure {
  max-width: 100%;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.022em;
  font-size: 10pt;
  line-height: 1.2em; }

.dk-blue {
  color: #282d6f; }

img {
  max-width: 100%; }

body {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: 'Roboto', "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2em; }

.comments-area h3, .stub-right h3, #relatedpages h3 {
  margin-bottom: 15px; }

.stub h3 {
  text-transform: uppercase; }

.post-stats {
  margin-top: 0.5em; }

blockquote {
  margin: 0;
  padding: 0; }

a {
  color: #0d81f7;
  text-decoration: none; }

a:hover {
  color: #282d6f;
  text-decoration: underline; }

a:visited {
  color: #551ADB;
  text-decoration: underline; }

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

.clr {
  clear: both; }

.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.entry-content {
  margin-bottom: 1em; }

.archive .entry-content {
  margin-left: 1em; }

.archive .wp-post-image {
  float: left;
  width: 300px;
  max-width: 45%; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
  letter-spacing: 0; }

h1 {
  font-size: 2.2rem; }

P + h3 {
  margin-top: 30px; }

.stub ul {
  margin: 0 auto;
  padding: 0; }

.light {
  color: #aaa; }

.star {
  color: #ffc733; }

#footer {
  background-color: #d0e8f4; }

/* Page content */
.content {
  padding: 16px; }

li {
  margin-bottom: 15px; }

#banner {
  float: right; }

.page-header {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 2px solid #ddd; }

.entry-title, .widget-title {
  color: #282d6f; }

.entry-meta {
  font-family: 'Roboto', "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  color: #767676;
  padding-bottom: 0.25em; }

.entry-meta p {
  font-weight: 400;
  margin-bottom: 0; }

.author-callout {
  background: #d0e8f4;
  background: -moz-linear-gradient(183deg, #d0e8f4 0%, white 100%);
  background: -webkit-linear-gradient(183deg, #d0e8f4 0%, white 100%);
  background: linear-gradient(183deg, #d0e8f4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$lt-blue",endColorstr="#ffffff",GradientType=1);
  padding: 10px; }

.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em 0; }

.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase; }

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em; }

.entry-footer .cat-links .icon, .entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px; }

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.columns-info {
  background-color: #D0E8F4; }

.columns-flex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between; }

.blog-column-container {
  width: 49%;
  margin-bottom: 2%;
  padding: 20px;
  background: #d0e8f4;
  background: -moz-linear-gradient(183deg, #d0e8f4 0%, white 100%);
  background: -webkit-linear-gradient(183deg, #d0e8f4 0%, white 100%);
  background: linear-gradient(183deg, #d0e8f4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$lt-blue",endColorstr="#ffffff",GradientType=1); }

.blog-column-container-simple {
  width: 49%;
  margin-bottom: 2%; }

.pill {
  background-color: #eee;
  padding: 0 0.7em;
  margin-right: 0.5em;
  border-radius: 4px;
  font-weight: bold;
  color: #999; }

.pill.purple {
  color: #cc48a8; }

article img, .site-main img {
  max-width: 100%;
  height: auto; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto; }

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em; }

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em; }

.nav-links {
  padding: 1em 0; }

.nav-title {
  color: #333333;
  font-size: 1.0375rem; }

.nav-subtitle {
  color: #979797;
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
  background: transparent; }

/*
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-next::after {
  clear: both;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}*/
.pagination, .comments-pagination {
  border-top: 1px solid #eee;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
  text-align: center; }

.navigation.pagination, .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
  float: none;
  width: 100%; }

.prev.page-numbers, .next.page-numbers {
  background-color: #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em; }

.next.page-numbers {
  float: right; }

.prev.page-numbers {
  float: left; }

.page-numbers {
  display: inline-block;
  padding: 0.5em 0.75em; }

.widget-area a {
  color: #050505; }

.widget-area li {
  margin-bottom: 8px; }

.menu > li {
  background-color: #f6f6f6;
  padding: 20px;
  list-style-type: none; }

.menu > .menu-item > a {
  font-family: 'Roboto', "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.042em;
  font-weight: bold;
  font-size: 13pt;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase; }

.menu-item-has-children > a {
  font-family: 'Roboto', "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 13pt;
  line-height: 1em;
  margin-bottom: 10px; }

.menu-item-has-children li a {
  font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.022em;
  font-size: 10pt;
  line-height: 1.2em;
  color: #333333; }

.stub-right {
  list-style-type: none; }

.stub-right .block {
  padding: 20px;
  background-color: #f6f6f6;
  margin-bottom: 4px; }

li > div, li > div h3 {
  display: inline;
  clear: both; }

.sub-menu {
  margin-top: 15px; }

.sub-menu li {
  list-style-type: none;
  border-bottom: 1px solid #eee;
  padding: 2px 0; }

.sub-menu li::before {
  content: '';
  font-weight: bolder;
  opacity: 0.2; }

.sub-menu li a:hover {
  color: #000;
  background-color: #fff; }

.stub ul {
  list-style-position: inside; }

.relatedcontent a {
  font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.022em;
  font-size: 10pt;
  line-height: 1.2em; }

.relatedcontent > a {
  display: block;
  margin-bottom: 4px; }

.relatedauthor {
  padding: 0 20px; }

article ul li, #relatedpages ul li {
  margin-left: 1.2em; }

#stickA {
  z-index: 2; }

#stickB {
  z-index: 3; }

#stickB {
  background-color: #fff; }

.muted {
  color: #979797; }

.menu_toggle {
  z-index: 99999;
  font-family: 'Roboto', "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  padding: 8px 20px;
  font-size: 16pt;
  border: none;
  background: none;
  outline: none; }

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 0;
  position: relative; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 1.2rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.archive article {
  border-bottom: 2px dotted #eee;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0; }

.comment-form .comment-form-cookies-consent label {
  display: inline; }

.comment-form label {
  display: block; }

.comment-form input {
  width: 100%; }

.stub ul li {
  margin-bottom: 4px; }

.frontpage-imagetitle {
  background-color: #282d6f; }

.frontpage-imagetitle a {
  color: #fff; }

.tnav-logo img {
  height: 60px; }

.site-main input, .site-main select, .site-main button, .site-main textarea {
  font-size: 12pt;
  border: 1px solid #d0e8f4;
  background: #fff;
  margin-bottom: 4px;
  margin-top: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  padding: 4px 8px;
  max-width: 100%; }

.site-main textarea {
  width: 100%; }

.site-main select {
  height: 1.75em; }

.site-main button, .site-main input[type=submit] {
  padding: 4px 32px;
  background-color: #0d81f7;
  color: #d0e8f4;
  border: 1px solid #0d81f7; }

.site-main button:hover, .site-main input[type=submit]:hover {
  color: #0d81f7;
  background-color: #d0e8f4;
  border: 1px solid #0d81f7;
  cursor: pointer; }

.site-main button:active, .site-main input[type=submit]:active {
  color: #fff;
  background-color: #0d81f7;
  border: 1px solid #282d6f;
  cursor: pointer; }

table button, table select, table input {
  width: 100%; }

.pad-right {
  padding-right: 8px; }

.highlight {
  background-color: #ffeb3b;
  font-weight: bold; }

.callout {
  padding: 6px;
  padding-bottom: 4px;
  background-color: #eee;
  border-radius: 5px;
  margin-bottom: 1em;
  color: #666; }

.callout h3 {
  color: #000; }

.site-main ul {
  margin: 0;
  margin-left: 1.2em;
  padding: 1em 0 0 0; }

.menu-p {
  padding-top: 1em; }

.margin-bottom {
  margin-bottom: 1em; }

.margin-top {
  margin-top: 1em; }

#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  pointer-events: none; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

iframe {
  max-width: 100%; }

.tip li:last-child {
  margin-bottom: 0; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1050; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 1060;
      font-family: Arial, Baskerville, monospace;
      color: #000; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
.success, .error {
  padding: 8px;
  margin: 8px 0;
  border-radius: 5px; }

.success {
  color: #2aa459;
  background-color: #e9ffe9;
  border: 1px solid #2aa459; }

body .site-main form input.error, body .site-main form textarea.error, .error {
  color: #d42a59;
  background-color: #ffe9e9;
  border: 1px solid #d42a59; }

button.red {
  color: #d42a59;
  background-color: #fff;
  border: 1px solid #d42a59; }

button.red:hover {
  background-color: #ffe9e9;
  border: 1px solid #d42a59;
  color: #d42a59; }

button.red:active {
  background-color: #d42a59;
  border: 1px solid #d42a59;
  color: #fff; }

.toggle-me {
  height: 0;
  overflow: hidden;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 4px solid #eee; }

.comment-form-author {
  width: 49%;
  float: left; }

.comment-form-email {
  width: 49%;
  float: right; }

.review .callout h3 {
  height: 2em;
  vertical-align: middle; }

.review .callout p {
  text-align: center; }

.review th {
  color: #000; }

.review th, .review td {
  padding: 4px 10px; }

.review td {
  font-size: 18pt;
  text-align: center;
  font-weight: bolder; }

.site-main table, .site-main th, .site-main td {
  border: 1px solid black; }

.site-main table {
  width: 100%;
  border-collapse: collapse; }

.site-main td {
  padding: 4px; }

.callout table, .callout th, .callout td {
  border: 0; }

.no-style table, table.no-style, .no-style td, .no-style th {
  border: 0; }

.no-style table, table.no-style, .no-style th {
  width: auto; }

.fakeh1 {
  padding-bottom: 0.25em;
  padding-top: 0.75em;
  position: relative;
  display: block;
  color: #ddd;
  font-size: 24pt;
  font-weight: bolder; }

.fakeh2 {
  padding-bottom: 0.5em;
  padding-top: 0.75em;
  position: relative;
  display: block;
  color: #282d6f;
  font-size: 22pt;
  font-weight: bold;
  font-family: 'Roboto', "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2em; }

.fakeh3 {
  padding-bottom: 0.5em;
  padding-top: 0.75em;
  position: relative;
  display: block;
  color: #666;
  font-size: 18pt;
  font-weight: bold; }

.fakeh4 {
  padding-bottom: 0.25em;
  padding-top: 0.55em;
  position: relative;
  display: block;
  font-size: 14pt;
  font-weight: bold; }

.fakeh5 {
  padding-bottom: 0.15em;
  padding-top: 0.35em;
  position: relative;
  display: block;
  font-size: 12pt;
  font-weight: bold; }

a.fourth, button.fourth {
  width: 23%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder; }

.fourth {
  font-size: 14pt;
  border: 1px solid #0d81f7;
  background: #0d81f7;
  color: #d0e8f4; }

.fourth span {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  padding: 8px 4px; }

a.fourth:visited {
  color: #d0e8f4; }

a.fourth:hover {
  color: #0d81f7;
  background-color: #d0e8f4;
  border: 1px solid #0d81f7;
  cursor: pointer; }

.hid {
  display: none; }

.aligncenter {
  margin: 0 auto;
  display: block; }

h5 {
  color: #767676;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0;
  text-transform: uppercase; }

.fancy-text {
  letter-spacing: 0.04em; }

.navbar-container {
  background-color: #282d6f;
  width: 100%; }

.navbar {
  overflow: hidden;
  margin: 0 auto; }

.navbar button {
  margin: 0;
  padding: 0; }

.navbar > a, .navbar > div > button {
  padding: 8px 16px;
  font-family: 'Roboto', "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2em; }

.navbar a {
  float: left;
  font-size: 12pt;
  color: white;
  text-decoration: none; }

.navbar .column a {
  border-radius: 8px;
  font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.022em;
  font-size: 10pt;
  line-height: 1.2em;
  letter-spacing: initial;
  padding: 4px 16px; }

.navbar .column a h3 {
  font-family: 'Roboto', "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 2px solid #eee;
  font-size: 18pt; }

.dropdown, .navbar span {
  float: left;
  overflow: hidden; }

.navbar .search input {
  font-size: 12pt;
  padding: 8px 16px;
  outline: 0;
  border: none; }

.dropdown .dropbtn {
  font-size: 12pt;
  border: none;
  outline: none;
  color: white;
  background-color: #282d6f;
  margin: 0; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  right: 0;
  left: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin: 0 auto; }

.dropdown-content .header {
  background: #d0e8f4;
  padding: 16px;
  color: white; }

@media screen and (min-width: 600px) {
  .stub.hidden {
    display: none; }

  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #d0e8f4;
    color: #0d81f7; }

  .dropdown:hover .dropdown-content, .dropdown:active .dropdown-content {
    display: block;
    position: absolute; }

  .column {
    max-width: calc(100% / 3); } }
/* Create three equal columns that floats next to each other */
.column {
  padding: 10px;
  flex-grow: 1; }

.column a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left; }

.column a:hover > h3 {
  border-bottom: 2px solid #0d81f7; }

/* Clear floats after the columns */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.column a:after {
  content: "";
  display: table;
  clear: both; }

.mainmenu-open > #header {
  position: fixed;
  top: 0;
  left: 0; }

#menu_toggle {
  display: none; }

.site-main {
  padding: 20px; }

.stub {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  width: 220px;
  float: left;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.25s;
  /* Safari */
  transition: all 0.25s;
  z-index: 1; }

.stub-right {
  width: 300px;
  float: left; }

.site-main {
  width: calc(100% - 520px);
  float: left; }

.site-main.full {
  width: 100%;
  float: left; }

article iframe {
  max-width: 100%; }

@media screen and (max-width: 999px) {
  .stub-right {
    display: none; }

  .site-main {
    width: calc(100% - 220px); }

  .site-main.full {
    width: 100%; } }
.resp-menu {
  color: #fff;
  display: none; }

.resp-cont {
  display: block; }

.entry-p {
  float: left;
  width: 55%;
  margin-top: 1em;
  padding-left: 1em; }

@media screen and (max-width: 1300px) {
  .tnav-logo img {
    margin-left: 20px; } }
.fake-table .muted, .tip .muted {
  color: #666;
  font-weight: bold; }

.fake-table .row {
  width: 100%;
  border-bottom: 2px dotted #eee;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.fake-table .col, .fake-table .col-sm, .fake-table .col-md, .fake-table .col-lg {
  display: inline-block; }

.fake-table .col-sm {
  width: 25%; }

.fake-table .col-md {
  width: 50%; }

.fake-table .col-lg {
  width: 100%; }

.fake-table h1 {
  padding-bottom: 0.25em;
  padding-top: 0.75em;
  position: relative;
  text-shadow: 4px 4px 0 #fff, -4px 4px 0 #fff;
  display: block;
  color: #ddd; }

.tip, .dotted-bottom {
  border-bottom: 2px dotted #eee;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.tip .bottom {
  padding-top: 0.5em; }

.review p {
  margin-top: 10px; }

.no-mobile-flex {
  height: 100%; }

.mid {
  width: 100%; }

.stub-right > div {
  margin-bottom: 1em;
  border-bottom: 2px solid #eee;
  padding-bottom: 1em; }

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .fake-table .col-sm {
    width: 50%; }

  .fake-table .col-md {
    width: 100%; }

  .fake-table .col-lg {
    width: 100%; }

  .entry-p {
    float: left;
    width: 100%;
    padding-left: 0; }

  .resp-menu {
    display: block; }

  .resp-cont {
    display: none; }

  .mainmenu-open .resp-cont {
    display: block; }

  #menu_toggle {
    display: block; }

  .stub {
    pointer-events: initial;
    float: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100vw;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

  .site-main {
    width: 100%;
    float: none; }

  .sidemenu-open .stub {
    left: 0;
    z-index: 3; }

  .dropdown-content {
    position: relative;
    width: 100%; }

  .dropdown .dropbtn {
    font-size: 14pt; }

  .navbar a, .navbar .dropdown {
    font-size: 14pt;
    text-decoration: none;
    display: block;
    width: 100%; }

  .row {
    display: block;
    flex-direction: inherit; }

  .column {
    height: auto; }

  .blog-column-container-simple, .blog-column-container, .contentbody {
    width: 100%; }

  .blog-column-container-simple {
    border-bottom: 2px solid #d0e8f4; }

  .dropdown.open .dropdown-content, .dropdown.open .dropdown-content {
    display: block;
    position: relative; }

  .dropdown.open .dropbtn {
    background-color: #d0e8f4;
    color: #0d81f7; }

  .dropdown.open i {
    transform: rotate(180deg); }

  .sidemenu-open, .sidemenu-open body {
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%; }

  .mainmenu-open, .mainmenu-open body {
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%; }

  .mainmenu-open #stickA, .mainmenu-open .sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    overflow-y: hidden;
    pointer-events: all;
    z-index: 9; }

  .mainmenu-open #navbar {
    pointer-events: all;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

  .review h3 span {
    width: 100%;
    display: inline-block; }

  a.fourth {
    width: 48%;
    margin-bottom: 4px; }

  .no-mobile-flex {
    height: auto; }

  button.mid {
    margin-bottom: 16px; } }
@media print {
  * {
    font-family: "Times New Roman", serif !important; }

  #navbar {
    display: none; }

  .stub, .stub-right, #banner, #footer, i, .entry-footer, .nav-links, #comments, iframe, #relatedpages {
    display: none; }

  #main {
    width: 100%;
    padding: 0; }

  html {
    padding: 20px; }

  #print-button {
    display: none; }

  .hide-when-print {
    display: none; } }

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