@import "css/normalize.css";
@import "css/formstone.css";
/*
  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;
}
/*
Theme Name: Purple Wifi
Description: This theme is a combination of Hijinks (www.amberweinberg.com) and HTML5 Boilerplate (http://html5boilerplate.com/)
Author: Nick Toye
Author URI: www.pixelsandcode.co.uk

*/
/* ==========================================================================
:: INDEX
=============================================================================

1 - BASE STYLES
2 - GLOBAL LAYOUTS
        2.1 - HEADER LAYOUTS
        2.2. FOOTER LAYOUTS
3 - PAGE LAYOUTS
        3.1. SPLASH LAYOUTS
4 - HELPER CLASSES
5 - PRINT STYLES

----------------------------------------------------------------------------- */
/* ==========================================================================
::
:: 1. BASE STYLES
::
============================================================================= */
html,
button,
input,
select,
textarea {
  color: #222;
  background: #564489;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
/* Remove text-shadow in selection highlight */
::-moz-selection {
  background: #b3d4fc;
  color: #333;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  color: #333;
  text-shadow: none;
}
/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle;
}
/* Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}
/* Set box-sizing. */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Typeography
----------------------------------------------------------------------------- */
a {
  color: #f7e33a;
  text-decoration: none;
}
a:hover {
  color: #333;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 0 14px 0;
  color: #f7e33a;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
  font-weight: 300;
}
h5 {
  font-size: 18px;
  font-weight: 300;
}
/* Wrappers
----------------------------------------------------------------------------- */
section:before,
section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section {
  *zoom: 1;
}
section > section {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/* Buttons
----------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  background: #f7e33a;
  padding: 12px 40px;
  margin: 5px;
  border-radius: 4px;
  box-shadow: 0 4px 0 0 #c6b62e;
  font-weight: 300;
  color: #333;
  font: 16px/16px 'Lato', sans-serif;
  transition: all 0.1s ease;
}
.btn:hover {
  color: #333;
  background: #f8cf10;
  box-shadow: 0 4px 0 0 #d2af0b;
  margin: 5px;
}
.btn-01 {
  background: #a5e0f1;
  box-shadow: 0 4px 0 0 #84b3c1;
}
.btn-01:hover {
  background: #87d7ee;
  box-shadow: 0 4px 0 0 #4ab1d0;
}
.btn-02 {
  background: #605090;
  box-shadow: 0 4px 0 0 #4d4073;
  color: #fff;
}
.btn-02:hover {
  background: #4a397d;
  box-shadow: 0 4px 0 0 #2f2355;
  color: #fff;
}
.btn-buy {
  background: #605090;
  box-shadow: 0 4px 0 0 #4d4073;
  color: #fff;
  padding: 16px 10px 12px;
  display: block;
  font-size: 14px;
}
.btn-buy:hover {
  background: #4a397d;
  box-shadow: 0 4px 0 0 #2f2355;
  color: #fff;
}
.btn-free {
  color: #f7e33a;
}
.btn-premium {
  color: #a5e0f1;
}
.btn-large {
  font-size: 18px;
  padding: 16px 50px;
}
/* Forms
----------------------------------------------------------------------------- */
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input,
select,
textarea {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #b6add5;
  padding: 6px 10px 6px 15px;
  margin-bottom: 10px;
  width: 100%;
  min-height: 36px;
  outline: none;
}
input:focus {
  border-color: #605090;
}
.field-blok {
  width: 100%;
}
.double-input > div {
  width: 49%;
  float: left;
}
.double-input > div:last-child {
  float: right;
}
.picker-element {
  width: 36px;
  height: 36px;
}
button {
  border: none;
}
/* ==========================================================================
::
:: 2.1 - HEADER LAYOUTS
::
============================================================================= */
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header {
  *zoom: 1;
  background: #6c5aa1;
}
header > section {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
/* Block Containers */
header .blok-1 {
  width: 50%;
  margin: 18px 0;
  float: left;
}
header .blok-1 img {
  max-width: 188px;
  height: auto;
}
header .blok-2 {
  width: 50%;
  margin: 22px 0;
  float: left;
}
/* Social Icons */
.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.social-icons li {
  margin: 0;
  display: inline-block;
}
.social-icons li a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  text-indent: 9999px;
  margin: 0 2px;
  background: #9083b8 url(img/sprite_social-icn.png) no-repeat 32px 0;
  transition: all 0.3s ease;
}
.social-icons li a:hover {
  background-color: #baaedd;
}
.social-icons li.fb-icn a {
  background-position: 0 0;
}
.social-icons li.tw-icn a {
  background-position: -32px 0;
}
.social-icons li.in-icn a {
  background-position: -64px 0;
}
.social-icons li.gp-icn a {
  background-position: -96px 0;
}
/* ==========================================================================
::
:: 2.2 - FOOTER
::
============================================================================= */
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer {
  *zoom: 1;
}
footer > section {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/* footer-content
----------------------------------------------------------------------------- */
footer#sitemap {
  background: #6c5aa1;
}
footer#sitemap > section {
  padding: 50px 0;
}
/* Block Containers */
footer#sitemap div[class*="blok"] {
  width: 33.33333%;
  min-height: 250px;
  float: left;
  padding: 0 30px;
  border-right: 1px solid #a495ce;
}
footer#sitemap div[class*="blok"]:last-child {
  border-right: none;
}
/* Type Elements */
footer#sitemap h4 {
  margin: 0 0 10px 0;
}
/* Articles */
footer#sitemap article {
  padding: 10px 0;
  border-bottom: 1px solid #8776b6;
}
footer#sitemap article p,
footer#sitemap article a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
footer#sitemap article p.time {
  color: #beb2e2;
  font-size: 13px;
  margin: 0;
}
footer#sitemap article a:hover {
  color: #F7E33A;
}
/* footer-copyright
----------------------------------------------------------------------------- */
footer#copyright {
  background: #564489;
}
footer#copyright > section {
  padding: 40px 0;
}
/* Block Containers */
footer#copyright div[class*="blok"] {
  width: 50%;
  float: left;
}
/* Type Elements */
footer#copyright p {
  font-size: 13px;
  color: #afa6ca;
}
/* CLICK DESK OVERRIDE STYLES
----------------------------------------------------------------------------- */
body .clickdesk .cd-bar {
  border: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  background: #ebe8f5 url(img/chat-icon.png) no-repeat right 15px !important;
  color: #605191!important;
  padding: 8px 50px 8px 20px!important;
  transition: all 0.3s ease;
}
body .clickdesk .cd-bar:hover {
  box-shadow: none!important;
  background-color: #291D4F!important;
}
body .clickdesk .cd-chat-inner {
  border-radius: 0!important;
}
body .clickdesk .cd-chat-inner-top {
  border-radius: 0!important;
  background-color: #433470!important;
}
body .clickdesk .cd-chat-content .cd-form-sec ul li input.clickdesk_next[type="submit"] {
  background-color: #433470!important;
}
body .clickdesk .cd-chat-content .cd-footer {
  background-color: #433470!important;
}
body .clickdesk .cd-chat-content .cd-footer ul li a {
  background-color: #433470!important;
}
body .clickdesk .cd-chat-content .cd-footer ul li {
  border-color: #32245B!important;
}
body .clickdesk .cd-chat-inner-top .cd-chat-inner-fig img {
  border-radius: 0!important;
  border: 0!important;
  padding: 0!important;
  margin-bottom: 6px!important;
}
/* ==========================================================================
::
:: 3.1 - SPLASH LAYOUTS
::
============================================================================= */
/* Splash-Intro
----------------------------------------------------------------------------- */
#splash-intro {
  background: #fff;
  position: relative;
}
/* Block Containers */
#splash-intro div[class*="blok"] {
  width: 50%;
  height: 340px;
  float: left;
}
#splash-intro .blok-1 {
  text-align: center;
  padding: 50px 30px 0 0;
}
#splash-intro .blok-2 img {
  max-width: 100%;
  height: auto;
  margin: 0 20px;
}
#splash-intro .slide:nth-child(even) .blok-1 {
  padding: 50px 0 0 30px;
}
/* Type Elements */
#splash-intro h2 {
  color: #b3a7d5;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  margin: 0 auto 40px;
  width: 370px;
}
#splash-intro h3 {
  color: #6c5aa1;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 auto 10px;
}
#splash-intro h4 {
  color: #b3a7d5;
  font-size: 18px;
  line-height: 10px;
  font-weight: 300;
  margin: 0 auto 30px;
}
/* Image Elements */
#splash-intro .blok-2 img {
  max-width: 100%;
  height: auto;
  max-height: 290px;
}
#splash-intro .slide:nth-child(odd) img {
  float: right;
}
/* Divider Icon */
#splash-intro hr {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: -3px;
  margin: 0;
  border: 0;
  background: url('img/divider_purple.png') no-repeat center;
  z-index: 1000;
}
/* Splash-selection
----------------------------------------------------------------------------- */
#splash-selection {
  background: #7a68ae;
}
#splash-selection > section {
  min-height: 300px;
  padding: 50px 0;
}
/* Block Containers */
#splash-selection [class*="blok"] {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 40px;
}
#splash-selection .blok-2 {
  border-left: 2px solid #9f90ca;
}
/* Type Elements */
#splash-selection [class*="blok"] h3 {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  margin: 0 auto 10px;
}
#splash-selection [class*="blok"] h3 b {
  color: #fff;
  font-weight: 400;
}
#splash-selection .blok-1 h3 {
  color: #f7e33a;
}
#splash-selection .blok-2 h3 {
  color: #a5e0f1;
}
#splash-selection div[class*="blok"] p {
  color: #b3a7d5;
  font-size: 16px;
}
/* Slider-Styles
----------------------------------------------------------------------------- */
/* Prevent the slideshow from flashing on load */
#slides {
  display: none;
  max-height: 300px;
  position: relative;
}
.slide {
  overflow: hidden;
}
.slide > section {
  width: 960px;
  margin: 0 auto;
  height: 320px;
  overflow: hidden;
}
/* Show active item in the pagination */
.slidesjs-navigation {
  position: absolute;
  top: 105px;
  display: block;
  background: #d9d3ea url('img/slider-controls.png') no-repeat;
  height: 80px;
  width: 60px;
  overflow: hidden;
  text-indent: 9999px;
  z-index: 9999;
  transition: all 200ms ease;
}
.slidesjs-navigation:hover {
  background-color: #7A68AE;
}
.slidesjs-previous {
  left: -10px;
}
.slidesjs-previous:hover {
  left: 0px;
}
.slidesjs-next {
  right: -10px;
  background-position: top right;
}
.slidesjs-next:hover {
  right: 0px;
}
.slidesjs-pagination .active {
  color: red;
}
/* ==========================================================================
::
:: 4 - HELPER CLASSES
::
============================================================================= */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* Hide from both screenreaders and browsers */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
/* ==========================================================================
::
:: 4 - PRINT STYLES
::
============================================================================= */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  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% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .bold {
    font-weight: 700;
  }
}
.button {
  border: 0;
  border-radius: 4px;
  font-size: 120%;
  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;
  padding: 8px 40px;
}
.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-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;
}
[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;
}
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;
  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 .threeLines {
  width: 25px !important;
  height: 27px !important;
}
#click-menu .threeLines .line {
  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;
  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: #8872cb;
}
.section-base a:hover {
  color: #c7bde6;
}
.off-white-row {
  background-color: #f4f2fa;
}
.mid-purple-row {
  background-color: #9180c4;
  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;
  display: inline-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;
  z-index: 100;
}
.grid-tip {
  display: block;
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #beb0d0;
  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: #6f5691;
}
@media (min-width: 1025px) {
  .grid-item:hover .grid-description {
    display: block;
  }
  .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=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:hover .grid-description {
    display: block;
  }
  .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 {
    width: 600px;
  }
  .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;
  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-top: 0;
  padding-left: 4px;
}
.breadcrumbs ul li {
  background-image: url('/wp-content/themes/purple-wifi/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 .character {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  margin: 0 4px;
  width: 150px;
}
.characters .character.hospitality {
  background-image: url(/wp-content/themes/purple-wifi/img/characters/hospitality.png);
}
.characters .character.retail-and-leisure {
  background-image: url(/wp-content/themes/purple-wifi/img/characters/retail-and-leisure.png);
}
.characters.characters-single {
  background-image: url(/wp-content/themes/purple-wifi/img/characters/shadow.png);
  background-position: center 30px;
  background-repeat: repeat-x;
  height: 260px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.characters.characters-single .character {
  left: 50%;
  margin-left: -75px;
  position: absolute;
}
.comments {
  border-bottom: 1px solid #898989;
  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 {
  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: #e0e0e0;
  padding: 12px;
  margin: 0 auto;
  max-width: 370px;
}
.dual .dual-column .dual-highlight-image .dual-highlight-image-inner {
  height: 0;
  padding-bottom: 64%;
  position: relative;
  width: 100%;
}
.dual .dual-column .dual-highlight-image .dual-highlight-image-inner .caption {
  background-color: #6f5691;
  bottom: -1px;
  color: #ffffff;
  left: 0;
  opacity: 0.5;
  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: 13px;
  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;
  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-invert {
  background-color: #6f5691 !important;
}
.dual.dual-invert .arrow-down {
  border-top-color: #6f5691;
}
.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: #3d3d3d;
}
.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;
}
@media screen and (min-width: 1024px) {
  .dual .dual-column {
    float: left;
    margin: 24px 0;
    width: 50%;
  }
  .dual .dual-column .dual-highlight-image {
    margin: 24px auto;
    max-width: none;
    width: 370px;
  }
  .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;
  }
}
.grid {
  *zoom: 1;
  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 .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: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.grid.grid-background .grid-entry h3 {
  color: #ffffff;
}
.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: flex;
  flex-direction: column;
  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.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;
}
.grid.grid-background .grid-entry .overlay .center-content {
  margin: 0 48px;
}
.grid.grid-background .grid-entry .overlay .center-content h3 {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.grid.grid-background .grid-entry .overlay .center-content p {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 20px;
  text-align: center;
}
.grid.grid-downloads .grid-entry {
  background-image: url(/wp-content/themes/purple-wifi/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/purple-wifi/img/icons/pdf2.png);
}
.grid.grid-downloads .grid-entry:nth-child(3n) {
  background-image: url(/wp-content/themes/purple-wifi/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 {
  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 {
  margin-bottom: 30px;
}
.grid.grid-related .grid-entry {
  margin-bottom: 12px;
  position: relative;
}
.grid.grid-related .grid-entry .meta {
  margin-left: 68px;
  margin-right: 68px;
}
.grid.grid-related .grid-entry .meta .category {
  font-size: 70%;
  margin-bottom: 0;
  margin-top: -5px;
}
.grid.grid-related .grid-entry .meta .category a {
  color: #898989;
  text-transform: uppercase;
}
.grid.grid-related .grid-entry .meta .title a {
  color: #3d3d3d;
  font-weight: bold;
}
.grid.grid-related .grid-entry .meta .title a:hover {
  color: #6f5691;
}
.grid.grid-related .grid-entry .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%;
  }
}
@media screen and (min-width: 900px) {
  .grid.grid-background .grid-entry {
    padding-bottom: 21.1%;
  }
  .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);
  }
  .grid.grid-two .grid-entry {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .grid.grid-news {
    border-left: 1px solid #898989;
  }
}
header[role=banner] {
  background-color: #6f5691;
}
header[role=banner] .hdrcontainer {
  padding: 1px 10px;
  position: relative;
}
header[role=banner] .logo {
  margin: 10px 0;
  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: 198px;
}
header[role=banner] .search-container .search div {
  background-color: #6f5691;
  background-image: url(/wp-content/themes/purple-wifi/img/search.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  padding-left: 16px;
}
header[role=banner] .search-container .search div i {
  color: #ffffff;
}
header[role=banner] .search-container .search div input {
  background-color: #6f5691;
  border: none;
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 0;
  min-height: 0;
  padding: 0 0 4px 0;
  text-indent: 4px;
  width: 120px;
}
#click-menu {
  right: 10px !important;
  top: 10px !important;
}
@media screen and (min-width: 1024px) {
  header[role=banner] {
    height: 65px;
  }
  header[role=banner] .container {
    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: 20px;
  }
}
.icon {
  background-position: center left;
  background-repeat: no-repeat;
}
.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: #6f5691;
  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/purple-wifi/img/arrow_down.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .jumbotron h1 {
    font-weight: bold;
  }
}
.maincta {
  background-color: #3d3d3d;
  padding: 20px 0;
  text-align: center;
}
.majorminor h3 {
  color: #898989;
  margin-top: 20px;
  text-align: center;
}
.majorminor .majorminor-minor blockquote {
  padding: 0 24px;
  position: relative;
}
.majorminor .majorminor-minor blockquote footer {
  color: #6f5691;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding-right: 16px;
  text-align: right;
}
.majorminor .majorminor-minor blockquote q {
  color: #6f5691;
  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: 0;
  position: absolute;
  top: 20px;
}
@media screen and (min-width: 1024px) {
  .majorminor .majorminor-major {
    float: left;
    width: 62%;
  }
  .majorminor .majorminor-minor {
    float: left;
    width: 38%;
  }
}
.container-slim {
  margin: 0 auto;
  max-width: 280px;
}
h3 {
  color: #3d3d3d;
  text-align: center;
}
.pagefooter {
  *zoom: 1;
  zoom: 1;
  background-color: #8573bf;
}
.pagefooter:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagefooter:before,
.pagefooter:after {
  content: "";
  display: table;
}
.pagefooter:after {
  clear: both;
}
.pagefooter .copyright {
  color: #ffffff;
  font-size: 10px;
  margin: 12px 16px;
}
.pagefooter .copyright a {
  color: #56458c;
  font-weight: bold;
}
.pagefooter .links {
  *zoom: 1;
  zoom: 1;
  padding: 8px 0 8px 0;
}
.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: 50%;
}
.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-top: 4px;
}
.pagefooter .links .links-column ul li a {
  color: #ffffff;
}
.pagefooter .links .links-column ul li.nav-title {
  margin-bottom: 0;
  margin-top: 12px;
}
.pagefooter .links .links-column ul li.nav-title a {
  color: #56458c;
  font-size: 10px;
  font-weight: bold;
}
.pagefooter .subscribe {
  background-color: #63626b;
  padding: 12px 16px 16px 16px;
}
.pagefooter .subscribe .dual-column {
  margin-bottom: 0;
  margin-top: 0;
}
.pagefooter .subscribe h3 {
  color: #ffffff;
}
.pagefooter .subscribe input {
  border-radius: 4px;
  margin-right: 8px;
  margin-top: -2px;
  max-width: 300px;
  padding: 11px 0 8px 0;
  text-indent: 12px;
}
.pagefooter .subscribe .subscribe-submit {
  clear: both;
  margin-top: 10px;
}
@media screen and (min-width: 520px) {
  .pagefooter .links .links-column {
    width: 33.3%;
  }
}
@media screen and (min-width: 720px) {
  .pagefooter .links .links-column {
    width: 20%;
  }
}
@media screen and (min-width: 980px) {
  .pagefooter .copyright {
    margin: 0 24px 12px 24px;
  }
  .pagefooter .main {
    *zoom: 1;
    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: 8px;
    width: 75%;
  }
  .pagefooter .main .links .links-column {
    float: left;
    padding: 0 24px;
    width: 20%;
  }
  .pagefooter .main .subscribe {
    bottom: 20px;
    float: right;
    left: 75%;
    min-height: 170px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 25%;
  }
}
.sidebarlayout .sidebarlayout-main {
  padding: 20px 0;
}
.sidebarlayout .sidebarlayout-main .category-select {
  margin-bottom: 18px;
  margin-top: 20px;
}
.sidebarlayout .sidebarlayout-main .category-select li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 6px;
  margin-right: 2px;
}
.sidebarlayout .sidebarlayout-main .category-select li a {
  background-color: #898989;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 80%;
  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 .category-select li a:hover {
  background-color: #ec6591;
}
.sidebarlayout .sidebarlayout-main .category-select li.current-cat a {
  background-color: #ec6591;
}
.sidebarlayout .sidebarlayout-main .content {
  font-size: 13px;
}
.sidebarlayout .sidebarlayout-main .content p:first-of-type {
  color: #898989;
  font-weight: bold;
}
.sidebarlayout .sidebarlayout-main .fullimage {
  width: 100%;
}
.sidebarlayout .sidebarlayout-main .fullimage img {
  max-width: 100%;
  width: 100%;
}
.sidebarlayout .sidebarlayout-main 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 h3 a {
  color: #898989;
}
.sidebarlayout .sidebarlayout-main h3 a:hover {
  color: #6f5691;
}
.sidebarlayout .sidebarlayout-main h4 {
  color: #898989;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sidebarlayout .sidebarlayout-main #masonry {
  *zoom: 1;
  zoom: 1;
  margin: 0 -8px 0 -8px;
}
.sidebarlayout .sidebarlayout-main #masonry:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sidebarlayout .sidebarlayout-main #masonry:before,
.sidebarlayout .sidebarlayout-main #masonry:after {
  content: "";
  display: table;
}
.sidebarlayout .sidebarlayout-main #masonry:after {
  clear: both;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner {
  margin: 0 8px 0 8px;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner:hover .overlay {
  background-color: #ec6591;
  bottom: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  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;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner:hover .overlay .caption {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  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;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner .category {
  font-size: 70%;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 4px;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner .category a {
  color: #898989;
  text-transform: uppercase;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner .date {
  color: #898989;
  font-size: 11px;
  margin-bottom: 24px;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner .date .comments-count {
  padding-left: 16px;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner .excerpt {
  color: #3d3d3d;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner .fullimage {
  margin-top: 8px;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner h3 {
  border-bottom: none;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-bottom: 0;
}
.sidebarlayout .sidebarlayout-main #masonry .masonry-entry .masonry-entry-inner .overlay {
  display: none;
}
.sidebarlayout .sidebarlayout-main .loadmore {
  margin-bottom: 48px;
  margin-top: 12px;
  text-align: center;
}
.sidebarlayout .sidebarlayout-main .share {
  border-bottom: 1px solid #898989;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.sidebarlayout .sidebarlayout-main .share h4 {
  padding-bottom: 20px;
}
.sidebarlayout .sidebarlayout-main .share .share-links {
  text-align: left;
}
.sidebarlayout .sidebarlayout-main .share .share-links a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin: 0 2px 8px 2px;
  padding: 16px 20px 16px 24px;
  -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 .share .share-links a.facebook {
  background-color: #435697;
}
.sidebarlayout .sidebarlayout-main .share .share-links a.googleplus {
  background-color: #d5473d;
}
.sidebarlayout .sidebarlayout-main .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 .share .share-links a i {
  font-size: 14px;
  margin-right: 4px;
}
.sidebarlayout .sidebarlayout-main .share .share-links a.linkedin {
  background-color: #3e83fd;
}
.sidebarlayout .sidebarlayout-main .share .share-links a.pinterest {
  background-color: #c01930;
}
.sidebarlayout .sidebarlayout-main .share .share-links a.twitter {
  background-color: #66aaed;
}
.sidebarlayout .sidebarlayout-sidebar {
  padding: 20px 0;
}
.sidebarlayout .sidebarlayout-sidebar .desktoponly {
  display: none;
}
.sidebarlayout .sidebarlayout-sidebar h4 {
  color: #898989;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts {
  margin-top: 30px;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry {
  *zoom: 1;
  zoom: 1;
  position: relative;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry:before,
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry:after {
  content: "";
  display: table;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry:after {
  clear: both;
}
.sidebarlayout .sidebarlayout-sidebar .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 .popularposts .pp-entry:hover .overlay .caption {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  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 .popularposts .pp-entry .meta {
  margin-left: 68px;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry .meta .category {
  color: #898989;
  font-size: 70%;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry .meta .title {
  color: #3d3d3d;
  font-weight: bold;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry .overlay {
  display: none;
}
.sidebarlayout .sidebarlayout-sidebar .popularposts .pp-entry .thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 60px;
  margin-bottom: 12px;
  margin-top: 5px;
  width: 60px;
}
.sidebarlayout .sidebarlayout-sidebar .slim {
  margin: 0 16px;
}
.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 .button {
  margin-top: 12px;
}
.sidebarlayout .sidebarlayout-sidebar .subscribe h4 {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .sidebarlayout .container {
    position: relative;
  }
  .sidebarlayout .sidebarlayout-main {
    margin-right: 330px;
  }
  .sidebarlayout .sidebarlayout-main .share .share-links {
    text-align: center;
  }
  .sidebarlayout .sidebarlayout-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
  }
  .sidebarlayout .sidebarlayout-sidebar .desktoponly {
    display: none;
  }
}
.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: 10;
}
.single .contact-form h3 {
  margin-top: 20px;
  text-align: left;
}
.single .contact-form .row input,
.single .contact-form .row textarea {
  border-radius: 4px;
  margin-bottom: 16px;
}
.single .contact-form .row textarea {
  height: 137px;
}
.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-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 .contact-form {
    width: 66%;
  }
  .single .contact-form .contact-form-column {
    float: left;
    padding-left: 12px;
    margin-top: 12px;
    width: 50%;
  }
  .single .contact-form .contact-form-column:first-child {
    padding-left: 0;
    padding-right: 12px;
  }
}
.social {
  background-color: #3d3d3d;
  padding-top: 8px;
  text-align: center;
}
.social .social-links a {
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  height: 32px;
  margin: 8px 3px 16px 3px;
  padding: 6px 4px 4px 6px;
  -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: 32px;
}
.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: 18px;
  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;
}
nav[role=navigation] {
  display: none;
  left: 200px;
  position: absolute;
  top: 0;
}
nav[role=navigation] ul li a {
  color: #ffffff;
}
nav[role=navigation] ul li .bigmenu {
  display: none;
}
@media screen and (min-width: 1024px) {
  nav[role=navigation] {
    display: block;
    left: 200px;
    position: absolute;
    right: 0;
    top: 50px;
  }
  nav[role=navigation] ul {
    margin: -4px 0 0 0;
    padding-left: 10px;
    padding-top: 12px;
  }
  nav[role=navigation] ul li {
    display: inline-block;
    font-size: 80%;
    list-style-type: none;
    padding: 12px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-transition: all 0.5s linear ease-out;
    -moz-transition: all 0.5s linear ease-out;
    -o-transition: all 0.5s linear ease-out;
    transition: all 0.5s linear ease-out;
  }
  nav[role=navigation] ul li > a {
    padding-right: 14px;
    position: relative;
  }
  nav[role=navigation] ul li > a:after {
    background-image: url(/wp-content/themes/purple-wifi/img/dropdown_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    -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.active {
    background-color: #ffffff;
  }
  nav[role=navigation] ul li.active a {
    color: #6f5691;
  }
  nav[role=navigation] ul li.active > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  nav[role=navigation] ul li.active .bigmenu {
    max-height: 300px;
  }
  nav[role=navigation] ul li .bigmenu {
    background-color: #ffffff;
    display: block;
    position: absolute;
    left: 10px;
    max-height: 0;
    overflow: hidden;
    top: 56px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-transition: all 0.5s linear ease-out;
    -moz-transition: all 0.5s linear ease-out;
    -o-transition: all 0.5s linear ease-out;
    transition: all 0.5s linear ease-out;
    width: 600px;
    z-index: 100;
  }
  nav[role=navigation] ul li .bigmenu h4 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 8px;
  }
  nav[role=navigation] ul li .bigmenu .primary {
    float: left;
    padding: 8px 12px;
    width: 70%;
  }
  nav[role=navigation] ul li .bigmenu .primary .links ul {
    padding: 0;
  }
  nav[role=navigation] ul li .bigmenu .primary .links ul li {
    display: block;
    float: left;
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    width: 50%;
  }
  nav[role=navigation] ul li .bigmenu .primary .links ul li a {
    color: #898989;
  }
  nav[role=navigation] ul li .bigmenu .secondary {
    float: right;
    padding: 8px 12px 0 12px;
    width: 30%;
  }
  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;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 900px) {
  nav[role=navigation] {
    right: 200px;
    text-align: right;
    top: -12px;
  }
  nav[role=navigation] ul li {
    font-size: 100%;
    padding: 25px 12px 24px 12px;
    position: relative;
  }
  nav[role=navigation] ul li .bigmenu {
    left: 0;
    text-align: left;
    top: 69px;
  }
}
.twitterbox {
  margin-bottom: 12px;
  margin-top: 30px;
}
.twitterbox h3 {
  color: #898989;
}
.twitterbox .grid .grid-entry {
  background-image: url(/wp-content/themes/purple-wifi/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;
}
