/* Imports
------------------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix
------------------------------------------ */
.cf:before,
.cf:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Fonts
------------------------------------------ */
@font-face {
  font-family: MuseoSlab-700;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/MuseoSlab-700/museoslab-700.eot');
  src: url('fonts/MuseoSlab-700/museoslab-700.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/MuseoSlab-700/museoslab-700.woff') format('woff'),
    url('fonts/MuseoSlab-700/museoslab-700.ttf') format('truetype'),
    url('fonts/MuseoSlab-700/museoslab-700.svg#MuseoSlab-700') format('svg');
}
@font-face {
  font-family: Raleway;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Raleway/raleway-regular-webfont.eot');
  src: url('fonts/Raleway/raleway-regular-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/Raleway/raleway-regular-webfont.woff') format('woff'),
    url('fonts/Raleway/raleway-regular-webfont.ttf') format('truetype'),
    url('fonts/Raleway/raleway-regular-webfont.svg#Raleway') format('svg');
}
@font-face {
  font-family: Raleway-Bold;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Raleway/raleway-bold-webfont.eot');
  src: url('fonts/Raleway/raleway-bold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/Raleway/raleway-bold-webfont.woff') format('woff'),
    url('fonts/Raleway/raleway-bold-webfont.ttf') format('truetype'),
    url('fonts/Raleway/raleway-bold-webfont.svg#Raleway-Bold') format('svg');
}
@font-face {
  font-family: Gotham-Book;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/GothamBook/gotham-book.eot');
  src: url('fonts/GothamBook/gotham-book.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/GothamBook/gotham-book.woff') format('woff'),
    url('fonts/GothamBook/gotham-book.ttf') format('truetype'),
    url('fonts/GothamBook/gotham-book.svg#Gotham-Book') format('svg');
}
@font-face {
  font-family: Gotham-Bold;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/GothamBold/gotham-bold-webfont.woff2') format('woff2'),
    url('fonts/GothamBold/gotham-bold-webfont.woff') format('woff');
}
/* Colors
------------------------------------------ */
/* Global
------------------------------------------ */
* {
  margin: 0;
}

html {
  font-size: 16px;
  font-family: 'Gotham-Book';
}

a {
  text-decoration: none;
  color: #f49d33;
}

a:focus {
  outline: none;
}

h2 {
  font-family: 'MuseoSlab-700';
  color: #fff;
  padding: 15px 30px;
  background: #a80f15;
  display: inline-block;
  margin: 30px auto;
  font-size: 2em;
  line-height: 133%;
  max-width: 35%;
}

h3 {
  font-family: 'Gotham-Bold';
  font-size: 2.5em;
  line-height: 1.5;
}

h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
  line-height: 1.5;
}

p {
  color: #fff;
  line-height: 1.5;
}

.site-wrapper {
  min-height: 90vh;
}

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width: 80%;
}

.site-container {
  min-height: 80vh;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed-background {
  background-size: cover;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }

  h2 {
    max-width: 90%;
    font-size: 1.5em;
  }

  .wrapper {
    width: 90%;
  }

  .fixed-background {
    background-attachment: initial;
  }
}
.telephone {
  font-size: 18px;
  font-family: 'Raleway-Bold';
  line-height: 133%;
  right: 5%;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .telephone {
    position: absolute;
    text-align: right;
  }
}

/* Header
------------------------------------------ */
header {
  background: #0f394d;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}
.header-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 3%;
}
header .home-link {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logo {
  max-width: 150px;
  height: auto;
  margin-right: 10px;
}
header svg {
  height: auto;
  fill: #f49d33;
}
.phone-number {
  color: #fff;
  font-family: 'Gotham-Book';
  font-size: 16px;
  margin-left: 24px;
}

nav {
  padding: 36px 20px;
  width: 70%;
  text-align: right;
}
nav ul li {
  display: inline-block;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
nav ul li a {
  font-family: 'Raleway-Bold';
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 1.25rem;
  padding: 5px 15px;
  text-transform: uppercase;
}
nav ul li:hover a,
nav ul li.current_page_item a {
  color: #4e9dc2;
}
nav ul li:last-child {
  border-right: 0px;
}
nav ul li.nav-item-shop a {
  color: #f49d33;
}
nav ul li.nav-item-shop a:hover {
  color: #4e9dc2;
}

@media screen and (max-width: 768px) {
  header a.home-link {
    width: 80%;
  }
  header a.home-link svg {
    display: none;
  }
  header .logo {
    max-width: 110px;
  }

  nav {
    display: none;
  }
}
/* Mobile Header
------------------------------------------ */
.nav-icon {
  display: none;
  font-family: 'Gotham-Bold';
  color: #fff;
  width: 20%;
  padding-right: 10px;
  text-align: right;
  cursor: pointer;
}

.mobile-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 100;
  background: #0f394d;
  text-align: center;
}
.mobile-nav a {
  color: #fff;
  display: block;
  padding: 20px;
  font-size: 2em;
}
.mobile-nav .x-out {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 8px;
}
.mobile-nav .x-out svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  top: 0px;
}
.mobile-nav.open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .nav-icon {
    display: block;
  }
  .nav-icon svg {
    top: 0px;
    height: 30px;
    width: 30px;
  }

  .mobile-nav {
    display: block;
  }
}
/* Home
------------------------------------------ */
#hero {
  background-image: url(../images/backgrounds/hero-image.jpg);
  background-size: cover;
  background-position: center;
}
#hero .wrapper {
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
#hero .left-content {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
#hero .left-content span {
  font-family: 'MuseoSlab-700';
  display: block;
  margin: 20px 0;
}
#hero .left-content span:first-child {
  text-transform: uppercase;
  font-size: 4em;
}
#hero .left-content span:nth-child(2) {
  font-size: 3em;
}
#hero a.hero-arrow-down {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#hero a.hero-arrow-down svg {
  fill: #333333;
  width: 40px;
  height: 40px;
}
#hero a.hero-arrow-down:hover svg {
  fill: #f49d33;
}

#featured {
  padding: 20px;
  background: #0f394d;
}
.featured-article {
  margin: 20px;
  padding: 80px 0;
  width: calc(50% - 40px);
  background: white;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Gotham-Bold';
  font-size: 2rem;
  line-height: 1.5;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-radial-gradient(center, ellipse, #fff 30%, #006696 100%);
  background: -o-radial-gradient(center, ellipse, #fff 30%, #006696 100%);
  background: radial-gradient(ellipse at center, #fff 30%, #006696 100%);
}
.featured-article:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #hero .wrapper {
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  #hero a.hero-arrow-down {
    bottom: 10px;
  }

  .featured-article {
    font-size: 2em;
    width: 100%;
    padding: 40px 0;
  }
}
/* Solutions
------------------------------------------ */
.ubiquiti {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1.5rem 0 0;
}
#solutions {
  background-image: url(../images/backgrounds/pricing.jpg);
  background-size: cover;
  text-align: center;
}
#solutions .wrapper {
  padding: 10px 50px;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}
#solutions .left-content {
  width: calc(50% - 40px);
  margin: 20px;
}
#solutions .right-content {
  width: calc(50% - 40px);
  margin: 20px;
}
#solutions h5 {
  color: #4e9dc2;
}
#solutions ul li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
}
#solutions ul li a {
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  border: 1px transparent solid;
  width: 100%;
}
#solutions ul li a .more-info {
}
#solutions ul li a:hover {
  border: 1px #4e9dc2 solid;
}
#solutions ul li a:hover .more-info {
  color: #4e9dc2;
}
#solutions ul li .icon {
  width: 10%;
  height: auto;
  margin-right: 5%;
}
#solutions ul li .icon img {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
}
#solutions ul li .content {
  text-align: left;
  width: 85%;
}
#solutions ul li .content h5 {
  font-size: 1.5em;
  font-family: 'Gotham-Bold';
  -webkit-text-decoration: uppercase;
  text-decoration: uppercase;
  margin-bottom: 10px;
}
#solutions ul li .content p {
  color: #333333;
}
#solutions .in-building-cta {
  display: block;
}
#solutions .in-building-cta .content {
  width: 100%;
}
#solutions .in-building-cta .content h5 {
  color: #000;
  margin-bottom: 20px;
}
#solutions .in-building-cta .in-building-banner {
  background-position: center bottom;
  background-size: cover;
  height: 40vh;
  position: relative;
  width: 100%;
}
#solutions .in-building-cta .in-building-banner h5 {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
}
#solutions .in-building-cta .flex-container {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
  margin: 40px 0;
}
#solutions .in-building-cta .flex-container a {
  border: 1px #000 solid;
  border-radius: 10px;
  display: block;
  font-family: 'Raleway-Bold';
  padding: 10px 20px;
  text-transform: uppercase;
  width: auto;
}
#solutions .in-building-cta .flex-container a:hover {
  border: 1px #4e9dc2 solid;
  color: #4e9dc2;
}
#solutions .more-info {
  margin-top: 10px;
  font-size: 1.25em;
  display: block;
  font-family: 'Raleway-Bold';
  float: right;
}
#solutions .request-a-quote {
  width: 100%;
  background: #fff;
  padding: 30px 0;
  font-size: 3em;
  font-family: 'MuseoSlab-700';
  display: block;
  color: #000;
}
#solutions .request-a-quote:hover {
  background: #a80f15;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #solutions .wrapper {
    padding: 10px 20px;
  }
  #solutions ul li .icon {
    width: 30%;
  }
}
/* Solutions Secondary Page
------------------------------------------ */
.secondary-page {
  text-align: center;
}
.secondary-page h3 {
  font-size: 24px;
}
.secondary-page .flex-container {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
  margin: 30px auto;
  width: 80%;
}
.secondary-page .column {
  text-align: left;
}
.secondary-page .column h4 {
  border-bottom: 1px #000 solid;
  display: inline-block;
  font-family: 'Raleway-Bold';
  padding-bottom: 3px;
}
.secondary-page .column li {
  margin-bottom: 15px;
}

.copy-container {
  margin: 0 auto 30px;
  text-align: center;
  width: 80%;
}
.copy-container p {
  color: #000;
  font-family: 'Raleway-Bold';
  font-size: 24px;
}

.in-building-cellular.flex-container,
.in-building-public-safety.flex-container {
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
  margin: 20px auto;
  width: 90%;
}
.in-building-cellular ul,
.in-building-public-safety ul {
  list-style: square;
  list-style-position: outside;
  list-style-type: disc;
}
.in-building-cellular ul li,
.in-building-public-safety ul li {
  display: list-item !important;
  margin: 25px 0;
  padding-left: 10px;
  text-align: left;
}
.in-building-cellular .item,
.in-building-public-safety .item {
  line-height: 150%;
  padding: 10px;
}
.in-building-cellular .item img,
.in-building-public-safety .item img {
  width: 100%;
}
.in-building-cellular .left-content,
.in-building-public-safety .left-content {
  font-size: 1.125em;
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .in-building-cellular .left-content,
  .in-building-public-safety .left-content {
    width: 50%;
  }
}
.in-building-cellular .right-content,
.in-building-public-safety .right-content {
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .in-building-cellular .right-content,
  .in-building-public-safety .right-content {
    width: 50%;
  }
}
.in-building-cellular .right-content .flex-container,
.in-building-public-safety .right-content .flex-container {
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.in-building-public-safety ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  list-style-type: none;
}
.in-building-public-safety ul li {
  background: #0f394d;
  border-radius: 40px;
  color: #fff;
  font-family: 'Raleway-Bold';
  font-size: 24px;
  line-height: 133%;
  margin: 20px;
  padding: 40px 20px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .in-building-public-safety ul li {
    width: calc(50% - 40px);
  }
}

.bottom-banner {
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 30px;
  min-height: 75vh;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
.bottom-banner span {
  font-size: 36px;
  font-family: 'Raleway-Bold';
  color: #fff;
  line-height: 133%;
  margin: 0 auto;
  width: 50%;
}

.in-building-wi-fi .benefits,
.rv-parks-wifi .benefits {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
  width: 90%;
}
.in-building-wi-fi .benefits .item,
.rv-parks-wifi .benefits .item {
  background: #0f394d;
  background-position: center;
  background-size: cover;
  border: 2px #000 solid;
  height: 30vh;
  margin-bottom: 20px;
  position: relative;
  width: 45%;
}
@media screen and (min-width: 769px) {
  .in-building-wi-fi .benefits .item,
  .rv-parks-wifi .benefits .item {
    width: 30%;
  }
}
.in-building-wi-fi .benefits .item .copy,
.rv-parks-wifi .benefits .item .copy {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  color: #fff;
  font-family: 'Raleway-Bold';
  font-size: 18px;
  left: 0;
  line-height: 150%;
  padding: 10px;
  position: absolute;
  right: 0;
}

#solutions-secondary-page {
  background-image: url(../images/backgrounds/pricing.jpg);
  background-size: cover;
  text-align: center;
  padding-bottom: 50px;
}
#solutions-secondary-page .wrapper {
  padding: 10px 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}
#solutions-secondary-page .left-content {
  width: calc(50% - 40px);
  margin: 20px;
}
#solutions-secondary-page .right-content {
  width: calc(50% - 40px);
  margin: 20px;
}
#solutions-secondary-page ul.solutions li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 25px 0;
}
#solutions-secondary-page ul.solutions li .icon {
  width: 10%;
  height: auto;
  margin-right: 5%;
}
#solutions-secondary-page ul.solutions li .icon img {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
}
#solutions-secondary-page ul.solutions li .content {
  text-align: left;
  width: 85%;
}
#solutions-secondary-page ul.solutions li .content h5 {
  font-size: 1.5em;
  font-family: 'Gotham-Bold';
  -webkit-text-decoration: uppercase;
  text-decoration: uppercase;
  margin-bottom: 10px;
}
#solutions-secondary-page ul.solutions li .content p {
  color: #333333;
}
#solutions-secondary-page .more-info {
  margin-top: 10px;
  font-size: 1.25em;
  display: block;
  font-family: 'Raleway-Bold';
  float: right;
}
#solutions-secondary-page #what-we-do ul,
#solutions-secondary-page #what-sets-us-apart ul,
#solutions-secondary-page #public-safety ul {
  list-style: square;
  list-style-position: outside;
  list-style-type: disc;
}
#solutions-secondary-page #what-we-do ul li,
#solutions-secondary-page #what-sets-us-apart ul li,
#solutions-secondary-page #public-safety ul li {
  display: list-item !important;
  margin: 25px 0;
  padding-left: 10px;
  text-align: left;
}
#solutions-secondary-page #what-we-do .item,
#solutions-secondary-page #what-sets-us-apart .item,
#solutions-secondary-page #public-safety .item {
  padding: 10px;
}
#solutions-secondary-page #what-we-do .item img,
#solutions-secondary-page #what-sets-us-apart .item img,
#solutions-secondary-page #public-safety .item img {
  width: 100%;
}
#solutions-secondary-page #what-we-do .left-content,
#solutions-secondary-page #what-sets-us-apart .left-content,
#solutions-secondary-page #public-safety .left-content {
  font-size: 1.125em;
}
#solutions-secondary-page #what-we-do .right-content .flex-container,
#solutions-secondary-page #what-sets-us-apart .right-content .flex-container,
#solutions-secondary-page #public-safety .right-content .flex-container {
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#solutions-secondary-page #customers-we-serve .grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#solutions-secondary-page #customers-we-serve .item {
  width: 33.33%;
}
#solutions-secondary-page #customers-we-serve img {
  width: 100%;
  padding: 10px;
}
#solutions-secondary-page .request-a-quote {
  width: 100%;
  background: #fff;
  padding: 30px 0;
  font-size: 3em;
  font-family: 'MuseoSlab-700';
  display: block;
  color: #000;
}
#solutions-secondary-page .request-a-quote:hover {
  background: #a80f15;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #solutions .wrapper {
    padding: 10px 20px;
  }
  #solutions ul li .icon {
    width: 30%;
  }
}
.multipoint .flex-container {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.multipoint .left-content {
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  margin: 10px !important;
  padding: 0 20px;
  width: calc(50% - 20px);
}
.multipoint .right-content {
  margin: 10px !important;
  padding: 0 20px;
  width: calc(50% - 20px);
}
.multipoint ul {
  list-style: square;
  list-style-position: outside;
  list-style-type: disc;
}
.multipoint ul li {
  display: list-item !important;
  line-height: 1.25;
  margin: 25px 0;
  padding-left: 10px;
  text-align: left;
}
.multipoint p {
  color: #000;
  font-family: 'Raleway-Bold';
  padding: 10px 0;
}

/* Support
------------------------------------------ */
#support {
  background-image: url(../images/backgrounds/pricing.jpg);
  background-size: cover;
  padding-bottom: 80px;
  text-align: center;
}
#support .wrapper {
  padding: 10px 50px;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}
#support p {
  color: #000;
  margin: 20px 0;
  line-height: 1.5;
}
#support h5 {
  font-family: 'Gotham-Bold';
}
#support .tabs a:hover {
  text-decoration: underline;
}
#support ul {
  list-style: square;
  list-style-position: outside;
  list-style-type: disc;
}
#support ul li {
  display: list-item !important;
  margin: 25px 0;
  padding-left: 10px;
  text-align: left;
}

/* About
------------------------------------------ */
#about {
  text-align: center;
  background-image: url(../images/backgrounds/pricing.jpg);
  background-size: cover;
  padding-bottom: 30px;
}
#about .wrapper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px 50px;
  text-align: left;
  font-size: 1.25em;
}
#about p {
  margin: 30px 0;
}
#about .left-content {
  width: calc(50% - 40px);
  margin: 20px;
}
#about .right-content {
  width: calc(50% - 40px);
  margin: 180px 20px 20px;
}

@media screen and (max-width: 768px) {
  #about .wrapper {
    padding: 10px;
  }
  #about .left-content {
    width: 100%;
    margin: 0px;
  }
  #about .right-content {
    width: 100%;
    margin: 0px;
  }
  #about p {
    margin: 10px 0;
  }
}
/* Contact
------------------------------------------ */
#contact {
  background-image: url(../images/backgrounds/pricing.jpg);
  background-size: cover;
  text-align: center;
  padding-bottom: 50px;
}
#contact .flex-container {
  padding: 30px 0;
}
#contact .left-content {
  width: 50%;
  text-align: left;
  font-family: 'Gotham-Bold';
}
#contact .right-content {
  width: 50%;
  text-align: left;
  font-family: 'Gotham-Bold';
  line-height: 1.5;
}
#contact .right-content .address {
  margin: 0 0 30px;
  font-size: 1.25em;
}
#contact .right-content .phone {
  width: 100%;
  margin: 10px 0 30px;
  font-size: 1.25em;
}
#contact .right-content .email {
  font-size: 1.25em;
}
#contact .right-content .email a {
  color: #000;
}
#contact .right-content .email a:hover {
  text-decoration: underline;
}
#contact .wpcf7-form {
  display: block;
  outline: none;
  border: 0px;
  width: 80%;
}
#contact .wpcf7-form input,
#contact .wpcf7-form textarea {
  font-family: 'Gotham-Book';
  border: 0px;
  width: 100%;
  border-radius: 3px;
  margin: 5px 0;
  font-size: 0.85em;
  padding: 5px;
}
#contact .wpcf7-form .wpcf7-submit {
  font-family: 'Gotham-Bold';
  border-radius: 3px;
  font-size: 1.25em;
  outline: none;
  border: 0px;
  color: #fff;
  background: #4e9dc2;
  display: inline-block;
  width: 20%;
  cursor: pointer;
}
#contact .wpcf7-form .wpcf7-submit:hover {
  background: #00618e;
}

@media screen and (max-width: 768px) {
  #contact .left-content {
    width: 100%;
  }
  #contact .right-content {
    width: 100%;
  }
}
/* Distributors
------------------------------------------ */
#distributors {
  text-align: center;
  background-image: url(../images/backgrounds/pricing.jpg);
  background-size: cover;
  padding-bottom: 30px;
}
#distributors .wrapper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px 50px;
  text-align: left;
  font-size: 1.25em;
}
#distributors h4 {
  font-size: 1.25em;
  text-decoration: underline;
}
#distributors p {
  margin: 30px 0;
}
#distributors article {
  color: #fff;
  margin: 50px 0;
}
#distributors strong {
  font-family: 'Gotham-Bold';
  font-weight: 400;
}
#distributors .business {
  margin: 25px 0;
  line-height: 1.5;
}
#distributors .business .location {
  width: 40%;
}
#distributors .business .contact-info {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #distributors .wrapper {
    padding: 10px 25px;
  }
  #distributors article {
    margin: 25px 0;
  }
  #distributors .business .location {
    width: 100%;
    margin: 10px 0;
  }
  #distributors .business .contact-info {
    width: 100%;
  }
  #distributors p {
    margin: 10px 0;
  }
}
/* Tabs
------------------------------------------ */
nav.tab-nav {
  text-align: center;
  width: 100%;
}
nav.tab-nav a {
  background: #0f394d;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: 'MuseoSlab-700';
  margin: 10px;
}
nav.tab-nav a:hover,
nav.tab-nav a.active {
  background: #4e9dc2;
  text-decoration: none;
}

.tabs {
  margin: 0 auto;
  text-align: left;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

@media screen and (max-width: 768px) {
  nav.tab-nav {
    display: block;
    padding: 10px;
  }
  nav.tab-nav a {
    display: block;
    padding: 10px 0;
    margin: 10px 0;
    border-right: 0px;
    font-size: 1.25em;
  }
}
/* Footer
------------------------------------------ */
footer {
  height: 56px;
  padding: 20px 0;
  text-align: center;
  background: #333333;
  color: #fff;
  font-family: 'Gotham-Book';
}

.push {
  height: 56px;
}

/** Products */
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 0;
}

.products__item {
  background-color: #0f394d;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 1rem;
  width: calc(33.33% - 2rem);
}

.products__item-image {
  height: auto;
  margin: 0 auto 1.5rem;
  width: 100%;
}

.products__item-heading {
  font-size: 1.5rem;
}

.products__item-subheading {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}
