.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.hide {
  display: none !important; }

.icon {
  display: block;
  height: 2em;
  width: 2em;
  line-height: 1;
  fill: currentColor; }

.clearfix {
  clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

#menu-toggle {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 2em;
  left: 2em;
  text-indent: -999em;
  z-index: 2; }
  @media only screen and (min-width: 56em) {
    #menu-toggle {
      display: none; } }

#topNav {
  width: 640px;
  float: right;
  text-align: right;
  display: inline;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 0; }

.menu {
  padding: 0; }

.menu__item {
  list-style: none; }
  @media only screen and (min-width: 56em) {
    .menu__item {
      font-size: 11px;
      display: inline; }
      .menu__item::after {
        content: ' | '; }
      .menu__item:last-child::after {
        content: ''; } }

.menu__link {
  color: #337493;
  text-decoration: none; }
  @media only screen and (max-width: 56em) {
    .menu__link {
      display: block;
      text-align: center; } }
  .menu__link:hover, .menu__link:focus {
    color: #990000;
    text-decoration: underline; }
  .menu__link#selected {
    color: #990000; }

@media only screen and (max-width: 56em) {
  #top_info {
    text-align: center; } }

@media only screen and (max-width: 56em) {
  .contact-details {
    display: block; } }

.submenu {
  list-style: none;
  padding: 10px 15px 0; }

.submenu__item {
  display: inline; }
  .submenu__item:after {
    content: ' | '; }
  .submenu__item:last-child:after {
    content: ''; }

.submenu__link.active {
  font-weight: bold; }

@media only screen and (max-width: 56em) {
  body {
    font-size: 1em;
    line-height: 1.6; }

  h1 {
    font-size: 1.75em; }

  h2 {
    font-size: 1.25em; }

  #content,
  #header,
  #header .rside,
  #header .lside,
  #top_info,
  .information,
  .main,
  #topNav,
  #left,
  #leftInfo,
  .rightInfo,
  .Navbox,
  .thirds,
  .grass,
  .description,
  .smallbox,
  .smallboxtop,
  .text,
  .help,
  .book,
  .footerHome,
  .box .help {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0; }

  .description img {
    width: 100%; }

  #content {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    margin: 0 auto;
    padding: 1em; }
    #content #header .lside img {
      padding-top: 0; }

  #header {
    width: 100%; }
    .cc-cookie-message-visible #header {
      position: relative; }
      .cc-cookie-message-visible #header #menu-toggle {
        top: initial;
        left: initial; }
      .cc-cookie-message-visible #header .rside.is-visible {
        top: -1em;
        left: -1em;
        width: 100vw;
        max-width: none; }

  #header,
  #left,
  .smallbox {
    margin-bottom: 1em;
    padding: 1em;
    background: white; }

  #topNav p {
    margin: 0 0 1em; }

  .menu__link {
    font-size: 1em; }

  #header .rside {
    position: absolute;
    left: 0;
    top: -999em;
    width: 100%;
    background: url("/images/logo.jpg") center 1em no-repeat white;
    padding: 7em 0 1em;
    transition: top .25s;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4); }
    #header .rside.is-visible {
      top: 0; }

  .information {
    display: flex;
    flex-wrap: wrap; }

  .main {
    display: flex;
    flex-wrap: wrap;
    order: 1; }

  .text {
    order: 1;
    padding: 1em;
    margin-bottom: 1em;
    text-align: left; }

  .rightInfo {
    order: 2;
    margin-bottom: 1em; }

  #leftInfo {
    order: 2;
    margin-bottom: 1em; }

  .footerWrapper {
    order: 4;
    width: 100%;
    background-color: white;
    padding: 1em; }

  .help {
    padding: .5em 0; }

  .book,
  .rightInfo,
  .rightInfo p {
    width: 100%;
    text-align: center; }

  .thirds {
    margin-bottom: 1em; }

  .Navbox {
    margin-bottom: 1em; } }
.smallboxtop {
  padding: .5em;
  background: white;
  margin-bottom: .5em; }

.link-block {
  display: block;
  position: relative;
  padding: .5em .5em 1.5em;
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase; }
  .link-block .icon {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: .25em;
    bottom: .25em; }
  .link-block.consulting {
    background-image: radial-gradient(circle at top left, #894344, #B84E44 75%); }
  .link-block.writing {
    background-image: radial-gradient(circle at top left, #30471E, #5D8C3D 75%); }
  .link-block.training {
    background-image: radial-gradient(circle at top left, #32112D, #8B2A80 75%); }
