@charset "UTF-8";
/*
Theme Name: key2Start
Theme URI: http://underscores.me/
Author: Key2creative
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: key2start
Tags:

This is our main sass file. It will ONLY @import other files.
Tidy, clean, documented and easy to use.

key2Start is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
# Project Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Project Colours
--------------------------------------------------------------*/
/* Basics */
/* inputs links */
/* wordpress */
/* brand */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  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: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Body Essentials
--------------------------------------------------------------*/
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.4;
  font-family: "Sintony", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  color: #333333;
  font-size: 16px;
  background: #ffffff;
}

/* stop body scrolling under overlay */
.noScroll {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}

a {
  outline: none;
}

/*--------------------------------------------------------------
  #Slicknav
--------------------------------------------------------------*/
/* hide slicknav */
.slicknav_menu {
  display: none;
}
@media only screen and (max-width: 65em) {
  .slicknav_menu {
    display: block;
  }
}

/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/
::selection {
  background: #FFF498;
  color: #222222;
}

::-moz-selection {
  background: #FFF498;
  color: #222222;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #FFF498;
}

/*--------------------------------------------------------------
  #Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Sintony", sans-serif;
  font-weight: 600;
  color: #333333;
  margin: 1.5rem 0 1.2rem 0;
}

h1 {
  font-size: 1.6rem;
  line-height: 1.145;
}

h2 {
  font-size: 1.35rem;
  line-height: 1.14;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.38;
}

h4 {
  font-size: 1.23rem;
  line-height: 1.38;
}

h5 {
  font-size: 1rem;
  line-height: 1.38;
}

h6 {
  font-size: 0.95rem;
  line-height: 1.38;
}

small {
  font-size: 0.8rem;
  line-height: 1.2;
}

/*--------------------------------------------------------------
  #Page Elements
--------------------------------------------------------------*/
p {
  margin: 0 0 1em 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.75;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 2em 0;
  height: 0;
}

sup {
  font-size: small;
  vertical-align: super;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 300ms ease-in-out;
}

button,
input[type=submit],
input[type=reset],
input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=button] {
  -webkit-appearance: none;
  display: block;
  color: #222222;
  background: #fdfdfd;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #CFD8DC;
  border-radius: 3px;
  height: 50px;
  line-height: normal;
  width: 100%;
  margin: 1em 0;
  padding: 0 1em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
button:hover, button:active, button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=text]:hover,
input[type=text]:active,
input[type=text]:focus,
input[type=tel]:hover,
input[type=tel]:active,
input[type=tel]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:hover,
input[type=search]:active,
input[type=search]:focus,
input[type=password]:hover,
input[type=password]:active,
input[type=password]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus {
  border: 1px solid #f28c00;
  cursor: text;
  outline: 0;
}

label {
  margin-top: 1em;
  font-weight: 500;
}

/* --- placeholder --- */
input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Sintony", sans-serif;
  font-weight: 700;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
  font-family: "Sintony", sans-serif;
  font-weight: 700;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
  font-family: "Sintony", sans-serif;
  font-weight: 700;
}

/* IE */
input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Sintony", sans-serif;
  font-weight: 700;
}

button {
  color: #ffffff;
  background: #a3320b;
  border: 0;
  line-height: normal;
}
button:hover, button:active, button:focus {
  cursor: pointer;
  background: #222222;
  border: 0;
}

/*--------------------------------------------------------------
	#Mobile nav
--------------------------------------------------------------*/
/* --- toggle button --- */
.nav-button {
  cursor: pointer;
  height: 55px;
  transition: opacity 0.25s ease 0s;
  width: 55px;
  position: relative;
  z-index: 9999;
  display: none;
  background: #f9b233;
  /* --- bars --- */
  /* --- active bars --- */
}
.nav-button span {
  background: #ffffff;
  border: medium none;
  cursor: pointer;
  height: 1px;
  right: 11px;
  position: absolute;
  top: 15px;
  transition: all 0.35s ease 0s;
  width: 32px;
}
.nav-button span:nth-of-type(2) {
  top: 26px;
}
.nav-button span:nth-of-type(3) {
  top: 37px;
}
.nav-button.active span.top {
  transform: translateY(11px) translateX(0px) rotate(45deg);
  background: #ffffff;
}
.nav-button.active span.middle {
  opacity: 0;
}
.nav-button.active span.bottom {
  transform: translateY(-11px) translateX(0px) rotate(-45deg);
  background: #ffffff;
}
@media only screen and (max-width: 63em) {
  .nav-button {
    display: block;
  }
}

/* --- Slideot nav --- */
.nav-fullscreen {
  position: fixed;
  background: #ffffff;
  top: 55px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  transition: opacity 0.35s, height 0.35s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}
.nav-fullscreen .nav-content {
  margin: 3em auto;
  padding: 0 1.5em;
  max-width: 700px;
  width: 100%;
  color: #3c3c3b;
}
.nav-fullscreen .nav-content ul {
  margin: 0;
  padding: 0;
}
.nav-fullscreen .nav-content li {
  line-height: normal;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f9b233;
}
.nav-fullscreen .nav-content li:last-child {
  border: none;
}
.nav-fullscreen .nav-content li a {
  color: #3c3c3b;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 0.3em 0.5em 1em;
  display: block;
  text-decoration: none;
}
.nav-fullscreen .nav-content li ul {
  margin: 0.5em 0 0.7em 0;
}
.nav-fullscreen .nav-content li ul li::before {
  content: none;
}
.nav-fullscreen .nav-content li ul li a {
  font-weight: normal;
  font-size: 0.92em;
  background: transparent;
  padding: 0 0 0 2.2em;
}
.nav-fullscreen .nav-content img {
  display: block;
  width: 100px;
  height: auto;
  margin-bottom: 2em;
}

.nav-fullscreen.open {
  opacity: 1;
  height: 100%;
}

/*--------------------------------------------------------------
  #Search Box
--------------------------------------------------------------*/
/* --- search box --- */
.search-box {
  opacity: 0;
  width: 95%;
  max-width: 1600px;
  padding: 2.5em 3em;
  background: #0073aa;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  transition: all 300ms ease-in-out;
  z-index: 4;
  /* --- Search Box --- */
}
.search-box .search-form {
  width: 100%;
  height: 70px;
}
.search-box .search-form input {
  margin: 0;
  padding: 0 2em;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #ffffff;
  height: 70px;
  line-height: normal;
  width: 100%;
  font-size: 1.1em;
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  padding: 0;
}
.search-box .search-form input:hover, .search-box .search-form input:active, .search-box .search-form input:focus {
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  cursor: text;
  outline: 0;
}
@media only screen and (max-width: 80em) {
  .search-box {
    width: 100%;
  }
}
@media only screen and (max-width: 63em) {
  .search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5em 1em 1.5em 1em;
  }
  .search-box .search-form input {
    font-size: 1em;
  }
}

/* -- open search -- */
.clicked {
  opacity: 1;
  top: 152px;
}
@media only screen and (max-width: 63em) {
  .clicked {
    z-index: 70;
    top: 55px;
  }
}

/*--------------------------------------------------------------
	#Table styling
--------------------------------------------------------------*/
table {
  font-size: 1rem;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em;
}

thead td, th {
  font-weight: bold;
}

th, td {
  display: table-cell;
  vertical-align: top;
  text-align: inherit;
  padding: 0.5rem;
  text-align: left;
  border: 1px solid #f5f5f5;
}
th img, td img {
  min-width: 50px;
}

tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

/*--------------------------------------------------------------
  #Header
--------------------------------------------------------------*/
/* --- wrapper --- */
.hero-wrapper {
  width: 100%;
  background: #0073aa url("../images/western-rock-lobster-fisherman.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 2;
  /* --- start header --- */
  /* --- end header --- */
  /*--------------------------------------------------------------
    #Hero content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    #Feature news
  --------------------------------------------------------------*/
}
.hero-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.hero-wrapper header {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  color: #3b1f2b;
  padding: 0;
  margin: 0 auto;
  width: 95%;
  max-width: 1600px;
  position: relative;
  z-index: 6;
  /* --- navigations & search --- */
}
.hero-wrapper header .logo {
  display: block;
  width: 360px;
  height: auto;
  padding: 1em 1.8em 1.3em 1.8em;
  max-width: 360px;
  flex-grow: 0;
}
.hero-wrapper header .logo img {
  display: block;
  width: auto;
  height: auto;
}
.hero-wrapper header .header-right {
  width: 100%;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
.hero-wrapper header .header-right .primary-nav {
  padding-left: 3em;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.hero-wrapper header .header-right .primary-nav li {
  display: inline-block;
  line-height: normal;
}
.hero-wrapper header .header-right .primary-nav li a {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 0.95em;
  font-weight: 700;
  padding: 0 3em 0 0;
  position: relative;
}
.hero-wrapper header .header-right .primary-nav li a:hover {
  color: #861410;
}
.hero-wrapper header .header-right .primary-nav li a::after {
  content: "";
  display: block;
  height: 14px;
  width: 2px;
  background: #f28c00;
  position: absolute;
  top: 4px;
  right: 20px;
}
.hero-wrapper header .header-right .primary-nav li:last-child a {
  padding: 0;
}
.hero-wrapper header .header-right .primary-nav li:last-child a::after {
  content: none;
}
.hero-wrapper header .header-right .secondary-nav-container {
  width: 100%;
  background: #9b1c18;
  display: flex;
  align-items: center;
  /* --- search icon --- */
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav {
  margin-left: auto;
  font-family: "Poppins", sans-serif;
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul {
  display: inline-block;
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul li {
  display: inline-block;
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul li a {
  display: block;
  font-size: 0.75em;
  letter-spacing: 2px;
  color: #f9b233;
  padding-left: 2em;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul li a:hover {
  color: #f9b233;
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul.menu {
  display: inline-block;
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul.menu li {
  display: inline-block;
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul.menu li a {
  display: block;
  font-size: 0.75em;
  letter-spacing: 2px;
  color: white;
  padding-left: 2em;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul.menu li a:hover {
  color: #f9b233;
}
.hero-wrapper header .header-right .secondary-nav-container a.search-open {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #861410;
  margin-left: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-wrapper header .header-right .secondary-nav-container a.search-open svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.hero-wrapper .hero-content {
  margin: 0 auto;
  padding: 10em 0 15em;
  width: 90%;
  max-width: 1600px;
}
.hero-wrapper .hero-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  color: white;
  margin: 0;
  max-width: 12em;
}
.hero-wrapper .hero-content a {
  display: inline-block;
  padding: 2em 4em 1em 0.5em;
  background: transparent url("../images/arrow.svg") no-repeat;
  background-size: 34px 18px;
  background-position: top 31px right 10px;
  border-bottom: 4px solid #f9b233;
  color: white;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.hero-wrapper .hero-content a:hover {
  background: transparent url("../images/arrow.svg") no-repeat;
  background-size: 34px 18px;
  background-position: top 31px right 6px;
}
@media only screen and (max-width: 100em) {
  .hero-wrapper .hero-content {
    padding: 8em 0 10em;
  }
}
@media only screen and (max-width: 70em) {
  .hero-wrapper .hero-content {
    padding: 8em 0;
  }
  .hero-wrapper .hero-content h1 {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 50em) {
  .hero-wrapper .hero-content {
    padding: 5em 0;
  }
  .hero-wrapper .hero-content h1 {
    font-size: 2.5em;
    max-width: none;
  }
}
.hero-wrapper .feature-wrapper {
  padding: 6em 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  color: white;
  background: rgba(0, 0, 0, 0.6);
  flex: auto;
}
.hero-wrapper .feature-wrapper .featured-news {
  margin: 0 auto;
  width: 95%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
}
.hero-wrapper .feature-wrapper .featured-news .feature-article {
  width: 30%;
  padding-left: 3em;
  background: transparent url("../images/notification-icon.svg") no-repeat;
  background-position: top 0px left 0px;
  background-size: 25px 25px;
  display: flex;
  flex-direction: column;
}
.hero-wrapper .feature-wrapper .featured-news .feature-article a {
  display: block;
  padding: 0;
  color: white;
  text-decoration: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hero-wrapper .feature-wrapper .featured-news .feature-article a:hover {
  transform: translateY(-5px);
}
.hero-wrapper .feature-wrapper .featured-news .feature-article a:hover h2, .hero-wrapper .feature-wrapper .featured-news .feature-article a:hover p {
  text-shadow: 0px 0px 9px black;
}
.hero-wrapper .feature-wrapper .featured-news .feature-article h2 {
  margin: 0;
  color: white;
  height: 50px;
  font-size: 1.05em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.hero-wrapper .feature-wrapper .featured-news .feature-article p {
  margin: 0;
  font-weight: 400;
  font-size: 0.9em;
}
@media only screen and (max-width: 80em) {
  .hero-wrapper header {
    width: 100%;
  }
  .hero-wrapper header .header-right .primary-nav {
    padding-left: 1.5em;
  }
  .hero-wrapper header .header-right .primary-nav li a {
    font-size: 0.9em;
    padding-right: 1.5em;
  }
  .hero-wrapper header .header-right .primary-nav li a::after {
    top: 3px;
    right: 8px;
  }
}
@media only screen and (max-width: 70em) {
  .hero-wrapper .feature-wrapper {
    padding: 4em 2em;
  }
  .hero-wrapper .feature-wrapper .featured-news {
    display: block;
  }
  .hero-wrapper .feature-wrapper .featured-news .feature-article {
    width: 100%;
    padding-bottom: 3em;
  }
  .hero-wrapper .feature-wrapper .featured-news .feature-article h2 {
    height: auto;
    margin-bottom: 0.5em;
  }
  .hero-wrapper .feature-wrapper .featured-news .feature-article:last-of-type {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 63em) {
  .hero-wrapper header {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-wrapper header .logo {
    margin: 55px auto 0;
    width: 270px;
  }
  .hero-wrapper header .header-right {
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
  }
  .hero-wrapper header .header-right .secondary-nav-container .secondary-nav {
    margin-left: inherit;
    margin-right: auto;
  }
  .hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul.menu {
    display: none;
  }
  .hero-wrapper header .header-right .secondary-nav-container .secondary-nav ul li a {
    letter-spacing: 1px;
    padding-left: 1.5em;
  }
  .hero-wrapper header .header-right .primary-nav {
    display: none;
  }
}
@media only screen and (max-width: 50em) {
  .hero-wrapper .feature-wrapper {
    padding: 4em 1.5em;
  }
  .hero-wrapper .feature-wrapper .featured-news {
    display: block;
  }
  .hero-wrapper .feature-wrapper .featured-news .feature-article {
    width: 100%;
    background-image: none;
    padding-left: 0;
    padding-bottom: 3em;
  }
  .hero-wrapper .feature-wrapper .featured-news .feature-article h2 {
    height: auto;
    margin-bottom: 0.5em;
  }
  .hero-wrapper .feature-wrapper .featured-news .feature-article:last-of-type {
    padding-bottom: 0;
  }
}

/* --- end wrapper --- */
/*--------------------------------------------------------------
  #WRL Introduction
--------------------------------------------------------------*/
.wrl-introduction {
  width: 100%;
  background: white url("../images/lobster-fisherman-at-sea.jpg") no-repeat;
  background-position: bottom 0px left 0px;
  background-size: contain;
  padding: 12em 0 30em;
}
.wrl-introduction .container {
  max-width: 1200px;
}
.wrl-introduction .wrl-wrapper {
  display: flex;
  margin-bottom: 5em;
}
.wrl-introduction .wrl-video {
  width: 520px;
  height: 520px;
  background: #0073aa url("../images/wrlc-ceo.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  order: 1;
  text-align: center;
}
.wrl-introduction .wrl-video a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.98);
}
.wrl-introduction .wrl-video a svg {
  width: 120px;
  height: 120px;
  fill: #70F3FF;
  transition: fill 300ms ease-in-out;
}
.wrl-introduction .wrl-video a:hover {
  transform: scale(1.1);
}
.wrl-introduction .wrl-video a:hover svg {
  fill: #f9b233;
}
.wrl-introduction .wrl-video p {
  margin: 1em 0;
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  font-size: 0.8em;
}
.wrl-introduction .wrl-video::before {
  content: "";
  display: block;
  width: 30px;
  height: 450px;
  background: #009fad;
  position: absolute;
  left: -30px;
  top: 40px;
}
.wrl-introduction .wrl-content {
  width: 48%;
  flex: 1;
  order: 2;
  padding: 4em 0 0 4em;
}
.wrl-introduction .wrl-content h1 {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.wrl-introduction .wrl-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.95em;
  margin-bottom: 1.5em;
}
.wrl-introduction .wrl-content a {
  display: inline-block;
  padding: 2em 3.5em 1em 0.5em;
  border-bottom: 4px solid #0073aa;
  color: #0073aa;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.wrl-introduction .wrl-content a svg {
  display: block;
  width: 28px;
  height: 14px;
  fill: #0073aa;
  position: absolute;
  right: 10px;
  top: 33px;
  transition: all 300ms ease-in-out;
}
.wrl-introduction .wrl-content a:hover {
  border-bottom: 4px solid #f28c00;
  color: #f28c00;
}
.wrl-introduction .wrl-content a:hover svg {
  fill: #f28c00;
  right: 8px;
}
@media only screen and (max-width: 85em) {
  .wrl-introduction .wrl-wrapper .wrl-video::before {
    content: "";
    display: block;
    width: 15px;
    height: 450px;
    background: #009fad;
    position: absolute;
    left: -15px;
    top: 40px;
  }
}
@media only screen and (max-width: 70em) {
  .wrl-introduction {
    padding: 7em 0 22em 0;
  }
  .wrl-introduction .wrl-wrapper .wrl-video {
    width: 400px;
    height: 400px;
  }
  .wrl-introduction .wrl-wrapper .wrl-video::before {
    content: "";
    display: block;
    width: 15px;
    height: 350px;
    background: #009fad;
    position: absolute;
    left: -15px;
    top: 25px;
  }
  .wrl-introduction .wrl-wrapper .wrl-content {
    padding-left: 2.5em;
  }
}
@media only screen and (max-width: 60em) {
  .wrl-introduction {
    padding: 7em 0 22em 0;
  }
  .wrl-introduction .wrl-wrapper {
    display: block;
  }
  .wrl-introduction .wrl-wrapper .wrl-content {
    padding: 0 3em 3em 3em;
    width: 100%;
  }
  .wrl-introduction .wrl-wrapper .wrl-content a {
    border-bottom: none;
    padding-left: 0;
  }
  .wrl-introduction .wrl-wrapper .wrl-video {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 50em) {
  .wrl-introduction {
    padding: 5em 0.5em;
    background-image: none;
  }
  .wrl-introduction .wrl-wrapper {
    display: block;
  }
  .wrl-introduction .wrl-wrapper .wrl-content {
    padding: 0 0 3em 0;
  }
  .wrl-introduction .wrl-wrapper .wrl-content a {
    padding: 1em 3.5em 1em 0.5em;
  }
  .wrl-introduction .wrl-wrapper .wrl-content a svg {
    top: 18px;
  }
  .wrl-introduction .wrl-wrapper .wrl-video {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 400px;
    height: 400px;
  }
  .wrl-introduction .wrl-wrapper .wrl-video::before {
    content: none;
  }
}

/*--------------------------------------------------------------
  #News and Events
--------------------------------------------------------------*/
.news-events {
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-events .container {
  width: 95%;
}
.news-events::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #f9b233 url("../images/title-pattern.jpg") repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.news-events .news-events-title {
  width: 100%;
  max-width: 700px;
  padding: 0 4em;
  height: 230px;
  background: white;
  position: relative;
  top: -230px;
}
.news-events .news-events-title h1 {
  display: inline-block;
  margin: 75px 0 0 0;
  padding: 0;
  color: #333333;
  background: white;
}
.news-events .news-events-title h1 span {
  display: block;
  color: #9b1c18;
  text-transform: uppercase;
  font-size: 0.5em;
}
.news-events .news-events-title h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #f9b233;
  margin-top: 1em;
}
.news-events .news-events-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-events .news-events-wrapper .news-event-feature {
  width: 100%;
  max-width: 700px;
  flex-shrink: 0;
  padding: 0em 4em 4em 4em;
  position: relative;
  top: -260px;
}
.news-events .news-events-wrapper .news-event-feature .news-event-feature-img {
  height: 350px;
  width: auto;
  background: #0073aa url("../images/feature-image.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.news-events .news-events-wrapper .news-event-feature .news-event-feature-content {
  font-family: "Poppins", sans-serif;
}
.news-events .news-events-wrapper .news-event-feature .news-event-feature-content span {
  display: block;
  margin: 2em 0 1em 0;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.news-events .news-events-wrapper .news-event-feature .news-event-feature-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.news-events .news-events-wrapper .news-event-feature .news-event-feature-content a {
  display: inline-block;
  text-decoration: none;
  color: #f28c00;
  font-size: 0.95em;
  font-weight: 600;
  margin-top: 2em;
  padding: 0 0.3em 0.5em 0.3em;
  border-bottom: 3px solid #f28c00;
}
.news-events .news-events-wrapper .news-event-feature .news-event-feature-content a:hover {
  color: #a71e1b;
  border-bottom: 3px solid #a71e1b;
}
.news-events .news-events-wrapper .news-event-list {
  display: flex;
  flex-grow: 1;
  margin-top: 100px;
}
.news-events .news-events-wrapper .news-event-list .news-event-box {
  padding: 0 2em;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-events .news-events-wrapper .news-event-list .news-event-box h3 {
  margin: 0 0 2em 0;
  font-size: 1.1em;
  padding-bottom: 0.5em;
  color: #0073aa;
  border-bottom: 3px solid #0073aa;
}
.news-events .news-events-wrapper .news-event-list .news-event-box .articles-container {
  flex: 1 0 auto;
}
.news-events .news-events-wrapper .news-event-list .news-event-box .articles-container article {
  padding: 0;
  margin: 0 0 2em 0;
  background: transparent;
}
.news-events .news-events-wrapper .news-event-list .news-event-box .articles-container article a {
  display: block;
  text-decoration: none;
  color: #333333;
}
.news-events .news-events-wrapper .news-event-list .news-event-box .articles-container article a h2 {
  margin: 0 0 0.5em 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.95em;
  font-weight: 700;
}
.news-events .news-events-wrapper .news-event-list .news-event-box .articles-container article a p {
  font-size: 0.88em;
  margin: 0;
}
.news-events .news-events-wrapper .news-event-list .news-event-box .articles-container article a p span {
  display: inline-block;
  font-weight: 600;
}
.news-events .news-events-wrapper .news-event-list .news-event-box .articles-container article:nth-child(n+4) {
  display: none;
}
.news-events .news-events-wrapper .news-event-list .news-event-box a.all-link {
  display: inline-block;
  text-decoration: none;
  color: #7c7c7c;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  margin: 2em 0;
}
.news-events .news-events-wrapper .news-event-list .news-event-box a.all-link svg {
  fill: #7c7c7c;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  transform: translateX(4px);
  transition: all 300ms ease-in-out;
}
.news-events .news-events-wrapper .news-event-list .news-event-box a.all-link:hover {
  color: #a71e1b;
}
.news-events .news-events-wrapper .news-event-list .news-event-box a.all-link:hover svg {
  fill: #a71e1b;
  transform: translateX(10px);
}
@media only screen and (max-width: 100em) {
  .news-events .news-events-wrapper .news-event-feature {
    padding: 0 3em 3em 3em;
    max-width: 660px;
  }
  .news-events .news-events-wrapper .news-event-list .news-event-box {
    padding: 0 2em 0 0;
  }
}
@media only screen and (max-width: 87em) {
  .news-events .news-events-title {
    max-width: 400px;
    padding: 0 3em;
  }
  .news-events .news-events-wrapper {
    flex-wrap: wrap;
    margin-top: -150px;
  }
  .news-events .news-events-wrapper .news-event-feature {
    top: 0;
    max-width: 100%;
  }
  .news-events .news-events-wrapper .news-event-feature .news-event-feature-img {
    width: 100%;
    max-width: 600px;
  }
  .news-events .news-events-wrapper .news-event-feature .news-event-feature-content a {
    border: 0px;
    padding-left: 0;
  }
  .news-events .news-events-wrapper .news-event-list {
    margin-top: 0px;
    padding: 0 3em;
  }
  .news-events .news-events-wrapper .news-event-list .news-event-box {
    padding: 0;
  }
  .news-events .news-events-wrapper .news-event-list .news-event-box:first-of-type {
    padding-right: 1em;
  }
  .news-events .news-events-wrapper .news-event-list .news-event-box:last-of-type {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 50em) {
  .news-events .container {
    width: 90%;
  }
  .news-events .news-events-title {
    top: 0;
    height: auto;
    padding: 5em 0 2em;
    width: 100%;
    background: transparent;
  }
  .news-events .news-events-title h1 {
    margin: 0;
    background: transparent;
  }
  .news-events .news-events-title h1::after {
    content: none;
  }
  .news-events .news-events-wrapper {
    margin-top: 0;
    display: flex;
  }
  .news-events .news-events-wrapper .news-event-feature {
    top: 0;
    max-width: 100%;
    padding: 0;
  }
  .news-events .news-events-wrapper .news-event-feature .news-event-feature-img {
    width: 100%;
    max-width: 600px;
  }
  .news-events .news-events-wrapper .news-event-feature .news-event-feature-content a {
    border: 0px;
    padding-left: 0;
  }
  .news-events .news-events-wrapper .news-event-list {
    margin-top: 0px;
    display: block;
    padding: 3em 0 1.5em;
  }
  .news-events .news-events-wrapper .news-event-list .news-event-box {
    padding: 0;
    margin-bottom: 2em;
  }
  .news-events .news-events-wrapper .news-event-list .news-event-box:first-of-type {
    padding-right: 0;
  }
  .news-events .news-events-wrapper .news-event-list .news-event-box:last-of-type {
    padding-left: 0;
  }
  .news-events .news-events-wrapper .news-event-list .news-event-box a.all-link {
    margin: 0 0 2em 0;
  }
}

/*--------------------------------------------------------------
  #Newsletter
--------------------------------------------------------------*/
.newsletter {
  width: 100%;
  background: #a71e1b;
  margin-top: 5em;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.newsletter .nl-form-title {
  background: #9b1c18 url("../images/western-rock-lobster-outline.svg") no-repeat;
  background-size: 94px 140px;
  background-position: top 60px left 45px;
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  padding: 5em 3em 5em 11em;
}
.newsletter .nl-form-title h2 {
  font-size: 1.3em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: white;
  margin: 0 0 0.5em 0;
}
.newsletter .nl-form-title p {
  font-family: "Sintony", sans-serif;
  margin: 0;
  color: white;
}
.newsletter .nl-form {
  background: #a71e1b;
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5em;
}
.newsletter .nl-form .subscribe-form {
  position: relative;
  width: 100%;
  /* --- placeholder --- */
  /* IE */
}
.newsletter .nl-form .subscribe-form input[type=email] {
  margin: 0;
  padding: 0 2em;
  border: 0;
  border-bottom: 2px solid #c4706f;
  background: #9b1c18;
  border-radius: 0px;
  color: #ffffff;
  height: 75px;
  line-height: normal;
  width: 100%;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 500;
}
.newsletter .nl-form .subscribe-form input[type=email]:hover, .newsletter .nl-form .subscribe-form input[type=email]:active, .newsletter .nl-form .subscribe-form input[type=email]:focus {
  border: 0;
  border-bottom: 2px solid #fff;
  background: #9b1c18;
  cursor: text;
  outline: 0;
}
.newsletter .nl-form .subscribe-form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.newsletter .nl-form .subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.newsletter .nl-form .subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.newsletter .nl-form .subscribe-form input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.newsletter .nl-form .subscribe-form button {
  position: absolute;
  top: -2px;
  right: 13px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 700;
  background: #e84e14;
  border: 0;
  border-radius: 3px;
  line-height: normal;
  width: auto;
  height: 50px;
  padding: 0 2.5em;
}
.newsletter .nl-form .subscribe-form button:hover, .newsletter .nl-form .subscribe-form button:active, .newsletter .nl-form .subscribe-form button:focus {
  cursor: pointer;
  background: #f28c00;
  border: 0;
}
@media only screen and (max-width: 80em) {
  .newsletter {
    display: block;
  }
  .newsletter .nl-form-title {
    background-image: none;
    background-size: 94px 140px;
    background-position: top 70px right 102px;
    display: block;
    padding: 5em 3em 2.5em;
  }
  .newsletter .nl-form-title h2 {
    margin: 0;
  }
  .newsletter .nl-form {
    display: block;
    padding: 3em;
  }
}
@media only screen and (max-width: 50em) {
  .newsletter {
    margin-top: 0;
  }
  .newsletter .nl-form-title {
    background-image: none;
    background-size: 94px 140px;
    background-position: top 70px right 102px;
    display: block;
    padding: 3em 2em;
  }
  .newsletter .nl-form-title h2 {
    margin: 0;
    font-size: 1.2em;
  }
  .newsletter .nl-form {
    display: block;
    padding: 3em 2em;
  }
  .newsletter .nl-form .subscribe-form button {
    position: static;
  }
}
@media only screen and (max-width: 40em) {
  .newsletter .nl-form-title {
    padding: 3em 1em 1.5em;
  }
  .newsletter .nl-form {
    padding: 3em 1em;
  }
}

/*--------------------------------------------------------------
  #Knowledge hub
--------------------------------------------------------------*/
.knowledge-hub {
  width: 100%;
  height: auto;
  padding: 15em 0;
  position: relative;
  top: -120px;
  background: #0073aa url("../images/beach-scenery-background.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.knowledge-hub .hub-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}
.knowledge-hub .hub-wrapper .hub-box {
  flex: 0 0 32%;
  height: auto;
  background: red;
  display: flex;
  flex-direction: column;
}
.knowledge-hub .hub-wrapper .hub-box .hub-image {
  width: 100%;
  height: 300px;
  background: #ffffff url("../images/hub-dummy-image-01.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.knowledge-hub .hub-wrapper .hub-box .hub-image::before {
  content: "";
  display: block;
  height: 70px;
  width: 8px;
  background: #f9b233;
  position: absolute;
  left: 50px;
  top: 255px;
}
.knowledge-hub .hub-wrapper .hub-box .hub-content {
  width: auto;
  flex-grow: 1;
  padding: 3em;
  background: white;
  display: flex;
  flex-direction: column;
}
.knowledge-hub .hub-wrapper .hub-box .hub-content h2 {
  margin: 0 0 1em 0;
  font-size: 1.2em;
}
.knowledge-hub .hub-wrapper .hub-box .hub-content p {
  margin: 0 0 1em 0;
  font-size: 0.9em;
  font-weight: 300;
  flex: 1 0 auto;
}
.knowledge-hub .hub-wrapper .hub-box .hub-content a {
  display: inline-block;
  padding: 2em 3em 1em 0;
  color: #0073aa;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  align-self: flex-start;
}
.knowledge-hub .hub-wrapper .hub-box .hub-content a svg {
  display: block;
  width: 22px;
  height: 11px;
  fill: #0073aa;
  position: absolute;
  right: 10px;
  top: 31px;
  transition: all 300ms ease-in-out;
}
.knowledge-hub .hub-wrapper .hub-box .hub-content a:hover {
  color: #f28c00;
}
.knowledge-hub .hub-wrapper .hub-box .hub-content a:hover svg {
  fill: #f28c00;
  right: 8px;
}
@media only screen and (max-width: 70em) {
  .knowledge-hub {
    padding: 10em 0;
  }
  .knowledge-hub .hub-wrapper {
    flex-direction: column;
  }
  .knowledge-hub .hub-wrapper .hub-box {
    width: 100%;
    margin-bottom: 2em;
    flex-direction: row;
  }
  .knowledge-hub .hub-wrapper .hub-box .hub-image {
    flex-shrink: 0;
    width: 40%;
  }
}
@media only screen and (max-width: 50em) {
  .knowledge-hub {
    padding: 5em 0;
    top: 0px;
  }
  .knowledge-hub .container {
    width: 95%;
  }
  .knowledge-hub .hub-wrapper {
    display: block;
  }
  .knowledge-hub .hub-wrapper .hub-box {
    display: block;
  }
  .knowledge-hub .hub-wrapper .hub-box .hub-image {
    display: none;
  }
  .knowledge-hub .hub-wrapper .hub-box .hub-content {
    padding: 2.5em;
  }
}

/*--------------------------------------------------------------
  #Footer
--------------------------------------------------------------*/
footer {
  width: 100%;
  background: #ffffff;
  color: #333333;
  padding: 8em 0;
  font-size: 0.9em;
  font-family: "Sintony", sans-serif;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top .logo {
  display: block;
  width: 250px;
  height: auto;
  margin-bottom: 2em;
}
footer .footer-top .logo img {
  display: block;
  width: auto;
  height: auto;
}
footer .footer-top .social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 0.5em;
}
footer .footer-top .social a svg {
  display: block;
  height: 40px;
  width: 40px;
}
footer .footer-wrapper {
  display: flex;
  border-top: 1px solid #9b1c18;
  border-bottom: 1px solid #9b1c18;
}
footer .footer-wrapper .office-details {
  padding: 3em 5em 3em 2em;
  border-right: 1px solid #9b1c18;
}
footer .footer-wrapper .office-details a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
footer .footer-wrapper .office-details a:hover {
  color: #9b1c18;
}
footer .footer-wrapper .office-details address {
  display: block;
  line-height: normal;
  margin: 0 0 1.5em 0;
}
footer .footer-wrapper .office-details ul {
  margin: 0;
}
footer .footer-wrapper .office-details ul li {
  display: block;
  margin-bottom: 1.5em;
}
footer .footer-wrapper .office-details ul li span {
  display: inline-block;
  font-weight: 700;
}
footer .footer-wrapper .office-details ul li:last-child {
  margin: 0;
}
footer .footer-wrapper .footer-navigation {
  padding: 3em 0 3em 5em;
  display: flex;
  margin-right: auto;
}
footer .footer-wrapper .footer-navigation nav {
  width: auto;
  padding-right: 5em;
}
footer .footer-wrapper .footer-navigation nav li {
  display: block;
}
footer .footer-wrapper .footer-navigation nav li a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-weight: 700;
  padding: 0 0 1.5em 0;
}
footer .footer-wrapper .footer-navigation nav li a:hover {
  color: #9b1c18;
}
footer .footer-wrapper .footer-navigation nav li:last-child a {
  padding-bottom: 0;
}
footer .footer-wrapper .footer-logos {
  align-self: flex-end;
  margin-bottom: 3em;
}
footer .footer-wrapper .footer-logos img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 1em;
}
footer .footer-wrapper .footer-logos img:nth-of-type(2) {
  width: auto;
  height: 85px;
}
footer .footer-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85em;
  padding-top: 1em;
}
footer .footer-base p {
  color: #333333;
  font-family: "Sintony", sans-serif;
  margin: 0;
}
footer .footer-base .footer-legal a {
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
footer .footer-base .footer-legal a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 75em) {
  footer .footer-wrapper {
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-logos {
    width: 100%;
    border-top: 1px solid #9b1c18;
    padding-top: 3em;
  }
}
@media only screen and (max-width: 65em) {
  footer .footer-wrapper .office-details,
footer .footer-wrapper .footer-navigation {
    padding: 3em 2em;
  }
}
@media only screen and (max-width: 50em) {
  footer {
    padding: 3em 0;
  }
  footer .footer-top .logo {
    display: block;
    width: 200px;
    height: auto;
    margin-bottom: 2em;
  }
  footer .footer-top .logo img {
    display: block;
    width: auto;
    height: auto;
  }
  footer .footer-wrapper {
    display: block;
  }
  footer .footer-wrapper .office-details {
    padding: 2em 0;
    border-right: none;
    border-bottom: 1px solid #9b1c18;
  }
  footer .footer-wrapper .footer-navigation {
    display: none;
  }
  footer .footer-wrapper .footer-logos {
    border-top: none;
  }
  footer .footer-wrapper .footer-logos img {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 1em;
  }
  footer .footer-wrapper .footer-logos img:nth-of-type(2) {
    width: auto;
    margin-top: 1em;
    height: 65px;
  }
}
@media only screen and (max-width: 35em) {
  footer .footer-top,
footer .footer-base {
    display: block;
  }
  footer .footer-top .social,
footer .footer-base p {
    margin-bottom: 1em;
  }
}

body.home footer {
  padding-top: 0;
}
@media only screen and (max-width: 50em) {
  body.home footer {
    padding-top: 3em;
  }
}

/*--------------------------------------------------------------
  #Inner header
--------------------------------------------------------------*/
body.inner .inner-banner {
  padding: 10em 0 12em 3em;
}
body.inner .inner-banner h1 {
  color: white;
  margin: 0;
  font-size: 3em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  width: 60%;
}
body.inner .inner-banner h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 8px;
  background: #f9b233;
  margin-top: 0.5em;
}
@media only screen and (max-width: 100em) {
  body.inner .inner-banner {
    padding: 8em 0 10em;
  }
  body.inner .inner-banner h1 {
    width: 80%;
  }
}
@media only screen and (max-width: 70em) {
  body.inner .inner-banner {
    padding: 8em 0;
  }
  body.inner .inner-banner h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 50em) {
  body.inner .inner-banner {
    padding: 5em 0;
  }
  body.inner .inner-banner h1 {
    font-size: 2em;
    max-width: none;
  }
}

/*--------------------------------------------------------------
  #Inner Subscribe
--------------------------------------------------------------*/
.inner-subscribe {
  width: 100%;
  padding: 10em 0;
  background: #f9b233 url("../images/fisherman-lobster-nets.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.inner-subscribe .inner-hub-wrapper {
  padding: 8em 5em;
  background: rgba(0, 107, 157, 0.97);
  position: relative;
}
.inner-subscribe .inner-hub-wrapper::after {
  content: "";
  display: block;
  width: 15px;
  height: 100px;
  background: #f9b233;
  position: absolute;
  top: 100px;
  left: -15px;
}
.inner-subscribe .inner-hub-wrapper h1 {
  font-size: 1.4em;
  color: white;
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-subscribe .inner-hub-wrapper .inner-news-wrapper {
  width: auto;
  display: flex;
  justify-content: space-between;
  margin: 3em 0;
}
.inner-subscribe .inner-hub-wrapper .inner-news-wrapper a {
  display: block;
  width: 30%;
  color: white;
  text-decoration: none;
}
.inner-subscribe .inner-hub-wrapper .inner-news-wrapper a h3 {
  color: white;
  margin: 0 0 1em 0;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.inner-subscribe .inner-hub-wrapper .inner-news-wrapper a p {
  font-size: 0.9em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 70em) {
  .inner-subscribe .inner-hub-wrapper .inner-news-wrapper {
    display: block;
  }
  .inner-subscribe .inner-hub-wrapper .inner-news-wrapper a {
    width: 100%;
    padding: 1em 0;
  }
}
.inner-subscribe .inner-hub-wrapper .inner-news-wrapper a:nth-child(n+4) {
  display: none;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter {
  margin-top: 6em;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter h1 {
  border: none;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form {
  position: relative;
  width: 100%;
  /* --- placeholder --- */
  /* IE */
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form input[type=email] {
  margin: 0;
  padding: 0 2em;
  border: 0;
  border-bottom: 2px solid #5496b5;
  background: #00577f;
  border-radius: 0px;
  color: #ffffff;
  height: 75px;
  line-height: normal;
  width: 100%;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 500;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form input[type=email]:hover, .inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form input[type=email]:active, .inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form input[type=email]:focus {
  border: 0;
  border-bottom: 2px solid #fff;
  cursor: text;
  outline: 0;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form button {
  position: absolute;
  top: -2px;
  right: 13px;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 700;
  background: #0094da;
  border: 0;
  border-radius: 3px;
  line-height: normal;
  width: auto;
  height: 50px;
  padding: 0 2.5em;
}
.inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form button:hover, .inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form button:active, .inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form button:focus {
  cursor: pointer;
  background: #f9b233;
  border: 0;
}
@media only screen and (max-width: 50em) {
  .inner-subscribe .inner-hub-wrapper {
    padding: 8em 2.5em;
  }
}
@media only screen and (max-width: 40em) {
  .inner-subscribe .inner-hub-wrapper {
    padding: 8em 0;
    background: transparent;
  }
  .inner-subscribe .inner-hub-wrapper .inner-newsletter .subscribe-form button {
    position: static;
  }
}
@media only screen and (max-width: 40em) {
  .inner-subscribe {
    padding: 0;
    background-image: none;
    background-color: #0073aa;
  }
  .inner-subscribe .inner-hub-wrapper::after {
    content: none;
  }
}

/*--------------------------------------------------------------
  #Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  width: 100%;
  padding: 0 0 2em 0;
  margin: 0 0 3em 0;
  border-bottom: 1px solid #dbdbcb;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.breadcrumbs ul li {
  margin: 0;
  color: #333333;
  font-size: 0.7em;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumbs ul li:last-child {
  color: #222222;
  opacity: 0.5;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.breadcrumbs ul li a {
  display: block;
  color: #222222;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.5em 0 0;
}
.breadcrumbs ul li a:hover {
  color: #f28c00;
  text-decoration: none;
}
.breadcrumbs ul li a::after {
  content: "/";
  margin: 0;
  padding: 0 0 0 0.5em;
}
@media only screen and (max-width: 55em) {
  .breadcrumbs {
    margin: 0 0 2em 0;
    padding: 1em 0;
  }
  .breadcrumbs ul {
    padding: 0 0 0.8em 0;
  }
}
@media only screen and (max-width: 40em) {
  .breadcrumbs {
    display: none;
  }
}

/*--------------------------------------------------------------
  #Main Content
--------------------------------------------------------------*/
.main {
  padding: 0;
  width: 100%;
  background: #ffffff;
  background-image: linear-gradient(to left, #3c3c3b 0%, #3c3c3b 25%, #ffffff 50%);
  /* --- wrapper --- */
  /* --- main --- */
  /* --- aside --- */
  /* --- responsive time --- */
}
.main .main-wrapper {
  display: flex;
  margin: -50px auto 0;
  padding: 0;
  width: 90%;
  max-width: 1400px;
  position: relative;
  z-index: 5;
}
.main .main-wrapper::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 100%;
  width: 50vw;
  height: 300px;
  background: #a71e1b;
}
.main main {
  padding: 5em 4em 8em;
  flex: 1;
  background: white;
  position: relative;
}
.main main h1 {
  margin-top: 0;
}
.main main p {
  font-size: 0.92em;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 1.5em;
}
.main .sidebar {
  will-change: min-height;
}
.main .sidebar__inner {
  padding: 5em 0 5em 3em;
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  overflow: hidden;
}
.main aside {
  width: 400px;
  margin-top: 50px;
  font-size: 0.95em;
  background: #3c3c3b;
  border-left: 20px solid #363634;
  overflow: hidden;
  /* --- sidebar container --- */
}
.main aside .sidebar-container {
  position: relative;
  z-index: 1;
  /* --- widgets --- */
}
.main aside .sidebar-container .tribe-events-list-widget {
  display: block;
  color: #e1e1e1;
  font-weight: 400;
  font-size: 0.9em;
  padding: 0.65em 0.5em;
}
.main aside .sidebar-container nav {
  width: auto;
  /* --- second tier --- */
}
.main aside .sidebar-container nav h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.97em;
  margin: 0 0 1em 0;
  padding: 0.65em 0.5em;
  border-bottom: 1px solid #f9b233;
}
.main aside .sidebar-container nav ul {
  margin: 0;
}
.main aside .sidebar-container nav ul li {
  border-bottom: 1px solid #4b4b4a;
  /* --- parent of list --- */
  /* --- has second level --- */
  /* --- clear border --- */
}
.main aside .sidebar-container nav ul li.parent {
  border-bottom: 1px solid #f9b233;
  margin-bottom: 1em;
}
.main aside .sidebar-container nav ul li.parent a {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.97em;
}
.main aside .sidebar-container nav ul li.current_page_item a {
  color: #ffffff;
  font-weight: 700;
}
.main aside .sidebar-container nav ul li a {
  color: #e1e1e1;
  display: block;
  text-decoration: none;
  padding: 0.65em 0.5em;
  font-weight: 400;
  font-size: 0.9em;
}
.main aside .sidebar-container nav ul li a:hover {
  color: #f9b233;
}
.main aside .sidebar-container nav ul li.page_item_has_children a {
  font-weight: 600;
  padding-left: 0.9em;
}
.main aside .sidebar-container nav ul li:last-child {
  border: none;
}
.main aside .sidebar-container nav ul li.cat-item-none {
  color: #e1e1e1;
  display: block;
  text-decoration: none;
  padding: 0.65em 0.5em;
  font-weight: 400;
  font-size: 0.9em;
}
.main aside .sidebar-container nav ul.children {
  margin: 0;
  padding: 0.5em 0 1em 0;
  border-top: 1px dotted #cfd8dc;
}
.main aside .sidebar-container nav ul.children li {
  border: none;
}
.main aside .sidebar-container nav ul.children li a {
  font-weight: 400;
  padding: 0.4em 0 0.4em 1em;
  color: #455a64;
  padding-left: 1.05em;
}
.main aside .sidebar-container nav ul.children li a:hover {
  color: #0091b6;
}
.main aside .sidebar-container nav ul.children li:last-child {
  border: none;
}
.main aside .sidebar-container .widget {
  margin: 1.5em 0;
  font-family: "Sintony", sans-serif;
  /* --- events --- */
}
.main aside .sidebar-container .widget h3 {
  border-bottom: 1px solid #f9b233;
  margin: 0 0 1em 0;
  padding: 0.65em 0.5em;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.97em;
}
.main aside .sidebar-container .widget ul {
  margin: 0;
  font-family: "Sintony", sans-serif;
}
.main aside .sidebar-container .widget ul li {
  border-bottom: 1px solid #4b4b4a;
  margin: 0;
  /* --- clear border --- */
}
.main aside .sidebar-container .widget ul li a {
  color: #e1e1e1;
  display: block;
  text-decoration: none;
  padding: 0.65em 0.5em;
  font-size: 0.97em;
  font-weight: 400;
}
.main aside .sidebar-container .widget ul li a:hover {
  color: #f9b233;
}
.main aside .sidebar-container .widget ul li:last-child {
  border: none;
}
.main aside .sidebar-container .widget ul li::before {
  content: none;
}
.main aside .sidebar-container .widget ol.tribe-list-widget li {
  border-bottom: 1px solid #4b4b4a;
  margin: 0;
  padding: 0.68em 0.5em 0.9em;
}
.main aside .sidebar-container .widget ol.tribe-list-widget li h4.tribe-event-title {
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
  font-weight: 600;
}
.main aside .sidebar-container .widget ol.tribe-list-widget li h4.tribe-event-title a {
  display: block;
  color: #e1e1e1;
  text-decoration: none;
}
.main aside .sidebar-container .widget ol.tribe-list-widget li h4.tribe-event-title a:hover {
  color: #f9b233;
}
.main aside .sidebar-container .widget ol.tribe-list-widget li .tribe-event-duration {
  color: #e1e1e1;
  font-size: 0.86em;
}
.main aside .sidebar-container .widget ol.tribe-list-widget li .tribe-event-duration span {
  color: #e1e1e1;
  display: inline-block;
}
.main aside .sidebar-container .widget ol.tribe-list-widget li::before {
  content: none;
}
.main aside .sidebar-container .widget ol.tribe-list-widget li:last-child {
  border: none;
}
.main aside .sidebar-container .widget p.tribe-events-widget-link {
  margin: 0;
  font-family: "Sintony", sans-serif;
}
.main aside .sidebar-container .widget p.tribe-events-widget-link a {
  display: block;
  color: #757575;
  font-size: 0.86em;
  padding: 1em 0.6em 0.7em;
}
.main aside .sidebar-container .widget p.tribe-events-widget-link a:hover {
  color: #f9b233;
}
@media only screen and (max-width: 80em) {
  .main .main-wrapper aside {
    width: 320px;
  }
  .main .main-wrapper main {
    padding: 5em 3em;
  }
}
@media only screen and (max-width: 70em) {
  .main .main-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 63em) {
  .main .main-wrapper {
    margin-top: 0px;
    z-index: 0;
  }
  .main .main-wrapper::before {
    content: "";
    top: 0px;
  }
}
@media only screen and (max-width: 65em) {
  .main .main-wrapper {
    display: block;
  }
  .main .main-wrapper main,
.main .main-wrapper aside {
    width: 100%;
  }
  .main .main-wrapper aside {
    border: none;
    margin: 0;
    padding: 0 0 3em 0;
  }
  .main .main-wrapper aside .sidebar__inner {
    position: static !important;
    will-change: initial;
    transform: none !important;
  }
  .main .main-wrapper main::after {
    content: none;
  }
  .main .main-wrapper .sidebar-container {
    padding: 5em 3em;
  }
}
@media only screen and (max-width: 45em) {
  .main .main-wrapper main {
    padding: 5em 1.5em;
  }
  .main .main-wrapper {
    width: 100%;
  }
  .main .main-wrapper .sidebar-container {
    padding: 3em 1.5em;
  }
}

/* --- end main --- */
/*--------------------------------------------------------------
  #Main body content
--------------------------------------------------------------*/
main .entry-content,
.widget_recent_entries {
  /* content links */
  /* blockquote */
  /* position and style open bracket */
  /* list items inside main page */
  /* ordered */
}
main .entry-content a,
.widget_recent_entries a {
  color: #747c92;
  border-bottom: 1px solid #747c92;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease-in-out;
}
main .entry-content a:hover, main .entry-content a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus {
  color: #bb4430;
  border-bottom: 1px solid #bb4430;
  text-decoration: none;
}
main .entry-content blockquote,
.widget_recent_entries blockquote {
  background: #ffffff;
  border: 1px solid #e8eef2;
  border-bottom: 3px solid #e8eef2;
  border-radius: 3px;
  margin: 3.5em 0;
  padding: 3em;
  position: relative;
}
main .entry-content blockquote:before,
.widget_recent_entries blockquote:before {
  color: #e8eef2;
  content: "“";
  font-family: sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 9em;
  position: absolute;
  left: 5px;
  top: -22px;
}
main .entry-content blockquote::after,
.widget_recent_entries blockquote::after {
  content: "";
}
main .entry-content blockquote p,
.widget_recent_entries blockquote p {
  display: inline;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
  /* Will bold authors name */
  /* Resets type if no author is named */
}
main .entry-content blockquote p:last-of-type,
.widget_recent_entries blockquote p:last-of-type {
  display: block;
  font-weight: 700;
  margin: 1em 0 0 0;
}
main .entry-content blockquote p:first-of-type,
.widget_recent_entries blockquote p:first-of-type {
  display: inline;
  font-weight: 400;
  margin: 0;
}
main .entry-content ul,
.widget_recent_entries ul {
  margin: 2.5em 0 3.5em 1.5em;
  font-family: "Poppins", sans-serif;
  font-size: 0.92em;
  font-weight: 300;
}
main .entry-content ul li,
.widget_recent_entries ul li {
  list-style: none;
  line-height: 24px;
  position: relative;
  margin-bottom: 1.05em;
}
main .entry-content ul li a,
.widget_recent_entries ul li a {
  border: none;
}
main .entry-content ul li a:hover,
.widget_recent_entries ul li a:hover {
  border: none;
}
main .entry-content ul li::before,
.widget_recent_entries ul li::before {
  content: "";
  display: inline-block;
  background: #f9b233;
  height: 4px;
  width: 10px;
  position: absolute;
  left: -16px;
  top: 10px;
}
main .entry-content ul.tml-action-links,
.widget_recent_entries ul.tml-action-links {
  margin: 0;
}
main .entry-content ul.tml-action-links li::before,
.widget_recent_entries ul.tml-action-links li::before {
  content: none;
}
main .entry-content ol,
.widget_recent_entries ol {
  margin: 2.5em 0 3.5em 1em;
  font-family: "Poppins", sans-serif;
  font-size: 0.92em;
  font-weight: 300;
}
main .entry-content ol li,
.widget_recent_entries ol li {
  list-style: decimal outside none;
  line-height: 24px;
  margin-bottom: 1.05em;
}
main .entry-content ol li a,
.widget_recent_entries ol li a {
  border: none;
}
main .entry-content ol li a:hover,
.widget_recent_entries ol li a:hover {
  border: none;
}

main div.pagination {
  display: block;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px dotted #CFD8DC;
  border-bottom: 1px dotted #CFD8DC;
}
main div.pagination span.current {
  color: #607D8B;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
main div.pagination a {
  color: #0097A7;
  font-size: 0.85em;
  border: none;
  display: inline-block;
  padding-left: 0.3em;
}
main div.pagination a:hover {
  color: #f9b233;
}

span.current {
  color: #607D8B;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}

a.page-numbers {
  color: #0097A7;
  font-size: 0.85em;
  border: none;
  display: inline-block;
  padding-left: 0.3em;
}
a.page-numbers:hover {
  color: #f9b233;
}

/*--------------------------------------------------------------
  #Articles
--------------------------------------------------------------*/
article,
article.hentry {
  color: #333333;
  background: #ffffff;
  padding: 0;
  margin: 0 0 3em 0;
  position: relative;
  /* lead titles */
  /* meta date and author */
  /* article content */
  /* has comments */
  /* edit post or page */
  /* read more link */
}
article h1.entry-title,
article.hentry h1.entry-title {
  margin: 0 0 0.8rem 0;
}
article h2.entry-title,
article.hentry h2.entry-title {
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
}
article h2.entry-title a,
article.hentry h2.entry-title a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
}
article br,
article.hentry br {
  display: none;
}
article .entry-meta,
article.hentry .entry-meta {
  font-size: 0.9rem;
  margin: 0 0 0.5em 0;
  padding: 0.3em 0 1em 0;
  font-family: "Sintony", sans-serif;
  font-weight: 500;
  color: #3c3c3b;
}
article .entry-meta span.posted-on a, article .entry-meta span.author a,
article.hentry .entry-meta span.posted-on a,
article.hentry .entry-meta span.author a {
  color: #4f7cac;
  font-weight: 600;
  text-decoration: none;
}
article .entry-content,
article.hentry .entry-content {
  margin: 0;
}
article .entry-content img,
article.hentry .entry-content img {
  display: block;
  margin: 0;
}
article .entry-content figure.wp-caption figcaption,
article.hentry .entry-content figure.wp-caption figcaption {
  font-style: italic;
  margin: 1em 0;
  font-size: 0.92em;
}
article .entry-content .alignleft,
article.hentry .entry-content .alignleft {
  float: left;
  margin-right: 1em;
}
article .entry-content .alignright,
article.hentry .entry-content .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em;
}
article .entry-content .aligncenter,
article.hentry .entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article .entry-content .post-details a,
article.hentry .entry-content .post-details a {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 0.5em;
}
article .comments-link,
article.hentry .comments-link {
  display: block;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #e8eef2;
  background: #fff url("../images/comment.svg") no-repeat;
  background-size: 18px 18px;
  background-position: left 4px top 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
article .comments-link a,
article.hentry .comments-link a {
  font-size: 0.95em;
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #3a7ca5;
  padding: 0.2em 0 0.2em 1.8em;
}
article .edit-link,
article.hentry .edit-link {
  position: absolute;
  right: 25px;
  bottom: 28px;
}
article .edit-link a,
article.hentry .edit-link a {
  display: inline-block;
  color: #a5bba3;
  border: 2px solid #a5bba3;
  background: white;
  text-decoration: none;
  padding: 0.2em 1.4em;
  font-size: 0.95em;
}
article .more-link,
article.hentry .more-link {
  display: inline-block;
  border: none;
  margin: 1em 0 0 0;
  padding: 0 1.6em 0 0;
  font-size: 0.95em;
  color: #7f9099;
  background: transparent url("../images/read-more.svg") no-repeat;
  background-size: 17px 16px;
  background-position: right 0px top 6px;
  opacity: 0.6;
}
article .more-link:hover,
article.hentry .more-link:hover {
  color: #7f9099;
  border: none;
  opacity: 1;
}
article .more-link span.meta-nav,
article.hentry .more-link span.meta-nav {
  display: none;
}
article .more-news,
article.hentry .more-news {
  display: block;
  margin-top: 3em;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #d29221;
  border: none;
}
article .more-news:hover,
article.hentry .more-news:hover {
  color: #0073aa;
  border: none;
  text-decoration: underline;
}
article span.cat-links,
article.hentry span.cat-links {
  display: block;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px dotted #CFD8DC;
  border-bottom: 1px dotted #CFD8DC;
  color: #607D8B;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
article span.cat-links a,
article.hentry span.cat-links a {
  color: #0097A7;
  border: none;
  display: inline-block;
  padding-left: 0.3em;
}
article span.cat-links a:hover,
article.hentry span.cat-links a:hover {
  color: #f9b233;
}

body.blog article.has-post-thumbnail,
body.category article.has-post-thumbnail {
  display: block;
}
body.blog article.has-post-thumbnail .post-wrapper,
body.category article.has-post-thumbnail .post-wrapper {
  display: flex;
}
body.blog article.has-post-thumbnail .post-wrapper .post-thumb,
body.category article.has-post-thumbnail .post-wrapper .post-thumb {
  margin: 0 0 1em 0;
  height: 80px;
  width: 80px;
  flex: 0 0 auto;
}
body.blog article.has-post-thumbnail .post-wrapper .post-thumb img,
body.category article.has-post-thumbnail .post-wrapper .post-thumb img {
  height: 80px;
  width: 80px;
  border-radius: 50px;
}
body.blog article.has-post-thumbnail .post-wrapper .post-preview,
body.category article.has-post-thumbnail .post-wrapper .post-preview {
  padding-left: 1.8em;
}
body.blog article.has-post-thumbnail .post-details p,
body.category article.has-post-thumbnail .post-details p {
  margin: 0;
}
@media only screen and (max-width: 40em) {
  body.blog article.has-post-thumbnail .post-wrapper .post-thumb,
body.category article.has-post-thumbnail .post-wrapper .post-thumb {
    display: none;
  }
  body.blog article.has-post-thumbnail .post-wrapper .post-preview,
body.category article.has-post-thumbnail .post-wrapper .post-preview {
    padding-left: 0;
  }
}

body.search-results article {
  margin: 0;
  padding: 2em 0;
  border-bottom: 1px dotted #f9b233;
}
body.search-results article h2.entry-title, body.search-results article p {
  margin: 0;
}
body.search-results article h2.entry-title a {
  color: #455A64;
}
body.search-results article:last-of-type {
  border: none;
}

/*--------------------------------------------------------------
  #Previous Next Articles
--------------------------------------------------------------*/
.post-navigation,
.posts-navigation {
  padding: 1.5em 0;
}
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: none;
  width: auto;
  background: transparent url("../images/previous.svg") no-repeat;
  background-size: 10px 10px;
  background-position: left 0px top 4px;
}
.post-navigation .nav-previous a,
.posts-navigation .nav-previous a {
  display: inline-block;
  text-decoration: none;
  color: #664c43;
  padding: 0 1em 0 1.2em;
  font-size: 0.8em;
  font-weight: 700;
}
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: none;
  width: auto;
  background: transparent url("../images/next.svg") no-repeat;
  background-size: 10px 10px;
  background-position: right 0px top 4px;
}
.post-navigation .nav-next a,
.posts-navigation .nav-next a {
  display: inline-block;
  text-decoration: none;
  color: #664c43;
  padding: 0 1.2em 0 1em;
  font-size: 0.8em;
  font-weight: 700;
  text-align: right;
}

/*--------------------------------------------------------------
  #formidable
--------------------------------------------------------------*/
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 0 !important;
}

.frm_style_formidable-style .frm_pro_form {
  width: 100%;
  margin: 3em 0;
  padding-top: 3em;
  border-top: 1px solid #CFD8DC;
  position: relative;
}
.frm_style_formidable-style .frm_pro_form::before {
  content: "";
  display: block;
  height: 40px;
  width: 85px;
  background: transparent url("../images/wrl-send-mail-icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -78px;
  right: 0px;
}
.frm_style_formidable-style .frm_pro_form label.frm_primary_label {
  color: #455A64;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.frm_style_formidable-style .frm_pro_form .frm_opt_container {
  margin: 0.5em 0 1.5em 0;
}
.frm_style_formidable-style .frm_pro_form .frm_opt_container .frm_radio,
.frm_style_formidable-style .frm_pro_form .frm_opt_container .frm_checkbox {
  margin: 0 0 0.3em 0 !important;
}
.frm_style_formidable-style .frm_pro_form .frm_opt_container .frm_radio label,
.frm_style_formidable-style .frm_pro_form .frm_opt_container .frm_checkbox label {
  font-weight: 400;
  font-family: "Sintony", sans-serif;
}
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=text],
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=password],
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=email],
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=number],
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=url],
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=tel],
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=phone],
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=search],
.frm_style_formidable-style .frm_pro_form .frm_form_fields select,
.frm_style_formidable-style .frm_pro_form .frm_form_fields textarea {
  display: block;
  width: 100%;
  color: #333333;
  background: #fdfdfd;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #CFD8DC;
  border-radius: 3px;
  box-shadow: none;
  height: 50px;
  margin: 0.7em 0 1.5em 0;
  padding: 0 1em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=text]:hover, .frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=text]:active, .frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=text]:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=password]:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=password]:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=password]:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=email]:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=email]:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=email]:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=number]:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=number]:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=number]:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=url]:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=url]:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=url]:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=tel]:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=tel]:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=tel]:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=phone]:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=phone]:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=phone]:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=search]:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=search]:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields input[type=search]:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields select:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields select:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields select:focus,
.frm_style_formidable-style .frm_pro_form .frm_form_fields textarea:hover,
.frm_style_formidable-style .frm_pro_form .frm_form_fields textarea:active,
.frm_style_formidable-style .frm_pro_form .frm_form_fields textarea:focus {
  background: #fdfdfd;
  box-shadow: none;
  border: 1px solid #f28c00;
  cursor: text;
  outline: 0;
}
.frm_style_formidable-style .frm_pro_form .frm_form_fields textarea {
  height: 150px;
  padding: 1em;
  line-height: normal;
}
.frm_style_formidable-style .frm_pro_form .frm_submit select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.frm_style_formidable-style .frm_pro_form .frm_submit .frm_button_submit {
  display: inline-block;
  width: auto;
  padding: 1em 3em;
  background: #f28c00;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.frm_style_formidable-style .frm_pro_form .frm_submit .frm_button_submit:hover {
  color: #fff;
  background: #f15946;
}

/*--------------------------------------------------------------
  #Tribe Events
--------------------------------------------------------------*/
/* --- find events --- */
#tribe-events-bar {
  margin-bottom: 2rem;
}

/* --- toggle find button --- */
#tribe-bar-collapse-toggle {
  cursor: pointer;
  width: auto;
  display: inline-block;
  background: #e8eef2;
  border-radius: 3px;
  padding: 0 3em 0 3.5em;
  line-height: 35px;
  position: relative;
}

#tribe-bar-collapse-toggle::before {
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  left: 10px;
  top: 0px;
  background: transparent url("../images/sprite-test.svg") no-repeat center center;
  background-size: 100% auto;
  background-position: 0 0;
  transition: all 300ms ease-in-out;
}

#tribe-bar-collapse-toggle:hover::before {
  background-position: 0px -35px;
}

#tribe-events .tribe-events-content p, .tribe-events-before-html p, .tribe-events-after-html p {
  font-size: 0.92em;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding: 2em 0 0 0;
}

.tribe-events-list .tribe-events-list-event-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
}
.tribe-events-list .tribe-events-list-event-title a.tribe-event-url {
  color: #3c3c3b;
}
.tribe-events-list .tribe-events-list-event-title a.tribe-event-url:hover {
  color: #0073aa;
  border-bottom: none;
}

/* --- arrow --- */
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border: 1px solid black;
  transition: all 300ms ease-in-out;
}

/* --- arrow open --- */
#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow {
  border: 1px solid black;
}

/* --- events wrapper --- */
/* --- upcoming events --- */
h2.tribe-events-page-title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6em;
  margin-top: 0;
}

/* --- event date separator --- */
.tribe-events-list-separator-month {
  display: block;
  margin: 1rem 0;
  padding: 1em 0.5em;
  font-weight: 700;
  background: #f9b233;
}

/* --- event listing --- */
.type-tribe_events {
  margin-bottom: 2rem;
}

/* --- event title --- */
h2.tribe-events-list-event-title {
  margin: 0 0 0.5em 0;
}

h2.tribe-events-list-event-title a {
  border: none;
}

.tribe-events-loop .tribe-events-content {
  padding: 0;
}

.tribe-events-read-more {
  display: inline-block;
  font-size: 0.85em;
  margin-top: 2em;
}

#tribe-bar-form .tribe-bar-filters-inner {
  background: white;
  border: 1px solid #ccc;
}

.tribe-events-list .tribe-events-venue-details {
  margin-top: 8px;
  color: #455A64;
}
.tribe-events-list .tribe-events-venue-details span.tribe-address {
  color: #455A64;
}
.tribe-events-list .tribe-events-venue-details span.tribe-address br {
  display: none;
}
.tribe-events-list .tribe-events-venue-details a.tribe-events-gmap {
  color: #849561;
  border: none;
}
.tribe-events-list .tribe-events-venue-details a.tribe-events-gmap:hover {
  border: none;
}

#tribe-bar-form input[type=text] {
  color: #333333 !important;
  font-style: normal;
}

/* --- placeholder --- */
#tribe-bar-form input::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

#tribe-bar-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  opacity: 1;
}

#tribe-bar-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}

/* IE */
#tribe-bar-form input:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

.tribe-events-list .type-tribe_events {
  border: none;
}

.tribe-event-schedule-details {
  color: #4f7cac;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #ccc;
}

.tribe-event-schedule-details span {
  color: #4f7cac;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.3em;
  display: inline-block;
}

#tribe-events-content .tribe-events-sub-nav {
  margin: 0;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous::before,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next::before {
  content: none;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-left a,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a {
  color: #664c43;
  border-bottom: none;
  font-size: 0.8em;
  padding-left: 1.2em;
  text-decoration: none;
  background: transparent url("../images/previous.svg") no-repeat;
  background-size: 10px 9px;
  background-position: left 0px top 4px;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-left a span,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a span {
  display: none;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-left a:hover,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
  border: none;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-right a,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a {
  color: #664c43;
  border-bottom: none;
  font-size: 0.8em;
  padding-right: 1.2em;
  text-decoration: none;
  background: transparent url("../images/next.svg") no-repeat;
  background-size: 10px 9px;
  background-position: right 0px top 4px;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-right a span,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a span {
  display: none;
}
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-right a:hover,
#tribe-events-content .tribe-events-sub-nav .tribe-events-nav-next a:hover {
  border: none;
}

#tribe-events-content .tribe-events-back a {
  color: #664c43;
  border-bottom: none;
  text-decoration: none;
}

#tribe-events-content .tribe-events-notices {
  background: #fae7cd;
  border-radius: 4px;
  border: 1px solid #f28c00;
  color: #f28c00;
  margin: 1em 0 2em;
  padding: 1em;
  text-shadow: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
#tribe-events-content .tribe-events-notices ul {
  margin: 0;
}
#tribe-events-content .tribe-events-notices ul li::before {
  content: none;
}

.tribe-events-schedule {
  margin-top: 0.3em;
}
.tribe-events-schedule::before {
  content: none;
}
.tribe-events-schedule h2 {
  margin: 0;
  font-size: 1.1em;
  color: #4f7cac;
}

.single-tribe_events .tribe-events-event-meta {
  background: #fdfdfd;
  border: 1px solid #CFD8DC;
}

/*--------------------------------------------------------------
  #404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#Team members
--------------------------------------------------------------*/
.team-member {
  margin: 0;
  padding: 2.5em 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px dotted #CFD8DC;
}
.team-member .team-member-role {
  margin: 0;
  flex: 1;
  word-wrap: break-word;
}
.team-member .team-member-role img {
  display: block;
  height: auto;
  width: 150px;
  margin: 0 0 1em 0 !important;
}
.team-member .team-member-role .team-member-contact {
  margin: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.team-member .team-member-role .team-member-contact h2 {
  margin: 0;
  padding: 0;
  font-size: 0.88em;
  line-height: normal;
  color: #333333;
  font-family: "Poppins", sans-serif;
}
.team-member .team-member-role .team-member-contact h3, .team-member .team-member-role .team-member-contact h4 {
  margin: 0;
  padding: 0;
  font-size: 0.86em;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
.team-member .team-member-role .team-member-contact h3 {
  color: #00838F;
}
.team-member .team-member-role .team-member-contact h4 {
  font-weight: 600;
  color: #515d65;
  display: block;
  margin: 0 0 0.3em 0;
}
.team-member .team-member-role .team-member-contact h4 a {
  color: #607D8B;
  font-weight: 400;
  display: block;
  border: none;
}
.team-member .team-member-role .team-member-contact h4 a:hover {
  color: #E65100;
}
.team-member .team-member-role .team-member-contact h4:first-of-type {
  padding-top: 0.3em;
}
.team-member .team-member-description {
  padding-left: 0.5em;
  flex: 2;
}
.team-member .team-member-description p {
  font-size: 0.9em;
}
.team-member .team-member-description p :last-of-type {
  margin: 0;
}
.team-member:first-of-type {
  margin-top: 3em;
  padding-top: 0;
}
.team-member:last-of-type {
  border: none;
}
@media only screen and (max-width: 50em) {
  .team-member {
    display: block;
  }
  .team-member .team-member-description {
    padding: 1em 0 0 0;
  }
}

/*--------------------------------------------------------------
  #Comments
--------------------------------------------------------------*/
.comments-area {
  width: 100%;
  padding: 0.5em 0;
}
.comments-area h2.comments-title {
  font-size: 0.92em;
  font-weight: 700;
  margin: 0;
  padding: 1em 0 0 0;
}
.comments-area h3.comment-reply-title {
  margin: 0;
  font-size: 1.1em;
}
.comments-area h3.comment-reply-title small {
  margin-left: 0.3em;
  font-size: 1.1em;
}
.comments-area h3.comment-reply-title small a {
  color: #747c92;
}
.comments-area h3.comment-reply-title small a:hover {
  color: #bb4430;
  text-decoration: none;
}
.comments-area label {
  display: block;
  font-weight: bold;
}
.comments-area input[type=text],
.comments-area input[type=email],
.comments-area input[type=url] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddfe3;
  border-radius: 2px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
  color: #333333;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  margin: 0;
  overflow: hidden;
  padding: 0 1em;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.comments-area input[type=submit] {
  background: #222222;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 55px;
  line-height: 55px;
  margin: 3em 0 0 0;
  overflow: hidden;
  padding: 0 1em;
  transition: all 0.3s ease-in-out 0s;
  width: 500px;
  cursor: pointer;
}
.comments-area input[type=submit]:hover {
  background: #222222;
}
.comments-area textarea {
  border: 1px solid #dddfe3;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  padding: 1em;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333333;
  width: 100%;
}
.comments-area p.comment-notes {
  font-size: 0.9em;
}
.comments-area .comment-list {
  margin: 2em 0;
  list-style: none;
}
.comments-area .comment-list li::before {
  content: none;
}
.comments-area article.comment-body {
  border: 1px solid #e8eef2;
  border-bottom: 2px solid #e8eef2;
  border-radius: 2px;
  padding: 2em;
}
.comments-area article.comment-body .comment-meta {
  font-family: "Sintony", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0 1em 0;
  background: white;
  border-bottom: 1px solid #e8eef2;
}
.comments-area article.comment-body .comment-author img {
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
}
.comments-area article.comment-body .comment-author .fn, .comments-area article.comment-body .comment-author .says {
  font-size: 1em;
  font-weight: 700;
  color: #333333;
}
.comments-area article.comment-body .comment-author .url {
  color: #bb4430;
  text-decoration: none;
}
.comments-area article.comment-body .comment-metadata a {
  font-size: 0.9em;
  font-weight: 700;
  color: #747c92;
  text-decoration: none;
}
.comments-area article.comment-body .comment-content {
  padding: 1em 0;
}
.comments-area article.comment-body .comment-content a {
  color: #222222;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  border-bottom: 1px solid #222222;
  line-height: normal;
}
.comments-area article.comment-body .comment-content a:hover {
  color: #222222;
  border-bottom: 1px solid #222222;
}
.comments-area article.comment-body .reply a {
  font-size: 0.9em;
  font-weight: 500;
  color: #747c92;
}
.comments-area li ol.children li.odd article .comment-meta .comment-author .fn {
  color: #bb4430;
  text-decoration: none;
}
.comments-area .comment-respond {
  margin-top: 1em;
}

body.single main article.entry-content img {
  display: block;
  margin: 0;
}
body.single main article.entry-content figure.wp-caption figcaption {
  font-style: italic;
  margin: 1em 0;
  font-size: 0.92em;
}
body.single main article.entry-content .alignleft {
  float: left;
  margin-right: 1em;
}
body.single main article.entry-content .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em;
}
body.single main article.entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
  #Knowledge hub
--------------------------------------------------------------*/
body.post-type-archive-wrl_knowledgehub main article.entry-content,
body.tax-knowledge-hub-categories main article.entry-content {
  margin: 3em 0;
}
body.post-type-archive-wrl_knowledgehub main article.entry-content h1.entry-title,
body.tax-knowledge-hub-categories main article.entry-content h1.entry-title {
  margin: 0 0 0.5em 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}
body.post-type-archive-wrl_knowledgehub main article.entry-content span.cat-links,
body.tax-knowledge-hub-categories main article.entry-content span.cat-links {
  display: block;
  border-top: 1px dotted #CFD8DC;
  border-bottom: 1px dotted #CFD8DC;
  margin: 1em 0 1.5em;
  padding: 1em 0;
  color: #607D8B;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
body.post-type-archive-wrl_knowledgehub main article.entry-content span.cat-links a,
body.tax-knowledge-hub-categories main article.entry-content span.cat-links a {
  color: #0097A7;
  border: none;
  display: inline-block;
  padding-left: 0.3em;
}
body.post-type-archive-wrl_knowledgehub main article.entry-content span.cat-links a:hover,
body.tax-knowledge-hub-categories main article.entry-content span.cat-links a:hover {
  color: #FFA000;
}
body.post-type-archive-wrl_knowledgehub main article.entry-content .post-details p,
body.tax-knowledge-hub-categories main article.entry-content .post-details p {
  margin: 0 0 1em 0;
  font-size: 0.9em;
  font-weight: 300;
  line-height: normal;
}
body.post-type-archive-wrl_knowledgehub main article.entry-content .post-details a,
body.tax-knowledge-hub-categories main article.entry-content .post-details a {
  display: block;
  margin-top: 2em;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: underline;
  color: #d29221;
  border: none;
}
body.post-type-archive-wrl_knowledgehub main article.entry-content .post-details a:hover,
body.tax-knowledge-hub-categories main article.entry-content .post-details a:hover {
  border: none;
  color: #0073aa;
  text-decoration: underline;
}

body.search-results .search-form,
body.error404 .search-form,
body.post-type-archive-wrl_knowledgehub .search-form,
body.tax-knowledge-hub-categories .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.search-results .search-form label,
body.error404 .search-form label,
body.post-type-archive-wrl_knowledgehub .search-form label,
body.tax-knowledge-hub-categories .search-form label {
  flex: 1;
  margin: 0;
}
body.search-results .search-form label .search-field,
body.error404 .search-form label .search-field,
body.post-type-archive-wrl_knowledgehub .search-form label .search-field,
body.tax-knowledge-hub-categories .search-form label .search-field {
  background: #fdfdfd;
  border: 1px solid #CFD8DC;
  font-weight: 500;
  font-size: 0.95em;
}
body.search-results .search-form .search-submit,
body.error404 .search-form .search-submit,
body.post-type-archive-wrl_knowledgehub .search-form .search-submit,
body.tax-knowledge-hub-categories .search-form .search-submit {
  width: 200px;
  margin: 0;
  border: none;
  background: #f28c00;
  color: white;
  font-size: 0.9em;
}
body.search-results .search-form .search-submit:hover,
body.error404 .search-form .search-submit:hover,
body.post-type-archive-wrl_knowledgehub .search-form .search-submit:hover,
body.tax-knowledge-hub-categories .search-form .search-submit:hover {
  cursor: pointer;
  border: none;
  background: #db6607;
}
@media only screen and (max-width: 40em) {
  body.search-results .search-form,
body.error404 .search-form,
body.post-type-archive-wrl_knowledgehub .search-form,
body.tax-knowledge-hub-categories .search-form {
    display: block;
  }
  body.search-results .search-form .search-submit,
body.error404 .search-form .search-submit,
body.post-type-archive-wrl_knowledgehub .search-form .search-submit,
body.tax-knowledge-hub-categories .search-form .search-submit {
    width: auto;
  }
}
