@media only screen and (max-width : 1240px) {
  #services-content-4 .accordian-content {
    width: 44%;
  }
} /* ends */
/* ////////////////////////// */
@media only screen and (max-width : 1140px) {
  html {
    font-size: 17px;
  }
  .logo-text {
    height: 64px; /* base 68 - 3.7 (rounded to 4) = */
  }
  .locations-list .city {
    font-size: 80px;
    height: 72px; /* 10% less */
  }
} /* ends */
/* ////////////////////////// */
@media only screen and (max-width : 1040px) {
  html {
    font-size: 16px;
  }
  .logo-text {
    height: 60px; /* base 64 - 3.7 (rounded to 4) = */
  }
  .locations-list .city {
    font-size: 70px;
    height: 63px; /* 10% less */
  }
  #services-nav .accordian h2 {
    font-size: 1.8rem;
  }
  #services-nav .accordian.active h2 {
    font-size: 3.25rem;
  }
} /* ends */
/* ////////////////////////// */
@media only screen and (max-width : 940px) {
  .locations-list .city {
    font-size: 60px;
    height: 54px; /* 10% less */
  }
} /* ends */
/* ////////////////////////// */
/* portrait ipad */
@media only screen and (max-width : 860px) {
  .locations-list .city {
    font-size: 50px;
    height: 45px; /* 10% less */
  }
  #experience .image-grid {
    display: block;
  }
  #experience .cycle-slideshow {
    display: none;
  }
  #team .inner-content {
    width: 80%;
  }
  #team .grid .line.mobile-only {
    display: block;
  }
  #team .grid .line {
    height: 100px;
  }
  #team .grid .line .title {
    font-size: 100px;
  }
  #team .grid .line .intro-copy {
    top: 100px;
    height: 100px;
  }
  .team-img-block {
    width: 100%;
  }
  .team-img-block img {
    width: 50%;
  }
  #team .cycle-slideshow .slide .body-copy {
    margin-left: 5%;
    width: 90%;
  }
  .team-name {
    position: relative;
    z-index: 10;
    bottom: 0px;
    padding: 0 5% 0 0;
    left: 0;
    font-size: 4rem;
    text-align: right;
    width: 90%;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
  }
  h2.team-name {
    padding-bottom: 5px;
  }
  .team-title {
    text-align: right;
    padding-right: 5%;
    margin: 3px 0 20px 0;
  }
  .team-title {
    padding-bottom: 0.2em;
  }
  #services-nav .accordian:after {
    width: 100%;
  }
  #services-nav .accordian h2 {
    font-size: 1.75rem;
  }
  #services-nav .accordian.active h2 {
    font-size: 2.75rem;
  }
  .accordian-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 1em;
  }
  #about .body-copy, #experience .body-copy {
    width: 70%;
  }
  #contact .grid-inner {
    width: 40%;
  }
} /* ends */
/* ////////////////////////// */
/* NAV switch */
@media only screen and (max-width : 740px) {
  #nav-bar {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #nav-bar .nav {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 900;
    padding: 120px 5% 0 5%;
  }
  #nav-bar .nav li {
    display: block;
    text-align: right;
    font-family: "Barlow", serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    height: auto;
    /*border-bottom: solid 1px #000;*/
    padding-bottom: 0;
    font-size: 3rem;
  }
  #nav-bar .nav li a, #nav-bar .nav.blur-white li a, #nav-bar .nav.blur-black li a {
    color: #000;
  }
  #nav-bar .nav li a {
    display: inline-block;
  }
  #nav-bar .nav li.active a {
    color: #FFF;
  }
  #nav-bar.hamburger-active .nav {
    display: block;
  }
  #nav-bar .hamburger {
    display: block;
  }
  #nav-bar .nav {
    background-color: #F4BF0F;
  }
  #link-home {
    display: block;
  }
  .iframe-container {
    padding-top: 100%; /* 1:1 Aspect Ratio */
  }
  .iframe-container .grid {
    bottom: 42.609%;
  }
  #intro-ani-desk {
    display: none;
  }
  #intro-ani-mob {
    display: block;
  }
  #about-slide-1 {
    background-image: url("../img/about-1-mob.jpg");
  }
  #meet-team {
    background-image: url("../img/team-mob.jpg");
  }
}
@media only screen and (max-width : 640px) {
  html {
    font-size: 15px;
  }
  .logo-text {
    height: 56px; /* base 60 - 3.7 (rounded to 4) = */
  }
  #footer {
    padding: 20px 0;
  }
  #footer .copywrite, #footer .social {
    position: relative;
    top: auto;
  }
  #footer .copywrite, #footer .social, #footer .nav {
    display: block;
    text-align: center;
  }
  .social li {
    margin: 10px 5px 0 5px;
  }
  .image-grid img {
    width: 33.333%;
  }
  #about .body-copy, #experience .body-copy {
    width: 100%;
  }
  #team .grid .line {
    height: 80px;
  }
  #team .grid .line .title {
    font-size: 80px;
  }
  #team .grid .line .intro-copy {
    top: 80px;
    height: 80px;
  }
  #about .inner-content {
    position: absolute;
    top: auto;
    left: 5%;
    width: 90%;
    bottom: 40px;
    padding-top: 0;
  }
  .contact-img {
    display: none;
  }
  .contact-img-inline {
    display: block;
  }
  #contact .grid-inner {
    width: 100%;
  }
  #contact .grid .line {
    height: auto;
  }
  #contact .arrange-bottom p {
    padding-top: 1.4em;
    position: relative;
  }
  #contact .arrange-top p {
    padding-top: 0;
  }
  #contact .grid .arrange-bottom, #contact .grid .arrange-top, #contact .inner-content {
    border-bottom: none;
  }
  #contact .center-vert {
    position: absolute;
    left: 5%;
  }
  #contact .line:nth-child(1) {
    margin-bottom: 20px;
    padding-bottom: 3px;
  }
} /* ends */
/* ////////////////////////// */
@media only screen and (max-width : 520px) {
  html {
    font-size: 14px;
  }
  .logo-text {
    height: 52px; /* base 56 - 3.7 (rounded to 4) = */
  }
  #team .inner-content {
    width: 75%;
  }
  #team .grid .line {
    height: 70px;
  }
  #team .grid .line .title {
    font-size: 70px;
  }
  #team .grid .line .intro-copy {
    top: 140px;
    height: 140px;
    width: 100%;
  }
  #team .grid {
    padding-bottom: 140px;
  }
} /* ends */
/* ////////////////////////// */
@media only screen and (max-width : 480px) {
  h2 {
    font-size: 4rem;
  }
  .image-grid img {
    width: 50%;
  }
  #team .grid .line {
    height: 60px;
  }
  #team .grid .line .title {
    font-size: 60px;
  }
  #team .grid .line .intro-copy {
    top: 120px;
  }
  #about h2, #experience h2, #team h2 {
    font-size: 3rem;
  }
  .logo-text {
    height: 32px; /* base 68 */
  }
  #team .team-title {
    font-size: 2rem
  }
  .team-img-block img {
    width: 70%;
  }
  .locations-list .city {
    font-size: 40px;
    height: 36px; /* 10% less */
  }
  #services-tabs-ver {
    display: none;
  }
  #services-carousel-ver {
    display: block;
  }
  #nav-bar {
    height: 60px;
    padding-top: 19px;
  }
  .hamburger {
    top: 12px;
  }
  #nav-bar .logo {
    width: 75px;
    height: 22px;
  }
  br.line-break {
    display: block;
  }
} /* ends */
/* ////////////////////////// */
/* iphone 15 max example OLD was 395 */
@media only screen and (max-width : 430px) {
  .center-vert-pad {
    padding-top: 60px;
  }
  #experience {
    padding-bottom: 25px;
  }
  #experience .body-copy {
    padding-bottom: 10px;
  }
  #team .grid .line {
    height: 50px;
  }
  #team .grid .line .title {
    font-size: 50px;
  }
  #team .grid .line .intro-copy {
    top: 100px;
  }
  #team h2 {
    font-size: 2.5rem;
  }
  #team .team-title {
    font-size: 1.7rem
  }
  .locations-list .city {
    font-size: 36px;
    height: 29px; /* 10% less */
  }
  #experience {
    padding: 80px 0;
  }
} /* ends */
/* ////////////////////////// */
/* smallest screen */
@media only screen and (max-width : 340px) {
  html {
    font-size: 13px;
  }
  #nav-bar .nav li {
    font-size: 2.5rem;
  }
  #team .grid .line {
    height: 40px;
  }
  #team .grid .line .title {
    font-size: 40px;
  }
  #team .grid .line .intro-copy {
    top: 80px;
  }
  .locations-list .city {
    font-size: 30px;
    height: 27px; /* 10% less */
  }
} /* ends */
/* ////////////////////////// */