/* ---------------- Media Queries ---------------- */
/*--Variables--*/
/*--Base Styles--*/
.copyMargins {
  margin: 0px 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .copyMargins {
      margin: 0px 16%; } }
  @media (min-width: 992px) {
    .copyMargins {
      margin: 0px 20%; } }
  @media (min-width: 1200px) {
    .copyMargins {
      margin: auto;
      max-width: 780px; } }

figure {
  padding: 0;
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

a.open-form {cursor: pointer;}

.sectionHeader {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 95%;
  margin: auto;}
  @media (min-width: 768px) {
    .sectionHeader {
      padding-top: 40px;
      padding-bottom: 20px; } }
  @media (min-width: 992px) {
    .sectionHeader {
      padding-top: 60px; } }
  @media (min-width: 1200px) {
    .sectionHeader {
      padding-top: 80px; } }

button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.grecaptcha-badge {
  visibility: hidden; }

/*--FONTS FOR SITE START--*/
/* CSS Document */
/*--FONTS FOR SITE START--*/
@font-face {
  font-family: 'Neutra Text TF';
  src: local("NeutraTextTF-Demi"), local("Neutra Text TF Light Demi"), url("./fonts/NeutraTextTF-Demi.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neutra Text TF';
  src: local("NeutraTextTF-Bold"), local("Neutra Text TF Bold"), url("./fonts/NeutraTextTF-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/*--FONTS FOR SITE END--*/
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth; }

h1 {
  font-family: 'Neutra Text TF', Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #97d700;
  line-height: 46px; }
  @media (min-width: 992px) {
    h1 {
      font-size: 50px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 60px; } }

p, a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  color: #282829; }

h2 {
  font-family: Verdana, Geneva, sans-serif;
  color: #003c49;
  font-size: 26px;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 38px; } }

h3 {
  font-family: Verdana, Geneva, sans-serif;
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 20px; }

/*--FONTS FOR SITE END--*/
/*--header--*/
header {
  padding: 0px 20px 0px 14px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  background-color: #003c49;
  position: fixed;
  z-index: 5000; }
  @media (min-width: 768px) {
    header {
      position: inherit; } }
  header #headerLogo {
    width: 70px;
    z-index: 1000; }
  header #burgerX {
    cursor: pointer;
    position: absolute;
    width: 44px;
    right: -50px;
    z-index: 1000; }
  header #mobileNavLinksContainer #mobileNavLinks {
    left: 0;
    z-index: 1000;
    position: absolute;
    width: 100vw;
    margin-bottom: 25vh;
    margin-top: 20vh;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center; }
    header #mobileNavLinksContainer #mobileNavLinks .mobileLink {
      color: #ffffff;
      font-weight: bold;
      opacity: 0;
      font-size: 24px; }
  header #burgerContainer #burger {
    cursor: pointer;
    width: 44px;
    transition: 0.5s; }
    @media (min-width: 768px) {
      header #burgerContainer #burger {
        display: none; } }
  header #burgerContainer #navBG {
    z-index: 900;
    position: fixed;
    right: 0;
    top: 0; }
  header #navLinksContainer {
    display: none;
    width: 70%;
    max-width: 375px; }
    @media (min-width: 768px) {
      header #navLinksContainer {
        display: block; } }
    header #navLinksContainer #navLinks {
      display: flex;
      justify-content: space-between; }
      header #navLinksContainer #navLinks a {
        color: #ffffff;
        font-weight: bold; }

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #FFFFFF; }

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #FFFFFF;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out; }

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left; }

/*--Hero Styles--*/
#hero {
  top: 68px;
  text-align: center; }
  #hero #heroImage {
    width: 100%;
    height: 300px;
    background-image: url("../images/heroImage.jpg");
    background-position: center;
    background-size: cover; }
    @media (min-width: 768px) {
      #hero #heroImage {
        height: 350px; } }
    @media (min-width: 992px) {
      #hero #heroImage {
        height: 450px; } }
  #hero h1 {
    margin: auto; }
    @media (min-width: 768px) {
      #hero h1 span.hide {
        display: none;
        margin: 0px 20px; } }
h1 span.uppercase {text-transform: uppercase;}

#award-logos {margin: auto auto 10px;}
#award-logos p.copyMargins {font-weight: bold; font-size: 22px; line-height: 26px; margin: auto auto 25px; padding: 0 15px;}

#award-logos-container {
  list-style: none;
  max-width: 960px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.award-logo {
  width: var(--award-size);
  display: block;
  margin: auto;
}

#communicator-award {--award-size: 206px;}
#davey-award {--award-size: 171px;}
#hermes-award {--award-size: 254px;}
#marcom-award {--award-size: 209px;}

@media only screen and (max-width: 1024px) {
  #award-logos-container {
    max-width: 640px;
  }
  
  #award-logos-container li {
    flex-grow: 1;
    flex-basis: calc(50% - 25px);
  }
  
  #award-logos-container li:nth-of-type(2) {
    order: 3;
  }
  
  #award-logos-container li:nth-of-type(3) {
    order: 4;
  }
  
  #award-logos-container li:nth-of-type(4) {
    order: 2;
  }
  
  .award-logo {
    width: 100%;
    max-width: var(--award-size);
  }
}

/*--about styles--*/
#about::before {
  content: '';
  display: block;
  height: 68px;
  margin-top: -68px;
  visibility: hidden; }
  @media (min-width: 768px) {
    #about::before {
      display: none; } }

#about {
  z-index: 1;
  max-width: 1900px;
  margin: auto; }
  #about #bothCircles {
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    @media (min-width: 992px) {
      #about #bothCircles {
        padding-bottom: 36px;
        flex-direction: row;
        justify-content: space-around;
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 1200px) {
      #about #bothCircles {
        overflow: visible;
        padding-left: 8%;
        padding-right: 8%; } }
    @media (min-width: 1600px) {
      #about #bothCircles {
        padding-left: 12%;
        padding-right: 12%; } }
    #about #bothCircles p {
      color: #ffffff;
      font-weight: bold; }
    #about #bothCircles .circleContainer {
      position: relative;
      width: 14em;
      height: 14em;
      border-radius: 50%;
      padding: 0;
      list-style: none;
      margin: 5em auto 0;
      border: solid 10px #f2f2f2; }
      #about #bothCircles .circleContainer > * {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -3.25em;
        width: 6.5em;
        height: 6.5em; }
        #about #bothCircles .circleContainer > *:nth-of-type(1) {
          transform: rotate(270deg) translate(7em) rotate(-270deg); }
        #about #bothCircles .circleContainer > *:nth-of-type(2) {
          transform: rotate(342deg) translate(7em) rotate(-342deg); }
        #about #bothCircles .circleContainer > *:nth-of-type(3) {
          transform: rotate(414deg) translate(7em) rotate(-414deg); }
        #about #bothCircles .circleContainer > *:nth-of-type(4) {
          transform: rotate(486deg) translate(7em) rotate(-486deg); }
        #about #bothCircles .circleContainer > *:nth-of-type(5) {
          transform: rotate(558deg) translate(7em) rotate(-558deg); }
      @media (min-width: 576px) {
        #about #bothCircles .circleContainer {
          position: relative;
          width: 16em;
          height: 16em;
          border-radius: 50%;
          padding: 0;
          list-style: none; }
          #about #bothCircles .circleContainer > * {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -3.5em;
            width: 7em;
            height: 7em; }
            #about #bothCircles .circleContainer > *:nth-of-type(1) {
              transform: rotate(270deg) translate(8em) rotate(-270deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(2) {
              transform: rotate(342deg) translate(8em) rotate(-342deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(3) {
              transform: rotate(414deg) translate(8em) rotate(-414deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(4) {
              transform: rotate(486deg) translate(8em) rotate(-486deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(5) {
              transform: rotate(558deg) translate(8em) rotate(-558deg); } }
      @media (min-width: 768px) {
        #about #bothCircles .circleContainer {
          position: relative;
          width: 18em;
          height: 18em;
          border-radius: 50%;
          padding: 0;
          list-style: none; }
          #about #bothCircles .circleContainer > * {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -3.5em;
            width: 7em;
            height: 7em; }
            #about #bothCircles .circleContainer > *:nth-of-type(1) {
              transform: rotate(270deg) translate(9em) rotate(-270deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(2) {
              transform: rotate(342deg) translate(9em) rotate(-342deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(3) {
              transform: rotate(414deg) translate(9em) rotate(-414deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(4) {
              transform: rotate(486deg) translate(9em) rotate(-486deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(5) {
              transform: rotate(558deg) translate(9em) rotate(-558deg); } }
      @media (min-width: 992px) {
        #about #bothCircles .circleContainer {
          position: relative;
          width: 20em;
          height: 20em;
          border-radius: 50%;
          padding: 0;
          list-style: none; }
          #about #bothCircles .circleContainer > * {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -3.5em;
            width: 7em;
            height: 7em; }
            #about #bothCircles .circleContainer > *:nth-of-type(1) {
              transform: rotate(270deg) translate(10em) rotate(-270deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(2) {
              transform: rotate(342deg) translate(10em) rotate(-342deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(3) {
              transform: rotate(414deg) translate(10em) rotate(-414deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(4) {
              transform: rotate(486deg) translate(10em) rotate(-486deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(5) {
              transform: rotate(558deg) translate(10em) rotate(-558deg); } }
      @media (min-width: 1200px) {
        #about #bothCircles .circleContainer {
          position: relative;
          width: 22em;
          height: 22em;
          border-radius: 50%;
          padding: 0;
          list-style: none; }
          #about #bothCircles .circleContainer > * {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -3.5em;
            width: 7em;
            height: 7em; }
            #about #bothCircles .circleContainer > *:nth-of-type(1) {
              transform: rotate(270deg) translate(11em) rotate(-270deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(2) {
              transform: rotate(342deg) translate(11em) rotate(-342deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(3) {
              transform: rotate(414deg) translate(11em) rotate(-414deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(4) {
              transform: rotate(486deg) translate(11em) rotate(-486deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(5) {
              transform: rotate(558deg) translate(11em) rotate(-558deg); } }
      @media (min-width: 1600px) {
        #about #bothCircles .circleContainer {
          position: relative;
          width: 26em;
          height: 26em;
          border-radius: 50%;
          padding: 0;
          list-style: none; }
          #about #bothCircles .circleContainer > * {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -4em;
            width: 8em;
            height: 8em; }
            #about #bothCircles .circleContainer > *:nth-of-type(1) {
              transform: rotate(270deg) translate(13em) rotate(-270deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(2) {
              transform: rotate(342deg) translate(13em) rotate(-342deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(3) {
              transform: rotate(414deg) translate(13em) rotate(-414deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(4) {
              transform: rotate(486deg) translate(13em) rotate(-486deg); }
            #about #bothCircles .circleContainer > *:nth-of-type(5) {
              transform: rotate(558deg) translate(13em) rotate(-558deg); } }
      #about #bothCircles .circleContainer li {
        max-width: 100%;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
    #about #bothCircles #digital {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        #about #bothCircles #digital {
          padding-bottom: 0px; } }
      #about #bothCircles #digital h2 {
        position: absolute;
        align-self: center;
        margin-top: 180px; }
        @media (min-width: 576px) {
          #about #bothCircles #digital h2 {
            margin-top: 195px; } }
        @media (min-width: 768px) {
          #about #bothCircles #digital h2 {
            margin-top: 210px; } }
        @media (min-width: 992px) {
          #about #bothCircles #digital h2 {
            margin-top: 220px; } }
        @media (min-width: 1200px) {
          #about #bothCircles #digital h2 {
            margin-top: 235px; } }
        @media (min-width: 1600px) {
          #about #bothCircles #digital h2 {
            margin-top: 265px; } }
      #about #bothCircles #digital ul li .innerCircle {
        align-items: center;
        width: 50%;
        display: flex;
        flex-direction: column-reverse;
        text-align: center; }
        #about #bothCircles #digital ul li .innerCircle p {
          font-size: 14px; }
          @media (min-width: 576px) {
            #about #bothCircles #digital ul li .innerCircle p {
              font-size: 16px; } }
      #about #bothCircles #digital ul li:nth-child(1) {
        background-color: #97d700;
        align-items: center;
        text-align: center; }
        #about #bothCircles #digital ul li:nth-child(1) #emailIcon {
          height: auto;
          width: 52%; }
          @media (min-width: 576px) {
            #about #bothCircles #digital ul li:nth-child(1) #emailIcon {
              width: 62%; } }
          #about #bothCircles #digital ul li:nth-child(1) #emailIcon canvas {
            height: 77% !important; }
      #about #bothCircles #digital ul li:nth-child(2) {
        background-color: #45bfc3;
        align-items: center;
        text-align: center; }
        #about #bothCircles #digital ul li:nth-child(2) #websitesIcon {
          height: auto;
          width: 46%; }
          @media (min-width: 576px) {
            #about #bothCircles #digital ul li:nth-child(2) #websitesIcon {
              width: 56%; } }
          #about #bothCircles #digital ul li:nth-child(2) #websitesIcon canvas {
            height: 77% !important; }
      #about #bothCircles #digital ul li:nth-child(3) {
        background-color: #953d94;
        align-items: center;
        text-align: center; }
        #about #bothCircles #digital ul li:nth-child(3) #socialIcon {
          height: auto;
          width: 48%; }
          @media (min-width: 576px) {
            #about #bothCircles #digital ul li:nth-child(3) #socialIcon {
              width: 58%; } }
          #about #bothCircles #digital ul li:nth-child(3) #socialIcon canvas {
            height: 77% !important; }
      #about #bothCircles #digital ul li:nth-child(4) {
        background-color: #e82569;
        align-items: center; }
        #about #bothCircles #digital ul li:nth-child(4) #videosIcon {
          height: auto;
          width: 44%; }
          @media (min-width: 576px) {
            #about #bothCircles #digital ul li:nth-child(4) #videosIcon {
              width: 54%; } }
          #about #bothCircles #digital ul li:nth-child(4) #videosIcon canvas {
            height: 77% !important; }
      #about #bothCircles #digital ul li:nth-child(5) {
        background-color: #f59731;
        align-items: center; }
        #about #bothCircles #digital ul li:nth-child(5) #graphicsIcon {
          height: auto;
          width: 50%; }
          @media (min-width: 576px) {
            #about #bothCircles #digital ul li:nth-child(5) #graphicsIcon {
              width: 60%; } }
          #about #bothCircles #digital ul li:nth-child(5) #graphicsIcon canvas {
            height: 80% !important; }
    #about #bothCircles #print {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        #about #bothCircles #print {
          padding-bottom: 0px; } }
      #about #bothCircles #print h2 {
        position: absolute;
        align-self: center;
        margin-top: 180px; }
        @media (min-width: 576px) {
          #about #bothCircles #print h2 {
            margin-top: 195px; } }
        @media (min-width: 768px) {
          #about #bothCircles #print h2 {
            margin-top: 210px; } }
        @media (min-width: 992px) {
          #about #bothCircles #print h2 {
            margin-top: 220px; } }
        @media (min-width: 1200px) {
          #about #bothCircles #print h2 {
            margin-top: 235px; } }
        @media (min-width: 1600px) {
          #about #bothCircles #print h2 {
            margin-top: 265px; } }
      #about #bothCircles #print ul li .innerCircle {
        align-items: center;
        width: 50%;
        display: flex;
        flex-direction: column-reverse; }
        #about #bothCircles #print ul li .innerCircle p {
          font-size: 14px; }
          @media (min-width: 576px) {
            #about #bothCircles #print ul li .innerCircle p {
              font-size: 16px; } }
      #about #bothCircles #print ul li:nth-child(1) {
        background-color: #45bfc3;
        align-items: center;
        text-align: center; }
        #about #bothCircles #print ul li:nth-child(1) #mailIcon {
          height: auto;
          width: 64%; }
          @media (min-width: 576px) {
            #about #bothCircles #print ul li:nth-child(1) #mailIcon {
              width: 74%; } }
          #about #bothCircles #print ul li:nth-child(1) #mailIcon canvas {
            height: 73.5% !important; }
      #about #bothCircles #print ul li:nth-child(2) {
        background-color: #953d94;
        align-items: center;
        text-align: center; }
        #about #bothCircles #print ul li:nth-child(2) #adsIcon {
          height: auto;
          width: 58%; }
          @media (min-width: 576px) {
            #about #bothCircles #print ul li:nth-child(2) #adsIcon {
              width: 68%; } }
          #about #bothCircles #print ul li:nth-child(2) #adsIcon canvas {
            height: 76.3% !important; }
      #about #bothCircles #print ul li:nth-child(3) {
        background-color: #97d700;
        align-items: center;
        text-align: center; }
        #about #bothCircles #print ul li:nth-child(3) #promosIcon {
          height: auto;
          width: 52%; }
          @media (min-width: 576px) {
            #about #bothCircles #print ul li:nth-child(3) #promosIcon {
              width: 62%; } }
          #about #bothCircles #print ul li:nth-child(3) #promosIcon canvas {
            height: 79.7% !important; }
      #about #bothCircles #print ul li:nth-child(4) {
        background-color: #f59731;
        align-items: center; }
        #about #bothCircles #print ul li:nth-child(4) #cardsIcon {
          height: auto;
          width: 54%; }
          @media (min-width: 576px) {
            #about #bothCircles #print ul li:nth-child(4) #cardsIcon {
              width: 64%; } }
          #about #bothCircles #print ul li:nth-child(4) #cardsIcon canvas {
            height: 75% !important; }
      #about #bothCircles #print ul li:nth-child(5) {
        background-color: #e82569;
        align-items: center; }
        #about #bothCircles #print ul li:nth-child(5) #signageIcon {
          height: auto;
          width: 50%; }
          @media (min-width: 576px) {
            #about #bothCircles #print ul li:nth-child(5) #signageIcon {
              width: 60%; } }
          #about #bothCircles #print ul li:nth-child(5) #signageIcon canvas {
            height: 80.6% !important; }

/*--Go with the flow Styles--*/
#process::before {
  content: '';
  display: block;
  height: 58px;
  margin-top: -58px;
  visibility: hidden; }
  @media (min-width: 768px) {
    #process::before {
      display: none; } }

#process {
  overflow: hidden; 
  }
  #process #processDescription {
    padding-bottom: 20px; }
  #process ul {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      #process ul {
        flex-direction: row; } }
    #process ul li {
      padding: 20px;
      height: 220px;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center; }
      #process ul li p, #process ul li h2 {
        color: #ffffff; }
      #process ul li h2 {
        padding-bottom: 10px; }
      #process ul li img {
        width: 100px; }
      #process ul li .processCopy {
        max-width: 55%; }
        @media (min-width: 992px) {
          #process ul li .processCopy {
            max-width: 90%; } }
      @media (min-width: 768px) {
        #process ul li {
          padding: 0% 16% 0% 16%;
          height: 200px; } }
      @media (min-width: 992px) {
        #process ul li {
          padding: 20px;
          width: 25%;
          flex-direction: column;
          height: 350px; } }
      @media (min-width: 1200px) {
        #process ul li {
          height: 340px; } }
    #process ul #step1 {
      background-color: #e82569; }
      #process ul #step1 #process1 {
        padding-left: 8%;
        width: 28vw;
        max-width: 150px !important; }
        @media (min-width: 768px) {
          #process ul #step1 #process1 {
            padding-left: 4%; } }
        @media (min-width: 992px) {
          #process ul #step1 #process1 {
            padding-left: 12%;
            width: 11vw;
            padding-top: 5px; } }
        @media (min-width: 1200px) {
          #process ul #step1 #process1 {
            padding-left: 10%; } }
        @media (min-width: 1600px) {
          #process ul #step1 #process1 {
            padding-left: 7%;
            width: 14vw; } }
    #process ul #step2 {
      background-color: #f59731; }
      #process ul #step2 #process2 {
        width: 25vw;
        max-width: 150px !important; }
        @media (min-width: 992px) {
          #process ul #step2 #process2 {
            width: 9vw;
            padding-bottom: 15px; } }
    #process ul #step3 {
      background-color: #953d94; }
      #process ul #step3 #process3 {
        width: 25vw;
        max-width: 150px !important; }
        @media (min-width: 992px) {
          #process ul #step3 #process3 {
            width: 10vw; } }
        @media (min-width: 1200px) {
          #process ul #step3 #process3 {
            padding-top: 10px; } }
    #process ul #step4 {
      background-color: #45bfc3; }
      #process ul #step4 #process4 {
        width: 25vw;
        max-width: 150px !important; }
        @media (min-width: 992px) {
          #process ul #step4 #process4 {
            width: 9vw; } }

/*--work styles--*/
#work::before {
  content: '';
  display: block;
  height: 68px;
  margin-top: -68px;
  visibility: hidden; }
  @media (min-width: 768px) {
    #work::before {
      display: none; } }

#work {
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 768px) {
    #work {
      width: 94vw;
      margin: auto; } }
  #work #workPlayCarousel {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      #work #workPlayCarousel {
        flex-direction: row; } }
    #work #workPlayCarousel #workPlayButtons {
      display: flex;
      justify-content: space-around;
      font-weight: bold; }
      @media (min-width: 768px) {
        #work #workPlayCarousel #workPlayButtons {
          flex-direction: column;
          margin-bottom: 13px; } }
      #work #workPlayCarousel #workPlayButtons #workButton {
        text-align: center;
        background-color: #97d700;
        width: 50%;
        padding: 12px;
        cursor: pointer; }
        @media (min-width: 768px) {
          #work #workPlayCarousel #workPlayButtons #workButton {
            width: 100%;
            height: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        #work #workPlayCarousel #workPlayButtons #workButton p {
          color: #ffffff; }
          @media (min-width: 768px) {
            #work #workPlayCarousel #workPlayButtons #workButton p {
              -webkit-transform: rotate(-90deg);
              -moz-transform: rotate(-90deg); } }
      #work #workPlayCarousel #workPlayButtons #playButton {
        text-align: center;
        width: 50%;
        padding: 12px;
        cursor: pointer; }
        @media (min-width: 768px) {
          #work #workPlayCarousel #workPlayButtons #playButton {
            width: 100%;
            height: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        @media (min-width: 768px) {
          #work #workPlayCarousel #workPlayButtons #playButton p {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg); } }
    #work #workPlayCarousel #workCarousel {
      background-color: #97d700;
      width: 100%; }
      @media (min-width: 768px) {
        #work #workPlayCarousel #workCarousel {
          padding: 0px 20px 0px 20px; } }
      #work #workPlayCarousel #workCarousel .carousel__slide {
        margin: 30px 5px 20px 5px;
        height: 250px;
        background-color: #ffffff;
        background-size: contain; }
        @media (min-width: 768px) {
          #work #workPlayCarousel #workCarousel .carousel__slide {
            margin: 30px 10px 20px 10px;
            height: 325px; } }
        @media (min-width: 992px) {
          #work #workPlayCarousel #workCarousel .carousel__slide {
            height: 400px; } }
        @media (min-width: 1200px) {
          #work #workPlayCarousel #workCarousel .carousel__slide {
            height: 475px; } }
        @media (min-width: 1600px) {
          #work #workPlayCarousel #workCarousel .carousel__slide {
            height: 700px; } }
      #work #workPlayCarousel #workCarousel #item1.carousel__slide {
        background-size: contain;
        background-color: #ffffff; }
      #work #workPlayCarousel #workCarousel .carousel__dots {
        color: #003c49;
        margin-top: -20px;
        background-color: #97d700;
        padding-bottom: 7px; }
        @media (min-width: 768px) {
          #work #workPlayCarousel #workCarousel .carousel__dots {
            padding-right: 71px; } }
      #work #workPlayCarousel #workCarousel .carousel__button {
        transition: 0.3s;
        background-color: #003c49;
        color: #ffffff;
        margin-top: 6px; }
        @media (min-width: 768px) {
          #work #workPlayCarousel #workCarousel .carousel__button {
            margin: 10px 20px 0px 20px; } }
        @media (min-width: 992px) {
          #work #workPlayCarousel #workCarousel .carousel__button {
            margin: 10px 60px 0px 60px; } }
      #work #workPlayCarousel #workCarousel .carousel__button:hover {
        transition: 0.3s; }
      
      #work #workPlayCarousel #workCarousel #item1 {
        background: url("../images/workImages/work1.png");
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden; }
      #work #workPlayCarousel #workCarousel #item2 {
        background-image: url("../images/workImages/work2.png");
        background-position: center;
        background-repeat: no-repeat; }
      #work #workPlayCarousel #workCarousel #item3 {
        background-image: url("../images/workImages/work3.png");
        background-position: center;
        background-repeat: no-repeat;
        padding: 0px; }
        #work #workPlayCarousel #workCarousel #item3 #item3VidContainer {
          visibility: hidden;
          display: flex;
          justify-content: center; }
          #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #item3Vid {
            position: absolute;
            width: auto;
            height: 250px; }
            @media (min-width: 768px) {
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #item3Vid {
                height: 325px; } }
            @media (min-width: 992px) {
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #item3Vid {
                height: 400px; } }
            @media (min-width: 1200px) {
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #item3Vid {
                height: 475px; } }
            @media (min-width: 1600px) {
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #item3Vid {
                height: 700px; } }
          #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #playVideoButtonContainer {
            margin: auto;
            align-items: center;
            height: 250px;
            display: flex;
            justify-content: center;
            flex-direction: column; }
            @media (min-width: 768px) {
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #playVideoButtonContainer {
                height: 325px; } }
            @media (min-width: 992px) {
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #playVideoButtonContainer {
                height: 400px; } }
            @media (min-width: 1200px) {
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #playVideoButtonContainer {
                height: 475px; } }
            @media (min-width: 1600px) {
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #playVideoButtonContainer {
                height: 700px; } }
            #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #playVideoButtonContainer #playVideoButton {
              width: 48px;
              height: 48px;
              background-color: #003c49;
              position: absolute;
              border-radius: 50px;
              display: flex;
              justify-content: center;
              flex-direction: column; }
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #playVideoButtonContainer #playVideoButton img {
                display: inline-block;
                padding-left: 3px;
                width: 17px;
                margin: auto; }
              #work #workPlayCarousel #workCarousel #item3 #item3VidContainer #playVideoButtonContainer #playVideoButton #pauseImg {
                display: none; }
      #work #workPlayCarousel #workCarousel #item4 {
        background-image: url("../images/workImages/work4.png");
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden; }
      #work #workPlayCarousel #workCarousel #item5 {
        background-image: url("../images/workImages/work5.png");
        background-position: center;
        background-repeat: no-repeat; }
      #work #workPlayCarousel #workCarousel .clickMe {
        white-space: nowrap;
        opacity: 0;
        display: none;
        position: absolute;
        text-align: center;
        background-color: #003c49;
        padding: 5px 12px 5px;
        border-radius: 20px; }
        #work #workPlayCarousel #workCarousel .clickMe p {
          color: #ffffff; }

/*--who we work with Styles--*/
#clients ul {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "a a a b b b" "c c f f g g" "i i e e j j" "d d d h h h";
  max-width: 1200px;
  margin-left: 6%; }
  @media (min-width: 576px) {
    #clients ul {
      margin: auto;
      grid-template-columns: repeat(14, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-template-areas: ". a a a a b b b b c c c c ." ". d d d e e e f f f g g g ." ". h h h h i i i i j j j j ."; } }
  #clients ul li {
    display: flex;
    justify-content: center;
    height: 11vw; }
    @media (min-width: 576px) {
      #clients ul li {
        height: 9vw; } }
    @media (min-width: 1200px) {
      #clients ul li {
        height: 108px; } }
    #clients ul li img {
      width: 100%; }
  #clients ul li:nth-child(1) {
    grid-area: a;
    justify-content: flex-start;
    margin-left: 16%; }
    @media (min-width: 576px) {
      #clients ul li:nth-child(1) {
        margin-left: 0%; } }
    #clients ul li:nth-child(1) img {
      width: 110%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(1) img {
          margin-left: 0%; } }
  #clients ul li:nth-child(2) {
    grid-area: b;
    margin-left: 14%; }
    @media (min-width: 576px) {
      #clients ul li:nth-child(2) {
        margin-right: 10%;
        margin-left: 3%;
        justify-content: flex-end; } }
    #clients ul li:nth-child(2) img {
      width: 44%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(2) img {
          width: 48%; } }
  #clients ul li:nth-child(3) {
    grid-area: c;
    justify-content: flex-end; }
    #clients ul li:nth-child(3) img {
      width: 84%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(3) img {
          width: 62%;
          margin-left: 38%; } }
  #clients ul li:nth-child(4) {
    grid-area: d; }
    #clients ul li:nth-child(4) img {
      width: 70%;
      margin-top: 2%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(4) img {
          width: 100%;
          margin-top: 2%; } }
  #clients ul li:nth-child(5) {
    grid-area: e; }
    @media (min-width: 576px) {
      #clients ul li:nth-child(5) {
        justify-content: flex-end;
        margin-left: 10%; } }
    #clients ul li:nth-child(5) img {
      width: 42%;
      margin-top: 6%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(5) img {
          width: 56%; } }
  #clients ul li:nth-child(6) {
    grid-area: f;
    justify-content: flex-end; }
    #clients ul li:nth-child(6) img {
      width: 56%;
      margin-top: 4%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(6) img {
          width: 39%; } }
  #clients ul li:nth-child(7) {
    grid-area: g; }
    @media (min-width: 576px) {
      #clients ul li:nth-child(7) {
        justify-content: flex-end; } }
    #clients ul li:nth-child(7) img {
      width: 48%;
      margin-left: 2%;
      margin-top: 6%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(7) img {
          width: 60%;
          margin-top: 8%; } }
  #clients ul li:nth-child(8) {
    grid-area: h; }
    @media (min-width: 576px) {
      #clients ul li:nth-child(8) {
        justify-content: center; } }
    #clients ul li:nth-child(8) img {
      width: 74%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(8) img {
          width: 70%;
          margin-top: 2%; } }
  #clients ul li:nth-child(9) {
    grid-area: i; }
    @media (min-width: 576px) {
      #clients ul li:nth-child(9) {
        margin-left: 4%; } }
    #clients ul li:nth-child(9) img {
      width: 66%;
      margin-top: 14%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(9) img {
          width: 50%;
          margin-top: 10%; } }
  #clients ul li:nth-child(10) {
    grid-area: j; }
    #clients ul li:nth-child(10) img {
      width: 78%;
      margin-bottom: 2%; }
      @media (min-width: 576px) {
        #clients ul li:nth-child(10) img {
          width: 54%;
          margin-bottom: 3%; } }

/*--STAFF GALLERY START--*/
ul.staff {
  list-style: none;
  margin: 0;
  padding: 0; }

p.staff {
  margin: 0;
  padding: 0; }

li.staff {
  margin: 0;
  padding: 0; }

/* General Codrops Demo Style */
.staff-container {
  background: #FFFFFF;
  text-align: center;
  font: 16px Verdana, Geneva, sans-serif; }

a.staff {
  color: #ddd;
  text-decoration: none; }

a.staff:hover {
  color: #00c6e3; }

#staff-text {
  text-align: center;
  padding-bottom: 20px; }
  #staff-text h3 {
    padding-bottom: 0px; }

.staff-content {
  margin: 0px 25px 15px 25px; }

.clr {
  clear: both; }

/* Elastislide Style */
.es-carousel-wrapper {
  background: #ffffff;
  padding: 10px 27px;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }

.es-carousel {
  overflow: hidden;
  background: #fff;
  margin: auto; }

.es-carousel ul {
  display: none;
  margin: auto; }

.es-carousel ul li {
  height: 100%;
  float: left;
  display: block; }

.es-carousel ul li a {
  display: block;
  border-style: solid;
  border-color: #fff;
  opacity: 0.3;
  -webkit-touch-callout: none;
  /* option */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.es-carousel ul li.selected a {
  opacity: 1; }

.es-carousel ul li a img {
  display: block;
  border: none;
  max-height: 100%;
  max-width: 100%; }

.es-nav-next {
  position: absolute;
  top: 50%;
  left: 20px;
  background: transparent url(../images/arrowRight.svg) no-repeat top left;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.es-nav-prev {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 8px;
  background: transparent url(../images/arrowLeft.svg) no-repeat top left;
  text-indent: -9000px;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.es-nav span.es-nav-next {
  right: 8px;
  left: auto;
  float: right;
  background-position: top right; }

.rg-image-wrapper {
  position: relative;
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto;
  /*in the future, change max-width to pixel measurement based on size of images!*/
  max-width: 410px;
  /*background:transparent url(../images/black.png) repeat top left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height:20px;*/ }

.rg-image {
  position: relative;
  text-align: center;
  line-height: 0px; }

.rg-image img {
  max-height: 100%;
  max-width: 100%;
  width: 100%; }

.rg-image-nav a {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff url(../images/arrowRight.svg) no-repeat -20% 50%;
  width: 28px;
  height: 100%;
  text-indent: -9000px;
  cursor: pointer;
  outline: none;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.rg-image-nav a.rg-image-nav-prev {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  overflow: hidden; }

.rg-image-nav a.rg-image-nav-next {
  right: 0px;
  left: auto;
  background-position: 115% 50%;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px; }

@media (min-width: 576px) {
  .rg-image-nav a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; } }

.rg-caption {
  text-align: center;
  margin-top: 15px;
  position: relative; }

.rg-caption p {
  font-size: 16px;
  color: #282829;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 20px;
  padding: 0 15px; }

.rg-caption h3 {
  font-size: 16px;
  font-weight: 700;
  color: #282829;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0 15px; }

.rg-loading {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000 url(../images/ajax-loader.gif) no-repeat center center;
  margin: -23px 0px 0px -23px;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.7; }

@media screen and (max-width: 640px) {
  .rg-image-wrapper {
    max-width: 70%; } }
/*--STAFF GALLERY STYLES END--*/
/*--CONTACT FORM STYLES START--*/
/*-------------------------------*/
/*--THIS IS STILL IN PROGRESS!--*/
/*-----------------------------*/
#submitLine {
  display: flex;
  justify-content: space-around; }
  #submitLine .recaptchaText {
    font-size: 12px;
    color: #282829;
    margin-left: 96px;
    margin-top: -30px;
    line-height: 16px; }
    #submitLine .recaptchaText a {
      color: #003c49;
      font-size: 12px;
      line-height: 16px; }

.form-header {
  background-color: #99ca40; }

.form-header {
  font-family: Verdana, Geneva, sans-serif;
  color: #003c49;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  background-color: #99ca40;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px 8px 11px;
  text-align: center; }

.required-fields {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-style: italic;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px; }

.contact-control {
  clear: both; }

.contact-control-container {
  margin: auto;
  max-width: 455px;
  width: 100%; }

.contact-control-container #submit {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #003c49;
  border: 1px solid #003c49;
  padding: 4px 10px;
  transition: 0.3s;
  border-radius: 50px; }

.contact-control-container #submit:hover {
  transition: 0.3s;
  background-color: #ffffff;
  border: 1px solid #003c49;
  color: #003c49; }

.contact-label, .contact-field {
  float: left;
  margin-bottom: 10px; }

.contact-label, .textarea-label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #003c49;
  width: 28%;
  line-height: 24px; }

.contact-label {
  display: inline-block;
  padding-right: 15px;
  text-align: right; }

.textarea-label {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px; }

.contact-field {
  width: 72%; }

.contact-textarea textarea {
  width: 100%;
  display: block;
  height: 150px;
  resize: none; }

.contact-field input, .contact-textarea textarea {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #003c49;
  width: 100%;
  padding: 2px;
  outline: none;
  border: 1px solid #003c49;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.contact-field input:focus {
  border: 2px solid #99ca40; }

.contact-textarea textarea:focus {
  border: 2px solid #99ca40; }

.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  overflow: auto;
  opacity: .0;
  filter: alpha(opacity=0);
  z-index: 12000;
  display: none; }

.box {
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  max-width: 500px;
  background: #ffffff;
  z-index: 12001;
  border: 2px solid #a3a9ac;
  -moz-box-shadow: 0px 0px 5px #444444;
  -webkit-box-shadow: 0px 0px 5px #444444;
  box-shadow: 0px 0px 5px #444444;
  display: none; }

.close-box {
  margin-left: auto;
  padding-right: 5px;
  padding-top: 2px;
  cursor: pointer;
  background-color: #99ca40;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: right; }

/*--CONTACT FORM STYLES END--*/
/*--Footer Styles--*/
footer {
  background-color: #003c49; }
  footer #footerContainer {
    max-width: 1400px;
    padding: 10px 20px;
    margin: auto; }
    @media (min-width: 768px) {
      footer #footerContainer {
        padding: 10px 40px; } }
    footer #footerContainer p, footer #footerContainer a {
      color: #ffffff; }
    footer #footerContainer .footerButtons {
      margin: auto;
      text-align: center;
      color: #ffffff;
      padding: 3px 10px 3px;
      border: 1px solid #ffffff;
      border-radius: 20px;
      cursor: pointer;
      display: block;
      transition: 0.3s; }
    footer #footerContainer .footerButtons:hover {
      margin: auto;
      text-align: center;
      color: #003c49;
      background-color: #ffffff;
      transition: 0.3s; }
    footer #footerContainer #footerTop {
      text-align: center;
      padding-bottom: 24px;
      border-bottom: 1px solid #ffffff;
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        footer #footerContainer #footerTop {
          flex-direction: row-reverse;
          text-align: left;
          padding-right: 40px; } }
      footer #footerContainer #footerTop #footerLogo {
        padding-top: 10px;
        width: 120px;
        margin: auto; }
        @media (min-width: 768px) {
          footer #footerContainer #footerTop #footerLogo {
            padding-top: 40px; } }
      @media (min-width: 768px) {
        footer #footerContainer #footerTop #overview {
          width: 100%; } }
      footer #footerContainer #footerTop #overview h2 {
        color: #ffffff;
        margin: 20px; }
        @media (min-width: 768px) {
          footer #footerContainer #footerTop #overview h2 {
            margin: 20px 0px 20px 0px; } }
      footer #footerContainer #footerTop #overview p {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          footer #footerContainer #footerTop #overview p {
            margin-right: 200px; } }
      footer #footerContainer #footerTop #overview #downloadButton {
        margin: auto;
        width: 100px; }
        @media (min-width: 768px) {
          footer #footerContainer #footerTop #overview #downloadButton {
            margin: 0px auto 0px 0px; } }
    @media (min-width: 768px) {
      footer #footerContainer #footerBottom {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between; } }
    footer #footerContainer #footerBottom #socialLinks {
      padding-bottom: 24px;
      border-bottom: 1px solid #ffffff;
      text-align: center; }
      @media (min-width: 768px) {
        footer #footerContainer #footerBottom #socialLinks {
          border: none;
          padding-bottom: 0px;
          padding-top: 20px; } }
      footer #footerContainer #footerBottom #socialLinks h3 {
        margin: 20px; }
        @media (min-width: 768px) {
          footer #footerContainer #footerBottom #socialLinks h3 {
            font-size: 16px;
            margin: 0px; } }
      footer #footerContainer #footerBottom #socialLinks ul {
        margin: auto;
        width: 200px;
        display: flex;
        justify-content: space-between; }
        @media (min-width: 768px) {
          footer #footerContainer #footerBottom #socialLinks ul li {
            margin-top: 8px; } }
        footer #footerContainer #footerBottom #socialLinks ul li a {
          font-size: 44px; }
    footer #footerContainer #footerBottom #contact {
      display: flex;
      justify-content: space-between;
      margin: 20px 0px; }
      @media (min-width: 576px) {
        footer #footerContainer #footerBottom #contact {
          justify-content: space-around; } }
      @media (min-width: 768px) {
        footer #footerContainer #footerBottom #contact {
          width: 65%;
          max-width: 600px;
          justify-content: space-between; } }
      footer #footerContainer #footerBottom #contact #footerLinks {
        display: none;
        font-weight: bold; }
        @media (min-width: 768px) {
          footer #footerContainer #footerBottom #contact #footerLinks {
            display: block;
            line-height: 40px; } }
      @media (min-width: 768px) {
        footer #footerContainer #footerBottom #contact #addressFooter {
          padding-top: 8px; } }
      @media (min-width: 768px) {
        footer #footerContainer #footerBottom #contact #phoneFooter {
          padding-top: 8px; } }
      footer #footerContainer #footerBottom #contact #phoneFooter #open-form {
        margin-top: 12px; }
    footer #footerContainer #copywrite {
      text-align: center;
      font-size: 12px;
      padding-bottom: 10px; }

/*# sourceMappingURL=main.css.map */
.icons {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: auto;
}