/*@tertiary: #75869A; // blue*/
.certifications {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .certifications > div {
    margin-right: 1rem;
    flex: 0 1 auto; }
  .certifications img {
    max-height: 120px;
    width: auto; }

@media screen and (max-width: 362px) {
    .certifications img {
        width: 100%;
    }
}

.tech-partners {
  display: flex;
  justify-content: center;
  align-items: center; }
  .tech-partners > div {
    flex: 1 1 30%;
    text-align: center; }

.parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/images/site/request-for-service.jpg");
  position: relative;
  overflow: visible;
  padding: 3rem;
  background-color: transparent;
  clear: both;
  border-top: 3px solid #CD203D; }
  .parallax h1 {
    font-size: 350%;
    text-align: center;
    color: white;
    text-shadow: 0 0 15px #444444; }
  .parallax p {
    text-align: center; }
  .parallax .btn {
    box-shadow: 0 0 15p #444444; }
    
@media screen and (max-width: 600px) {
    .parallax h1 {
        font-size: 230%;
    }
    
    .parallax {
        background-color: #444444;
        background-image: none;
        padding: 1rem;
    }
}

#parallax-footer {
  padding: 2rem 0;
  background-color: #87a7c4; }
  #parallax-footer p {
    padding: 0;
    margin: 0; }

.testimonials .what-they-said {
  /*&:before {
    content: open-quote;
    float: left;
    margin-top: 1rem;
    display: inline-block;
    width: 2rem;
    font-size: 4rem;
    vertical-align: text-bottom;
  }
  &:after {
    content: close-quote;
    float: right;
    margin-top: 1rem;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    font-size: 4rem;
    text-align: right;
  }*/ }
.testimonials .who-said-it {
  font-style: italic; }

#footer-distributed {
  background: #5e5e5e;
  color: white; }
  #footer-distributed a {
    padding: .5rem 1rem;
    margin: 0 .5rem;
    color: white;
    white-space: nowrap;
    transition: all 0.2s ease-out; }
    #footer-distributed a:hover {
      text-decoration: underline; }
  #footer-distributed .footer-nav {
    display: flex;
    flex-wrap: wrap; }
    #footer-distributed .footer-nav > li {
      margin-bottom: 1rem;
      flex: 0 1 48%; }
      #footer-distributed .footer-nav > li > a, #footer-distributed .footer-nav > li > a:last-child {
        padding: 0;
        font-weight: bolder; }
    #footer-distributed .footer-nav .subpage-menu-footer {
      list-style-type: none; }
      #footer-distributed .footer-nav .subpage-menu-footer li {
        padding-left: .5rem; }
        #footer-distributed .footer-nav .subpage-menu-footer li a {
          padding: 0; }
    @media screen and (max-width: 500px) {
      #footer-distributed .footer-nav > li {
        margin-bottom: 1.3rem;
        flex: 0 1 auto; }
        #footer-distributed .footer-nav > li > a, #footer-distributed .footer-nav > li > a:last-child {
          padding: .3rem;
          font-weight: bolder; }
      #footer-distributed .footer-nav .subpage-menu-footer {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap; }
        /*#footer-distributed .footer-nav .subpage-menu-footer li {*/
        /*  padding-left: .75rem; }*/
          #footer-distributed .footer-nav .subpage-menu-footer li a {
            padding: .3rem; } }
  #footer-distributed .contact-info li {
    margin-bottom: 1rem;
    display: flex; }
  #footer-distributed .contact-info .contact-info-icon {
    margin-right: 1em;
    font-size: 1.5em; }
  #footer-distributed .contact-info .contact-info-copy a {
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-out; }
  #footer-distributed .footercp {
    padding: 1rem 0 2rem;
    width: 100%;
    background: #2b2b2b; }
    #footer-distributed .footercp::after {
      clear: both;
      content: " ";
      display: block; }
    #footer-distributed .footercp a {
      margin: 0;
      padding: 0;
      display: inline-block; }
    #footer-distributed .footercp p {
      margin: 0; }
    #footer-distributed .footercp .copyright {
      text-align: left; }
      @media screen and (max-width: 500px) {
        #footer-distributed .footercp .copyright {
          margin: 0 0 1.2em 0;
          text-align: center;
          font-size: .8rem; } }
    #footer-distributed .footercp .terms-privacy {
      text-align: center; }
      @media screen and (max-width: 500px) {
        #footer-distributed .footercp .terms-privacy {
          margin: 0 0 1.2em 0;
          text-align: center;
          font-size: .8rem; } }
    #footer-distributed .footercp .poweredby {
      text-align: right; }
      @media screen and (max-width: 500px) {
        #footer-distributed .footercp .poweredby {
          margin: 0 0 1.2em 0;
          text-align: center;
          font-size: .8rem; } }

#siteMapAndLogo {
  display: flex;
  flex-direction: column; }
  #siteMapAndLogo h3 {
    padding-bottom: .3em;
    border-bottom: 1px solid white; }

.map-container {
  padding-bottom: 3rem;
  width: 100%; }

.footer-start-top {
  padding: 3rem 0 2rem; }

.double-col {
  display: flex;
  flex-direction: row-reverse;
  align-items: start; }
  @media screen and (max-width: 768px) {
    .double-col {
      flex-direction: column;
      align-items: center; } }

#NewsLetterSignUp {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/* iframe {
  &#footer-company-location {
    width: 100%;
    height: 100%;
    padding: 0;
  }
} */
#footer-site-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.footer-info-table {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex-wrap: wrap; }
  .footer-info-table a {
    margin: 0 5px;
    padding: 6px 15px;
    display: block;
    color: white;
    white-space: nowrap; }
  .footer-info-table p {
    padding: 0;
    margin: 0; }
  .footer-info-table i {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }

.Address-and-contact {
  width: 100%; }

.footer-working-schedual {
  width: 100%; }

.margin-auto {
  margin: 0 auto;
  text-align: center; }

@media screen and (max-width: 500px) {
  .page-header h1 {
    font-size: 1.7rem; }

  .footer-start-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center; } }
@media screen and (max-width: 918px) {
  /*.hex-body-container {
    flex-direction: column;
  }
  .hex-body {
    width: 100%;
  }*/ }
@media screen and (max-width: 470px) {
  /*.hex-body {
    flex-direction: column;
  }*/ }
@media screen and (max-width: 991px) {
  div#siteMapAndLogo {
    width: 100%;
    padding: 10px 20px; }

  div#NewsLetterSignUp {
    width: 100%;
    padding: 10px 20px; }

  div#footer-site-information {
    width: 100%;
    padding: 10px 20px; }

  /* iframe#footer-company-location {
    width: 85%;
  } */ }
.page-title-and-text {
  padding: 20px;
  border-radius: 20px; }
  .page-title-and-text .page-title, .page-title-and-text .page-text {
    width: 100%;
    color: #4B759A;
    padding: 0 20px; }
    .page-title-and-text .page-title *, .page-title-and-text .page-text * {
      margin: 0; }
  .page-title-and-text .page-title {
    text-align: right; }
    .page-title-and-text .page-title * {
      font-weight: bolder; }
      
      .nav-anniversary-title {
          text-align: center;
      }
      
      @media screen and (max-width: 991px) {
          .nav-anniversary-title {
              font-size: 1rem;
          }
      }
      
      @media screen and (max-width: 575px) {
          .nav-anniversary-title {
              font-size: 1.5rem;
          }
      }
      
      @media screen and (max-width: 425px) {
          .nav-anniversary-title {
              font-size: 1.25rem;
          }
      }
      
      @media screen and (max-width: 340px) {
          .nav-anniversary-title {
              font-size: 1rem;
          }
      }

.navbar-brand h1 {
  display: none; }

.social-header > div {
  margin-right: .75rem; }
.social-header img {
  max-width: 26px; }

.announcement {
  padding-top: .8rem;
  font-size: 16px;
  color: white;
  text-align: center;
  background: #CD203D; }
  .announcement p {
    margin-bottom: 0; }
  .announcement .modal {
    color: #333;
    text-align: left; }
    .announcement .modal p {
      margin-bottom: .75em; }
  .announcement .modal-title {
    text-align: center; }

.marketing-steps {
  padding: 1rem;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  background: #FDFDFD; }
  .marketing-steps ul {
    margin-left: 2rem; }
    .marketing-steps ul.nav {
      margin-left: 0; }

.marketing-steps-pills .nav-link {
  color: #4B759A; }
  .marketing-steps-pills .nav-link.active {
    /*transform: skew(20deg);*/
    color: #4B759A;
    background: #87a7c4; }

.nav-pills .nav-link.active {
  color: white;
  background-color: #4B759A; }

.steps .nav-link {
  position: relative; }
  .steps .nav-link:after {
    content: '\203A';
    /*width: 1rem;
    height: 1rem;*/
    display: inline-block;
    position: absolute;
    right: 1rem;
    font-weight: bold;
    font-size: 3.5rem; }
    @media screen and (max-width: 500px) {
      .steps .nav-link:after {
        display: none; } }

.nav-tabs {
  margin-bottom: 2rem; }

.info-snippet {
  margin: 1rem;
  padding: 1rem;
  flex: 0 1 22%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eaeaea;
  border-radius: 5px; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .info-snippet {
      flex: 0 1 21%; } }
  @media screen and (min-width: 501px) and (max-width: 767px) {
    .info-snippet {
      flex: 0 1 43%; } }
  @media screen and (max-width: 500px) {
    .info-snippet {
      flex: 0 1 auto; } }
  .info-snippet div:last-child {
    margin-top: auto; }

.image-grid {
  margin-bottom: 3rem; }
  .image-grid > div {
    margin: 1rem 0;
    flex: 1 1 25%;
    text-align: center; }
    .image-grid > div img {
      width: 50%; }

.social-icons {
  display: flex;
  justify-content: space-between; }
  .social-icons .row {
    flex-wrap: wrap; }
  .social-icons i {
    padding: 0 1rem 1rem 0;
    /*width: 100%;*/
    color: #CD203D; }
    
@media screen and (max-width: 380px) {
    .social-icons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.my-brand-rep-title {
  justify-content: space-between; }

.myBrandRepLogin.alert {
  padding: 1rem 3rem;
  text-align: center;
  border-radius: 4px; }

.directories {
  justify-content: center; }
  .directories div {
    text-align: center; }
  .directories i {
    margin: 1.2rem 0; }
    .directories i.fa-google {
      color: #397af2; }
    .directories i.fa-facebook-square {
      color: #3a5ca9; }
    .directories i.fa-foursquare {
      color: #f93e6d; }
    .directories i.fa-yelp {
      color: #cd1f20; }
    .directories i.fa-yahoo {
      color: #4109b8; }
  .directories p[class^="text-logo-"] {
    font-size: 1.3rem;
    font-weight: bold; }
  .directories .text-logo-bing {
    color: #017868; }
  .directories .text-logo-here {
    color: #5ab9ba; }
  .directories .text-logo-mapquest {
    color: #2d2d2d; }

.inactive {
  display: none; }

.margin-auto {
  margin: 0 auto; }

body {
  color: #4B759A; }

.row.no-gutters .grid-box {
  padding: 0 15px; }

/*===================================*/
body {
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2em;
  color: #444444; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: .7em;
    line-height: 1em;
    color: #87a7c4; }

h1 {
  font-size: 2.2rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1rem; }

.subcat-heading {
  margin-top: 2rem;
  padding-bottom: .5em;
  width: 100%;
  border-bottom: 1px solid #C4C4C4; }

@media screen and (min-width: 1024px) {
  .container {
    padding-right: 0;
    padding-left: 0; } }

.content-container ul:not(.nav), .content-container ol:not(.nav) {
  margin-left: 2rem; }
  .content-container ul:not(.nav).list-unstyled, .content-container ol:not(.nav).list-unstyled {
    margin-left: 0; }
  .content-container ul:not(.nav).no-margin li, .content-container ol:not(.nav).no-margin li {
    margin-bottom: 0; }
.content-container li {
  margin-bottom: .25rem; }
  .content-container li ul {
    margin-left: 1rem; }

a {
  color: #CD203D;
  transition: all ".2s" "ease-out"; }
  a:hover {
    text-decoration: underline;
    color: #a11930; }
  a.back-to-top {
    font-size: .8em; }
  a.btn {
    text-decoration: none !important; }

.text-help {
  font-size: .9em;
  font-style: italic;
  color: #515151; }

.alert {
  padding: 2rem 1rem; }
  .alert .lead {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .alert.alert-info {
    color: white;
    background: #648fb4; }
    .alert.alert-info a {
      color: inherit;
      text-decoration: underline;
      transition: all ".2s" "ease-out"; }
      .alert.alert-info a:hover {
        color: #cccccc;
        text-decoration: none; }
      .alert.alert-info a.btn {
        text-decoration: none; }
    .alert.alert-info blockquote {
      background: transparent; }

.small-print {
  font-size: .85em;
  font-style: italic; }

pre {
  padding: .3rem 1rem;
  border: #444444;
  background: #eaeaea;
  border-radius: 4px; }

.flex {
  display: flex; }

fieldset {
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid #C4C4C4;
  border-radius: 4px; }
  fieldset legend {
    padding: 1rem 0 .75rem .5rem;
    border: 1px solid #C4C4C4;
    border-radius: 4px; }

#main-wrapper {
  min-height: 50vh; }

.well {
  padding: .75rem;
  border-radius: 4px; }

.top-bar {
  padding: 1rem 0 .5rem 0;
  color: white;
  background: #444444; }
  .top-bar .nav {
    text-align: right; }
  .top-bar a {
    color: white;
    transition: all ".2s" "ease-out"; }
    .top-bar a:hover {
      color: #C4C4C4; }
  .top-bar .dropdown-menu {
    min-width: 15rem;
    position: absolute;
    left: unset;
    right: 0;
    z-index: 10;
    text-align: right; }
    .top-bar .dropdown-menu a {
      color: #444444; }
  .top-bar .navbar-nav.sm-collapsible .sub-arrow:before {
    content: ''; }

.dropdown-menu {
  min-width: 15rem;
  position: absolute;
  z-index: 10; }
  .dropdown-menu a {
    color: #444444; }

.secondary-tools {
  justify-content: flex-end; }
  .secondary-tools .form-inline {
    margin-right: 1rem;
    justify-content: flex-end; }
    .secondary-tools .form-inline .form-group {
      margin-bottom: 0; }
    .secondary-tools .form-inline .form-control {
      color: white;
      background: #777777;
      border: #444444; }
      .secondary-tools .form-inline .form-control::placeholder {
        color: #e6e6e6; }

@media screen and (max-width: 767px) {
    .mobile-header {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .mobile-header {
        margin-bottom: 7px;
    }
}

#YouAreHere {
  padding: .25rem 0 1rem;
  font-size: 85%;
  font-style: italic; }

.content-container {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.inactive {
  display: none;
  display: none; }

.page-header {
  height: 5rem;
  position: relative; }
  .page-header h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

hr {
  margin: 2rem 0;
  width: 100%;
  height: .2rem;
  border: 0;
  background: #CD203D; }
  hr.small {
    height: .05rem;
    background: #C4C4C4; }

.primary-bg {
  margin-right: 0;
  margin-left: 0;
  padding: 1.2rem 0;
  color: white;
  background: #444444; }
  .primary-bg a {
    color: white;
    text-decoration: underline;
    transition: all ".2s" "ease-out"; }
    .primary-bg a:hover {
      color: #e6e6e6;
      text-decoration: none; }
  .primary-bg .service-panel-icon {
    color: white; }
  .primary-bg.photo-portland {
    position: relative;
    background-image: url("/images/site/portland-skyline.jpg");
    background-position: 50% 70%;
    background-size: cover; }
    .primary-bg.photo-portland:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(68, 68, 68, 0.6); }
  .primary-bg.photo-marketing {
    position: relative;
    background-image: url("/images/site/marketing-slider-sm.jpg");
    background-position: 50% 55%;
    background-size: cover; }
    .primary-bg.photo-marketing:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(68, 68, 68, 0.8); }
  .primary-bg.photo-web-services {
    position: relative;
    background-image: url("/images/site/technology-illustration.jpg");
    background-position: 50% 50%;
    background-size: cover; }
    .primary-bg.photo-web-services:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(68, 68, 68, 0.8); }
  .primary-bg.photo-resources {
    position: relative;
    background-image: url("/images/site/resources-help.jpg");
    background-position: 50% 50%;
    background-size: cover; }
    .primary-bg.photo-resources:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(68, 68, 68, 0.8); }
  .primary-bg.photo-about {
    position: relative;
    background-image: url("/images/site/portland-looking-east.jpg");
    background-position: 50% 50%;
    background-size: cover; }
    .primary-bg.photo-about:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(68, 68, 68, 0.8); }
  .primary-bg.photo-packages {
    position: relative;
    background-image: url("/images/site/full-service-marketing-slider-sm.jpg");
    background-position: 50% 43%;
    background-size: cover; }
    .primary-bg.photo-packages:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(68, 68, 68, 0.8); }
   .photo-bigAds {
    position: relative;
    background-image: url("/images/site/photo-bigAdsCompressed.jpg");
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    /*background-position: 50% 43%;*/
    background-size: cover; }
    /*.photo-bigAds:before {*/
    /*  content: '';*/
    /*  position: absolute;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  background: rgba(68, 68, 68, 0.8); */
    /*}*/

.primary-bg-light {
  margin-right: 0;
  margin-left: 0;
  padding: 1.2rem 0;
  color: #444444;
  background: #C4C4C4; }

.secondary-bg {
  margin-right: 0;
  margin-left: 0;
  padding: 1.2rem 0;
  color: white;
  background: #CD203D; }

.map-col {
  margin: 1.5rem 0 2.5rem; }

blockquote {
  margin: 2rem auto;
  padding: 2rem 1rem 2rem 2rem;
  width: 80%;
  border-left: 5px solid #C4C4C4;
  background: #f7f7f7;
  border-radius: 0 4px 4px 0; }
  blockquote p {
    margin: 0; }

code {
  margin: 0;
  padding: .5rem;
  display: inline-block;
  color: #4B759A;
  background: #f7f7f7;
  border-radius: 4px; }

p + code {
  margin: -1rem .5rem 1.5rem; }

article h3 {
  padding-bottom: .3rem;
  border-bottom: 1px solid #CD203D; }

.warning {
  color: red; }

.bordered {
  margin-bottom: 1.5rem;
  padding: 1.3rem;
  display: flex;
  border: 1px solid #C4C4C4;
  border-radius: 4px; }

audio {
  margin: 1.5rem 0; }

.embed-responsive {
  margin-bottom: 1.5rem; }

@-webkit-keyframes bouncy {
  0% {
    top: 0em; }
  40% {
    top: 0em; }
  43% {
    top: -0.9em; }
  46% {
    top: 0em; }
  48% {
    top: -0.4em; }
  50% {
    top: 0em; }
  100% {
    top: 0em; } }
@-moz-keyframes bouncy {
  0% {
    top: 0em; }
  40% {
    top: 0em; }
  43% {
    top: -0.9em; }
  46% {
    top: 0em; }
  48% {
    top: -0.4em; }
  50% {
    top: 0em; }
  100% {
    top: 0em; } }
@keyframes bouncy {
  0% {
    top: 0em; }
  40% {
    top: 0em; }
  43% {
    top: -0.9em; }
  46% {
    top: 0em; }
  48% {
    top: -0.4em; }
  50% {
    top: 0em; }
  100% {
    top: 0em; } }
a.btn-default {
  color: #CD203D; }
a.btn-primary:not([href]):not([tabindex]) {
  color: white; }

.btn {
  margin-bottom: .5rem; }

.btn-primary,
.btn-custom {
  color: white;
  background-color: #CD203D;
  border-color: #CD203D; }
  .btn-primary:hover,
  .btn-custom:hover {
    color: white;
    background-color: #a11930;
    border-color: #aa1a32; }

.btn-outline-primary {
  color: #CD203D;
  border-color: #CD203D; }
  .btn-outline-primary:hover {
    background-color: #CD203D;
    border-color: #aa1a32; }

.accordion button {
  padding: 1rem;
  width: 100%;
  text-align: left;
  border-radius: 4px; }

.hex-body-container {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hex-body-container .hex-body {
    width: 50%;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center; }

.hex-container {
  width: 235px;
  height: 235px;
  position: relative;
  overflow: hidden; }
  .hex-container .hex-img {
    width: 290px;
    height: 290px;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
    .hex-container .hex-img.hex-img-one, .hex-container .hex-img.hex-img-two, .hex-container .hex-img.hex-img-three, .hex-container .hex-img.hex-img-four {
      background-size: 310px;
      background-position: center; }
    .hex-container .hex-img.hex-img-one {
      background-image: url("/images/site/images.png"); }
    .hex-container .hex-img.hex-img-two {
      background-image: url("/images/site/images.png"); }
    .hex-container .hex-img.hex-img-three {
      background-image: url("/images/site/images.png"); }
    .hex-container .hex-img.hex-img-four {
      background-image: url("/images/site/images.png"); }
    .hex-container .hex-img .hex-span {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      color: white;
      width: 230px;
      height: 230px;
      text-align: center;
      transition: all 0.6s linear 0.4s;
      display: flex;
      justify-content: center;
      align-items: center; }
      .hex-container .hex-img .hex-span h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        text-shadow: 1px 1px 5px black; }
  .hex-container .hex {
    position: absolute;
    transition: all 0.6s linear;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
    .hex-container .hex .hex-one, .hex-container .hex .hex-two {
      width: 370px;
      height: 370px;
      transition: all 0.6s linear;
      position: absolute;
      border: 100px solid white;
      left: 50%;
      top: 50%; }
    .hex-container .hex .hex-one {
      transform: translate(-50%, -50%) rotate(45deg); }
    .hex-container .hex .hex-two {
      transform: translate(-50%, -50%); }
  .hex-container:hover .hex-img .hex-span {
    background-color: #4842424d; }
  .hex-container:hover .hex {
    transform: rotate(67.5deg); }
    .hex-container:hover .hex .hex-one, .hex-container:hover .hex .hex-two {
      width: 410px;
      height: 410px; }

@media screen and (max-width: 918px) {
  .hex-body-container {
    flex-direction: column; }
    .hex-body-container .hex-body {
      width: 100%; } }
@media screen and (max-width: 470px) {
  .hex-body-container .hex-body {
    flex-direction: column; } }
/* .card-deck {
  margin: 15px 0;
  width: 100%;
  height: auto;
  display: flex;
  // justify-content: center;
  // align-items: center;
  flex-wrap: wrap;
  .card {
    &.num-of-col-4 {
        // max-width: 23%;
        // margin: 15px;
        // min-width: 300px;
        // width: 100%;
        flex: 1 1 24%;
    }
    img {
        // max-width: 100%;
    }
  }
} */
.card-title h1, .card-title h2, .card-title h3, .card-title h4, .card-title h5, .card-title h6 {
  font-size: 1.3rem;
  font-weight: bold; }

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }
  .card-body img {
    align-self: center; }

.card-text {
  text-align: center; }
  .card-text .lead {
    padding-bottom: .8em;
    text-align: center;
    position: relative; }
    .card-text .lead:after {
      content: '';
      width: 80%;
      height: .1rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #CD203D; }

.card-footer {
  margin-top: auto; }

.bigger {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2em; }

/* PRODUCT DISPLAY STYLES START */
.card-deck {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (max-width: 576px) {
    .card-deck {
        flex-direction: column; } }
  .card-deck.card-30 {
    justify-content: space-between; }
    .card-deck.card-30 .card {
      flex: 0 1 30%; }
      @media screen and (max-width: 576px) {
        .card-deck.card-30 .card {
          flex: 1 1 10%; } }
  .card-deck .card {
    margin: 0 1rem 2rem 0;
    position: relative;
    /*flex: 1 1 auto;*/
    text-align: center;
    border: 1px solid #C4C4C4; }
    @media screen and (max-width: 576px) {
      .card-deck .card {
        margin-right: 0; } }
    .card-deck .card .pricing {
      font-size: 3rem;
      font-weight: bold; }
    .card-deck .card.special {
      border-width: 3px; }
      .card-deck .card.special .lead-label {
        margin: -1rem auto 0;
        padding: .5rem;
        width: 90%;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
        border-radius: 4px;
        background: #4B759A; }
    .card-deck .card .card-footer {
      margin-top: auto;
      background: none;
      border: 0; }
    .card-deck .card ul, .card-deck .card ol {
      text-align: left; }
    .card-deck .card.category {
      margin: 0 1rem 1rem 0;
      padding: 1rem .5rem .25rem;
      flex: 1 1 auto;
      font-size: .8rem;
      border: 1px solid #eaeaea; }
      .card-deck .card.category:after {
        width: 100%;
        height: 0; }
      .card-deck .card.category h3 {
        margin: 0;
        font-size: 1rem;
        font-weight: bold;
        color: #777777; }
      .card-deck .card.category .card-category-header {
        /*display: flex;
        flex-direction: row;
        justify-content: space-between;*/ }
        .card-deck .card.category .card-category-header a {
          margin: 0;
          padding: 0;
          color: inherit;
          font-weight: bold; }
      .card-deck .card.category .btn {
        /*width: 50%;*/ }
      @media screen and (max-width: 575px) {
        .card-deck .card.category {
          margin-left: 1rem;
          margin-right: 1rem;
          flex: 0 1 auto; } }
  .card-deck.article-deck .card {
    flex: 0 1 23%; }
    .card-deck.article-deck .card .card-price {
      display: none; }
    @media screen and (min-width: 501px) and (max-width: 800px) {
      .card-deck.article-deck .card {
        flex: 0 1 47%; } }
    @media screen and (max-width: 500px) {
      .card-deck.article-deck .card {
        flex: 0 1 auto; } }
  .card-deck.product-deck {
    justify-content: center; }
    .card-deck.product-deck .card {
      flex: 0 1 47%;
      border: 2px solid #CD203D; }
  .card-deck.related-articles .card-price {
    display: none; }

.card-location {
  margin-bottom: 1rem;
  border: none; }

/* PRODUCT DISPLAY STYLES END */
.primary-bg .card {
  flex: .7 1 30%;
  background: transparent;
  border: none; }
  .primary-bg .card i[class^='fa']:before {
    color: #CD203D; }
  @media screen and (max-width: 576px) {
    .primary-bg .card {
      flex: 0 1 auto; } }

.service-panels .card {
  border: none; }
  .service-panels .card.service-panel {
    margin-bottom: 2rem;
    padding: 0 1rem;
    text-align: center;
    border-right: 1px solid #CD203D;
    border-radius: 0; }
    .service-panels .card.service-panel:last-child {
      border-right: none; }
    .service-panels .card.service-panel .card-footer {
      padding: 0; }
    @media screen and (max-width: 576px) {
      .service-panels .card.service-panel {
        border-right: none; } }
    @media screen and (min-width: 576px) and (max-width: 768px) {
      .service-panels .card.service-panel {
        flex: 1 1 10%; } }

.service-panel-icon {
  padding: 1.5rem 0;
  font-size: 4rem;
  color: #CD203D; }
  .service-panel-icon.small {
    padding: .5rem 0;
    font-size: 3rem; }

.card-group > .card {
  padding: 1rem;
  border: none; }
  .card-group > .card:not(:last-child) {
    border-right: 1px solid #CD203D; }

.comparison .card {
  justify-content: space-between; }
  .comparison .card .card-title {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #CD203D; }
  .comparison .card .card-text .lead:after {
    background: transparent; }
  .comparison .card .card-footer .pricing {
    font-size: 4rem;
    font-weight: bold; }
  .comparison .card .stripe {
    margin-left: -15px;
    margin-right: -15px;
    padding: .5rem 0;
    background: #C4C4C4; }
  .comparison .card ul {
    padding-top: 1rem;
    text-align: left; }
  .comparison .card .card-footer {
    margin-top: auto; }
  .comparison .card:first-child {
    border-color: #47B475; }
    .comparison .card:first-child h3 {
      color: #47B475; }
    .comparison .card:first-child .stripe {
      color: white;
      background: #47B475; }
  .comparison .card:nth-child(2) {
    border-color: #4B759A; }
    .comparison .card:nth-child(2) h3 {
      color: #4B759A; }
    .comparison .card:nth-child(2) .stripe {
      color: white;
      background: #4B759A; }
  .comparison .card:nth-child(3) {
    border-color: #CD203D; }
    .comparison .card:nth-child(3) h3 {
      color: #CD203D; }
    .comparison .card:nth-child(3) .stripe {
      color: white;
      background: #CD203D; }
  .comparison .card:nth-child(4) {
    border-color: #C4C4C4; }
    .comparison .card:nth-child(4) h3 {
      color: #C4C4C4; }
    .comparison .card:nth-child(4) .stripe {
      background: #C4C4C4; }

.card-footer {
  margin-top: auto; }

.promo-swag .card {
  flex: 0 1 30%; }
  .promo-swag .card ul {
    text-align: left; }

.customizable-code .card-deck .card img {
  margin: 1.2rem auto 0;
  width: 3rem; }

.software-group .software {
  flex: 0 1 20%; }

.system-info.card-deck {
  justify-content: space-between;
  align-items: stretch; }
.system-info .card {
  flex: 1 1 30%; }
  @media screen and (max-width: 597px) {
    .system-info .card {
      flex: 0 1 90%; } }
  .system-info .card h4 {
    display: flex;
    justify-content: center;
    align-items: center; }
    .system-info .card h4 i {
      padding-right: .5rem; }

.merchant-solutions .card {
  flex: 0 1 47%; }
  .merchant-solutions .card .card-body {
    display: flex;
    flex-direction: column; }
    .merchant-solutions .card .card-body img {
      margin: 0 auto;
      width: 40%; }
  .merchant-solutions .card .card-title {
    margin-top: 1rem; }
  .merchant-solutions .card .card-footer {
    margin-top: auto; }

.design-development {
  justify-content: space-between; }
  .design-development .card {
    flex: 0 1 18%; }
    @media screen and (min-width: 501px) and (max-width: 768px) {
      .design-development .card {
        flex: 0 1 30%; } }
    @media screen and (max-width: 500px) {
      .design-development .card {
        margin-right: 0;
        flex: 0 1 auto; } }

.card-text .intro {
  text-align: center; }
  .card-text .intro strong {
    padding: .5em 0;
    font-weight: bold; }

.card-icon {
  padding-top: 1.5rem;
  color: #CD203D; }

.thirds .card {
  flex: 0 1 30%; }

.fourths .card {
  flex: 0 1 23%; }
@media screen and (max-width: 576px) {
    .fourths .card {
        flex: 0 1 44%;
    }
}

.navbar {
  border-bottom: 1px solid #CD203D; }
  .navbar .container {
    display: flex;
    justify-content: space-between; }
  .navbar.bg-light {
    background: white !important; }

.navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: flex-end; }

.navbar-brand img {
  width: 100%; }

.navbar-toggler {
  border: 1px solid red; }

.navbar-color-new .navbar-brand {
  color: #444444; }
  .navbar-color-new .navbar-brand:hover, .navbar-color-new .navbar-brand:focus {
    color: #444444; }
.navbar-color-new .navbar-nav .nav-link {
  color: #444444; }
  .navbar-color-new .navbar-nav .nav-link:hover, .navbar-color-new .navbar-nav .nav-link:focus {
    color: #C4C4C4; }
.navbar-color-new .navbar-nav .show > .nav-link,
.navbar-color-new .navbar-nav .active > .nav-link,
.navbar-color-new .navbar-nav .nav-link.show,
.navbar-color-new .navbar-nav .nav-link.active {
  color: #444444; }
.navbar-color-new .navbar-toggler {
  color: #47B475; }
.navbar-color-new .navbar-text {
  color: #47B475;
  text-shadow: 2px 2px 2px white; }
  .navbar-color-new .navbar-text a {
    color: #444444; }
    .navbar-color-new .navbar-text a:hover, .navbar-color-new .navbar-text a:focus {
      color: #444444; }

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: normal; }

.dropdown-menu {
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.1); }

.dropdown-item {
  color: #444444; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #444444;
    background-color: #eaeaea; }
  .dropdown-item.active {
    color: #444444;
    background-color: #eaeaea; }

fieldset {
  padding: 1rem; }

.checkbox-container {
  margin-bottom: 1rem; }

.form-check-input {
  margin-top: 0; }

.new-or-redesign {
  margin: 2rem 0; }

.product h6 {
  margin-bottom: 1.5em;
  font-style: italic; }

.full-width {
  margin-bottom: 2rem;
  background: aliceblue; }
  .full-width.row {
    margin-left: 0;
    margin-right: 0; }
  .full-width img {
    width: 100%;
    height: 100%; }

.product-addToCart-table {
  display: none; }

.article-meta {
  margin-bottom: 2rem; }

.my-promo-swag .tab-pane .card-deck {
  justify-content: start;
  flex-direction: row; }
.my-promo-swag .tab-pane .card {
  margin-right: 1rem;
  flex: 0 1 30%; }
  .my-promo-swag .tab-pane .card ul {
    margin-left: 1rem; }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .my-promo-swag .tab-pane .card h3 {
      font-size: 100%; } }
  @media screen and (max-width: 500px) {
    .my-promo-swag .tab-pane .card {
      flex: 0 1 44%; }
      .my-promo-swag .tab-pane .card h3 {
        font-size: 100%; } }
.my-promo-swag .nav-pills .nav-link.active {
  background-color: #CD203D !important; }
@media screen and (max-width: 500px) {
  .my-promo-swag {
    flex-direction: row !important; } }

.comparison .table thead {
  text-align: center; }
.comparison .table tr td:first-child {
  text-align: right; }

.carousel .carousel-item {
  height: 600px; }

.carousel #build-your-dream-website {
    color: #444444;
    background: #444444 url("/images/site/build-your-dream-website.jpeg") 50% 50% / cover; }
.carousel #twenty-five-years-service {
    color: #444444;
    background: #444444 url("/images/site/local-professionals-25-years.jpg") 50% 50% / cover; }
.carousel #digital-billboards-slider-item {
  color: #444444;
  background: #444444 url("/images/site/photo-bigAds.jpg") 50% 50% / cover; }
.carousel #marketing-automation-slider-item {
  color: #444444;
  background: #444444 url("/images/site/marketingAutomation.jpg") 50% 50% / cover; }
.carousel #full-service-packages-slider-item {
  color: #444444;
  background: #444444 url("/images/site/slider-full-service.jpg") 50% 25%/cover; }
.carousel #full-service-slider-item {
  color: #444444;
  background: #444444 url("/images/site/full-service-marketing-slider-sm.jpg") 50% 30%/cover; }
.carousel #google-adwords-slider-item {
  background: #444444 url("/images/site/google-adwords-management-slider-sm.jpg") 50% 30%/cover; }
.carousel #social-media-slider-item {
  background: #444444 url("/images/site/social-media-slider-sm.jpg") 50% 30%/cover; }
.carousel #mybrand-slider-item {
  background: #444444 url("/images/site/myBRANDrep-slider-sm.jpg") 50% 0/cover; }
.carousel #webservices-slider-item {
  background: #444444 url("/images/site/webservices-slider-sm.jpg") 50% 50%/cover; }
.carousel #marketing-services-slider-item {
  background: #444444 url("/images/site/marketing-slider-sm.jpg") 50% 50%/cover; }
.carousel #cyber-security-slider-item {
  color: #444444;
  background: #444444 url("/images/site/cyber-security-web.jpg") 50% 50% / cover; }
.carousel .carousel-item h5 {
  margin-top: 0;
  padding: 4rem;
  font-size: 2.5rem;
  color: white;
  text-shadow: 2px 2px 5px #333;
  text-align: center;
  font-weight: 800;}
@media screen and (max-width: 500px) {
  .carousel .carousel-item h5 {
    font-size: 2.2rem; } }

.carousel
.carousel-img {
  display: none; }

.carousel-caption {
  width: 100%;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.5);
  bottom: 40px; }

.price,
.total,
.quantity {
  text-align: right; }

.quantity {
  line-height: .1;
  border-bottom: 1px solid black; }

.cart-totals,
.cart-container,
.cart-links {
  padding: 5px 15px;
  border-radius: 20px; }

.cart-p-image {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.cart-totals .value {
  text-align: right; }

.checkout-form-margin {
  margin: 0 auto; }

.table-contact td {
  padding: .5em 0; }
.table-contact td:first-child {
  font-weight: bold; }

@media screen and (max-width: 500px) {
  .contact-iframe-map {
    min-height: 200px; } }

.featured-content {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #C4C4C4; }

.featured-case-study,
.featured-tidbit,
.featured-goodie {
  display: flex;
  flex-direction: column;
  height: 100%;
  /*h1, h2, h3, h4, h5, h6 {
    font-size: 1.2rem;
  }*/ }
  .featured-case-study h2,
  .featured-tidbit h2,
  .featured-goodie h2 {
    font-size: 1.2rem; }
  .featured-case-study img,
  .featured-tidbit img,
  .featured-goodie img {
    max-width: 100%; }
  .featured-case-study .btn-view,
  .featured-tidbit .btn-view,
  .featured-goodie .btn-view {
    margin-top: 3rem; }
  .featured-case-study ul,
  .featured-tidbit ul,
  .featured-goodie ul {
    margin: .5rem 0 .5rem 2rem; }

.featured-article h6 {
  font-size: .8rem;
  font-style: italic; }

.featured-case-study > h2,
.featured-tidbit > h2,
.featured-goodie > h2 {
  padding-bottom: .5em;
  font-size: 1.5rem;
  border-bottom: 1px solid #CD203D; }

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


/*Custom styling for '/marketing-advertising/digital-marketing/marketing-automation.htm'*/

.marketing-automation-blue {
  position: relative;
  background: #ccf9f8;
  padding-top: 3vh;
  padding-bottom: 2vh;
}


.marketing-automation-white {
  margin-top: 3vh;
}

.marketing-automation-grey {
  position: relative;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

/* makes the background of the divs's margins the same background color as the div's: */
.marketing-automation-grey::before, .marketing-automation-blue::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: inherit;
  z-index: -1;
  box-sizing: border-box;
}


#crm-features {
  min-height: 100vh;
}
#crm-features .col-sm-4, #crm-features .col-sm-6{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5%;
}
#crm-features h2 {
  font-weight: bold;
  margin-bottom: 3vh;
  margin-top: 3vh;
}
#crm-features h4 {
  margin-bottom: 3vh;
  margin-top: 3vh;
  font-weight: bold;
  font-size:large;
}

/*Chat Bot Styling*/
/*#consentCheckbox {*/
/*    width: 75px!important;*/
/*    height: 20px!important;*/
/*}*/

