@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/quicksand-500.eot");
  src: url("../fonts/quicksand-500.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-500.woff2") format("woff2"), url("../fonts/quicksand-500.woff") format("woff"), url("../fonts/quicksand-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/quicksand-700.eot");
  src: url("../fonts/quicksand-700.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-700.woff2") format("woff2"), url("../fonts/quicksand-700.woff") format("woff"), url("../fonts/quicksand-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@media screen and (min-width: 1220px) {
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 1080px; } }

html {
  font-size: 62.5%; }

html, body, button, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  background: #fff;
  color: #4c4c4c;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6; }

main {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #005aaa;
  margin: 5% 0 3% 0;
  line-height: 1.3; }

h1 {
  font-size: 28px;
  font-size: 2.8rem; }

h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3 {
  font-size: 21px;
  font-size: 2.1rem; }

h4 {
  font-size: 18px;
  font-size: 1.8rem; }

h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

p {
  margin-bottom: 2rem; }

ul, ol {
  margin: 0 0 2rem 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul li, ol li {
  margin-bottom: 0.5rem; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0.3rem;
  margin-bottom: 0;
  margin-left: 2rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

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

blockquote {
  margin-left: 0;
  margin-bottom: 2rem;
  font-style: italic;
  border-left: 3px solid #005aaa; }
  blockquote p {
    padding: 1rem 1rem 1rem 2rem; }

sup, sub {
  font-size: 66%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

table {
  margin: 0 0 2rem 0;
  width: 100%;
  border-collapse: collapse; }

th {
  font-weight: bold; }

th, td {
  border: 1px solid grey;
  padding: 0.4rem 0.8rem; }

figure {
  margin: 0; }
  figure.wp-caption {
    position: relative;
    max-width: 100%; }
  figure img {
    display: block; }

figcaption.wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  background-color: #f3f3f3;
  padding: 0.5% 1%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0; }

img {
  max-width: 100%;
  height: auto; }
  @media only screen and (max-width: 739px) {
    img.alignleft, img.alignright, img.aligncenter {
      width: 100%; } }
.alignleft {
  float: left;
  margin: 0 4% 3% 0; }

.alignright {
  float: right;
  margin: 0 0 3% 4%; }

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

.alignnone {
  margin-bottom: 3%; }

body.single-post .alignnone {
  margin: 0; }

hr {
  border: 0;
  height: 1px;
  margin: 4rem 0;
  border-bottom: 1px solid #cccccc; }

a {
  color: inherit; }
  a:hover {
    color: #005aaa; }

a.button,
a.wp-block-button__link {
  display: inline-block;
  padding: 0.5rem 2rem;
  text-decoration: none;
  border-radius: 4px;
  transition: .2s ease all;
  background: #f06400;
  color: white; }
  a.button:hover,
  a.wp-block-button__link:hover {
    background: #d75900; }

/*** FORMS *******
--------------- */
form {
  margin-bottom: 5rem; }

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
  margin: 0;
  outline: none;
  border: 1px solid #f5f5f5;
  width: 100%;
  background-color: #f5f5f5;
  transition: all .2s ease;
  border-radius: 4px; }

input:focus,
textarea:focus {
  border-color: #005aaa; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

textarea {
  resize: vertical; }

.nf-form-cont .field-wrap input[type="button"],
input[type=submit] {
  width: 100%;
  color: white;
  background-color: #f06400;
  border: none;
  padding: 13px; }
  .nf-form-cont .field-wrap input[type="button"]:hover,
  input[type=submit]:hover {
    background-color: #d75900;
    cursor: pointer; }

label {
  text-transform: uppercase;
  font-weight: normal !important;
  color: #4c4c4c;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px; }

input[disabled=disabled], input:disabled {
  background-color: #eee;
  cursor: not-allowed; }

.nf-form-fields-required {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px; }

.nf-field-container {
  margin-bottom: 10px !important; }

.nf-field-label {
  margin-bottom: 5px !important;
  margin-left: 5px; }

header {
  border-top: 3px solid #005aaa; }
  header .language {
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-size: 1.1rem; }
    header .language a {
      text-decoration: none;
      display: inline-block;
      padding: 0.25rem 1.5rem 0.5rem;
      background: #005aaa;
      color: white;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
    @media only screen and (max-width: 739px) {
      header .language {
        display: none; } }
  header .logo {
    display: block; }
    header .logo img {
      vertical-align: middle;
      line-height: 0; }
  header .logo_nav {
    margin: 3rem 0; }
    @media only screen and (max-width: 739px) {
      header .logo_nav {
        margin: 1.5rem 0 1rem; } }
  header nav:focus,
  header .mobile_menu_button:focus {
    outline: none; }
  header .mobile_menu_button {
    display: none; }
  @media only screen and (max-width: 979px) {
    header .mobile_menu_button.fs-navigation-overlay-handle.fs-navigation-enabled {
      text-transform: uppercase;
      font-weight: bold;
      text-align: right;
      border: none;
      color: #005aaa; }
      .no-touchevents header .mobile_menu_button.fs-navigation-overlay-handle.fs-navigation-enabled:hover {
        background: none; }
      header .mobile_menu_button.fs-navigation-overlay-handle.fs-navigation-enabled:after {
        background: #005aaa;
        box-shadow: 0 5px 0 #005aaa, 0 -5px 0 #005aaa; }
    header .mobile_menu_button.fs-navigation-handle.fs-navigation-open:after {
      color: #005aaa;
      background: none;
      box-shadow: none; }
    header nav {
      display: none;
      max-height: 100%; }
      header nav ul {
        list-style-type: none; }
      header nav ul.menu {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-start: 0;
        margin: 2rem 2rem 1rem; }
      header nav ul.sub-menu {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-start: 0;
        margin: 0; }
        header nav ul.sub-menu a {
          padding: 0.5rem 0; }
          header nav ul.sub-menu a:before {
            content: "\2014";
            margin-right: 1rem; }
      header nav a {
        text-decoration: none;
        font-size: 18px;
        font-size: 1.8rem;
        display: block;
        padding: 1rem 0; }
      header nav li.search a {
        display: none; }
      header nav li.search .search-form {
        margin-top: 2rem;
        border-top: 1px solid #d2e2ef;
        padding-top: 3rem; }
        header nav li.search .search-form input {
          margin: 0.5rem 0; }
    header .fs-light.fs-navigation-overlay-left-nav {
      background-color: #e5eef6 !important;
      box-shadow: none !important;
      z-index: 10 !important; }
      header .fs-light.fs-navigation-overlay-left-nav:focus {
        outline: none; } }
  @media only screen and (min-width: 980px) {
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right; }
    header nav li {
      display: inline-block;
      position: relative;
      padding: 1rem;
      margin: 0; }
      header nav li:hover > .sub-menu, header nav li:active > .sub-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 1rem;
        transition: all 0.33s; }
      header nav li.current-menu-item a {
        color: #005aaa;
        font-weight: bold; }
      header nav li.current-menu-item ul.sub-menu a {
        color: #4c4c4c;
        font-weight: normal; }
    header nav ul.sub-menu {
      z-index: 999;
      text-align: left;
      position: absolute;
      visibility: hidden;
      opacity: 0;
      transition: all 0.33s;
      border-top: 3px solid #005aaa;
      background: white;
      box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.66);
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      margin-top: 0.5rem;
      margin-left: -3rem;
      padding: 1rem 0; }
      header nav ul.sub-menu li {
        display: block;
        padding: 0.25rem 3rem; }
    header nav a {
      text-decoration: none; }
      header nav a:not(.button):hover {
        text-decoration: underline; }
    header nav li.search a {
      position: relative; }
      header nav li.search a img {
        height: 1.4rem;
        margin-right: 1rem;
        margin-bottom: -0.1rem; }
    header nav li.search .search-form {
      position: absolute;
      right: 0;
      z-index: 998;
      width: 250px;
      text-align: left;
      transition: all 0.33s;
      border-top: 3px solid #005aaa;
      background: white;
      box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.66);
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      padding: 1rem 2rem 2rem;
      margin-top: 0.5rem;
      visibility: hidden;
      opacity: 0; }
      header nav li.search .search-form.visible {
        margin-top: 1rem;
        visibility: visible;
        opacity: 1; } }
  header .quick_menu {
    position: fixed;
    right: 5px;
    top: 45%;
    z-index: 8; }
    header .quick_menu a {
      display: block;
      height: 60px;
      width: 60px;
      margin-bottom: 5px;
      background: #f06400;
      border: 1px solid white;
      border-radius: 4px;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      color: white;
      text-decoration: none;
      padding-top: 10px;
      transition: .2s ease all; }
      header .quick_menu a:hover {
        background: #d75900; }
      header .quick_menu a img {
        height: 2rem;
        display: block;
        margin: 0 auto 0.5rem; }
    @media only screen and (max-width: 739px) {
      header .quick_menu {
        top: auto;
        right: auto;
        bottom: 5px;
        left: 2%;
        width: 96%;
        display: flex;
        justify-content: space-around; }
        header .quick_menu a {
          display: inline-block;
          width: 30%;
          height: auto;
          padding: 15px 0 12px; }
          header .quick_menu a img {
            display: inline-block;
            height: 1.5rem;
            vertical-align: middle;
            margin: 0 0.75rem 0.4rem 0; } }
    @media only screen and (max-width: 499px) {
      header .quick_menu a {
        padding: 10px 0 7px; } }
@media only screen and (max-width: 979px) {
  .fs-light.fs-navigation-overlay-content:before {
    z-index: 9 !important;
    background: rgba(0, 0, 0, 0.66) !important; } }

.news_slider {
  margin-bottom: 15rem; }
  @media only screen and (max-width: 979px) {
    .news_slider {
      margin-bottom: 15rem; } }
  @media only screen and (max-width: 739px) {
    .news_slider {
      margin-bottom: 20rem; } }
  .news_slider .fs-carousel-canister {
    overflow: visible !important; }
  .news_slider .fs-carousel-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s linear, visibility 0s linear;
    transition-delay: 0.25s; }
  .news_slider .fs-carousel-item.fs-carousel-visible {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.25s;
    transition-delay: 0s; }
  .news_slider .fs-carousel-control {
    background: none !important; }
    .news_slider .fs-carousel-control:before {
      border-right-color: white !important;
      border-left-color: white !important;
      border-top-width: 10px !important;
      border-bottom-width: 10px !important; }
  .news_slider .slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .news_slider.fs-carousel-enabled .slide_info:before, .news_slider.fs-carousel-enabled .slide_info:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    width: 125px; }
    @media only screen and (max-width: 739px) {
      .news_slider.fs-carousel-enabled .slide_info:before, .news_slider.fs-carousel-enabled .slide_info:after {
        width: 75px; } }
  .news_slider.fs-carousel-enabled .slide_info:before {
    left: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33)); }
  .news_slider.fs-carousel-enabled .slide_info:after {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33)); }
  .news_slider .slide_info {
    margin-top: 33%;
    margin-bottom: -5rem;
    background: #e5eef6;
    border-radius: 4px;
    padding: 4rem 4rem 3rem; }
    @media only screen and (max-width: 979px) {
      .news_slider .slide_info {
        margin-top: 50%;
        margin-bottom: -10rem; } }
    @media only screen and (max-width: 739px) {
      .news_slider .slide_info {
        margin-top: 75%;
        margin-bottom: -15rem; } }
    @media only screen and (max-width: 499px) {
      .news_slider .slide_info {
        padding: 4rem 2rem 2rem; } }
    .news_slider .slide_info .shifted_headline {
      margin-top: -6rem; }
    .news_slider .slide_info h2 {
      margin: 0 0 2rem;
      display: inline-block;
      background: #005aaa;
      color: white;
      border-radius: 4px;
      padding: 0.5rem 2rem;
      font-weight: 500; }
    .news_slider .slide_info p {
      margin: 0 2rem 1rem; }
    .news_slider .slide_info p.read_more {
      text-align: right;
      margin: 0; }

.company_intro {
  margin-bottom: 10rem; }
  .company_intro h1 {
    margin-top: 0;
    color: #4c4c4c;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (max-width: 739px) {
      .company_intro h1 {
        margin-top: 3rem; } }
.twitter_feed {
  background: #005aaa;
  padding-bottom: 4rem; }
  .twitter_feed h2 {
    color: white; }
    .twitter_feed h2 img {
      height: 2.5rem;
      margin-right: 2rem;
      vertical-align: middle; }
    @media only screen and (max-width: 739px) {
      .twitter_feed h2 {
        margin: 5rem 0 2rem; } }
  .twitter_feed p {
    color: #e5eef6; }
  .twitter_feed .tweet {
    word-break: hyphenate;
    word-wrap: break-word;
    margin-right: 1rem; }
    @media only screen and (max-width: 739px) {
      .twitter_feed .tweet {
        margin-bottom: 0;
        margin-right: 0; } }
  .twitter_feed a:hover {
    color: white; }
  .twitter_feed .timePosted {
    display: inline-block;
    opacity: 0.5;
    font-size: 13px;
    font-size: 1.3rem; }
    .twitter_feed .timePosted:hover {
      opacity: 1; }

.social_profiles {
  margin-top: 3rem; }
  .social_profiles p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center; }
  .social_profiles img {
    margin-left: 1rem;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin-top: -0.5rem; }
  @media only screen and (max-width: 979px) {
    .social_profiles span {
      margin-top: 1rem;
      display: block; } }
.recent_topics {
  margin-top: 4rem; }
  .recent_topics h2 {
    text-align: center; }
    @media only screen and (max-width: 739px) {
      .recent_topics h2 {
        text-align: left;
        margin-bottom: 4rem; } }
  .recent_topics .topic_card {
    background: #e5eef6;
    border-radius: 4px;
    padding-bottom: 2rem;
    margin-bottom: 4rem; }
  .recent_topics img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .recent_topics h3 {
    color: #4c4c4c;
    margin: 1rem 2rem 3rem; }
  .recent_topics p {
    text-align: right;
    margin-right: 2rem;
    margin-bottom: 0; }

footer {
  padding-top: 22.5%;
  padding-bottom: 5rem;
  border-bottom: 3px solid #f06400;
  background-color: #4c4c4c;
  background-image: url("../img/footer-background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media only screen and (max-width: 739px) {
    footer {
      padding-bottom: 7.5rem;
      padding-top: 33%;
      background-size: 150%; } }
  footer h2 {
    color: #e5eef6;
    text-align: center; }
  footer,
  footer p,
  footer a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #e5eef6; }
  footer .bank_listing a {
    display: block;
    text-align: center;
    text-decoration: none; }
    footer .bank_listing a:hover {
      text-decoration: underline;
      color: #e5eef6; }
  footer hr {
    border-top-color: #e5eef6; }
  footer nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
  footer nav li {
    display: inline-block;
    margin: 0 1rem; }
  footer nav a {
    text-decoration: none; }
    footer nav a:hover {
      text-decoration: underline;
      color: #e5eef6; }
  footer nav:focus {
    outline: none; }

main, main.fs-light.fs-navigation-enabled {
  margin-bottom: 10rem; }
  @media only screen and (max-width: 739px) {
    main, main.fs-light.fs-navigation-enabled {
      margin-bottom: 4rem; } }
main .post_banner {
  height: 10rem;
  background-color: #e5eef6;
  background-image: url("../img/banner-default.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 739px) {
    main .post_banner {
      margin-bottom: 1.5rem; } }
  main .post_banner.has-featured-image {
    height: 35rem; }
    @media only screen and (max-width: 979px) {
      main .post_banner.has-featured-image {
        height: 25rem; } }
  main .post_banner.is-archive {
    height: 20rem; }
    @media only screen and (max-width: 979px) {
      main .post_banner.is-archive {
        height: 15rem; } }
aside {
  background: #e5eef6;
  border-radius: 4px;
  margin: 4rem 0 10rem;
  padding: 1rem 3rem; }
  @media only screen and (max-width: 739px) {
    aside {
      margin-bottom: 4rem; } }
  aside li.widget {
    list-style-type: none;
    margin-top: 2.5rem;
    margin-bottom: 3rem; }
  aside h2.widgettitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #4c4c4c; }
  aside ul {
    margin-left: 0;
    padding-left: 2rem; }

.post_navigation {
  margin-top: 6rem;
  text-align: center; }
  .post_navigation span,
  .post_navigation a {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    height: 28px;
    width: 28px;
    margin: 5px;
    background-color: #e5eef6;
    color: #4c4c4c; }
  .post_navigation span.current {
    background-color: #4c4c4c;
    color: #e5eef6; }
  .post_navigation a.previouspostslink {
    position: relative;
    color: #e5eef6; }
    .post_navigation a.previouspostslink:before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0;
      width: 18px;
      height: 16px;
      border: 8px solid #4c4c4c;
      border-left-color: transparent;
      border-top-color: transparent;
      border-bottom-color: transparent; }
  .post_navigation a.nextpostslink {
    position: relative;
    color: #e5eef6; }
    .post_navigation a.nextpostslink:before {
      content: "";
      position: absolute;
      top: 6px;
      left: 10px;
      width: 18px;
      height: 16px;
      border: 8px solid #4c4c4c;
      border-right-color: transparent;
      border-top-color: transparent;
      border-bottom-color: transparent; }

.fs-lightbox:focus,
.fs-lightbox-element:focus {
  outline: none; }

.fs-lightbox.fs-light {
  box-shadow: none;
  border-radius: 4px; }

.fs-lightbox img {
  max-width: none; }

.has-orange-color {
  color: #f06400; }

.has-orange-background-color {
  background-color: #f06400; }

.has-blue-color {
  color: #005aaa; }

.has-blue-background-color {
  background-color: #005aaa; }

.has-lightblue-color {
  color: #e5eef6; }

.has-lightblue-background-color {
  background-color: #e5eef6; }

hr.wp-block-separator {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

hr.wp-block-separator.is-style-wide {
  width: 100%;
  margin-left: 0; }

a.wp-block-button__link {
  font-size: 15px;
  font-size: 1.5rem; }

figure.wp-block-image.alignwide,
figure.wp-block-image.alignfull {
  max-width: none; }

figure.wp-block-image.alignwide {
  width: 90vw;
  margin-left: calc( 50% - 45vw);
  margin-right: calc( 50% - 45vw); }
  @media only screen and (max-width: 979px) {
    figure.wp-block-image.alignwide {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
figure.wp-block-image.alignfull {
  width: 100vw;
  margin-left: calc( 50% - 50vw);
  margin-right: calc( 50% - 50vw); }

.image_with_overlay {
  position: relative; }
  .image_with_overlay img {
    width: 100%;
    display: block; }
  .image_with_overlay .overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(240, 101, 0, 0.9);
    opacity: 0;
    transition: .3s ease opacity; }
  .image_with_overlay .overlay:hover {
    opacity: 1; }
  .image_with_overlay p {
    text-align: center;
    color: white;
    margin: 0.5rem; }
  .image_with_overlay .overlay_headline {
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem; }
  .image_with_overlay .overlay_text {
    font-style: italic; }

ul.timeline {
  position: relative;
  list-style: none;
  margin: 40px 0 40px 25px;
  padding: 20px 25px 20px 35px;
  position: relative;
  width: 100%;
  left: 0;
  border-left: 6px solid #e5eef6; }

ul.timeline > li {
  font-weight: bold;
  color: #005aaa;
  font-size: 24px;
  font-size: 2.4rem; }

/*
ul.timeline > li::before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	border: 3px solid $color-orange;
	border-radius: 50%;
	left: -12px;
	top: 3px;
}
*/
ul.timeline > li > ul > li {
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 25px;
  margin-top: 15px;
  margin-bottom: 25px;
  background-color: #e5eef6;
  position: relative;
  border-radius: 6px;
  margin-left: -60px;
  font-weight: normal;
  color: #4c4c4c; }

ul.timeline ul li::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #f06400;
  box-shadow: inset 0 0 0 5px white;
  border: 5px solid #e5eef6;
  top: 20px;
  left: -52px;
  border-radius: 50%;
  z-index: 1; }

ul.timeline ul li::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  border: medium solid white;
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e5eef6 transparent transparent; }

ul.timeline li {
  visibility: hidden; }

.fadeIn {
  -webkit-animation: sp_fadeSlideIn 1s;
  animation: sp_fadeSlideIn 1s;
  visibility: visible !important; }

@-webkit-keyframes sp_fadeSlideIn {
  0% {
    opacity: 0;
    top: -15px; }
  100% {
    opacity: 1;
    top: 0; } }

/*
ul.timeline {
	position: relative;
	list-style: none;
	margin: 40px 0 30px;
	padding: 20px 25px 10px;
	position: relative;
	width: 50%;
	left: 25%;
}
ul.timeline li {
	padding: 20px 30px;
	margin-bottom: 10px;
	background-color: #e5eef6;
	position: relative;
	border-radius: 6px;
}
ul.timeline li strong {
	color: #f06400;
}
ul.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #e5eef6;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
ul.timeline li::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: -62px;
	background-color: white;
	border: 3px solid #f06400;
	top: 20px;
	border-radius: 50%;
	z-index: 1;
}
ul.timeline li:nth-child(odd)::after {
	left: -62px;
}
ul.timeline li:nth-child(odd) {
	left: calc( 50% + 50px );
}
ul.timeline li:nth-child(even) {
	left: calc( -50% - 50px );
}
ul.timeline li:nth-child(even)::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: -10px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e5eef6;
}
ul.timeline li:nth-child(odd)::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: -10px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e5eef6 transparent transparent;
}
@include responsive( sm ) {
	ul.timeline {
		width: 100%;
		left: 0;
		padding-right: 40px;
	}
	ul.timeline::after {
		left: 20px;
	}
	ul.timeline li::after {

	}
	ul.timeline li:nth-child(even),
	ul.timeline li:nth-child(odd) {
		left: 43px;
	}
	ul.timeline li:nth-child(even)::after,
	ul.timeline li:nth-child(odd)::after {
		left: -60px;
	}
	ul.timeline li:nth-child(even)::before {
		left: -10px;
		border-width: 10px 10px 10px 0;
		border-color: transparent #e5eef6 transparent transparent;
	}
}
*/
body.archive main h2,
body.blog main h2 {
  color: #4c4c4c;
  margin-bottom: 1rem; }

body.archive .category,
body.blog .category {
  margin: 0 0 2rem; }
  @media only screen and (max-width: 979px) {
    body.archive .category,
    body.blog .category {
      margin: 0 0 1rem; } }
  body.archive .category a,
  body.blog .category a {
    display: inline-block;
    background: #005aaa;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.25rem 0.75rem;
    border-radius: 4px; }

body.archive .the_featured_image,
body.blog .the_featured_image {
  height: 20rem;
  background-color: #e5eef6;
  background-image: url("../img/banner-default.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2rem; }

body.archive .read_more,
body.blog .read_more {
  text-align: right; }

body.archive .the_date,
body.blog .the_date {
  text-align: right;
  margin: 0; }
  @media only screen and (max-width: 979px) {
    body.archive .the_date,
    body.blog .the_date {
      margin: 0 0 1rem;
      text-align: left; } }
body.archive .sharer,
body.blog .sharer {
  width: 20px;
  float: right;
  text-align: right; }
  body.archive .sharer a,
  body.blog .sharer a {
    display: block;
    height: 20px;
    margin-bottom: 10px; }
    body.archive .sharer a img,
    body.blog .sharer a img {
      height: 20px; }
  @media only screen and (max-width: 979px) {
    body.archive .sharer,
    body.blog .sharer {
      margin: 0 0 1rem;
      float: none;
      width: auto; }
      body.archive .sharer a,
      body.blog .sharer a {
        display: inline-block;
        width: 20px;
        margin-right: 5px;
        margin-bottom: 0; } }
body.archive .the_excerpt,
body.blog .the_excerpt {
  margin: 0; }

body.single .share a {
  display: inline-block;
  margin-right: 5px; }
  body.single .share a img {
    height: 20px; }

body.single .category,
body.single .date {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 1rem 1rem 0; }
  body.single .category a,
  body.single .date a {
    display: inline-block;
    background: #005aaa;
    color: white;
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    border-radius: 4px; }

body.single .date {
  margin-bottom: 3rem; }

.search-form input {
  margin: 1rem 0 0; }

body.search .single_result {
  margin: 4rem 0; }
  body.search .single_result h2 {
    font-weight: normal;
    font-size: 20px;
    font-size: 2rem;
    margin: 0.5rem 0; }
  body.search .single_result a {
    text-decoration: none; }

body.search .the_permalink {
  color: #006621;
  font-size: 14px;
  font-size: 1.4rem; }
  body.search .the_permalink a:hover {
    color: #006621;
    text-decoration: underline; }

body.search .the_excerpt p {
  margin: 0.5rem 0;
  font-size: 14px;
  font-size: 1.4rem; }

body.search aside {
  padding: 3rem 3rem 4rem; }
  body.search aside form {
    margin-bottom: 0; }

div#cookie-notice a.button {
  display: inline-block;
  padding: 2px 8px;
  background: #bfd5e9;
  color: #4c4c4c; }

body.error404 main img.construction {
  max-width: 5rem;
  margin: 0 auto; }

body.error404 main h1,
body.error404 main p {
  text-align: center; }

body.error404 main h1 {
  margin-top: 2rem; }
