/*  HTML5  */

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;
}

a {
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
}

input[type=button],
input[type=submit],
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input,
select,
button,
textarea {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

ins {
    background-color: #008c98;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #008c98;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    -ms-interpolation-mode: bicubic;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

body,
select,
input,
textarea {
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

html {
    overflow-y: scroll;
}

ul,
ol {
    margin-left: 1.8em;
}

ol {
    list-style-type: decimal;
}

nav ul,
nav li {
    margin: 0;
}

small {
    font-size: 85%;
}

strong,
th {
    /* font-weight: bold; */
}

td,
td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

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

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

textarea {
    overflow: auto;
}

.ie6 legend,
.ie7 legend {
    margin-left: -7px;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

::-moz-selection {
    background: #fbefa1;
}

::selection {
    background: #fbefa1;
}

a:link {
    -webkit-tap-highlight-color: #fbefa1;
}

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #919ea2;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #919ea2;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #919ea2;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #919ea2;
}


/* Tables */

table {
    max-width: 100%;
    background-color: transparent;
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #eee;
}

th {
    text-align: left;
}


/* ==================================================================================================================== */


/* ==================================================================================================================== */

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    display: none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #2e58a8;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #2e58a8;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mp-pushed .hamburger--arrowalt .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    left: -4px;
}

.mp-pushed .hamburger--arrowalt .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    left: -4px;
}


/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Customize the label (the container) */

.check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    left: 0 !important;
    padding-left: 30px !important;
}


/* Hide the browser's default radio button */

.check-label input {
    position: absolute;
    opacity: 0;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #9cb0a9;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.check-label:hover input~.checkmark {}


/* When the radio button is checked, add a blue background */

.check-label input:checked~.checkmark {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.check-label input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.check-label .checkmark:after {
    content: '\f00c';
    color: #29AEEF;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    line-height: 18px;
    margin-left: 4px;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

object,
embed {
    width: 100%;
}

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

.grid-list {
    margin-left: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
}

@media print {
    * {
        background: transparent !important;
        color: #444 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

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

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

    .ir a:after {
        content: "";
    }

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

    thead {
        display: table-header-group;
    }

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

    @page {
        margin: 0.5cm;
    }

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

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

.container {
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto;
}

.container--bleed {
    max-width: none;
}

.columns {
    margin-left: -15px;
    margin-right: -15px;
}

.column {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 15px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding .columns {
    margin: 0;
}

.no-padding .column {
    padding: 0;
}

@media screen and (min-width: 769px) {
    .columns {
        display: flex;
        flex-flow: row wrap;
    }
}

@media screen and (max-width: 767px) {
    .hamburger {
        display: block;
    }
}



/* Mobile menu */

.nav-mobile {
    display: none;
  }
.mob-menu-toggle {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9980;
    width: 30px;
    min-height: 24px;
  }

  .menu-trigger span,
  .menu-trigger span::before,
  .menu-trigger span::after {
    background: #76bdea;
  }

  .menu-trigger span,
  .menu-trigger span::before,
  .menu-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    background: #76bdea;
    transition: all 0.2s ease;
    width: 45px;
  }

  .menu-trigger span::before,
  .menu-trigger span::after {
    content: "";
    width: 100%;
  }

  .menu-trigger span::before {
    top: -10px;
  }

  .menu-trigger span::after {
    bottom: -10px;
  }

  .mob-menu-toggle.toggle-open span {
    background: rgba(0, 0, 0, 0);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mob-menu-toggle.toggle-open span::before {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  .mob-menu-toggle.toggle-open span::after {
    -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
    transform: rotate(-90deg) translate3d(10px, 0, 0);
  }

  @media screen and (max-width: 767px) {
    .mob-menu-toggle {
      top: -35px;
      transform: none;
      left: 15px;
    }

  }
