/*
Theme Name: Club of Three
Theme URI: http://designseeds.co.uk
Author: Designseeds
Author URI: http://designseeds.co.uk
Description: Description
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: designseeds.co.uk
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

popperscores 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* ==============
   @font-face fonts
   ============== */
/* 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 {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* ==============
   Typography
   ============== */
html {
  font-size: 13px;
  color: #006ddb;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "aktiv-grotesk";
  line-height: 1.5;
  font-weight: 300;
}

strong, b {
  font-weight: 800;
}

em {
  font-style: italic;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 769px) {
  h1 {
    width: 66.9642857143%;
  }
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333333;
}

h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

h1 {
  margin-bottom: 40px;
}

blockquote {
  padding: 20px 20px 10px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-style: italic;
  margin: 20px 0 30px 0px;
}

cite {
  font-style: normal;
  font-weight: bold;
}

.hero h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .hero h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.hero p {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 600px) {
  .hero p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

main .content > p:first-child {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
}
main .content .filter + p {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
}
main.nointro .content > p:first-child {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.small {
  font-size: 12px;
  font-size: 0.75rem;
}

.more {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
}

.widget {
  line-height: 1.4;
}
.widget h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (min-width: 769px) {
  .widget h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.widget h3 a, .widget h3 a:visited {
  font-weight: 300;
}
.widget a, .widget a:visited {
  color: #333333;
}
.widget h4 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

form input {
  font-size: 16px;
  font-size: 1rem;
}

header p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 600px) {
  header p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}

.bios article h4 {
  font-size: 16px;
  font-size: 1rem;
}
.bios article h4 + p {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.bios article h4 + .introtxt {
  margin-top: 30px;
}
.bios article h2 {
  padding: 10px 0;
}
.bios .introtxt {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none !important;
}

.opinion h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.opinion a, .opinion a:visited {
  color: #333333;
}
.opinion h4 {
  font-size: 12px;
  font-size: 0.75rem;
}

.doc h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.doc h4 span {
  font-size: 16px;
  font-size: 1rem;
}

footer h4 {
  font-size: 26px;
  font-size: 1.625rem;
}
footer a {
  color: #ffffff;
}
footer p {
  font-size: 12px;
  font-size: 0.75rem;
}

.banner p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

img {
  width: 100%;
}

figure {
  max-width: 100%;
}

/* ==============
   Layout
   ============== */
body {
  color: #333333;
  background: #f5f5f5;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
}

p {
  margin: 10px 0;
}
p:first-of-type {
  margin-top: 0;
}

li {
  margin-bottom: 10px;
}

/* ==============
   Links
   ============== */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.more {
  color: #ea4848;
  display: inline-block;
}
.more svg {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.more span {
  border-top: 2px solid #333333;
  display: flex;
  padding-top: 10px;
}
.more:visited {
  color: #ea4848;
}

/* ==============
   buttons
   ============== */
/* ==============
   Padding/Margins Grid
   ============== */
/* ==============
   Forms
   ============== */
/* ==============
   Helpers
   ============== */
.hide {
  display: none !important;
}

.wrap:after, .intro .inner:after {
  content: "";
  display: table;
  clear: both;
}

.u-colour1__txt {
  color: #000081;
}
.u-colour1__bg {
  background-color: #000081;
}

.u-colour2__txt {
  color: #006ddb;
}
.u-colour2__bg {
  background-color: #006ddb;
}

.u-colour3__txt {
  color: #f5f5f5;
}
.u-colour3__bg {
  background-color: #f5f5f5;
}

.u-colour4__txt {
  color: #333333;
}
.u-colour4__bg {
  background-color: #333333;
}

.u-colour5__txt {
  color: #fbebaf;
}
.u-colour5__bg {
  background-color: #fbebaf;
}

.u-colour6__txt {
  color: #ea4848;
}
.u-colour6__bg {
  background-color: #ea4848;
}

.u-colour7__txt {
  color: #fceded;
}
.u-colour7__bg {
  background-color: #fceded;
}

.u-colour-white__txt {
  color: #ffffff;
}
.u-colour-white__bg {
  background-color: #ffffff;
}

/* ============
   ICONS
   ============ */
[class^=icon-], [class*=" icon-"] {
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: currentColor;
}

/* ===========
   HEADER
   =========== */
#logo {
  float: left;
  width: 50%;
  min-width: 100px;
  max-width: 150px;
}
#logo img {
  width: 100%;
}

header > .inner {
  padding: 30px 30px 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  header > .inner {
    padding: 30px 0 20px 0;
  }
}
header p {
  margin-left: 30px;
  float: right;
}
@media screen and (min-width: 900px) {
  header p {
    margin-left: 20px;
  }
}

/* ===========
   NAV
   =========== */
header .nav_wrap {
  border-top: 6px solid #000081;
  color: #ffffff;
  display: flex;
}
@media screen and (min-width: 769px) {
  header .nav_wrap {
    height: auto;
  }
}
header .nav_wrap #menu_toggle {
  display: flex;
}
@media screen and (min-width: 769px) {
  header .nav_wrap #menu_toggle {
    display: none !important;
  }
}
header .nav_wrap .hamburger-txt {
  padding: 0 10px;
}
header .nav_wrap .inner {
  background: #006ddb;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  header .nav_wrap .inner {
    display: flex;
    justify-content: flex-end;
    justify-content: space-between;
  }
}
header .nav_wrap a {
  color: inherit;
}
header .nav_wrap nav {
  display: none;
  background: #006ddb;
  position: absolute;
  top: 40px;
  z-index: 10;
  float: left;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 769px) {
  header .nav_wrap nav {
    display: block !important;
    position: static;
  }
}
header .nav_wrap li {
  padding: 12px 20px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  header .nav_wrap li {
    padding: 12px 15px;
    float: left;
    text-align: left;
  }
  header .nav_wrap li:first-child {
    padding-left: 30px;
  }
}
header .nav_wrap .nav_uts {
  display: flex;
  float: right;
  justify-content: flex-end;
}

.subnav li {
  background: #fbebaf;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.subnav li a {
  color: #333333;
}
.subnav li.current_page_item {
  background-color: #ea4848;
}
.subnav li.current_page_item a {
  color: #ffffff;
}

/* ===========
   Intro
   =========== */
@media screen and (min-width: 600px) {
  .intro {
    padding: 40px 20px 80px 20px;
  }
}
.intro .inner {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .intro .inner {
    padding: 0;
    display: block;
  }
}
.intro h1 {
  order: 1;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .intro h1 {
    text-align: left;
    width: 70.5357142857%;
    float: left;
    padding-left: 35px;
  }
}
.intro img {
  order: 2;
  width: 50%;
  float: left;
}
@media screen and (min-width: 600px) {
  .intro img {
    width: 29.4642857143%;
  }
}
.intro .content {
  order: 3;
  width: 100%;
  float: left;
  padding: 20px 0;
}
@media screen and (min-width: 600px) {
  .intro .content {
    width: 70.5357142857%;
    padding: 0 0 0 35px;
  }
}
.intro .content li {
  padding-left: 35px;
  position: relative;
}
.intro .content li::before {
  content: "";
  width: 15px;
  height: 6px;
  background: #333333;
  display: block;
  float: left;
  left: 0px;
  top: 10px;
  position: absolute;
}
.intro .content li:last-child {
  margin-bottom: 0;
}

/* ===========
    HERO AREA & BANNER AREA
   =========== */
.hero {
  position: relative;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 600px) {
  .hero {
    height: 300px;
  }
}
.hero .content {
  color: #ffffff;
  bottom: 0;
  padding: 20px;
  max-width: 80%;
}
.hero h2 a {
  color: #ffffff;
}
.hero h2 a:hover {
  text-decoration: none;
}
.hero.dark_txt .content, .hero.dark_txt h2, .hero.dark_txt a {
  color: #000000;
}

.banner {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  float: left;
  width: 66.9642857143%;
}
main .banner {
  width: 100%;
  margin-bottom: 40px;
}
.banner p {
  margin: 0;
  padding: 10px;
  background: #ffffff;
}

.o-banner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .o-banner {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  .o-banner__img {
    width: 50%;
  }
  .o-banner__img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.o-banner__txt {
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .o-banner__txt {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  .o-banner.o-banner--img-narrow .o-banner__img {
    width: 33.3333333333%;
  }
  .o-banner.o-banner--img-narrow .o-banner__txt {
    width: 66.6666666667%;
  }
  .o-banner.o-banner--img-right .o-banner__txt {
    order: 1;
  }
  .o-banner.o-banner--img-right .o-banner__img {
    order: 2;
  }
}

/* ===========
   MAIN
   =========== */
.wrap {
  padding: 40px 20px 0 20px;
}
@media screen and (min-width: 600px) {
  .wrap {
    padding: 80px 20px 0 20px;
  }
}
@media screen and (min-width: 1120px) {
  .wrap {
    padding: 80px 0 0;
  }
}
#home .wrap {
  padding: 0;
}
@media screen and (max-width: 769px) {
  #home .wrap {
    background: #fbebaf;
  }
}
@media screen and (min-width: 600px) {
  #home .wrap {
    padding: 60px 20px 80px 20px;
  }
}
@media screen and (min-width: 769px) {
  #home .wrap {
    padding: 20px 0 20px 0;
  }
}
#home .wrap .inner {
  background: #fbebaf;
}
@media screen and (min-width: 769px) {
  #home .wrap .inner {
    padding: 20px;
  }
}
@media screen and (min-width: 600px) {
  .wrap main {
    float: left;
    width: 66.9642857143%;
  }
}
.wrap main.wide {
  width: 100%;
}
.wrap main.wide .content {
  float: left;
  width: 66.9642857143%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .wrap main.wide .content {
    width: 66.9642857143%;
  }
}
.wrap main > .content > p:first-child {
  margin-bottom: 40px;
}
.wrap main > .content > h2 {
  margin: 20px 0 10px 0;
}
.wrap main.nointro .content > p:first-child {
  margin-bottom: 10px;
}

/* ===========
   ASIDE
   =========== */
aside {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 600px) {
  aside {
    float: left;
    padding-left: 20px;
    width: 33.0357142857%;
  }
}
aside h6 {
  border-top: 4px solid #333333;
  padding: 10px 0;
}

/* ===========
   Article
   =========== */
.clickable {
  cursor: pointer;
}
.clickable:hover {
  opacity: 0.8;
}
.clickable a:hover {
  text-decoration: none;
}

article {
  padding: 20px 20px 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
article.doc {
  background: #ffffff;
  width: 100%;
}
article.doc a:first-child {
  color: #333333;
}
article .content_txt {
  width: 84.8484848485%;
  width: calc(100% - 120px);
  float: left;
  padding: 0 20px 0px 20px;
}
article.doc.reports .content_txt {
  width: 84.8484848485%;
  width: calc(100% - 60px);
}
article .icon-file-o {
  width: 50px;
  height: 50px;
  float: left;
}
article .more {
  margin-top: 20px;
}
article .thumb {
  width: 120px;
  float: left;
  height: 120px;
}
article.opinion, article.partners {
  width: 100%;
}
article.opinion .thumb, article.partners .thumb {
  height: auto;
}
article .thumb + .content_txt {
  width: 81.1594202899%;
  width: calc(100% - 120px);
}
article .thumb + .content_txt .more {
  margin-top: 10px;
}

/* ===========
   OPINIONS & PARTNERS
   =========== */
.opinion, .partners {
  background: #ffffff;
  width: 100%;
  padding: 0;
  display: flex;
}
.opinion .thumb, .partners .thumb {
  width: 29.3333333333%;
  padding: 2.6666666667% 0 2.6666666667% 2.6666666667%;
}
.opinion .thumb img, .partners .thumb img {
  display: block;
}
.opinion .content_txt, .partners .content_txt {
  padding: 2.6666666667% 2.6666666667% 50px 2.6666666667%;
  position: relative;
}
.opinion .content_txt .btm, .partners .content_txt .btm {
  position: absolute;
  bottom: 10px;
}
.opinion .content_txt .btm .small, .partners .content_txt .btm .small {
  display: block;
}

.partner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner_wrap .partners {
  padding: 5.3333333333%;
  align-items: center;
  margin-bottom: 4%;
  height: 180px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .partner_wrap .partners {
    width: 48%;
  }
}
.partner_wrap .partners a {
  width: 100%;
}
.partner_wrap .partners .thumb {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.partner_wrap .partners .thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
  display: inline-block;
}

/* ===========
   GALLERY
   =========== */
.gallery {
  margin-top: 40px;
}
.gallery a {
  float: left;
  width: 48%;
  margin-bottom: 4%;
}
.gallery a:nth-child(odd) {
  margin-right: 4%;
}

/* ===========
   BIOS
   =========== */
.bios {
  float: left;
  width: 100%;
  max-width: 100%;
}
.bios h2 {
  border-bottom: 4px solid #333333;
  margin-bottom: 20px;
}
.bios img {
  display: block;
}
.bios article {
  padding: 0;
  width: 100%;
  background: #ffffff;
  position: relative;
  padding-bottom: 180px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .bios article {
    width: 30.6666666667%;
    margin-right: 2.6666666667%;
  }
}
.bios article:nth-child(-n+3) {
  margin-bottom: 30px;
}
.bios article .details {
  padding: 15px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: #ffffff;
  opacity: 0.9;
  height: 180px;
}
.bios article .expand {
  display: none;
  border-top: 2px solid #ffffff;
  padding-top: 20px;
  margin-top: 10px;
}
.bios article .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: transform 0.5s;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  pointer-events: none;
}
.bios article.active {
  z-index: 3;
}
.bios article.active .details {
  background: #ea4848;
  color: #ffffff;
}
.bios article.active .expand {
  display: block;
}
.bios article.active .close {
  transform: rotate(0deg);
}
.bios article.active .introtxt {
  display: none;
}
.bios .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.bios table td:first-child {
  white-space: nowrap;
  font-weight: 800;
  padding-left: 0;
}

/* ===========
   WIDGETS
   =========== */
.widgets {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1120) {
  .widgets {
    padding: 0px;
  }
}
@media screen and (min-width: 769px) {
  .widgets {
    display: inline-block;
  }
}

.widget {
  border-top: 4px solid #333333;
  margin-top: 0px;
  float: left;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .widget {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .widget {
    width: 32.1428571429%;
    margin-left: 1.7857142857%;
  }
}
.widget:first-child {
  margin-left: 0;
}
.widget h3 {
  padding: 15px 20px;
}
@media screen and (min-width: 769px) {
  .widget h3 {
    padding: 30px 0;
  }
}
.widget h3 a {
  padding-left: 30px;
}
.widget p {
  margin-top: 10px;
}
.widget h4 a {
  text-transform: uppercase;
}
.widget .content_wrap {
  display: inline-block;
  background: #ffffff;
  height: 183px;
  display: flex;
  position: relative;
}
.widget .content_wrap .content {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.widget.leftimg .img_thumb {
  width: 30.5555555556%;
  max-width: 110px;
  float: left;
  display: flex;
}
.widget.leftimg .content {
  width: 69.4444444444%;
  float: left;
}
.widget.leftimg.noflex .content {
  display: block;
}
.widget.topimg .content {
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .widget.topimg .content {
    padding: 5px;
  }
}
.widget.topimg .content_wrap {
  display: block;
  flex-direction: column;
}

/* ===========
   FILTER
   =========== */
aside .filter {
  display: none;
}
@media screen and (min-width: 600px) {
  aside .filter {
    display: block;
  }
}
.filter.toggle {
  display: block;
  margin-bottom: 15px;
}
.filter.toggle h6 {
  border-bottom: 6px solid #333333;
  display: flex;
  padding: 10px 0;
  line-height: 1;
}
.filter.toggle .subnav {
  display: none;
}
@media screen and (min-width: 600px) {
  .filter.toggle {
    display: none;
  }
}

/* ===========
   PAGINATION
   =========== */
.pagination {
  text-transform: uppercase;
  line-height: 1;
  border-top: 1px solid #333333;
  padding: 15px;
  margin-right: 20px;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 800;
}
.pagination ul li {
  color: #333333;
  display: inline-block;
}
.pagination ul li a, .pagination ul li span {
  display: flex;
  line-height: 24px;
  color: #333333;
  padding: 3px 9px;
}
.pagination ul li .prev {
  margin-right: 20px;
}
.pagination ul li .prev svg {
  transform: rotate(180deg);
  color: #333333;
}
.pagination ul li .next {
  margin-left: 20px;
  color: #333333;
}
.pagination ul li .current {
  background: #ea4848;
  color: #ffffff;
}
.pagination ul li .current, .pagination ul li .prev {
  display: none;
}
@media screen and (min-width: 600px) {
  .pagination ul li .current, .pagination ul li .prev {
    display: flex;
  }
}

/* ===========
   Forms
   =========== */
header form {
  display: flex;
}
header form input {
  border: 0;
  background: #fceded;
  margin: 0;
  padding: 0;
  width: 0;
  transition: width 2s, padding 2s;
  position: absolute;
  right: 49px;
  height: 49px;
  z-index: 10;
}
header form input.active {
  width: 300px;
  padding: 8px 20px;
}
header form input::-moz-placeholder {
  color: #ea4848;
  font-size: 16px;
}
header form input::placeholder {
  color: #ea4848;
  font-size: 16px;
}
header form button {
  background: #ea4848;
  color: #ffffff;
  border: none;
  width: 49px;
  height: 49px;
  margin: 0;
}
header form button[type=submit] {
  display: none;
}
/* ===========
   Social
   =========== */
.social {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .social {
    padding: 0 40px;
  }
}
.social span {
  margin-left: 10px;
}
.social a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 600px) {
  .social a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.social a:first-child {
  margin-left: 0;
}
.social a:first-child svg {
  margin-right: 8px;
}
.social a:last-of-type svg {
  margin-right: 5px;
}

/* ===========
   TABLES
   =========== */
td {
  padding: 10px;
}

/* ===========
   Footer
   =========== */
footer {
  display: inline-block;
  width: 100%;
  background: #006ddb;
  color: #ffffff;
  padding: 30px 20px 15px 20px;
  margin-top: 0px;
}
@media screen and (min-width: 769px) {
  footer {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1120) {
  footer .inner {
    padding: 0;
  }
}
footer .top {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  footer .top {
    margin-bottom: 30px;
    display: flex;
    padding: 30px 0 15px 0;
  }
}
footer h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  footer h4 {
    margin-bottom: 0;
    float: left;
  }
}
footer p {
  margin: 0;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  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;
}
.hamburger:hover {
  opacity: 0.7;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  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: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  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.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@media print {
  aside, .nav_uts, header nav, .subnav, header[role=banner], footer, #comments, #respond, .filter {
    display: none !important;
  }
  .content {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  main {
    width: 90% !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  img {
    page-break-inside: avoid !important;
    display: block !important;
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
  }
  * {
    color: #000 !important;
    background-color: #fff !important;
  }
  .intro {
    page-break-after: always;
  }
  .widget {
    width: 100%;
  }
  .widget h3 a {
    display: none;
  }
  .bios article {
    width: 100% !important;
    padding-bottom: 0 !important;
    page-break-inside: avoid !important;
  }
  .bios article img {
    max-width: 25% !important;
  }
  .bios article .details {
    position: static !important;
    height: auto !important;
  }
  .bios article .introtxt {
    display: none !important;
  }
  .bios article .expand {
    display: block !important;
  }
  .bios article .close {
    display: none !important;
  }
}