@font-face {
  font-family: 'Oakes-Grotesk-Semibold';
  src: url(../fonts/OakesGrotesk-SemiBold.woff2) format("woff2"),
  url(../fonts/OakesGrotesk-SemiBold.woff) format("woff");
  font-weight: normal;
  font-style: normal
}
@font-face {
    font-family: 'Oakes-Grotesk-Regular';
    src: url(../fonts/OakesGrotesk-Regular.woff2) format("woff2"),
    url(../fonts/OakesGrotesk-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal
  }
@font-face {
    font-family: 'Oakes-Grotesk-Bold';
    src: url(../fonts/OakesGrotesk-Bold.woff2) format("woff2"),
    url(../fonts/OakesGrotesk-Bold.woff) format("woff");
    font-weight: normal;
    font-style: normal
  }
@font-face {
    font-family: 'Neue-Einstellung';
    src: url(../fonts/NeueEinstellung-Regular.woff2) format("woff2"),
    url(../fonts/NeueEinstellung-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Neue-Einstellung-Semibold';
    src: url(../fonts/NeueEinstellung-Semibold.woff2) format("woff2"),
    url(../fonts/NeueEinstellung-Semibold.woff) format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Neue-Einstellung-Bold';
    src: url(../fonts/NeueEinstellung-Bold.woff2) format("woff2"),
    url(../fonts/NeueEinstellung-Bold.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

body {
    margin:0;
    padding: 0;
    font-family: 'Neue-Einstellung';
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
}
h1 {
    font-family: 'Neue-Einstellung-Bold';
    font-size: 2.5rem;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1em;
}

h3 {
    font-family: 'Neue-Einstellung-Bold';
    font-size: 2.2rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.light-green {
    color: #EE4100
}
.dark-green {
    color: #000442;
}

table {
    margin-bottom: 1em;
    width: 100%;
}
table thead, tbody, tfoot {
    background: none;
    border: none;
}
table tbody tr {
    background: none!important;
    border: none
}

table tbody tr th {
    color: #EE4100;
    font-family: 'Oakes-Grotesk-Bold';
    font-size: 1.8rem;
    line-height: 1.2;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;

}

table tbody tr td {
    font-family: 'Oakes-Grotesk-Regular';
    font-size: 0.8rem;
    border-bottom: 1px solid #EE4100;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    line-height: 1.4;
}

table tbody tr.strong td {
    font-family: 'Oakes-Grotesk-Bold';
    
}
.grid-container {
    max-width: 2560px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
@media screen and (min-width:1200px){
.grid-container {
        padding: 30px;
    }
}
.green-bg {
    background: #000442
}
.button {
    background: #fff;
    color: #000442!important;
    font-family: 'Oakes-Grotesk-Semibold';
    font-size: 1.2rem;
    line-height: 1.2;
    border-radius: 16px;
    padding: 10px 0 7px;
    margin-left: 15px;
    width: 200px;
}
header {
    display: none;
}
header.affix {
    display: block;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: fixed;
    width: 100%;
}
header.affix .logo-small {
    max-width: 200px;
}
header ul {
    list-style: none;
    margin: 1em 0 0;
    float: right;
}
header ul li {
    display: inline-block;
    margin: 0 15px ;
}
header ul li a {
    text-transform: uppercase;
    color: #000442;
    font-family: 'Neue-Einstellung-Semibold';
    font-size: 1.2rem;
}
header ul li a:hover {
    text-decoration: underline;
    color: #000442;
}
.button.primary {
    background: #fff;
}
.button.primary:hover, .button.primary.active {
    background: #EE4100;
    color: #fff!important;
}
.button.secondary {
    background: #9BA7CF;
}
.button.secondary:hover, .button.secondary.active {
    background: #313A75;
    color: #EE4100!important;
}
#hero {
    height: 100vh;
    min-height: 700px;
    background-image: url(../images/grad.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
#hero .logo img{
    max-width: 600px;
}
#hero .right-buttons {
    float: right;
}
#hero .unit-images {
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    width: 40%;
    overflow: hidden;
    bottom: 30px;
    left: 30px;
}
#hero .unit-images.show-unit-image {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
#hero .unit-images img {
    max-width: 100%;
}
#hero .address {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50%;
}
#hero .address p {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.4;
}
#hero .arrow-down {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 30px;
    margin: 0 auto;
}
#specification h1 img {
    max-width: 300px;
    margin-bottom: .35rem
}

#specification p, #location p, footer .agents-details p , footer .agents-details p a, footer .right-box p.misrep, footer .right-box p.misrep a {
    font-family: 'Oakes-Grotesk-Regular';
}

#specification p strong, #location p strong, footer .agents-details p strong{
    font-family: 'Oakes-Grotesk-Bold';
}
.content-box {
    padding: 0 30px;
}
.buttons-group {
    margin-top: 1em;
    margin-bottom: 1em
}


.siteplan img.distribution-siteplan, .siteplan img.trade-siteplan {
    display: none;
}
.specs-box {
    margin-top: 1.5em;
}
.specs-box .icons-box {
    border: 1px solid #EE4100
}
.specs-box .icons-box .icon-list, #location .location-icons {
    display: flex;
  flex-wrap: wrap;
  text-align: center;
  vertical-align: middle;
}
.specs-box .icons-box .icon-list .icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 25%;
    padding: 20px 10px;
    margin-top: .25em;
}

.specs-box .icons-box .icon-list.last .icon {
    width: 33.3333%;
}
.specs-box .icons-box .icon-list .icon img, #location .location-icons .icon img {
    margin: 0 auto;
    margin-bottom: .7em;
    height: 50px
}
.specs-box .icons-box .icon-list .icon p , #location .location-icons .icon p {
    font-size: .8rem;
    line-height: 1.3;
    margin-bottom: 0;
}
.specs-box .middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#location h3 img {
    max-width: 300px;
    margin-bottom: .35rem
}
#location table {
    margin-top: 0;
}
#location .map {
    margin-top: 1em;
}
#location .location-icons .icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 14.28%;
    padding: 20px 10px;
    margin-top: .25em;
}
footer .title img {
    max-width: 340px;
    margin-bottom: 1em;
}
footer .agents-details{
    margin-top: 1em;
}
footer .agents-details img {
    max-width: 160px;
}
footer .agents-details p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}
footer .agents-details p a {
    color: #fff;
}
footer .right-box {
    margin-top: 2em;
    padding-left: 2em;
}

footer .right-box .button {
    font-size: 1rem;
    margin-left: 0;
}

footer .right-box p.misrep {
    margin-top: 5em;
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 0
}
footer .right-box p.misrep a {
    color: #fff;
}
.show-for-mid-medium {
    display: none;
}

@media screen and (max-width:1439px) {
    .content-box {
        padding: 0
    }
    h1 {
        font-size: 2.2rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    #specification h1 img {
        max-width: 260px;
    }
    #location h3 img  {
        max-width: 220px;
    }
}

@media screen and (max-width:1300px) and (min-width:1024px) {
    table tbody tr td { 
        font-size: 0.7rem;
        padding: 0.3rem;
    }
    .specs-box .icons-box .icon-list .icon, .specs-box .icons-box .icon-list.last .icon {
        width: 33.3333%;
    }
    #location .location-icons .icon {
        width: 25%;
    }
    .hide-for-mid-medium {
        display: none;
    }
    .show-for-mid-medium {
        display: block;
    }
    #hero {
        min-height: 800px;
    }
    .show-for-mid-medium {
        display: block;
    }
    footer .agents-details p {
        font-size: .8rem;
    }
}

@media screen and (max-width:1023px) {
    header.affix .logo-small {
       margin: 0 auto;
    }
    header.affix ul {
        width: 100%;
        text-align: center;
    }
    .button {
        width: 150px;
        font-size: 1rem;
    }
    #hero {
        min-height: 1000px;
    }

    #hero .logo {
        max-width: 400px;
    }
    #hero .unit-images {
        width: calc(100% - 60px);
        bottom: 20%;
    }
    #hero .unit-images img {
        width: 100%;
    }
    #hero .address p {
        font-size: 1.4rem;
    }

    .specs-box .middle {
        top: unset;
        transform: unset;
    }
    footer .right-box {
        padding-left: unset;
        margin-top: 4rem;
    }
    #location .location-icons .icon {
        width: 33.333%;
    }
    .content-box table {
        margin-top: 2em;
    }
 
    footer .right-box .button {
        width: 100%;
    }
    footer .agents-details p {
        font-size: .9rem;
    }
    table tbody tr td {
        padding: 0.3rem;
    }
}

@media screen and (max-width:768px) {
    .button {
        width: 120px;
        font-size: .8rem;
    }
    #hero .unit-images {
        bottom: 30%;
    }
    #hero .address {
        width: 100%;
        bottom: 120px;
    }

    #hero .arrow-down {
        width: 20px;
    }
    header ul li a {
        font-size: 1rem;
    }
    header ul li {
        margin: 0 5px;
    }
   
}

@media screen and (max-width:639px) {
    .grid-container {
        padding: 30px 20px;
    }
    #hero .logo img {
        max-width: 300px;
    }
    #hero .right-buttons {
        margin-top: 3em;
        float: left;
        text-align: center;
    }
    .button {
        margin-left: 0;
        margin-right: 15px;
        width: 150px;
    }
    table tbody tr td {
        font-size: 0.6rem;
        padding: 0.3rem;
    }

    .specs-box .icons-box .icon-list .icon, .specs-box .icons-box .icon-list.last .icon, #location .location-icons .icon {
        width: 33.3333%;
    }

    .specs-box .icons-box .icon-list .icon img, #location .location-icons .icon img {
        height: 40px;
    }
    .specs-box .icons-box .icon-list .icon p, #location .location-icons .icon p {
        font-size: 0.7rem;
    }

    h1 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.4rem;
    }

    #specification .content-box p strong, #location p strong, footer .agents-details p strong, 
    #specification .content-box p, #location p, footer .agents-details p, footer .agents-details p a, footer .right-box p.misrep, footer .right-box p.misrep a {
        font-size: .9rem;
    }
    #specification h1 img{
        max-width: 220px;
    }
    #location h3 img  {
        max-width: 180px;
    }
    footer .title img{
        max-width: 300px;
    }
    header ul li {
        margin: 0 3px;
    }
    header ul li a {
        font-size: .9rem;
    }
}

@media screen and (max-width:500px) {
    header ul li a {
        font-size: .75rem;
    }
   
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropbtn {
    cursor: pointer;
    text-decoration: none;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    top: 100%;
    left: 0;
    margin-top: 0;
  }
  
  .dropdown-content li {
    padding: 8px 12px;
    white-space: nowrap;
  }
  
  .dropdown-content li a {
    text-decoration: none;
    display: block;
    color: black;
  }
  
  .dropdown:hover .dropdown-content,
  .dropdown-content:hover {
    display: block;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    top: 100%;
  }

  .dropdown-content {
    transition: all 0.2s ease-in-out;
  }
  
  .dropdown-content:hover {
    display: block;
  }