/* 
Override stylesheet for Digital Blue
Need to add the following PHP snippet to the functions.php file of the parent theme - Primer.
``` 
// Add customized Digital Blue stylesheet to theme 
function digital_blue_styles() {
	wp_register_style('digital-blue', get_stylesheet_directory_uri().'/digital-blue.css');
	wp_enqueue_style('digital-blue');
}
add_action('wp_enqueue_scripts', 'digital_blue_styles');
```
*/
@import url("https://fonts.googleapis.com/css2?family=Questrial&family=Roboto:wght@300;400;700&display=swap");
.container-fluid {
  padding: 0;
}

body {
  font-size: 10px;
}

h1, .section-contact h2,
h2 {
  color: #1853e5;
  font-family: "Questrial", sans-serif !important;
}

h1, .section-contact h2 {
  font-size: 36px;
  line-height: 44px;
}

@media (min-width: 768px) {
  h1, .section-contact h2 {
    font-size: 64px;
    line-height: 80px;
  }
}

h2 {
  font-size: 28px;
  line-height: 42px;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 48px;
    line-height: 66px;
  }
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
}

@media (min-width: 768px) {
  p {
    font-size: 20px;
    line-height: 36px;
  }
}

.site {
  margin: 0;
  overflow-x: hidden;
}

.site-content {
  max-width: 100%;
  margin: 0 auto;
}

.site-header .site-header-wrapper,
.site-title-wrapper {
  border: none;
  display: none;
  padding: 0;
}

.error404 .site-header .site-header-wrapper,
.search-results .site-header .site-header-wrapper, .error404
.site-title-wrapper,
.search-results
.site-title-wrapper {
  display: block;
}

.error404 .site-header,
.search-results .site-header {
  padding: 120px 0 90px;
}

.menu-toggle {
  display: none;
}

.hero {
  display: none;
}

.page {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}

.row {
  max-width: 1440px;
  margin: 0 auto;
}

.layout-one-column-wide .content-area,
.site-content .content-area {
  width: 100%;
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-title-container .page-header .page-title {
  display: none;
  height: auto;
  padding: 0;
}

.wp-block-image {
  margin: 0;
}

.wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link:visited,
.wp-block-button .wp-block-button__link:active,
a.button,
.search-submit,
a.button:visited a.button:active,
.search-submit:visited a.button:active,
a.button:visited .search-submit:active,
.search-submit:visited .search-submit:active,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  margin: 0;
  padding: 18px 76px;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1.78px;
  text-transform: uppercase;
  -webkit-animation: opacity 0.4s ease-out;
          animation: opacity 0.4s ease-out;
}

@media (min-width: 768px) {
  .wp-block-button .wp-block-button__link,
  .wp-block-button .wp-block-button__link:visited,
  .wp-block-button .wp-block-button__link:active,
  a.button,
  .search-submit,
  a.button:visited a.button:active,
  .search-submit:visited a.button:active,
  a.button:visited .search-submit:active,
  .search-submit:visited .search-submit:active,
  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    padding: 18px 42px;
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.wp-block-button .wp-block-button__link.lite,
.wp-block-button .wp-block-button__link:visited.lite,
.wp-block-button .wp-block-button__link:active.lite,
a.button.lite,
.lite.search-submit,
a.button:visited.lite,
.search-submit:visited.lite,
a.button:active.lite,
.search-submit:active.lite,
input[type="submit"].lite,
input[type="button"].lite,
input[type="reset"].lite {
  background: #fff;
  color: #1853e5;
}

.wp-block-button .wp-block-button__link:hover,
a.button:hover,
.search-submit:hover {
  opacity: 0.8;
  text-decoration: none;
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wp-block-group,
.section {
  margin-bottom: 32px;
}

.container-fluid {
  height: inherit;
}

.wp-block-group__inner-container {
  max-width: 1440px;
  margin: 0 auto;
}

.polygon-top {
  position: relative;
  height: 750px;
}

@media (min-width: 768px) {
  .polygon-top {
    height: 890px;
  }
}

.polygon-top:before {
  content: "";
  background: url("assets/digital-blue/img-sphere-hero.svg") 100%/contain no-repeat;
  display: block;
  position: absolute;
  right: -180px;
  top: -160px;
  width: 450px;
  height: 360px;
  opacity: 0;
  -webkit-animation: appear 0.5s ease-out 0.5s forwards;
          animation: appear 0.5s ease-out 0.5s forwards;
}

@media (min-width: 576px) {
  .polygon-top:before {
    right: -100px;
    top: -5%;
    width: 500px;
    height: 460px;
  }
}

@media (min-width: 768px) {
  .polygon-top:before {
    right: -20px;
    top: -11%;
    width: 725px;
    height: 566px;
  }
}

@-webkit-keyframes topdownPolygon {
  from {
    top: -380px;
  }
  to {
    top: -160px;
  }
}

@keyframes topdownPolygon {
  from {
    top: -380px;
  }
  to {
    top: -160px;
  }
}

@media (min-width: 576px) {
  @-webkit-keyframes topdownPolygon {
    from {
      top: -100%;
    }
    to {
      top: -5%;
    }
  }
  @keyframes topdownPolygon {
    from {
      top: -100%;
    }
    to {
      top: -5%;
    }
  }
}

@media (min-width: 768px) {
  @-webkit-keyframes topdownPolygon {
    from {
      top: -540px;
    }
    to {
      top: -11%;
    }
  }
  @keyframes topdownPolygon {
    from {
      top: -540px;
    }
    to {
      top: -11%;
    }
  }
}

.logo {
  width: 200px;
  margin: 73px auto 38px;
  -webkit-animation: appear 0.5s ease-out 0.3s forwards;
          animation: appear 0.5s ease-out 0.3s forwards;
}

@media (min-width: 576px) {
  .logo {
    margin: 118px 0 76px;
  }
}

@media (min-width: 768px) {
  .logo {
    margin: 120px 0 96px;
    width: 306px;
  }
}

.col {
  z-index: 1;
}

.col.illustration-wrapper {
  z-index: 0;
}

.col p {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .col p {
    padding: 0 15px 0 0;
  }
}

.col p br {
  width: 1px;
  display: block;
  margin-bottom: 15px;
}

.col p:last-child {
  margin-bottom: 0;
}

.col-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0;
}

.illustration-wrapper {
  position: relative;
}

.header-img:not(.logo) {
  height: 12px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .header-img:not(.logo) {
    height: unset;
  }
}

.header-img:not(.logo) img {
  height: inherit;
}

address {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  address {
    font-size: 20px;
    line-height: 36px;
  }
}

.section-top {
  height: 750px;
  background: url("assets/digital-blue/wave-mobile.svg") center bottom 15% no-repeat;
  background-size: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .section-top {
    background-position: center bottom;
  }
}

@media (min-width: 768px) {
  .section-top {
    background: url("assets/digital-blue/combined-shape.svg") center bottom 15% no-repeat;
    background-position: center bottom;
    height: 890px;
    overflow-x: hidden;
  }
}

@media (min-width: 1400px) {
  .section-top {
    background-size: cover;
  }
}

.section-top h1, .section-top .section-contact h2, .section-contact .section-top h2 {
  margin: 0 40px 14px;
  opacity: 0;
  -webkit-animation: appear 0.5s ease-out 0.4s forwards;
          animation: appear 0.5s ease-out 0.4s forwards;
}

@media (min-width: 576px) {
  .section-top h1, .section-top .section-contact h2, .section-contact .section-top h2 {
    margin: 0 0 14px;
  }
}

@media (min-width: 768px) {
  .section-top h1, .section-top .section-contact h2, .section-contact .section-top h2 {
    margin: 90px 0 15px;
  }
}

.section-top p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 45px 22px;
  opacity: 0;
  -webkit-animation: appear 0.5s ease-out 0.5s forwards;
          animation: appear 0.5s ease-out 0.5s forwards;
}

@media (min-width: 576px) {
  .section-top p {
    margin: 0 0 42px;
  }
}

@media (min-width: 768px) {
  .section-top p {
    font-size: 26px;
    line-height: 44px;
    margin: 0 0 42px;
  }
}

@media (min-width: 992px) {
  .section-top p {
    margin: 0 130px 42px 0;
  }
}

.section-top .illustration-wrapper {
  height: unset;
}

@media (min-width: 576px) {
  .section-top .illustration-wrapper {
    height: inherit;
  }
}

.section-top .header-img {
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .section-top .header-img {
    margin-bottom: 28px;
  }
}

.section-top .wp-block-buttons {
  opacity: 0;
  margin-bottom: 20px;
  -webkit-animation: appear 0.5s ease-out 0.6s forwards;
          animation: appear 0.5s ease-out 0.6s forwards;
}

.illustration-1 {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0px;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media (min-width: 576px) {
  .illustration-1 {
    bottom: 0;
    left: auto;
    right: 0;
    width: 522px;
    max-width: unset;
    height: auto;
  }
}

@media (min-width: 768px) {
  .illustration-1 {
    top: auto;
    bottom: 40px;
    left: auto;
    width: 722px;
    height: 514px;
  }
}

.illustration-1 > img {
  position: relative;
  bottom: -300px;
  right: 0;
  opacity: 0;
  -webkit-animation: bottomup-illus 1.5s cubic-bezier(0.28, 0.28, 0.64, 1) 0.05s forwards;
          animation: bottomup-illus 1.5s cubic-bezier(0.28, 0.28, 0.64, 1) 0.05s forwards;
}

@media (min-width: 576px) {
  .illustration-1 > img {
    -webkit-animation: bottomup-illus 1.5s cubic-bezier(0.28, 0.28, 0.64, 1) 0.5s forwards;
            animation: bottomup-illus 1.5s cubic-bezier(0.28, 0.28, 0.64, 1) 0.5s forwards;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .illustration-1 > img {
    -webkit-animation: bottomup-illus 1.5s cubic-bezier(0.28, 0.28, 0.64, 1) 1s forwards;
            animation: bottomup-illus 1.5s cubic-bezier(0.28, 0.28, 0.64, 1) 1s forwards;
    bottom: 0;
  }
}

@-webkit-keyframes bottomup-illus {
  from {
    bottom: -400px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes bottomup-illus {
  from {
    bottom: -400px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

.section-about {
  height: auto;
  padding: 80px 30px;
  margin: 0 0 30px;
  position: relative;
}

@media (min-width: 576px) {
  .section-about {
    margin: 0 0 0;
  }
  .section-about .col-sm-7 {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .section-about {
    height: 960px;
    padding: 170px 0 130px;
  }
  .section-about .col-sm-7 {
    padding-left: 0;
  }
  .section-about p {
    padding-right: 35px;
  }
}

.section-about:before {
  opacity: 0;
}

@media (min-width: 992px) {
  .section-about:before {
    content: url("assets/digital-blue/img-sphere.svg");
    position: absolute;
    left: -1000px;
    top: -30%;
  }
}

.illustration-2 {
  position: relative;
  left: 0px;
  top: 40px;
  padding: 0;
  opacity: 0;
}

@media (min-width: 768px) {
  .illustration-2 {
    left: 0px;
    top: 0;
  }
}

.section-about.start:before {
  left: 0px;
}

@media (min-width: 992px) {
  .section-about.start:before {
    -webkit-animation: leftrightPolygon 1.25s ease-out 0.1s forwards;
            animation: leftrightPolygon 1.25s ease-out 0.1s forwards;
  }
}

@-webkit-keyframes leftrightPolygon {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes leftrightPolygon {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes leftrightIllus2 {
  from {
    left: -1000px;
  }
  to {
    left: 0;
  }
}

@keyframes leftrightIllus2 {
  from {
    left: -1000px;
  }
  to {
    left: 0;
  }
}

@media (min-width: 768px) {
  @-webkit-keyframes leftrightIllus2 {
    from {
      left: -1000px;
    }
    to {
      left: 0;
    }
  }
  @keyframes leftrightIllus2 {
    from {
      left: -1000px;
    }
    to {
      left: 0;
    }
  }
}

.section-about.start .illustration-2 {
  -webkit-animation: appear 1s ease-out 0s forwards;
          animation: appear 1s ease-out 0s forwards;
}

@media (min-width: 768px) {
  .section-about.start .illustration-2 {
    -webkit-animation: appear 1s ease-out 0.5s forwards;
            animation: appear 1s ease-out 0.5s forwards;
  }
}

.section-about .row .col:nth-child(2) {
  opacity: 0;
}

.section-about.start .row .col:nth-child(2) {
  -webkit-animation: appear 0.5s ease-out 0s forwards;
          animation: appear 0.5s ease-out 0s forwards;
}

@media (min-width: 768px) {
  .section-about.start .row .col:nth-child(2) {
    -webkit-animation: appear 0.5s ease-out 1.25s forwards;
            animation: appear 0.5s ease-out 1.25s forwards;
  }
}

.section-services {
  background-image: linear-gradient(1deg, #ffffff -71%, #f3f7ff 98%);
  text-align: center;
  padding: 60px 0 70px;
}

.section-services h2 + p {
  margin: 0 20px 56px;
}

@media (min-width: 768px) {
  .section-services h2 + p {
    padding: 0 25%;
  }
}

@media (min-width: 992px) {
  .section-services {
    padding: 115px 0 134px;
  }
}

.border-blue {
  margin: 45px 0 0;
  padding: 55px 30px 45px;
  border: 6px solid transparent;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 40px 0 rgba(82, 142, 222, 0.16);
          box-shadow: 0 5px 40px 0 rgba(82, 142, 222, 0.16);
  background-image: linear-gradient(white, white), linear-gradient(302deg, #34c3fd 30%, #1853e5);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  opacity: 0;
}

.border-blue .wp-block-image {
  margin: 0 0 33px;
  width: 100%;
  height: 6em;
}

@media (min-width: 768px) {
  .border-blue .wp-block-image {
    margin: 0 0 45px;
    height: 8.6em;
  }
}

.border-blue .wp-block-image img {
  height: inherit;
}

.border-blue .wp-block-image.icon-consulting {
  margin-top: 0px;
  margin-bottom: 40px;
  height: 5.5em;
}

@media (min-width: 768px) {
  .border-blue .wp-block-image.icon-consulting {
    margin-bottom: 60px;
    height: 7.2em;
  }
}

.border-blue .wp-block-image.icon-product {
  height: 6.2em;
}

@media (min-width: 768px) {
  .border-blue .wp-block-image.icon-product {
    height: 8.6em;
  }
}

.border-blue .wp-block-image.icon-software {
  height: 5.5em;
  margin: 0 0 43px;
}

@media (min-width: 768px) {
  .border-blue .wp-block-image.icon-software {
    margin-bottom: 61px;
    height: 7.2em;
  }
}

.border-blue h3 {
  color: #112b46;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .border-blue h3 {
    font-size: 24px;
    margin: 0 0 18px;
  }
}

.border-blue p {
  color: #112b46;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding: 0;
}

@media (min-width: 768px) {
  .border-blue p {
    font-size: 16px;
    line-height: 26px;
  }
}

.border-blue p:last-child {
  margin: 0;
}

@media (min-width: 576px) {
  .border-blue {
    padding: 50px 20px;
  }
}

@media (min-width: 992px) {
  .border-blue {
    padding: 75px 35px 60px;
  }
}

.section-services.start .border-blue.start:first-child {
  -webkit-animation: appear 0.75s ease-out 0.001s forwards;
          animation: appear 0.75s ease-out 0.001s forwards;
}

.section-services.start .border-blue.start:nth-child(2) {
  -webkit-animation: appear 0.75s ease-out 0.001s forwards;
          animation: appear 0.75s ease-out 0.001s forwards;
}

.section-services.start .border-blue.start:nth-child(3) {
  -webkit-animation: appear 0.75s ease-out 0.001s forwards;
          animation: appear 0.75s ease-out 0.001s forwards;
}

@media (min-width: 768px) {
  .section-services.start .border-blue.start:first-child {
    -webkit-animation: appear 0.75s ease-out 0.3s forwards;
            animation: appear 0.75s ease-out 0.3s forwards;
  }
  .section-services.start .border-blue.start:nth-child(2) {
    -webkit-animation: appear 0.75s ease-out 0.6s forwards;
            animation: appear 0.75s ease-out 0.6s forwards;
  }
  .section-services.start .border-blue.start:nth-child(3) {
    -webkit-animation: appear 0.75s ease-out 0.9s forwards;
            animation: appear 0.75s ease-out 0.9s forwards;
  }
}

.section-solutions {
  padding: 58px 0 50px;
}

.section-solutions h2 {
  margin: 0 0px 10px 0;
}

@media (min-width: 768px) {
  .section-solutions h2 {
    margin: 0 -50px 20px 0;
  }
}

@media (min-width: 768px) {
  .section-solutions p:last-child {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .section-solutions {
    padding: 185px 0 211px;
  }
}

.illustration-3 {
  position: relative;
  right: 0;
  bottom: 0;
  width: 80%;
  margin: 15px auto 0;
}

@media (min-width: 576px) {
  .illustration-3 {
    position: absolute;
    right: 0;
    left: -4em;
    bottom: 20%;
    width: unset;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .illustration-3 {
    right: -25px;
    left: auto;
    bottom: 0;
  }
}

.section-solutions .row .col:first-child {
  opacity: 0;
}

.section-solutions.start .row .col:first-child {
  -webkit-animation: appear 0.5s ease-out 0s forwards;
          animation: appear 0.5s ease-out 0s forwards;
}

@media (min-width: 768px) {
  .section-solutions.start .row .col:first-child {
    -webkit-animation: appear 0.5s ease-out 0.5s forwards;
            animation: appear 0.5s ease-out 0.5s forwards;
  }
}

.section-solutions .illustration-3 > img {
  position: relative;
  right: 0px;
  opacity: 0;
}

@media (min-width: 576px) {
  .section-solutions .illustration-3 > img {
    right: 0px;
  }
}

@media (min-width: 768px) {
  .section-solutions .illustration-3 > img {
    right: 0px;
  }
}

.section-solutions.start .illustration-3 > img {
  -webkit-animation: appear 1s ease-out 0s forwards;
          animation: appear 1s ease-out 0s forwards;
}

@media (min-width: 576px) {
  .section-solutions.start .illustration-3 > img {
    -webkit-animation: appear 1s ease-out 0.5s forwards;
            animation: appear 1s ease-out 0.5s forwards;
  }
}

@media (min-width: 768px) {
  .section-solutions.start .illustration-3 > img {
    -webkit-animation: appear 1s ease-out 1s forwards;
            animation: appear 1s ease-out 1s forwards;
    width: 94%;
  }
}

.footer-widget-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

@media (min-width: 768px) {
  .footer-widget-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 106px 0;
  }
  .page-id-607 .footer-widget-area {
    display: none;
  }
}

.footer-widget-area.columns-2 .footer-widget:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}

.footer-widget-area.columns-2 .footer-widget:first-child h3 {
  font-family: "Questrial", sans-serif !important;
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .footer-widget-area.columns-2 .footer-widget:first-child h3 {
    font-size: 44px;
    line-height: 48px;
  }
}

.footer-widget-area.columns-2 .footer-widget:first-child p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 65px 33px;
}

@media (min-width: 768px) {
  .footer-widget-area.columns-2 .footer-widget:first-child p {
    font-size: 20px;
    margin: 0 0 33px;
    line-height: 36px;
  }
}

.footer-widget-area.columns-2 .footer-widget:first-child a.button, .footer-widget-area.columns-2 .footer-widget:first-child .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
}

.page-id-607 .footer-widget-area.columns-2 .footer-widget:first-child {
  display: none;
}

@media (min-width: 576px) {
  .footer-widget-area.columns-2 .footer-widget:first-child {
    padding-left: 30px;
    width: unset;
  }
}

@media (min-width: 768px) {
  .footer-widget-area.columns-2 .footer-widget:first-child {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .footer-widget-area.columns-2 .footer-widget:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66%;
            flex: 1 0 66.66%;
  }
  .footer-widget-area.columns-2 .footer-widget:first-child a.button, .footer-widget-area.columns-2 .footer-widget:first-child .search-submit {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer-widget-area.columns-2 .footer-widget:first-child {
    padding: 0;
  }
}

.footer-widget-area.columns-2 .footer-widget:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 auto;
  width: 80%;
  position: relative;
  padding: 50px 16px;
}

.footer-widget-area.columns-2 .footer-widget:last-child .widget_text {
  padding: 0;
}

.footer-widget-area.columns-2 .footer-widget:last-child:before {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  width: 50%;
  margin: 0 25%;
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0.3;
  z-index: 1;
}

.page-id-607 .footer-widget-area.columns-2 .footer-widget:last-child:before {
  display: none;
}

.footer-widget-area.columns-2 .footer-widget:last-child h4 {
  font-family: "Questrial", sans-serif !important;
  font-size: 15px;
  line-height: 38px;
  margin: 0 0 15px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .footer-widget-area.columns-2 .footer-widget:last-child h4 {
    font-size: 20px;
  }
}

.footer-widget-area.columns-2 .footer-widget:last-child h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 0 30px 0 0;
}

@media (min-width: 768px) {
  .footer-widget-area.columns-2 .footer-widget:last-child h5 {
    font-size: 20px;
    line-height: 36px;
  }
}

@media (min-width: 576px) {
  .footer-widget-area.columns-2 .footer-widget:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
            flex: 1 0 33.33%;
    margin: 0 30px 0 50px;
    width: 100%;
    border-top: none;
  }
  .page-id-607 .footer-widget-area.columns-2 .footer-widget:last-child {
    margin: 0 30px 0 0;
  }
}

@media (min-width: 768px) {
  .footer-widget-area.columns-2 .footer-widget:last-child {
    display: block;
  }
  .footer-widget-area.columns-2 .footer-widget:last-child:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 100%;
    width: 2px;
    margin: 0;
    position: absolute;
    top: unset;
    left: -40px;
    opacity: 0.3;
    z-index: 1;
  }
  .page-id-607 .footer-widget-area.columns-2 .footer-widget:last-child:before {
    display: block;
  }
}

@media (min-width: 992px) {
  .footer-widget-area.columns-2 .footer-widget:last-child:before {
    left: -120px;
  }
}

@media (min-width: 1200px) {
  .footer-widget-area.columns-2 .footer-widget:last-child {
    padding: 0;
  }
}

.site-info-wrapper {
  padding: 6px 0 12px;
}

.site-info-wrapper .site-info {
  max-width: 1440px;
}

.site-info-wrapper .site-info-text {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 768px) {
  .site-info-wrapper .site-info-text {
    font-size: 14px;
    text-align: right;
  }
}

.page {
  background-color: #f3f7ff;
}

.page .page {
  margin-bottom: 70px;
}

.section-contact .polygon-top {
  height: unset;
}

.section-contact .polygon-top .col {
  padding: 0;
}

.section-contact h2 {
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .section-contact h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  .section-contact h2 {
    font-size: 64px;
    line-height: 80px;
  }
}

.section-contact .col p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 10% 30px;
}

@media (min-width: 576px) {
  .section-contact .col p {
    margin: 0 0 42px;
  }
}

@media (min-width: 768px) {
  .section-contact .col p {
    margin: 0 0 32px;
    padding-right: 40%;
  }
}

@media (min-width: 992px) {
  .section-contact .col p {
    font-size: 26px;
    line-height: 44px;
  }
}

.section-contact h4 {
  font-family: "Questrial", sans-serif !important;
  font-size: 15px;
  line-height: 38px;
  color: #1853e5;
  margin: 0 0 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section-contact h4 {
    font-size: 20px;
  }
  .section-contact h4:before {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    background-color: #979797;
    position: relative;
    margin: 60px 0;
  }
}

.section-contact h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #112b46;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .section-contact h5 {
    font-size: 20px;
    line-height: 36px;
    padding: 0 40% 0 0;
  }
}

.section-contact address {
  color: #112b46;
  font-weight: 300;
}

@media (min-width: 768px) {
  .section-contact address {
    padding: 0 30px 0 0;
  }
}

#wufoo-z1ni1f0c1ngaplj {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 40px 0 rgba(82, 142, 222, 0.18);
          box-shadow: 0 5px 40px 0 rgba(82, 142, 222, 0.18);
  padding: 45px 30px 40px;
  height: 100%;
  opacity: 0;
  position: relative;
  top: unset;
  -webkit-animation: appear 0.5s ease-out 1s forwards;
          animation: appear 0.5s ease-out 1s forwards;
}

@media (min-width: 768px) {
  #wufoo-z1ni1f0c1ngaplj {
    padding: 85px 75px 60px;
    top: -20px;
  }
}

.error-404 {
  margin: 0 auto 130px;
  max-width: 1100px;
}

.search-field {
  min-width: 250px;
  background-color: #f8faff;
  border: 1px solid #ebf0fb;
  border-radius: 4px;
  margin: 0 16px 15px 0;
  padding: 6px 12px !important;
  font-size: 16px;
  line-height: 38px;
}

.search-field::-webkit-input-placeholder {
  color: #a5b4d8;
}

.search-field:-ms-input-placeholder {
  color: #a5b4d8;
}

.search-field::-ms-input-placeholder {
  color: #a5b4d8;
}

.search-field::placeholder {
  color: #a5b4d8;
}

.search-results .page,
.search .page {
  background: none;
  margin: 0 auto 130px;
  max-width: 1100px;
}

.search-results .entry-title {
  margin: 0;
}

.search-results .entry-title a {
  font-family: Roboto, serif;
  font-size: 40px;
  font-weight: normal;
  color: #1853e5;
  line-height: 100%;
  margin: 0.5em auto 0;
}
/*# sourceMappingURL=digital-blue.css.map */