/*
  Theme Name: Purple WiFi v4
  Description: Purple WiFi Site Theme
  Version: 4.0
  Author: Dave Musgrove
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
html {
  font-size: 100%;
}
body {
  font-family: 'Roboto', 'Helvetica Neue', arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #494949;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
i,
em,
.em,
dfn,
blockquote,
q {
  font-style: italic;
}
a {
  color: #7967ad;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
p {
  margin: 0 0 1.6em 0;
}
pre {
  margin: 1em 0;
}
ul + p,
ul + pre,
ol + p,
ol + pre {
  margin-top: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
mark {
  background: #ff0;
  color: #111;
}
audio:not([controls]) {
  height: 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 0.33em 0;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.no-style-heading {
  font-size: 100%;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dd {
  margin-bottom: 1em;
}
menu,
ol,
ul {
  padding: 0 0 0 22px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
.list-unstyled,
.list-inline,
.footer-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-unstyled li,
.list-inline li,
.footer-breadcrumb ul li {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #434343;
  margin: 1em 0;
}
blockquote p {
  margin: 1em 0;
}
cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
code,
kbd,
pre,
samp {
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px;
}
code {
  color: #111;
}
table {
  width: 100%;
  margin: 1em 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}
table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
table thead th,
table tfoot th {
  vertical-align: bottom;
  background-color: #f1f1f1;
  color: #333;
}
table caption {
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
label {
  margin: 0;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.checkbox {
  margin: 0.2em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-top: 0.05em;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button {
  border: 0;
  border-radius: 4px;
  font-size: 120%;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 8px 30px;
  background-color: #7967ad;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button.button-active {
  background-color: #ea5484;
  border: 1px solid #ffffff;
  padding: 8px 40px;
}
.button.button-active.button-border {
  border: 1px solid #ea5484;
}
.button.button-active.button-loadmore {
  border: 1px solid #ea5484;
}
.button.button-active:hover {
  background-color: #ffffff;
  color: #6f5691 !important;
}
.button.button-black {
  background-color: #3d3d3d;
  border: 1px solid #ffffff;
}
.button.button-black:hover {
  color: #3d3d3d !important;
}
.button.button-border {
  border: 1px solid #7967ad;
}
.button.button-login {
  margin-bottom: 16px;
}
.button.button-lightblue {
  background-color: #6fbdc3;
  border: 1px solid #6fbdc3;
}
.button.button-lightblue:hover {
  color: #63626b !important;
}
.button.button-mediumgrey {
  background-color: #63626b;
  border: 1px solid #ffffff;
}
.button.button-mediumgrey:hover {
  color: #63626b !important;
}
.button.button-noborder {
  border: none !important;
}
.button.button-plain {
  border: 1px solid #7967ad;
}
.button.button-plain:hover {
  color: #7967ad !important;
}
.button.button-white {
  background-color: #ffffff;
  border: 1px solid #898989;
  color: #3d3d3d;
}
.button.button-white:hover {
  color: #898989 !important;
}
.button:hover {
  background-color: #ffffff;
  color: #6f5691 !important;
}
.button i {
  margin-left: 10px;
}
.button:active {
  top: 1px;
}
.grey-button {
  background-color: #eee;
  color: #434343;
}
.grey-button:hover {
  background-color: #f1f1f1;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.button-unstyled {
  font-size: 16px;
  font-size: 1rem;
  color: #7967ad;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.button-unstyled:hover {
  text-decoration: none;
}
.button-unstyled[disabled],
.button-unstyled.disabled {
  text-decoration: none;
  color: #999;
  background-color: #ccc;
}
.left,
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
}
.right {
  float: right;
}
.block,
.checkbox {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
audio,
canvas,
video,
.list-inline,
.list-inline li,
.button,
.footer-breadcrumb ul,
.footer-breadcrumb ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.none,
[hidden],
audio:not([controls]) {
  display: none;
}
.font-ultra-bold {
  font-weight: 900;
}
.font-bold,
b,
strong,
.strong {
  font-weight: 700;
}
.font-normal,
dt,
cite,
table thead th,
table tfoot th,
table caption,
legend,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-thin {
  font-weight: 100;
}
.font-normal,
dt,
cite,
table thead th,
table tfoot th,
table caption,
legend,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-style: normal;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.text-left,
table caption {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.button {
  text-align: center;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.image-left {
  margin-right: 20px;
}
.image-right {
  margin-left: 20px;
}
.section {
  position: relative;
}
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.col img {
  max-width: 100%;
}
[class*="pull-"],
[class*="push-"] {
  position: relative;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  width: 8.33333%;
  width: calc(100% / 12 * 1);
  width: -webkit-calc(100% / 12 * 1);
  width: -moz-calc(100% / 12 * 1);
}
.col-2 {
  width: 16.66667%;
  width: calc(100% / 12 * 2);
  width: -webkit-calc(100% / 12 * 2);
  width: -moz-calc(100% / 12 * 2);
}
.col-3,
.col-1-4 {
  width: 25%;
  width: calc(100% / 12 * 3);
  width: -webkit-calc(100% / 12 * 3);
  width: -moz-calc(100% / 12 * 3);
}
.col-4,
.col-1-3 {
  width: 33.33333%;
  width: calc(100% / 12 * 4);
  width: -webkit-calc(100% / 12 * 4);
  width: -moz-calc(100% / 12 * 4);
}
.col-5 {
  width: 41.66665%;
  width: calc(100% / 12 * 5);
  width: -webkit-calc(100% / 12 * 5);
  width: -moz-calc(100% / 12 * 5);
}
.col-6,
.col-1-2 {
  width: 50%;
  width: calc(100% / 12 * 6);
  width: -webkit-calc(100% / 12 * 6);
  width: -moz-calc(100% / 12 * 6);
}
.col-7 {
  width: 58.33333%;
  width: calc(100% / 12 * 7);
  width: -webkit-calc(100% / 12 * 7);
  width: -moz-calc(100% / 12 * 7);
}
.col-8 {
  width: 66.66666%;
  width: calc(100% / 12 * 8);
  width: -webkit-calc(100% / 12 * 8);
  width: -moz-calc(100% / 12 * 8);
}
.col-9,
.col-3-4 {
  width: 75%;
  width: calc(100% / 12 * 9);
  width: -webkit-calc(100% / 12 * 9);
  width: -moz-calc(100% / 12 * 9);
}
.col-10 {
  width: 83.33333%;
  width: calc(100% / 12 * 10);
  width: -webkit-calc(100% / 12 * 10);
  width: -moz-calc(100% / 12 * 10);
}
.col-11 {
  width: 91.66666%;
  width: calc(100% / 12 * 11);
  width: -webkit-calc(100% / 12 * 11);
  width: -moz-calc(100% / 12 * 11);
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333%;
  left: calc(100% / 12 * 1);
  left: -webkit-calc(100% / 12 * 1);
  left: -moz-calc(100% / 12 * 1);
}
.pull-1 {
  left: -8.33333%;
  left: calc(-100% / 12 * 1);
  left: -webkit-calc(-100% / 12 * 1);
  left: -moz-calc(-100% / 12 * 1);
}
.push-2 {
  left: 16.66667%;
  left: calc(100% / 12 * 2);
  left: -webkit-calc(100% / 12 * 2);
  left: -moz-calc(100% / 12 * 2);
}
.pull-2 {
  left: -16.66667%;
  left: calc(-100% / 12 * 2);
  left: -webkit-calc(-100% / 12 * 2);
  left: -moz-calc(-100% / 12 * 2);
}
.push-3,
.push-1-4 {
  left: 25%;
  left: calc(100% / 12 * 3);
  left: -webkit-calc(100% / 12 * 3);
  left: -moz-calc(100% / 12 * 3);
}
.pull-3,
.pull-1-4 {
  left: -25%;
  left: calc(-100% / 12 * 3);
  left: -webkit-calc(-100% / 12 * 3);
  left: -moz-calc(-100% / 12 * 3);
}
.push-4,
.push-1-3 {
  left: 33.33333%;
  left: calc(100% / 12 * 4);
  left: -webkit-calc(100% / 12 * 4);
  left: -moz-calc(100% / 12 * 4);
}
.pull-4,
.pull-1-3 {
  left: -33.33333%;
  left: calc(-100% / 12 * 4);
  left: -webkit-calc(-100% / 12 * 4);
  left: -moz-calc(-100% / 12 * 4);
}
.push-5 {
  left: 41.66665%;
  left: calc(100% / 12 * 5);
  left: -webkit-calc(100% / 12 * 5);
  left: -moz-calc(100% / 12 * 5);
}
.pull-5 {
  left: -41.66665%;
  left: calc(-100% / 12 * 5);
  left: -webkit-calc(-100% / 12 * 5);
  left: -moz-calc(-100% / 12 * 5);
}
.push-6,
.push-1-2 {
  left: 50%;
  left: calc(100% / 12 * 6);
  left: -webkit-calc(100% / 12 * 6);
  left: -moz-calc(100% / 12 * 6);
}
.pull-6,
.pull-1-2 {
  left: -50%;
  left: calc(-100% / 12 * 6);
  left: -webkit-calc(-100% / 12 * 6);
  left: -moz-calc(-100% / 12 * 6);
}
.push-7 {
  left: 58.33333%;
  left: calc(100% / 12 * 7);
  left: -webkit-calc(100% / 12 * 7);
  left: -moz-calc(100% / 12 * 7);
}
.pull-7 {
  left: -58.33333%;
  left: calc(-100% / 12 * 7);
  left: -webkit-calc(-100% / 12 * 7);
  left: -moz-calc(-100% / 12 * 7);
}
.push-8 {
  left: 66.66666%;
  left: calc(100% / 12 * 8);
  left: -webkit-calc(100% / 12 * 8);
  left: -moz-calc(100% / 12 * 8);
}
.pull-8 {
  left: -66.66666%;
  left: calc(-100% / 12 * 8);
  left: -webkit-calc(-100% / 12 * 8);
  left: -moz-calc(-100% / 12 * 8);
}
.push-9,
.push-3-4 {
  left: 75%;
  left: calc(100% / 12 * 9);
  left: -webkit-calc(100% / 12 * 9);
  left: -moz-calc(100% / 12 * 9);
}
.pull-9,
.pull-3-4 {
  left: -75%;
  left: calc(-100% / 12 * 9);
  left: -webkit-calc(-100% / 12 * 9);
  left: -moz-calc(-100% / 12 * 9);
}
.push-10 {
  left: 83.33333%;
  left: calc(100% / 12 * 10);
  left: -webkit-calc(100% / 12 * 10);
  left: -moz-calc(100% / 12 * 10);
}
.pull-10 {
  left: -83.33333%;
  left: calc(-100% / 12 * 10);
  left: -webkit-calc(-100% / 12 * 10);
  left: -moz-calc(-100% / 12 * 10);
}
.push-11 {
  left: 91.66666%;
  left: calc(100% / 12 * 11);
  left: -webkit-calc(100% / 12 * 11);
  left: -moz-calc(100% / 12 * 11);
}
.pull-11 {
  left: -91.66666%;
  left: calc(-100% / 12 * 11);
  left: -webkit-calc(-100% / 12 * 11);
  left: -moz-calc(-100% / 12 * 11);
}
.row {
  padding-top: 1em;
  padding-bottom: 1em;
}
.no-desktop {
  display: none;
}
.no-margin,
.no-style-heading {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.container-viewport {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.img-fluid.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-replace {
  display: block;
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
}
.row {
  padding: 0;
}
.col-1-5 {
  width: 20%;
  width: calc(100% / 12 * 2.4);
  width: -webkit-calc(100% / 12 * 2.4);
  width: -moz-calc(100% / 12 * 2.4);
}
.tablet-break {
  display: none;
}
.mobile-break {
  display: none;
}
p:empty {
  display: none;
}
body {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 0.5em 0;
  color: #6f5691;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
}
h2,
.h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 1em;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1em;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
  font-weight: 300;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}
h6,
.h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1em;
}
h3.withlines {
  height: 30px;
  margin-left: -8px;
  position: relative;
}
h3.withlines:before {
  bottom: 0;
  border-top: 1px solid #e4e4e3;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 1;
}
h3.withlines div {
  background-color: #f5f5f5;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
  z-index: 2;
}
h3.withlines.withlines-long {
  margin-left: 0;
}
h3.withlines.withlines-long div {
  background-color: #ffffff;
  margin-left: -150px;
  width: 300px;
}

/************************Custom Css**************************************/

.sidebarlayout-sidebar .wrapper {
    padding: 10px 0;
}
.form-allowed-tags{ display:none;}
.popularposts.slim .thumbnail{ display:none;}
.sidebarlayout-sidebar h4 {
    font-size: 24px;
    margin-bottom:0;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto;
	  background: #7a68ae none repeat scroll 0 0;
	  padding:6px 15px;
}
.category a{
color: #7A68AE;
    font-size: 13px;
    font-family: Roboto;
    text-transform: Capitalize;
}
.share > h4 {
    background: #272727;
    color: #ffffff !important;
    float: left;
    font-family: Roboto !important;
    font-size: 18px;
    padding: 4px 0;
    text-align: center;
    width: 25%;
}
.subscribe .wpcf7-form.placeholders {
    width: 100%;
}
.sidebarlayout-sidebar .subscribe .wpcf7-form.placeholders {
    margin: 0 auto;
    width: 80%;
}
#csbwfs-right #csbwfs-re, #csbwfs-right #csbwfs-st, #csbwfs-right #csbwfs-yt, #csbwfs-right #csbwfs-ml, #csbwfs-right #csbwfs-pin, #csbwfs-right #csbwfs-gp, #csbwfs-right #csbwfs-tw, #csbwfs-right #csbwfs-fb, #csbwfs-right #csbwfs-li a{ right:auto !important;}
.csbwfs-sbutton a{ height:auto !important;}
.csbwfs-hide > a{ display:none;}
.sidebarlayout-sidebar .recentposts-entry {
    border-bottom: 1px solid #917dcc;
    padding: 10px 0px;
}
.pp-entry:last-child{ border-bottom:none;}
.popularposts .pp-entry {
    border-bottom: 1px solid #917dcc;
    padding-top: 10px;
}
.subscribe .wrapper {
    background: #F5F5F5;
}
.cstm-aut, .cstm-aut > a {
	color:#fff;
	font-size: 16px;
	font-weight:400 !important;
	margin-bottom:0;
}
.cstm-sec > h3 {
    border-bottom: medium none !important;
    color: #ffffff;
    font-size: 16px;
	font-weight:400 !important;
	margin-top:6px !important;
}
.cstm-sec {
    background: #7A68AE;
    float: left;
    margin-right: 3%;
    max-width: 100%;
    width: 25%;
	padding:15px;
}
.cstm-title {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
	color:#fff;
}
.single_post_cont {
    float: left;
    width: 72%;
}
.sidebarlayout .sidebarlayout-sidebar .social{ display:none;}
.comment-respond {
    padding: 0 10px;
}

/************************15 July***********************************/

.btn {
    border: 2px solid #ffffff !important;
    padding: 10px !important;
}
.btn > a {
    color: #ffffff !important;
}
.tp-leftarrow.default, .tp-rightarrow.default
{
width:32px !important;
height:90px !important;
}
.purple-key {
    border: 2px solid;
    padding: 14px 55px;
    font-size: 15px !important;
    font-weight: normal !important;
}
.how-purple
{
   border: 2px solid;
    padding: 14px 52px;
    font-size: 15px !important;
    font-weight: normal !important;
}
.purple-key:hover, .how-purple:hover {
    color: #8974C3 !important;
}
.three-blocks h3 {
    color: #3d3d3d !important;
}
.three-blocks p {
	line-height:25px;
}
.three-blocks a {
    font-weight: bold;
}
.three-blocks .col.col-1-3.tablet-full.mobile-full {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
	border:0 solid #ebebeb;
	padding-top:15px;
	background:#F9FAFC;
	padding-bottom:40px;
}
.three-blocks .col.col-1-3.tablet-full.mobile-full:nth-child(1) {
    border-left-width: 1px;
}
.three-blocks .col.col-1-3.tablet-full.mobile-full:nth-child(2) {
    border-left-width: 1px;
    border-right-width: 1px;
}
.three-blocks .col.col-1-3.tablet-full.mobile-full:nth-child(3) {
    border-right-width: 1px;
}

.mid-purple-row .readmore{ color:#fff !important;}
header[role="banner"] .search-container .search{ top:10px !important;}
.search > p {
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 8px;
    text-align: center;
}
.tp-caption.small_text, .small_text
{
text-shadow:none !important;
z-index:99999 !important;
}
.portal_login
{
    padding: 3px 35px;
	font-size:16px;
}
.portal_login, #three-btn .col.col-1-3.tablet-full.mobile-full a {
    border: 1px solid #8573bf;
    border-radius: 5px;
    background: #8573bf;
    color: #fff;
    font-weight: normal;
}
.portal_login:hover, #three-btn .col.col-1-3.tablet-full.mobile-full a:hover{ background:#fff; color:#8573bf;}
#three-btn .col.col-1-3.tablet-full.mobile-full a {
    padding: 5px 25px;
}
header[role="banner"] .search-container .search div input{ width:300px !important; padding:0 !important;}

.search {
    margin: 12px auto !important;
}
header[role="banner"] .search-container .search div{ border-radius:5px;}
header[role="banner"] .search-container .search {
    margin: 12px auto;
    max-width: 100% !important;
    width: 700px;
}
.home-section .col.col-1-2.tablet-full.mobile-full > h2{ width:100%; float:left;}
.home-section .icon{ margin-left:20px; float:left; margin-right:20px;}
.home-section h3{ text-align:left;}
.readmore {
    color: #7967ad !important;
    font-weight: bold;
    text-transform: uppercase;
}
.charcoal-row .readmore{ color:#fff !important;}


.srch {
    float: left;
    max-width: 100%;
    width: 50%;
}
.srch input {
    height: 19px;
}
.spot-btn {
    border: 1px solid #8573BF;
    padding: 8px 10px;
    color: #fff !important;
    background: #8573BF;
    font-weight: normal !important;
}
.spot-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #8573bf !important;
}
.tp-caption.medium_text.tp-fade.tp-resizeme.start {
    text-shadow: none !important;
    font-weight: lighter !important;
}
.tp-rightarrow{ right:50px !important;}
.tp-leftarrow{ left:50px !important;}
#stickyheader {
 width: 100%;
 background:#8573BF;
 z-index:99999;
 padding:0;
}
.my_custom_blocks h4, .my_custom_blocks a {
    color: #ffffff;
    position: relative;
    text-align: center;
    top: 4px;
	text-shadow:1px 1px 1px #363636;
}
.social.social-footer{ text-align:center;}
.my_custom_blocks .col.col-1-4.tablet-full.mobile-full {
    border: 1px solid #7A68AE;
}
.my_custom_blocks a:hover{ color:#000000;}
.col.col-1-4.tablet-full.mobile-full.cont img {
    position: relative;
    top: 5px;
}
.circle {
    border: 1px solid #fff !important;
    border-radius: 25px;
    padding: 6px 11px !important;
    text-align: center;
}
.price-col-01 .pricing-column img{ margin-top:27px;}

.hotspot_payment {
    padding: 0px;
	text-align:center;
}
.hotspot_payment h3 {
    color: #000 !important;
    font-weight: bold;
    margin-top: 6px;
}
.hotspot_payment p {
    color: #b0b0b0;
    line-height: 28px;
}
.hotspot_payment .col {
    padding: 0px 30px;
}
.Payment {
    padding: 0px !important;
    background-color: #fff;
}
.router-content {
    background: #7967AD;
}
.rot > li {
    background:url("/wp-content/uploads/2015/08/li-icon.jpg") no-repeat left ;
    color: #fff;
    font-size: 19px;
    line-height: 34px;
    list-style: outside none none;
    padding-left: 24px;
}
#my-col {
    float: left;
    padding: 110px 0;
    text-align: center;
    width: 100%;
}
#my-col h3 {
    margin-top: 20px;
}
.mobile-full.thr-btn:nth-child(1) {
    padding-bottom: 40px !important;
}
.srch {
    margin: 4px 0 0 0;
    padding: 4px 0!important;
}
.srch input {
    margin-bottom: 0;
}
.what_btn {
    color: #fff !important;
    padding: 10px !important;
    border: 1px solid !important;
}
.how-it-works {
    padding: 40px 0 0 0 !important;
}
.work-text {
    padding: 0px 0 40px 0 !important;
}
.tp-leftarrow.default{ background:url('http://www.purplewifi.net/wp-content/uploads/2015/08/large_left.png') no-repeat !important;}
.tp-rightarrow.default{ background:url('http://www.purplewifi.net/wp-content/uploads/2015/08/large_right.png') no-repeat !important;}
.tp-leftarrow.default, .tp-rightarrow.default {
    height: 90px !important;
    width: 32px !important;
}
.abtwifi {
    padding-bottom: 17px;
}
.top_scl {
    position: fixed;
    right: 0;
    top: 96px;
    z-index:99999;
}
.top_scl > li
{
list-style:none;
}
.top_scl img {
    height: 35px;
    width: 35px;
}



/*************************************End Custom Css************************************************/
@media screen and (min-width: 1024px) {
  h3.withlines {
    margin-left: 0;
  }
  h3.withlines:before {
    left: 8px;
    right: 0;
  }
  h3.withlines .withlines-long:before {
    left: 0;
    right: 8px;
  }
}
input,
textarea {
  outline: none;
}
a {
  color: #7967ad;
  text-decoration: none;
}
a:hover {
  color: #9180c4;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.container,
.table-container {
  zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.container:after,
.table-container:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container:before,
.table-container:before,
.container:after,
.table-container:after {
  content: "";
  display: table;
}
.container:after,
.table-container:after {
  clear: both;
}
.gmap {
  border: 1px solid #6f5691;
  margin-right: 20px;
}
.gmap iframe {
  padding: 5px;
}
.su-lightbox {
  cursor: pointer;
}
a.btn-solid {
  font-weight: 400;
  display: inline-block;
  padding: 13px 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #6f5691;
  color: white !important;
}
a.btn-solid:hover {
  color: white !important;
}
a.btn-solid.btn-purple {
  background-color: #6f5691;
}
a.btn-solid.btn-purple:hover {
  background-color: #634d81;
}
a.btn-solid.btn-pink {
  background-color: #e05dd8;
}
a.btn-solid.btn-pink:hover {
  background-color: #dc48d3;
}
a.btn-solid.btn-yellow {
  background-color: #ebaa42;
}
a.btn-solid.btn-yellow:hover {
  background-color: #e9a02b;
}
a.btn-solid.btn-blue {
  background-color: #5ab4e8;
}
a.btn-solid.btn-blue:hover {
  background-color: #44aae5;
}
a.btn-solid.btn-green {
  background-color: #38ba7a;
}
a.btn-solid.btn-green:hover {
  background-color: #32a66d;
}
a.btn-solid.btn-white {
  background-color: white;
  color: #666 !important;
}
a.btn-solid.btn-white:hover {
  background-color: #beb0d0;
}
a.btn-solid.more-link:after {
  content: '\2002\003e';
}
a.btn-solid.back-link:before {
  content: '\003c\2002';
}
a.btn-outline {
  font-weight: 400;
  display: inline-block;
  padding: 11px 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid;
  border-color: #6f5691;
  color: white;
}
a.btn-outline:hover {
  color: white !important;
}
a.btn-outline.btn-purple {
  border-color: #6f5691;
  color: #6f5691 !important;
}
a.btn-outline.btn-purple:hover {
  background-color: #6f5691;
  color: white !important;
}
a.btn-outline.btn-pink {
  border-color: #e05dd8;
  color: #e05dd8 !important;
}
a.btn-outline.btn-pink:hover {
  background-color: #e05dd8;
  color: white !important;
}
a.btn-outline.btn-yellow {
  border-color: #ebaa42;
  color: #ebaa42 !important;
}
a.btn-outline.btn-yellow:hover {
  background-color: #ebaa42;
  color: white !important;
}
a.btn-outline.btn-blue {
  border-color: #5ab4e8;
  color: #5ab4e8 !important;
}
a.btn-outline.btn-blue:hover {
  background-color: #5ab4e8;
  color: white !important;
}
a.btn-outline.btn-green {
  border-color: #38ba7a;
  color: #38ba7a !important;
}
a.btn-outline.btn-green:hover {
  background-color: #38ba7a;
  color: white !important;
}
a.btn-outline.btn-white {
  border-color: white;
  color: white !important;
}
a.btn-outline.btn-white:hover {
  background-color: white;
  color: #666 !important;
}
a.btn-outline.more-link:after {
  content: '\2002\003e';
}
a.btn-outline.back-link:before {
  content: '\003c\2002';
}
a.btn-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
}
a.btn-text.btn-purple {
  color: #6f5691;
}
a.btn-text.btn-purple:hover {
  color: #634d81;
}
a.btn-text.btn-pink {
  color: #e05dd8;
}
a.btn-text.btn-pink:hover {
  color: #dc48d3;
}
a.btn-text.btn-yellow {
  color: #ebaa42;
}
a.btn-text.btn-yellow:hover {
  color: #e9a02b;
}
a.btn-text.btn-blue {
  color: #5ab4e8;
}
a.btn-text.btn-blue:hover {
  color: #44aae5;
}
a.btn-text.btn-green {
  color: #38ba7a;
}
a.btn-text.btn-green:hover {
  color: #32a66d;
}
a.btn-text.btn-white {
  color: white;
}
a.btn-text.btn-white:hover {
  color: #beb0d0;
}
a.btn-text.more-link:after {
  content: '\2002\003e';
}
a.btn-text.back-link:before {
  content: '\003c\2002';
}
#pw-header {
  background-color: #7967ad;
  padding-top: 40px;
  padding-bottom: 25px;
}
#pw-header .row {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.masthead {
  float: left;
}
.masthead a {
  display: block;
  width: 195px;
}
.masthead a img {
  max-width: 100%;
  height: auto;
  display: block;
}
#topnav {
  float: right;
}
#topnav > a {
  display: none;
}
#topnav > div > ul > li > a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}
#topnav .tab-block-title {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #7160a5;
  font-weight: 700;
  color: #7160a5;
}
#topnav .ubermenu-accessible:not(:hover) .ubermenu-target:focus,
#topnav .ubermenu-accessible input:not(:hover):focus {
  outline: thin dotted;
  box-shadow: none !important;
  transition: none;
}
#topnav .ubermenu-searchform {
  background: transparent;
}
#topnav input.ubermenu-search-input {
  border-left: 1px solid #bfb5d7;
  border-top: 1px solid #bfb5d7;
  border-bottom: 1px solid #bfb5d7;
  background: transparent;
  color: #ccbfe1;
  padding-left: 10px;
}
#topnav input.ubermenu-search-input ::-webkit-input-placeholder {
  color: #ccbfe1;
}
#topnav input.ubermenu-search-input :-moz-placeholder {
  color: #ccbfe1;
}
#topnav input.ubermenu-search-input ::-moz-placeholder {
  color: #ccbfe1;
}
#topnav input.ubermenu-search-input :-ms-input-placeholder {
  color: #ccbfe1;
}
#topnav input.ubermenu-search-submit {
  border-right: 1px solid #bfb5d7;
  border-top: 1px solid #bfb5d7;
  border-bottom: 1px solid #bfb5d7;
  background: transparent;
  color: #ccbfe1;
  padding-left: 10px;
}
#click-menu {
  right: 25px !important;
  top: 6px !important;
}
#click-menu .threeLines {
  width: 25px !important;
  height: 27px !important;
}
#click-menu .threeLines .line {
  background: #6f5691 !important;
  height: 4px !important;
  margin-bottom: 5px !important;
}
#responsive-menu ul {
  padding: 0px;
}
#responsive-menu #responsiveSearch {
  width: 100% !important;
  padding-top: 20px !important;
}
#responsive-menu #responsive-menu-title {
  padding: 22px 0 22px 5% !important;
}
#responsive-menu #responsiveSearchInput {
  border: 1px solid #BFB5D7 !important;
  background: transparent !important;
  color: #CCBFE1 !important;
  border-radius: 0 !important;
  padding: 10px 15px !important;
  box-sizing: border-box !important;
}
#pw-footer {
  background-color: #634d81;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-breadcrumb {
  background-color: #56448c;
}
.footer-breadcrumb ul {
  padding-left: 8px;
}
.footer-breadcrumb ul li {
  background: url(../img/breadcrumb_arrow.png) no-repeat right center;
  padding-right: 15px;
}
.footer-breadcrumb ul a.breadcrumb-home {
  width: 35px;
  background: url(../img/icons/icn-breadcrumb_home.png) no-repeat center center;
  text-indent: -9999px;
  display: block;
}
.footer-breadcrumb ul a {
  display: block;
  padding: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
.footer-breadcrumb ul a:hover {
  color: #d7cef2;
}
.footer-sitemap {
  background-color: #8673bf;
  padding: 20px 30px 30px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #443570;
}
.footer-sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.footer-sitemap ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-sitemap ul + ul {
  margin-top: 20px;
}
.footer-sitemap li a {
  color: #DBD5EF;
  font-weight: normal;
}
.footer-sitemap li a:hover {
  color: #fff;
}
.footer-sitemap li.nav-title {
  padding-top: 10px;
}
.footer-sitemap li.nav-title a {
  color: #443570;
  font-weight: bold;
  cursor: text;
}
.footer-sitemap li.nav-title a:hover {
  color: #443570;
}
.footer-copyright p {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #d7cef2;
}
.footer-copyright a {
  color: #d7cef2;
  padding: 0 10px;
}
.footer-copyright a:hover {
  color: #fff;
}
.light-bg-text {
  color: #494949;
}
.light-bg-text h1,
.light-bg-text h2,
.light-bg-text h3,
.light-bg-text h4,
.light-bg-text h5,
.light-bg-text h6 {
  color: #6f5691;
}
.light-bg-text a {
  color: #8872cb;
}
.light-bg-text a:hover {
  color: #c7bde6;
}
.mid-bg-text {
  color: white;
}
.mid-bg-text h1,
.mid-bg-text h2,
.mid-bg-text h3,
.mid-bg-text h4,
.mid-bg-text h5,
.mid-bg-text h6 {
  color: white;
}
.mid-bg-text a {
  color: #251d31;
}
.mid-bg-text a:hover {
  color: #564371;
}
.dark-bg-text {
  color: white;
}
.dark-bg-text h1,
.dark-bg-text h2,
.dark-bg-text h3,
.dark-bg-text h4,
.dark-bg-text h5,
.dark-bg-text h6 {
  color: white;
}
.dark-bg-text a {
  color: #8872cb;
}
.dark-bg-text a:hover {
  color: white;
}
.black-bg-text {
  color: white;
}
.black-bg-text h1,
.black-bg-text h2,
.black-bg-text h3,
.black-bg-text h4,
.black-bg-text h5,
.black-bg-text h6 {
  color: white;
}
.black-bg-text a {
  color: white;
}
.black-bg-text a:hover {
  color: white;
}
.section-base {
  zoom: 1;
  padding: 50px 0;
  background-color: #f4f2fa;
  background-position: center center;
  background-size: cover;
  color: #494949;
}
.section-base:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.section-base:before,
.section-base:after {
  content: "";
  display: table;
}
.section-base:after {
  clear: both;
}
.section-base h1,
.section-base h2,
.section-base h3,
.section-base h4,
.section-base h5,
.section-base h6 {
  color: #6f5691;
}
.section-base a {
  color: #eb6699;
}
.section-base a:hover {
  color: #8872cb;
}
.off-white-row {
  background-color: #f4f2fa;
}
.mid-purple-row {
  background-color: #7967ad;
  color: white;
}
.mid-purple-row h1,
.mid-purple-row h2,
.mid-purple-row h3,
.mid-purple-row h4,
.mid-purple-row h5,
.mid-purple-row h6 {
  color: white;
}
.mid-purple-row a {
  color: #251d31;
}
.mid-purple-row a:hover {
  color: #564371;
}
.charcoal-row {
  background-color: #3e3c41;
  color: white;
}
.charcoal-row h1,
.charcoal-row h2,
.charcoal-row h3,
.charcoal-row h4,
.charcoal-row h5,
.charcoal-row h6 {
  color: white;
}
.charcoal-row a {
  color: #8872cb;
}
.charcoal-row a:hover {
  color: white;
}
.black-row {
  background-color: #1e211d;
  color: white;
}
.black-row h1,
.black-row h2,
.black-row h3,
.black-row h4,
.black-row h5,
.black-row h6 {
  color: white;
}
.black-row a {
  color: white;
}
.black-row a:hover {
  color: white;
}
.section-divider {
  padding: 0;
  background: transparent;
  margin-top: -2px;
}
.section-divider .container {
  height: 2px;
  background-color: #beb0d0;
}
.section-divider.pink .container {
  background-color: #f9ddf7;
}
.section-divider.yellow .container {
  background-color: #fae8cc;
}
.section-divider.blue .container {
  background-color: #e0f1fb;
}
.section-divider.green .container {
  background-color: #a7e4c6;
}
.section-divider.white .container {
  background-color: white;
}
.intro-row h1 {
  margin-bottom: 5px;
  padding-top: 30px !important;
}
.intro-row h4 {
  padding-bottom: 40px !important;
}
.feature-img {
  text-align: center;
}
.feature-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.panel {
  background-color: #8970aa;
  margin: 0 0 20px;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  color: white;
}
.panel .panel-header {
  padding: 15px 30px 15px;
  background-color: #6f5691;
  color: white;
}
.panel .panel-header h1,
.panel .panel-header h2,
.panel .panel-header h3,
.panel .panel-header h4,
.panel .panel-header h5,
.panel .panel-header h6 {
  margin-bottom: 0;
}
.panel .panel-content {
  padding: 20px 30px 15px;
  color: white;
}
.panel .panel-content a {
  color: white;
}
.panel.pink {
  background-color: #e888e2;
}
.panel.pink .panel-header {
  background-color: #e05dd8;
}
.panel.pink .panel-content {
  color: #5f125a;
}
.panel.yellow {
  background-color: #f0bf70;
}
.panel.yellow .panel-header {
  background-color: #ebaa42;
}
.panel.yellow .panel-content {
  color: #583a09;
}
.panel.blue {
  background-color: #87c8ee;
}
.panel.blue .panel-header {
  background-color: #5ab4e8;
}
.panel.blue .panel-content {
  color: #0e4768;
}
.panel.green {
  background-color: #58cd93;
}
.panel.green .panel-header {
  background-color: #38ba7a;
}
.panel.green .panel-content {
  color: #091d13;
}
.comparison-table tbody td,
.comparison-table thead th {
  border: 1px solid #a390bd;
  padding: 10px 20px;
}
.comparison-table thead th {
  background-color: #6f5691;
  color: white;
}
.comparison-table thead th h3 {
  color: white;
  margin: 10px;
  text-align: center;
}
.comparison-table thead th:nth-child(2) {
  background-color: #ebaa42;
}
.comparison-table thead th:nth-child(3) {
  background-color: #38ba7a;
}
.comparison-table tbody tr.sub-head td {
  background-color: #c3b6d4;
}
.comparison-table tbody tr.sub-head td h4 {
  margin: 10px 0;
}
.blog-section .row .col:nth-child(1) {
  width: 75%;
  width: calc(100% / 12 * 9);
  width: -webkit-calc(100% / 12 * 9);
  width: -moz-calc(100% / 12 * 9);
}
.blog-section .row .col:nth-child(2) {
  width: 25%;
  width: calc(100% / 12 * 3);
  width: -webkit-calc(100% / 12 * 3);
  width: -moz-calc(100% / 12 * 3);
}
.blog-section article {
  border-bottom: 2px solid #D1CAE3;
  margin-bottom: 40px;
  padding-bottom: 5px;
}
.blog-section article h3 {
  margin-bottom: 0;
}
.blog-section article .post-details {
  margin-bottom: 20px;
  font-size: 11px;
}
.blog-section article .post-details span {
  margin-right: 10px;
}
.blog-section article .blog-thumb {
  display: block;
  margin-bottom: 30px;
}
.blog-section article .blog-thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}
.blog-section .pagination {
  margin: 20px 0;
}
.blog-section .pagination .page-numbers {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  min-width: 30px;
  margin-right: 5px;
  background-color: #c3b6d4;
}
.blog-section .pagination .page-numbers.current {
  background-color: #8970aa;
  color: white;
}
.grid-item {
  position: relative;
}
.grid-item .grid-description {
  background-color: #3e3c41;
  color: white;
  padding: 20px 30px;
  position: absolute;
  width: 1120px;
  display: none;
  left: 0;
  visibility: hidden;
  z-index: 100;
}
.grid-item-active .grid-tip,
.grid-item-active .grid-tip:hover {
  border: 2px solid purple;
}
.grid-tip {
  display: block;
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #f3f0f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  background-color: white;
}
.grid-tip span {
  display: block;
  text-indent: -9999px;
}
.grid-tip:hover {
  border-color: #b0a0c7;
}
@media (min-width: 1025px) {
  .grid-item-active .grid-description {
    display: block;
    visibility: visible;
  }
  .grid-item:nth-child(4n+2) .grid-description {
    left: -100%;
  }
  .grid-item:nth-child(4n+3) .grid-description {
    left: -200%;
  }
  .grid-item:nth-child(4n+4) .grid-description {
    left: -300%;
  }
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 7px 10px;
  width: 100%;
  color: #444;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
select {
  width: 100%;
  color: #444;
  height: 35px;
  border: 1px solid;
  padding-left: 5px;
}
input[type=submit] {
  font-weight: 400;
  display: inline-block;
  padding: 13px 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #6f5691;
  color: white !important;
  border: 0;
}
input[type=submit]:hover {
  color: white !important;
}
.panel input[type=text],
.panel input[type=password],
.panel input[type=email],
.panel input[type=search],
.panel input[type=tel],
.panel textarea,
.panel select {
  color: white;
  border-color: white;
  background-color: #9680b4;
}
.panel input[type=checkbox] {
  display: none !important;
}
.panel input[type=checkbox] + label {
  margin: 32px 0 0 40px !important;
  position: relative;
}
.panel input[type=checkbox] + label::before {
  position: absolute;
  top: 0px;
  left: -40px;
  content: '';
  display: inline-block;
  margin: 0 5px 0 0;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  background-color: #9680B4;
}
.panel input[type=checkbox]:checked + label::after {
  position: absolute;
  top: 5px;
  left: -35px;
  content: '';
  display: inline-block;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.panel input[type=submit] {
  background-color: white;
  color: #666 !important;
}
.panel input[type=submit]:hover {
  background-color: #beb0d0;
}
.panel .salesforce_w2l_lead span.required {
  color: white !important;
}
.panel.reseller-form .sf_field {
  width: 50%;
  padding: 0 20px;
  float: left;
  clear: none;
}
.panel.reseller-form .sf_field.sf_type_html {
  width: 100%;
  padding-top: 20px;
  clear: both;
}
.panel.reseller-form .sf_field.sf_type_html p {
  display: none;
}
.panel.reseller-form .sf_field.sf_type_textarea {
  width: 100%;
}
.panel.reseller-form .sf_field.sf_type_textarea textarea {
  height: 100px;
}
.panel.reseller-form .punt {
  clear: both;
  padding: 20px 20px 0;
}
.panel.reseller-form #requiredfieldsmsg {
  padding: 20px 20px 0;
}
.pad-top-0 {
  padding-top: 0 !important;
}
.pad-top-10 {
  padding-top: 10px !important;
}
.pad-top-20 {
  padding-top: 20px !important;
}
.pad-top-30 {
  padding-top: 30px !important;
}
.pad-top-40 {
  padding-top: 40px !important;
}
.pad-top-50 {
  padding-top: 50px !important;
}
.pad-top-60 {
  padding-top: 60px !important;
}
.pad-top-80 {
  padding-top: 80px !important;
}
.pad-top-100 {
  padding-top: 100px !important;
}
.pad-top-120 {
  padding-top: 120px !important;
}
.pad-top-140 {
  padding-top: 140px !important;
}
.pad-bottom-0 {
  padding-bottom: 0 !important;
}
.pad-bottom-10 {
  padding-bottom: 10px !important;
}
.pad-bottom-20 {
  padding-bottom: 20px !important;
}
.pad-bottom-30 {
  padding-bottom: 30px !important;
}
.pad-bottom-40 {
  padding-bottom: 40px !important;
}
.pad-bottom-50 {
  padding-bottom: 50px !important;
}
.pad-bottom-60 {
  padding-bottom: 60px !important;
}
.pad-bottom-80 {
  padding-bottom: 80px !important;
}
.pad-bottom-100 {
  padding-bottom: 100px !important;
}
.pad-bottom-120 {
  padding-bottom: 120px !important;
}
.pad-bottom-140 {
  padding-bottom: 140px !important;
}
.pad-left-0 {
  padding-left: 0 !important;
}
.pad-left-10 {
  padding-left: 10px !important;
}
.pad-left-20 {
  padding-left: 20px !important;
}
.pad-left-30 {
  padding-left: 30px !important;
}
.pad-left-40 {
  padding-left: 40px !important;
}
.pad-left-50 {
  padding-left: 50px !important;
}
.pad-left-60 {
  padding-left: 60px !important;
}
.pad-left-80 {
  padding-left: 80px !important;
}
.pad-left-100 {
  padding-left: 100px !important;
}
.pad-left-120 {
  padding-left: 120px !important;
}
.pad-left-140 {
  padding-left: 140px !important;
}
.pad-right-0 {
  padding-right: 0 !important;
}
.pad-right-10 {
  padding-right: 10px !important;
}
.pad-right-20 {
  padding-right: 20px !important;
}
.pad-right-30 {
  padding-right: 30px !important;
}
.pad-right-40 {
  padding-right: 40px !important;
}
.pad-right-50 {
  padding-right: 50px !important;
}
.pad-right-60 {
  padding-right: 60px !important;
}
.pad-right-80 {
  padding-right: 80px !important;
}
.pad-right-100 {
  padding-right: 100px !important;
}
.pad-right-120 {
  padding-right: 120px !important;
}
.pad-right-140 {
  padding-right: 140px !important;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-0 {
  margin-left: 0;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-right-0 {
  margin-right: 0;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.no-margin,
.no-style-heading {
  margin: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container,
  .tablet-container {
    max-width: 580px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .tablet-container:first-child {
    margin-left: auto;
  }
  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-container-full:first-child {
    margin-left: auto;
  }
  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .tablet-col-1 {
    width: 8.33333%;
    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1);
  }
  .tablet-col-2 {
    width: 16.66667%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
  }
  .tablet-col-3,
  .tablet-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }
  .tablet-col-4,
  .tablet-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }
  .tablet-col-5 {
    width: 41.66665%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
  }
  .tablet-col-6,
  .tablet-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }
  .tablet-col-7 {
    width: 58.33333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
  }
  .tablet-col-8 {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
  }
  .tablet-col-9,
  .tablet-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }
  .tablet-col-10 {
    width: 83.33333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
  }
  .tablet-col-11 {
    width: 91.66666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
  }
  .tablet-col-12 {
    width: 100%;
  }
  .tablet-push-1 {
    left: 8.33333%;
    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1);
  }
  .tablet-pull-1 {
    left: -8.33333%;
    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1);
  }
  .tablet-push-2 {
    left: 16.66667%;
    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2);
  }
  .tablet-pull-2 {
    left: -16.66667%;
    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2);
  }
  .tablet-push-3,
  .tablet-push-1-4 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }
  .tablet-pull-3,
  .tablet-pull-1-4 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }
  .tablet-push-4,
  .tablet-push-1-3 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }
  .tablet-pull-4,
  .tablet-pull-1-3 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }
  .tablet-push-5 {
    left: 41.66665%;
    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5);
  }
  .tablet-pull-5 {
    left: -41.66665%;
    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5);
  }
  .tablet-push-6,
  .tablet-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }
  .tablet-pull-6,
  .tablet-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }
  .tablet-push-7 {
    left: 58.33333%;
    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7);
  }
  .tablet-pull-7 {
    left: -58.33333%;
    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7);
  }
  .tablet-push-8 {
    left: 66.66666%;
    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8);
  }
  .tablet-pull-8 {
    left: -66.66666%;
    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8);
  }
  .tablet-push-9,
  .tablet-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }
  .tablet-pull-9,
  .tablet-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }
  .tablet-push-10 {
    left: 83.33333%;
    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10);
  }
  .tablet-pull-10 {
    left: -83.33333%;
    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10);
  }
  .tablet-push-11 {
    left: 91.66666%;
    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11);
  }
  .tablet-pull-11 {
    left: -91.66666%;
    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11);
  }
  .tablet-no-push,
  .tablet-no-pull {
    left: auto;
  }
  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .tablet-no-margin {
    margin: 0;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .tablet-break {
    display: block;
  }
  .mobile-break {
    display: none;
  }
  .container,
  .table-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #pw-header {
    padding-top: 30px;
  }
  #pw-header .row {
    position: static;
  }
  .masthead a {
    width: 171px;
  }
  #topnav {
    float: none;
  }
  #topnav > div > ul > li:last-child {
    display: none;
  }
  #topnav > div > ul > li > a {
    position: relative;
  }
  #topnav .ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop {
    top: auto;
  }
  #topnav .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    right: 15px;
  }
  #pw-footer .container {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-base {
    padding: 50px 0;
  }
  .section-divider {
    padding: 0;
  }
  .intro-row h1 {
    padding-top: 0 !important;
  }
  .intro-row h4 {
    padding-bottom: 0 !important;
  }
  .feature-img img {
    margin-bottom: 30px;
  }
  .intro-row .feature-img img {
    margin-bottom: 0;
  }
  .blog-section .row .col:nth-child(1) {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
  }
  .blog-section .row .col:nth-child(2) {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }
  .grid-item .grid-description {
    width: 600px;
  }
  .tab-lb {
    display: none;
  }
  .tab-top-0 {
    padding-top: 0 !important;
  }
  .tab-top-10 {
    padding-top: 10px !important;
  }
  .tab-top-20 {
    padding-top: 20px !important;
  }
  .tab-top-30 {
    padding-top: 30px !important;
  }
  .tab-top-40 {
    padding-top: 40px !important;
  }
  .tab-top-50 {
    padding-top: 50px !important;
  }
  .tab-top-60 {
    padding-top: 60px !important;
  }
  .tab-top-80 {
    padding-top: 80px !important;
  }
  .tab-top-100 {
    padding-top: 100px !important;
  }
  .tab-top-120 {
    padding-top: 120px !important;
  }
  .tab-top-140 {
    padding-top: 140px !important;
  }
  .tab-bottom-0 {
    padding-bottom: 0 !important;
  }
  .tab-bottom-10 {
    padding-bottom: 10px !important;
  }
  .tab-bottom-20 {
    padding-bottom: 20px !important;
  }
  .tab-bottom-30 {
    padding-bottom: 30px !important;
  }
  .tab-bottom-40 {
    padding-bottom: 40px !important;
  }
  .tab-bottom-50 {
    padding-bottom: 50px !important;
  }
  .tab-bottom-60 {
    padding-bottom: 60px !important;
  }
  .tab-bottom-80 {
    padding-bottom: 80px !important;
  }
  .tab-bottom-100 {
    padding-bottom: 100px !important;
  }
  .tab-bottom-120 {
    padding-bottom: 120px !important;
  }
  .tab-bottom-140 {
    padding-bottom: 140px !important;
  }
  .tab-left-0 {
    padding-left: 0 !important;
  }
  .tab-left-10 {
    padding-left: 10px !important;
  }
  .tab-left-20 {
    padding-left: 20px !important;
  }
  .tab-left-30 {
    padding-left: 30px !important;
  }
  .tab-left-40 {
    padding-left: 40px !important;
  }
  .tab-left-50 {
    padding-left: 50px !important;
  }
  .tab-left-60 {
    padding-left: 60px !important;
  }
  .tab-left-80 {
    padding-left: 80px !important;
  }
  .tab-left-100 {
    padding-left: 100px !important;
  }
  .tab-left-120 {
    padding-left: 120px !important;
  }
  .tab-left-140 {
    padding-left: 140px !important;
  }
  .tab-right-0 {
    padding-right: 0 !important;
  }
  .tab-right-10 {
    padding-right: 10px !important;
  }
  .tab-right-20 {
    padding-right: 20px !important;
  }
  .tab-right-30 {
    padding-right: 30px !important;
  }
  .tab-right-40 {
    padding-right: 40px !important;
  }
  .tab-right-50 {
    padding-right: 50px !important;
  }
  .tab-right-60 {
    padding-right: 60px !important;
  }
  .tab-right-80 {
    padding-right: 80px !important;
  }
  .tab-right-100 {
    padding-right: 100px !important;
  }
  .tab-right-120 {
    padding-right: 120px !important;
  }
  .tab-right-140 {
    padding-right: 140px !important;
  }
  .tab-margin-top-0 {
    margin-top: 0;
  }
  .tab-margin-top-5 {
    margin-top: 5px;
  }
  .tab-margin-top-10 {
    margin-top: 10px;
  }
  .tab-margin-top-15 {
    margin-top: 15px;
  }
  .tab-margin-top-20 {
    margin-top: 20px;
  }
  .tab-margin-bottom-0 {
    margin-bottom: 0;
  }
  .tab-margin-bottom-5 {
    margin-bottom: 5px;
  }
  .tab-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .tab-margin-bottom-15 {
    margin-bottom: 15px;
  }
  .tab-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .tab-margin-left-0 {
    margin-left: 0;
  }
  .tab-margin-left-5 {
    margin-left: 5px;
  }
  .tab-margin-left-10 {
    margin-left: 10px;
  }
  .tab-margin-left-15 {
    margin-left: 15px;
  }
  .tab-margin-left-20 {
    margin-left: 20px;
  }
  .tab-margin-right-0 {
    margin-right: 0;
  }
  .tab-margin-right-5 {
    margin-right: 5px;
  }
  .tab-margin-right-10 {
    margin-right: 10px;
  }
  .tab-margin-right-15 {
    margin-right: 15px;
  }
  .tab-margin-right-20 {
    margin-right: 20px;
  }
  .tab-hidden {
    display: none;
  }
  .tab-img-size-100 {
    max-width: 100%;
  }
  .tab-img-size-80 {
    max-width: 80%;
  }
  .tab-img-size-70 {
    max-width: 70%;
  }
  .tab-img-size-60 {
    max-width: 60%;
  }
  .tab-img-size-50 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 601px) and (max-width: 1024px) {
  .grid-item-active .grid-description {
    display: block;
    visibility: visible;
  }
  .grid-item:nth-child(4n+2) .grid-description {
    left: -100%;
  }
  .grid-item:nth-child(4n+3) .grid-description {
    left: -200%;
  }
}
@media only screen and (max-width: 599px) {
  .container,
  .mobile-container {
    max-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .mobile-container:first-child {
    margin-left: auto;
  }
  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-container-full:first-child {
    margin-left: auto;
  }
  .mobile-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }
  .mobile-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }
  .mobile-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }
  .mobile-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }
  .mobile-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }
  .mobile-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }
  .mobile-push-1-3 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }
  .mobile-pull-1-3 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }
  .mobile-push-1-4 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }
  .mobile-pull-1-4 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }
  .mobile-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }
  .mobile-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }
  .mobile-no-push,
  .mobile-no-pull {
    left: auto;
  }
  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0.2em 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-text-left {
    text-align: left;
  }
  .mobile-text-right {
    text-align: right;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .mobile-no-margin {
    margin: 0;
  }
  .mobile-no-padding {
    padding: 0;
  }
  .no-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .tablet-break {
    display: block;
  }
  .mobile-break {
    display: block;
  }
  body {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  h1,
  .h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h2,
  .h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h3,
  .h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h4,
  .h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  h6,
  .h6 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .container,
  .table-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  p strong {
    font-weight: 400;
  }
  .more-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .back-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #pw-header {
    padding-top: 22px;
    padding-bottom: 15px;
  }
  .masthead a {
    width: 113px;
  }
  #pw-footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #pw-footer .container {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-sitemap {
    padding: 20px;
  }
  .footer-copyright {
    text-align: center;
  }
  .section-base {
    padding: 30px 0;
  }
  .section-divider {
    padding: 0;
  }
  .intro-row h1 {
    padding-top: 0 !important;
  }
  .intro-row h4 {
    padding-bottom: 0 !important;
  }
  .feature-img img {
    margin-bottom: 30px;
  }
  .intro-row .feature-img img {
    margin-bottom: 0;
  }
  .blog-section .row .col:nth-child(1) {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0.2em 0 0 0;
    display: block;
  }
  .blog-section .row .col:nth-child(2) {
    display: none;
  }
  .grid-item .grid-description {
    background-color: #3e3c41;
    display: none;
    margin-bottom: 20px;
    position: relative;
    visibility: hidden;
    width: auto;
    z-index: 0;
  }
  .grid-item-active .grid-description {
    display: block;
    visibility: visible;
  }
  .grid-item-active .grid-tip {
    margin-bottom: 5px;
  }
  .panel.reseller-form .sf_field {
    width: 100%;
    padding: 0;
  }
  .panel.reseller-form .punt {
    clear: both;
    padding: 20px 0 0;
  }
  .panel.reseller-form #requiredfieldsmsg {
    padding: 20px 0 0;
  }
  .tab-lb {
    display: none;
  }
  .mob-lb {
    display: none;
  }
  .mob-top-0 {
    padding-top: 0 !important;
  }
  .mob-top-10 {
    padding-top: 10px !important;
  }
  .mob-top-20 {
    padding-top: 20px !important;
  }
  .mob-top-30 {
    padding-top: 30px !important;
  }
  .mob-top-40 {
    padding-top: 40px !important;
  }
  .mob-top-50 {
    padding-top: 50px !important;
  }
  .mob-top-60 {
    padding-top: 60px !important;
  }
  .mob-top-80 {
    padding-top: 80px !important;
  }
  .mob-top-100 {
    padding-top: 100px !important;
  }
  .mob-top-120 {
    padding-top: 120px !important;
  }
  .mob-top-140 {
    padding-top: 140px !important;
  }
  .mob-bottom-0 {
    padding-bottom: 0 !important;
  }
  .mob-bottom-10 {
    padding-bottom: 10px !important;
  }
  .mob-bottom-20 {
    padding-bottom: 20px !important;
  }
  .mob-bottom-30 {
    padding-bottom: 30px !important;
  }
  .mob-bottom-40 {
    padding-bottom: 40px !important;
  }
  .mob-bottom-50 {
    padding-bottom: 50px !important;
  }
  .mob-bottom-60 {
    padding-bottom: 60px !important;
  }
  .mob-bottom-80 {
    padding-bottom: 80px !important;
  }
  .mob-bottom-100 {
    padding-bottom: 100px !important;
  }
  .mob-bottom-120 {
    padding-bottom: 120px !important;
  }
  .mob-bottom-140 {
    padding-bottom: 140px !important;
  }
  .mob-left-0 {
    padding-left: 0 !important;
  }
  .mob-left-10 {
    padding-left: 10px !important;
  }
  .mob-left-20 {
    padding-left: 20px !important;
  }
  .mob-left-30 {
    padding-left: 30px !important;
  }
  .mob-left-40 {
    padding-left: 40px !important;
  }
  .mob-left-50 {
    padding-left: 50px !important;
  }
  .mob-left-60 {
    padding-left: 60px !important;
  }
  .mob-left-80 {
    padding-left: 80px !important;
  }
  .mob-left-100 {
    padding-left: 100px !important;
  }
  .mob-left-120 {
    padding-left: 120px !important;
  }
  .mob-left-140 {
    padding-left: 140px !important;
  }
  .mob-right-0 {
    padding-right: 0 !important;
  }
  .mob-right-10 {
    padding-right: 10px !important;
  }
  .mob-right-20 {
    padding-right: 20px !important;
  }
  .mob-right-30 {
    padding-right: 30px !important;
  }
  .mob-right-40 {
    padding-right: 40px !important;
  }
  .mob-right-50 {
    padding-right: 50px !important;
  }
  .mob-right-60 {
    padding-right: 60px !important;
  }
  .mob-right-80 {
    padding-right: 80px !important;
  }
  .mob-right-100 {
    padding-right: 100px !important;
  }
  .mob-right-120 {
    padding-right: 120px !important;
  }
  .mob-right-140 {
    padding-right: 140px !important;
  }
  .mob-margin-top-0 {
    margin-top: 0;
  }
  .mob-margin-top-5 {
    margin-top: 5px;
  }
  .mob-margin-top-10 {
    margin-top: 10px;
  }
  .mob-margin-top-15 {
    margin-top: 15px;
  }
  .mob-margin-top-20 {
    margin-top: 20px;
  }
  .mob-margin-bottom-0 {
    margin-bottom: 0;
  }
  .mob-margin-bottom-5 {
    margin-bottom: 5px;
  }
  .mob-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .mob-margin-bottom-15 {
    margin-bottom: 15px;
  }
  .mob-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .mob-margin-left-0 {
    margin-left: 0;
  }
  .mob-margin-left-5 {
    margin-left: 5px;
  }
  .mob-margin-left-10 {
    margin-left: 10px;
  }
  .mob-margin-left-15 {
    margin-left: 15px;
  }
  .mob-margin-left-20 {
    margin-left: 20px;
  }
  .mob-margin-right-0 {
    margin-right: 0;
  }
  .mob-margin-right-5 {
    margin-right: 5px;
  }
  .mob-margin-right-10 {
    margin-right: 10px;
  }
  .mob-margin-right-15 {
    margin-right: 15px;
  }
  .mob-margin-right-20 {
    margin-right: 20px;
  }
  .mob-hidden {
    display: none;
  }
  .mob-img-size-100 {
    max-width: 100%;
  }
  .mob-img-size-80 {
    max-width: 80%;
  }
  .mob-img-size-70 {
    max-width: 70%;
  }
  .mob-img-size-60 {
    max-width: 60%;
  }
  .mob-img-size-50 {
    max-width: 50%;
  }
}
@media print {
  * {
    background: transparent;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.breadcrumbs {
  zoom: 1;
  background-color: #56458c;
  color: #ffffff;
}
.breadcrumbs:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.breadcrumbs:before,
.breadcrumbs:after {
  content: "";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs ul {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 4px;
}
.breadcrumbs ul li {
  background-image: url('/wp-content/themes/purplewifi/img/breadcrumb_arrow.png');
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  list-style-type: none;
  padding: 8px 0 8px 28px;
}
.breadcrumbs ul li a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs ul li:first-child {
  background: none;
  padding-left: 8px;
}
.characters {
  margin-bottom: -40px;
}
.characters.characters-nobottom {
  margin-bottom: 0 !important;
}
.characters .character {
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 327px;
  margin: 0 4px;
  width: 185px;
}
.characters .character.carriers {
  background-image: url(/wp-content/themes/purplewifi/img/characters/worker2.png);
  width: 143px;
}
.characters .character.education {
  background-image: url(/wp-content/themes/purplewifi/img/characters/education.png);
  width: 143px;
}
.characters .character.events {
  background-image: url(/wp-content/themes/purplewifi/img/characters/entertainment.png);
  width: 134px;
}
.characters .character.healthcare {
  background-image: url(/wp-content/themes/purplewifi/img/characters/healthcare.png);
  width: 128px;
}
.characters .character.hospitality {
  background-image: url(/wp-content/themes/purplewifi/img/characters/hospitality.png);
  width: 185px;
}
.characters .character.leisure {
  background-image: url(/wp-content/themes/purplewifi/img/characters/leisure.png);
  width: 130px;
}
.characters .character.marketing {
  background-image: url(/wp-content/themes/purplewifi/img/characters/marketing.png);
  width: 134px;
}
.characters .character.public {
  background-image: url(/wp-content/themes/purplewifi/img/characters/police.png);
  width: 134px;
}
.characters .character.retail {
  background-image: url(/wp-content/themes/purplewifi/img/characters/retail.png);
  width: 161px;
}
.characters .character.smartcities {
  background-image: url(/wp-content/themes/purplewifi/img/characters/smartcities.png);
  width: 130px;
}
.characters .character.sports {
  background-image: url(/wp-content/themes/purplewifi/img/characters/sport.png);
  width: 129px;
}
.characters .character.travel {
  background-image: url(/wp-content/themes/purplewifi/img/characters/travel.png);
  width: 158px;
}
.characters.characters-single {
  background-image: url(/wp-content/themes/purplewifi/img/characters/shadow.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 297px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.characters.characters-single .character {
  left: 50%;
  position: absolute;
}
.characters.characters-single .character.carriers {
  margin-left: -71px;
}
.characters.characters-single .character.education {
  margin-left: -71px;
}
.characters.characters-single .character.events {
  margin-left: -67px;
}
.characters.characters-single .character.healthcare {
  margin-left: -64px;
}
.characters.characters-single .character.hospitality {
  margin-left: -92px;
}
.characters.characters-single .character.leisure {
  margin-left: -65px;
}
.characters.characters-single .character.marketing {
  margin-left: -67px;
}
.characters.characters-single .character.public {
  margin-left: -67px;
}
.characters.characters-single .character.retail {
  margin-left: -80px;
}
.characters.characters-single .character.smartcities {
  margin-left: -65px;
}
.characters.characters-single .character.sports {
  margin-left: -64px;
}
.characters.characters-single .character.travel {
  margin-left: -79px;
}
.comments {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.comments .comment-form-comment textarea {
  border: 1px solid #cccccc;
  resize: none;
}
.comments h2,
.comments h3.comment-reply-title {
  border-bottom: none !important;
  color: #898989;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 8px !important;
  padding-bottom: 4px !important;
}
.comments p {
  font-size: 13px !important;
  margin-bottom: 6px;
}
.comments p code {
  line-height: 2.4;
}
.comments .required {
  color: red;
}
.comments #submit {
  width: auto;
}
.comments ul {
  list-style-type: none;
  padding-left: 0;
}
.comments ul li {
  position: relative;
}
.comments ul li .comment-meta {
  font-size: 13px;
}
.comments ul li .reply {
  text-align: right;
}
@media screen and (min-width: 600px) {
  .comments ul li .comment-meta {
    position: absolute;
    right: 0;
    top: 16px;
  }
}
.dual {
  background-color: #ffffff;
  position: relative;
}
.dual .arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  height: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  z-index: 10;
}
.dual .dual-column {
  margin: 32px 16px;
}
.dual .dual-column .dual-highlight-image {
  /*
			background-color:@pw-grey;
            padding:12px;
            */
  margin: 0 auto;
  max-width: 440px;
}
.dual .dual-column .dual-highlight-image .dual-highlight-image-inner {
  /*
				height:0;
                overflow:hidden;
                padding-bottom:64%;
                position:relative;
                width:100%;
                */
}
.dual .dual-column .dual-highlight-image .dual-highlight-image-inner .caption {
  background-color: rgba(111, 86, 145, 0.5);
  bottom: 2px;
  color: #ffffff;
  font-size: 130%;
  left: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.dual .dual-column .dual-highlight-image .dual-highlight-image-inner img {
  width: 100%;
}
.dual .dual-column .dual-image {
  margin: 12px auto 0 auto;
}
.dual .dual-column .dual-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.dual .dual-column h2 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 12px;
  padding-top: 16px;
  vertical-align: top;
}
.dual .dual-column h2 .text {
  display: inline-block;
  margin-left: 16px;
  padding-top: 4px;
  vertical-align: top;
}
.dual .dual-column h3 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  text-align: left;
}
.dual .dual-column .highlight-box {
  background-color: #8064a8;
  zoom: 1;
  padding: 0 10px;
}
.dual .dual-column .highlight-box:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dual .dual-column .highlight-box:before,
.dual .dual-column .highlight-box:after {
  content: "";
  display: table;
}
.dual .dual-column .highlight-box:after {
  clear: both;
}
.dual .dual-column .highlight-box .dual-column {
  margin-top: 0 !important;
}
.dual .dual-column .highlight-box .dual-column ul li:before {
  content: '-' !important;
}
.dual .dual-column p {
  margin-bottom: 12px;
}
.dual .dual-column .readmore {
  font-weight: bold;
  text-transform: uppercase;
}
.dual .dual-column ul {
  list-style-type: none;
  padding-left: 4px;
}
.dual .dual-column ul li:before {
  color: #6f5691;
  content: '\25cf';
  padding-right: 7px;
}
.dual.dual-black {
  background-color: #3d3d3d;
}
.dual.dual-black .arrow-down {
  border-top-color: #3d3d3d;
}
.dual.dual-black .dual-column a {
  color: #ffffff;
}
.dual.dual-black .dual-column a:hover {
  color: #f7e33a;
}
.dual.dual-black .dual-column h2 {
  color: #ffffff;
}
.dual.dual-black .dual-column h3 {
  color: #ffffff;
}
.dual.dual-black .dual-column p {
  color: #ffffff;
}
.dual.dual-lightgrey {
  background-color: #f5f5f5;
}
.dual.dual-lightgrey .arrow-down {
  border-top-color: #f5f5f5;
}
.dual.dual-grey {
  background-color: #63626b;
}
.dual.dual-grey .arrow-down {
  border-top-color: #63626b;
}
.dual.dual-invert {
  background-color: #8066ae !important;
}
.dual.dual-invert .arrow-down {
  border-top-color: #8066ae;
}
.dual.dual-invert .dual-column a {
  color: #ffffff;
}
.dual.dual-invert .dual-column a:hover {
  color: #f7e33a;
}
.dual.dual-invert .dual-column .dual-highlight-image {
  /*background-color:@pw-darkgrey;*/
}
.dual.dual-invert .dual-column h2 {
  color: #ffffff;
}
.dual.dual-invert .dual-column h3 {
  color: #ffffff;
}
.dual.dual-invert .dual-column p {
  color: #ffffff;
}
.dual.dual-invert .dual-column ul li {
  color: #ffffff;
  line-height: 1.8;
}
.dual.dual-invert .dual-column ul li:before {
  color: #ffffff;
}
.dual.dual-lightgrey {
  background-color: #f5f5f5;
}
.dual.dual-lightgrey .arrow-down {
  border-top-color: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .dual .dual-column {
    float: left;
    margin: 24px 0;
    width: 50%;
    padding: 10px;
  }
  .dual .dual-column .dual-highlight-image {
    margin: 24px auto;
    max-width: none;
    width: 440px;
  }
  .dual .dual-column .dual-image {
    margin-right: 24px;
  }
  .dual .dual-column h3:first-of-type {
    margin-top: 12px;
  }
  .dual .dual-column .wrapper {
    margin-right: 24px;
  }
  .dual.dual-spacing .dual-column:nth-child(1) h2,
  .dual.dual-spacing .dual-column:nth-child(1) h3,
  .dual.dual-spacing .dual-column:nth-child(1) p,
  .dual.dual-spacing .dual-column:nth-child(1) ul {
    margin-right: 16px;
  }
  .dual.dual-spacing .dual-column:nth-child(2) h2,
  .dual.dual-spacing .dual-column:nth-child(2) h3,
  .dual.dual-spacing .dual-column:nth-child(2) p,
  .dual.dual-spacing .dual-column:nth-child(2) ul {
    margin-left: 16px;
  }
}
.embedcontainer,
.embedcontainer embed,
.embedcontainer iframe,
.embedcontainer object {
  width: 100%;
}
.embedcontainer {
  padding-bottom: 56.25%;
  position: relative;
}
.embedcontainer embed,
.embedcontainer iframe,
.embedcontainer object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.embedcontainer iframe {
  border: 0;
}
.ie .embedcontainer {
  overflow: hidden;
}
.no-flexbox .grid.grid-background .grid-entry .caption,
.flexbox.no-flexboxlegacy .grid.grid-background .grid-entry .caption,
.no-flexbox .grid.grid-background .grid-entry .overlay,
.flexbox.no-flexboxlegacy .grid.grid-background .grid-entry .overlay {
  padding-top: 20%;
}
.flexbox.flexboxlegacy .grid.grid-background .grid-entry .caption,
.flexbox.flexboxlegacy .grid.grid-background .grid-entry .overlay {
  display: -ms-flexbox;
  /* Tweener – IE10 */
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid {
  zoom: 1;
}
.grid:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.grid.grid-background {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 8px;
}
.grid.grid-background .grid-entry {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60%;
  position: relative;
}
.grid.grid-background .grid-entry .caption {
  bottom: 0;
  /*
				display: -ms-flexbox;
				display: -webkit-flex;
				display:flex;
				-ms-flex-direction:column;
				-webkit-flex-direction:column;
				flex-direction:column;
				-ms-justify-content:center;
				-webkit-justify-content:center;
				justify-content:center;
				*/
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.grid.grid-background .grid-entry h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.grid.grid-background .grid-entry:hover .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid.grid-background .grid-entry .overlay {
  background-color: #ec6591;
  bottom: 0;
  /*
				display: -ms-flex;
				display: -webkit-flex;
				display:flex;
				-ms-flex-direction:column;
				-webkit-flex-direction:column;
				flex-direction:column;
				-ms-justify-content:center;
				-webkit-justify-content:center;
				justify-content:center;
				*/
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.grid.grid-background .grid-entry .center-content {
  padding: 0 48px;
}
.grid.grid-background .grid-entry .center-content p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 12px 20px 0 20px;
  padding-top: 12px;
  text-align: center;
}
.grid.grid-downloads .grid-entry {
  background-image: url(/wp-content/themes/purplewifi/img/icons/pdf1.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.grid.grid-downloads .grid-entry:nth-child(3n+2) {
  background-image: url(/wp-content/themes/purplewifi/img/icons/pdf2.png);
}
.grid.grid-downloads .grid-entry:nth-child(3n) {
  background-image: url(/wp-content/themes/purplewifi/img/icons/pdf3.png);
}
.grid.grid-downloads .grid-entry a {
  display: block;
  margin-bottom: 12px;
  min-height: 60px;
  position: relative;
}
.grid.grid-downloads .grid-entry a h4 {
  font-size: 160%;
  margin-left: 64px;
  padding-bottom: 24px;
  padding-top: 10px;
}
.grid.grid-downloads .grid-entry a p {
  bottom: 0;
  font-size: 10px;
  left: 64px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}
.grid.grid-news .grid-entry {
  margin-bottom: 12px;
}
.grid.grid-news .grid-entry .excerpt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  margin: 8px 12px 0 12px;
}
.grid.grid-news .grid-entry .fullimage {
  margin: 0 8px;
}
.grid.grid-news .grid-entry .fullimage img {
  width: 100%;
}
.grid.grid-news .grid-entry h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 12px;
}
.grid.grid-news .grid-entry .readmore {
  margin: 12px 12px 0 12px;
}
.grid.grid-news .grid-entry .readmore a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.grid.grid-related {
  background-color: #ffffff;
  padding-top: 12px;
  margin-bottom: 30px;
}
.grid.grid-related .grid-entry {
  margin-bottom: 12px;
  position: relative;
}
.grid.grid-related .grid-entry .container {
  display: block;
  position: relative;
}
.grid.grid-related .grid-entry .container:hover .overlay {
  background-color: #ec6591;
  bottom: -2px;
  cursor: pointer;
  display: -ms-flexbox;
  /* Tweener – IE10 */
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 6px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  position: absolute;
  right: 6px;
  top: -4px;
  width: 100%;
}
.grid.grid-related .grid-entry .container:hover .overlay .caption {
  color: #ffffff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 160%;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  width: 145px;
}
.grid.grid-related .grid-entry .container .content {
  margin: 4px;
}
.grid.grid-related .grid-entry .container .meta {
  zoom: 1;
  margin-left: 68px;
}
.grid.grid-related .grid-entry .container .meta:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.grid.grid-related .grid-entry .container .meta:before,
.grid.grid-related .grid-entry .container .meta:after {
  content: "";
  display: table;
}
.grid.grid-related .grid-entry .container .meta:after {
  clear: both;
}
.grid.grid-related .grid-entry .container .meta .category {
  color: #898989;
  font-size: 70%;
  margin-bottom: 0;
  margin-top: -5px;
  text-transform: uppercase;
}
.grid.grid-related .grid-entry .container .meta .title {
  color: #3d3d3d;
  font-weight: bold;
  margin-bottom: 0;
}
.grid.grid-related .grid-entry .container .overlay {
  display: none;
}
.grid.grid-related .grid-entry .container .thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 60px;
  width: 60px;
}
@media screen and (min-width: 600px) {
  .grid.grid-background .grid-entry {
    padding-bottom: 31.6%;
  }
  .grid .grid-entry {
    float: left;
    width: 50%;
  }
  .grid.grid-related .grid-entry .container:hover .overlay {
    right: 74px;
  }
  .grid.grid-related .grid-entry .container .meta {
    margin-right: 68px;
  }
}
@media screen and (min-width: 900px) {
  .grid.grid-background .grid-entry {
    padding-bottom: 21.1%;
  }
  .grid.grid-downloads .grid-entry a h4 {
    padding-right: 24px;
  }
  .grid.grid-two .grid-entry {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .grid.grid-background .grid-entry {
    padding-bottom: 15%;
    width: 25%;
  }
  .grid.grid-news {
    border-left: 1px solid #63626b;
  }
  .grid .grid-entry {
    float: left;
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }
}
header[role=banner] {
  zoom: 1;
  background-color: white;
  margin-top: 0;
  position: relative;
  z-index: 100;
}
header[role=banner]:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header[role=banner]:before,
header[role=banner]:after {
  content: "";
  display: table;
}
header[role=banner]:after {
  clear: both;
}
header[role=banner] .hdrcontainer {
  max-width: 100% !important;
  padding: 1px 10px;
  position: relative;
}
header[role=banner] .logo {
  margin: 20px 0 0 28px;
  width: 100px;
}
header[role=banner] .logo a img {
  width: 100%;
}
header[role=banner] .search-container {
  display: none;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
header[role=banner] .search-container .search {
  /*background-color:orange;*/
  margin: 12px auto;
  max-width: 502px;
}
header[role=banner] .search-container .search div {
  background-color: white;
  background-image: url(/wp-content/themes/purplewifi/img/search.gif);
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #f0f0f0;
  padding: 4px 31px 4px 0;
}
header[role=banner] .search-container .search div i {
  color: #ffffff;
}
header[role=banner] .search-container .search div input {
  background-color: white;
  border: none;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 16px;
  /*
					margin-bottom:0;
                    min-height:0;
					*/
  padding: 4px;
  text-indent: 6px;
  width: 460px;
}
/*
#click-menu {
    right:10px !important;
    top:36px !important;
}
*/
@media screen and (min-width: 1024px) {
  header[role=banner] {
    height: auto;
  }
  header[role=banner] .hdrcontainer {
    max-width: 1140px !important;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  header[role=banner] .logo {
    width: 150px;
  }
  header[role=banner] .searchbutton {
    display: none;
  }
  header[role=banner] .search-container {
    display: block;
  }
  header[role=banner] .search-container .search {
    margin: 0 12px 0 0;
    position: absolute;
    right: 0;
    top: 22px;
  }
}
.icon {
  background-position: center left;
  background-repeat: no-repeat;
}
.csbwfs-show{ display:none;}
.icon-graph {
  background-image: url(/wp-content/uploads/2014/08/icn-home_admin.png);
  min-height: 52px;
  padding-left: 77px;
}
.imagemenu .imagemenu-entry {
  margin-bottom: 12px;
  padding-bottom: 50%;
  position: relative;
}
.imagemenu .imagemenu-entry .imagemenu-entry-inner {
  background-color: blue;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.imagemenu .imagemenu-entry .imagemenu-entry-inner.active .overlay {
  background-color: rgba(200, 0, 0, 0.8);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.imagemenu .imagemenu-entry .imagemenu-entry-inner.active .overlay p {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 150%;
  left: 50%;
  margin: 0 auto;
  padding: 8px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
}
.imagemenu .imagemenu-entry .imagemenu-entry-inner .overlay {
  display: none;
}
@media screen and (min-width: 600px) {
  .imagemenu .imagemenu-entry {
    float: left;
    padding-bottom: 25%;
    width: 50%;
  }
  .imagemenu .imagemenu-entry .imagemenu-entry-inner {
    right: 6px;
  }
  .imagemenu .imagemenu-entry:nth-child(even) {
    left: 6px;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .imagemenu {
    margin: 0 -6px;
  }
  .imagemenu .imagemenu-entry {
    float: left;
    padding-bottom: 16%;
    width: 33.3%;
  }
  .imagemenu .imagemenu-entry .imagemenu-entry-inner {
    left: 6px !important;
    right: 6px !important;
  }
}
.jumbotron {
  background-color: #8064a8;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.jumbotron .cta {
  /*
		.button {
            border:1px solid #ffffff;
        }
        */
}
.jumbotron .cta.cta-characters {
  bottom: 70px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.jumbotron h1 {
  color: #ffffff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.jumbotron h2 {
  color: #ffffff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.jumbotron h2.character_title {
  background-image: url(/wp-content/themes/purplewifi/img/arrow_down.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.jumbotron .film_roll_prev,
.jumbotron .film_roll_next {
  background: #6f5691 !important;
  border: 2px solid white !important;
  border-radius: 50% !important;
  display: none !important;
  font-size: 60px !important;
  height: 45px !important;
  line-height: 38px !important;
  opacity: 1 !important;
  visibility: hidden !important;
  width: 45px !important;
  z-index: 200 !important;
}
.jumbotron.jumbotron-video {
  padding-top: 0;
  position: relative;
}
.jumbotron.jumbotron-video .container {
  padding-top: 0;
}
.jumbotron.jumbotron-video .filmroll_wrapper .filmroll div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.jumbotron.jumbotron-video .filmroll_wrapper .filmroll div.filmroll_1 {
  background-image: url(/wp-content/themes/purplewifi/img/filmroll/filmroll1.jpg);
}
.jumbotron.jumbotron-video .filmroll_wrapper .filmroll div.filmroll_2 {
  background-image: url(/wp-content/themes/purplewifi/img/filmroll/filmroll2.jpg);
}
.jumbotron.jumbotron-video .filmroll_wrapper .filmroll div.filmroll_3 {
  background-image: url(/wp-content/themes/purplewifi/img/filmroll/filmroll3.jpg);
}
.jumbotron.jumbotron-video .filmroll_wrapper .filmroll div.filmroll_4 {
  background-image: url(/wp-content/themes/purplewifi/img/filmroll/filmroll4.jpg);
}
.jumbotron.jumbotron-video .overlay {
  background-color: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.jumbotron.jumbotron-video .overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
}
.jumbotron.jumbotron-video .overlay .inner {
  display: table;
  height: 100%;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.jumbotron.jumbotron-video .overlay .inner .container {
  display: table-cell;
  vertical-align: middle;
}
.jumbotron.jumbotron-video .overlay .inner .container h1,
.jumbotron.jumbotron-video .overlay .inner .container h2 {
  text-shadow: 1px 1px 0px #898989;
}
.jumbotron.jumbotron-video .video_wrapper {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.jumbotron.jumbotron-video .video_wrapper video {
  height: auto;
  margin: 0 auto;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .jumbotron h1 {
    font-weight: bold;
  }
  .jumbotron .film_roll_prev,
  .jumbotron .film_roll_next {
    display: block !important;
    visibility: visible !important;
  }
}
@media screen and (min-width: 1024px) {
  .jumbotron.jumbotron-video.hasAutoplay .filmroll {
    display: none;
  }
  .jumbotron.jumbotron-video.hasAutoplay .video_wrapper {
    display: block;
  }
  .jumbotron.jumbotron-video.hasAutoplay .video_wrapper video {
    visibility: visible;
  }
  .jumbotron h2.character_title {
    font-size: 1.7rem;
  }
}
.maincta {
  background-color: #3d3d3d;
  bottom: 0;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.maincta .col {
  margin: 6px 0;
  text-align: center;
  width: 100%;
}
.maincta .col .button {
  width: 100%;
}
.maincta .container {
  padding-top: 0 !important;
}
@media screen and (min-width: 1024px) {
  .maincta .col {
    float: left;
    width: 50%;
  }
}
.majorminor.majorminor-lightgrey {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 60px;
}
.majorminor h3 {
  color: #898989;
  margin-top: 20px;
  text-align: center;
}
.majorminor .majorminor-minor blockquote {
  padding: 0 50px;
  position: relative;
}
.majorminor .majorminor-minor blockquote footer {
  color: #6f5691;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding-right: 0;
  text-align: right;
}
.majorminor .majorminor-minor blockquote q {
  color: #6f5691;
  font-size: 120%;
  font-style: normal;
}
.majorminor .majorminor-minor blockquote q:after {
  bottom: 24px;
  color: #6f5691;
  content: '\201D';
  font-size: 300%;
  position: absolute;
  right: 20px;
}
.majorminor .majorminor-minor blockquote q:before {
  color: #6f5691;
  content: '\201C';
  font-size: 300%;
  left: 20px;
  position: absolute;
  top: 20px;
}
.majorminor .majorminor-minor .image-cta {
  padding-top: 12px;
  text-align: center;
}
.majorminor .majorminor-minor .image-cta .image {
  margin-bottom: -20px;
}
.majorminor .majorminor-minor .image-cta .image img {
  border: 8px solid #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .majorminor .majorminor-major {
    float: left;
    width: 62%;
  }
  .majorminor .majorminor-minor {
    float: left;
    width: 38%;
  }
}
.masonry {
  zoom: 1;
  margin: 0 -8px 0 -8px;
}
.masonry:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.masonry:before,
.masonry:after {
  content: "";
  display: table;
}
.masonry:after {
  clear: both;
}
.masonry.masonry-mm .masonry-entry {
  margin-bottom: 16px;
}
.masonry.masonry-mm .masonry-entry .masonry-entry-inner {
  padding: 8px;
}
.masonry.masonry-mm .masonry-entry .masonry-entry-inner:hover .overlay {
  bottom: 0;
}
.masonry.masonry-mm .masonry-entry .masonry-entry-inner .fullimage {
  margin-top: 0 !important;
}
.masonry .masonry-entry {
  background-color: #ffffff;
  margin-bottom: 16px;
  position: relative;
}
.masonry .masonry-entry .masonry-entry-inner {
  padding: 0 8px 0 8px;
}
.masonry .masonry-entry .masonry-entry-inner:hover .overlay {
  background-color: #ec6591;
  bottom: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  position: absolute;
  right: 0;
  top: 0;
}
.masonry .masonry-entry .masonry-entry-inner:hover .overlay .caption {
  color: #ffffff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 160%;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  width: 145px;
}
.masonry .masonry-entry .masonry-entry-inner .category {
  font-size: 70%;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 4px;
}
.masonry .masonry-entry .masonry-entry-inner .category a {
  color: #898989;
  text-transform: uppercase;
}
.masonry .masonry-entry .masonry-entry-inner .date {
  color: #898989;
  font-size: 11px;
  margin-bottom: 24px;
}
.masonry .masonry-entry .masonry-entry-inner .date .comments-count {
  padding-left: 16px;
}
.masonry .masonry-entry .masonry-entry-inner .date .social-count {
  padding-left: 16px;
}
.masonry .masonry-entry .masonry-entry-inner .excerpt {
  color: #3d3d3d;
  /*
				font-size:11px;
                line-height:1.4;
				*/
  font-size: 90%;
  line-height: 1.5;
  margin-bottom: 4px;
}
.masonry .masonry-entry .masonry-entry-inner .fullimage {
  margin-top: 8px;
}
.masonry .masonry-entry .masonry-entry-inner .fullimage img {
  width: 100%;
}
.masonry .masonry-entry .masonry-entry-inner h3 {
  border-bottom: none;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-bottom: 0;
  text-align: left;
}
.masonry .masonry-entry .masonry-entry-inner h3 a {
  color: #3d3d3d;
  font-weight: bold;
}
.masonry .masonry-entry .masonry-entry-inner .overlay {
  display: none;
}
@media screen and (min-width: 600px) {
  .masonry.masonry-mm {
    zoom: 1;
  }
  .masonry.masonry-mm:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .masonry.masonry-mm:before,
  .masonry.masonry-mm:after {
    content: "";
    display: table;
  }
  .masonry.masonry-mm:after {
    clear: both;
  }
  .masonry.masonry-mm .masonry-entry {
    background-color: transparent;
    float: left;
    margin: 0 0.5% 16px;
    width: 32.3%;
  }
  .masonry.masonry-mm .masonry-entry .masonry-entry-inner {
    background-color: #ffffff;
    margin: 0 2px;
    /*padding:1px 6px;*/
  }
  .masonry.masonry-mm .masonry-entry .masonry-entry-inner .date {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .masonry.masonry-mm {
    border-left: 1px solid #898989;
    padding-left: 12px;
  }
}
.container-slim {
  margin: 0 auto;
  max-width: 280px;
}
h3 {
  color: #3d3d3d;
  text-align: center;
}
html,
body {
  height: 100%;
}
.pagefooter {
  zoom: 1;
  position: relative;
  z-index: 10;
}
.pagefooter:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagefooter:before,
.pagefooter:after {
  content: "";
  display: table;
}
.pagefooter:after {
  clear: both;
}
.pagefooter .accreditations {
  zoom: 1;
  padding: 12px 0;
}
.pagefooter .accreditations:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagefooter .accreditations:before,
.pagefooter .accreditations:after {
  content: "";
  display: table;
}
.pagefooter .accreditations:after {
  clear: both;
}
.pagefooter .accreditations h3 {
  font-size: 16px;
  font-weight: normal;
}
.pagefooter .accreditations .accreditations-first {
  padding: 0 16px;
}
.pagefooter .accreditations .accreditations-first h3 {
  padding-top: 16px;
}
.pagefooter .accreditations .accreditations-first ul {
  list-style-type: none;
  margin-top: 4px;
  padding-left: 0;
  text-align: left;
}
.pagefooter .accreditations .accreditations-first ul li {
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  height: 13px;
  margin-right: 2px;
  position: relative;
  width: 14px;
}
.pagefooter .accreditations .accreditations-first ul li a {
  bottom: 0px;
  color: #6f5691;
  display: block;
  font-size: 18px;
  height: 18px;
  left: 0px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 18px;
}
.pagefooter .accreditations .accreditations-second {
  padding: 0 16px;
}
.pagefooter .accreditations .accreditations-second a {
  display: inline-block;
  float: left;
  margin: 0 12px 4px 0;
  vertical-align: top;
}
.pagefooter .accreditations .accreditations-second h3 {
  margin-bottom: 16px;
}
.pagefooter .accreditations h3 {
  color: #56458c;
  /*
			font-size:10px;
            font-weight: normal;
			*/
  margin-bottom: 6px;
  text-align: left;
}
.pagefooter .copyright {
  color: #56458c;
  font-size: 12px;
  margin: 16px;
}
.pagefooter .copyright a {
  color: #56458c;
  font-weight: normal;
}
.pagefooter .links {
  zoom: 1;
  display: block;
  padding: 8px 0 8px 0;
  width: 100%;
}
.pagefooter .links:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagefooter .links:before,
.pagefooter .links:after {
  content: "";
  display: table;
}
.pagefooter .links:after {
  clear: both;
}
.pagefooter .links .links-column {
  float: left;
  /*font-size:10px;*/
  padding: 0 16px;
  width: 100%;
}
.pagefooter .links .links-column ul {
  list-style-type: none;
  /*margin-top:-8px ;*/
  padding-left: 0;
}
.pagefooter .links .links-column ul li {
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 16px;
}
.pagefooter .links .links-column ul li a {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.pagefooter .links .links-column ul li .sub-menu {
  margin-top: 8px;
}
.pagefooter .links .links-column ul li .sub-menu li {
  margin-top: 8px;
}
.pagefooter .links .links-column ul li .sub-menu li a {
  color: white;
  font-weight: normal;
  font-size: 13px;
}
.pagefooter .subscribe {
  background-color: #63626b;
  padding: 12px 16px 16px 16px;
  text-align: center;
}
.pagefooter .subscribe .dual-column {
  margin: 8px 0 0 0 !important;
}
.pagefooter .subscribe .error_message {
  font-size: 100%;
  font-style: italic;
}
.pagefooter .subscribe h3 {
  color: #ffffff;
  margin-bottom: 8px;
}
.pagefooter .subscribe input {
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-top: 6px;
  max-width: 300px;
  padding: 11px 0 8px 0;
  text-indent: 12px;
}
.pagefooter .subscribe .punt {
  display: inline;
}
.pagefooter .subscribe .sf_field {
  display: inline;
}
.pagefooter .subscribe .sf_field .clearfix {
  display: none;
}
.pagefooter .subscribe .sf_field p {
  display: inline;
}
.pagefooter .subscribe .sf_required_fields_msg {
  display: none;
}
.pagefooter .subscribe .subscribe-submit {
  clear: both;
  margin-top: 10px;
}
.pagefooter .subscribe .wpcf7-submit {
  background-color: #63626b;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 120%;
  font-weight: 300;
  padding: 8px 30px 8px 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pagefooter .subscribe .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #63626b !important;
}
.pagefooter .wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.pagefooter-links {
  background-color: #8573bf;
}
.pagefooter-gotopagetop {
  display: block;
  padding: 12px 0 16px 0;
  text-align: center;
  width: 100%;
}
.pagefooter-gotopagetop span {
  display: block;
  font-size: 13px;
}
@media screen and (min-width: 520px) {
  .pagefooter .links .links-column {
    width: 50%;
  }
}
@media screen and (min-width: 720px) {
  .pagefooter {
    /*
		.links {
            .links-column {
                width:20%;
            }
        }
		*/
  }
  .pagefooter .accreditations {
    margin-top: 6px;
  }
  .pagefooter .accreditations div {
    float: left;
  }
  .pagefooter .accreditations .accreditations-second h3 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 980px) {
  .pagefooter .copyright {
    margin: 14px 16px 12px 16px;
  }
  .pagefooter .main {
    zoom: 1;
    position: relative;
  }
  .pagefooter .main:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .pagefooter .main:before,
  .pagefooter .main:after {
    content: "";
    display: table;
  }
  .pagefooter .main:after {
    clear: both;
  }
  .pagefooter .main .links {
    float: left;
    margin-bottom: 16px;
    margin-top: 16px;
    /*
				min-height:300px;
                width:75%;
				*/
  }
  .pagefooter .main .links .links-column {
    float: left;
    padding: 0 24px;
    width: 25%;
  }
  .pagefooter .subscribe {
    /*
			.dual-column-second {
                padding-top:2px;
            }
			*/
    text-align: left;
  }
  .pagefooter .subscribe .subscribe-field,
  .pagefooter .subscribe .subscribe-heading {
    float: left;
  }
  .pagefooter .subscribe .subscribe-field {
    text-align: left;
    width: 450px;
  }
  .pagefooter .subscribe .subscribe-heading {
    width: 250px;
  }
  .pagefooter .subscribe .subscribe-heading h3 {
    text-align: left;
    margin-top: 12px;
  }
  .pagefooter .subscribe .subscribe-form {
    display: block;
    width: 700px;
    margin: 0 auto 0 auto;
  }
}
/* Modules made from rules ported from previous site */
.divide .container {
  border-bottom: 2px solid #e0dbed;
}
.icongrid .row div {
  height: 11em;
}
.icongrid .row img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icongrid .row p {
  text-align: center;
}
.icongrid-nocaption .row div {
  height: 8em;
}
.product-feature-header div {
  margin-bottom: 30px;
}
.product-feature-header h2 {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 5px;
}
.product-feature-header h4 {
  color: #666666;
  font-size: 16px;
  margin: 0;
}
.product-feature-header img {
  float: left;
  margin: 0 20px 0 0;
}
.product-feature-header-analytics h2 {
  color: #af9fcc;
}
.product-feature-header-filtering h2 {
  color: #63b85f;
}
.product-feature-header-marketing h2 {
  color: #eb705e;
}
.product-feature-header-multilingual h2 {
  color: #7a68ae;
}
.product-feature-header-presence h2 {
  color: #e85fe3;
}
.product-feature-header-security h2 {
  color: #eac620;
}
.product-feature-header-social h2 {
  color: #6bc5ef;
}
.steps img {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 100%;
}
/* Modules made from rules ported from previous site */
.sidebarlayout .sidebarlayout-main {
  background-color: #ffffff;
  zoom: 1;
  padding: 20px 0;
}
.sidebarlayout .sidebarlayout-main:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sidebarlayout .sidebarlayout-main:before,
.sidebarlayout .sidebarlayout-main:after {
  content: "";
  display: table;
}
.sidebarlayout .sidebarlayout-main:after {
  clear: both;
}
.sidebarlayout .sidebarlayout-main .wrapper {
  margin: 0 auto;
  max-width: 320px;
}
.sidebarlayout .sidebarlayout-main .wrapper .category-select {
  margin-bottom: 18px;
  margin-top: 20px;
}
.sidebarlayout .sidebarlayout-main .wrapper .category-select li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 6px;
  margin-right: 2px;
}
.sidebarlayout .sidebarlayout-main .wrapper .category-select li a {
  background-color: #898989;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  /*
						font-size:80%;
                        */
  font-size: 90%;
  padding: 1px 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebarlayout .sidebarlayout-main .wrapper .category-select li a:hover {
  background-color: #ec6591;
}
.sidebarlayout .sidebarlayout-main .wrapper .category-select li.current-cat a {
  background-color: #ec6591;
}
.sidebarlayout .sidebarlayout-main .wrapper .content {
  font-size: 13px;
}
.sidebarlayout .sidebarlayout-main .wrapper .content p:first-of-type {
  color: #898989;
  font-weight: bold;
}
.sidebarlayout .sidebarlayout-main .wrapper .fullimage {
  width: 100%;
}
.sidebarlayout .sidebarlayout-main .wrapper .fullimage img {
  max-width: 100%;
  width: 100%;
}
.sidebarlayout .sidebarlayout-main .wrapper h3 {
  border-bottom: 1px solid #898989;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 12px;
  text-align: left;
}
.sidebarlayout .sidebarlayout-main .wrapper h3 a {
  color: #898989;
}
.sidebarlayout .sidebarlayout-main .wrapper h3 a:hover {
  color: #6f5691;
}
.sidebarlayout .sidebarlayout-main .wrapper h4 {
  color: #898989;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sidebarlayout .sidebarlayout-main .wrapper .loadmore {
  margin-bottom: 48px;
  margin-top: 12px;
  text-align: center;
}
.sidebarlayout .sidebarlayout-main .wrapper .related h4 {
  margin-bottom: 8px;
}
.sidebarlayout .sidebarlayout-main .wrapper .share {
  border-bottom: 1px solid #898989;
  padding-bottom: 50px;
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links {
  background-color: #ffffff;
  padding: 0;
  text-align: center;
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 6px 4px 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a.facebook {
  background-color: #435697;
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a.googleplus {
  background-color: #d5473d;
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a i {
  font-size: 14px;
  margin-right: 4px;
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a.linkedin {
  background-color: #3e83fd;
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a.pinterest {
  background-color: #c01930;
}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a.twitter {
  background-color: #66aaed;
}
.sidebarlayout .sidebarlayout-sidebar {
  padding: 0 0 20px 0;
}
.sidebarlayout .sidebarlayout-sidebar .social p {
  color: #ffffff;
  margin: 0 auto;
  padding: 4px 0 0 0;
  width: 200px;
}
.sidebarlayout .sidebarlayout-sidebar .social .social-links {
  margin-bottom: 24px;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe {
  background-color: #ffffff;
  padding: 1px 0 0 0;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper {
  padding-bottom: 30px;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper .button {
  background-color: #eeeeee;
  font-weight: 400;
  margin-top: 12px;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper .button:hover {
  background-color: #ffffff;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper h4 {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #8c8d8f !important;
    font-size: 25px;
    font-weight: normal;
    margin-top: 24px;
    text-align: center;
    text-transform: none;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper .input {
  margin-bottom: 8px;
  margin-top: -16px;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper .sf_required_fields_msg {
  display: none;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper .wpcf7 {
  margin-bottom: -24px;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper .wpcf7-submit {
  background-color: #efa58a;
  border-radius: 4px;
  color: #fff !important;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 120%;
  font-weight: 300;
   font-size: 25px;
    padding: 4px 15px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper .wpcf7-submit:hover {
  background-color: #3d3d3d !important;
  color: #f5f5f5 !important;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper {
  margin: 0 auto;
  max-width: 320px;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .cta {
  margin: 20px 20px 0 40px;
  text-align: center;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .cta .button {
  line-height: 24px !important;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .desktoponly {
  display: none;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper h4 {
  color: #898989;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts {
  margin-top: 30px;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry {
  zoom: 1;
  position: relative;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry:before,
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry:after {
  content: "";
  display: table;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry:after {
  clear: both;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry:hover .overlay {
  background-color: #ec6591;
  bottom: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -8px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  position: absolute;
  right: -8px;
  top: 0;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry:hover .overlay .caption {
  color: #ffffff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 120%;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  width: 145px;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry .meta {
  margin-left: 16px;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry .meta .category {
  color: #7968ae;
  font-size: 70%;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry .meta .title {
  color: #3d3d3d;
  font-weight: bold;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry .overlay {
  display: none;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .popularposts .pp-entry .thumbnail {
  float: left;
  height: 50px;
  margin-bottom: 12px;
  margin-top: 5px;
  width: 50px;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts h4 {
  margin-top: 20px;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts .recentposts-entry {
  position: relative;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts .recentposts-entry .author {
 color: #7968ae;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 0 0 6px;
    text-transform: capitalize;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts .recentposts-entry .excerpt {
  color: #898989;
  /*
						font-size:70%;
                        line-height:1.2;
						*/
  font-size: 90%;
  line-height: 1.5;
  display:none;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts .recentposts-entry:hover .overlay {
  background-color: #ec6591;
  bottom: -4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -4px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  position: absolute;
  right: -4px;
  top: -4px;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts .recentposts-entry:hover .overlay .caption {
  color: #ffffff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 120%;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  width: 145px;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts .recentposts-entry .overlay {
  display: none;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts .recentposts-entry .title {
color: #272727;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .recentposts .recentposts-entry .title span {
  font-style: italic;
  font-weight: 300;
  margin-right: 6px;
  text-transform: none;
}
.sidebarlayout .sidebarlayout-sidebar .wrapper .slim {
  margin: 0 16px;
}
@media screen and (min-width: 600px) {
  .sidebarlayout .sidebarlayout-main .wrapper {
    max-width: 580px;
  }
  .sidebarlayout .sidebarlayout-sidebar .wrapper {
    max-width: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebarlayout {
    zoom: 1;
    position: relative;
  }
  .sidebarlayout:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .sidebarlayout:before,
  .sidebarlayout:after {
    content: "";
    display: table;
  }
  .sidebarlayout:after {
    clear: both;
  }
  .sidebarlayout .sidebarlayout-main {
    border-right: 1px solid #ececec;
    width: 70%;
  }
  .sidebarlayout .sidebarlayout-main .wrapper {
    margin: 0 0 0 auto;
    max-width: 900px;
    padding: 0 20px;
  }
  .sidebarlayout .sidebarlayout-sidebar {
    position: absolute;
    right: 0;
    top: 20px;
    width: 30%;
  }
  .sidebarlayout .sidebarlayout-sidebar .social {
    max-width: 260px;
  }
  .sidebarlayout .sidebarlayout-sidebar .subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebarlayout .sidebarlayout-sidebar .subscribe .wrapper {
    max-width: 320px;
  }
  .sidebarlayout .sidebarlayout-sidebar .wrapper {
    margin: 0;
    max-width: 320px;
  }
  .sidebarlayout .sidebarlayout-sidebar .wrapper .desktoponly {
    display: block;
  }
}

.single {
  padding: 12px 0;
  position: relative;
}
.single .arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  height: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  z-index: 2;
}
.single .container-contact .contact-callback .button {
  line-height: 1.4 !important;
  width: 100%;
}
.single .container-contact .contact-form h3 {
  margin-top: 20px;
  text-align: left;
}
.single .container-contact .contact-form input,
.single .container-contact .contact-form textarea {
  border-radius: 4px;
  margin-bottom: 16px;
}
.single .container-contact .contact-form .sf_required_fields_msg {
  display: none;
}
.single .container-contact .contact-form textarea {
  height: 137px;
}
.single .container-contact .contact-form .wpcf7-submit {
  background-color: #3d3d3d;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 120%;
  font-weight: 300;
  margin-right: 0;
  padding: 8px 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.single .container-contact .contact-form .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #3d3d3d !important;
}
.single h1 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.single h2 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 12px;
}
.single.single-black {
  background-color: #3d3d3d;
}
.single.single-black .arrow-down {
  border-top-color: #3d3d3d;
}
.single.single-black h2 {
  color: #ffffff;
}
.single.single-black h3 {
  color: #ffffff;
}
.single.single-black p {
  color: #ffffff;
}
.single.single-divider h2 {
  margin: 12px;
  text-align: center;
}
.single.single-header {
  background-color: #8064a8;
}
.single.single-header .arrow-down {
  border-top-color: #8064a8;
}
.single.single-header .container {
  text-align: center;
}
.single.single-header .container h1 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
.single.single-header .container h2 {
  color: #ffffff;
  font-size: 165%;
  margin-bottom: 32px;
  margin-top: 0;
}
.single.single-lightgrey {
  background-color: #f5f5f5;
}
.single.single-lightgrey .arrow-down {
  border-top-color: #f5f5f5;
}
.single.single-nopadding {
  padding: 0;
}
.single.single-pagination .container {
  font-size: 140%;
  padding: 20px 0 12px 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .single .contact-callback {
    float: left;
    padding-right: 12px;
    width: 50%;
  }
  .single .contact-form {
    float: left;
    padding-left: 12px;
    width: 50%;
  }
  .single .contact-form h3 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .single .contact-callback {
    width: 34%;
  }
  .single .container-contact .contact-form {
    position: relative;
    width: 66%;
  }
  .single .container-contact .contact-form .punt {
    clear: both;
    margin-top: 16px;
    text-align: right;
  }
  .single .container-contact .contact-form .sf_field {
    width: 50%;
  }
  .single .container-contact .contact-form .sf_field_description {
    position: absolute;
    right: 0;
    top: 0;
  }
  .single .container-contact .contact-form .sf_field_description p {
    margin-left: 14px;
  }
  .single .container-contact .contact-form .sf_field_email p,
  .single .container-contact .contact-form .sf_field_first_name p {
    margin-right: 14px;
  }
  .single .container-contact .contact-form .wpcf7 {
    position: relative;
  }
}
.social {
  background-color: #3d3d3d;
  padding-top: 8px;
  text-align: center;
}
.social.social-footer {
  background-color: transparent;
  padding-top: 0;
  text-align: left;
}
.social.social-footer .social-links a {
  margin: 8px 6px 16px 0;
}
.social .social-links a {
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  height: 40px;
  margin: 8px 3px 16px 3px;
  padding: 10px 4px 4px 6px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 40px;
}
.social .social-links a.facebook {
  background-color: #435697;
}
.social .social-links a.googleplus {
  background-color: #d5473d;
}
.social .social-links a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.social .social-links a i {
  font-size: 22px;
  margin-right: 4px;
}
.social .social-links a.instagram {
  background-color: #967e62;
}
.social .social-links a.linkedin {
  background-color: #3e83fd;
}
.social .social-links a.twitter {
  background-color: #66aaed;
}
.socialstrap {
  display: none;
  visibility: hidden;
}
.socialstrap {
  background-color: #3d3d3d;
  zoom: 1;
  height: 28px;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 100;
}
.socialstrap:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.socialstrap:before,
.socialstrap:after {
  content: "";
  display: table;
}
.socialstrap:after {
  clear: both;
}
.socialstrap .wrapper {
  margin: 0 auto;
  max-width: 1140px;
}
.socialstrap .wrapper ul {
  list-style-type: none;
  margin-top: 0;
  text-align: right;
}
.socialstrap .wrapper ul li {
  display: inline-block;
  height: 13px;
  margin-left: 8px;
  margin-top: 0 !important;
  position: relative;
  width: 14px;
}
.socialstrap .wrapper ul li a {
  background-color: #8064a8;
  bottom: 0px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 18px;
  left: -4px;
  position: absolute;
  right: -1px;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0;
  width: 18px;
}
.socialstrap .wrapper ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.socialstrap .wrapper ul li.login {
  border-radius: 0;
  height: auto;
  margin-left: 12px;
  margin-top: 0 !important;
  width: auto;
}
.socialstrap .wrapper ul li.login a {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  height: 28px !important;
  padding-bottom: 2px;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 3px;
  position: static;
  text-transform: uppercase;
  width: auto;
}
.socialstrap .wrapper ul li.login a:hover {
  color: #6f5691;
}
@media screen and (min-width: 1024px) {
  .socialstrap .wrapper ul li.login a {
    padding-right: 16px;
  }
}
.testimonials-scroller blockquote {
  padding: 0 50px;
  position: relative;
}
.testimonials-scroller blockquote .testimonial_author cite .testimonial-client {
  color: #6f5691;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding-right: 0;
  text-align: right;
}
.testimonials-scroller blockquote .testimonial_author cite .testimonial-position {
  color: #3d3d3d;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding-right: 0;
  text-align: right;
}
.testimonials-scroller blockquote .testimonial_body:after {
  bottom: 24px;
  color: #6f5691;
  content: '\201D';
  font-size: 300%;
  position: absolute;
  right: 20px;
}
.testimonials-scroller blockquote .testimonial_body:before {
  color: #6f5691;
  content: '\201C';
  font-size: 300%;
  left: 22px;
  position: absolute;
  top: 20px;
}
.testimonials-scroller blockquote .testimonial_body p {
  color: #6f5691;
  font-size: 100%;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .testimonials-scroller {
    margin-right: 8px;
  }
}
nav[role=navigation] {
  display: none;
  /*
	left:200px;
    position:absolute;
    top:0;
    */
}
nav[role=navigation]:after {
  display: none;
}
nav[role=navigation]:before {
  display: none;
}
nav[role=navigation] ul li {
  line-height: 1;
}
nav[role=navigation] ul li .bigmenu {
  display: none;
}
nav[role=navigation] ul li .dropdown {
  display: none;
}
nav[role=navigation] :focus {
  outline: 0;
}
@media screen and (min-width: 1024px) {
  nav[role=navigation] {
    border-bottom: none;
    display: block;
    /*
		left:200px;
        position:absolute;
        right:0;
        top:50px;
		*/
  }
  nav[role=navigation] > ul {
    margin: 0;
    padding-left: 0;
  }
  nav[role=navigation] > ul > li {
    cursor: pointer;
    /*
                display:inline-block;
				*/
    float: left;
    font-size: 20px;
    list-style-type: none;
    margin-right: 6px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transition: all 0.2s linear ease-out;
    -moz-transition: all 0.2s linear ease-out;
    -o-transition: all 0.2s linear ease-out;
    transition: all 0.2s linear ease-out;
  }
  nav[role=navigation] > ul > li > a {
    border: 1px solid transparent;
    color: #494949;
    display: block;
    /* margin-top:24px;*/
    font-size: 17px;
    padding: 16px 26px 16px 26px;
    /*
					position:relative;
                    .transition(0.2s);
					*/
    z-index: 101;
  }
  nav[role=navigation] > ul > li > a span {
    position: relative;
  }
  nav[role=navigation] > ul > li > a span:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: -14px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  nav[role=navigation] > ul > li.active {
    /*background-color:#ffffff !important;*/
  }
  nav[role=navigation] > ul > li.active > a {
    background: white;
    border-bottom: 1px solid white;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    /*
						color:@pw-purple !important;
                        padding:0 7px 0 7px;
						*/
    position: relative;
  }
  nav[role=navigation] > ul > li.active > a span:after {
    /*background-image:url(/wp-content/themes/purplewifi/img/dropdown_arrow2.png);*/
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav[role=navigation] > ul > li.active .bigmenu {
    max-height: 600px;
    opacity: 1;
  }
  nav[role=navigation] > ul > li .bigmenu {
    background: #ffffff url(/wp-content/themes/purplewifi/img/bigmenu-divide.gif) 259px top no-repeat;
    border: 1px solid #f0f0f0;
    cursor: default;
    display: block;
    font-size: 15px;
    position: absolute;

    left: 10px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 20px;
    top: 50px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transition: all 0.2s linear ease-out;
    -moz-transition: all 0.2s linear ease-out;
    -o-transition: all 0.2s linear ease-out;
    transition: all 0.2s linear ease-out;
    width: 742px;
    z-index: 100;
    /*
				   &.onecol {
                        width:200px;
                        .links {
                            ul {
                                li {
                                    width:100%;
                                }
                            }
                        }
                        &.onecol-news {
                            width:400px;
                            .primary {
                                width:50%;
                            }
                            .secondary {
                                width:50%;
                            }
                        }
                        .primary {
                            width:100%;
                        }
                    }
				   */
  }
  nav[role=navigation] > ul > li .bigmenu h4 {
    clear: both;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
  }
  nav[role=navigation] > ul > li .bigmenu h4 a {
    color: #6f5691;
    padding: 0;
  }
  nav[role=navigation] > ul > li .bigmenu .links + h4 {
    padding-top: 12px;
  }
  nav[role=navigation] > ul > li .bigmenu .links ul {
    padding: 0;
  }
  nav[role=navigation] > ul > li .bigmenu .links ul li {
    display: block;
    float: left;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    list-style-type: none;
    padding: 6px 0;
    width: 50%;
  }
  nav[role=navigation] > ul > li .bigmenu .links ul li a {
    color: #3d3d3d !important;
  }
  nav[role=navigation] > ul > li .bigmenu .links ul li a:after {
    display: none;
  }
  nav[role=navigation] > ul > li .bigmenu .links ul li a:hover {
    color: #6f5691 !important;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container {
    border-bottom: 5px solid lightgrey;
    zoom: 1;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container:before,
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container:after {
    content: "";
    display: table;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container:after {
    clear: both;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container > div {
    float: left;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-product {
    border-color: #e85685;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-solutions {
    border-color: #5BC4F0;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-purplewifi {
    border-color: #7967AD;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-partners {
    border-color: #F19A3A;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-blog {
    border-color: #9BBC88;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-resources {
    border-color: #F37663;
  }
  nav[role=navigation] > ul > li .bigmenu .featured {
    width: 240px;
    float: right !important;
  }
  nav[role=navigation] > ul > li .bigmenu .primary a,
  nav[role=navigation] > ul > li .bigmenu .secondary a {
    color: #494949;
    display: block;
    line-height: 20px;
    padding: 10px 25px 10px 25px;
  }
  nav[role=navigation] > ul > li .bigmenu .primary a:hover,
  nav[role=navigation] > ul > li .bigmenu .secondary a:hover {
    background: lightgrey;
    color: white;
  }
  nav[role=navigation] > ul > li .bigmenu .primary ul,
  nav[role=navigation] > ul > li .bigmenu .secondary ul {
    padding: 0;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-product .primary a:hover,
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-product .secondary a:hover {
    background: #f199b6;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-solutions .primary a:hover,
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-solutions .secondary a:hover {
    background: #a1ddf6;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-purplewifi .primary a:hover,
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-purplewifi .secondary a:hover {
    background: #7967AD;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-partners .primary a:hover,
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-partners .secondary a:hover {
    background: #F19A3A;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-blog .primary a:hover,
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-blog .secondary a:hover {
    background: #9BBC88;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-resources .primary a:hover,
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-resources .secondary a:hover {
    background: #f8b4aa;
  }
  nav[role=navigation] > ul > li .bigmenu .primary {
    /*padding:16px 20px;*/
    width: 260px;
  }
  nav[role=navigation] > ul > li .bigmenu .primary .active a {
    background: lightgrey;
    color: white;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-product .primary .active a {
    background: #e85685;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-solutions .primary .active a {
    background: #5BC4F0;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-purplewifi .primary .active a {
    background: #7967AD;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-partners .primary .active a {
    background: #F19A3A;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-blog .primary .active a {
    background: #9BBC88;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-container-resources .primary .active a {
    background: #F37663;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary {
    /*padding:16px 20px 8px 20px;*/
    width: 240px;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary h4 {
    margin-bottom: 16px;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary h4 a {
    color: #6f5691;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary .image img {
    width: 100%;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary p {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 8px;
    margin-top: 2px;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary p:hover {
    color: #6f5691 !important;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary ul {
    display: none;
    visibility: hidden;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary .active {
    display: block;
    visibility: visible;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary .links {
    margin-top: -4px;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary .links ul li {
    width: 100%;
  }
  nav[role=navigation] > ul > li .bigmenu .secondary .links ul li a:hover {
    color: #6f5691 !important;
  }
  nav[role=navigation] > ul > li .bigmenu.bigmenu-2col {
    width: 502px;
  }
  nav[role=navigation] > ul > li .bigmenu.no-feat-img {
    width: calc(742px - 240px);
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-featured-item,
  nav[role=navigation] > ul > li .bigmenu .bigmenu-latest-post {
    padding: 0 12px 0 12px;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-featured-item {
    display: none;
    text-align: center;
    visibility: hidden;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-featured-item.active {
    display: block;
    visibility: visible;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-featured-item a {
    font-weight: bold;
    text-transform: uppercase;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-featured-item img {
    max-width: 100%;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-featured-item p {
    padding: 12px;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-latest-post img {
    max-width: 100%;
    margin-bottom: 16px;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-latest-post a .date {
    color: #3d3d3d;
    font-size: 11px;
  }
  nav[role=navigation] > ul > li .bigmenu .bigmenu-latest-post a .date span {
    display: inline-block;
    padding: 0 0 0 16px;
  }
  nav[role=navigation] > ul > li:hover {
    background-color: transparent;
  }
  nav[role=navigation] > ul > li .dropdown {
    display: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  nav[role=navigation] > ul > li.bigmenu-2col-inverted .bigmenu {
    left: calc(-502px + 100%);
  }
  nav[role=navigation] > ul > li.bigmenu-3col-inverted .bigmenu {
    left: calc(-742px + 100%);
  }
  nav[role=navigation] > ul > li ul li a:after {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  nav[role=navigation] {
    /*
		right:200px;
        text-align:right;
        top:0;
        */
  }
  nav[role=navigation] ul li {
    /*font-size:100%;*/
    position: relative;
  }
  nav[role=navigation] ul li .bigmenu {
    /*left:-1px;*/
    left: 0;
    text-align: left;
    /*top:65px;*/
  }
}
@media screen and (min-width: 1100px) {
  nav[role=navigation] > ul > li {
    /*
			padding:24px 12px 24px 12px;
            &.lastmenu {
                .bigmenu {
                    left:-294px !important;
                }
            }
			*/
  }
  nav[role=navigation] > ul > li > a:after {
    bottom: 2px;
  }
}
@media screen and (min-width: 1360px) {
  nav[role=navigation] > ul > li.bigmenu-2col-inverted .bigmenu {
    left: calc(-662px + 100%);
  }
  nav[role=navigation] > ul > li.bigmenu-3col-inverted .bigmenu {
    left: calc(-902px + 100%);
  }
  nav[role=navigation] > ul > li .bigmenu {
    width: 902px;
  }
  nav[role=navigation] > ul > li .bigmenu.bigmenu-2col {
    width: 662px;
  }
  nav[role=navigation] > ul > li .bigmenu.no-feat-img {
    width: calc(902px - 400px);
  }
  nav[role=navigation] > ul > li .bigmenu .featured {
    width: 400px;
  }
}
.twitterbox {
  margin-bottom: 30px;
  margin-top: 30px;
}
.twitterbox h3 {
  color: #898989;
  margin-bottom: 30px;
}
.twitterbox .grid .grid-entry {
  background-image: url(/wp-content/themes/purplewifi/img/twitter-large.png);
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 48px;
}
.twitterbox .grid .grid-entry p {
  color: #898989;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 60px;
  margin-right: 12px;
}
.wifidivider {
  background-image: url(/wp-content/themes/purplewifi/img/wifidivider.png);
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 10px solid #bcb3d6;
  height: 49px;
}
.search-entry .dual-column {
  width: 100%;
}
/* Template Sepecific Classes */
@media screen and (min-width: 1024px) {
  .sector-contact-form .sf_field {
    width: calc(100% - 20px);
    margin: 0 20px 0 0;
  }
  .sector-contact-form .sf_type_text {
    width: calc(50% - 20px);
    float: left;
    clear: none !important;
  }
  .sector-contact-form .sf_type_textarea {
    height: 120px;
  }
  .sector-contact-form input[type="text"],
  .sector-contact-form input[type="submit"],
  .sector-contact-form textarea {
    border-radius: 5px;
  }
  .sector-contact-form input[type="submit"] {
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.2s ease-out 0s;
  }
  .sector-contact-form input[type="submit"]:hover {
    background-color: #fff;
    color: #3D3D3D !important;
  }
  .sector-contact-form .sf_required_fields_msg {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
.cstm-sec, .single_post_cont{ width:100%;}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a
{
padding:12px 6px !important;
}

}
@media only screen and (max-width: 480px) {
.share > h4{ width:100% !important;}
.sidebarlayout .sidebarlayout-main .wrapper .share .share-links a
{
margin-bottom: 11px !important;
    padding: 12px 20px !important;
}
.csbwfs-social-widget{ display:none;}
}