/** General CSS **/
html, body {
  height: 100%; }

.grid-container {
  max-width: 75rem;
  padding-right: 1.625rem;
  padding-left: 1.625rem; }
  .grid-container.fluid {
    padding-right: 1.625rem;
    padding-left: 1.625rem; }
  .grid-container .cellXs {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", serif !important;
  font-weight: 500;
  color: #162543;
  text-transform: uppercase;
  line-height: 1.1; }

p, li, label {
  font-family: "museo-sans", sans-serif !important;
  line-height: 1.4; }

h1 {
  font-size: 4rem;
  margin-bottom: 20px; }
  @media only screen and (max-width: 63.99875em) {
    h1 {
      font-size: 3rem; } }
  @media only screen and (max-width: 39.99875em) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 63.99875em) {
    h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 39.99875em) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 600;
  padding-top: 1rem; }

h1.diamond-stack {
  font-size: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media only screen and (max-width: 63.99875em) {
    h1.diamond-stack {
      font-size: 3rem; } }
  @media only screen and (max-width: 39.99875em) {
    h1.diamond-stack {
      font-size: 2.5rem; } }
  h1.diamond-stack span {
    text-transform: none;
    font-style: italic;
    display: block;
    font-size: 3rem; }
    @media only screen and (max-width: 63.99875em) {
      h1.diamond-stack span {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 39.99875em) {
      h1.diamond-stack span {
        font-size: 2rem; } }
  h1.diamond-stack:before {
    content: '';
    background-image: url("../img/diamond-vert-yellow-outline.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 2rem;
    display: inline-block;
    margin-bottom: 0.5vw; }
  h1.diamond-stack:after {
    content: '';
    background-image: url("../img/diamond-vert-yellow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 2rem;
    display: inline-block;
    margin-top: 0.5vw; }
  @media only screen and (max-width: 63.99875em) {
    h1.diamond-stack:before, h1.diamond-stack:after {
      width: 0.75rem;
      height: 1.5rem; } }

h1.diamond-stack.white:before {
  background-image: url("../img/diamond-vert-white-outline.svg"); }
h1.diamond-stack.white:after {
  background-image: url("../img/diamond-vert-white.svg"); }

p, li, blockquote p {
  color: #162543;
  font-size: 1rem; }

.button {
  background: linear-gradient(270deg, #ffde84 0%, #ECAC00 100%);
  font-weight: bold;
  color: #172542 !important;
  text-transform: uppercase;
  padding: 0.8rem 1.2rem;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin-top: 2rem;
  font-family: "museo-sans", sans-serif; }
  .button.secondary {
    background: linear-gradient(270deg, rgba(98, 123, 177, 0.99) 0%, #172542 100%);
    color: #fff !important; }
  .button.tertiary {
    border: 1px solid rgba(23, 37, 66, 0.18);
    background: #F5F5F5; }
  .button.large {
    font-size: 1.2rem;
    padding: 1rem 2rem; }
  .button:hover, .button:focus {
    text-decoration: none !important;
    transform: translateY(-5px); }

.button-group .button {
  margin-right: 0.5rem; }

.coloured-background {
  background: linear-gradient(270deg, rgba(98, 123, 177, 0.99) 0%, #172542 100%) !important; }

.grid-x {
  justify-content: space-between; }

.grid-x.justify-end {
  justify-content: flex-end; }

.gform_description {
  font-size: 1.6rem;
  font-weight: 700; }

.gform_confirmation_message {
  font-family: "museo-sans", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 300; }

/** Top Panel **/
#top-panel {
  background-color: #0B1830; }
  #top-panel a {
    color: white; }
  #top-panel p {
    color: #fff !important;
    float: left;
    font-size: 0.9rem; }

.top-panel-bar a.phone-icon {
  display: inline-flex;
  align-items: center; }
  .top-panel-bar a.phone-icon::before {
    content: "\f879";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    margin-right: 5px;
    opacity: 0.5; }
.top-panel-bar a.email-icon {
  display: inline-flex;
  align-items: center; }
  .top-panel-bar a.email-icon::before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    margin-right: 5px;
    opacity: 0.5; }

#top-panel-phone, #top-panel-email {
  position: relative;
  color: #fff !important; }
  #top-panel-phone a, #top-panel-email a {
    color: #fff !important;
    margin-left: 8px; }
  #top-panel-phone .fa-phone, #top-panel-email .fa-phone {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

#top-panel-envelope .fa-envelope {
  margin-left: 10px; }

#top-panel .fas {
  color: #fff !important; }
#top-panel .fa-facebook, #top-panel .fa-twitter, #top-panel .fa-linkedin, #top-panel .fa-instagram, #top-panel .fa-youtube {
  padding: 0 4px; }

#uk-flag {
  /*float: right;*/
  width: 26px;
  margin-left: 10px; }

.strapline {
  display: flex;
  align-items: center;
  margin: 5px 0 5px 20px;
  justify-content: flex-start; }

/* Icon Boxes */
#icon_boxes {
  background: #F5F5F5;
  padding: 50px 0 30px 0; }
  #icon_boxes .icon {
    height: 120px;
    display: block;
    margin: auto; }
  #icon_boxes p {
    padding: 10px 0 0 0;
    color: #162543;
    text-align: center;
    font-size: 1.2rem; }
  #icon_boxes .cell:hover .boxes i, #icon_boxes .cell:hover .boxes h2, #icon_boxes .cell:hover .boxes p {
    color: #fff; }

.boxes {
  position: relative;
  display: block;
  transition: all 1s;
  overflow: hidden;
  height: 0;
  padding-top: 80%;
  transition: all 0.5s; }
  .boxes:hover {
    transform: translateY(-10px); }
  .boxes .boxesinner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .boxes:hover h2 {
    background: linear-gradient(270deg, #ffde84 0%, #ECAC00 100%);
    color: #172542; }
  .boxes h2 {
    background: #162543;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 20px 30px;
    margin: 0;
    transition: all 0.2s ease-in-out;
    width: 100%; }

/** Team Page **/
.team-box {
  padding: 20px 0; }

/** Sidebar **/
.sidebar ul {
  margin: 0 !important;
  padding: 0 !important; }

#archives {
  margin: 0 !important;
  padding: 0 !important; }

.sidebar li, #archives li {
  list-style: none; }

.sidebar * + #vacancies {
  margin-top: 1.25rem; }
.sidebar #vacancies {
  background-color: #eaeaea;
  padding: 1.25rem; }
  .sidebar #vacancies h3 {
    font-weight: 400; }
  .sidebar #vacancies ul li {
    margin-top: 10px;
    margin-bottom: 10px; }
    .sidebar #vacancies ul li a {
      font-weight: bold; }
      .sidebar #vacancies ul li a:hover {
        text-decoration: underline !important; }
.sidebar ul:not(.vacancies) li a {
  font-size: 0.9rem;
  padding: 10px 60px 10px 20px;
  background: #eaeaea;
  margin: 0 0 10px 0;
  display: block;
  position: relative;
  color: #0a0a0a !important; }

#archives li a {
  font-size: 0.9rem;
  padding: 10px 60px 10px 20px;
  background: #eaeaea;
  margin: 0 0 10px 0;
  display: block;
  position: relative;
  color: #0a0a0a !important; }

.sidebar li a:hover, #archives li a:hover {
  text-decoration: none !important; }

.sidebar ul:not(.vacancies) li a:before, #archives li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  top: 0;
  right: 0;
  background: #162543;
  position: absolute;
  padding: 8px;
  color: #fff;
  height: 100%;
  text-align: center;
  min-width: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.sidebar ul:not(.vacancies) li:hover a:before, #archives li:hover a:before {
  background: #0460D9; }

.sidebar .current_page_item a {
  color: #162543 !important; }

#sidebar-contact-form {
  background: #0460D9;
  padding: 30px 30px 0px 30px;
  border-radius: 10px; }
  #sidebar-contact-form h4, #sidebar-contact-form p {
    color: #fff !important; }
  #sidebar-contact-form textarea {
    height: 150px; }

/** Blocks **/
.block {
  margin: 50px 0 50px 0; }
  .block a {
    color: #162543; }
    .block a:hover {
      text-decoration: underline; }

.block-box {
  height: 100%; }
  .block-box img {
    box-shadow: 10px 12px 10px 0 rgba(23, 37, 66, 0.13); }

.block-box-container img {
  box-shadow: 10px 12px 10px 0 rgba(23, 37, 66, 0.13); }

.black-box-container {
  margin: 25px 0; }

.block-box-container.sidebar a.button {
  margin-top: 1.25rem; }
.block-box-container.sidebar:not(.contact-form) {
  text-align: center; }

.block-coloured-background {
  padding: 50px 0; }

.block .icon {
  max-width: 100px;
  max-height: 100px;
  margin: 50px 50px 0 50px; }

.block-box .fa-icon i {
  font-size: 100px;
  margin: 50px 50px 0 50px; }

.coloured-background .block-box-container {
  padding: 50px 40px 40px 40px; }

.block-box-container-margin {
  margin-bottom: 30px; }

.coloured-background, .block-coloured-background {
  color: #fff; }

.coloured-background *, .block-coloured-background * {
  color: inherit !important; }

/*.block-coloured-background .block-box {
	margin-top:50px;
}*/
.block-image-background, .image-background {
  background-size: cover; }

.block-coloured-background, .block-image-background, .coloured-background, .image-background {
  padding: 3.125rem; }

.block-coloured-background p:last-child, .block-image-background p:last-child, .coloured-background p:last-child, .image-background p:last-child {
  margin-bottom: 0; }

.block-coloured-background.block-image-background, .coloured-background.image-background {
  position: relative; }

.block-coloured-background.block-image-background .block-overlay, .coloured-background.image-background .block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  z-index: 0; }

.block-coloured-background.block-image-background .block-overlay ~ *, .coloured-background.image-background .block-overlay ~ * {
  position: relative; }

.block-box-container div.wpcf7 form {
  background-color: #0460D9;
  padding: 1.875rem 2.5rem 0 2.5rem;
  color: #fff !important;
  border-radius: 10px; }
  .block-box-container div.wpcf7 form label, .block-box-container div.wpcf7 form p, .block-box-container div.wpcf7 form h2, .block-box-container div.wpcf7 form h3, .block-box-container div.wpcf7 form h4 {
    color: #fff; }

.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem); }
  .wpcf7-checkbox > .wpcf7-list-item {
    margin-left: 1rem;
    margin-right: 1rem; }
    .wpcf7-checkbox > .wpcf7-list-item label {
      color: #fff !important; }

.page-id-7044 .block:first-of-type .grid-container, .page-id-7006 .block:first-of-type .grid-container {
  background: transparent; }
.page-id-7044 .block .grid-container, .page-id-7006 .block .grid-container {
  background: rgba(23, 37, 66, 0.1); }
  .page-id-7044 .block .grid-container:first-of-type, .page-id-7006 .block .grid-container:first-of-type {
    background: transparent; }
.page-id-7044 .block .grid-x, .page-id-7006 .block .grid-x {
  align-items: center; }
  .page-id-7044 .block .grid-x img, .page-id-7006 .block .grid-x img {
    width: 80%;
    background: #172542; }
    @media only screen and (max-width: 39.99875em) {
      .page-id-7044 .block .grid-x img, .page-id-7006 .block .grid-x img {
        width: 20%; } }
@media only screen and (min-width: 63.99875em) {
  .page-id-7044 .block .grid-container, .page-id-7006 .block .grid-container {
    padding: 2rem 6rem; } }

/** Header **/
.sitewide-header {
  background: #172542; }

/** Navigation **/
.menu-item-has-children a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  margin: 0 0 0 5px;
  position: relative;
  top: 1px; }
.menu-item-has-children .sub-menu a:after {
  content: ""; }

@media only screen and (min-width: 990px) {
  .sub-menu .menu-item a {
    transition: all 0.2s ease-in-out; }
    .sub-menu .menu-item a:hover {
      margin-left: 15px; }
      .sub-menu .menu-item a:hover::before {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 20px; }

  header .menu {
    margin-left: -.9375rem;
    margin-right: -.9375rem; }
    header .menu a {
      padding: 1.2rem .9375rem !important;
      font-size: 1.1rem; }

  #main-navigation {
    display: flex; }
    #main-navigation ul {
      margin: 0;
      padding: 0; }
    #main-navigation li a {
      color: #fff; }

  .sub-menu {
    display: none;
    position: absolute;
    top: 53px;
    padding: 20px 20px 30px !important;
    z-index: 10000000;
    background: #fff;
    border: 1px solid #d0d0d0; }
    .sub-menu .sub-menu {
      display: none;
      position: absolute;
      left: 210px;
      margin-top: -54px !important;
      top: unset;
      width: 240px; }
    .sub-menu li {
      float: left;
      clear: left;
      width: 100%;
      list-style: none;
      border-bottom: 1px solid #d0d0d0;
      width: 200px; }
      .sub-menu li:last-child {
        border-bottom: none !important; }
      .sub-menu li a {
        color: #162543 !important;
        display: block;
        font-weight: bold;
        background: #fff;
        padding: 10px 0 !important; }
      .sub-menu li:first-child a {
        border-top: 0; }
    .sub-menu .sub-menu a {
      border-top: 1px dashed #666 !important; }
    .sub-menu .sub-menu li:first-child a {
      border-top: 0 !important; }

  .reduced-padding-right {
    padding-right: 5px !important; }

  .reduced-padding-left {
    padding-left: 5px !important; }

  #main-navigation ul ul {
    position: absolute;
    left: 200px;
    padding: 0;
    display: none; } }
@media only screen and (max-width: 63.99875em) {
  #top-contact {
    display: none; }

  #logo {
    top: 10px !important;
    display: block;
    max-width: 300px; }

  #phone-menu {
    position: absolute;
    line-height: 30px;
    padding: 8px 15px 0 5px;
    width: 100%;
    top: 1px;
    left: 0;
    cursor: hand;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: block;
    z-index: 995; }
    #phone-menu .fa {
      color: #fff;
      width: 50px;
      height: 50px;
      display: block;
      text-align: center;
      font-size: 30px;
      line-height: 35px; }

  #menu-main-navigation {
    margin-left: 10px;
    padding-left: 10px; }

  /*#main-navigation {
  	display:none;
  }*/
  #main-navigation ul {
    float: right;
    margin-top: 43px; }
  #main-navigation li {
    list-style: none;
    float: none;
    text-align: right; }
    #main-navigation li a {
      list-style: none;
      color: #fff;
      padding: 0;
      text-decoration: none; }

  #menu-main-navigation {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%; }
    #menu-main-navigation li {
      width: 100%;
      text-align: center;
      background: #18354c; }
      #menu-main-navigation li a {
        text-align: center;
        padding: 0 !important;
        color: #fff !important;
        line-height: 50px !important;
        width: 100% !important;
        display: block !important; }
        #menu-main-navigation li a:hover {
          background: #01669E;
          color: #fff !important; }

  .sub-menu {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    background: #110e33;
    display: none;
    position: absolute;
    top: 36px;
    padding-top: 40px;
    z-index: 30;
    margin-left: 0;
    padding-left: 0;
    width: 200px; }
    .sub-menu li {
      float: left;
      clear: left;
      width: 100%; }
      .sub-menu li a {
        color: #172542 !important;
        display: block;
        width: 100%;
        background: white; }
        .sub-menu li a:hover {
          color: #fff !important;
          background: #FDB813 !important; }

  header .menu a {
    padding: 1rem 0.7rem 0.9rem 0.7rem !important;
    font-size: 14px; }

  /*header .menu a:hover {
  	color:#b30606 !important;
  }*/
  div#main-panel > .grid-x > .cell.auto {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: none; } }
/*#covid-updates {
	float:left;
}*/
#covid-updates a {
  color: #162543; }

#main-panel {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 39.99875em) {
    #main-panel {
      padding: 0; } }

.logo {
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 39.99875em) {
    .logo {
      max-width: 140px; } }

#top-nav {
  display: flex;
  align-items: center;
  margin: -.625rem;
  justify-content: flex-end; }
  #top-nav > * {
    margin: .625rem; }

#header-search {
  flex: 1 1 0px; }

form.search-form {
  color: #162543;
  display: flex;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition: border-color .3s; }
  form.search-form:focus-within {
    border-color: #162543; }
  form.search-form input, form.search-form button {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 8px;
    border-radius: 5px; }
  form.search-form input {
    border-radius: 5px 0 0 5px; }
    form.search-form input:focus {
      outline: none;
      box-shadow: none;
      border: none; }
  form.search-form label {
    flex: 1 1 0px; }
  form.search-form button {
    background-color: transparent;
    border-radius: 0 5px 5px 0;
    transition: .3s;
    margin: -1px -1px -1px 0;
    width: 40px;
    text-align: center;
    cursor: pointer; }
    form.search-form button:hover {
      background-color: #162543;
      color: #fff; }

@media only screen and (max-width: 39.99875em) {
  #heading h1 {
    font-size: 25px !important;
    line-height: 35px; } }
@media only screen and (max-width: 63.99875em) {
  #top-panel-phone::before {
    font-size: 30px;
    width: 40px;
    text-align: center; }

  .button.mobile-cta {
    display: block;
    font-size: 1.25rem; }

  ul#main-navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    background-color: #162543;
    z-index: 10;
    margin: 0; }
    ul#main-navigation li {
      background-color: #162543;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-size: 1.25rem; }
      ul#main-navigation li > a {
        color: #fff;
        flex-grow: 1;
        text-align: left;
        font-size: 1.25rem;
        order: 1; }
      ul#main-navigation li > .sub-menu {
        order: 3;
        width: 100%; }

  .menu-item-has-children a::after {
    content: none; }
  .menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    color: #fff;
    padding: 0 1.25rem;
    order: 2; }

  div#hamburger {
    height: 24px;
    width: 36px;
    position: relative; }
    div#hamburger span {
      width: 100%;
      height: 3px;
      background-color: #fff;
      position: absolute;
      left: calc(50% - 20px);
      transition: .35s; }
      div#hamburger span:nth-child(1) {
        top: 0; }
    div#hamburger.active span:nth-child(1) {
      top: calc( 50% - 2px );
      transform: rotateZ(225deg); }
    div#hamburger span:nth-child(2) {
      top: calc( 50% - 2px ); }
    div#hamburger.active span:nth-child(2) {
      top: calc( 50% - 2px );
      transform: rotateY(90deg); }
    div#hamburger span:nth-child(3) {
      bottom: 0; }
    div#hamburger.active {
      position: fixed;
      top: 1.25rem;
      right: .625rem;
      z-index: 20; }
      div#hamburger.active span {
        background-color: #fff; }
        div#hamburger.active span:nth-child(3) {
          bottom: calc(50% - 2px);
          transform: rotateZ(-225deg); }

  .strapline {
    display: none !important; } }
@media (min-width: 40em) and (max-width: 63.99875em) {
  /*#header-search {
  	width: 100%;
  	padding: .9875rem;
  }*/
  div#top-nav {
    margin-bottom: .625rem;
    flex-wrap: wrap;
    justify-content: center; }

  .strapline {
    display: none !important; }

  #main-navigation > li > a {
    padding-left: .3125rem !important;
    padding-right: .3125rem !important; } }
/** Banner **/
.banner-slider {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden; }
  .banner-slider .slide, .banner-slider .slick-list, .banner-slider .slick-track {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden; }
  .banner-slider .slide, .banner-slider .slick-list, .banner-slider .slick-track, .banner-slider .slick-slide {
    width: 100%;
    height: 100%;
    margin: 0; }
  .banner-slider .heading {
    width: 100%;
    padding: 0 15px; }
    @media only screen and (max-width: 64rem) {
      .banner-slider .heading {
        padding-bottom: 4rem; } }

.slider-image {
  width: 100%;
  height: calc(100% - 163px);
  max-height: 500px;
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  padding-bottom: 38%; }
  .slider-image .heading {
    position: relative; }
  .slider-image:before {
    content: '';
    background-image: url("../img/top-left-yellow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 35vw;
    height: 35vw;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 0; }
  .slider-image:after {
    content: '';
    background: linear-gradient(280deg, #172542 0%, rgba(23, 37, 66, 0.2) 50%, rgba(23, 37, 66, 0) 60%, rgba(23, 37, 66, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .slider-image .slider-image-overlay {
    width: 100%;
    height: 100%;
    max-height: 500px;
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 0;
    padding-bottom: 38%; }
    .slider-image .slider-image-overlay:after {
      content: '';
      background-image: url("../img/bottom-right-blue.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 35vw;
      height: 35vw;
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 0;
      opacity: 0.8; }

.heading {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .heading .grid-container {
    width: 100%; }
  @media only screen and (max-width: 63.99875em) {
    .heading {
      position: relative;
      background: #172542;
      margin: 0; } }
  @media only screen and (max-width: 39.99875em) {
    .heading {
      position: relative;
      background: #172542; } }
  .heading h1 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 0;
    margin: 1rem 0; }
    @media only screen and (max-width: 63.99875em) {
      .heading h1 {
        font-size: 3rem; } }
    @media only screen and (max-width: 39.99875em) {
      .heading h1 {
        font-size: 2rem; } }
    .heading h1 span {
      font-weight: normal;
      font-style: italic; }
  .heading .button {
    margin-top: 0; }
  .heading p {
    color: #fff; }

.slide {
  position: relative;
  display: inline-block;
  width: 100%; }

.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/** Accordion **/
.accordion .ui-accordion {
  width: 100%; }
.accordion h3.faq-cat-title {
  margin-top: 3.5rem !important;
  color: #172542; }
.accordion #faq h3 {
  font-size: 1.25rem !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
.accordion .ui-accordion-header {
  font-size: 1.25rem !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "EB Garamond", serif !important;
  border-bottom: 2px solid #efefef !important;
  background-color: transparent !important;
  padding: 30px 0 10px 0;
  margin-bottom: 0 !important;
  transition: all 0.5s; }
  .accordion .ui-accordion-header:focus {
    outline: none; }
  .accordion .ui-accordion-header:hover {
    cursor: pointer; }
  .accordion .ui-accordion-header.ui-state-active {
    border-bottom: 1px solid #172542 !important;
    color: #172542 !important; }
.accordion .ui-accordion .ui-accordion-content {
  padding: 30px 0 !important;
  display: block; }
.accordion .accordion .fas {
  margin-right: 5px;
  color: #333;
  margin-left: 5px; }
.accordion .fas, .accordion .fal {
  color: #525252 !important;
  float: right;
  font-size: 30px;
  transition: all 0.5s; }
.accordion .fa-times {
  color: #0460D9 !important; }
.accordion .fa-ellipsis-h {
  color: #e2e2e2 !important; }

/* Services Slider */
#services {
  background-color: #eaeaea;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden; }
  #services h2 {
    margin-bottom: 40px; }
  #services p {
    padding-bottom: 20px; }

.service-slide {
  margin-bottom: 20px; }
  .service-slide span {
    background: #fff;
    display: block;
    padding: 20px 15px 30px 15px; }
  .service-slide .button {
    margin-top: -25px; }

#services .slick-prev {
  background-color: #fff;
  left: -6px; }
#services .slick-next {
  background-color: #fff;
  right: -6px; }

.stripe {
  padding: 4rem 0; }
  .stripe.half-padding {
    padding: 2rem 0; }
  .stripe.style-b {
    background: #F5F5F5; }
  .stripe.style-c {
    background: #172542; }
    .stripe.style-c p, .stripe.style-c h2, .stripe.style-c h3, .stripe.style-c h4, .stripe.style-c ul, .stripe.style-c li, .stripe.style-c a {
      color: #fff; }

/** Case Studies **/
#case-studies {
  padding: 80px 0; }
  #case-studies .cell {
    margin-bottom: 2rem; }
  #case-studies h1, #case-studies h2 {
    margin-bottom: 40px; }
  #case-studies h3 {
    margin: 0 0 20px;
    font-family: "museo-sans", sans-serif !important;
    text-transform: none;
    font-weight: 600;
    font-size: 1.5rem; }
  #case-studies a {
    height: 100%;
    margin-bottom: 2rem;
    display: block; }
  #case-studies .case-study {
    background: #F5F5F5;
    height: 100%; }

.case-study-text {
  padding: 1.5rem; }

div.range-thumb {
  position: relative;
  padding-top: 60%;
  background-color: #808080;
  overflow: hidden; }
  div.range-thumb img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }

h2.range-name {
  margin: 1rem 0;
  font-family: "museo-sans", sans-serif !important;
  text-transform: none;
  font-weight: 600;
  font-size: 1.5rem; }

a.range-link {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  a.range-link::after {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    margin-left: 10px; }
  a.range-link:hover {
    text-decoration: none; }

/* Lift listings */
img.option-icon {
  height: 20px;
  width: auto; }

.filter-button-group {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 1.25rem 0rem 2.5rem; }
  .filter-button-group > label {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    align-self: center;
    width: 100%; }
  .filter-button-group > buttonx {
    background-color: #162543;
    color: #fff;
    transition: background-color .3s;
    outline: none;
    padding: 1rem;
    border-radius: 5px;
    margin: .5rem;
    min-width: 125px; }
    .filter-button-group > buttonx.active, .filter-button-group > buttonx:hover, .filter-button-group > buttonx:focus {
      background-color: #CC9201; }
    .filter-button-group > buttonx img.option-icon {
      filter: brightness(0) invert(1); }

.embed-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

div#download-centre {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 1.25rem -1.25rem; }
  div#download-centre > div {
    margin-right: 1.25rem;
    margin-left: 1.25rem; }
  div#download-centre div#filters {
    width: calc(25% - 2.5rem);
    background-color: #E9E9E9; }
    div#download-centre div#filters h3 {
      background-color: #162543;
      margin: 0;
      color: #ffffff;
      padding: .9375rem; }
    div#download-centre div#filters input {
      display: none; }
      div#download-centre div#filters input:enabled + label {
        -webkit-transition: .35s;
        transition: .35s;
        color: #124a3a;
        cursor: pointer; }
      div#download-centre div#filters input:disabled + label {
        -webkit-transition: .35s;
        transition: .35s;
        cursor: not-allowed; }
      div#download-centre div#filters input:checked + label {
        font-weight: bold; }
  div#download-centre > div#downloads {
    width: calc(75% - 2.5rem);
    margin: -1.25rem; }
    div#download-centre > div#downloads > div.download {
      /*width: calc(33.33333% - 2.5rem);*/
      /*margin: 1.25rem;*/ }
      div#download-centre > div#downloads > div.download img {
        margin-top: 0;
        width: auto; }
  div#download-centre > div#filters > ul {
    padding: .9375rem;
    list-style: none;
    margin: 0; }
  div#download-centre .download {
    text-align: center; }
  div#download-centre .download-thumb {
    position: relative;
    overflow: hidden;
    padding-top: 140%;
    box-shadow: 5px 6px 5px 0 rgba(23, 37, 66, 0.13); }
    div#download-centre .download-thumb a {
      height: 100%;
      width: 100%;
      display: inline-block; }
    div#download-centre .download-thumb img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  div#download-centre .download-name a {
    display: block;
    padding: 10px;
    text-align: center; }
  div#download-centre .download:hover .download-name a {
    text-decoration: underline; }

@media (max-width: 39.99875em) {
  div#download-centre {
    flex-direction: column;
    margin: 0; }
    div#download-centre div#filters {
      width: calc(100% - 1.25rem);
      margin: .625rem;
      margin-bottom: 2.5rem; }
    div#download-centre > div#downloads {
      margin: 0;
      width: 100%; } }
.intro {
  font-family: "EB Garamond", serif;
  color: #172542;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 2rem; }

.from {
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  color: #172542;
  font-size: 1.3rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  margin-top: 2rem; }
  .from span {
    font-size: 2rem;
    font-weight: 700; }

.credentials {
  margin: 3rem 0;
  padding-left: 2rem;
  border-left: 1px solid rgba(23, 37, 66, 0.3);
  font-size: 0.8rem; }
  .credentials .credential {
    padding: 0rem 0 1rem 3rem;
    position: relative; }
    .credentials .credential.cred-britain:before {
      content: "";
      width: 30px;
      height: 40px;
      display: block;
      position: absolute;
      top: 0.3rem;
      left: 0;
      background-image: url("../img/made-in-britain.png");
      background-repeat: no-repeat;
      background-size: contain; }
    .credentials .credential.cred-warranty:before {
      content: "";
      width: 30px;
      height: 40px;
      display: block;
      position: absolute;
      top: 0.3rem;
      left: 0;
      background-image: url("../img/warranty.png");
      background-repeat: no-repeat;
      background-size: contain; }
    .credentials .credential.cred-testing:before {
      content: "";
      width: 30px;
      height: 40px;
      display: block;
      position: absolute;
      top: 0.3rem;
      left: 0;
      background-image: url("../img/testing.png");
      background-repeat: no-repeat;
      background-size: contain; }

#cat-content-right blockquote {
  border: 0 !important;
  padding: 0; }
  #cat-content-right blockquote p {
    font-family: "EB Garamond", serif !important;
    color: #172542;
    font-size: 2rem;
    font-style: italic;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 2rem; }

.range-options .range {
  margin: 0; }
  .range-options .range li {
    background: linear-gradient(270deg, #ffde84 0%, #ECAC00 100%);
    font-weight: bold;
    color: #172542 !important;
    text-transform: uppercase;
    padding: 0.5rem 0.8rem;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    font-family: "museo-sans", sans-serif;
    border: 1px solid rgba(23, 37, 66, 0.18);
    background: #F5F5F5;
    margin-right: 0.5rem; }

ul.fancy {
  list-style: none;
  margin: 2rem 0 !important; }
  ul.fancy li {
    font-size: 1.4rem;
    padding: 0 0 1rem;
    margin: 1rem 0;
    border-bottom: 1px solid #F5F5F5; }
    ul.fancy li:last-of-type {
      border-bottom: 0; }
    ul.fancy li i {
      margin-right: 1rem;
      width: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }

/** Slick Slider **/
.slick-prev, .slick-next {
  top: 49%;
  width: 50px;
  height: 50px;
  color: #fff; }

.slick-prev {
  left: 20px; }
  .slick-prev:before {
    content: "\f053" !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
    color: #162543;
    line-height: 50px; }

.slick-next {
  right: 20px; }
  .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
    color: #162543;
    line-height: 50px; }

.slick-dots {
  position: relative;
  bottom: 50px !important;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 50px;
      height: 16px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        font-size: 24px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 16px;
        content: '';
        text-align: center;
        opacity: 0.5;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: white; }
    .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #000; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: auto; }
  .slick-track:after, .slick-track:before {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 20px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  width: 100%; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  background: 0 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slick-next:focus, .slick-next:hover {
  color: transparent;
  outline: 0;
  opacity: 1; }

.slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  opacity: 1; }

.gallery-slider {
  overflow: hidden; }
  .gallery-slider .slick-slide {
    margin: 0 3px !important; }
  .gallery-slider .slick-prev {
    top: 42% !important;
    background-color: #EDAD00;
    border-radius: 5px; }
  .gallery-slider .slick-next {
    top: 42% !important;
    background-color: #EDAD00;
    border-radius: 5px; }
    .gallery-slider .slick-next:before {
      color: #fff !important; }
  .gallery-slider .slick-prev:before {
    color: #fff !important; }

.testimonial-container {
  background: linear-gradient(209.75deg, rgba(98, 123, 177, 0.99) 0%, #172542 100%); }
  .testimonial-container .testimonial-slider {
    /*display:flex;*/
    overflow: hidden;
    /*align-items: stretch;*/
    height: 100%; }
    .testimonial-container .testimonial-slider .slick-prev {
      left: 20px; }
      .testimonial-container .testimonial-slider .slick-prev:before {
        content: "\f053" !important;
        font-family: "Font Awesome 5 Pro";
        font-size: 25px;
        color: #fff;
        line-height: 50px; }
    .testimonial-container .testimonial-slider .slick-next {
      right: 20px; }
      .testimonial-container .testimonial-slider .slick-next:before {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-size: 25px;
        color: #fff;
        line-height: 50px; }
    .testimonial-container .testimonial-slider p, .testimonial-container .testimonial-slider blockquote, .testimonial-container .testimonial-slider figure {
      color: #fff !important; }
    .testimonial-container .testimonial-slider .slick-list, .testimonial-container .testimonial-slider .slick-track {
      height: 100%; }
    .testimonial-container .testimonial-slider .testimonial {
      background-color: transparent;
      padding: 2rem 0; }
    .testimonial-container .testimonial-slider .testimonial-inner {
      position: relative;
      padding: 5rem 6rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 63.99875em) {
        .testimonial-container .testimonial-slider .testimonial-inner {
          padding: 3rem 4rem; } }
      @media only screen and (max-width: 39.99875em) {
        .testimonial-container .testimonial-slider .testimonial-inner {
          padding: 1rem 2rem; } }
    .testimonial-container .testimonial-slider .testimonial figure {
      text-align: center; }
      .testimonial-container .testimonial-slider .testimonial figure::before {
        content: '\201c';
        font-family: "EB Garamond", serif;
        color: #fff;
        opacity: 1;
        font-size: 100px;
        line-height: 50px; }
    .testimonial-container .testimonial-slider .testimonial blockquote {
      border: none; }
    .testimonial-container .testimonial-slider .testimonial figcaption {
      font-weight: bold;
      color: #fff; }

/** Gallery **/
.gallery-coloured-background {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff; }
  .gallery-coloured-background .gallery-grid {
    padding: 0 !important; }

.gallery {
  overflow: hidden;
  margin: 25px 0; }
  .gallery .slick-prev, .gallery .slick-next {
    background-color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    margin-top: -20px !important;
    background-size: 35px !important; }
  .gallery .slick-prev {
    left: -20px; }
  .gallery .slick-next {
    right: -20px; }
  .gallery .slick-slide {
    margin: 0 5px; }

.gallery-grid {
  padding-bottom: 30px; }
  .gallery-grid.images1, .gallery-grid.images2 .gallery-grid.images3 {
    justify-content: space-around; }
  .gallery-grid img {
    margin: 30px 0 0 0; }

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  60% {
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  60% {
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  60% {
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  60% {
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  60% {
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  60% {
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  60% {
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
.fadeIn {
  opacity: 0; }

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 1; } }
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn; }

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake; }

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp; }

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px); }

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px); }

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px); }

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada; }

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort; }

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }

.panels .panel {
  margin-bottom: 2rem;
  height: 100%; }
  @media only screen and (max-width: 39.99875em) {
    .panels .panel {
      height: initial; } }
  .panels .panel.panel-a {
    background: linear-gradient(270deg, rgba(98, 123, 177, 0.99) 0%, #172542 100%); }
    .panels .panel.panel-a h2, .panels .panel.panel-a h3, .panels .panel.panel-a p {
      color: #fff !important; }
  .panels .panel.panel-b {
    background: linear-gradient(270deg, #ffde84 0%, #ECAC00 100%); }
  .panels .panel .panel-text {
    padding: 2rem 2rem 0; }
    @media only screen and (max-width: 39.99875em) {
      .panels .panel .panel-text {
        padding: 2rem; } }
  .panels .panel .button {
    margin: 2rem 0 0; }
  .panels .panel .panel-image img {
    object-fit: cover;
    width: 100%; }

/** Footer **/
footer {
  background-color: #162543;
  padding-top: 60px; }
  footer .footer-logo {
    margin: 0 0 2rem !important; }
    footer .footer-logo img {
      width: 50%;
      min-width: 400px; }
  footer h3, footer p {
    color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
  footer h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-family: "EB Garamond", serif !important; }
  footer a:hover {
    text-decoration: underline !important; }
  footer .menu li {
    display: block;
    width: 100%; }
  footer .menu a {
    color: #fff;
    padding: 5px 0 !important; }

@media only screen and (max-width: 1150px) {
  #footer {
    display: none; } }
/** Copyright **/
#copyright {
  background-color: #162543;
  padding: 35px 0 35px 0;
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
  margin-top: 2rem; }
  #copyright p {
    color: #fff !important;
    margin: 0 !important;
    line-height: 20px;
    font-size: 0.8rem; }
    #copyright p a:hover {
      text-decoration: underline; }
  #copyright a {
    color: white; }
  #copyright i {
    font-size: 20px;
    line-height: 40px;
    margin-left: 15px;
    width: 30px; }

.social {
  font-size: 20px;
  display: flex;
  justify-content: flex-end; }
  .social i {
    margin-right: 0px; }

.hide-required .gform_required_legend {
  display: none; }

/** Contact Block **/
#icons {
  width: 29%;
  margin: 0 auto;
  padding: 10px; }

#contact {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  #contact .button {
    float: right;
    background: white;
    color: black !important; }
    #contact .button:hover {
      float: right;
      background: #000 !important;
      color: #fff !important; }
  #contact textarea {
    height: 130px; }
  #contact a:hover {
    text-decoration: underline; }
  #contact .filter {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 0; }
  #contact::after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  #contact p, #contact h2 {
    color: white; }
  #contact li {
    text-decoration: none;
    color: white;
    list-style-type: none !important; }
  #contact a {
    color: white; }
  #contact .grid-x {
    position: relative;
    z-index: 3; }
  #contact p {
    color: white; }

.grecaptcha-badge {
  display: none; }

/** Accreditations **/
#accreditations {
  padding: 50px 10px;
  text-align: center; }
  #accreditations img {
    height: 120px;
    margin: 0 20px; }

/** Blog **/
#blog h2 {
  font-size: 1.5rem !important;
  margin: 10px 0 0 0; }
#blog a {
  color: #0a0a0a; }

.paginate span, .paginate a {
  background-color: #444242;
  border-radius: 25px;
  font-weight: bold;
  color: #fff !important;
  padding: 15px 25px; }

/** Responsive Mobile **/
@media only screen and (max-width: 640px) {
  #heading h1 {
    font-size: 25px !important;
    line-height: 35px; } }
/** Whistles & Bells **/
.two-tone-border {
  width: 100px;
  display: inline-block;
  margin: 20px auto 30px auto; }

.two-tone-border-left {
  height: 5px;
  width: 50px;
  float: left;
  background: #ababab; }

.two-tone-border-right {
  height: 5px;
  width: 50px;
  float: left;
  background: #676767; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: .9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }
  .mfp-close:focus, .mfp-close:hover {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1; }
  .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 1; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #fff; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #fff; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #172542; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  color: #fff;
  font-size: 12px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* --------------------------------

Timeline

-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }
  #cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #e4e4e4; }

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }
    #cd-timeline::before {
      left: 50%;
      margin-left: -2px; } }
.cd-timeline-block {
  position: relative;
  margin: 2em 0; }
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0; }
    .cd-timeline-block:first-child {
      margin-top: 0; }
    .cd-timeline-block:last-child {
      margin-bottom: 0; } }
.cd-timeline-content h2 {
  margin-top: 0 !important;
  font-size: 1.7rem; }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .cd-timeline-img img {
    display: block;
    position: relative; }
  .cd-timeline-img.cd-picture, .cd-timeline-img.cd-movie, .cd-timeline-img.cd-location {
    background: #EDAD00; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  background: #F0F0F0;
  border-radius: 10px; }
  .cd-timeline-content img {
    width: 100% !important;
    border-radius: 5px; }
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block; }
  .cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6; }
  .cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; }

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  font-size: 18px;
  font-weight: bold; }
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 17px 20px;
    width: 45%; }
    .cd-timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white; }
    .cd-timeline-content .cd-read-more {
      float: left; }
    .cd-timeline-content .cd-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 6px;
      color: #162543 !important; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: white; }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: right; }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 122%;
      text-align: right; }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }
@media (max-width: 39.99875em) {
  .cd-timeline-img [alt="Arrow Left"] {
    transform: rotateY(180deg); } }
#about-project {
  padding-top: 10px; }
  #about-project p {
    margin: 0; }
  #about-project hr {
    margin: 0.7rem auto !important; }

#social {
  font-size: 20px !important; }

.additional-image {
  margin-top: 20px;
  border-radius: 10px; }

.blank {
  border-radius: 10px; }

.blank-index {
  margin-top: 20px;
  border-radius: 10px; }

ul.address {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.address li {
    display: flex; }
    ul.address li i {
      margin-right: 10px;
      line-height: 1.6; }

button.view-dir, button.view-file {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: left; }
button.view-dir:hover .button-text, button.view-file:hover .button-text {
  text-decoration: underline; }
button.view-dir::before {
  color: #EDAD00;
  content: '\f07b';
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  font-weight: 700;
  margin-right: 10px; }
button.view-dir:hover::before {
  content: '\f07c'; }
button.view-file::before {
  color: #D2D2D2;
  content: '\f1c1';
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  font-weight: 700;
  margin-right: 10px; }

div#login-form .forminator-row, div#register-form .forminator-row {
  margin-bottom: 0; }
div#login-form {
  background-color: #edad00;
  padding: 2.5rem;
  margin-top: 1.25rem;
  border-radius: 10px;
  width: 500px;
  max-width: 100%; }
  div#login-form .button.forminator-button-submit {
    background-color: #162543; }
    div#login-form .button.forminator-button-submit:hover {
      filter: brightness(1.5); }
  div#login-form .forminator-col.remember-me {
    margin: 1.25rem 0; }
div#register-form {
  background-color: #162543;
  color: #fff;
  padding: 2.5rem;
  margin-top: 1.25rem;
  border-radius: 10px;
  width: 500px;
  max-width: 100%; }
  div#register-form label {
    color: inherit; }

#top-panel a.button {
  margin: 0 0 0 1.25rem; }

ul#file-explorer {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul#file-explorer > li {
    margin: 1rem 0; }
    ul#file-explorer > li > button > .button-text {
      flex-grow: 1;
      line-height: 30px; }

@media (max-width: 39.99875em) {
  body.post-type-archive-trade-folder .range-thumb {
    height: 150px;
    width: 150px;
    float: left;
    padding: 0;
    margin-right: 1.25rem; } }
@media (min-width: 40em) {
  a.back-to-trade {
    float: right; } }
.search-result {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }
  .search-result:nth-of-type(n + 2) {
    border-top: 1px solid #d0d0d0; }
  .search-result img {
    margin-top: 0 !important; }

html.is-reveal-open body {
  overflow-y: visible !important; }

/*# sourceMappingURL=terrylifts.css.map */
