/*=================================
=            VARIABLES            =
=================================*/

/* All Variables should be declared here which makes it easier to update if something changes globally */

/*=====  End of VARIABLES  ======*/

/*==============================
=            MIXINS            =
==============================*/

/*---------------------------------------------------------
  RESPONSIVE MIXINS
---------------------------------------------------------*/

/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/

/*=====  End of MIXINS  ======*/

/*====================================
=            PLACEHOLDERS            =
====================================*/

/*----------  Structure  ----------*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.content-container {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.view-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.99em) {
  .view-testimonials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/*=====  End of PLACEHOLDERS  ======*/

/*============================
=            Grid            =
============================*/

/*=====  End of Grid  ======*/

/*====================================
=            ISOBAR-RESET            =
====================================*/

/* Isobar custom reset using normalize v5 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-size: 62.5%;
  /* font-size 1rem - 10px on default browser size which is 16px, all font sizes are relative to this so 2.4rem is 24px */
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden - Accessibility
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.hidden {
  display: none;
}

.offscreen {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

@media (min-width: 47.99em) {
  .offscreen-no-mobile {
    clip: rect(1px 1px 1px 1px);
    /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    /* added line */
    width: 1px;
  }
}

/*=====  End of ISOBAR-RESET  ======*/

/*==================================
=            TYPOGRAPHY            =
==================================*/

/* Declare font face variations here - make sure to update the source url with the theme name, font name and install font files in /assets/fonts/ */

@font-face {
  font-family: 'Open-Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open-Sans-Semibold';
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open-Sans-Bold';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open-Sans-Light';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Declare site wide typography styles here */

body {
  font-family: "Open-Sans", Arial, sans-serif;
  font-size: 16px;
  /* 16px */
  line-height: 1.5;
  /* 24px */
  color: #3E3E3E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open-Sans-Light", Arial, sans-serif;
  color: #3E3E3E;
  font-weight: normal;
}

.info-icon {
  font-size: 10rem;
}

/*=====  End of TYPOGRAPHY  ======*/

/*==============================
=            HEADER            =
==============================*/

.header {
  background-image: url("../../img/header-bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

.header-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 75em) {
  .header-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(transparent));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.9), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.9), transparent);
    z-index: 2;
    display: block;
  }
}

.header-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 62em) {
  .header-container {
    padding: 20px;
  }
}

@media (min-width: 75em) {
  .header-container {
    padding: 20px 0;
  }
}

.header-logo-container {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 20px 0;
}

.header-logo {
  width: auto;
  max-width: 120px;
}

@media (min-width: 47.99em) {
  .header-logo {
    max-width: 200px;
  }
}

@media (min-width: 62em) {
  .header-logo {
    max-width: 240px;
  }
}

.mobile-menu-toggle-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px 44px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.mobile-menu-toggle-container.-active {
  background: #005E9C;
}

@media (min-width: 62em) {
  .mobile-menu-toggle-container {
    display: none;
  }
}

.mobile-menu-toggle {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:active {
  color: #ffffff;
  text-decoration: none;
}

.mobile-menu-toggle-icon {
  position: absolute;
  top: 20px;
  left: 24px;
  height: 4px;
  width: 35px;
  border-radius: 9px;
  background-color: #ffffff;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  will-change: auto;
}

.mobile-menu-toggle-icon:before,
.mobile-menu-toggle-icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 9px;
  background-color: #ffffff;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  will-change: auto;
}

.mobile-menu-toggle-icon:before {
  top: 10px;
}

.mobile-menu-toggle-icon:after {
  top: 20px;
}

.mobile-menu-toggle-icon.-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 30px;
}

.mobile-menu-toggle-icon.-active:before {
  opacity: 0;
}

.mobile-menu-toggle-icon.-active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.mobile-menu-toggle-copy {
  position: relative;
  top: 23px;
  display: block;
  padding-top: 2px;
}

.header-nav-full-container {
  position: absolute;
  top: 90px;
  left: -100%;
  right: 0;
  width: 100%;
  padding: 40px 0;
  background: #005E9C;
  text-align: center;
  font-size: 1.4rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header-nav-full-container.-active {
  left: 0;
}

@media (min-width: 62em) {
  .header-nav-full-container {
    position: static;
    width: auto;
    background: none;
    padding: 0;
  }
}

.language-toggle,
.header-nav {
  color: #ffffff;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-family: "Open-Sans-Semibold";
}

@media (min-width: 62em) {
  .language-toggle,
  .header-nav {
    text-align: right;
  }
}

.header-nav {
  padding-top: 15px;
}

.language-toggle-item {
  display: inline;
}

.language-toggle-item.-divider {
  position: relative;
  top: -1px;
  font-size: 1.6rem;
}

.header-nav-item {
  margin: 30px 0;
}

@media (min-width: 62em) {
  .header-nav-item {
    display: inline;
    margin-left: 25px;
  }
}

.language-toggle-link {
  color: #ffffff;
  text-decoration: none;
}

.language-toggle-link.-active {
  color: #FFBF2E;
}

.header-nav-link {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
}

.header-nav-link.-active,
.header-nav-link:hover {
  color: #FFBF2E;
}

.internal-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 48px;
  font-family: "Open-Sans-Bold";
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 62em) {
  .internal-banner-title {
    font-size: 4rem;
  }
}

@media (min-width: 75em) {
  .internal-banner-title {
    font-size: 4.8rem;
  }
}

/*=====  End of HEADER  ======*/

/*==============================
=            FOOTER            =
==============================*/

.footer {
  background-color: #3A3A3A;
  padding: 20px;
}

@media (min-width: 62em) {
  .footer {
    padding: 30px;
  }
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer-logo {
  max-width: 200px;
}

@media (min-width: 47.99em) {
  .footer-logo {
    max-width: 250px;
  }
}

@media (min-width: 62em) {
  .footer-logo {
    max-width: 100%;
  }
}

.tt-logo {
  max-width: 90px;
}

@media (min-width: 47.99em) {
  .tt-logo {
    max-width: 120px;
  }
}

@media (min-width: 62em) {
  .tt-logo {
    max-width: 200px;
  }
}

.cookie-notice-full-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #1d1d1d;
  color: #ffffff;
  font-size: 1.4rem;
  z-index: 2;
}

.cookie-notice-full-container.-show {
  display: block !important;
}

.cookie-notice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}

.cookie-notice-container .cookie-notice-link {
  color: #ffffff;
}

.cookie-notice-container .cookie-notice-link:hover {
  color: #EEF1F7;
  text-decoration: none;
}

@media (min-width: 62em) {
  .cookie-notice-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 75em) {
  .cookie-notice-container {
    padding: 0;
  }
}

.cookie-notice-content {
  padding: 0 20px;
}

@media (min-width: 62em) {
  .cookie-notice-content {
    padding: 0;
  }
}

.cookie-notice-cta {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 3px;
  padding: 5px 15px;
}

.cookie-notice-cta:hover {
  color: #EEF1F7;
  border: 2px solid #EEF1F7;
}

.cookie-notice-cta-container {
  margin: 20px 0 0;
}

@media (min-width: 62em) {
  .cookie-notice-cta-container {
    margin: 0;
  }
}

/*=====  End of FOOTER  ======*/

/*=================================
=            STRUCTURE            =
=================================*/

.standard-container {
  max-width: 100%;
  margin: 16px 12px;
  padding: 16px 0;
}

@media (min-width: 47.99em) {
  .standard-container {
    max-width: 870px;
    margin: 24px auto;
    padding: 24px;
  }
}

@media (min-width: 75em) {
  .standard-container {
    padding: 24px 0;
  }
}

.standard-container.-white-bg {
  padding: 24px 12px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}

@media (min-width: 47.99em) {
  .standard-container.-white-bg {
    padding: 48px 24px 24px;
  }
}

@media (min-width: 75em) {
  .standard-container.-white-bg {
    padding: 48px 0 24px;
  }
}

.standard-container.-large {
  width: 95%;
  margin: 16px auto;
}

@media (min-width: 47.99em) {
  .standard-container.-large {
    max-width: 1200px;
    margin: 24px auto;
    padding: 24px;
  }
}

@media (min-width: 75em) {
  .standard-container.-large {
    width: 100%;
  }
}

main {
  overflow: hidden;
  background-color: #EEF1F7;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.standard-content {
  padding: 0 20px;
}

/*=====  End of STRUCTURE  ======*/

/*=============================
=            CARDS            =
=============================*/

.cards {
  padding: 22.5px;
  text-align: center;
}

@media (min-width: 47.99em) {
  .cards {
    padding: 45px 0;
  }
}

.card {
  width: 260px;
  max-width: 100%;
  margin: 16px auto 0;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 47.99em) {
  .card {
    display: inline-block;
    margin: 0 22.5px;
  }
}

.card.-green {
  color: #13b3b5;
  border-color: #13b3b5;
}

.card.-green:hover {
  color: #15cacc;
  border-color: #15cacc;
}

.card.-green:active {
  color: #119c9e;
  border-color: darken #13b3b5, 5%;
}

.card.-purple {
  color: #6a4da5;
  border-color: #6a4da5;
}

.card.-purple:hover {
  color: #775ab2;
  border-color: #775ab2;
}

.card.-purple:active {
  color: #5f4594;
  border-color: darken #6a4da5, 5%;
}

.card a {
  display: block;
  padding: 16px;
  text-align: left;
  color: inherit;
  text-decoration: none;
}

.card .card-icon,
.card .card-text {
  display: inline-block;
}

.card .card-icon {
  width: 48px;
  height: 48px;
  font-size: 4rem;
}

.card .card-icon .svg-icon {
  top: -8px;
}

.card .card-text {
  width: 154px;
  padding-left: 18px;
}

.card .card-text p {
  margin: 0;
}

/*=====  End of CARDS  ======*/

/*==========================================
=            DEFAULT COMPONENTS            =
==========================================*/

/*----------  Skip  ----------*/

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

.skip:active,
.skip:focus,
.skip:hover {
  left: 20px;
  top: 20px;
  padding: 10px;
  background-color: #FFBF2E;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 3;
}

/*----------  SVG icon sprite  ----------*/

.svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  /* Flow with text content */
  fill: currentColor;
  /* Inherit the parent text color */
  height: 1.2em;
  /* Use the parent font-size for width and height */
  width: 1.2em;
  /* Use the parent font-size for width and height */
  vertical-align: middle;
  /* Vertically align icon with adjacent text */
  position: relative;
  /* Align nicely with capital letters */
  top: -.0625em;
}

/*=====  End of DEFAULT COMPONENTS  ======*/

/*===============================
=            BUTTONS            =
===============================*/

.btn {
  background-color: #FFBF2E;
  display: inline-block;
  color: #0F0F0F;
  border: 0;
  border-radius: 50px;
  padding: 7px 30px;
  margin: 15px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open-Sans-Semibold";
  font-size: 1.4rem;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.btn:hover,
.btn:active {
  background-color: #ffde94;
  color: #0F0F0F;
}

.btn.-arrow {
  background-color: transparent;
  position: relative;
  background-image: url("../../img/btn-arrow.png");
  background-repeat: no-repeat;
  background-position: 90% center;
}

.btn.-arrow:hover,
.btn.-arrow:active {
  background-color: #EEF1F7;
}

.btn.-header {
  margin: 0;
}

.btn.-square {
  border-radius: 2px;
  padding: 10px 30px;
}

/*=====  End of BUTTONS  ======*/

.owl-carousel {
  max-width: 90%;
  margin: auto;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.owl-controls {
  display: none;
}

@media (min-width: 75em) {
  .owl-controls {
    display: block;
    position: absolute;
    top: 40%;
    width: 100%;
  }
}

.owl-nav {
  position: relative;
}

.owl-prev {
  position: absolute;
  left: -50px;
}

.owl-next {
  position: absolute;
  right: -50px;
}

.owl-next img,
.owl-prev img {
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}

.owl-next img:hover,
.owl-prev img:hover {
  -webkit-box-shadow: 1px 1px 3px rgba(58, 58, 58, 0.5);
  box-shadow: 1px 1px 3px rgba(58, 58, 58, 0.5);
}

/*===============================
=            CLIENTS            =
===============================*/

.clients-container {
  background-color: #ffffff;
}

.clients-title {
  margin-top: 0;
  margin-right: 24px;
  margin-left: 24px;
  font-family: "Open-Sans-Light";
  font-size: 3rem;
  text-align: center;
}

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 47.99em) {
  .clients {
    margin-right: 24px;
    margin-left: 24px;
  }
}

.client {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 12px;
}

@media (min-width: 47.99em) {
  .client {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    padding: 24px;
  }
}

@media (min-width: 62em) {
  .client {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

.client-image,
.client-information {
  text-align: center;
}

.client-image {
  height: 100px;
}

.client-image span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.client-image img {
  max-width: 100%;
  vertical-align: middle;
}

.client-information {
  font-size: 14px;
}

@media (min-width: 47.99em) {
  .client-information {
    font-size: 16px;
  }
}

@media (min-width: 62em) {
  .client-information {
    margin-right: 24px;
    margin-left: 24px;
  }
}

/*=====  End of CLIENTS  ======*/

/*=============================
=            FORMS            =
=============================*/

label {
  font-family: "Open-Sans-Semibold";
  font-size: 1.4rem;
  color: #333333;
  text-transform: uppercase;
}

@media (min-width: 47.99em) {
  label {
    padding-left: 12px;
  }
}

input[type="text"] {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-family: "Open-Sans-Light";
  font-size: 1.6rem;
  line-height: 1.2;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #ffffff;
}

input.-error-message {
  border-color: #e2411d;
}

.contact-form-field {
  margin-bottom: 10px;
}

@media (min-width: 47.99em) {
  .contact-form-field {
    margin-bottom: 20px;
  }
}

.contact-form-submit {
  text-align: center;
}

.error-message {
  font-size: 1.4rem;
  color: #e2411d;
}

.success-message {
  display: block;
  font-size: 1.4rem;
  color: #046557;
}

/*=====  End of FORMS  ======*/

/*============================
=            TABS            =
============================*/

@media (min-width: 47.99em) {
  .tabs-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.tabs-list {
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}

@media (min-width: 47.99em) {
  .tabs-list {
    width: 80%;
    margin: 0 auto;
  }
}

.tabs-list-button {
  position: relative;
  margin-bottom: -1px;
  padding-bottom: 12px;
  background-color: transparent;
  border: 0;
  font-family: "Open-Sans";
  font-size: 1.4rem;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 34em) {
  .tabs-list-button {
    min-width: 150px;
  }
}

.tabs-list-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 6px;
  background-color: #FFBF2E;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.tabs-list-button:hover {
  font-family: "Open-Sans-Semibold";
}

.tabs-list-button:hover:after {
  bottom: 0;
}

.tabs-list-button[aria-selected="true"] {
  font-family: "Open-Sans-Semibold";
}

.tabs-list-button[aria-selected="true"]:after {
  bottom: 0;
}

.tab {
  min-height: 375px;
  overflow: hidden;
  -webkit-animation: fadeEffect 1s;
  -o-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tab h2 {
  margin-top: 22.5px;
  font-family: "Open-Sans";
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 47.99em) {
  .tab h2 {
    margin-top: 45px;
    font-size: 1.8rem;
  }
}

.tab p {
  font-size: 1.6rem;
}

@media (min-width: 47.99em) {
  .tab p {
    font-size: 1.8rem;
  }
}

/*=====  End of TABS  ======*/

/*====================================
=            TESTIMONIALS            =
====================================*/

.testimonial {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}

.testimonial-image {
  text-align: center;
  vertical-align: top;
}

@media (min-width: 47.99em) {
  .testimonial-image {
    display: inline-block;
    width: 30%;
    padding-top: 12px;
  }
}

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

@media (min-width: 47.99em) {
  .testimonial-text {
    display: inline-block;
    width: 68%;
  }
}

.testimonial-text blockquote {
  margin-top: 12px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

@media (min-width: 47.99em) {
  .testimonial-text blockquote {
    margin-top: 0;
    margin-right: 1em;
    margin-left: 1em;
  }
}

.testimonial-text p {
  margin-top: 0;
  margin-bottom: 12px;
  color: #666666;
}

@media (min-width: 47.99em) {
  .testimonial-text p {
    font-size: 1.8rem;
  }
}

.testimonial-text cite {
  font-family: "Open-Sans-Semibold";
  font-size: 1.4rem;
  font-style: normal;
  color: #000000;
}

.testimonial-view-more-button {
  display: block;
  margin: 0 auto;
  font-family: "Open-Sans-Bold";
  font-size: 1.4rem;
  color: #393939;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.testimonial-view-more-button.-active {
  display: none;
}

.testimonial-view-more-button .svg-icon {
  margin-left: 2px;
  font-size: 1rem;
}

/*----------  Testimonials hidden  ----------*/

.testimonials-hidden {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.testimonials-hidden.-open {
  max-height: 9000px;
}

/*=====  End of TESTIMONIALS  ======*/

/*=========================================
=            VIEW-TESTIMONIALS            =
=========================================*/

.view-testimonials-section {
  height: 262px;
  padding: 32px;
  background-color: #ffffff;
  background-image: url("../../img/bg-cta.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 47.99em) {
  .view-testimonials-section {
    height: 192px;
    padding-right: 104px;
    padding-left: 104px;
  }
}

@media (min-width: 47.99em) {
  .view-testimonials {
    margin-top: 35px;
  }
}

@media (min-width: 62em) {
  .view-testimonials {
    margin-top: 40px;
  }
}

.view-testimonials-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 40px auto 24px;
  font-size: 2.4rem;
  text-align: center;
}

@media (min-width: 47.99em) {
  .view-testimonials-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    margin: -12px auto 0;
    font-size: 3rem;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .view-testimonials-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66%;
    flex: 0 1 66%;
    margin-top: 7px;
  }
}

.view-testimonials-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
}

@media (min-width: 47.99em) {
  .view-testimonials-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    text-align: right;
  }
}

@media (min-width: 62em) {
  .view-testimonials-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
  }
}

/*=====  End of VIEW-TESTIMONIALS  ======*/

/*===================================
=            APPLICATION            =
===================================*/

.application-title {
  margin-right: 24px;
  margin-left: 24px;
  text-align: center;
}

@media (min-width: 62em) {
  .application-title {
    font-size: 3rem;
  }
}

/*=====  End of APPLICATION  ======*/

/*==============================
=            HOME              =
==============================*/

.home-banner-video-container {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.home-banner-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  display: none;
}

@media (min-width: 75em) {
  .home-banner-video-container video {
    display: block;
  }
}

@media (max-width: 1158px) {
  .home-banner-video-container video {
    height: 100%;
  }
}

@media (min-width: 1159px) {
  .home-banner-video-container video {
    width: 100% !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-banner-video-container video {
    width: auto;
  }
}

.home-banner-content {
  color: #ffffff;
  text-align: center;
}

@media (min-width: 75em) {
  .home-banner-content {
    position: relative;
    z-index: 2;
  }
}

.wifi-icon {
  font-size: 6rem;
}

.home-banner-content-header,
.home-banner-content-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.home-banner-content-header {
  font-family: "Open-Sans-Bold";
  font-size: 4.8rem;
  margin: 0 0 20px;
}

.home-banner-content-text {
  font-family: "Open-Sans-Semibold";
  font-size: 2rem;
  padding: 0 20px;
}

@media (min-width: 62em) {
  .home-banner-content-text {
    font-family: "Open-Sans";
    font-size: 2.4rem;
  }
}

@media (min-width: 75em) {
  .home-banner-content-text {
    font-size: 2.8rem;
    max-width: 50%;
    margin: 0 auto 20px;
  }
}

.home-banner-content-skip {
  padding: 25px 0;
}

.home-banner-content-skip-icon {
  font-size: 6.5rem;
  padding: 20px;
  will-change: auto;
}

.home-banner-content-skip-icon:hover {
  -webkit-animation: bounce .8s;
  -o-animation: bounce .8s;
  animation: bounce .8s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.homepage-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.homepage-intro-section {
  background-color: #EEF1F7;
  padding: 20px;
  text-align: center;
}

@media (min-width: 75em) {
  .homepage-intro-section {
    font-size: 1.8rem;
  }
}

@media (min-width: 62em) {
  .homepage-intro {
    max-width: 960px;
    margin: auto;
  }
}

.homepage-intro-header {
  margin: 50px 0;
  font-size: 3rem;
}

.intro-services-container {
  display: block;
}

@media (min-width: 62em) {
  .intro-services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.intro-service {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 62em) {
  .intro-service {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
  }

  .intro-service p {
    padding: 0 40px;
  }
}

.service-icon {
  max-width: 130px;
}

.homepage-video-player-section {
  background-image: url(/img/bg-video-mobile.png), -webkit-radial-gradient(bottom center, circle, #00BABD, #005E9C);
  background-image: url(/img/bg-video-mobile.png), -o-radial-gradient(circle at bottom center, #00BABD, #005E9C);
  background-image: url(/img/bg-video-mobile.png), radial-gradient(circle at bottom center, #00BABD, #005E9C);
  background-color: #005E9C;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media (min-width: 62em) {
  .homepage-video-player-section {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/img/bg-video.png), -webkit-radial-gradient(circle at bottom center, #00BABD, #005E9C);
    background-image: url(/img/bg-video.png), -o-radial-gradient(bottom center, circle, #00BABD, #005E9C);
    background-image: url(/img/bg-video.png), radial-gradient(circle at bottom center, #00BABD, #005E9C);
  }
}

.homepage-video-player-intro {
  text-align: center;
  padding: 10px 0 20px;
}

@media (min-width: 62em) {
  .homepage-video-player-intro {
    max-width: 50%;
    margin: auto;
  }
}

.homepage-video-player-title {
  color: #ffffff;
  font-size: 2rem;
}

.homepage-video-player-container {
  max-width: 750px;
  margin: auto;
}

.homepage-video-player {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.homepage-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  -webkit-box-shadow: 0px 25px 40px -10px rgba(0, 0, 0, 0.73);
  box-shadow: 0px 25px 40px -10px rgba(0, 0, 0, 0.73);
  border: none;
}

.homepage-cta-section {
  background-image: url(/img/bg-cta.png);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #EEF1F7;
  padding: 40px 20px;
  text-align: center;
}

.homepage-cta-title {
  font-size: 2.4rem;
}

@media (min-width: 62em) {
  .homepage-cta-title {
    font-size: 3.2rem;
  }
}

.homepage-carousel-section {
  background-color: #ffffff;
}

.homepage-carousel-header {
  text-align: center;
  font-size: 2rem;
  position: relative;
}

.homepage-carousel-header:before,
.homepage-carousel-header:after {
  content: '';
  width: 15%;
  border-bottom: solid 1px rgba(62, 62, 62, 0.2);
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media (min-width: 62em) {
  .homepage-carousel-header:before,
  .homepage-carousel-header:after {
    width: 25%;
  }
}

.homepage-carousel-header:before {
  left: 20px;
}

@media (min-width: 62em) {
  .homepage-carousel-header:before {
    left: 100px;
  }
}

.homepage-carousel-header:after {
  right: 20px;
}

@media (min-width: 62em) {
  .homepage-carousel-header:after {
    right: 100px;
  }
}

@media (min-width: 62em) {
  .homepage-carousel-header {
    font-size: 3rem;
  }
}

@media (min-width: 75em) {
  .homepage-carousel-header {
    font-size: 3.2rem;
  }
}

.homepage-carousel-title {
  margin: 40px 0 0;
}

.homepage-carousel-cta {
  margin: 10px 0;
  text-align: center;
}

/*===============================
=            CONTACT            =
===============================*/

/*=====  End of CONTACT  ======*/

.why-ireland-logos {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .why-ireland-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*==============================
=            HOME              =
==============================*/

.about-container {
  text-align: center;
}

.about-intro {
  font-size: 1.8rem;
}

.about-intro-header {
  padding: 0 10px;
}

@media (min-width: 62em) {
  .about-intro-header {
    padding: 0 40px;
  }
}

@media (min-width: 75em) {
  .about-intro-header {
    padding: 0 60px;
  }
}

.about-services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}

.about-intro-service {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
  margin: 10px 0;
}

@media (min-width: 62em) {
  .about-intro-service {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
  }

  .about-intro-service p {
    padding: 0 40px;
  }
}

/*=====  End of HOME  ======*/

/*
* print styles
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}