body, html { background-color: #cae4f5; font-family: 'Montserrat', sans-serif; margin: 0px; min-height: 100%; overflow-x: hidden; padding: 0px; }
a:hover, a:focus { transition: .2s; text-decoration: none; }
.container { padding: 0; width: 91%; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }

.sr-only {  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;}

.jfForm-wrapper { padding-top: 0 !important; }

h1,h2,h3,h4,h5,h6 { margin: 0; }
h2 { color: #D91A65; font-size: 36px; font-weight: 300; margin-bottom: 20px; }
.subtitle { color: #09697F; font-size: 16px; font-weight: bold; padding-bottom: 10px; }
h3 { background-color: #D7D96F; color: #D91A65; font-size: 20px; font-weight: bold; margin-bottom: 16px; padding: 8px 8px 8px 10px; }
h3.green { background-color: #e1eed4; color: #09697F; font-size: 18px; font-weight: normal; margin-bottom: 16px; padding: 8px 8px 8px 10px; }
h4 { color: #09697F; border-bottom: 2px solid #FCBF67; font-size: 15px; font-weight: bold; margin-bottom: 7px; padding-bottom: 6px; }
h5 { font-size: 16px; }
p { margin-bottom: 1.6rem; }
.col-sm-6 p { text-align: center; }
ul { padding-left: 15px; }
ul li {margin-bottom: 0.5rem; color: #333;}
hr { border-bottom: 1px solid #e5e5e5; margin: 10px 0 12px 0; }
a { color:#003865; text-decoration: underline;}
.button { background-color: #003865; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #002949; color: #fff; }
.button:focus { color: #fff; }
.sub { font-size: 82.5%; font-weight: 300; text-transform: uppercase; letter-spacing: .75pt; }
.intro h4 { line-height: 1.5; text-transform: uppercase; letter-spacing: 1pt; }
.intro h4 span { font-size: 170%; text-transform: none; letter-spacing: normal; }

.brclear { clear: both; }
.border { border: 1px solid #e5e5e5; }

#constructionareas img { border: 0; width: 100%; }
#constructionareas table { background-color: #aeb1a8; border-collapse: collapse; }

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"],
input[type="reset"] { background-color: #09697F; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; font-weight: 500;}
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #6e1639; }


/* MAIN SCREEN */
div#screen { height: 100%; left: 0%; position: absolute; width: 100%; }
img.logo { display: block; width: 100%; padding: 18px; }

/* LEFT MENU */
#menu { background-color: #D7D96F; float: left; height: 100%; overflow-y: auto; overflow-x: hidden; padding-bottom: 8px; width: 15%; }
#menu div {  border-left: 0; border-right: 0; height: 56%; padding-top:10px; overflow-y: scroll; margin-right: -18px; position: relative; }
#menu ul { list-style-type: none; margin: 0; margin-right:0px; padding-left: 2%; position: absolute; width: 100%; }
#menu ul > li { margin-bottom: 5px; width: 100%; }
#menu ul > li.indent {padding-left: 15px;}
#menu ul > li > a { color: #D91A65; display: block; height: 45px; line-height: 43px; padding: 0 4% 0 3%; position: relative; width: 100%; }
#menu ul > li > a > i { background-color: #D91A65; color: #fff; font-size: 1.3em; height: 42px; line-height: 42px; margin-top: 4px; margin-right: 4%; padding-left:.5%; position: absolute; text-indent: 6px; transition: background-color .2s, width .15s; width: 32px; }
#menu ul > li > a > i.showing { background-color: #6e1639; }
#menu ul > li > a > span { display: inline-block; font-size: 0.83em; font-weight: 700; left: 40px; line-height: 17px; position: relative; vertical-align: middle; width: 62%; }
#menu ul > li > a:hover > i { background-color: #D91A65; width: 78%; }
#menu ul > li > a:hover > i:after { border: 21px solid transparent; border-width: 21px 6px; border-top-color: #003865; border-left-color: #003865; content: ""; height: 0; position: absolute; left: 100%; transition: border-color .2s; width: 0; }
#menu ul > li > a:hover > span { color: #fff; }
.menuArrow { border: 40px solid transparent; border-top-width: 18px; border-bottom: 18px solid #fff; display: block; height: 0; margin: 0 auto; margin-bottom: 15px; transition: border-color .3s; width: 0; }
.menuArrow:hover { border-bottom-color: #D91A65; }
.menuArrow.bottom-arrow { border-top-color: #fff; border-bottom-color: transparent; margin: 0 auto; margin-top: 15px;}
.menuArrow.bottom-arrow:hover { border-top-color: #6e1639; }
.menuArrow.disabled { border-bottom-color: #fff; }
.menuArrow.bottom-arrow.disabled { border-bottom-color: transparent; border-top-color: #fff; }
#menu ul > li > a:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }

/* MAIN AREA - RIGHT SIDE */
#mainArea { float: left; height: 100%; overflow: hidden; position: relative; width: 85%; }
#mainArea > img { height: auto; left: -2%; margin-left: -12%; position: absolute; transition: left .6s, margin-left 1.1s ease-out .5s; width: 130%; }
#topArea { position: relative; text-align: center; top: 14px; }
#topArea h1 { color: #D91A65; font-weight: bold; font-size: 1.15em; line-height: 1em; margin-bottom: 10px; margin-top: 5px; background-color: #D7D96F; padding: 15px; }
#topArea ul { line-height: 14px; margin: 0 auto; width: 80%; }
#topArea li { background-color: #fff; cursor: pointer; display: inline-block; height: 8px; margin: 0 3px; transition: background-color .2s, height .45s; vertical-align: middle; width: 40px; }
#topArea li:hover { background-color: #D7D96F; transform: scale(1.1); }
#topArea li.showing { background-color: #D91A65; height: 22px; }

/* MAIN AREA - NAV ARROWS */
a.arrow { background-color: rgba(0, 118, 189, 0.6); color: #fff; font-size: 4em; height: 100%; left: -12px; position: absolute; text-align: center; top: 0; transition: left .275s, right .275s, box-shadow .275s, background-color .275s; width: 7%; z-index: 1; }
a.arrow:after { content: ""; display: inline-block; height: 98%; vertical-align: middle; }
a.arrow:hover { background-color: #0076BD; background-color: rgba(0,53,95,.6); left: 0; }
a.right-arrow { left: auto; right: -12px; }
a.right-arrow:hover { left: auto; right: 0; }
a.arrow:hover ~ img { left: 0; transition: left 1.1s, margin-left 1.1s; }
a.right-arrow:hover ~ img { left: -4%; }

/* SLIDE AREA */
#slides { height: 90%; position: relative; top: 32px; transition: transform .65s; width: 100%; }
#slides > div { height: 90%; left: 0; position: absolute; transition: left 0.8s, transform 0.5s; }
.slide { color: #aaa; float: left; height: 100%; }
.slide > div { background-color: #fff; color: #333; height: 100%; margin: 0 auto; overflow-x: hidden; overflow-y: auto; padding: 36px 3%; width: 80%; } 
.slide img { width: 100%; }
.slide img.icon-center { width: 100%; max-width: 75px; margin: 0px auto; margin-bottom: 6px; margin-top: 8px; border: 0; }
.slide img.large { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); max-width: 85px; float: left; margin: 0 15px 15px 0; }
.slide img.smallicon { width: 100%; max-width: 35px; border: 0; }
table.icontable td { padding: 1em 0 1em 1em; }
.slide img { margin: 0 auto; display: block; width: 100%; transition: box-shadow .3s; }
.slide li { margin-left: 15px; line-height: 1.5; }
.listwrap { margin-left: 65px; }
.listitem { min-height: 45px; padding-top: 10px; }
.pad-top { padding-top: 24px; }
.pad-top img { border: 1px solid #003865; }

.a-form > p { display: none; }
.choose-three { cursor: pointer; }
.choose-three li.selected { font-weight: 700; background-color: #FCBF67; max-width: 75%;}
ul.choose-three li {list-style: inside none; padding-left: 15px; border: 1px solid #333; max-width: 75%;}
.select-three .row > div { cursor: pointer; }
.select-three .row > div img { border: 0px solid transparent; transition: border .2s; }
.select-three .row > div.selected img { border: 6px solid #FCBF67; }
.list-submit { background-color: #09697F; color: #fff; cursor: pointer; display: inline-block; margin: 0 0 18px 16px; padding: 4px 8px; }
.list-submit + p { display: none; }

/* INTERACTIVE MAP */
#interactive-map { border: 1px solid #aaa; box-shadow: 0 0 14px -3px #888; overflow: hidden; }
#interactive-map > div { cursor: grab; left: 0; position: relative; width: 3600px; }
#interactive-map > div.grabbing { cursor: grabbing; }
#interactive-map > div > img { opacity: 1; width: 100%; }
.map-location { position: absolute; top: 54%; left: 17%; }
.map-location > span { background-color: #ab1a2d; border-radius: 50%; box-shadow: 0 3px 14px -3px #888; cursor: pointer; display: block; height: 28px; width: 28px; }
.map-location > div { background-color: #fff; bottom: 100%; box-shadow: 0 3px 14px -3px #888; font-size: .9em; left: -8050%; margin-left: -350px; margin-bottom: 40px; opacity: 0; padding: 14px 20px 16px; position: absolute; width: 700px; }
.map-location > div:after { border: 18px solid transparent; border-top-color: #fff; border-width: 12px 36px; content: ""; left: 50%; margin-left: -36px; position: absolute; top: 100%; }
.map-location:hover > div { left: 50%; margin-bottom: 18px; opacity: 1; transition: left 0s, margin .4s, opacity .3s; }
.map-location > div img { height: 120px; margin-bottom: 12px; }

.map-location:nth-of-type(2) { top: 10%; left: 10%; }


.traffic-icons { list-style-type: none; padding: 0; }
.traffic-icons li { color: #003865; font-weight: 700; left: 0; margin-bottom: 24px; }
.traffic-icons li img { display: inline-block; left: 0; margin: 0 10px 0 0; top: 0; width: 44px; }
.traffic-icons li span { display: inline-block; line-height: 1.3em; vertical-align: middle; width: 66%; }

.overview-list { list-style-type: none; margin: 26px 0 36px; overflow: auto; padding: 0; }
.overview-list li { float: left; margin: 0; padding: 0 18px; text-align: center; width: 24%; }
.overview-list img { border-bottom: 2px solid #78be21; height: 120px; margin-bottom: 8px; width: auto; }

.slide iframe { height: 510px; width: 100%; }

.nav-icon { background-color: #fff; padding: 0; }
.nav-icon img { display: inline-block; height: 30px; margin-right: 6px; width: auto; }
.nav-icon span { background-color: #003865; color: #fff; font-size: .9em; padding: 2px 9px 5px; }

#share-links a { background-color: #D7D96F;  border-radius: 50%; color: #09697F; display: inline-block; font-size: 1.3em; height: 40px; line-height: 40px; margin-right: 10px; text-align: center; text-decoration: none; width: 40px; }
#share-links a:hover { background-color: #09697F; color: #fff;}
#share-links a span { position: absolute; right: -9999px; top: -9999px; }

/* MOBILE MENU */
a#menu-toggle { background-color: #164342; color: #fff; display: none; font-size: .75em; height: 60px; left: 20px; overflow: hidden; position: absolute; text-align: center; top: 14px; transition: background-color .25s; width: 60px; }
a#menu-toggle:hover { background-color: #78BE21; }
a#menu-toggle span { background-color: #fff; display: block; height: 4px; margin: 7px auto; transition: margin .2s, transform .2s; width: 70%; }
a#menu-toggle.opened span:nth-of-type(1) { margin-top: 28px; transform: rotate(-45deg); }
a#menu-toggle.opened span:nth-of-type(2) { margin-left: 100px; }
a#menu-toggle.opened span:nth-of-type(3) { margin-top: -22px; margin-bottom: 40px; transform: rotate(45deg); }
#menuOffScreen { background-color: rgba(0,53,95,.3); cursor: pointer; display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }

/* COMMENT BUTTON AND AREA*/
#contact { background-color: white; height: 100%; left: 100%; overflow-y: auto; padding: 12px; position: fixed; top: 0; width: 390px; }
.wrapper { width: 85%; margin: 0 auto;}
.wrapper h1 {color:#003865; font-weight: 300;}
a#menuOffScreen { background-color: rgba(35, 35, 35, 0.3); cursor: pointer; display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
.closebtn { position: absolute; top: 0; right: 10px; font-size: 40px; margin-left: 50px; color: #09697F;}

.blue-box { background-color: #e7f2fa; border: 1px solid #158faa; color: #003865; margin-bottom: 24px; padding: 30px 30px 24px; }
.blue-box li { color: #003865; margin: 0 6px 14px; }
.blue-box h3 { background-color: transparent; font-weight: 700; }
.blue-box h4 { border-color: #158faa; }
.blue-box.green-box h4 { border-color: #78be21; }
.blue-box.green-box { background-color: #e1eed4; border: 1px solid #78be21; }

button { background: white; border: 0; box-sizing: border-box; top: 15px; right: 85px; overflow: hidden; box-shadow: inset 0 0 0 2px #0076BD; color: #0076BD; font-size: .8em; text-align: center; position: absolute; vertical-align: middle; padding: 5px; }
button::before, button::after { box-sizing: inherit; content: ''; position: absolute; width: 60px; height: 60px;}
button .far {font-size: 3em; padding: 5px 0 2px; }
.draw { transition: color 0.25s;  }
.draw::before, .draw::after { border: 2px solid transparent; width: 0; height: 0;}
.draw::before { top: 0; left: 0;  }
.draw::after { bottom: 0; right: 0;  }
.draw:hover::before, .draw:hover::after { width: 100%; height: 100%;}
.draw:hover::before { transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;}
.meet:hover { color: #D91A65; background-color: #fff; }
.meet::after { top: 0; left: 0;}
.meet:hover::before { border-top-color: #D91A65; border-right-color: #D91A65;}
.meet:hover::after { border-bottom-color: #D91A65; border-left-color: #D91A65; transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;}

/* LIGHTBOX */
#lightbox { height: 100%; position: fixed; top: -100%; transition: top .85s; width: 100%; z-index: 3; }
#lightbox > span { background-color: rgba(0,53,95,.5); cursor: pointer; height: 100%; position: absolute; top: 0; width: 100%; }
#lightbox > span span { color: #fff; font-size: 3.6em; line-height: .4em; padding: 15px; position: absolute; right: 0; top: 0; z-index: 5; }
#lightbox div { height: 40%; margin: -120px auto 0; height: 80%; overflow-y: auto; position: relative; transform: rotateX(90deg) translateY(-160px); transition: .24s; width: 88%; }
#lightbox img { display: block; width: 100%; }
#lightbox.on { top: 0; }
#lightbox.on div { box-shadow: none; margin-top: 50px; transition: .8s ease-out .32s; transform: rotateX(0deg) translateY(0px); }
.slide img.lightbox { cursor: pointer; margin-bottom: 18px; }

/* Custom Code - GJA - 07/23-2020 */
/* Across all slides */
.menu-note{padding: 10px 10px 0px 7.584px; font-size: .75em !important;}
.menu-note a { word-wrap: break-word; }
h2.hide-h2 {display:none !important;}
p.centerme {text-align:center;}
div.centerme {text-align:center;}
.icon-text-center {margin:auto;}

.comment-message { margin-top: 16px; }

/* Slide 1 */
img.landing-page-img {margin-bottom: 16px !important;}
p.caption {font-size: .8em;}

/* Slide 2 */

/* Slide 3 */
span.pink-text {font-size: 1.5em; font-weight: 550; color: #D91A65;}

/* Slide 9 */
.arrow-chart img { max-width:60px; margin-top: 20px;}
div.flowchart p {margin: 0 auto; text-align:center; padding: 20px 5px; min-height: 80px;}

#fc-1 div.flowchart p {background-color: #164342; color: #FCBF67;}
#fc-2 div.flowchart p {background-color: #D7D96F; color: #D91A65;}
#fc-3 div.flowchart p {background-color: #FCBF67; color: #59717F;}
#fc-4 div.flowchart p {background-color: #09697F; color: #D7D96F;}
#fc-5 div.flowchart p {background-color: #51B4D9; color: #164342;}
#fc-6 div.flowchart p {background-color: #D91A65; color: #D7D96F;}

th {    
     border-bottom: 3px solid #00558E;
     border-collapse: collapse;
     padding: 15px 20px 10px 15px;
     text-align:left;
     }
    
 
 td {   
     text-align: left; 
     padding: 15px 20px; 
     border-bottom: 2px solid #C4C4C4;
     border-collapse: collapse;
     }

/* Slide 10 */
.listwrap.icon p {line-height: 3em;}
img.pink-icon {width:40px !important; height: auto;}
.survey-btn {background-color: #09697F; border-radius: 20px; color:#fff; font-weight: 500;}
a.survey-btn {text-decoration: none;}

/* Timeline */
/*——————————————
Global
———————————————*/


/*——————————————
TimeLine CSS
———————————————*/
/* Base */

.main-container {margin: 30px 0px;}

#content {
     margin-top: 50px;
     text-align: center;
   }
   
   section.timeline-outer {
     width: 80%;
     margin: 0 auto;
   }
   
   h1.header {
     font-size: 50px;
     line-height: 70px;
   }
   /* Timeline */
   
   .timeline {
     border-left: 8px solid #D7D96F;
     border-bottom-right-radius: 2px;
     border-top-right-radius: 2px;
    
     color: #333;
     margin: 0px auto;
     letter-spacing: 0.5px;
     position: relative;
     line-height: 1.4em;
     padding: 20px;
     list-style: none;
     text-align: left;
   }
   
   .timeline h1,
   .timeline h2,
   .timeline h3 {
     font-size: 1.4em;
   }
   
   .timeline .event {
     border-bottom: 1px solid #FCBF67;
     padding-bottom: 15px;
     margin-bottom: 20px;
     position: relative;
   }
   
   .timeline .event:last-of-type {
     padding-bottom: 0;
     margin-bottom: 0;
     border: none;
   }
   
   .timeline .event:before,
   .timeline .event:after {
     position: absolute;
     display: block;
     top: 0;
   }
   
   .timeline .event:before {
     left: -177.5px;
     color: #212121;
     
     text-align: right;
     /*  font-weight: 100;*/
     
     font-size: 16px;
     min-width: 120px;
   }
   
   .timeline .event:after {
     box-shadow: 0 0 0 8px #D7D96F;
     left: -44px;
     background: #fff;
     border-radius: 50%;
     height: 11px;
     width: 11px;
     content: "";
     top: 5px;
   }
   
   .timeline li#pink-done.event:after, .timeline li.done.event:after {
       box-shadow: 0 0 0 8px #D7D96F;
       
       background: #D91A65;
       border-radius: 50%;
       height: 11px;
       width: 11px;
       content: "";
       top: 5px;
     }
   
    .flex-row {
      display: flex;
      align-items: stretch;
      margin-bottom: 20px;
    }

    .flex-row .flex-6 {
      flex: 1;
      width: 50%;
    }

    .flex-row .flex-6:first-of-type .block {
      margin-right: 15px;
    }

    .flex-row .flex-6:first-of-type .block::after {
      content: "›";
      position: absolute;
      right: -22px;
      font-size: 45px;
      font-weight: bold;
      top: 50%;
      transform: translateY(-50%);
      color: #59717F;
    }

    .flex-row .flex-6:last-of-type .block {
      margin-left: 15px;
    }

    h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .block {
      display: flex;
      align-items: center;
      padding: 20px;
      margin-bottom: 15px;
      height: 100%;
      position: relative;
    }
   
    .block h5 {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
    }

    .block.dark-gray {
      background-color: #212121;
      color: #FCBF67;
    }
    .block.lime {
      background-color: #D7D96F;
      color: #D91A65;
    }
    .block.orange {
      background-color: #FCBF67;
      color: #000;
    }
    .block.blue {
      background-color: #51B4D9;
      color: #000;
    }
    .block.pink {
      background-color: #D91A65;
      color: #D7D96F;
    }
    .block.gray {
      background-color: #888;
      color: #000;
    }


    .icon-and-text {
      display: flex;
      align-items: center;
      padding: 10px;
      margin-bottom: 15px;
    }

    .icon-and-text .icon {
      width: auto;
      height: 50px;
      margin-left: 0;
      margin-right: 15px;
      margin-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0;
    }

    .icon-and-text h4.text {
      border: 0;
      margin-bottom: 0;
    }

    .icon-and-text.dark-gray {
      background-color: #212121;
    }
    .icon-and-text.dark-gray .text {
      color: #FCBF67;
    }
    .icon-and-text.pink {
      background-color: #D91A65;
    }
    .icon-and-text.pink .text {
      color: #FCBF67;
    }

    .icon-and-text.blue {
      background-color: #51B4D9;
    }
    .icon-and-text.blue .text {
      color: #000;
    }

    .icon-and-text.orange {
      background-color: #FCBF67;
    }
    .icon-and-text.orange .text {
      color: #000;
    }

    .icon-and-text.lime {
      background-color: #D7D96F;
    }
    .icon-and-text.lime .text {
      color: #D91A65;
    }

    .border-box {
      border: 5px solid #000;
      padding: 10px;
    }
    .border-box.pink {
      border-color: #D91A65;
    }
    .border-box.blue {
      border-color: #51B4D9;
    }
    .border-box.orange {
      border-color: #FCBF67;
    }

    .mb-0 {
      margin-bottom: 0 !important;
    }

    .btn-link, .btn-link:active, .btn-link:visited {
      display: inline-block;
      padding: 10px;
      background-color: #51B4D9;
      color: #000;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      box-shadow: 2px 2px 4px 0px #484848;
      border-radius: 5px;
      margin-bottom: 15px;
    }

    .btn-link.dark {
      background-color: #003865;
      color: #FFF;
    }

    .btn-link:hover {
      background-color: #158faa;
      text-decoration: none;
      color: #FFF;
      cursor: pointer;
    }
    .btn-link.dark:hover {
      background-color: #002949;
      color: #FFF;
    }

    .box-header {
      border: 0;
      padding: 15px;
    }
    .box-header.pink {
      background-color: #D91A65;
      color: #D7D96F;
    }
    .box-header.blue {
      background-color: #51B4D9;
      color: #000;
    }
    .box-header.orange {
      background-color: #FCBF67;
      color: #000;
    }


   /**/
   /*——————————————
   Responsive Stuff
   ———————————————*/
   
   @media (max-width: 945px) {
     .timeline .event::before {
       left: 0.5px;
       top: 20px;
       min-width: 0;
       font-size: 13px;
     }
     .timeline h3 {
       font-size: 16px;
     }
     .timeline p {
       padding-top: 20px;
     }
     section.lab h3.card-title {
       padding: 5px;
       font-size: 16px
     }
   }
   
   @media (max-width: 768px) {
     .timeline .event::before {
       left: 0.5px;
       top: 20px;
       min-width: 0;
       font-size: 13px;
     }
     .timeline .event:nth-child(1)::before,
     .timeline .event:nth-child(3)::before,
     .timeline .event:nth-child(5)::before {
       top: 38px;
     }
     .timeline h3 {
       font-size: 16px;
     }
     .timeline p {
       padding-top: 20px;
     }

     .block h5 {
      font-size: 14px;
    }

   }
   /*——————————————
   others
   ———————————————*/
   
   a.portfolio-link {
     margin: 0 auto;
     display: block;
     text-align: center;
   }


/* MEDIA QUERIES */
@media screen and (max-width: 1490px) {
    #menu ul > li > a { height: 56px; }
    #menu ul > li > a > i { height: 56px; line-height: 56px; }
    #menu ul > li > a > i:after { display: none; }
    #menu ul > li > a > span { font-size: .85em; line-height: 1.3em; padding: 8px 6px 0 0; }
    .col-md-1 { padding-right: 25px !important; margin-left: -20px !important; }
}

@media screen and (max-width: 1310px) {
     #menu { width: 20%; }
     #mainArea { width: 80%; }
     .slide > div { width: 86%; margin: 0 auto; }
     a.arrow { font-size: 3em; left: -8px;}
     a.right-arrow { left: auto; right: -8px; }
     #contact-toggle { right: 80px; }
     .col-md-1 { padding-right: 25px !important; margin-left: -20px !important; }

     #interactive-map > div { width: 2800px; }
     #interactive-map > div > img { margin-top: 40px; }
}

@media screen and (max-width: 1030px) {
     #menu { margin-left: -240px; width: 240px; }
     #menu div { height: 64%; }
     #mainArea { width: 100%; }
     img.logo { display: none; }
     #topArea { margin-left: 80px; margin-right: 80px; }
     #topArea h1 { font-size: 1.3em; }
     a#menu-toggle { display: block; }
     #contact-toggle { right: 20px; }
     button { right: 22px; }

     #slides { height: 84%; top: 36px; }
     .slide > div { width: 96%; }
     .slide p { line-height: 20px; }

     a.arrow { background-color: rgba(0,0,0,.5); bottom: 0; height: 8%; top: auto; width: 46%; }
     a.arrow:after { height: 108%; }
}

@media screen and (max-width: 992px) {
     .col-md-1 {display: none; }
}

@media screen and (max-width: 960px) {
     #lightbox img { max-width: 8000%; width: 160%; }
}

@media screen and (max-width: 790px) {
     #interactive-map > div { width: 2400px; }
     #interactive-map > div > img { margin-top: 60px; }
     .map-location > div { font-size: .8em; margin-left: -200px;width: 400px; }
     .map-location > div p { line-height: 1.3em; }
     .map-location > div img { height: 90px;  }
}
@media screen and (max-width: 767px) {
.col-sm-4 {width:33.33333%;float:left;}

}

@media screen and (max-width: 640px) {
     #slides { height: 75%; top: 85px; }
     .slide img { display:block; margin: 0 auto; }
     #topArea { margin-left: 0; margin-right: 0;  top: 60px; }
     #topArea h1 { font-size: 1.2em; line-height: 1em; margin: 8px auto; width: 94%; }
     #topArea ul { margin-top: 10px; }
     #topArea ul li { height: 14px; width: 14px;}
     #topArea ul li.showing { height: 18px; }

     #share-links a { font-size: 1.1em; height: 32px; line-height: 32px; margin-right: 6px; width: 32px; }

     img.logo { display: block; width: 50%; margin: 0 auto; padding-top: 15px;}
     a#menu-toggle { height: 32px; left: 16px; top: 16px; width: 32px; }
     a#menu-toggle span { margin: 5px auto; }
     a#menu-toggle.opened span:nth-of-type(1) { margin-top: 14px; }
     a#menu-toggle.opened span:nth-of-type(3) { margin-top: -18px; }
     #contact-toggle { font-size: .55em; height: 45px; right: 10px; top: 10px; width: 46px; }
     #contact-toggle .far { font-size: 2.3em; }
     #contact { width: 280px; }

     button { font-size: .7em; padding: 1px 6px 3px; right: 12px; top: 12px; }
     button .far { font-size: 2em; padding: 1px 0 0; }

     li { font-size: 14px; }
     .slide > div { padding: 12px 3%; }
     h2 { font-size: 1.75em; }

     .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
         padding-right: 18px; 
     }
     
}

@media screen and (max-width: 530px) {
     a.arrow { height: 44px; line-height: 0px; }
     a.arrow span { font-size: .6em; }
     #slides { height: 74%; } 
     #lightbox img { width: 250%; }
     .listitem { padding-top: 6px; }
     div.flowchart p {min-height: 150px; font-size: .9em; line-height: 1.5em; padding-top:35px !important;}
     .col-sm-4.arrow-chart {margin-top: 50px;}
     
}

@media screen and (max-height: 715px) {
     #slides { height: 76%; }
}

@media screen and (max-height: 595px) {
     #topArea h1, div#topArea ul { display: inline-block; margin: 0 14px; vertical-align: middle; }
     #topArea h1 { margin-bottom: 4px; }
     
     a#menu-toggle { height: 32px; left: 16px; top: 16px; width: 32px; }
     a#menu-toggle span { margin: 5px auto; }
     a#menu-toggle.opened span:nth-of-type(1) { margin-top: 14px; }
     a#menu-toggle.opened span:nth-of-type(3) { margin-top: -18px; }
     #contact-toggle { font-size: .55em; height: 45px; top: 10px; width: 46px; }
     #contact-toggle i { font-size: 2.5em; }
     a.arrow { font-size: 2.5em; }
}

@media screen and (max-height: 560px) {
     #topArea h1 { font-size: 1.1em !important; font-weight: 700; margin-bottom: 6px; }
     #slides { height: 55%; }
     
}
