@charset "UTF-8";
.collapsing {
  transition: none !important; }

input::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-decoration: underline;
  color: #888686; }

::-moz-placeholder {
  /* Firefox 19+ */
  text-decoration: underline;
  color: #888686; }

:-ms-input-placeholder {
  /* IE 10+ */
  text-decoration: underline;
  color: #888686; }

:-moz-placeholder {
  /* Firefox 18- */
  text-decoration: underline;
  color: #888686; }

.form-input {
  border-bottom: 1px solid;
  min-width: 300px !important;
  display: inline;
  cursor: pointer; }
  .form-input:before {
    content: " "; }
  .form-input:focus {
    outline: 0;
    border-bottom-color: #000000 !important; }

form.text-body {
  line-height: 37px; }
  @media (max-width: 480px) {
    form.text-body {
      line-height: 28px; } }

input {
  padding: 0;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #000000; }
  input:focus {
    outline: 0; }

div.editable {
  display: inline;
  cursor: pointer;
  text-decoration: underline; }
  div.editable:focus {
    outline: 0;
    text-decoration: underline;
    color: #000000;
    font-weight: 700; }

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: inline;
  /* For Firefox */
  color: #888686;
  text-decoration: underline; }

.btn:focus {
  box-shadow: none !important; }

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
  outline-color: #FFF86C;
  color: #000000; }
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-decoration: underline;
  font-weight: 500; }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner:focus {
    outline: 0; }
.bootstrap-select .dropdown-toggle .filter-option:focus {
  outline: 0; }
.bootstrap-select .dropdown-menu {
  padding: 0px;
  margin: 0;
  border-radius: 0;
  border: none;
  left: -8px !important; }
  .bootstrap-select .dropdown-menu li a span.text {
    text-decoration: underline;
    font-weight: 500; }

.dropdown-toggle::after {
  border: none !important;
  background: url("images/icon-chevron-down.svg") no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 10px;
  vertical-align: .15em; }

.dropdown-item {
  padding: 10px 40px 8px 10px;
  line-height: 20px; }
  .dropdown-item.active {
    color: #000000;
    background: #FFF86C; }
  .dropdown-item:hover {
    background: #FFF86C; }
    .dropdown-item:hover .text {
      font-weight: 700; }

.select-gto {
  padding-left: 0;
  padding-right: 0;
  background: none; }

.input-contact {
  border: none;
  text-decoration: underline; }
  .input-contact:focus {
    font-weight: 500;
    color: #000000; }
  .input-contact.error::-webkit-input-placeholder {
    color: #FF4846 !important; }
  .input-contact.error::-moz-placeholder {
    color: #FF4846 !important; }
  .input-contact.error::-ms-input-placeholder {
    color: #FF4846 !important; }
  .input-contact.error::-moz-placeholder {
    color: #FF4846 !important; }

.modal h4 {
  font-size: 42px; }
.modal img {
  width: 100%; }
@media (min-width: 992px) {
  .modal .modal-lg {
    max-width: 70%; } }
.modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 0; }
.modal .modal-header {
  border: none; }
.modal .modal-footer {
  justify-content: space-between;
  border: none;
  margin: 50px 0; }
.modal .close {
  opacity: 1; }
.modal button span {
  margin: 0; }
.modal button.projectnav {
  line-height: 1px;
  font-size: 17px;
  font-weight: 500; }
  .modal button.projectnav-prev:hover .text-emoji-projectnav {
    transform: translateX(-15px); }
  .modal button.projectnav-next:hover .text-emoji-projectnav {
    transform: translateX(15px); }

.modal-backdrop {
  background-color: #FFFFFF; }
  .modal-backdrop.show {
    opacity: 0.97; }

body {
  font-family: "gordita", Helvetica, Arial, sans-serif; }
  body.nav-open {
    overflow-y: hidden; }

h1 {
  font-size: 42px; }

h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 100px; }
  @media (max-width: 480px) {
    h2 {
      font-size: 24px;
      line-height: 27px;
      margin-bottom: 42px; } }

h3 {
  font-weight: 500;
  font-size: 17px; }
  @media (max-width: 480px) {
    h3 {
      font-size: 12px; } }

h4 {
  font-weight: 500;
  font-size: 24px; }
  @media (max-width: 480px) {
    h4 {
      font-size: 18px;
      font-weight: 700; } }

h5 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 100px;
  margin-bottom: 35px; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("images/GTO_Loading_Animation_V4.gif") 50% 50% no-repeat #FFFFFF; }

.mobile-nav {
  display: none;
  background: #FFF86C;
  height: 100vh; }
  .mobile-nav.open {
    display: block; }
  .mobile-nav ul {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .mobile-nav .tagline {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 50px;
    font-size: 14px;
    font-weight: 500; }

.navbar {
  padding: 1.5rem 2.5rem;
  position: absolute;
  width: 100%; }
  @media (max-width: 768px) {
    .navbar {
      display: none; } }
  @media (max-width: 480px) {
    .navbar {
      padding: 24px 14px 24px 24px; } }
  .navbar.mobile {
    display: none; }
    @media (max-width: 768px) {
      .navbar.mobile {
        display: block;
        position: absolute;
        width: 100%; } }

@media (max-width: 768px) {
  .navbar-expand-md {
    display: none; } }

.navbar-light {
  background-color: none;
  transition: background 0.2s ease; }
  .navbar-light.open {
    background-color: #FFF86C;
    z-index: 2;
    height: 100vh;
    align-items: normal; }
    .navbar-light.open .navbar-toggler {
      height: 60px; }
  .navbar-light button {
    float: right;
    font-size: 28px;
    line-height: 56px; }
    .navbar-light button .navbar-toggler-icon {
      background: none; }
      .navbar-light button .navbar-toggler-icon:before {
        content: "ℹ️"; }
      .navbar-light button .navbar-toggler-icon.open:before {
        content: "❌"; }
  .navbar-light .navbar-toggler {
    border: none;
    color: black;
    font-size: 28px;
    line-height: 50px; }
    .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
      background: none; }
      .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon:before {
        content: "ℹ️"; }
    .navbar-light .navbar-toggler .navbar-toggler-icon {
      background: none; }
      .navbar-light .navbar-toggler .navbar-toggler-icon:before {
        content: "❌"; }
  .navbar-light .navbar-nav .nav-link {
    color: #000000; }
    .navbar-light .navbar-nav .nav-link:hover {
      color: #888686; }
  .navbar-light .collapse.show {
    z-index: 2;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .navbar-light .collapse.show .ml-auto {
      margin-left: 0 !important; }

ul {
  padding: 0; }
  ul li {
    list-style: none; }
    @media (max-width: 480px) {
      ul li {
        padding-bottom: 20px; } }
    ul li:last-child {
      padding-bottom: 0; }
    ul li.nav-item {
      font-size: 22px;
      font-weight: 500;
      margin-right: 42px; }
      @media (max-width: 768px) {
        ul li.nav-item {
          text-align: center;
          margin-right: 0;
          font-size: 24px; } }
      ul li.nav-item:last-child {
        margin-right: 0; }
  ul.text-body {
    line-height: 48px;
    text-align: center; }
    @media (max-width: 480px) {
      ul.text-body {
        line-height: 20px;
        text-align: left; } }

a {
  color: #000000; }
  a:hover {
    color: #000000;
    text-decoration: none; }

p {
  margin-bottom: 0; }

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }
  button strong {
    float: left; }
  button span {
    margin-left: 20px;
    display: block;
    float: left; }
  button:focus {
    outline: 0; }

.container-fluid {
  padding: 0; }
  .container-fluid .row {
    margin-right: 0;
    margin-left: 0; }

.section {
  padding: 140px 0; }
  @media (max-width: 480px) {
    .section {
      padding: 60px 0; } }
  .section-hero {
    height: 100vh;
    background: url("images/GTO-Hero-Section.gif") no-repeat center center; }
    @media (max-width: 789px) {
      .section-hero {
        background-size: 200%; } }
  .section-color {
    background: #FFF86C; }
  .section-design p:nth-child(2) {
    margin: auto;
    max-width: 200px; }
  .section-footer {
    padding: 50px 0; }

strong {
  font-weight: 700; }

.text-body {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500; }
  @media (max-width: 480px) {
    .text-body {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 480px) {
    .text-body.footer-email {
      font-size: 18px;
      line-height: 24px; } }
.text-emoji-design {
  font-size: 60px;
  margin-bottom: 40px; }
.text-emoji-casestudies {
  font-size: 42px; }
  @media (max-width: 480px) {
    .text-emoji-casestudies {
      font-size: 32px; } }
.text-emoji-moneybag {
  font-size: 82px;
  float: left; }
.text-emoji-download {
  font-size: 39px; }
.text-emoji-projectnav {
  font-size: 42px;
  margin-left: 0 !important; }
.text-credit {
  font-size: 10px;
  margin-top: 20px; }

.image-thumbnail {
  margin-bottom: 42px; }

.project-thumbnail:hover .text-emoji-casestudies {
  transform: translateX(15px); }

.credit {
  text-align: right; }
  @media (max-width: 480px) {
    .credit {
      text-align: left; } }

.carousel-indicators {
  position: static;
  padding-top: 150px; }
  .carousel-indicators .active {
    background-color: #000000;
    height: 3px;
    margin-top: -1px; }
  .carousel-indicators li {
    background-color: #000000;
    height: 1px; }

/*# sourceMappingURL=style.css.map */
