html, body {
  height: 100%;
  color: #272726; }

body {
  font-family: din-2014, Helvetica, sans-serif;
  overflow-x: hidden; }

p {
  font-size: 1em;
  font-weight: 200; }

a {
  color: #FF6C2F;
  text-transform: uppercase;
  font-size: 14px; }

a img.icon {
  height: 16px;
  width: 16px;
  margin-right: 7px; }

a img.large-icon {
  height: 26px;
  margin: 10px 0px 30px 0px; }

a img.large-icon-2 {
  height: 20px;
  margin: 10px 0px 30px 0px; }

a:hover {
  color: #FF6C2F; }

nav {
  position: absolute;
  top: 30px !important;
  right: 20px !important;
  z-index: 100; }

header img {
  margin: 30px 0px 0px 0px;
  width: 250px; }

#navigation li, #navigation li a {
  display: inline;
  list-style-type: none;
  font-family: din-2014, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: none;
  color: #FFF;
  margin-left: 15px;
  padding-bottom: 5px; }

#navigation li a.selected, #navigation li a:hover {
  border-bottom: 3px solid #FFB900;
  text-decoration: none; }

footer, footer a {
  background-color: #242424;
  color: #777777;
  text-transform: none;
  font-size: inherit; }

footer {
  position: relative;
  align-items: center;
  display: flex;
  font-size: 0.8em;
  line-height: 160%;
  padding: 25px 0px; }

footer .icon {
  height: 22px !important;
  width: auto !important;
  padding: 0px;
  margin-left: 6px;
  margin-right: 0px !important;
  opacity: 0.5; }

footer .icon:hover {
  opacity: 1; }

footer h3 {
  width: fit-content;
  line-height: 80%; }

footer h3 a, footer h3 a:hover {
  color: #FFF;
  font-size: 0.7em;
  text-transform: uppercase; }

footer a {
  background: none !important; }

footer ul {
  padding: 0px; }

footer ul li {
  list-style-type: none; }

footer .legal-info {
  padding-top: 0px; }

#key-message h1 {
  text-transform: uppercase;
  color: #272726;
  font-weight: 100;
  font-size: 3em;
  line-height: 110%;
  /*margin-top: -100px;*/
  margin-left: 15px; }

.message-row {
  height: 680px;
  align-items: center; }

#key-message a {
  font-weight: 200; }

.backtotop {
  height: 35px;
  width: 35px;
  margin: 40px 0px; }

/* ANIMATIONG HEADINGS AND QUOTES */
h1 span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  -webkit-transform: translate(20%, 100%);
  transform: translate(20%, 100%);
  position: relative;
  z-index: 1; }

h1 span:before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1); }

h1 span.row {
  overflow: hidden;
  display: block;
  -webkit-transform: none;
  transform: none; }

h1 span.row:before {
  display: none; }

h1 .animate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

h1 .animate:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

h2 {
  text-transform: uppercase;
  color: #272726;
  opacity: 0.5;
  font-size: 1em;
  margin: 0px;
  padding: 0px; }

h3, .location h3 a, .intro-section, .article-content:first-child, .subtitle, .first-para {
  font-size: 1.7em;
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: 200; }

.animate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.animate:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.dark {
  color: #b3b3b3;
  opacity: 0.5; }

small {
  color: #272726;
  opacity: 0.5;
  display: block;
  padding-top: 20px; }

.large-text {
  margin: 0;
  font-size: 1.7em;
  font-weight: 100;
  line-height: 120%; }

#search-bar {
  height: 130px;
  background-color: #F6F6F6;
  padding: 20px 0px;
  margin-bottom: 50px; }

.form-field-search {
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  background: none;
  border: 1px solid #e3e3e3;
  height: 36px;
  border-radius: 0px; }

#form-submit {
  color: #FF6C2F;
  border: 2px solid #FF6C2F;
  font-size: 15px;
  cursor: pointer; }

#form-submit:disabled, #form-submit[disabled] {
  border: 2px solid #999999;
  color: #666666; }

#pull-quote h4 {
  margin: 20px 0px; }

#pull-quote h4 span {
  color: #272726;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 100;
  padding: 0px;
  line-height: 140%;
  display: block;
  margin: 0;
  width: fit-content;
  letter-spacing: -1px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 62%, #ffb900 62.1%, #ffb900 80%, rgba(0, 0, 0, 0) 80.1%, rgba(0, 0, 0, 0));
  text-decoration: none; }

h5 {
  margin: 40px 0px;
  text-transform: uppercase;
  color: #323231;
  padding: 0px;
  line-height: 120%;
  font-size: 1.5em;
  border-bottom: 3px solid;
  display: inline-block; }

h5 div {
  margin: 0;
  width: fit-content;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 62%, #272726 62.1%, #272726 80%, rgba(0, 0, 0, 0) 80.1%, rgba(0, 0, 0, 0));
  text-decoration: none; }

.darkgreybackground-override h5 {
  margin: 40px 0px;
  text-transform: uppercase;
  color: #FFF;
  padding: 0px;
  line-height: 120%;
  font-size: 1.5em;
  border-bottom: 3px solid white;
  display: inline-block; }

.darkgreybackground-override h5 div, #top-section h5 div {
  margin: 0;
  width: fit-content;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 62%, #FFF 62.1%, #FFF 80%, rgba(0, 0, 0, 0) 80.1%, rgba(0, 0, 0, 0));
  text-decoration: none; }

.image-replace {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center; }

.image-replace img {
  width: 100%; }

.no-filter {
  -webkit-filter: none !important;
  filter: none !important; }

/* BURGER MENU */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

#burger-button:focus {
  outline: none !important; }

#burger-button {
  float: right;
  margin-top: 10px; }

.hamburger.hamburger--minus.is-active .hamburger-inner {
  background-color: #fff; }

/* BURGER MINUS */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

#overlay-menu {
  display: none; }

.carousel-indicators {
  bottom: 150px; }

.carousel-control-next-icon {
  background-image: url(/images/global/arrow-forward.svg); }

.carousel-control-prev-icon {
  background-image: url(/images/global/arrow-back.svg); }

.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 100px;
  width: 100px; }

.owl-theme .owl-prev, .owl-theme .owl-next {
  z-index: 100;
  top: calc(50% - 50px);
  cursor: pointer; }

.owl-carousel .owl-item {
  min-height: 160px !important; }

.carousel .item div {
  position: fixed;
  bottom: 0;
  margin: 20px auto;
  float: left;
  width: 100%;
  text-align: center;
  color: #FFF; }

.carousel .item div span {
  display: block;
  line-height: 90%;
  color: #c3c3c3;
  font-size: 0.9em; }

.owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 75px);
  height: 100px;
  width: 100%;
  margin-top: 0px !important; }

.owl-theme .owl-prev, .owl-theme .owl-next {
  padding: 0px !important;
  background: none !important; }

.owl-theme .owl-prev {
  position: absolute;
  left: 20px; }

.owl-theme .owl-next {
  position: absolute;
  right: 20px; }

.owl-theme .owl-prev img, .owl-theme .owl-next img {
  height: 100px; }

.owl-theme .owl-dots {
  margin: 40px 0px -30px 0px; }

.carousel .owl-item {
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*height: 300px;*/ }

.carousel .owl-item .item {
  width: 50px;
  height: 100%;
  opacity: 0;
  transition: 0s;
  float: right;
  margin: 0 0 0 500px;
  /*transition: 31s;*/ }

.carousel .owl-item.active .item {
  width: 100%;
  opacity: 1;
  margin: 0;
  transition: opacity 2s, margin 2s;
  transition-delay: 0.4s;
  /*float: right;*/
  /*height: 300px;*/ }

@media (max-width: 767.99px) {
  #header-section {
    height: 100vh !important; }

  .message-row {
    height: calc(100vh - 96px); }

  header img {
    width: 180px; }

  #key-message h1 {
    font-size: 2.8em;
    /*margin-top: -100px;*/ }

  .large-text {
    margin: 0;
    font-size: 1.6em;
    font-weight: 100;
    line-height: 120%; }

  footer {
    padding: 40px; }

  footer .container {
    padding: 0px; }

  footer a img.icon {
    margin-top: 20px; }

  footer .icon {
    padding: 0px 20px 0px 0px; } }
@media (max-width: 1024px) {
  #burger-button {
    display: block;
    z-index: 100; }

  footer .icon {
    height: 16px !important;
    margin: 0px 2px !important; }

  #main-nav {
    display: none !important; }

  #overlay-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 35;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/ }

  #overlay-menu.shown {
    display: flex; }

  .menu-items {
    z-index: 40; }

  #overlay-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  #overlay-menu ul a {
    text-decoration: none;
    color: #FFF;
    font-size: 2em;
    font-weight: 100; }

  #overlay-menu ul a:hover {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 62%, #ffb900 62.1%, #ffb900 80%, rgba(0, 0, 0, 0) 80.1%, rgba(0, 0, 0, 0));
    text-decoration: none; }

  #header-section {
    z-index: 100; } }
@media (min-width: 1025px) {
  #burger-button {
    display: none !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .no-max-width-ipad {
    max-width: none;
    margin: 0; }

  #header-section {
    max-height: 880px !important; }

  .message-row {
    max-height: 809px !important; }

  .noipad {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .noipad {
    display: none; } }
#header-section {
  height: 750px;
  background-color: #fefefe;
  background-position: 70% 100%;
  background-size: cover;
  transition: 1s;
  background-blend-mode: darken; }

#key-message {
  margin-top: -100px; }

.our-people-link {
  position: relative;
  z-index: 1000; }

hr {
  margin-bottom: 0; }

#header-section.blackHeader .nav-logo-vannin {
  -webkit-filter: invert(85%);
  filter: invert(85%); }

#header-section.blackHeader #navigation li, #header-section.blackHeader #navigation li a {
  color: #272726; }

#header-section.whiteHeader #key-message h1 {
  color: #FFF; }

#whoweare-section {
  background: linear-gradient(to left, #FFB900 65%, transparent 35%);
  margin-top: -140px;
  padding: 40px 0px;
  margin-bottom: 40px; }

#whoweare-section p {
  padding: 20px 80px 20px 0px; }

#whatwedo {
  border: 1px solid #e3e3e3;
  padding: 30px 30px 60px 30px;
  margin-bottom: 100px; }

#whatwedo p {
  font-size: 2.3em;
  font-weight: 200;
  padding: 20px 20px 20px 0px;
  line-height: 120%;
  margin: 0; }

#whatwedo .greater-than {
  position: absolute;
  width: 40px;
  left: -20px;
  top: 77px; }

.news {
  background-color: #F6F6F6;
  padding: 30px 60px 30px 30px;
  z-index: 20;
  position: relative; }

.news h3, #announcements h3 {
  color: #272726;
  font-weight: 200;
  font-size: 1.7em;
  line-height: 120%;
  margin: 0;
  padding-top: 5px; }

.news p {
  color: #323231;
  font-weight: 200;
  line-height: 140%;
  padding-top: 10px; }

#ourteam-section .col-12, #ourteam-section .col-sm-11 {
  background: #323231;
  padding: 65px 45px 40px 45px;
  margin: -70px 0px 40px 0px;
  z-index: 10;
  position: relative; }

#ourteam-section p {
  color: #FFF;
  padding: 20px 0px 40px 0px;
  font-size: 1.7em; }

#ourteam-section .carousel {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

#ourteam-section .carousel img {
  margin: 0px 5px; }

#ourteam-section .carousel .carousel-item {
  width: 100px; }

#makesdifferent-section {
  background: linear-gradient(to right, #F6F6F6 65%, transparent 35%);
  margin-bottom: 40px; 
  margin-top: 40px;
}

.section-center-image {
  align-items: center;
  display: flex; }

#make-different, #events {
  padding: 40px; }

#makesdifferent-section p {
  padding: 20px 20px 30px 0px; }

#insight {
  background-color: #3D5265;
  padding: 30px 60px 30px 30px;
  color: #FFF; }

#event-section {
  background: linear-gradient(to right, #242424 65%, transparent 35%);
  margin: 30px auto;
  padding: 20px 0px; }

#event-section p, #latest-announcements-section, #latest-announcements-section h3, #latest-announcements-section p {
  color: #FFF; }

#latest-announcements-section h3 {
  padding-bottom: 10px;
  padding-top: 20px; }

#latest-announcements-section .news {
  background: rgba(255, 255, 255, 0.1); }

#bottom-content {
  background: linear-gradient(to top, #323231 90%, transparent 10%); }

#announcements {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 30px 60px 30px; }

.carousel-indicators li {
  background-color: #FFF;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2); }

.carousel-indicators .active {
  background-color: #FFB900; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #272726; }

#events ul {
  color: #FFB900;
  padding: 0 0 0 20px; }

#events ul li p {
  color: #FFF;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 0; }

#events h3 {
  color: #FFF;
  margin: 20px 0px 10px 0px; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.5s ease-in-out left;
  -moz-transition: 0.5s ease-in-out left;
  -o-transition: 0.5s ease-in-out left;
  transition: 0.5s ease-in-out left; }

#pull-quote {
  padding-left: 25px; }

.logo-slide {
  width: 100px;
  margin-bottom: 20px; }

@media (min-width: 767px) {
  .no-left-padding {
    padding-left: 0; }

  .no-right-padding {
    padding-right: 0; }

  .logo-slide {
    width: 150px; } }
@media (min-width: 992px) {
  #ourteam-section .carousel {
    left: 55%; } }
/* MOBILE STYLES */
@media (max-width: 1025px) {
  #header-section {
    background-position: 50% 100%;
    padding: 25px; }

  #header-section .carousel {
    margin-top: -50px; }

  /*    #key-message h1
      {
          margin-top: 0;
      }*/
  #key-message {
    margin-top: 0; } }
@media (max-width: 768px) {
  #key-message h1 {
    font-size: 2.1em !important; }

  #header-section {
    background-position: 27% 20%;
    padding: 25px; }

  #header-section #carouselExampleIndicators .message-row {
    height: 66vh !important; }

  .carousel-indicators {
    bottom: 20px; }

  #whoweare-section {
    background: #FFB900;
    padding: 40px;
    margin-top: 0; }

  #whoweare-section p {
    padding: 20px 0px; }

  #whoweare-section h2 {
    margin-top: 20px; }

  #whatwedo {
    margin-bottom: 0px; }

  #whatwedo p {
    font-size: 1.8em;
    padding: 20px 0px; }

  #makesdifferent-section, #event-section {
    padding: 40px;
    border: 0; }

  #whatwedo, .news, #pull-quote, #insight, #announcements {
    padding: 25px;
    border: 0; }

  .news h3, #announcements h3 {
    font-size: 1.6em; }

  #ourteam-section .col-12 {
    padding: 40px;
    margin: 0px; }

  #ourteam-section .carousel {
    width: 70vw;
    /*left: 50%;*/
    margin-bottom: 20px; }

  #whatwedo .greater-than {
    left: -11px;
    top: 62px; }

  .owl-dots {
    display: none; }

  .owl-theme .owl-nav {
    top: calc(50% - 50px); }

  #makesdifferent-section {
    background: #F6F6F6;
    margin-bottom: 0px; }

  #make-different {
    padding: 0px 15px; }

  #pull-quote h4 span {
    font-size: 0.9em; }

  #event-section {
    margin: 0px auto;
    background: #242424; }

  #events {
    padding: 0px 15px; }

  #event-section img.img-fluid, #makesdifferent-section img.img-fluid {
    padding-top: 20px; }

  #announcements {
    padding-bottom: 0px; }

  .insight-wrapper {
    background-color: #3D5265; }

  .whatwedo-wrapper {
    background-color: #F6F6F6; }

  #latest-announcements-section .news-wrapper {
    background-color: #474746; }

  #latest-announcements-section .news-wrapper .news {
    background-color: transparent; } }
/*IPAD*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #whatwedo .greater-than {
    left: -23px !important; }

  #ourteam-section .carousel {
    width: 80vw; }

  #header-section #carouselExampleIndicators .message-row {
    height: 73vh !important;
    padding: 6vw; }

  #header-section #carouselExampleIndicators .message-row a {
    font-size: 20px; }

  /*    .carousel{
          height: 94vh;
      }*/
  #key-message h1 {
    font-size: 3em !important; }

  .carousel-indicators {
    bottom: -50px; } }

/*# sourceMappingURL=home.css.map */
