@charset "UTF-8";
.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1181px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e8e8e8;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-post-first {
  font-size: 0;
  border-bottom: 2px solid #D8D8D8;
  padding-bottom: 3rem;
  margin-bottom: 2rem; }
  @media (min-width: 551px) {
    .blog-post-first .blog-post-figure,
    .blog-post-first .blog-post-body {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  .blog-post-first .blog-post-figure {
    text-align: right; }
  @media (min-width: 551px) {
    .blog-post-first .blog-post-body {
      padding-left: 3rem;
      max-width: 400px; } }
  @media (min-width: 1181px) {
    .blog-post-first .blog-post-body {
      padding-left: 4rem; } }
  .blog-post-first .blog-post-body .blog-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px; }
  .blog-post-first .blog-post-body .blog-date {
    color: #666666;
    font-size: 12px; }
  .blog-post-first .blog-post-body .blog-post a {
    display: block;
    margin-top: 1rem;
    text-decoration: none;
    font-weight: 700; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #989898;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem;
  display: none; }

.blog-post {
  font-size: 15px;
  text-align: left; }
  .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6, .blog-post p, .blog-post li, .blog-post td {
    font-family: "Roboto", Arial, Sans-serif;
    color: #000; }
  .blog-post h2 {
    margin: 15px 0;
    font-size: 20px;
    color: #000;
    clear: both; }
  .blog-post h3 {
    font-size: 18px; }
  .blog-post p, .blog-post li, .blog-post td {
    color: #000; }
  .blog-post strong, .blog-post b {
    font-weight: 700; }
  .blog-post img {
    width: 100% !important; }
  .blog-post figcaption {
    color: #000;
    font-size: 14px;
    font-style: italic; }
  .blog-post a {
    color: #0c84c0; }
  .blog-post table {
    margin-bottom: 2rem; }
    .blog-post table td {
      padding: 5px;
      border-left: 1px solid #000; }
      .blog-post table td:last-child {
        border-right: 1px solid #000; }
      @media (min-width: 551px) {
        .blog-post table td {
          padding: 10px; } }
    .blog-post table tr {
      border-top: 1px solid #000; }
      .blog-post table tr:last-child {
        border-bottom: 1px solid #000; }
  .blog-post .blog-button {
    background: #df2579;
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 2rem; }
    .blog-post .blog-button:hover {
      background-color: #a71c5b; }

.blog-thumbnail {
  margin: 0 0 2rem; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1181px) {
    .blog-post-figure {
      width: grid-calc(8, 12); } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: grid-calc(10, 12); } }
  @media (min-width: 1181px) {
    .blog-post-body {
      width: grid-calc(8, 12); } }
  @media (min-width: 1361px) {
    .blog-post-body {
      width: grid-calc(6, 12); } }

.blog-page .page {
  margin-bottom: 4.5rem; }

.blog-page h1.page-heading {
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "Roboto", Arial, Sans-Serif;
  color: #000000;
  border-bottom: 2px solid #D8D8D8;
  padding-bottom: 1.5rem; }

.blog-page select.tags {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.6rem;
  line-height: normal;
  max-width: 180px;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem;
  border: 1px solid #74889a;
  color: #000;
  cursor: pointer;
  -webkit-appearance: none;
  background: url(.../../../icons/chevron-down.svg) 96% 50% no-repeat;
  background-size: 15px;
  border-radius: 0; }

.blog-page .blog-post-body .addthis_toolbox {
  display: none; }

.blog-page .blog-page-content .blog-post-item {
  width: 33.33%;
  display: inline-block;
  float: left;
  padding: 0 10px;
  height: 470px; }
  .blog-page .blog-page-content .blog-post-item .tags {
    text-align: left;
    background: #00a5d5;
    margin-bottom: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    position: relative; }
    .blog-page .blog-page-content .blog-post-item .tags.first-tag {
      background: transparent;
      padding: 0;
      margin: 0; }
    .blog-page .blog-page-content .blog-post-item .tags .tag svg {
      display: inline-block;
      height: 20px;
      width: 26px;
      vertical-align: middle;
      margin-right: 15px; }
  .blog-page .blog-page-content .blog-post-item .blog-thumbnail {
    margin-bottom: 15px; }
  .blog-page .blog-page-content .blog-post-item .blog-date {
    margin-bottom: 15px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    font-weight: 700; }
  .blog-page .blog-page-content .blog-post-item .blog-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000;
    text-align: left; }
    .blog-page .blog-page-content .blog-post-item .blog-title a {
      color: #000;
      max-height: 67px;
      overflow: hidden; }
  .blog-page .blog-page-content .blog-post-item .blog-post {
    font-size: 15px;
    color: #000; }
    .blog-page .blog-page-content .blog-post-item .blog-post a {
      display: block;
      margin-top: 15px;
      text-decoration: none;
      color: #1a8fb8;
      font-weight: 700; }
  .blog-page .blog-page-content .blog-post-item .tags li.tag:nth-child(n+2) {
    display: none; }
  .blog-page .blog-page-content .blog-post-item .tags li span.tag-icon {
    background-image: url(../../assets/img/blog-post-tag-icon.png);
    width: 30px;
    height: 27px;
    position: absolute;
    right: 15px;
    top: 8px;
    background-repeat: no-repeat; }
  .blog-page .blog-page-content .blog-post-item .blog-post-figure {
    width: 100%; }
  .blog-page .blog-page-content .blog-post-item .blog-post-body {
    width: 100%;
    height: 250px;
    overflow: hidden; }
    .blog-page .blog-page-content .blog-post-item .blog-post-body .blog-author {
      display: none; }

.blog-page .blog-page-selectors {
  padding: 0 10px 15px 10px; }
  .blog-page .blog-page-selectors .pagination {
    width: 50%;
    display: inline-block; }
  .blog-page .blog-page-selectors .blog-page-tags {
    width: 50%;
    display: inline-block;
    float: right;
    text-align: right;
    color: #000;
    margin-bottom: 25px;
    font-size: 1.2rem; }
    .blog-page .blog-page-selectors .blog-page-tags .tags {
      font-size: 1.2rem; }

.blog-page .pagination-item.pagination-item--previous > a, .blog-page .pagination-item.pagination-item--next > a {
  font-size: 0;
  padding: 2px 1px; }

.blog-page .pagination-item.pagination-item--previous > a > i, .blog-page .pagination-item.pagination-item--next > a > i {
  font-size: initial;
  margin-right: 0;
  margin-left: 0; }

.blog-page .pagination-list {
  margin-bottom: 0;
  margin-top: 6px; }
  .blog-page .pagination-list .pagination-item {
    float: left;
    margin-right: 0;
    margin-left: 0; }
  .blog-page .pagination-list li a {
    font-size: 14px;
    padding: 4px 7px; }

.blog-page .pagination-item.pagination-item--current {
  border: 0 none; }
  .blog-page .pagination-item.pagination-item--current a {
    color: #000;
    font-weight: 700;
    line-height: 16px; }

.blog-page .latest-post {
  display: none;
  padding: 0 10px 25px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e2e4e6; }
  .blog-page .latest-post .left-side {
    width: 48%;
    float: left;
    display: none; }
    .blog-page .latest-post .left-side .post-thumbnail {
      max-width: 100%; }
  .blog-page .latest-post .right-side {
    width: 48%;
    float: right; }
    .blog-page .latest-post .right-side.full-width {
      width: 100%; }
    .blog-page .latest-post .right-side .post-tag {
      padding: 2px 10px;
      background: #df2579;
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
      margin-right: 5px;
      display: inline-block; }
    .blog-page .latest-post .right-side .post-date {
      margin-bottom: 15px;
      text-align: left;
      color: #1a8fb8;
      font-size: 14px;
      font-weight: 700;
      display: inline-block; }
    .blog-page .latest-post .right-side .post-title a {
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 15px;
      color: #000;
      text-align: left;
      text-decoration: none;
      display: block; }
    .blog-page .latest-post .right-side .post-summary {
      font-size: 15px;
      color: #000; }
    .blog-page .latest-post .right-side .read-more {
      display: block;
      margin-top: 15px;
      text-decoration: none;
      color: #1a8fb8;
      font-weight: 700; }

.blog-page .pagination-item--previous > a,
.blog-page .pagination-item--next > a {
  background-color: #EDEFF1;
  border-radius: 0; }
  .blog-page .pagination-item--previous > a:hover .icon svg,
  .blog-page .pagination-item--next > a:hover .icon svg {
    fill: #444444; }

.blog-page .pagination-item--previous .icon svg,
.blog-page .pagination-item--next .icon svg {
  fill: #999999; }

.blog-page {
  margin-top: 3rem; }

.body > .blog-lower-footer {
  background: #126082;
  height: 119px;
  text-align: center;
  color: #fff;
  clear: both; }
  .body > .blog-lower-footer p {
    font-size: 28px;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    border: 0 none;
    margin: 0; }
  .body > .blog-lower-footer a {
    color: #FFF !important;
    text-decoration: none !important; }

@media (min-width: 1181px) {
  .blog-post-page {
    margin-top: 3rem; } }

.blog-post-page article.blog .blog-post-figure {
  display: none; }

.blog-post-page .blog-post-body {
  width: 100%; }

.blog-post-page .blog-post-body .addthis_toolbox {
  display: none; }

@media (max-width: 940px) {
  .body > .blog-lower-footer p {
    font-size: 22px;
    padding-top: 45px; } }

@media (max-width: 850px) {
  .blog-page .blog-page-content .blog-post-item {
    width: 50%; } }

@media (max-width: 750px) {
  .body > .blog-lower-footer p {
    padding: 30px 15px 0; } }

@media (max-width: 550px) {
  .blog-page .blog-page-content .blog-post-item {
    width: 100%; }
  .blog-page .blog-page-selectors .pagination {
    width: 30%; }
  .blog-page .blog-page-selectors .blog-page-tags {
    width: 70%; }
  .blog-page .latest-post .right-side {
    width: 100%; }
  .blog-page .latest-post .left-side {
    width: 100%; } }

@media (max-width: 415px) {
  .body > .blog-lower-footer p {
    padding: 13px 15px 0; } }

@media (max-width: 410px) {
  .blog-page .blog-page-selectors .pagination {
    width: 100%; }
  .blog-page .blog-page-selectors .blog-page-tags {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 15px; } }

.blog-post-page {
  font-size: 0; }
  .blog-post-page div, .blog-post-page p, .blog-post-page li {
    font-size: 16px; }

.blog-post-body h1 {
  font-family: "Roboto", Arial, Sans-serif;
  font-size: 32px !important;
  line-height: 42px !important;
  margin-bottom: 2rem !important; }
  @media (min-width: 551px) {
    .blog-post-body h1 {
      font-size: 34px !important; } }

@media (min-width: 1181px) {
  .blog-post-content,
  .blog-post-right {
    display: inline-block;
    vertical-align: top; } }

@media (min-width: 1181px) {
  .blog-post-content {
    width: 70%;
    padding-right: 2.5rem; } }

.blog-post-content .tags {
  margin-top: 1.5rem; }

.blog-post-right .addthis_toolbox,
.blog-post-header .addthis_toolbox {
  display: block !important;
  margin-top: 2rem; }
  @media (min-width: 551px) {
    .blog-post-right .addthis_toolbox,
    .blog-post-header .addthis_toolbox {
      margin-top: 0.35714rem;
      position: absolute;
      right: 1.5rem; } }

.blog-post-right .socialLinks,
.blog-post-header .socialLinks {
  text-align: left; }
  @media (min-width: 1361px) {
    .blog-post-right .socialLinks .socialLinks-item,
    .blog-post-header .socialLinks .socialLinks-item {
      margin-right: 1.5rem; } }
  .blog-post-right .socialLinks .socialLinks-item:last-child,
  .blog-post-header .socialLinks .socialLinks-item:last-child {
    margin-right: 0; }
  .blog-post-right .socialLinks .icon,
  .blog-post-header .socialLinks .icon {
    background: #DDDDDD;
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 50px; }
    .blog-post-right .socialLinks .icon svg,
    .blog-post-header .socialLinks .icon svg {
      fill: #FFFFFF;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .blog-post-right .socialLinks .icon.icon--facebook,
    .blog-post-header .socialLinks .icon.icon--facebook {
      background-color: #3b5998; }
    .blog-post-right .socialLinks .icon.icon--email,
    .blog-post-header .socialLinks .icon.icon--email {
      background-color: #e33b85; }
    .blog-post-right .socialLinks .icon.icon--twitter,
    .blog-post-header .socialLinks .icon.icon--twitter {
      background-color: #55acee; }
    .blog-post-right .socialLinks .icon.icon--linkedin,
    .blog-post-header .socialLinks .icon.icon--linkedin {
      background-color: #0076b5; }
    .blog-post-right .socialLinks .icon:hover,
    .blog-post-header .socialLinks .icon:hover {
      background-color: #333 !important; }

.blog-post-right .posted-by,
.blog-post-header .posted-by {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .blog-post-right .posted-by > div,
  .blog-post-header .posted-by > div {
    display: inline-block;
    vertical-align: top; }
  .blog-post-right .posted-by .posted-by--image[data-author="Jimmy N"], .blog-post-right .posted-by .posted-by--image[data-author="James N"],
  .blog-post-header .posted-by .posted-by--image[data-author="Jimmy N"],
  .blog-post-header .posted-by .posted-by--image[data-author="James N"] {
    background: url("./../img/jimmy.png") 50% 50% no-repeat;
    width: 50px;
    height: 50px; }
  .blog-post-right .posted-by .posted-by--image[data-author="Liz Nanney"], .blog-post-right .posted-by .posted-by--image[data-author="SignalBoosters"], .blog-post-right .posted-by .posted-by--image[data-author="SignalBoosters.com"],
  .blog-post-header .posted-by .posted-by--image[data-author="Liz Nanney"],
  .blog-post-header .posted-by .posted-by--image[data-author="SignalBoosters"],
  .blog-post-header .posted-by .posted-by--image[data-author="SignalBoosters.com"] {
    background: url("./../icons/blog-author-placeholder.svg") 50% 50% no-repeat;
    width: 50px;
    height: 50px; }
  .blog-post-right .posted-by .posted-by--content,
  .blog-post-header .posted-by .posted-by--content {
    padding-left: 1.5rem;
    padding-top: 0.78571rem; }
  .blog-post-right .posted-by .posted-by--name,
  .blog-post-header .posted-by .posted-by--name {
    font-size: 14px;
    font-weight: 700; }
  .blog-post-right .posted-by .posted-by--date,
  .blog-post-header .posted-by .posted-by--date {
    font-size: 13px;
    color: #666666; }
    .blog-post-right .posted-by .posted-by--date .reading-time::before,
    .blog-post-header .posted-by .posted-by--date .reading-time::before {
      content: "";
      border-left: 1px solid #666666;
      margin-left: 0.78571rem;
      margin-right: 0.78571rem; }

@media (min-width: 1181px) {
  .blog-post-right {
    width: 30%;
    border-left: 2px solid #DDDDDD;
    padding-left: 2.5rem;
    padding-bottom: 3rem; } }

@media (min-width: 551px) {
  .blog-post-right .addthis_toolbox {
    right: 1.5rem; } }

@media (min-width: 1181px) {
  .blog-post-right .addthis_toolbox {
    position: relative;
    right: initial;
    margin-top: 1rem; } }

.blog-post-right .posted-by {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 1080px) {
    .blog-post-right .posted-by {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      border-bottom: 1px solid #DDDDDD;
      -webkit-box-shadow: 0px 2px 2px 0px #EFEFEF;
      box-shadow: 0px 2px 2px 0px #EFEFEF; } }
  @media (min-width: 1181px) {
    .blog-post-right .posted-by {
      margin-top: 3rem;
      margin-bottom: 3rem; } }

.blog-post-right .blog-contents-table h3 {
  font-family: "Roboto", Arial, Sans-serif;
  margin-bottom: 1.5rem;
  color: #000000;
  font-size: 20px; }

.blog-post-right .blog-contents-table ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

.blog-post-right .blog-contents-table li::before {
  content: ">";
  margin-right: 0.78571rem; }

.blog-post-right .blog-contents-table li {
  margin: 0.78571rem 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  color: #0C84C0;
  display: flex; }

.blog-post-right .blog-advantage {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  background: linear-gradient(to bottom, #424F7D, #1F253A); }
  .blog-post-right .blog-advantage > img {
    margin: 1.5rem 0 1.5rem 0; }
  .blog-post-right .blog-advantage .top {
    background-color: transparent;
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase; }
    .blog-post-right .blog-advantage .top strong {
      display: block;
      font-size: 26px;
      color: #FF176F; }
  .blog-post-right .blog-advantage .advantage {
    margin-bottom: 1.5rem; }
    .blog-post-right .blog-advantage .advantage div {
      color: #FFF;
      text-align: center;
      font-size: 20px;
      line-height: 26px; }
      .blog-post-right .blog-advantage .advantage div strong {
        font-weight: 700; }
    .blog-post-right .blog-advantage .advantage:last-child {
      margin-bottom: 3rem; }
  @media (min-width: 1181px) {
    .blog-post-right .blog-advantage {
      display: flex; } }

.blog-post-right .blog-side-cta {
  display: none; }
  @media (min-width: 1181px) {
    .blog-post-right .blog-side-cta {
      display: block;
      margin-top: 1.5rem; } }

.blog-post-right .blog-public-safety-cta {
  background: linear-gradient(to bottom, #137DA8, #174C6C);
  padding: 1.5rem; }
  .blog-post-right .blog-public-safety-cta h3 {
    padding: 0;
    margin: 0;
    color: #FFF;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px; }
  .blog-post-right .blog-public-safety-cta a {
    display: block;
    margin-top: 1.5rem;
    padding: 0.78571rem;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background: #D9296D;
    color: #FFF; }
    .blog-post-right .blog-public-safety-cta a:hover, .blog-post-right .blog-public-safety-cta a:focus {
      color: #FFF; }

.blog-post-design {
  font-size: 16px;
  padding-bottom: 3rem; }
  .blog-post-design > div:first-of-type {
    padding-bottom: 50%;
    position: relative;
    border: none !important;
    background: none !important;
    margin-bottom: 2rem !important; }
    .blog-post-design > div:first-of-type > img {
      position: absolute; }
  .blog-post-design h2 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 3rem;
    margin-bottom: 2rem; }
    @media (min-width: 551px) {
      .blog-post-design h2 {
        font-size: 28px;
        line-height: 36px; } }
  .blog-post-design h3 {
    font-size: 22px;
    line-height: 30px;
    color: #0C84C0; }
    @media (min-width: 551px) {
      .blog-post-design h3 {
        font-size: 24px;
        line-height: 32px; } }
  .blog-post-design h4 {
    font-style: italic;
    font-weight: 700;
    margin: 0; }
  .blog-post-design a {
    text-decoration: none;
    font-weight: 700; }
  .blog-post-design .blog-box-emphasized {
    border-left: 2px solid #24A7D0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem; }
  .blog-post-design .bullets-list {
    list-style-type: none;
    margin-top: 1.5rem;
    margin-bottom: -0.5rem; }
  .blog-post-design .bullets-list li::before {
    content: "•";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    margin-left: -1rem;
    margin-right: 0.78571rem;
    font-size: 18px;
    line-height: 16px; }
  .blog-post-design .bullets-list li {
    font-size: 16px;
    margin: 0.78571rem 0; }
  .blog-post-design .blog-box-complete {
    background-color: #6D55AD;
    color: #FFFFFF;
    padding: 2rem 2.5rem; }
    .blog-post-design .blog-box-complete li, .blog-post-design .blog-box-complete p, .blog-post-design .blog-box-complete span {
      color: #FFFFFF; }
  .blog-post-design .blog-boxes-inline {
    font-size: 0; }
    .blog-post-design .blog-boxes-inline > div {
      border-left: 2px solid;
      padding: 1rem 1.5rem;
      color: #000000;
      margin-bottom: 1.5rem; }
      @media (min-width: 551px) {
        .blog-post-design .blog-boxes-inline > div {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          margin-bottom: 0; } }
    .blog-post-design .blog-boxes-inline .title {
      font-weight: 700;
      margin-bottom: 0.78571rem; }
    .blog-post-design .blog-boxes-inline .blog-box-pros {
      border-color: #31BB92; }
      .blog-post-design .blog-boxes-inline .blog-box-pros .title {
        color: #31BB92; }
    .blog-post-design .blog-boxes-inline .blog-box-cons {
      border-color: #586D86; }
      .blog-post-design .blog-boxes-inline .blog-box-cons .title {
        color: #586D86; }
  .blog-post-design .blog-row {
    margin-bottom: 3rem;
    margin-top: 1rem; }
    @media (min-width: 800px) {
      .blog-post-design .blog-row {
        font-size: 0; } }
    @media (min-width: 800px) {
      .blog-post-design .blog-row .column {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        font-size: 16px; } }
    .blog-post-design .blog-row .column:first-child {
      margin-bottom: 1.5rem; }
      @media (min-width: 800px) {
        .blog-post-design .blog-row .column:first-child {
          margin-bottom: 0; } }
    .blog-post-design .blog-row .column--image {
      text-align: center; }
      @media (min-width: 800px) {
        .blog-post-design .blog-row .column--image {
          width: 30%; } }
      .blog-post-design .blog-row .column--image img {
        max-width: 260px; }
    @media (min-width: 800px) {
      .blog-post-design .blog-row .column--text {
        width: 70%;
        padding-top: 1rem;
        padding-left: 2rem; } }
    .blog-post-design .blog-row .column--product-details {
      padding-right: 0 !important; }
      .blog-post-design .blog-row .column--product-details > div {
        border: 1px solid #D8D8D8;
        padding-right: 0;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 0.78571rem; }
      .blog-post-design .blog-row .column--product-details img {
        display: block;
        margin: 0 auto;
        width: auto !important;
        max-width: 100%;
        max-height: 240px; }
      .blog-post-design .blog-row .column--product-details .button {
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        border-radius: 0;
        margin-top: 2rem;
        padding: 0.78571rem 1.5rem; }
      .blog-post-design .blog-row .column--product-details .yotpo.bottomLine {
        display: flex;
        justify-content: center; }
        .blog-post-design .blog-row .column--product-details .yotpo.bottomLine a, .blog-post-design .blog-row .column--product-details .yotpo.bottomLine .star-clickable, .blog-post-design .blog-row .column--product-details .yotpo.bottomLine .yotpo-stars {
          cursor: default !important; }
        .blog-post-design .blog-row .column--product-details .yotpo.bottomLine a:hover {
          color: #0c84c0 !important; }
  .blog-post-design .blog-buttons {
    margin-top: 2.5rem;
    text-align: center; }
    @media (min-width: 700px) {
      .blog-post-design .blog-buttons {
        text-align: left; } }
    .blog-post-design .blog-buttons .button {
      display: block;
      margin: 0 auto 1rem;
      border-radius: 0;
      color: #FFFFFF !important; }
      @media (min-width: 700px) {
        .blog-post-design .blog-buttons .button {
          display: inline-block;
          vertical-align: top;
          margin-right: 1rem; } }
  .blog-post-design .button--style1 {
    width: 200px;
    background-color: #6D55AD;
    border-color: #6D55AD; }
    @media (min-width: 700px) {
      .blog-post-design .button--style1 {
        width: 160px; } }
  .blog-post-design .button--style2 {
    width: 200px;
    background-color: #24A7D0;
    border-color: #24A7D0; }
    .blog-post-design .button--style2:hover {
      color: #24A7D0 !important;
      border-color: #24A7D0 !important; }
  .blog-post-design .button--style3 {
    width: 200px;
    background-color: #586D86;
    border-color: #586D86; }
    .blog-post-design .button--style3:hover {
      color: #586D86 !important;
      border-color: #586D86 !important; }
  .blog-post-design hr {
    border: 1px solid #24A7D0; }
  .blog-post-design .blog-list {
    list-style-type: none;
    margin-bottom: -0.78571rem; }
    .blog-post-design .blog-list li {
      margin: 0.78571rem 0; }
    .blog-post-design .blog-list span {
      display: inline-block;
      vertical-align: top;
      width: 35px; }
  .blog-post-design .blog-post-right {
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
  .blog-post-design p.head-line, .blog-post-design .head-line {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px; }
  .blog-post-design > div.highlighted-box {
    border: 1px solid #C2D0E0 !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2) !important;
    padding: 15px 20px !important; }
    .blog-post-design > div.highlighted-box .heading {
      font-size: 20px;
      line-height: 24px;
      color: #000000;
      margin-bottom: 15px;
      text-align: center; }
    .blog-post-design > div.highlighted-box .cells {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: flex-start; }
      .blog-post-design > div.highlighted-box .cells .cell {
        flex: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        color: #ffffff;
        padding: 20px 10px; }
        @media (min-width: 1181px) {
          .blog-post-design > div.highlighted-box .cells .cell {
            width: 31.5%; } }
        .blog-post-design > div.highlighted-box .cells .cell .left-side {
          flex: none;
          display: inline-block;
          width: 50px;
          height: 37px;
          margin-right: 10px; }
          @media (min-width: 1181px) {
            .blog-post-design > div.highlighted-box .cells .cell .left-side {
              width: 60px;
              height: 42px; } }
        .blog-post-design > div.highlighted-box .cells .cell .right-side {
          flex: none;
          display: inline-block;
          width: calc(100% - 71px); }
          .blog-post-design > div.highlighted-box .cells .cell .right-side span {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            color: #ffffff;
            text-transform: uppercase; }
        .blog-post-design > div.highlighted-box .cells .cell:nth-child(2) {
          margin: 10px 0; }
          @media (min-width: 1181px) {
            .blog-post-design > div.highlighted-box .cells .cell:nth-child(2) {
              margin: 0 2.3%; } }
        .blog-post-design > div.highlighted-box .cells .cell.home-cell {
          background: #6D52AF; }
          .blog-post-design > div.highlighted-box .cells .cell.home-cell .left-side img {
            width: 50px;
            height: 33px; }
            @media (min-width: 1181px) {
              .blog-post-design > div.highlighted-box .cells .cell.home-cell .left-side img {
                width: 60px;
                height: 40px; } }
        .blog-post-design > div.highlighted-box .cells .cell.vehicle-cell {
          background: #028EC8; }
          .blog-post-design > div.highlighted-box .cells .cell.vehicle-cell .left-side img {
            width: 48px;
            height: 38px; }
            @media (min-width: 1181px) {
              .blog-post-design > div.highlighted-box .cells .cell.vehicle-cell .left-side img {
                width: 53px;
                height: 42px; } }
        .blog-post-design > div.highlighted-box .cells .cell.commercial-cell {
          background: #4B5577; }
          .blog-post-design > div.highlighted-box .cells .cell.commercial-cell .left-side img {
            width: 35px;
            height: 35px; }
            @media (min-width: 1181px) {
              .blog-post-design > div.highlighted-box .cells .cell.commercial-cell .left-side img {
                width: 42px;
                height: 42px; } }
    .blog-post-design > div.highlighted-box .info-cell {
      display: flex;
      background: #EDEFF1;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start;
      margin-top: 20px;
      padding: 15px; }
      .blog-post-design > div.highlighted-box .info-cell .left-side {
        flex: none;
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-right: 18px; }
      .blog-post-design > div.highlighted-box .info-cell .right-side {
        flex: none;
        display: inline-block;
        width: calc(100% - 52px);
        max-width: 600px; }
        .blog-post-design > div.highlighted-box .info-cell .right-side .heading {
          color: #0C84C0;
          font-size: 16px;
          font-weight: bold;
          line-height: 30px;
          text-transform: uppercase; }
        .blog-post-design > div.highlighted-box .info-cell .right-side p {
          color: #000000;
          font-size: 16px;
          line-height: 23px; }
          .blog-post-design > div.highlighted-box .info-cell .right-side p a {
            color: #0C84C0; }
            .blog-post-design > div.highlighted-box .info-cell .right-side p a.phone-number {
              color: #000000 !important;
              font-weight: bold; }

.blog-post-header {
  background: linear-gradient(90deg, #165676 0%, #0288B2 55.56%, #0288B2 100%); }

.blog-post-header--top {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  height: inherit; }
  .blog-post-header--top .container {
    position: relative; }
  @media (min-width: 800px) {
    .blog-post-header--top {
      height: 300px; }
      .blog-post-header--top .container {
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: row;
        top: 0; } }
  @media (min-width: 1181px) {
    .blog-post-header--top {
      height: inherit; } }
  .blog-post-header--top .blog-post-image, .blog-post-header--top .blog-post-heading {
    width: 100%;
    position: relative; }
    @media (min-width: 800px) {
      .blog-post-header--top .blog-post-image, .blog-post-header--top .blog-post-heading {
        width: 50%; } }
  .blog-post-header--top .blog-post-image {
    margin-left: auto;
    background-size: cover;
    padding-bottom: 42%;
    height: 225px; }
    .blog-post-header--top .blog-post-image img {
      display: none;
      width: 100%; }
    @media (min-width: 800px) {
      .blog-post-header--top .blog-post-image {
        height: 300px;
        padding-bottom: inherit; } }
    @media (min-width: 1181px) {
      .blog-post-header--top .blog-post-image {
        background-image: none;
        height: inherit; }
        .blog-post-header--top .blog-post-image img {
          display: block; } }
  @media (min-width: 1181px) {
    .blog-post-header--top .blog-post-heading {
      position: relative;
      top: 2.5rem; } }
  .blog-post-header--top h1 {
    color: #FFFFFF;
    font-family: "Roboto", Arial, Sans-serif;
    font-size: 26px;
    margin-left: 0;
    margin-bottom: 2.5rem;
    position: relative;
    margin-top: 2.5rem; }
    @media (min-width: 800px) {
      .blog-post-header--top h1 {
        font-size: 30px; } }
    @media (min-width: 1181px) {
      .blog-post-header--top h1 {
        font-size: 34px;
        margin-top: 0; } }
  @media (min-width: 1181px) {
    .blog-post-header--top h1::before {
      content: " ";
      position: absolute;
      width: 80px;
      border-top: 2px solid #FFFFFF;
      top: -2rem; } }
  .blog-post-header--top .blog-post-tags .tags {
    text-align: left; }
  .blog-post-header--top .blog-post-tags .tag {
    margin-right: 0.75rem; }
  .blog-post-header--top .blog-post-tags a {
    font-size: 13px;
    border: 1px solid #0C84C0;
    color: #FFFFFF;
    padding: 0 1rem; }

.blog-post-header--bottom {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 2px 2px 0px #EFEFEF;
  box-shadow: 0px 2px 2px 0px #EFEFEF;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .blog-post-header--bottom .row {
    position: relative; }
  .blog-post-header--bottom .addthis_toolbox {
    margin-top: 0;
    margin-bottom: 1rem; }
    @media (min-width: 551px) {
      .blog-post-header--bottom .addthis_toolbox {
        margin-top: 0.3rem;
        right: 0; } }
  .blog-post-header--bottom .posted-by {
    margin: 0; }

.blog-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .blog-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.blog-post .blogInquiryForm {
  background-color: #DD2C79;
  color: #FFF !important;
  max-width: 215px;
  display: block;
  padding: 15px 30px;
  margin: 1.5rem auto;
  text-align: center; }

.blog-post .blog-table {
  overflow-x: auto; }
  .blog-post .blog-table table tr {
    border: 0; }
  .blog-post .blog-table table th, .blog-post .blog-table table td {
    text-align: left;
    font-size: 14px; }
  .blog-post .blog-table table th {
    background-color: #3d4356;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 0.78571rem 1.5rem; }
  .blog-post .blog-table table td {
    padding: 1rem 1.5rem;
    border-left: 0;
    border-right: 2px solid #ccc;
    border-top: 0;
    border-bottom: 2px solid #ccc; }
    .blog-post .blog-table table td:last-child {
      border-right: 0; }

.blogShoppingCards {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
  padding-bottom: 0 !important; }
  .blogShoppingCards .blogShoppingCard {
    width: 100%;
    border: 1px solid #CCC;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem; }
    @media (min-width: 800px) {
      .blogShoppingCards .blogShoppingCard {
        width: calc(50% - 1.5rem);
        margin-left: .75rem;
        margin-right: .75rem; } }
  .blogShoppingCards .blogShoppingCard-image {
    padding: 1.5rem 1.5rem 0 1.5rem; }
    @media (min-width: 375px) {
      .blogShoppingCards .blogShoppingCard-image {
        width: 35%;
        padding: 1.5rem 0 1.5rem .75rem; } }
  .blogShoppingCards .blogShoppingCard-details {
    padding: 1.5rem; }
    @media (min-width: 375px) {
      .blogShoppingCards .blogShoppingCard-details {
        display: flex;
        flex-direction: column;
        width: 65%;
        padding: 1.5rem .75rem; } }
  .blogShoppingCards .blogShoppingCard-price {
    font-size: 19px;
    font-weight: 600;
    color: #000; }
    @media (min-width: 375px) {
      .blogShoppingCards .blogShoppingCard-price {
        font-size: 16px; } }
    .blogShoppingCards .blogShoppingCard-price .price-rrp {
      color: #DD2C79;
      font-size: 15px;
      text-decoration: line-through; }
      @media (min-width: 375px) {
        .blogShoppingCards .blogShoppingCard-price .price-rrp {
          font-size: 12px; } }
  .blogShoppingCards .blogShoppingCard-name {
    margin: .35rem 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px; }
    @media (min-width: 375px) {
      .blogShoppingCards .blogShoppingCard-name {
        margin: .33rem 0;
        font-size: 16px;
        line-height: 20px; } }
  .blogShoppingCards .blogShoppingCard-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0.35rem 0 1rem 0.35rem;
    color: #000; }
  .blogShoppingCards .blogShoppingCard-button {
    width: 100%;
    max-width: 200px;
    margin-top: .75rem;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #FFF !important;
    background: #24A7D0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase; }
    .blogShoppingCards .blogShoppingCard-button svg {
      fill: #fff;
      height: 20px;
      width: 20px;
      margin-left: 0.75rem; }
    @media (min-width: 800px) {
      .blogShoppingCards .blogShoppingCard-button {
        margin-top: auto; } }
    .blogShoppingCards .blogShoppingCard-button:hover {
      background: #1B7D9C; }

.quiz-banner {
  background-color: #15a6ce;
  text-align: center;
  padding: 20px; }
  .quiz-banner > p {
    color: #ffffff !important;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 8px; }
  .quiz-banner > a {
    background-color: #dd2d79;
    color: #ffffff;
    padding: 4px 23px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 13px; }
  @media (max-width: 600px) {
    .quiz-banner {
      padding: 10px; }
      .quiz-banner > a {
        padding: 2px 11.5px;
        font-size: 10px; } }

.blog-modern-product-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  margin: 1.5rem auto 3rem auto;
  background: #F7F7F7;
  max-width: 750px; }
  .blog-modern-product-box .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.78571rem; }
    .blog-modern-product-box .details .name {
      margin-bottom: 0.78571rem;
      font-size: 20px;
      font-weight: 600;
      text-decoration: none !important;
      color: #008ACA; }
    .blog-modern-product-box .details .blurb {
      text-align: center;
      font-size: 16px; }
    .blog-modern-product-box .details .link {
      text-align: center;
      background-color: #078ac7;
      color: #FFF;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none !important;
      padding: 10px 25px;
      transition: all .2s;
      cursor: pointer; }
      .blog-modern-product-box .details .link:hover, .blog-modern-product-box .details .link:focus {
        background: #2a5d89 !important; }
  @media (min-width: 1181px) {
    .blog-modern-product-box {
      flex-direction: row;
      margin-bottom: 4rem; }
      .blog-modern-product-box .image {
        min-width: 155px;
        padding-left: 0.78571rem; }
      .blog-modern-product-box .details {
        padding-left: 1.5rem;
        align-items: flex-start; }
        .blog-modern-product-box .details .blurb {
          text-align: left; }
        .blog-modern-product-box .details .link {
          margin-left: auto; } }
