@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: '"' '"' "'" "'";
}
blockquote:before,
q:before {
  content: open-quote;
}
blockquote:after,
q:after {
  content: close-quote;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
:focus {
  outline: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  margin: 20px 30px 30px;
  padding: 0;
}
.ua-ie hr {
  height: 2px;
}
br {
  margin: 0;
  padding: 0;
}
input,
select {
  margin: 0;
  padding: 0;
}
input {
  border: 1px solid #000000;
}
img,
object,
embed {
  max-width: 100%;
}
.gradient-blue {
  background-color: #254b75;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#25b5e7), to(#254b75));
  background-image: -webkit-linear-gradient(top, #25b5e7, #254b75);
  background-image: -moz-linear-gradient(top, #25b5e7, #254b75);
  background-image: -ms-linear-gradient(top, #25b5e7, #254b75);
  background-image: -o-linear-gradient(top, #25b5e7, #254b75);
  background-image: linear-gradient(top, #25b5e7, #254b75);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25b5e7', endColorstr='#254b75');
}
body {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
  color: #646464;
  max-width: 1366px;
  background: #eaeaea;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
img.alignnone {
  margin: 20px 0;
}
.blue {
  color: #254b75;
}
.content a.grey-link {
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: FrutigerLTStd-Bold, helvetica, arial, san-serif;
}
h1 {
  background: #333333;
  color: white;
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 0;
}
h2 {
  font-size: 24px;
  color: #646464;
  margin: 30px 0 15px 0;
}
h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
a {
  color: black;
  text-decoration: none;
}
a:visted,
a:hover {
  color: #b0a89b;
  text-decoration: none !important;
}
a img {
  display: block;
}
p {
  margin-bottom: 15px;
}
p.lead {
  font-size: 20px;
  line-height: 25px;
  color: #646464;
  font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
}
p.lead span {
  font-weight: 700;
  font-family: FrutigerLTStd-Bold, helvetica, arial, san-serif;
}
strong {
  font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
}
strong a {
  color: #646464 !important;
}
abbr[title] {
  border: none;
  cursor: text;
}
abbr[title].needs-help {
  cursor: help;
}
dl {
  border: 1px solid #e6e6e6;
}
dl > div {
  padding: 12px;
}
dl > div > dt,
dl > div > dd,
dl > div dl {
  margin: 0 -12px 0 -12px;
}
dl > div > dt,
dl > div > dd {
  padding: 0 12px 12px 12px;
}
dl > div dt {
  padding-top: 12px;
  border-top: 1px solid white;
}
dl > div dd {
  border-bottom: 1px solid #e6e6e6;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  border: 1px solid #646464;
  padding: 8px;
  background: #e6e6e6;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
  border: 1px solid #646464;
  padding: 8px;
  background: #e6e6e6;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  border: 1px solid #646464;
  padding: 8px;
  background: #e6e6e6;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@font-face {
  font-family: 'Gotham Black';
  src: url('../typefaces/Gotham-Black.eot?') format('embedded-opentype'), url('../typefaces/Gotham-Black.svg#Gotham-Black') format('svg'), url('../typefaces/Gotham-Black.woff') format('woff'), url('../typefaces/Gotham-Black.otf') format('opentype');
}
table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: separate;
  border: 1px solid #e6e6e6;
}
caption {
  padding: 12px 10px;
  text-align: left;
  background-color: #faf7f0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6');
  border: 1px solid #ebebeb;
  border-bottom: none;
}
thead {
  background-color: #faf7f0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6');
}
tr:last-child td {
  border-bottom: none;
}
th,
td {
  padding: 6px 10px;
}
th {
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
td {
  border: none;
  border-top: 1px solid white;
  border-bottom: 1px solid #ebebeb;
}
.gform_wrapper label {
  color: #646464;
  text-transform: uppercase;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper select,
.gform_wrapper textarea {
  background: #f1f1f1;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
}
.gform_wrapper input[type=submit] {
  display: inline-block;
  font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  color: white;
  border-color: #b0a89b;
  background: #b0a89b;
  padding: 8px 20px 6px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 2.7rem;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gform_wrapper input[type=submit]:hover {
  background: #646464;
  border-color: #646464;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  height: 37px;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  margin: 5px 5px 0 5px !important;
  vertical-align: middle;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.ua-ie-6 .cf,
.ua-ie-7 .cf {
  zoom: 1;
}
.ua-ie-6 .cf:before,
.ua-ie-7 .cf:before {
  content: '';
  display: table;
}
.hide_from_all {
  display: none;
  visibility: hidden;
}
.hide-from-screen {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.ua-ie-7 .button {
  zoom: 1;
}
.button {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.button img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -3px;
}
.button:last-child {
  margin-right: 0;
}
.button:hover {
  color: white;
  text-decoration: none;
}
.button.blue {
  color: white;
  border: 2px solid #254b75;
  background: #254b75;
}
.button.blue:hover {
  background: #25b5e7;
  border-color: #25b5e7;
  color: white;
}
.button.blue.outlined {
  color: #254b75;
}
.button.blue.outlined:hover {
  color: white;
  border-color: white;
}
.button.white {
  color: white;
  border-color: white;
}
.button.white:hover {
  background: white;
  color: #254b75;
  border-color: white;
}
.button.lightblue {
  color: white;
  border-color: #25b5e7;
  background: #25b5e7;
}
.button.lightblue:hover {
  background: #254b75;
  border-color: #254b75;
}
.button.lightblue.outlined {
  color: #25b5e7;
}
.button.lightblue.outlined:hover {
  color: white;
  border-color: white;
}
.button.grey {
  color: white;
  border-color: #646464;
  background: #646464;
}
.button.grey:hover {
  background: #b0a89b;
  border-color: #b0a89b;
}
.button.grey.outlined {
  color: #646464;
}
.button.grey.outlined:hover {
  color: #646464;
}
.button.outlined {
  background: transparent;
  border-color: 2px solid;
}
.button.transparent {
  border: none;
  color: #646464;
}
.button.transparent:hover {
  background: #b0a89b;
}
.button.small {
  padding: 2px 6px 3px 6px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.medium {
  padding: 8px 20px 6px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 2.7rem;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.aligncenter {
  margin: 30px auto 0 auto;
  display: block;
  width: 280px;
  position: relative;
  z-index: 3;
}
.button.aligncenter i {
  margin-left: 10px;
  font-size: 40px;
  vertical-align: middle;
}
input[type="submit"].button:hover {
  border-color: #254b75;
}
.reveal-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.reveal-modal {
  position: absolute;
  visibility: hidden;
  top: 100px;
  left: 50%;
  width: 520px;
  margin-left: -260px;
  padding: 30px 40px 34px;
  background: #e6e6e6 url('../img/int/backgrounds/modal-gloss.png') no-repeat -200px -80px;
  z-index: 101;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reveal-modal.small {
  width: 200px;
  margin-left: -100px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -200px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -300px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -400px;
}
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #646464;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  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);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.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 {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  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);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.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 {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  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);
}
.carousel-inner > .carousel-item {
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-control {
  z-index: 4;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@media print {
  nav {
    display: none;
  }
  body:before {
    display: block;
    content: "Don't forget to recycle this paper once you are done with it.";
    margin-bottom: 20px;
    padding: 10px;
    background-color: #b4ffb4;
    border: 1px solid green;
    color: green;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-bottom: 20px;
    color: black;
  }
  a {
    color: #0066cc;
    font-weight: bold;
  }
  #comments {
    page-break-before: always;
  }
}
@media only screen {
  #mq {
    display: none;
    visibility: hidden;
    content: '320';
  }
  #mq:after {
    content: '320';
  }
  body header[role=banner] {
    background: white;
    position: relative;
    z-index: 1;
  }
  body header[role=banner] .container {
    position: relative;
  }
  body header[role=banner] .head-logo {
    overflow: hidden;
  }
  body header[role=banner] .head-logo .button.lightblue {
    margin-right: 50px;
  }
  body header[role=banner] .head-logo .button.lightblue i {
    margin-right: 10px;
  }
  body header[role=banner] .head-logo .main-menu .hamburger {
    position: absolute;
    top: -5px;
    left: 0px;
    z-index: 5;
    -webkit-appearance: none;
  }
  body header[role=banner] .head-logo .main-menu .hamburger .hamburger-inner,
  body header[role=banner] .head-logo .main-menu .hamburger .hamburger-inner:after,
  body header[role=banner] .head-logo .main-menu .hamburger .hamburger-inner:before {
    background-color: #646464;
  }
  body header[role=banner] .head-logo .main-menu .hamburger:focus {
    outline: none;
  }
  body header[role=banner] .head-logo .button.grey {
    margin-left: 57px;
  }
  body .menu-main {
    position: relative;
    z-index: 1;
    height: 142px;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .menu-main.affix {
    position: fixed;
    width: 100%;
    background: white;
  }
  body .menu-main .drop-menu {
    display: none;
    position: absolute;
    left: 0px;
    top: 95px;
    z-index: 10;
  }
  body .menu-main .drop-menu .menu-background {
    background: rgba(51, 51, 51, 0.8);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 75% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 75% 100%, 0 100%);
    padding: 30px 90px 30px 30px;
  }
  body .menu-main .drop-menu a {
    color: white;
    padding: 5px 0;
    display: block;
    font-size: 16px;
  }
  body .menu-main .drop-menu .close-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  body #menu-main-menu-logged-out {
    display: none;
  }
  .black-bar {
    background: #333333;
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .black-bar h2 {
    color: white;
    margin: 0;
  }
  .black-bar img {
    height: 36px;
  }
  .home-content {
    padding: 60px 15px;
    overflow: hidden;
    position: relative;
    background: white;
    z-index: -102;
  }
  .home-content .device {
    position: fixed;
    background: url(../img/int/logo-device-grey.svg) center no-repeat;
    right: -240px;
    top: -190px;
    height: 900px;
    width: 960px;
    z-index: -101;
  }
  .home-content h2 {
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .home-content ul {
    margin: 0 0 30px 30px;
    display: block;
  }
  .home-content ul li {
    list-style-type: disc;
    margin-bottom: 10px;
  }
  .funds {
    padding-bottom: 60px;
  }
  .funds h2 {
    text-align: center;
    font-size: 30px;
    color: #254b75;
    position: relative;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
    margin-bottom: 50px;
  }
  .funds h2:after {
    content: '';
    border-bottom: 1px solid #d6d8d5;
    position: absolute;
    bottom: -10px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
  }
  .funds h3 {
    text-align: center;
  }
  .total-return {
    padding: 60px 0;
    text-align: center;
  }
  .total-return i.graph-lightblue {
    background: url(../img/int/graph-lightblue.png) center no-repeat;
    margin-bottom: 50px;
    height: 50px;
    width: 50px;
    background-size: cover;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -25px;
  }
  .total-return h2 {
    text-align: center;
    font-size: 30px;
    color: #254b75;
    position: relative;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
    margin-bottom: 50px;
  }
  .total-return h2:after {
    content: '';
    border-bottom: 1px solid #25b5e7;
    position: absolute;
    bottom: -10px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
  }
  .total-return p {
    font-size: 24px;
    width: 80%;
    margin: 0 auto 50px auto;
    -webkit-text-stroke: 0.4px white;
  }
  .strategies {
    background: transparent;
    position: relative;
    padding: 60px 0;
    text-align: center;
    z-index: 10;
  }
  .strategies h2 {
    text-align: center;
    font-size: 30px;
    color: white;
    position: relative;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .strategies .box {
    border: 1px solid white;
    border-top: 0;
    padding: 60px 0 40px 0;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
  }
  .strategies .box p.number {
    text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    padding: 20px 0 0 0;
    margin-left: -30px;
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 24px;
    font-family: FrutigerLTStd-Bold, helvetica, arial, san-serif;
  }
  .strategies .box p.number:before {
    content: '';
    border-bottom: 1px solid white;
    position: absolute;
    top: 29px;
    left: -98px;
    width: 98px;
  }
  .strategies .box p.number:after {
    content: '';
    border-bottom: 1px solid white;
    position: absolute;
    top: 29px;
    right: -98px;
    width: 98px;
  }
  .strategies .box h3 {
    font-size: 20px;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .strategies .box p {
    color: white;
  }
  .strategies .button.transparent {
    color: white;
  }
  .cta {
    height: 400px;
    padding: 100px 0 0 0;
    text-align: center;
    background: #b0a89b;
    position: relative;
  }
  .cta .row {
    position: relative;
    z-index: 1;
    flex-direction: column;
  }
  .cta p {
    font-size: 30px;
    color: white;
    width: 80%;
    margin: 20px auto;
    line-height: 36px;
  }
  .cta .button.transparent {
    color: white;
  }
  .cta .button.transparent:hover {
    background: #646464;
  }
  footer[role=contentinfo] {
    text-align: center;
    padding: 60px 0 10px 0;
    background: white;
  }
  footer[role=contentinfo] img {
    margin-bottom: 30px;
  }
  footer[role=contentinfo] .footer-menu ul li {
    display: inline-block;
  }
  footer[role=contentinfo] .footer-menu ul li a {
    padding: 20px;
    color: #646464;
    font-size: 16px;
  }
  footer[role=contentinfo] .footer-menu ul li.ot-sdk-show-settings {
    padding: 20px;
    color: #646464;
    font-size: 16px;
  }
  footer[role=contentinfo] p.copyright {
    margin: 30px auto;
    color: black;
    line-height: 1.8rem;
  }
  .main-page-content {
    padding: 60px 15px;
    position: relative;
    overflow: hidden;
    background: white;
    z-index: -102;
  }
  .main-page-content .content .device {
    position: fixed;
    background: url(../img/int/logo-device-grey.svg) center no-repeat;
    left: -240px;
    top: -190px;
    height: 900px;
    width: 960px;
    z-index: -101;
  }
  .header-image {
    position: relative;
    z-index: 0;
    height: 600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-template-page-meet-the-team .main-page-content {
    padding-bottom: 0;
  }
  .page-template-page-meet-the-team .team-list li {
    list-style-type: none;
  }
  .page-template-page-meet-the-team .team-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .page-template-page-meet-the-team .team-box .bio-button {
    background: rgba(51, 51, 51, 0.8);
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 13px 0 0 13px;
    cursor: pointer;
    z-index: 1;
  }
  .page-template-page-meet-the-team .team-box .bio-button img {
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
  }
  .page-template-page-meet-the-team .team-box .bio-button.open {
    background: transparent;
  }
  .page-template-page-meet-the-team .team-box .bio-button.open img {
    transform: rotate(180deg);
  }
  .page-template-page-meet-the-team .team-box img {
    display: block;
  }
  .page-template-page-meet-the-team .team-box .team-details {
    position: relative;
  }
  .page-template-page-meet-the-team .team-box .team-details .bio {
    background: rgba(51, 51, 51, 0.8);
    padding: 40px 20px 10px 20px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .page-template-page-meet-the-team .team-box .team-details .bio.show {
    opacity: 1;
  }
  .page-template-page-meet-the-team .team-box .details h2 {
    font-size: 24px;
    color: black;
    margin: 15px 0 0 15px;
  }
  .page-template-page-meet-the-team .team-box .details h3 {
    font-size: 22px;
    color: black;
    margin: 0 0 20px 15px;
    font-family: FrutigerLTStd-Cn, helvetica, arial, san-serif;
  }
  .slider {
    position: relative;
  }
  .slider img {
    height: auto;
  }
  .slider .carousel-control span.fa {
    top: 45%;
    font-size: 60px;
    color: white;
    position: absolute;
  }
  .slider .carousel-control span.fa.fa-angle-left {
    left: 30px;
  }
  .slider .carousel-control span.fa.fa-angle-right {
    right: 30px;
  }
  .slider .f-icon-white {
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../img/int/f-icon-white.png);
    background-size: cover;
    height: 42px;
    width: 42px;
    z-index: 1;
  }
  .slider .carousel-caption {
    right: 90px;
    top: 20px;
    bottom: auto;
    text-align: right;
  }
  .slider .carousel-indicators {
    right: 70px;
    left: auto;
    bottom: 30px;
    margin: 0;
  }
  .slider .carousel-indicators li {
    background: #b0a89b;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 50%;
  }
  .slider .carousel-indicators li.active {
    background: white;
  }
  .address {
    height: 529px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .address img {
    margin-bottom: 30px;
  }
  .address.contact {
    height: auto;
    padding: 0 50px;
  }
  .address.contact.uk {
    border-right: 1px solid #e6e6e6;
  }
  .address h3 {
    color: #646464;
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .address h3 i {
    margin-left: 30px;
  }
  .address h3:last-of-type {
    margin-top: 30px;
  }
  .address p {
    font-size: 16px;
  }
  .address p.credit {
    margin-top: 0 !important;
  }
  .address a span {
    display: inline-block;
    padding: 0 3px 0 0;
    font-size: 20px;
  }
  .page-id-48 .main-page-content {
    padding: 0 0 20px 0;
  }
  .fund-list .fund {
    padding: 70px 0 50px 0;
  }
  .fund-list h2 {
    color: #646464;
    margin: 0 0 5px 0;
  }
  .fund-list p.lead {
    color: black;
  }
  .fund-list h3 {
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
    color: black;
    font-size: 24px;
    margin: 15px 0;
  }
  .fund-list ul li {
    font-size: 18px;
    color: black;
  }
  .fund-list img {
    max-height: 190px;
    background: #d6d8d5;
  }
  .page-id-133 .main-page-content {
    padding: 60px 0;
  }
  .page-id-133 .main-page-content .content .device {
    position: fixed;
    background: url(../img/int/logo-device-grey.svg) center no-repeat;
    right: -240px;
    left: auto;
    top: -190px;
    height: 900px;
    width: 960px;
  }
  .page-id-133 .main-page-content .content.top {
    padding-bottom: 60px;
  }
  .page-id-133 .main-page-content .content.bottom {
    padding-top: 60px;
  }
  .page-id-133 .main-page-content h2 {
    margin: 0 0 20px 0;
    color: #646464;
  }
  .page-id-92 small {
    position: absolute;
    top: -50px;
    left: -30px;
    font-style: italic;
    font-size: 12px;
  }
  body .tdarkoverlay {
    background: rgba(51, 51, 51, 0.99);
    background-size: cover;
    opacity: 0.99;
  }
  body .tbrightcontent {
    border-radius: 5px;
    background: #646464;
    color: white;
    top: 150px;
    padding: 50px 30px;
  }
  body .tbrightcontent h2 {
    margin: 25px 0;
    color: white;
  }
  body .tbrightcontent a {
    color: black;
  }
  body h3.termstitle {
    background: transparent;
    padding: 0 0 0 13px;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
    font-size: 30px;
    color: #cccccc;
    text-align: left;
  }
  body .tthebutton .termsagree,
  body .tthebutton .termsdecline {
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    color: white;
    border-color: #b0a89b;
    background: #b0a89b;
    padding: 8px 20px 6px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 27px;
    line-height: 2.7rem;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  body .tthebutton .termsagree:hover,
  body .tthebutton .termsdecline:hover {
    background: #d6d8d5;
    border-color: #d6d8d5;
  }
  body .tthebutton .termsdecline {
    background: transparent;
    color: #b0a89b;
  }
  body .tthebutton .termsdecline:hover {
    color: white;
    border-color: white;
  }
  .page-id-27 .device,
  .page-id-117 .device {
    display: none;
  }
  .content .tml {
    margin: 0 auto;
    min-width: 300px;
  }
  .content .tml .message {
    border: 1px solid #b0a89b;
    background: rgba(37, 181, 231, 0.2);
    border-radius: 3px;
  }
  .content .tml label {
    color: #254b75;
    text-transform: uppercase;
  }
  .content .tml input[type=text],
  .content .tml input[type=password],
  .content .tml textarea {
    background: #f1f1f1;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px;
  }
  .content .tml input[type=submit],
  .content .tml button[type=button] {
    display: inline-block;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    color: white;
    border-color: #b0a89b;
    background: #b0a89b;
    padding: 8px 20px 6px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 27px;
    line-height: 2.7rem;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .content .tml input[type=submit]:hover,
  .content .tml button[type=button]:hover {
    background: #646464;
    border-color: #646464;
  }
  .content tr.tml-user-admin-bar-front-wrap {
    display: none;
  }
  .content a {
    font-family: FrutigerLTStd-Bold, helvetica, arial, san-serif;
    color: black;
  }
  #your-profile h3 {
    font-size: 16px;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
    margin-bottom: 10px;
  }
  #your-profile h3:first-of-type {
    font-size: 26px;
    color: #646464;
    margin-bottom: 0;
  }
  .wpfd-content .wpfd-container .jaofiletree li.directory.selected {
    color: #646464;
  }
  .wpfd-content .wpfd-container .jaofiletree li.directory.selected > .icon-open-close:before,
  .wpfd-content .wpfd-container .jaofiletree li.directory.selected > .zmdi-folder:before,
  .wpfd-content .wpfd-container .jaofiletree li.directory.selected > a {
    color: #646464;
  }
  .wpfd-content .wpfd-container .jaofiletree a:hover {
    box-shadow: none;
  }
  .wpfd-content .wpfd-container .wpfd-container-default .wpfd-categories h2 {
    color: #646464;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    font-weight: 900;
  }
  .wpfd-content .wpfd-container .wpfd-container-default .wpfd_list .file {
    width: 100%;
    display: block;
    position: relative;
    margin: 2px 10px !important;
    border-radius: 3px;
  }
  .wpfd-content .wpfd-container .wpfd-container-default .wpfd_list .file .file-right {
    margin-top: 2px;
  }
  .wpfd-content .wpfd-container .wpfd-container-default .wpfd_list .file h3 {
    float: left;
    margin: 3px 0;
  }
  .wpfd-content .wpfd-container .wpfd-container-default .wpfd_list .file .file-xinfo {
    position: absolute;
    top: 38px;
    left: -15px;
  }
  .wpfd-content .wpfd-container .wpfd-container-default .wpfd_list .file .filecontent > div.ext {
    height: 40px;
    width: 25px;
    background-size: cover;
  }
  .wpfd-content .wpfd-container .wpfd-container-default .wpfd_list .downloadlink {
    width: auto;
    height: auto;
    padding: 1px 10px;
    margin-bottom: 0;
  }
  .wpfd-content .wpfd-container .wpfd-container-default.with_foldertree {
    padding: 0 0 20px 20px;
  }
  .wpfd-content .wpfd-container .wpfd-container-default a {
    font-weight: 300;
    color: #646464;
    padding: 9px 20px;
  }
  .wpfd-content .wpfd-container .wpfd-container-default a:hover {
    box-shadow: none;
    color: black;
  }
  .wpfd-content .wpfd-container .wpfd-container-default .filecontent a {
    padding: 10px 0;
  }
  .wpfd-content .breadcrumbs.wpfd-breadcrumbs-default {
    background: #646464;
    color: white;
  }
  .wpfd-content .breadcrumbs.wpfd-breadcrumbs-default a {
    color: white;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
  }
  .wpfd-content .breadcrumbs.wpfd-breadcrumbs-default a:hover {
    box-shadow: none;
    color: #d6d8d5;
  }
  .wpfd-content .wpfdcategory.catlink {
    max-width: 100%;
    width: auto;
    background: #646464;
    color: white;
    border-radius: 3px;
    margin: 10px 0 !important;
  }
  .wpfd-content .wpfdcategory.catlink > span {
    width: auto;
    margin-top: -2px;
    color: white;
  }
  .wpfd-content .wpfdcategory.catlink .wpfd-folder {
    display: none;
  }
  .wpfd-content .wpfdcategory.catlink.backcategory {
    background: none;
    color: #646464;
    margin-top: 0;
  }
  .wpfd-pagination {
    margin-top: 20px;
    text-align: center;
  }
  .wpfd-pagination span,
  .wpfd-pagination a {
    border: 1px solid #646464;
    border-radius: 3px;
    padding: 10px 14px;
    background: white;
    color: #646464;
    margin: 1px !important;
  }
  .wpfd-pagination span.current,
  .wpfd-pagination a.current {
    background: #646464;
    color: white;
  }
  .wpfd-pagination span.prev,
  .wpfd-pagination a.prev,
  .wpfd-pagination span.next,
  .wpfd-pagination a.next {
    background: #b0a89b;
  }
  .vid-holder {
    margin: 30px 80px 50px 0;
  }
  .page-id-123 h2 {
    margin-bottom: 30px;
    color: #646464;
    font-family: FrutigerLTStd-Roman, helvetica, arial, san-serif;
  }
  #accordion button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 3px;
    position: relative;
    color: #646464;
    font-size: 14px;
  }
  #accordion button.btn.btn-link:after {
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 5px;
    content: '\f107';
  }
  #accordion .card {
    border: none;
  }
  #accordion .card-header {
    margin-bottom: 3px;
  }
  #accordion .card-body {
    padding-bottom: 20px;
    overflow: hidden;
  }
  #accordion .card-body a {
    display: block;
    border: 1px solid #cccccc;
    background: #f1f1f1;
    padding: 5px 10px 0 10px;
    margin: 5px 1% 0 1%;
    width: 48%;
    float: left;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .strategies .box p.number:before {
    left: -75px;
    width: 75px;
  }
  .strategies .box p.number:after {
    right: -75px;
    width: 75px;
  }
  .header-image {
    height: 450px;
  }
  .main-page-content .content .device {
    left: -400px;
  }
  .home-content .device {
    right: -400px;
  }
  .bio p {
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .strategies .box {
    padding: 50px 20px 30px 20px;
  }
  .strategies .box p.number:before {
    left: -45px;
    width: 45px;
  }
  .strategies .box p.number:after {
    right: -45px;
    width: 45px;
  }
  .black-bar h2 {
    font-size: 22px;
  }
  .cta p {
    width: 100%;
  }
  .main-page-content .content .device {
    left: -240px;
    top: -110px;
    height: 600px;
    width: 630px;
    background-size: cover;
  }
  .page-id-133 .main-page-content .content .device {
    right: -240px;
    top: -110px;
    height: 600px;
    width: 630px;
    background-size: cover;
  }
  .header-image {
    height: 350px;
  }
  .page-id-92 small {
    left: -10px;
  }
  .vid-holder {
    margin: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  body .tbrightcontent {
    width: 90%;
    left: 5%;
  }
  .strategies .box p.number:before {
    left: -90px;
    width: 90px;
  }
  .strategies .box p.number:after {
    right: -90px;
    width: 90px;
  }
  .black-bar h2 {
    margin-bottom: 20px;
  }
  .address.contact.uk {
    margin-bottom: 20px;
  }
  .address.contact.uk:after {
    display: none;
  }
  .bio p {
    line-height: 1.6rem;
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .head-logo .float-right img {
    width: 160px;
  }
  .page-template-page-meet-the-team .team-box .team-details img {
    width: 100%;
  }
  .bio p {
    line-height: 2.4rem;
    font-size: 16px;
  }
  .header-image {
    height: 250px;
  }
  .slider .carousel-indicators {
    right: 10px;
    bottom: 10px;
  }
}
/* attributions */
/* in use */
/*

reset (amended)
    http://html5doctor.com/html-5-reset-stylesheet/
bulletrpoof @font-face syntax
    http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
Font Awesome (amended)
    http://fortawesome.github.com/Font-Awesome
beat that clearfix
    http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
new micro clearfix
    http://nicolasgallagher.com/micro-clearfix-hack/

*/
/* inspiration */
/*

mvcss
    http://mvcss.github.com/MVCSS/#layouts
320 and up
    http://stuffandnonsense.co.uk/projects/320andup/

*/
