/* Navigation Menu */
/* img.custom-logo, #toggle img { visibility: hidden; } */
#toggle {
  border-radius: 3px;
  cursor: pointer;
  float: right;
  padding: 5px;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 99;
}
body.admin-bar #toggle {
  top: 48px;
}
#popout {
  background: rgba(66,65,67,0.85);
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 0;
  overflow: auto;
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#popout .menu-header-container {
  margin-top: auto;
  margin-bottom: auto;
  padding: 65px 20px 40px;
  text-align: center;
}
#popout .menu-header-container ul#primary-menu {
  display: block;
  margin: auto;
  max-width: 400px;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
#popout .menu-header-container ul#primary-menu.open {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
#popout {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
#popout.open {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  width: 100%;
}
.main-navigation li {
  float: none;
  padding: 5px 20px;
  width: 100%;
}
.main-navigation li:hover {

}
.main-navigation li a {
  color: #FFF;
  font-size: 1.6rem;
  line-height: normal;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1441px) { .main-navigation li a { font-size: 2.2vw; } }

@media screen and (max-width: 768px) {
  #popout {
    overflow: auto;
  }

  .nav-menu li {
    border-bottom:1px solid #eee;
    padding:20px;
    width:100%;
  }

  .nav-menu li:hover {
    background:#CCC;
  }

  .nav-menu li a {
    color:#FFF;
    text-decoration:none;
    width:100%;
  }


  section.projects.image img {
    width: 70vw;
  }
}




/* GLOBAL */
@media (max-width: 600px) { #wpadminbar { position: fixed; } }
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}

body {
  font-family: "effra", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
h1 {
  font-weight: 700;
}
.btn-outer {
  margin: 30px 0 0;
  max-width: 300px;
  width: 100%;
}
.btn-outer.btn-left {
  display: flex;
  flex-direction: column-reverse;
}
.btn-outer a:hover {
  text-decoration: none;
}
a.btn {
  background-color: #FFFFFF;
  border-radius: 0;
  color: #14ace3;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.3rem;
  width: 100%;
}
.btn-before {
  background-size: cover;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  display: block;
  margin-left: -30px;
  transition: all .15s ease-in-out;
  width: 30px;
  height: 30px;
}
.btn-after {
  background-size: cover;
  border-top: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: block;
  float: right;
  margin-right: -30px;
  transition: all .15s ease-in-out;
  width: 30px;
  height: 30px;
}
section#hero .btn:hover {
  background-color: #0092d6;
}
.btn-outer a:hover ~ .btn-before,
.btn-outer a:hover ~ .btn-after {

}

header#masthead {
  transition: all 0.2s ease-in-out;
}
body.blog header#masthead,
header#masthead.active,
body.single-post header#masthead {
  background-color: rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
body.page-template-template-blank header#masthead {
  background-color: rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.site-header {
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
body.admin-bar .site-header {
  top: 28px;
}
.site-branding img {
  max-width: 200px;
  width: 100%;
}

body .entry-content,
body .hentry {
  margin-top: 0;
  margin-bottom: 0;
}


.gform_wrapper .gform_body .top_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_footer {
  padding-top: 0;
}
.gform_wrapper .gform_confirmation_wrapper a,
.gform_wrapper .gform_confirmation_wrapper a:visited,
.gform_wrapper .gform_confirmation_wrapper a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}


@media (min-width: 1441px) {
  a.btn {
    font-size: 0.8vw;
  }
}

@media (max-width: 767px) {
  body section .halves,
  body.admin-bar section .halves {
    height: min-content;
  }
}



/* HOME */
section.reverse .row {
  flex-direction: row-reverse;
}
section.sections .row .halves {
  display: flex;
  flex-direction: column;
}
section.sections .row .text {
  color: #FFFFFF;
}
section.sections .row .text *:first-child {
  margin-top: auto;
}
section.sections .row .text > * {
  margin-left: auto;
  margin-right: auto;
}
section.sections .row .text *:last-child {
  margin-bottom: auto;
}
section.sections .row .text h3 {
  color: inherit;
  font-size: 3rem;
}
section.sections .row .text p {
  color: inherit;
  font-size: 1.2rem;
  margin-bottom: 0;
}
section.sections .halves.image {
  background-repeat: no-repeat;
  background-size: cover;
}

section#hero.home h1 {
  margin: auto auto 20px;
}
section#hero.home p {
  font-size: 1.3rem;
}

@media (min-width: 1920px) {
  body.home section#hero.home h1 {
    font-size: 3vw;
  }
  body.home section#hero.home p {
    font-size: 1.2vw;
  }
  body.home .btn-outer {
    max-width: 420px;
  }
}

@media (max-width: 1280px) {
  body.home section#hero.home h1 {
    font-size: 3.2vw
  }
  body.home section#hero.home p {
    font-size: 1.6vw;
  }
  body.home section.sections .row .text h3 {
    font-size: 3.4vw;
  }
  body.home .btn-outer {
    margin: 15px 0 0;
  }
  body.home a.btn {
    font-size: 1.1vw;
  }
  body.home .btn-before {
    margin-left: -20px;
    width: 20px;
    height: 20px;
  }
  body.home .btn-after {
    border-top: 7px solid #ffffff;
    border-left: 7px solid #ffffff;
    margin-right: -20px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1024px) {
  body.home section#hero.home p {
    font-size: 1.7vw;
  }
  body.home a.btn {
    font-size: 1.2vw;
  }
}

@media (max-width: 910px) {
  body.home section#hero.home .row .text .text-inner {
    margin-bottom: 60px;
  }
}

@media (max-width: 860px) {
  body.home section#hero.home .row .text .text-inner {
    margin-bottom: 40px;
  }
  body.home a.btn {
    font-size: 1.4vw;
  }
}

@media (max-width: 767px) {
  body.home section#hero.home .row .text .text-inner {
    margin-bottom: 0;
    padding: 40px 0 40px;
  }
  body.home section#hero.home h1 {
    font-size: 1.8rem;
  }
  body.home section#hero.home p {
    font-size: 1rem;
  }
  body.home section.sections .row .text h3 {
    font-size: 1.6rem;
  }
  body.home a.btn {
    font-size: 0.7rem;
  }
}

@media (max-width: 375px) {
  body.home section#hero.home h1 {
    font-size: 1.4rem;
  }
  body.home section#hero.home p {
    font-size: 0.9rem;
  }
  body.home section.sections .row .text .text-inner {
    padding: 60px 40px;
  }
}

/* WHO WE ARE */
section.wwa {
  background-size: cover;
}
section.wwa .halves {
  display: flex;
  flex-direction: column;
  /* height: 50vh; */
}
section.wwa .halves.text {
  text-align: left;
}
section.wwa .halves.text *:first-child {
  margin-top: auto;
}
section.sections .row .text > * {
  margin-left: auto;
  margin-right: auto;
}
section.wwa .halves.text *:last-child {
  margin-bottom: auto;
}
section.wwa .halves.text .text-inner {
  margin: auto;
  max-width: 550px;
}
section.wwa h2 {
  margin-bottom: 20px;
}

section.wwa.clients {
  padding: 40px 0;
  text-align: center;
}
section.wwa.clients .clients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 900px;
}
section.wwa.clients .clients-grid img {
  margin: 5px;
  max-width: 168px;
  max-height: 168px;
}
section.wwa.map {
  padding: 20px 0 60px;
  text-align: center;
}
section.wwa.map img {
  max-width: 900px;
}

@media (min-width: 1441px) {
  section.wwa .halves.text {
    font-size: 1.2vw;
  }
  section.wwa .halves.text .text-inner {
    max-width: none;
    padding: 0 100px;
  }
  section.wwa h2 {
    font-size: 2.4vw;
  }
}

@media (max-width: 767px) {
  body.admin-bar section .halves.text,
  body section.wwa .halves.text {
    height: auto;
    padding: 40px;
  }

  section.wwa.clients .clients-grid img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 375px) {
  section.wwa.clients .clients-grid img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 325px) {
  section.wwa.clients .clients-grid img {
    width: 80px;
    height: 80px;
  }
}


/* SEMIOTICS */
section.semiotics .row .halves {
  height: 100vh;
}
section.semiotics .col-md-6.halves.image img {
  margin: auto;
  width: 100%;
}
section.semiotics .col-12.text {
  height: 50vw;
  max-height: 900px;
}
section.semiotics .row .text .text-inner {
  max-width: unset;
}
section.semiotics .row .halves.left-half {
  padding-left: 100px;
}
section.semiotics .row .left-half.text .text-inner {
  margin-left: 0;
  max-width: unset;
}
section#hero.semiotics .row .text .text-inner h1 {
  font-size: 3.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
section#hero.semiotics .row .text .text-inner p {
  font-weight: 400;
  line-height: normal;
}
section#download.semiotics {
  padding: 40px 0;
}
section#download .row .halves {
  height: 50vh;
  max-height: 900px;
  min-height: 300px;
}
section#download.semiotics .download_form {
  display: none;
}
section#download.semiotics h3 {
  color: #1dace3;
}
section#download.semiotics .download_form {
  text-align: center;
}
section#download.semiotics .download_form img {
  margin-bottom: 40px;
}
section#download.semiotics .download_form h3 {
  margin-bottom: 40px;
}
section#download.semiotics .download_form .download_form-outer {
  margin: auto;
  max-width: 360px;
}
section#download.semiotics .download_form .gform_wrapper input,
section#download.semiotics .download_form .gform_wrapper textarea {
  background-color: transparent;
  border: 2px solid #1dace3;
  border-radius: 0;
  color: #1dace3;
  padding: 7px 10px;
  width: 100%;
}
section#download.semiotics .download_form ::-webkit-input-placeholder {
  color: #1dace3;
}
section#download.semiotics .download_form ::-moz-placeholder {
  color: #1dace3;
}
section#download.semiotics .download_form :-ms-input-placeholder {
  color: #1dace3;
}
section#download.semiotics .download_form .gform_wrapper .gform_footer input[type=submit] {
  background-color: #1dace3;
  border: 2px solid #1dace3;
  color: #FFFFFF;
  display: block;
  float: none;
  margin: auto;
  max-width: 280px;
  padding: 5px;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
}
section#download.semiotics .download_form .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #0092d6;
  border: 2px solid #0092d6;
}
section#download.semiotics .download_form .gform_wrapper:after {
  border-top: 10px solid #1dace3;
  border-left: 10px solid #1dace3;
  content: '';
  display: block;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  right: 10px;
  bottom: 11px;
  transition: all .15s ease-in-out;
  width: 30px;
  height: 30px;
}
section#download.semiotics .download_form .gform_wrapper.hover:after {
  border-color: #0092d6;
}
section#download.semiotics .download_form .gform_confirmation_wrapper h3 {
  margin-bottom: 10px;
}
section#download.semiotics .download_form .gform_confirmation_wrapper p {
  color: #1dace3;
  font-size: 1.6rem;
}

@media (min-width: 2560px) {
  section#download.semiotics .download_form h3 {
    font-size: 2.6vw;
  }
  section#download.semiotics .download_form .gform_wrapper input, section#download.semiotics .download_form .gform_wrapper textarea {
        font-size: 0.8vw;
  }
}

@media (max-width: 1920px) {
  section.semiotics .col-md-6.halves.image img {
    max-width: 600px;
  }
}

@media (min-width: 1441px) {
  section#download.semiotics .download_form h3 {
    font-size: 2.6vw;
  }
}

@media (max-width: 1440px) {
  section.semiotics .col-md-6.halves.image img {
    max-width: 500px;
  }
}

@media (min-width: 1281px) {
  section#hero.semiotics .row .text .text-inner h1,
  section.semiotics .row .text h3 {
    font-size: 4.2vw;
  }
  section#hero.semiotics .row .text .text-inner p,
  section.semiotics .row .text p {
    font-size: 1.8vw;
  }
}

@media (max-width: 1280px) {
  section.semiotics .row .halves.left-half {
    padding-left: 50px;
  }
  section#hero.semiotics .row .text .text-inner h1,
  section.semiotics .row .text h3 {
    font-size: 4.0vw;
  }
  section#hero.semiotics .row .text .text-inner p,
  section.semiotics .row .text p {
    font-size: 1.8vw;
  }
  section.semiotics .col-md-6.halves.image img {
    max-width: 400px;
  }
  section#download .row .halves {
    height: 40vh;
  }
}

@media (max-width: 1100px) {
  section#hero.semiotics .row .text .text-inner p,
  section.semiotics .row .text p {
    font-size: 2.2vw;
  }
}

@media (max-width: 768px) {
  section.semiotics .row .halves.left-half {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  section.sections .row .halves {
    height: unset;
    min-height: unset;
    padding: 40px;
  }
  section.semiotics .row .halves.left-half {
    padding: 0;
  }
  section.semiotics .row .left-half.text .text-inner {
    margin-left: auto;
    padding: 100px 40px 0;
  }
  section#hero.semiotics .row .text .text-inner h1,
  section.semiotics .row .text h3 {
    font-size: 7vw;
  }
  section#hero.semiotics .row .text .text-inner p,
  section.semiotics .row .text p {
    font-size: 3.4vw;
  }
  section.semiotics .col-md-6.halves.image img {
    max-width: 400px;
    width: 100%;
  }
  section.semiotics .row .col-md-12.left-half.text .text-inner {
    padding: 100px 20px;
  }
  section#download.semiotics h3 {
    font-size: 6vw;
  }
}

@media (max-width: 600px) {
  section#hero.semiotics .row .text .text-inner h1,
  section.semiotics .row .text h3 {
    font-size: 8vw;
  }
  section#hero.semiotics .row .text .text-inner p,
  section.semiotics .row .text p {
    font-size: 4.4vw;
  }
  section.semiotics .row .col-md-12.left-half.text .text-inner p br {
    display: none;
  }
  section#download.semiotics .download_form h3 {
    font-size: 8vw;
  }
}

@media (max-width: 425px) {
  section#hero.semiotics .row .text .text-inner h1,
  section.semiotics .row .text h3 {
    font-size: 9vw;
  }
  section#hero.semiotics .row .text .text-inner p,
  section.semiotics .row .text p {
    font-size: 4.8vw;
  }
  section.semiotics .row .col-md-12.left-half.text .text-inner br {
    display: none;
  }
  section#download .row .halves {
    height: 30vh;
  }
  section#download.semiotics h3 {
    font-size: 10vw;
  }
  section#download.semiotics .download_form .download_form-outer {
    margin: auto;
    max-width: 360px;
  }
  section#download.semiotics .gform_wrapper {
    margin: auto;
    max-width: 300px;
  }
  section#download.semiotics .gform_wrapper form {
    margin: 0 auto;
    max-width: 74%;
  }
}



/* PROJECTS (INDEX) */
body.post-type-archive-projects section.sections .row .halves {
  height: auto;
  min-height: unset;
}

/* PROJECTS (SINGLE) */
section.projects {
  background-size: cover;
  margin-top: -1px;
}
section.projects.text {
  min-height: 400px;
}
section.projects .row > div {
  display: flex;
  height: 50vh;
  max-height: 800px;
}
section.projects.text .text-inner {
  margin: auto 0;
  max-width: 600px;
}
section.projects.image img {
  margin: auto;
}
section.projects.text h1 {
  font-size: 4.4rem;
}
section.projects.text p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: auto;
}
body.single-projects .project-nav {
  margin-top: -30px;
}
body.single-projects .project-nav .btn-prev {
  background-size: cover;
  border-top: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
  display: block;
  float: left;
  transition: all .15s ease-in-out;
  width: 30px;
  height: 30px;
  transform: rotate(225deg);
  position: relative;
  bottom: 40px;
  left: 20px;
  z-index: 99;
}
body.single-projects .project-nav .btn-next {
  background-size: cover;
  border-top: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF;
  display: block;
  float: right;
  transition: all .15s ease-in-out;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  position: relative;
  bottom: 40px;
  z-index: 99;
  right: 20px;
}

@media (min-width: 1920px) {
  section.sections .row .text h3 {
    font-size: 3vw;
  }
  section.projects.text p {
    font-size: 1vw;
    line-height: normal;
  }
}

@media (max-width: 1440px) {
  section.projects.text h1 {
    font-size: 4.6vw;
  }
  section.projects.text p {
    font-size: 1.8vw;
    line-height: normal;
  }
}

@media (max-width: 1024px) {
  body.post-type-archive-projects section.sections .row .text h3 {
    font-size: 4.8vw;
  }
}

@media (max-width: 768px) {
  body.single-projects section.projects.text .row > div {
    height: unset;
  }
  body.single-projects section.projects.text h1 {
    font-size: 5.6vw;
  }
  body.single-projects section.projects.text p {
    font-size: 2vw;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-projects section.sections .row .halves.text {
    padding: 110px 60px 70px;
  }
  body.single-projects section.projects.text p {
    font-size: 2.6vw;
  }
  body.single-projects .project-nav .btn-prev {
    width: 25px;
    height: 25px;
    bottom: 10px;
  }
  body.single-projects .project-nav .btn-next {
    width: 25px;
    height: 25px;
    bottom: 10px;
  }
}

@media (max-width: 600px) {
  body.post-type-archive-projects section.sections .row .text h3 {
    font-size: 6.8vw
  }
  body.single-projects section.projects.text p {
    font-size: 2.3vw;
  }
}

@media (max-width: 575px) {
  section.projects.text .text-inner {
    margin-left: 0 !important;
  }
  body.single-projects section.projects.text p {
    font-size: 3.2vw;
  }
}

@media (max-width: 425px) {
  body.post-type-archive-projects section.sections .row .text h3 {
    font-size: 6.8vw
  }
  body.single-projects section.projects.text p {
    font-size: 3.6vw;
  }
}

@media (max-width: 425px) {
  body.post-type-archive-projects section.sections .row .text h3 {
    font-size: 7.8vw
  }
  body.single-projects section.projects.text p {
    font-size: 4.2vw;
  }
}



/* BLOG */
body.blog ul.alm-filter-nav {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
  padding: 0;
}
body.blog ul.alm-filter-nav li {
  border: 1px solid #000000;
  list-style: none;
  margin: 0 10px;
  min-width: 135px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
body.blog ul.alm-filter-nav li a {
  color: #000000;
  display: block;
}
body.blog ul.alm-filter-nav li.active a,
body.blog ul.alm-filter-nav li:hover a {
  color: #FFFFFF;
}
body.blog ul.alm-filter-nav li a:hover {
  text-decoration: none;
}
body.blog ul.alm-filter-nav li.blog_filter-all:hover,
body.blog ul.alm-filter-nav li.blog_filter-all.active {
  background-color: #ffdd14;
  border: 1px solid #ffdd14;
}
body.blog ul.alm-filter-nav li.blog_filter-whitepapers:hover,
body.blog ul.alm-filter-nav li.blog_filter-whitepapers.active {
  background-color: #00a3da;
  border: 1px solid #00a3da;
}
body.blog ul.alm-filter-nav li.blog_filter-posts:hover,
body.blog ul.alm-filter-nav li.blog_filter-posts.active {
  background-color: #d8137d;
  border: 1px solid #d8137d;
}
body.blog .blog_type {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 10px;
}
body.blog .entry-content {
  font-weight: 300;
}


body.blog #content,
body.single-post #content,
body.single-whitepapers #content {
  padding-top: 120px;
}
body.blog article.post:nth-of-type(even) .row.blog-index {
  flex-direction: row-reverse;
}
body.blog h1 {
  margin: 40px 0;
  text-align: center;
}
body.blog article.post {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 40px;
}
body.blog .blog-txt {
  padding: 70px 40px;
}
body.blog h2.entry-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
body.blog h2.entry-title a {
  color: #414042;
}
body.blog .entry-meta {
  font-weight: 300;
  margin-bottom: 20px;
}
body.blog .entry-content a.readmore {
  color: #414042;
  font-weight: 700;
}
body.blog a.blog-img {
  flex: 0 0 50%;
  margin-bottom: 10px;
  max-width: 300px;
}
body.blog p {
  font-weight: 300;
}

body.single .insights .blog-s_fimg {
  min-height: 300px;
}
body.single .insights .blog_header-img {
  text-align: center;
}
body.single .insights header.entry-header {
  margin-top: 20px;
}
body.single .insights h1.entry-title {
  color: #414042;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
body.single .insights .entry-content {
  font-weight: 300;
}
body.single .insights .entry-meta {
  font-weight: 300;
  margin-bottom: 20px;
}
body.single .insights .post-sidebar header.entry-header h2 {
  font-size: 1rem;
}
body.single .insights .post-sidebar header.entry-header h2 a {
  color: #414042;
  font-weight: 500;
}
body.single .insights .post-sidebar {
  margin-bottom: 40px;
}
body.single .insights #colophon {
  background-color: #14ace3;
  margin-top: 40px;
  padding: 100px 0;
  text-align: center;
}
body.single .insights #colophon img {
  max-width: 280px;
}
body.single .insights #colophon .contact-info {
  font-size: 1rem;
  font-weight: 300;
}

body.single-whitepapers .gform_wrapper {
  max-width: 400px;
  width: 100%;
}
body.single-whitepapers .gform_wrapper input,
body.single-whitepapers .gform_wrapper textarea {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  padding: 7px 10px;
  width: 100%;
}
body.single-whitepapers ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
body.single-whitepapers::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
body.single-whitepapers :-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
body.single-whitepapers .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
body.single-whitepapers .gform_body .gfield_label {
  display: none;
}
body.single-whitepapers .gform_wrapper .gform_footer {
  padding-top: 0;
}
body.single-whitepapers .gform_wrapper .gform_footer input[type=submit] {
  background-color: #FFFFFF;
  color: #1dace3;
  float: right;
  font-weight: 400;
  margin-right: 40px;
  max-width: 280px;
  padding: 5px;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
  width: 100%;
}
body.single-whitepapers .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #0092d6;
  border: 2px solid #0092d6;
}
body.single-whitepapers .gform_wrapper:after {
  border-top: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  content: '';
  display: block;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  right: 10px;
  bottom: -19px;
  transition: all .15s ease-in-out;
  width: 30px;
  height: 30px;
}
body.single-whitepapers .gform_wrapper.hover:after {
  border-color: #0092d6 !important;
}

@media (min-width: 1920px) {
  body.blog h1 {
    font-size: 2vw;
  }
  body.blog ul.alm-filter-nav li {
    font-size: 1vw;
  }
  body.blog .blog_type {
    font-size: 1.1vw;
  }
  body.blog h2.entry-title {
    font-size: 1.4vw;
  }
  body.blog .entry-content {
    font-size: 1vw;
  }
  body.blog .alm-btn-wrap .alm-load-more-btn {
    font-size: 1vw;
    font-weight: 400;
  }
  body.single .insights h1.entry-title {
    font-size: 1.6vw;
  }
  body.single .insights .entry-content {
    font-size: 1vw;
  }
  body.single .insights .post-sidebar header.entry-header h2 a {
    font-size: 0.9vw;
  }
}

@media (max-width: 1199px) {
  body.single .insights header.entry-header {
    margin-top: 10px;
  }
  body.single .insights .post-sidebar {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  body.blog #content,
  body.single-post #content,
  body.single-whitepapers #content {
    padding-top: 100px;
  }
  body.blog h1 {
    margin: 20px 0 30px;
  }
  body.blog ul.alm-filter-nav {
    margin: 0 0 40px;
  }
  body.blog .alm-reveal.row {
    justify-content: space-between;
  }
  body.blog article.post {
    flex: 0 0 46%;
  }
  body.single .insights .entry-content {
    margin-bottom: 40px;
  }
  body.single .insights .col-md-3 {
    display: flex;
    flex: 1 0 50%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.single .insights .post-sidebar {
    width: 45%;
  }
  body.single-whitepapers .gform_wrapper .gform_footer input[type=submit] {
    padding: 0;
  }
}

@media (max-width: 475px) {
  body.blog h1 {
    font-size: 8vw;
  }
  body.blog ul.alm-filter-nav {
    flex-wrap: wrap;
  }
  body.blog ul.alm-filter-nav li {
    margin: 5px 10px;
    width: 100%;
  }
  body.blog article.post {
    flex: 0 0 100%;
  }
  body.blog a.blog-img {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  body.blog .blog_type {
    font-size: 1.1rem;
  }
  body.blog h2.entry-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body.single-whitepapers .gform_wrapper .gform_footer input[type=submit] {
    max-width: 200px;
  }
}



/* CONTACT */
body.page-template-template-contact #colophon .col-left,
body.page-template-template-contact .col-right {
  height: 100vh;
}
body.page-template-template-contact #colophon .gform_wrapper .gform_footer input[type=submit] {
  margin-right: 0;
}
body.page-template-template-contact #colophon .gform_wrapper:after {
  content: '';
  display: block;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  right: -29px;
  bottom: -19px;
  transition: all .15s ease-in-out;
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  #colophon .col-left img.logo {
    display: none;
  }
  body.page-template-template-contact #colophon .row {
    height: 100vh;
  }
  body.page-template-template-contact #colophon .col-left {
    padding-top: 100px;
  }
  body.page-template-template-contact #colophon .col-left,
  body.page-template-template-contact .col-right {
    height: auto;
  }
  body.page-template-template-contact #colophon .gform_wrapper:after {
    left: 29px;
  }
}



/* BLANK */
body article.blank {
  margin: 160px 0 40px;
}
/* Blank - End */



/* FOOTER */
#colophon {
  color: #FFFFFF;
}
#colophon .col-left {
  background-color: #ed008d;
  z-index: 2;
}
#colophon .col-right {
  background-color: #1dace3;
}
#colophon .col-left,
#colophon .col-right {
  padding: 120px 60px 40px;
}
#colophon .col-left img.logo {
  max-width: 300px;
  position: absolute;
  right: -163px;
  top: 40px;
}
#colophon .col-right img.logo {
  max-width: 300px;
  position: absolute;
  left: -137px;
  top: 40px;
}
#colophon .contact-info {
  font-size: 1.2rem;
}
#colophon .contact-info a {
  color: #FFFFFF;
}
#colophon .gform_wrapper {
  float: right;
  max-width: 360px;
  width: 100%;
}
#colophon .gform_wrapper input,
#colophon .gform_wrapper textarea {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  padding: 7px 10px;
  width: 100%;
}
#colophon ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
#colophon::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
#colophon :-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
#colophon .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
#colophon .gform_body .gfield_label {
  display: none;
}
#colophon .gform_wrapper .gform_footer {
  padding-top: 0;
}
#colophon .gform_wrapper .gform_footer input[type=submit] {
  background-color: #FFFFFF;
  color: #1dace3;
  float: right;
  margin-right: 0;
  max-width: 280px;
  padding: 5px;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
}
#colophon .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #0092d6;
  border: 2px solid #0092d6;
}
#colophon .gform_wrapper:after {
  border-top: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  bottom: 26px;
  transition: all .15s ease-in-out;
  width: 30px;
  height: 30px;
}
#colophon .gform_wrapper.hover:after {
  border-color: #0092d6;
}



@media screen and (max-width: 768px) {
  section.projects.text,
  section.projects.text .container-fluid {
    display: flex;
  }
  section.projects.text .container-fluid .row {
    margin: auto 0;
  }
  section.projects.text .row > div {
    height: max-content;
  }
  section.projects.text h1 {
    font-size: 2.4rem;
  }


  #colophon .col-left img.logo {
    right: -143px;
  }
  #colophon .gform_wrapper {
    float: none;
  }
  #colophon .gform_wrapper:after {
    position: relative;
    top: 20px;
    left: 100%;
  }
}

@media screen and (max-width: 767px) {
  #colophon .col-left,
  #colophon .col-right {
    padding-top: 50px;
  }
  #colophon .col-left img.logo {
    position: relative;
    top: 0;
    right: unset;
  }
}
.page-template-template-blank .col-md-12 .wp-block-video video  {
	display: block;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
