body {
  margin: 0; }

.site-header,
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 4em;
  background-color: rgba(255, 253, 248, 0.6);
  border-bottom: 1px solid #dadada;
  transition: padding .18s ease-in-out;
  z-index: 200; }
  .site-header.scroll-effect,
  header.scroll-effect {
    padding: 0px 3px 0px 10px; }

header img.logo {
  float: left;
  width: 40px;
  height: 50px;
  min-height: unset; }

.gry {
  width: 100%;
  background: #E7E7E7;
  height: 1px;
  margin: 100px 0; }

.gry.last {
  margin-bottom: 50px; }

.orange {
  margin: 42px 0;
  width: 100%;
  height: 8px;
  background: #fff;
  border-top: 1px solid #F8BDA4;
  border-bottom: 1px solid #F8BDA4; }

.next {
  text-align: center; }

.next a {
  color: #783A34;
  font-family: Adobe Garamond Pro, Georgia, Times, serif;
  font-size: 30px;
  letter-spacing: .8px;
  text-decoration: none;
  text-align: center; }

img {
  width: 100%;
  min-height: 200px; }

img.home {
  border: 1px solid #8a8a8a;
  max-width: 990px;
  justify-self: end; }

h2 {
  font-family: Futura, Verdana, Sans-Serif;
  font-size: 80px;
  letter-spacing: 2.7px;
  line-height: 100px;
  font-weight: 400; }

h2.og {
  margin: 80px 0px 0px;
  color: #F48358;
  letter-spacing: 1px; }

h3.lg {
  font-size: 30px;
  margin: 0px; }

h2.blue {
  color: #2583A0; }

h3 {
  font-family: Futura, Verdana, Sans-Serif;
  color: #2583A0;
  letter-spacing: 1px;
  font-weight: 400; }

.role {
  text-align: center; }

h4 {
  font-size: 24px;
  letter-spacing: 0.8px;
  color: #210C3D;
  font-weight: normal; }

.grey .one, .grey .two {
  padding: 0px 100px; }

.grey h3 {
  color: #FFFDF8;
  padding-bottom: 40px; }

.black h3,
.t2t_green h3,
.t2t_orange h3 {
  color: #fff; }

.cadn h3,
.lt_grey h3 {
  color: #000; }

.grey h4 {
  font-family: Futura, Verdana, Sans-Serif;
  color: #FFFDF8; }

.grey p {
  color: #FFF; }

p {
  font-size: 1.5em;
  letter-spacing: .8px;
  line-height: 40px;
  color: #4a4a4a;
  font-family: Adobe Garamond Pro, Georgia, Times, serif; }

p.caption {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 6px;
  line-height: 26px; }

p.author {
  margin-left: 40px; }

strong {
  font-family: Futura, Verdana, Sans-Serif;
  color: #A96B5B; }


nav {
  height: auto;
  text-align: right;
  overflow: hidden;
  background: none; 
  margin-top: 6px;
  font-size: 18px;

}


nav a {
  letter-spacing: 1px;
  border-radius: 16px;
  margin-left: 30px;
  color: #783A34;
  font-family: Futura, Verdana, Sans-Serif;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;

}

nav a:hover {
  background: #783A34;
  padding: 10px 20px;
  color: rgba(255, 253, 248, 1);
  
}

/*styling open close button*/
.button {
  display: inline;
  position: absolute;
  padding: 1em; }

.button a {
  text-decoration: none; }

.btn-open:after {
  content: ' ';
  background: url(../img/visual_rhythm.svg) no-repeat;
  width: 40px;
  height: 50px;
  display: block;
  background-size: 40px 50px;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }

.btn-open:hover:after {
  content: ' ';
  background: url(../img/visual_rhythm.svg) no-repeat;
  width: 40px;
  height: 50px;
  display: block;
  background-size: 40px 50px; }

.btn-close:after {
  content: ' ';
  background: url(../img/visual_rhythm_close.svg) no-repeat;
  width: 40px;
  height: 50px;
  display: block;
  background-size: 40px 50px;
  position: relative;
  z-index: 1000;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }

.btn-close:hover:after {
  content: ' ';
  background: url(../img/visual_rhythm_close.svg) no-repeat;
  width: 40px;
  height: 50px;
  display: block;
  background-size: 40px 50px; }

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #333; }

.overlay .menu {
  margin: 10% auto;
  width: 80%; }

.overlay .menu ul {
  margin: 0;
  padding: 0;
  width: 100%; }

.overlay .menu ul li {
  padding-bottom: 40px;
  list-style: none; }

.overlay .menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 80px;
  font-family: Futura, Verdana, Sans-Serif;
  letter-spacing: 1px; }

.overlay .menu ul li a:hover {
  color: #7DB5CB; }

.hero {
  height: 100vh;
  max-width: none;
  min-height: 100vh;
  object-fit: cover;
  display: table-cell;
  width: 100vw;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 40px; }

.hero img.bg,
.hero img.bg_img {
  height: 100vh;
  max-width: none;
  min-height: 100vh;
  object-fit: cover;
  display: table-cell;
  width: 100vw;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 40px;
  z-index: 90; }

.hero img.bg_img {
  position: absolute;
  top: 0;
  left: 0; }

.hero img.mobile {
  display: none; }

.title {
  display: grid;
  justify-content: center;
  position: relative;
  margin: 0 20px; }

.title img.logo {
  position: relative;
  max-height: 350px;
  z-index: 150; }

.title img.logo.no_vid {
  position: relative;
  max-height: 350px;
  z-index: 150; }

.video_filter_grey {
  background: rgba(74, 74, 74, 0.5);
  z-index: 120; }

.video-background, .video_filter_grey {
  /*  making the video fullscreen  */
  position: absolute;
  top: 0;
  left: 0;
  display: table-cell;
  height: 100vh;
  max-width: none;
  min-height: 100vh;
  object-fit: cover;
  width: 100vw;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 90px; }

.video_filter_grey.still {
  padding-bottom: 0px;
  top: 0;
  left: 0;
  position: absolute; }

.video-background {
  padding-bottom: 0px;
  z-index: 100; }

main p a {
  border-bottom: 2px solid #2583A0;
  padding-bottom: 4px;
  color: #4a4a4a;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }

main p a:hover {
  background: #2583A0;
  padding-top: 8px;
  color: #fffdf8; }

main, .foot_wrap {
  max-width: 1440px;
  margin: 0px auto;
  clear: both; }

main.top {
  margin-top: 100px; }

main.static {
  margin-top: 200px;
  padding-top: 0px; }

.static_img {
  margin-top: 35px;
  margin-left: 60px; }

.work h3, .work p {
  text-align: center; }

.work h3 {
  font-size: 30px;
  margin: 40px 0 0;
  padding: 0px; }

div.thumb, div.thumb img {
  position: relative; }

div.thumb h4 {
  position: absolute;
  top: 20px;
  padding: 10px 20px;
  background: rgba(74, 74, 74, 0.7);
  color: #fff;
  font-family: Futura, Verdana, Sans-Serif;
  font-weight: 400;
  max-width: 80%; }

footer {
  width: 100%;
  border-top: 1px solid #E7E7E7;
  margin: 50px 0 100px;
  padding-top: 60px; }
  footer a {
    text-decoration: none;
    font-size: 18px;
    font-family: Futura, Verdana, Sans-Serif;
    color: #783A34;
    letter-spacing: 1px; }
  footer p {
    margin: 0px; }

blockquote::before {
  content: "\201C";
  position: absolute;
  margin-left: -80px;
  margin-top: 40px;
  font-size: 150px; }

blockquote {
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: #A96B5B; }

.full {
  width: 100%;
  padding: 100px 0;
  margin: 100px 0; }

.full_container {
  max-width: 1440px;
  margin: 0 auto; }

.grey {
  background: #4A4A4A; }

.lt_grey {
  background: #ccc; }

.black {
  background: #000000; }

.cadn {
  background: #C0E0BA; }

.t2t_green {
  background: #73B994; }

.t2t_orange {
  background: #326D7B; }

.one, .two, .three, .two_one, .one_two, .four {
  display: grid;
  margin-bottom: 20px;
  padding: 0px 100px 0px; }

.one {
  grid-template-columns: 1fr; }

.one.stacked {
  padding-bottom: 60px; }

.two {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px; }

.center {
  justify-self: center;
  justify-content: center;
  align-self: center; }

.two .center {
  color: white; }

.two .text {
  padding-right: 80px; }

.text {
  align-self: center; }

.two_one {
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 20px; }

.two_one .text {
  padding-right: 100px; }

.text.right {
  padding-left: 40px;
  padding-right: 0px; }

.one_two {
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 20px; }

.one_two img.right {
  padding-left: 100px; }

.three {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px; }

.four {
  padding: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px; }

.slider {
  max-width: 100%;
  height: 620px;
  margin: 0px auto 40px;
  position: relative; }

.s1, .s2, .s3, .s4, .s5 {
  position: absolute;
  width: 100%;
  height: 620px; }

.s1 {
  background: url(../img/lac/decision_points1.png) no-repeat center;
  background-size: cover;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite; }

.s2 {
  background: url(../img/lac/decision_points2.png) no-repeat center;
  background-size: cover;
  animation: fade2 8s infinite;
  -webkit-animation: fade2 8s infinite; }

.s3 {
  background: url(../img/lac/decision_points3.png) no-repeat center;
  background-size: cover;
  animation: fade3 8s infinite;
  -webkit-animation: fade3 8s infinite; }

.s4 {
  background: url(../img/lac/decision_points4.png) no-repeat center;
  background-size: cover;
  animation: fade4 8s infinite;
  -webkit-animation: fade4 8s infinite; }

.s5 {
  background: url(../img/lac/decision_points5.png) no-repeat center;
  background-size: cover;
  animation: fade5 8s infinite;
  -webkit-animation: fade5 8s infinite; }

@keyframes fade {
  0% {
    opacity: 1; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade2 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 1; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade3 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade4 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 1; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade5 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media only screen and (max-width: 1180px) {
  .site-header {
    padding-left: 20px; }
    .site-header .button {
      padding-left: 0px; }
  img.home,
  p.caption {
    margin-right: 20px; }
  .one, .two, .three, .two_one, .one_two, .four,
  .grey .one, .grey .two {
    padding: 0px 20px; }
  .three, .two_one, .one_two {
    grid-template-columns: 1fr;
    grid-column-gap: 0px; }
  .two_one .text,
  .one_two .text {
    padding-right: 0px;
    padding-bottom: 40px; }
  .text.right,
  .one_two img.right {
    padding-left: 0px; }
  blockquote {
    font-size: 30px;
    margin-left: 80px; }
  blockquote::before {
    margin-left: -80px; } }

@media only screen and (max-width: 1050px) {
  img.home {
    margin-right: unset;
    justify-self: center; }
  p.caption {
    margin-right: unset; } }

@media only screen and (max-width: 735px) {

.site-header, header {
    padding: 14px 20px;
}

nav a {
  padding: 10px 0px;
}

nav a:hover {
  padding: 10px 0px;
  
}


  p {
    font-size: 1em; }
  img {
    min-height: unset; }
  .video-background {
    display: none; }
  .hero .title {
    display: cover;
    margin: 0px; }
  .hero .title img.logo {
    position: relative;
    width: 70%;
    margin-top: unset;
    margin: 0 auto; }
  .video_filter_grey {
    top: 0;
    left: 0; }
  .hero img.bg_img {
    display: none; }
  .hero img.mobile {
    position: absolute;
    display: inline;
    top: 0px;
    left: 0px; }
  .overlay .menu {
    margin: 100px auto 0px; }
  h2.og {
    margin: 80px 0px 0px -5px;
    padding: 0px; }
  p.caption {
    font-size: 14px;
    line-height: 21px; }
  .two {
    grid-template-columns: 1fr;
    grid-column-gap: 0px; }
  .two .text {
    padding-right: 0px;
    padding-bottom: 40px; }
  div.two :first-child {
    margin-bottom: 20px; } }
