@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fader {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
} 

	
.fader.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.fader.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fader.three {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  animation-delay: 1.75s;
}


@media screen and (max-width: 39.9375em) {
    
body{
  
}


    
.unscrolled { background: #0c3d50;-webkit-transition: background 2s ease-out;
  -moz-transition: background 3s ease-out;
  -o-transition: background 3s ease-out;
  transition: background 3s ease-out;}

.light_blue{
    background: #006792;

}
    




a{
    color: inherit;
}

a:hover, a:visited, a:focus, a:active{
    /* color: inherit; */
}


a.main_btn {
    text-decoration: none;
}

.underline{
    text-decoration: none;
    position: relative;
    display: inline-flex;
    }

.underline:after{content: '';width: 100%;position: absolute;left: 0;bottom: 4px;border-width: 0 0 1px;border-style: solid;border-color: #fff;}


.animsition-overlay{}

.bg-init{}

.mb{}

.mt{
    margin-top: 0px !important;
}

.pb{
    padding-bottom: 50px;
}

.pt{
    padding-top: 50px;
}

   .mobile_logo .cls-1{fill:#fff;}
    .scrolled .mobile_logo .cls-1{fill:#0c3d50;}      

.container{font-size: 11px;}

.loaded{}

.grid-x{
    z-index: 2;
    max-width: 90rem;
    margin: 0 auto;
    position: relative;
}

.homepage .grid-x{
}

.fullWidth{
    min-width: 100%;
    max-width: inherit;
}

.fullWidth .cell{
    padding-right: 0;
    padding-left: 0;
}

.fullWidth img{
    min-width: 100%;
}


.mobile_topbar{
    background: transparent;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100vw;
    height: auto;
    padding: 15px 0 0;
}

.scrolled .mobile_topbar{
    background: #fff;
    z-index: 97;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    height: 55px;
    padding: 0 0;
}

.mobile_logo{
    width: 200px;
    margin: 5px 0 0 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .mobile_logo{
    width: 150px;
    margin: 0px 0 0 15px;
}


.scrolled .register_fixed_row{
    bottom: 0px;
}

.overlay{
    z-index: 98;
    background: rgba(12, 41, 60, 0.95);
    background-image: url(../img/absurdity.png);
    background-size: inherit;
}

.overlay-close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    background-size: 25px;
    z-index: 200;
}

.overlay nav{
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

.overlay ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay li{
    display: block;
    height: 20%;
    height: calc(100% / 7);
    min-height: 40px;
    text-align: center;
}

.overlay li a{
    font-weight: 400;
    display: block;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: #fff;
    text-transform: none;
    text-align: left;
    font-family: "Freight_Disp_Book";
    font-size: 34px;
    letter-spacing: 0.01em;
    margin: 0 auto 5px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.mobile_register{}

       
    .mobile_nav_icon {
    font-family: 'ElegantIcons';
    color: #0c3d50 !important;
    font-size: 50px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 30;
    padding: 4px 3px 1px;
    line-height: 100%;
    background: #fff;
    border-radius: 0;
    -webkit-transition: background 1.5s ease-out;
    -moz-transition: background 1.5s ease-out;
    -o-transition: background 1.5s ease-out;
    transition: background 1.5s ease-out;
}
    
    .scrolled .mobile_nav_icon{color: #0c3d50 !important;right: 2px;top: 0px;background: transparent;}
    
                .mobile_logo .cls-1{fill:#fff;}
            .scrolled .mobile_logo .cls-1{/* fill: #959D9F; */}
    
.subpage .desktop_nav_wrap{    padding: 30px 0 0px;}

.subpage.scrolled .desktop_nav_wrap {    padding: 15px 0 12px;}
    
.desktop_nav_wrap{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 80px 0 0px;
    z-index: 10;
    background: transparent;
}

.scrolled .desktop_nav_wrap{
    padding: 15px 0 12px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: #0c3d50;
}








.desktop_nav_row{
    max-width: 90rem;
    margin: 0 auto;
}

.scrolled .desktop_nav_row{}

.desktop_logo_col{}

.desktop_logo, .footer_logo{
    width: 250px;
}

.scrolled .desktop_logo{
    width: 190px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.desktop_nav_col{}

.desktop_nav_col ul{
    list-style: none;
    float: right;
    text-align: right;
    margin: 18px 0 0 0;
    width: 100%;
}

.scrolled .desktop_nav_col ul{margin: 8px 0 0 0;}

.desktop_nav_col li{
    list-style: none;
    display: inline;
    margin: 0 6.6% 0 0;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 0.03em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.desktop_nav_col li:last-child{
    margin-right: 0;
}

.desktop_nav_col a{}

.desktop_nav_col a span {
  position: relative;
}

.desktop_nav_col a span::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.desktop_nav_col a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

#holding{
    display: none;
}

#homepage{}

.homepage{
    /* background: #0c3d50; */
}

.hero_image_gallery{min-height: 100vh;background-image: url('../img/hero.jpg');background-size: cover;background-repeat: no-repeat;background-position: left top;}

.hero_image_gallery_row{
    height: 100vh;
}

.hero_image_gallery_col{ opacity: 1;}

.scrolled .hero_image_gallery_col{ opacity: 0;     -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.hero_image_gallery_col h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 1.9em;
    max-width: min(100%, 550px);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.hero_image_gallery_col h5{}

.hero_image_gallery_col .hero_btn{
    color: #fff;
    text-align: center;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.3em;
    letter-spacing: 0.03em;
    margin: 10px auto 20vh;
    display: inline-block;
    border: 1px solid #fff;
    padding: 17px 55px 14px;
    background: transparent;
}

.hero_image_gallery_col .hero_btn:hover{
    color: #0c3d50;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_intro_block{
    padding: 120px 0 0;
}

.home_intro_row{
}

.home_intro_row h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 1.8em;
    max-width: min(95%, 450px);
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 auto 10px;
    padding: 0 0 0 0;
}

.home_intro_row h1 em{
    font-family: "FreightDisp_W03_Book_Italic";
}

.neg_mb{
    margin-bottom: -50px !important;
    padding: 0 0 110px;
    z-index: 3;
}

.vert_line{
    border: solid #fff;
    border-width: 0 0 0 1px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.blue_offset_line{
        border-color: #006894;
        top: 0;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
}
.white_offset_line{
        border-color: #fff;
        top: 0;
        right: 0%;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
        left: inherit;
}

.down_line{height: 0%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.down_line.delighter.started{height: 100%;}

.main_btn {
  z-index: 1;
  position: relative;
  outline: none;
  text-decoration: none;
  color: initial;
  color: #0abfda !important;
  text-align: center;
  font-family: "TT_Commons_Medium";
  font-weight: 400;
  line-height: 120%;
  font-size: 1.4em;
  letter-spacing: 0.03em;
  margin: 10px auto 10px;
  display: inline-block;
  border: 1px solid #0abfda;
  padding: 14px 50px 11px;
}

.main_btn::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0abfda;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.main_btn:hover {
  cursor: pointer;
  color: #fff !important;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.main_btn:hover::before {
  transform-origin: center left;
  transform: scaleX(1);
}

.blue_btn{}

.blue_btn::before{}

.blue_btn:hover {}

.blue_btn:hover::before{}

.white_btn{
    color: #fff !important;
    border-color: #fff;
}

.white_btn::before{
    background: #fff;
}


.white_btn:hover {
    color: #0c3d50 !important;
}



.dark_blue_btn{
    color: #006894 !important;
    border-color: #006894;
}

.dark_blue_btn::before{
    background: #006894;
}

.dark_blue_btn:hover {
    color: #fff;
}



.white_btn:hover::before{}

.full_img_row{
    max-width: inherit !important;
}

.full_img_col{}

.homepage_pull_block{
    padding: 70px 0;
}

.homepage_pull_block h2{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 3.3em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 10px 0 30px 10px;
    padding: 0 0 0 0;
}

.homepage_pull_block p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.5em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 10px 0;
    max-width: 260px;
}

.homepage_pull_block h2 span{
  position: relative;
  /* width: 100%; */
}

.homepage_pull_block h2 span::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1.5s ease;
}

.homepage_pull_block h2 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.image_grid_row{
    max-width: inherit !important;
}

.image_grid_row .fade{
    /* z-index: -1; */
}

.image_grid_row img{}

.white_wrap{
    background: rgba(255,255,255,1);
    background: #efefef;
    /* padding: 100px 0; */
    z-index: 10;
    position: relative;
}

.white_wrap .homepage_pull_block{}

.white_wrap .homepage_pull_block h2{
    color: #006894;
}

.white_wrap .homepage_pull_block p{
    color: #006894;
}

.white_wrap .homepage_pull_block h2 span{}

.white_wrap .homepage_pull_block h2 span::before {
    background: #006894;
}

.white_wrap .homepage_pull_block h2 span:hover::before {}

.subpage{}

#consulting{}

.subpage_title{}

.subpage_title h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 3.6em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 120px 0 10px 5px;
    padding: 0 0 0 0;
}

.subpage_quote_row{}

.quote{width: 20px;margin: 0 0 10px 11px;}

.subpage_quote_row h3{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 2.4em;
    max-width: 90%;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 35px 10px;
    padding: 0 0 0 0;
}

.subpage_intro_row{}

p, .subpage_intro_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 20px 0;
    max-width: 95%;
}

.subpage_offset_row{
    margin-bottom: -80px !important;
    padding: 0 0 120px;
    z-index: 3;
}

.vertical_line_subpage{
    border: solid #fff;
    border-width: 0 0 0 1px;
    position: absolute;
    left: 0;
    height: 100%;
}

.white_wrap .vertical_line_subpage{
    border-color: #0c3d50;
}

.blue_wrap .vertical_line_subpage {
    left: inherit;
    right: 1%;
    z-index: 999999;
    top: -100px;
    height: calc(100% + 100px);
}

#search{}

.body_copy_block{
    position: relative;
    z-index: 4;
}

.body_block_title{
    margin: 0 auto 40px;
}

.body_block_title h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 80px 0 0px 10px;
    padding: 0 0 0 0;
}

.blue_wrap .body_block_title h4{
    color: #fff;
    /* margin: 0px 0 0px 0px; */
}

.body_block_title h4 span {
  position: relative;
}

.body_block_title h4 span::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #0c3d50;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1s ease;
}

.blue_wrap .body_block_title h4 span::before {
      background: #fff;
}

.body_block_title h4 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.blue_wrap{
    padding: 0 0 80px;
}

.body_copy p{
    font-size: 1.3em;
}

.btn_row{
    margin: 10px auto 0;
}

#contact .white_wrap{
    padding: 0 10px;
}

.white_wrap h4{}

.white_wrap h4 span::before{}

.white_wrap p{
    color: #0c3d50;
}

#team{}

.team_image_grid_row{}

.team_link{
    position: relative;
    display: block;
}

.team_text_holder{
    position: absolute;
    background: rgba(0,104,148,0.9);
    display: block;
    z-index: 99;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.team_text_wrap{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 50%;
    background: transparent;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.team_text_wrap h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 3.5em;
    max-width: inherit;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 0px 0px;
    padding: 0 0 0 0;
}

.team_text_wrap hr{
    max-width: 60%;
    height: 0;
    margin: 10px auto 20px;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
}

.team_text_wrap h5{    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: center;
    margin: 0 auto 0px 0;}

.team_text_holder:hover, .active .team_text_holder{
    opacity: 0;
}

.team_link:hover h4{}

.team_link:hover hr{}

.team_link:hover p{}

#experience{}

#contact{
    background: #0c3d50;
    padding: 80px 0 0px;
}

.map_row{}

.white_wrap{}

.contact_title_row{}

.contact_title_row h1{
    font-family: "Freight_Disp_Book";
    color: #0c3d50;
    font-size: 3.6em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 50px 0 20px 0px;
    padding: 0 0 0 0;
}

.contact_body{}

.contact_body h4{
    color: #0c3d50;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 5px;
}

.contact_body p{}

.contact_body p a{}

#profile{}

.team_member_title{}

.team_member_title h1{
    margin-bottom: 0;
}

.team_member_title h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 40px 8px;
    max-width: inherit;
}

.team_member_copy{}

.profile_sidebar{}

.portrait{}

.email_btn{
    margin: 30px 0 20px;
}

.profile_sidebar h5{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 5px;
}

.profile_sidebar h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
}

.profile_copy_col{}

.profile_copy_col p{
    padding-top: 0px;
} 

.vertical_line_subpage{
    top: 0;
    margin-top: 0;
    margin: 0 0 0 20px;
}

#footer{
    background: #0c3d50;
    padding: 130px 0;
}

.footer_row{
    max-width: 90rem;
    margin: 0 auto;
}

.footer_logo{
    width: 150px;
    margin: 0 0 30px 0;
}

.footer_row h4{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.65em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 5px;
}

.footer_row h3{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 130%;
    font-size: 1.45em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 20px;
}

.copyright_row{
    max-width: 90rem;
    margin: 0 auto;
}

.copyright_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0px auto 40px;
    max-width: inherit;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}

.contact_btn{
    margin: 0px auto 30px;
}

.form_wrap{}

#CV_Modal{
    width: inherit;
    max-width: 40rem;
    border: none;
    border-radius: 0;
    background: #fff;
    outline: none;
    overflow: visible;
    padding: 40px 20px 20px 40px;
    font-size: 11px;
}

.CV_overlay{
    background: rgba(12, 41, 60, 0.85);
     /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background-image: url(../img/absurdity.png);
}

.close-button{
    position: absolute;
    font-size: 45px;
    font-weight: 300;
    top: 5px;
    right: 15px;
    color: #0c3d50 !important;
}

.cv_intro_text{}

.cv_intro_text h1{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 20px 0 20px 0px;
    padding: 0 0 0 0;
}

.cv_intro_text h1 span{  position: relative;}

.cv_intro_text h1 span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 5px;
  left: 0;
  right: 0;
  background: #0c3d50;
  transform-origin: bottom left;
}


.cv_intro_text h2{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    display: none;
}

.cv_intro_text p{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 300px;
}

.cv_form_row{}

.medium_footer_links{}

.down_arrow {
    width: 15px;
    margin: 20px 0 200px 5px;
}

    
}
@media screen and (min-width: 40em) {
    
body{
  
}

.unscrolled {
  background-color: #0c3d50;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  }

.light_blue{
    background-color: #005A85;
}

a{
    color: inherit;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
}


a.main_btn {
    text-decoration: none;
}

.underline{
    text-decoration: none;
    position: relative;
    display: inline-flex;
    }

.underline:after{content: '';width: 100%;position: absolute;left: 0;bottom: 3px;border-width: 0 0 1px;border-style: solid;border-color: #fff;}


.animsition-overlay{}

.bg-init{}

.mb{}

.mt{
    margin-top: 30px !important;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 100px;
}



.container{font-size: 12px;}

.loaded{}

.grid-x{
    z-index: 2;
    max-width: 90rem;
    margin: 0 auto;
    position: relative;
}

.homepage .grid-x{
}

.fullWidth{
    min-width: 100%;
    max-width: inherit;
}

.fullWidth .cell{
    padding-right: 0;
    padding-left: 0;
}

.fullWidth img{
    min-width: 100%;
}

.mobile_topbar{}

.scrolled .mobile_topbar{}

.mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

    .subpage .desktop_nav_wrap{    padding: 30px 0 0px;}

.subpage.scrolled .desktop_nav_wrap {    padding: 15px 0 12px;}
    
    
.desktop_nav_wrap{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 40px 0 0px;
    z-index: 29;
    background-color: #0c3d50;
}

.scrolled .desktop_nav_wrap{
    padding: 15px 0 12px;
    background-color: #0c3d50;
    -webkit-transition: background-color 2s ease-out !important;
    -moz-transition: background-color 2s ease-out !important;
    -o-transition: background-color 2s ease-out !important;
    transition: background-color 2s ease-out !important;
}





.desktop_nav_row{
    max-width: 90rem;
    margin: 0 auto;
}

.scrolled .desktop_nav_row{}

.desktop_logo_col{}

.desktop_logo, .footer_logo{
    width: 130px;
}

.scrolled .desktop_logo{
    width: 130px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.desktop_nav_col{}

.desktop_nav_col ul{
    list-style: none;
    float: right;
    text-align: right;
    margin: 2px 0 0 0;
    width: 100%;
}

.scrolled .desktop_nav_col ul{margin: 2px 0 0 0;}

.desktop_nav_col li{
    list-style: none;
    display: inline;
    margin: 0 10px 0 0;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 0.01em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.desktop_nav_col li:last-child{
    margin-right: 0;
}

.desktop_nav_col a{}

.desktop_nav_col a span {
  position: relative;
}

.desktop_nav_col a span::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.desktop_nav_col a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

#holding{
    display: none;
}

#homepage{}

.homepage{
    /* background: #0c3d50; */
}

.hero_image_gallery{min-height: 100vh;background-image: url('../img/hero.jpg');background-size: cover;background-repeat: no-repeat;background-position: left top;}

.hero_image_gallery_row{
    height: 100vh;
}

.hero_image_gallery_col{ opacity: 1;}

.scrolled .hero_image_gallery_col{ opacity: 0;     -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.hero_image_gallery_col h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 2.35em;
    max-width: min(90%, 550px);
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 0 0 0px;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.hero_image_gallery_col h5{}

.hero_image_gallery_col .hero_btn{
    color: #fff;
    text-align: center;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.3em;
    letter-spacing: 0.03em;
    margin: 10px auto 20vh;
    display: inline-block;
    border: 1px solid #fff;
    padding: 17px 55px 14px;
    background: transparent;
}

.hero_image_gallery_col .hero_btn:hover{
    color: #0c3d50;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_intro_block{
    padding: 150px 0 0;
}

.home_intro_row{
}

.home_intro_row h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 2.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0px;
    padding: 0 0 0 0;
}

.home_intro_row h1 em{
    font-family: "FreightDisp_W03_Book_Italic";
}

.neg_mb{
    margin-bottom: -50px !important;
    padding: 0 0 200px;
    z-index: 3;
}

.vert_line{
    border: solid #fff;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 0;
}

.blue_offset_line{
        border-color: #006894;
        top: 0;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
}
.white_offset_line{
        border-color: #fff;
        top: 0;
        right: 0%;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
        left: inherit;
}

.down_line{height: 0%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.down_line.delighter.started{height: 100%;}

.main_btn {
  z-index: 1;
  position: relative;
  outline: none;
  text-decoration: none;
  color: initial;
  color: #0abfda !important;
  text-align: center;
  font-family: "TT_Commons_Medium";
  font-weight: 400;
  line-height: 120%;
  font-size: 1.5em;
  letter-spacing: 0.03em;
  margin: 10px auto 10px;
  display: inline-block;
  border: 2px solid #0abfda;
  padding: 17px 60px 14px;
}

.main_btn::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0abfda;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.main_btn:hover {
  cursor: pointer;
  color: #fff !important;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.main_btn:hover::before {
  transform-origin: center left;
  transform: scaleX(1);
}

.blue_btn{}

.blue_btn::before{}

.blue_btn:hover {}

.blue_btn:hover::before{}

.white_btn{
    color: #fff !important;
    border-color: #fff;
}

.white_btn::before{
    background: #fff;
}


.white_btn:hover {
    color: #0c3d50 !important;
}



.dark_blue_btn{
    color: #006894 !important;
    border-color: #006894;
}

.dark_blue_btn::before{
    background: #006894;
}

.dark_blue_btn:hover {
    color: #fff;
}



.white_btn:hover::before{}

.full_img_row{
    max-width: inherit !important;
}

.full_img_col{}

.homepage_pull_block{
    padding: 100px 0;
}

.homepage_pull_block h2{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 3.9em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 10px 0 0px 0px;
    padding: 0 0 0 0;
}

.homepage_pull_block p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.5em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 350px;
}

.homepage_pull_block h2 span{
  position: relative;
  /* width: 100%; */
}

.homepage_pull_block h2 span::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1.5s ease;
}

.homepage_pull_block h2 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.image_grid_row{
    max-width: inherit !important;
}

.image_grid_row .fade{
    /* z-index: -1; */
}

.image_grid_row img{
    min-width: 100.1% !important;
}

.white_wrap{
    background: rgba(255,255,255,1);
    background: #efefef;
    /* padding: 100px 0; */
    z-index: 10;
    position: relative;
}

.white_wrap .homepage_pull_block{}

.white_wrap .homepage_pull_block h2{
    color: #006894;
}

.white_wrap .homepage_pull_block p{
    color: #006894;
}

.white_wrap .homepage_pull_block h2 span{}

.white_wrap .homepage_pull_block h2 span::before {
    background: #006894;
}

.white_wrap .homepage_pull_block h2 span:hover::before {}

.subpage{}

#consulting{}

.subpage_title{}

.subpage_title h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 4.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 150px 0 40px 0px;
    padding: 0 0 0 0;
}

.subpage_quote_row{}

.quote{width: 25px;margin: 0 0 12px 2px;}

.subpage_quote_row h3{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 3.2em;
    max-width: 450px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 40px 0px;
    padding: 0 0 0 0;
}

.subpage_intro_row{}

p, .subpage_intro_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.45em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 95%;
}

.subpage_offset_row{
    margin-bottom: -100px !important;
    padding: 0 0 170px;
    z-index: 3;
}

.vertical_line_subpage{
    border: solid #fff;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 0;
    height: 100%;
}

.white_wrap .vertical_line_subpage{
    border-color: #0c3d50;
}

.blue_wrap .vertical_line_subpage {
    left: inherit;
    right: 1%;
    z-index: 999999;
    top: -100px;
    height: calc(100% + 100px);
}

#search{}

.body_copy_block{
    position: relative;
    z-index: 4;
}

.body_block_title{
    margin: 0 auto 60px;
}

.body_block_title h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 150px 0 0px 0px;
    padding: 0 0 0 0;
}

.blue_wrap .body_block_title h4{
    color: #fff;
    /* margin: 0px 0 0px 0px; */
}

.body_block_title h4 span {
  position: relative;
}

.body_block_title h4 span::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0c3d50;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1s ease;
}

.blue_wrap .body_block_title h4 span::before {
      background: #fff;
}

.body_block_title h4 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.blue_wrap{
    padding: 0 0 120px;
}

.body_copy p{
    font-size: 1.25em;
    margin-bottom: 0;
}

.btn_row{
    margin: 20px auto 0;
}

.white_wrap{}

.white_wrap h4{}

.white_wrap h4 span::before{}

.white_wrap p{
    color: #0c3d50;
}

#team{}

.team_image_grid_row{}

.team_link{
    position: relative;
    display: block;
}

.team_text_holder{
    position: absolute;
    background: rgba(0,104,148,0.9);
    display: block;
    z-index: 99;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.team_text_wrap{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 50%;
    background: transparent;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.team_text_wrap h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 2.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 0px 0px;
    padding: 0 0 0 0;
}

.team_text_wrap hr{
    max-width: 60%;
    height: 0;
    margin: 10px auto 10px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
}

.team_text_wrap h5{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.1em;
    letter-spacing: 0.00em;
    text-align: center;
    margin: 0 auto 0px 0;
    }

.team_text_holder:hover, .active .team_text_holder{
    opacity: 1;
}

.team_link:hover h4{}

.team_link:hover hr{}

.team_link:hover p{}

#experience{}

#contact{
    background: #0c3d50;
    padding: 80px 0 0px;
}

.map_row{}

.white_wrap{}

.contact_title_row{}

.contact_title_row h1{
    font-family: "Freight_Disp_Book";
    color: #0c3d50;
    font-size: 4.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 80px 0 60px 0px;
    padding: 0 0 0 0;
}

.contact_body{}

.contact_body h4{
    color: #0c3d50;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 10px;
}

.contact_body p{}

.contact_body p a{}

#profile{}

.team_member_title{}

.team_member_title h1{
    margin-bottom: 0;
}

.team_member_title h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.3em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 60px 0;
    max-width: inherit;
}

.team_member_copy{}

.profile_sidebar{}

.portrait{}

.email_btn{
    margin: 50px 0 40px;
}

.profile_sidebar h5{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 5px;
}

.profile_sidebar h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
}

.profile_copy_col{}

.profile_copy_col p{
    padding-top: 30px;
    padding-left: 20px;
} 

.vertical_line_subpage{
    top: 0;
    margin-top: 0;
    /* margin: 0 0 0 34.3%; */
}

#footer{
    background: #0c3d50;
    padding: 100px 0 40px;
}

.footer_row{
    max-width: 90rem;
    margin: 0 auto;
}

.footer_logo{}

.footer_row h4{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.55em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 5px;
}

.footer_row h3{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 130%;
    font-size: 1.25em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 20px;
}

.copyright_row{
    max-width: 90rem;
    margin: 0 auto;
}

.copyright_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.0em;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 10px auto 40px;
    max-width: inherit;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}

.contact_btn{}

.form_wrap{}

#CV_Modal{
    width: inherit;
    max-width: 37rem;
    border: none;
    border-radius: 0;
    background: #fff;
    outline: none;
    overflow: visible;
    padding: 30px 40px 40px 40px;
    font-size: 14px;
}

.CV_overlay{
    background: rgba(12, 41, 60, 0.85);
     /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background-image: url(../img/absurdity.png);
}

.close-button{
    position: absolute;
    font-size: 50px;
    font-weight: 300;
    top: 5px;
    right: 20px;
    color: #0c3d50 !important;
}

.cv_intro_text{}

.cv_intro_text h1{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 20px 0 20px 0px;
    padding: 0 0 0 0;
}

.cv_intro_text h1 span{  position: relative;}

.cv_intro_text h1 span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 5px;
  left: 0;
  right: 0;
  background: #0c3d50;
  transform-origin: bottom left;
}


.cv_intro_text h2{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    display: none;
}

.cv_intro_text p{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 360px;
}

.cv_form_row{}

.medium_footer_links{}

.down_arrow {
    width: 18px;
    margin: 40px 0 15vh -6px;
}

    
}
@media screen and (min-width: 64em) {
    
body{
  
}

.unscrolled {
  background-color: #0c3d50;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  }

.light_blue{
    background-color: #005A85;
}

a{
    color: inherit;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
}


a.main_btn {
    text-decoration: none;
}

.underline{
    text-decoration: none;
    position: relative;
    display: inline-flex;
    }

.underline:after{content: '';width: 100%;position: absolute;left: 0;bottom: 5px;border-width: 0 0 1px;border-style: solid;border-color: #fff;}


.animsition-overlay{}

.bg-init{}

.mb{}

.mt{
    margin-top: 100px !important;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 100px;
}



.container{font-size: 14px;}

.loaded{}

.grid-x{
    z-index: 2;
    max-width: 95vw;
    margin: 0 auto;
    position: relative;
}

.homepage .grid-x{
}

.fullWidth{
    min-width: 100%;
    max-width: inherit;
}

.fullWidth .cell{
    padding-right: 0;
    padding-left: 0;
}

.fullWidth img{
    min-width: 100%;
}

.mobile_topbar{}

.scrolled .mobile_topbar{}

.mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

    .subpage .desktop_nav_wrap{    padding: 30px 0 0px;}

.subpage.scrolled .desktop_nav_wrap {    padding: 15px 0 12px;}
    
    
.desktop_nav_wrap{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 40px 0 0px;
    z-index: 29;
    background-color: #0c3d50;
}

.scrolled .desktop_nav_wrap{
    padding: 15px 0 12px;
    background-color: #0c3d50;
}

 



.desktop_nav_row{
    max-width: 90rem;
    margin: 0 auto;
}

.scrolled .desktop_nav_row{}

.desktop_logo_col{}

.desktop_logo, .footer_logo{
    width: 200px;
}

.scrolled .desktop_logo{
    width: 170px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.desktop_nav_col{}

.desktop_nav_col ul{
    list-style: none;
    float: right;
    text-align: right;
    margin: 8px 0 0 0;
    width: 100%;
}

.scrolled .desktop_nav_col ul{margin: 4px 0 0 0;}

.desktop_nav_col li{
    list-style: none;
    display: inline;
    margin: 0 30px 0 0;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 0.03em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.desktop_nav_col li:last-child{
    margin-right: 10px;
}

.desktop_nav_col a{}

.desktop_nav_col a span {
  position: relative;
}

.desktop_nav_col a span::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.desktop_nav_col a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

#holding{
    display: none;
}

#homepage{}

.homepage{
    /* background: #0c3d50; */
}

.hero_image_gallery{min-height: 100vh;background-image: url('../img/hero.jpg');background-size: cover;background-repeat: no-repeat;background-position: left top;}

.hero_image_gallery_row{
    height: 100vh;
}

.hero_image_gallery_col{ opacity: 1;}

.scrolled .hero_image_gallery_col{ opacity: 0;     -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.hero_image_gallery_col h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 2.25em;
    max-width: min(90%, 800px);
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 0 0 0px;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.hero_image_gallery_col h5{}

.hero_image_gallery_col .hero_btn{
    color: #fff;
    text-align: center;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.3em;
    letter-spacing: 0.03em;
    margin: 10px auto 20vh;
    display: inline-block;
    border: 1px solid #fff;
    padding: 17px 55px 14px;
    background: transparent;
}

.hero_image_gallery_col .hero_btn:hover{
    color: #0c3d50;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_intro_block{
    padding: 170px 0 0;
}

.home_intro_row{
}

.home_intro_row h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 2.2em;
    max-width: 680px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0px;
    padding: 0 0 0 0;
}

.home_intro_row h1 em{
    font-family: "FreightDisp_W03_Book_Italic";
}

.neg_mb{
    margin-bottom: -50px !important;
    padding: 0 0 200px;
    z-index: 3;
}

.vert_line{
    border: solid #fff;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 0;
}

.blue_offset_line{
        border-color: #006894;
        top: 0;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
}
.white_offset_line{
        border-color: #fff;
        top: 0;
        right: 0%;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
        left: inherit;
}

.down_line{height: 0%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.down_line.delighter.started{height: 100%;}

.main_btn {
  z-index: 1;
  position: relative;
  outline: none;
  text-decoration: none;
  color: initial;
  color: #0abfda !important;
  text-align: center;
  font-family: "TT_Commons_Medium";
  font-weight: 400;
  line-height: 120%;
  font-size: 1.4em;
  letter-spacing: 0.03em;
  margin: 10px auto 10px;
  display: inline-block;
  border: 2px solid #0abfda;
  padding: 17px 50px 14px;
}

.main_btn::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0abfda;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.main_btn:hover {
  cursor: pointer;
  color: #fff !important;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.main_btn:hover::before {
  transform-origin: center left;
  transform: scaleX(1);
}

.blue_btn{}

.blue_btn::before{}

.blue_btn:hover {}

.blue_btn:hover::before{}

.white_btn{
    color: #fff !important;
    border-color: #fff;
}

.white_btn::before{
    background: #fff;
}


.white_btn:hover {
    color: #0c3d50 !important;
}



.dark_blue_btn{
    color: #006894 !important;
    border-color: #006894;
}

.dark_blue_btn::before{
    background: #006894;
}

.dark_blue_btn:hover {
    color: #fff;
}



.white_btn:hover::before{}

.full_img_row{
    max-width: inherit !important;
}

.full_img_col{}

.homepage_pull_block{
    padding: 100px 0;
}

.homepage_pull_block h2{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 4.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 10px 0 0px 0px;
    padding: 0 0 0 0;
}

.homepage_pull_block p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.5em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 20px 0;
    max-width: 500px;
}

.homepage_pull_block h2 span{
  position: relative;
  /* width: 100%; */
}

.homepage_pull_block h2 span::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1.5s ease;
}

.homepage_pull_block h2 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.image_grid_row{
    max-width: inherit !important;
}

.image_grid_row .fade{
    /* z-index: -1; */
}

.image_grid_row img{}

.white_wrap{
    background: rgba(255,255,255,1);
    background: #efefef;
    /* padding: 100px 0; */
    z-index: 10;
    position: relative;
}

.white_wrap .homepage_pull_block{}

.white_wrap .homepage_pull_block h2{
    color: #006894;
}

.white_wrap .homepage_pull_block p{
    color: #006894;
}

.white_wrap .homepage_pull_block h2 span{}

.white_wrap .homepage_pull_block h2 span::before {
    background: #006894;
}

.white_wrap .homepage_pull_block h2 span:hover::before {}

.subpage{}

#consulting{}

.subpage_title{}

.subpage_title h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 4.5em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 190px 0 40px 0px;
    padding: 0 0 0 0;
}

.subpage_quote_row{}

.quote{width: 30px;margin: 0 0 20px 0;}

.subpage_quote_row h3{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 2.8em;
    max-width: inherit;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 0px 0px;
    padding: 0 0 0 0;
}

.subpage_intro_row{}

p, .subpage_intro_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 85%;
}

.subpage_offset_row{
    margin-bottom: -50px !important;
    padding: 0 0 150px;
    z-index: 3;
}

.vertical_line_subpage{
    border: solid #fff;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 0;
    height: 100%;
}

.white_wrap .vertical_line_subpage{
    border-color: #0c3d50;
}

.blue_wrap .vertical_line_subpage {
    left: inherit;
    right: 1%;
    z-index: 999999;
    top: -100px;
    height: calc(100% + 100px);
}

#search{}

.body_copy_block{
    position: relative;
    z-index: 4;
}

.body_block_title{
    margin: 0 auto 70px;
}

.body_block_title h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 100px 0 0px 0px;
    padding: 0 0 0 0;
}

.blue_wrap .body_block_title h4{
    color: #fff;
    /* margin: 0px 0 0px 0px; */
}

.body_block_title h4 span {
  position: relative;
}

.body_block_title h4 span::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0c3d50;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1s ease;
}

.blue_wrap .body_block_title h4 span::before {
      background: #fff;
}

.body_block_title h4 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.blue_wrap{
    padding: 0 0 100px;
}

.body_copy p{
    font-size: 1.25em;
    /* margin-bottom: 0; */
}

.btn_row{
    margin: 30px auto 0;
}

.white_wrap{}

.white_wrap h4{}

.white_wrap h4 span::before{}

.white_wrap p{
    color: #0c3d50;
}

#team{}

.team_image_grid_row{}

.team_link{
    position: relative;
    display: block;
}

.team_text_holder{
    position: absolute;
    background: rgba(0,104,148,0.9);
    display: block;
    z-index: 99;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.team_text_wrap{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 50%;
    background: transparent;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.team_text_wrap h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 2.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 0px 0px;
    padding: 0 0 0 0;
}

.team_text_wrap hr{
    max-width: 60%;
    height: 0;
    margin: 10px auto 10px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
}

.team_text_wrap h5{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.2em;
    letter-spacing: 0.00em;
    text-align: center;
    margin: 0 auto 0px 0;
    }

.team_text_holder:hover, .active .team_text_holder{
    opacity: 1;
}

.team_link:hover h4{}

.team_link:hover hr{}

.team_link:hover p{}

#experience{}

#contact{
    background: #0c3d50;
    padding: 95px 0 0px;
}

.map_row{}

.white_wrap{}

.contact_title_row{}

.contact_title_row h1{
    font-family: "Freight_Disp_Book";
    color: #0c3d50;
    font-size: 4.5em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 100px 0 60px 0px;
    padding: 0 0 0 0;
}

.contact_body{}

.contact_body h4{
    color: #0c3d50;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 20px;
}

.contact_body p{}

.contact_body p a{}

#profile{}

.team_member_title{}

.team_member_title h1{
    margin-bottom: 0;
}

.team_member_title h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.3em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 130px 0;
    max-width: inherit;
}

.team_member_copy{}

.profile_sidebar{}

.portrait{}

.email_btn{
    margin: 50px 0 40px;
}

.profile_sidebar h5{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 10px;
}

.profile_sidebar h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
}

.profile_copy_col{}

.profile_copy_col p{
    padding-top: 70px;
    padding-left: 0;
} 

.vertical_line_subpage{
    top: 0;
    margin-top: 0;
    /* margin: 0 0 0 34.3%; */
}

#footer{
    background: #0c3d50;
    padding: 130px 0;
}

.footer_row{
    max-width: 90rem;
    margin: 0 auto;
}

.footer_logo{
    width: 170px;
}

.footer_row h4{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.35em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 10px;
}

.footer_row h3{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 130%;
    font-size: 1.1em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 0px;
}

.copyright_row{
    max-width: 90rem;
    margin: 0 auto;
}

.copyright_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 15px auto 40px;
    max-width: inherit;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}

.contact_btn{}

.form_wrap{}

#CV_Modal{
    width: inherit;
    max-width: 40rem;
    border: none;
    border-radius: 0;
    background: #fff;
    outline: none;
    overflow: visible;
    padding: 40px 40px 40px 40px;
    font-size: 15px;
}

.CV_overlay{
    background: rgba(12, 41, 60, 0.85);
     /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background-image: url(../img/absurdity.png);
}

.close-button{
    position: absolute;
    font-size: 55px;
    font-weight: 300;
    top: 5px;
    right: 25px;
    color: #0c3d50 !important;
}

.cv_intro_text{}

.cv_intro_text h1{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 20px 0 20px 0px;
    padding: 0 0 0 0;
}

.cv_intro_text h1 span{  position: relative;}

.cv_intro_text h1 span::before {
  content: '';
  position: absolute;
  height: 2px;
  bottom: 6px;
  left: 0;
  right: 0;
  background: #0c3d50;
  transform-origin: bottom left;
}


.cv_intro_text h2{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    display: none;
}

.cv_intro_text p{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.2em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 420px;
}

.cv_form_row{}

.medium_footer_links{}

.down_arrow {
    width: 20px;
    margin: 30px 0 12vh -7px;
}

    
}
@media screen and (min-width: 90em) {
    
body{
  
}

.unscrolled {
  background-color: #0c3d50;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  }

.light_blue{
    background-color: #005A85;
}

a{
    color: inherit;
}

a:hover, a:visited, a:focus, a:active{
    /* color: inherit; */
}


a.main_btn {
    text-decoration: none;
}

.underline{
    text-decoration: none;
    position: relative;
    display: inline-flex;
    }

.underline:after{content: '';width: 100%;position: absolute;left: 0;bottom: 5px;border-width: 0 0 1px;border-style: solid;border-color: #fff;}


.animsition-overlay{}

.bg-init{}

.mb{}

.mt{
    margin-top: 100px !important;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 100px;
}



.container{font-size: 14px;}

.loaded{}

.grid-x{
    z-index: 2;
    max-width: 87rem;
    margin: 0 auto;
    position: relative;
}

.homepage .grid-x{
}

.fullWidth{
    min-width: 100%;
    max-width: inherit;
}

.fullWidth .cell{
    padding-right: 0;
    padding-left: 0;
}

.fullWidth img{
    min-width: 100%;
} 

.mobile_topbar{}

.scrolled .mobile_topbar{}

.mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

    .subpage .desktop_nav_wrap{    padding: 30px 0 0px;}

.subpage.scrolled .desktop_nav_wrap {    padding: 15px 0 12px;}
    
    
.desktop_nav_wrap{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 50px 0 0px;
    z-index: 29;
    background-color: #0c3d50;
}

.scrolled .desktop_nav_wrap{
    padding: 19px 0 16px;
    background-color: #0c3d50;
}


  

.desktop_nav_row{
    max-width: 90rem;
    margin: 0 auto;
}

.scrolled .desktop_nav_row{}

.desktop_logo_col{}

.desktop_logo, .footer_logo{
    width: 220px;
    margin: 0 0 0 20px;
}

.scrolled .desktop_logo{
    width: 190px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.desktop_nav_col{}

.desktop_nav_col ul{
    list-style: none;
    float: right;
    text-align: right;
    margin: 10px 0 0 0;
    width: 100%;
}

.scrolled .desktop_nav_col ul{margin: 4px 0 0 0;}

.desktop_nav_col li{
    list-style: none;
    display: inline;
    margin: 0 60px 0 0;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 0.03em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.desktop_nav_col li:last-child{
    margin-right: 40px;
}

.desktop_nav_col a{}

.desktop_nav_col a span {
  position: relative;
}

.desktop_nav_col a span::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.desktop_nav_col a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

#holding{
    display: none;
}

#homepage{}

.homepage{
    /* background: #0c3d50; */
}

.hero_image_gallery{min-height: 100vh;background-image: url('../img/hero.jpg');background-size: cover;background-repeat: no-repeat;background-position: left top;}

.hero_image_gallery_row{
    height: 100vh;
}

.hero_image_gallery_col{ opacity: 1;}

.scrolled .hero_image_gallery_col{ opacity: 0;     -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.hero_image_gallery_col h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 3.0em;
    max-width: min(90%, 1050px);
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 0 0 0px;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.hero_image_gallery_col h5{}

.hero_image_gallery_col .hero_btn{
    color: #fff;
    text-align: center;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.3em;
    letter-spacing: 0.03em;
    margin: 10px auto 20vh;
    display: inline-block;
    border: 1px solid #fff;
    padding: 17px 55px 14px;
    background: transparent;
}

.hero_image_gallery_col .hero_btn:hover{
    color: #0c3d50;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_intro_block{
    padding: 200px 0 0;
}

.home_intro_row{
}

.home_intro_row h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 2.7em;
    max-width: 900px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0px;
    padding: 0 0 0 0;
}

.home_intro_row h1 em{
    font-family: "FreightDisp_W03_Book_Italic";
}

.neg_mb{
    margin-bottom: -50px !important;
    padding: 0 0 200px;
    z-index: 3;
}

.vert_line{
    border: solid #fff;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 0;
}

.blue_offset_line{
        border-color: #006894;
        top: 0;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
}
.white_offset_line{
        border-color: #fff;
        top: 0;
        right: 0%;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
        left: inherit;
}

.down_line{height: 0%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.down_line.delighter.started{height: 100%;}

.main_btn {
  z-index: 1;
  position: relative;
  outline: none;
  text-decoration: none;
  color: initial;
  color: #0abfda !important;
  text-align: center;
  font-family: "TT_Commons_Medium";
  font-weight: 400;
  line-height: 120%;
  font-size: 1.4em;
  letter-spacing: 0.03em;
  margin: 10px auto 10px;
  display: inline-block;
  border: 2px solid #0abfda;
  padding: 17px 60px 14px;
}

.main_btn::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0abfda;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.main_btn:hover {
  cursor: pointer;
  color: #fff !important;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.main_btn:hover::before {
  transform-origin: center left;
  transform: scaleX(1);
}

.blue_btn{}

.blue_btn::before{}

.blue_btn:hover {}

.blue_btn:hover::before{}

.white_btn{
    color: #fff !important;
    border-color: #fff;
}

.white_btn::before{
    background: #fff;
}


.white_btn:hover {
    color: #0c3d50 !important;
}



.dark_blue_btn{
    color: #006894 !important;
    border-color: #006894;
}

.dark_blue_btn::before{
    background: #006894;
}

.dark_blue_btn:hover {
    color: #fff;
}



.white_btn:hover::before{}

.full_img_row{
    max-width: inherit !important;
}

.full_img_col{}

.homepage_pull_block{
    padding: 150px 0;
}

.homepage_pull_block h2{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 4.5em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 10px 0 0px 0px;
    padding: 0 0 0 0;
}

.homepage_pull_block p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.8em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 700px;
}

.homepage_pull_block h2 span{
  position: relative;
  /* width: 100%; */
}

.homepage_pull_block h2 span::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1.5s ease;
}

.homepage_pull_block h2 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.image_grid_row{
    max-width: inherit !important;
}

.image_grid_row .fade{
    /* z-index: -1; */
}

.image_grid_row img{
    min-width: 101%;
}

.white_wrap{
    background: rgba(255,255,255,1);
    background: #efefef;
    /* padding: 100px 0; */
    z-index: 10;
    position: relative;
}

.white_wrap .homepage_pull_block{}

.white_wrap .homepage_pull_block h2{
    color: #006894;
}

.white_wrap .homepage_pull_block p{
    color: #006894;
}

.white_wrap .homepage_pull_block h2 span{}

.white_wrap .homepage_pull_block h2 span::before {
    background: #006894;
}

.white_wrap .homepage_pull_block h2 span:hover::before {}

.subpage{}

#consulting{}

.subpage_title{}

.subpage_title h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 4.7em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 220px 0 60px 20px;
    padding: 0 0 0 0;
}

.subpage_quote_row{}

.quote{width: 35px;margin: 0 0 20px 20px;}

.subpage_quote_row h3{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 3.2em;
    max-width: 600px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 0px 20px;
    padding: 0 0 0 0;
}

.subpage_intro_row{}

p, .subpage_intro_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.6em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 80%;
}

.subpage_offset_row{
    margin-bottom: -100px !important;
    padding: 0 0 250px;
    z-index: 3;
}

.vertical_line_subpage{
    border: solid #fff;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 0;
    height: 100%;
}

.white_wrap .vertical_line_subpage{
    border-color: #0c3d50;
}

.blue_wrap .vertical_line_subpage {
    left: inherit;
    right: 1%;
    z-index: 999999;
    top: -100px;
    height: calc(100% + 100px);
}

#search{}

.body_copy_block{
    position: relative;
    z-index: 4;
}

.body_block_title{
    margin: 0 auto 80px;
}

.body_block_title h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.6em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 150px 0 0px 0px;
    padding: 0 0 0 0;
}

.blue_wrap .body_block_title h4{
    color: #fff;
    /* margin: 0px 0 0px 0px; */
}

.body_block_title h4 span {
  position: relative;
}

.body_block_title h4 span::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0c3d50;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1s ease;
}

.blue_wrap .body_block_title h4 span::before {
      background: #fff;
}

.body_block_title h4 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.blue_wrap{
    padding: 0 0 150px;
}

.body_copy p{
    font-size: 1.4em;
}

.btn_row{
    margin: 30px auto 0;
}

.white_wrap{}

.white_wrap h4{}

.white_wrap h4 span::before{}

.white_wrap p{
    color: #0c3d50;
}

#team{}

.team_image_grid_row{}

.team_link{
    position: relative;
    display: block;
}

.team_text_holder{
    position: absolute;
    background: rgba(0,104,148,0.9);
    display: block;
    z-index: 99;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.team_text_wrap{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 50%;
    background: transparent;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.team_text_wrap h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 3.1em;
    max-width: inherit;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 0px 0px;
    padding: 0 0 0 0;
}

.team_text_wrap hr{
    max-width: 60%;
    height: 0;
    margin: 10px auto 20px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
}

.team_text_wrap h5{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.3em;
    letter-spacing: 0.00em;
    text-align: center;
    margin: 0 auto 0px 0;
    }

.team_text_holder:hover, .active .team_text_holder{
    opacity: 1;
}

.team_link:hover h4{}

.team_link:hover hr{}

.team_link:hover p{}

#experience{}

#contact{
    background: #0c3d50;
    padding: 100px 0 0px;
}

.map_row{}

.white_wrap{}

.contact_title_row{}

.contact_title_row h1{
    font-family: "Freight_Disp_Book";
    color: #0c3d50;
    font-size: 5.0em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 150px 0 100px 0px;
    padding: 0 0 0 0;
}

.contact_body{}

.contact_body h4{
    color: #0c3d50;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.5em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 10px;
}

.contact_body p{}

.contact_body p a{}

#profile{}

.team_member_title{
    /* padding: 0 20px; */
    padding-left: 20px;
}

.team_member_title h1{
    margin-bottom: 0;
    margin-left: 0;
}

.team_member_title h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.3em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 100px 0;
    max-width: inherit;
}

.team_member_copy{
    padding-left: 20px;
}

.profile_sidebar{}

.portrait{}

.email_btn{
    margin: 50px 0 40px;
}

.profile_sidebar h5{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 10px;
}

.profile_sidebar h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
}

.profile_copy_col{}

.profile_copy_col p{
    padding-top: 50px;
} 

.vertical_line_subpage{
    top: 0;
    margin-top: 0;
    /* margin: 0 0 0 34.3%; */
}

#footer{
    background: #0c3d50;
    padding: 130px 0;
}

.footer_row{
    max-width: 90rem;
    margin: 0 auto;
}

.footer_logo{
    width: 190px;
}

.footer_row h4{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.45em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 10px;
}

.footer_row h3{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 130%;
    font-size: 1.35em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 0px;
}

.copyright_row{
    max-width: 90rem;
    margin: 0 auto;
}

.copyright_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.0em;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 20px auto 40px 20px;
    max-width: inherit;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}

.contact_btn{}

.form_wrap{}

#CV_Modal{
    width: inherit;
    max-width: 40rem;
    border: none;
    border-radius: 0;
    background: #fff;
    outline: none;
    overflow: visible;
    padding: 40px 40px 40px 40px;
    font-size: 16px;
}

.CV_overlay{
    background: rgba(12, 41, 60, 0.85);
     /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background-image: url(../img/absurdity.png);
}

.close-button{
    position: absolute;
    font-size: 55px;
    font-weight: 300;
    top: 5px;
    right: 25px;
    color: #0c3d50 !important;
}

.cv_intro_text{}

.cv_intro_text h1{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 20px 0 20px 0px;
    padding: 0 0 0 0;
}

.cv_intro_text h1 span{  position: relative;}

.cv_intro_text h1 span::before {
  content: '';
  position: absolute;
  height: 2px;
  bottom: 6px;
  left: 0;
  right: 0;
  background: #0c3d50;
  transform-origin: bottom left;
}


.cv_intro_text h2{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    display: none;
}

.cv_intro_text p{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.2em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 410px;
}

.cv_form_row{}

.medium_footer_links{}

.down_arrow {
    width: 20px;
    margin: 4vh 0 12vh -6px;
}

    
}
@media screen and (min-width: 120em) {
    
body{
  
}

.unscrolled {
  background-color: #0c3d50;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  }

.light_blue{
    background-color: #005A85;
}

a{
    color: inherit;
}

a:hover, a:visited, a:focus, a:active{
    /* color: inherit; */
}


a.main_btn {
    text-decoration: none;
}

.underline{
    text-decoration: none;
    position: relative;
    display: inline-flex;
    }

.underline:after{content: '';width: 100%;position: absolute;left: 0;bottom: 5px;border-width: 0 0 1px;border-style: solid;border-color: #fff;}


.animsition-overlay{}

.bg-init{}

.mb{}

.mt{
    margin-top: 100px !important;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 100px;
}



.container{ font-size: 16px;}

.loaded{}

.grid-x{
    z-index: 2;
    max-width: 90rem;
    margin: 0 auto;
    position: relative;
}

.homepage .grid-x{
}

.fullWidth{
    min-width: 100%;
    max-width: inherit;
}

.fullWidth .cell{
    padding-right: 0;
    padding-left: 0;
}

.fullWidth img{
    min-width: 100%;
}

.mobile_topbar{}

.scrolled .mobile_topbar{}

.mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

    .subpage .desktop_nav_wrap{    padding: 30px 0 0px;}

.subpage.scrolled .desktop_nav_wrap {    padding: 15px 0 12px;}
    
.desktop_nav_wrap{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 70px 0 0px;
    z-index: 29;
    background-color: #0c3d50;
}

.scrolled .desktop_nav_wrap{
    padding: 19px 0 16px;
    background-color: #0c3d50;
}




.desktop_nav_row{
    max-width: 90rem;
    margin: 0 auto;
}

.scrolled .desktop_nav_row{}

.desktop_logo_col{}

.desktop_logo, .footer_logo{
    width: 250px;
    margin: 0 0 0 0px;
}

.scrolled .desktop_logo{
    width: 190px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.desktop_nav_col{}

.desktop_nav_col ul{
    list-style: none;
    float: right;
    text-align: right;
    margin: 18px 0 0 0;
    width: 100%;
}

.scrolled .desktop_nav_col ul{margin: 4px 0 0 0;}

.desktop_nav_col li{
    list-style: none;
    display: inline;
    margin: 0 6.6% 0 0;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #fff;
    font-size: 1.35em;
    letter-spacing: 0.03em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.desktop_nav_col li:last-child{
    margin-right: 0;
}

.desktop_nav_col a{}

.desktop_nav_col a span {
  position: relative;
}

.desktop_nav_col a span::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.desktop_nav_col a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

#holding{
    display: none;
}

#homepage{}

.homepage{
    /* background: #0c3d50; */
}

.hero_image_gallery{min-height: 100vh;background-image: url('../img/hero.jpg');background-size: cover;background-repeat: no-repeat;background-position: left top;}

.hero_image_gallery_row{
    height: 100vh;
}

.hero_image_gallery_col{ opacity: 1;}

.scrolled .hero_image_gallery_col{ opacity: 0;     -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.hero_image_gallery_col h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 3.25em;
    max-width: min(90%, 1250px);
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 0 0 0px;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.hero_image_gallery_col h5{}

.hero_image_gallery_col .hero_btn{
    color: #fff;
    text-align: center;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.3em;
    letter-spacing: 0.03em;
    margin: 10px auto 20vh;
    display: inline-block;
    border: 1px solid #fff;
    padding: 17px 55px 14px;
    background: transparent;
}

.hero_image_gallery_col .hero_btn:hover{
    color: #0c3d50;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_intro_block{
    padding: 200px 0 0;
}

.home_intro_row{
}

.home_intro_row h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 2.8em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0px;
    padding: 0 0 0 0;
}

.home_intro_row h1 em{
    font-family: "FreightDisp_W03_Book_Italic";
}

.neg_mb{
    margin-bottom: -50px !important;
    padding: 0 0 200px;
    z-index: 3;
}

.vert_line{
    border: solid #fff;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 0;
}

.blue_offset_line{
        border-color: #006894;
        top: 0;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
}
.white_offset_line{
        border-color: #fff;
        top: 0;
        right: 0%;
        transform: translate(-50%,-50%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        transition-delay: .5s;
        left: inherit;
}

.down_line{height: 0%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.down_line.delighter.started{height: 100%;}

.main_btn {
  z-index: 1;
  position: relative;
  outline: none;
  text-decoration: none;
  color: initial;
  color: #0abfda !important;
  text-align: center;
  font-family: "TT_Commons_Medium";
  font-weight: 400;
  line-height: 120%;
  font-size: 1.3em;
  letter-spacing: 0.03em;
  margin: 10px auto 10px;
  display: inline-block;
  border: 2px solid #0abfda;
  padding: 17px 70px 14px;
}

.main_btn::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0abfda;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.main_btn:hover {
  cursor: pointer;
  color: #fff !important;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.main_btn:hover::before {
  transform-origin: center left;
  transform: scaleX(1);
}

.blue_btn{}

.blue_btn::before{}

.blue_btn:hover {}

.blue_btn:hover::before{}

.white_btn{
    color: #fff !important;
    border-color: #fff;
}

.white_btn::before{
    background: #fff;
}


.white_btn:hover {
    color: #0c3d50 !important;
}



.dark_blue_btn{
    color: #006894 !important;
    border-color: #006894;
}

.dark_blue_btn::before{
    background: #006894;
}

.dark_blue_btn:hover {
    color: #fff;
}



.white_btn:hover::before{}

.full_img_row{
    max-width: inherit !important;
}

.full_img_col{}

.homepage_pull_block{
    padding: 150px 0;
}

.homepage_pull_block h2{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 5.0em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 10px 0 0px 0px;
    padding: 0 0 0 0;
}

.homepage_pull_block p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.7em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 600px;
}

.homepage_pull_block h2 span{
  position: relative;
  /* width: 100%; */
}

.homepage_pull_block h2 span::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1.5s ease;
}

.homepage_pull_block h2 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.image_grid_row{
    max-width: inherit !important;
}

.image_grid_row .fade{
    /* z-index: -1; */
}

.image_grid_row img{}

.white_wrap{
    background: rgba(255,255,255,1);
    background: #efefef;
    /* padding: 100px 0; */
    z-index: 10;
    position: relative;
}

.white_wrap .homepage_pull_block{}

.white_wrap .homepage_pull_block h2{
    color: #006894;
}

.white_wrap .homepage_pull_block p{
    color: #006894;
}

.white_wrap .homepage_pull_block h2 span{}

.white_wrap .homepage_pull_block h2 span::before {
    background: #006894;
}

.white_wrap .homepage_pull_block h2 span:hover::before {}

.subpage{}

#consulting{}

.subpage_title{}

.subpage_title h1{
    font-family: "Freight_Disp_Book";
    color: #fff;
    font-size: 5.0em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 280px 0 70px 0px;
    padding: 0 0 0 0;
}

.subpage_quote_row{}

.quote{width: 40px;margin: 0 0 20px 0;}

.subpage_quote_row h3{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 0px 0px;
    padding: 0 0 0 0;
}

.subpage_intro_row{}

p, .subpage_intro_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 71%;
}

.subpage_offset_row{
    margin-bottom: -100px !important;
    padding: 0 0 250px;
    z-index: 3;
}

.vertical_line_subpage{
    border: solid #fff;
    border-width: 0 0 0 2px;
    position: absolute;
    left: 0;
    height: 100%;
}

.white_wrap .vertical_line_subpage{
    border-color: #0c3d50;
}

.blue_wrap .vertical_line_subpage {
    left: inherit;
    right: 1%;
    z-index: 999999;
    top: -100px;
    height: calc(100% + 100px);
}

#search{}

.body_copy_block{
    position: relative;
    z-index: 4;
}

.body_block_title{
    margin: 0 auto 100px;
}

.body_block_title h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.4em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 150px 0 0px 0px;
    padding: 0 0 0 0;
}

.blue_wrap .body_block_title h4{
    color: #fff;
    /* margin: 0px 0 0px 0px; */
}

.body_block_title h4 span {
  position: relative;
}

.body_block_title h4 span::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0c3d50;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 1s ease;
}

.blue_wrap .body_block_title h4 span::before {
      background: #fff;
}

.body_block_title h4 span.horizontal_line.delighter.started:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.blue_wrap{
    padding: 0 0 150px;
}

.body_copy p{
    font-size: 1.25em;
}

.btn_row{
    margin: 30px auto 0;
}

.white_wrap{}

.white_wrap h4{}

.white_wrap h4 span::before{}

.white_wrap p{
    color: #0c3d50;
}

#team{}

.team_image_grid_row{}

.team_link{
    position: relative;
    display: block;
}

.team_text_holder{
    position: absolute;
    background: rgba(0,104,148,0.9);
    display: block;
    z-index: 99;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.team_text_wrap{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 50%;
    background: transparent;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.team_text_wrap h4{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #fff;
    font-size: 3.5em;
    max-width: inherit;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0px 0 0px 0px;
    padding: 0 0 0 0;
}

.team_text_wrap hr{
    max-width: 60%;
    height: 0;
    margin: 10px auto 20px;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
}

.team_text_wrap h5{    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: center;
    margin: 0 auto 0px 0;}

.team_text_holder:hover, .active .team_text_holder{
    opacity: 1;
}

.team_link:hover h4{}

.team_link:hover hr{}

.team_link:hover p{}

#experience{}

#contact{
    background: #0c3d50;
    padding: 120px 0 0px;
}

.map_row{}

.white_wrap{}

.contact_title_row{}

.contact_title_row h1{
    font-family: "Freight_Disp_Book";
    color: #0c3d50;
    font-size: 5.0em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 150px 0 100px 0px;
    padding: 0 0 0 0;
}

.contact_body{}

.contact_body h4{
    color: #0c3d50;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 20px;
}

.contact_body p{}

.contact_body p a{}

#profile{}

.team_member_title{
    padding-left: 0px;
}

.team_member_title h1{
    margin-bottom: 0;
}

.team_member_title h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.3em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 130px 0;
    max-width: inherit;
}

.team_member_copy{}

.profile_sidebar{}

.portrait{}

.email_btn{
    margin: 50px 0 40px;
}

.profile_sidebar h5{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 10px;
}

.profile_sidebar h6{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
}

.profile_copy_col{}

.profile_copy_col p{
    padding-top: 100px;
} 

.vertical_line_subpage{
    top: 0;
    margin-top: 0;
    /* margin: 0 0 0 34.3%; */
}

#footer{
    background: #0c3d50;
    padding: 130px 0;
}

.footer_row{
    max-width: 90rem;
    margin: 0 auto;
}

.footer_logo{
    width: 190px;
}

.footer_row h4{
    color: #fff;
    font-family: "TT_Commons_Medium";
    font-weight: 400;
    line-height: 120%;
    font-size: 1.35em;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 auto 10px;
}

.footer_row h3{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 130%;
    font-size: 1.15em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 0px;
}

.copyright_row{
    max-width: 90rem;
    margin: 0 auto;
}

.copyright_row p{
    color: #fff;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 120%;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 20px auto 40px;
    max-width: inherit;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}

.contact_btn{}

.form_wrap{}

#CV_Modal{
    width: inherit;
    max-width: 40rem;
    border: none;
    border-radius: 0;
    background: #fff;
    outline: none;
    overflow: visible;
    padding: 40px 40px 40px 40px;
}

.CV_overlay{
    background: rgba(12, 41, 60, 0.85);
     /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background-image: url(../img/absurdity.png);
}

.close-button{
    position: absolute;
    font-size: 55px;
    font-weight: 300;
    top: 5px;
    right: 25px;
    color: #0c3d50 !important;
}

.cv_intro_text{}

.cv_intro_text h1{
    font-family: "FreightDisp_W03_Book_Italic";
    color: #0c3d50;
    font-size: 3.2em;
    max-width: inherit;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin: 20px 0 20px 0px;
    padding: 0 0 0 0;
}

.cv_intro_text h1 span{  position: relative;}

.cv_intro_text h1 span::before {
  content: '';
  position: absolute;
  height: 2px;
  bottom: 6px;
  left: 0;
  right: 0;
  background: #0c3d50;
  transform-origin: bottom left;
}


.cv_intro_text h2{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.4em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    display: none;
}

.cv_intro_text p{
    color: #0c3d50;
    font-family: "TT_Commons_Regular";
    font-weight: 400;
    line-height: 125%;
    font-size: 1.2em;
    letter-spacing: 0.00em;
    text-align: left;
    margin: 0 auto 30px 0;
    max-width: 420px;
}

.cv_form_row{}

.medium_footer_links{}

.down_arrow {
    width: 30px;
    margin: 8vh 0 10vh -12px;
}

    
}




.vertical_line_subpage{ height: 0; opacity: 1; transform-origin: top; -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;}


.loaded .vertical_line_subpage{ height:100%;}


.light_blue_nav {
    background-color: #005A85 !important;
    transition-duration: 2s !important;
    transition-delay: 0s !important;
    -webkit-transition: background-color 2s ease-out !important;
    -moz-transition: background-color 2s ease-out !important;
    -o-transition: background-color 2s ease-out !important;
    transition: background-color 2s ease-out !important;
}
    .homepage .unscrolled .desktop_nav_wrap{background-color:transparent;}




