/*
Theme Name: Blog
Author: And Partners
Author URI: http://andpartnersny.com/
Description: Desktop version of privatewifi.com
Version: 1.0
Text Domain: desktop
*/
@font-face {
  font-family: 'KievitWeb-Bold';
  src: url("fonts/KievitWeb-Bold.eot");
  src: url("fonts/KievitWeb-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/KievitWeb-Bold.woff") format("woff"), url("fonts/KievitWeb-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'KievitWeb';
  src: url("fonts/KievitWeb.eot");
  src: url("fonts/KievitWeb.eot?#iefix") format("embedded-opentype"), url("fonts/KievitWeb.woff") format("woff"), url("fonts/KievitWeb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'KievitWeb-Medi';
  src: url("fonts/KievitWeb-Medi.eot");
  src: url("fonts/KievitWeb-Medi.eot?#iefix") format("embedded-opentype"), url("fonts/KievitWeb-Medi.woff") format("woff"), url("fonts/KievitWeb-Medi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

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

.clear {
  clear: both;
  height: 1px;
  overflow: hidden; }

.allclear {
  clear: both;
  height: 0px;
  overflow: hidden; }

body {
  background-color: #000;
  font: 100%/1.5 serif;
  -webkit-text-size-adjust: none; }

body {
  font-family: 'KievitWeb',Helvetica,Arial,sans-serif;
  font-size: 1em; }

hr {
  display: block;
  height: 1px;
  border: none;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0; }

hr.rule {
  width: 450px;
  margin: 15px 0 25px 0;
  border: 0;
  height: 1px;
  color: #159929;
  background: #159929; }

hr.rule2 {
  width: 450px;
  margin: 15px 0 15px 0;
  border: 0;
  height: 1px;
  color: #159929;
  background: #159929; }

a.loginbutton {
  display: block;
  text-decoration: none;
  color: #ffffff;
  margin: 0;
  background: #33b8e5;
  box-shadow: 0 2px 0 #2594b9;
  border-radius: 5px;
  padding: 5px;
  width: 270px;
  text-align: center;
  font-size: 85%;
  font-weight: bold; }

#index hr, #main_col hr {
  /*
        display:block;
        height:1px;
    */
  width: 650px;
  /*
        border:0;
        border: none;
        margin: 0 auto 30px;
        padding: 60px 0 0;
        background: url(images/bg-hr.png) center center no-repeat;
    */ }

#main_col hr {
  margin-bottom: 0;
  padding: 0; }

#index .subscriptions hr {
  padding: 0px; }

h1, h2 {
  -webkit-font-smoothing: antialiased; }

ol, ul {
  list-style: none; }

em {
  font-style: italic; }

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

strong {
  font-weight: bold; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

html, body {
  /*   height: 100%; */ }

div#wrapper {
  width: 100%;
  background: #fff; }

div#header-wrap {
  width: 100%;
  background: #ffffff;
  /* 	height: 90px; */
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

header {
  background: #ffffff;
  position: relative;
  width: 100%;
  /* 	padding: 0 20px; */
  margin: 0 auto;
  /* 	height: 90px; */ }

header nav {
  width: 960px;
  margin: 0 auto; }

#logo {
  width: 177px;
  height: 45px;
  text-indent: -9999px;
  position: absolute;
  top: -10px;
  /*
        float: left;
        padding: 5px 0;
        margin: 33px 0 0 0;
    */ }

#logo a {
  background-image: url(images/logo2.png);
  background-repeat: no-repeat;
  background-size: 177px 90px;
  width: 177px;
  height: 45px;
  display: block;
  background-position: 0 -45px; }

/*
#logo a:hover, #logo a:active {
	background-position: 0 -45px;
	width: 177px;
	height: 45px;
	-webkit-font-smoothing: antialiased;
	display: block;
}
*/
#menu-main-navigation {
  /*
      width: 960px;
      margin: 0 auto;
    */ }

header nav ul {
  list-style: none;
  /* 	height: 55px; */
  text-align: right; }

header a {
  font: normal 18px 'KievitWeb', Helvetica, Arial, sans-serif;
  text-decoration: none; }

header nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  /* 	height: 55px; */
  text-align: right;
  color: #43C4E7; }
  header nav ul li a {
    font-size: 110%; }

.menu-header {
  width: 960px;
  margin: 20px auto; }

.nav-small {
  display: none;
  width: 100%;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); }

#menu-main-nav-small {
  width: 960px;
  margin: 0 auto; }

.nav-small ul {
  text-align: right;
  /*   height: auto; */ }

.nav-small ul li {
  font-size: 13px;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 30px;
  height: auto; }

.nav-small ul li a {
  font-size: 13px;
  color: #333;
  font-weight: normal; }

.nav-small ul li a:hover {
  color: #000; }

.nav-small ul li.current_page_item a {
  color: #78b521; }

header nav ul li + li + li {
  padding-right: 0; }

header nav a {
  /* 	padding: 10px; */
  position: relative; }

header nav a:link, header nav a:visited {
  color: #595d66;
  text-decoration: none; }

header nav a:hover, header nav a:active, header nav li.current-menu-item a {
  color: #000; }

header nav li.current-menu-item span {
  display: block;
  width: 22px;
  height: 12px;
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 99;
  margin-left: -11px;
  background: url(images/nav-pointer.png) no-repeat; }

header nav li + li + li a:link, header nav li + li + li a:visited {
  color: #44c5e8;
  -webkit-font-smoothing: antialiased;
  font-family: 'KievitWeb-Medi', Helvetica, Arial, sans-serif; }

header nav li + li + li a:hover, header nav li + li + li a:active {
  color: #069DBC;
  -moz-text-shadow: 0px 1px 0 #ececec;
  -webkit-text-shadow: 0px 1px 0 #ececec;
  text-shadow: 0px 1px 0 #ececec; }

header nav li + li + li a.current:link, header nav li + li + li a.current:visited, header nav a.current:link, header nav a.current:visited {
  color: #78b521; }

header nav li + li + li.current-menu-item a {
  color: #069DBC; }

#main {
  margin-top: 50px; }

#container section {
  width: 100%; }

#index #container section div.narrow {
  width: 500px;
  margin: 0 auto; }

#index #container #content #sections-wrap {
  background: none; }

#container section#masthead-wrap {
  margin-top: 0px;
  width: 100%;
  background: url(images/bg-masthead-wrap.png) repeat-x;
  padding: 20px 0 10px 0; }

#container div#masthead {
  width: 960px;
  overflow: auto;
  padding: 0 0 15px 0;
  margin: 0 auto;
  font: normal 21px 'KievitWeb', Helvetica, Arial, sans-serif;
  color: #fff;
  /* 	background: url(images/bg-masthead2.png) right 50px no-repeat; */
  -webkit-font-smoothing: antialiased; }

#masthead h2 {
  padding: 0;
  margin: 10px 0 10px 0;
  font: normal 44px/50px 'KievitWeb-Bold', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: left; }

#masthead .curve-box {
  float: right;
  padding: 20px;
  margin: 0 0 0 30px;
  width: 440px; }

#masthead h3 {
  color: #222;
  font: normal 26px 'KievitWeb-Bold'; }

#masthead .curve-box p {
  color: #898C93;
  font-size: 17px;
  margin: 15px 0 10px 0; }

#masthead .arrowbox {
  background: url(images/homepage-arrow-bg.png) no-repeat;
  width: 460px;
  height: 80px;
  margin: 0 30px 0 0; }

#masthead .arrowbox h3 {
  text-align: left;
  color: #fff;
  line-height: 1.1em;
  padding: 13px 0 0 15px; }

p.rule {
  border-bottom: 2px solid #fff;
  padding: 30px 0 20px 0;
  width: 460px;
  margin: 0 0 30px 0;
  font-size: 17px;
  line-height: 24px; }

div.btns {
  width: 50%;
  float: left;
  -webkit-font-smoothing: antialiased; }

.btn-blue {
  float: left;
  width: 220px;
  display: block;
  text-align: center;
  margin: 0 0 0 0;
  padding: 10px 0 8px;
  background-color: #44c5e8;
  border-radius: 5px;
  font: normal 24px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
  -webkit-text-shadow: 0 -1px 0 #3c9eb8;
  -moz-text-shadow: 0 -1px 0 #3c9eb8;
  text-shadow: 0 -1px 0 #3c9eb8;
  -webkit-box-shadow: 0 0.1em 0 #079ebd;
  -moz-box-shadow: 0 0.1em 0 #079ebd;
  box-shadow: 0 0.1em 0 #079ebd;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

#how-it-works a.btn-blue {
  width: 260px; }

a.btn-green {
  float: right;
  width: 220px;
  display: block;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 10px 0 8px;
  background-color: #80b352;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font: normal 24px 'KievitWeb', Helvetica, Arial, sans-serif;
  -webkit-text-shadow: 0 -1px 0 #3c9eb8;
  -moz-text-shadow: 0 -1px 0 #3c9eb8;
  text-shadow: 0 -1px 0 #3c9eb8;
  -webkit-box-shadow: 0 0.1em 0 #7ba850;
  -moz-box-shadow: 0 0.1em 0 #7ba850;
  box-shadow: 0 0.1em 0 #7ba850;
  color: #fff; }

a.btn-green:hover, a.btn-green:active {
  background-color: rgba(0, 0, 0, 0.4); }

.btn-blue:hover, .btn-blue:active {
  background-color: #079ebd; }

#masthead a.btn-blue span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 0 0 3px;
  display: inline-block; }

#masthead .btns a:link, #masthead .btns a:visited {
  color: #fff;
  text-decoration: none; }

a.btn-blue:hover, a.btn-blue:active {
  color: #fff;
  -webkit-text-shadow: 0 0.07em 0 #6ec5d6;
  -moz-text-shadow: 0 0.07em 0 #6ec5d6;
  text-shadow: 0 0.07em 0 #6ec5d6;
  -webkit-box-shadow: 0 0.1em 0 #22778e;
  -moz-box-shadow: 0 0.1em 0 #22778e;
  box-shadow: 0 0.1em 0 #22778e; }

#masthead .btns a:hover, #masthead .btns a:active {
  color: #fff;
  -webkit-box-shadow: 0 0.1em 0 #000;
  -moz-box-shadow: 0 0.1em 0 #000;
  box-shadow: 0 0.1em 0 #000; }

#masthead div.as-seen {
  margin: 40px auto 0;
  width: 45%;
  display: block;
  float: right; }

#masthead div.share {
  margin: 40px auto 0;
  padding: 0;
  /* 	width: 45%; */
  /* 	float: left; */ }

#masthead div.share div.fb-like, #masthead div.share div.twitter-share {
  float: right;
  display: inline-block; }

#masthead div.share div.fb-like {
  margin: -1px 15px 0 0; }

#masthead div.as-seen p {
  float: left;
  font: 12px/17px 'KievitWeb', Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  width: 65px;
  padding-top: 0;
  text-align: left;
  -webkit-font-smoothing: auto; }

div.as-seen ul, div.as-seen li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left; }

div.as-seen #nyt {
  width: 118px;
  height: 17px;
  text-indent: -9999px;
  padding-right: 10px; }

div.as-seen #nyt a {
  background-image: url(images/logo-nyt.png);
  background-repeat: no-repeat;
  background-size: 118px 17px;
  width: 118px;
  height: 17px;
  display: block; }

div.as-seen #aol {
  width: 33px;
  height: 17px;
  text-indent: -9999px; }

div.as-seen #aol a {
  background-image: url(images/logo-aol.png);
  background-repeat: no-repeat;
  background-size: 33px 17px;
  width: 33px;
  height: 17px;
  display: block; }

#sections-wrap {
  /* width: 960px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5px 0;
  /* 	background: #fafafa;  */
  /* Old browsers */
  text-align: center;
  position: relative;
  /* 	overflow: auto; */ }

#contact-us #sections-wrap {
  /* width: 960px;*/ }

#section_all {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 5px 0;
  text-align: center;
  position: relative; }

#sections-wrap #privatecommunicationscorporation {
  float: left;
  margin-right: 30px;
  text-align: left; }

#sections-wrap #privatecommunicationscorporation h1 {
  font-size: 15pt;
  color: #6D6E70;
  letter-spacing: 0px;
  line-height: 28px;
  margin: 0 0 20px 0; }

#sections-wrap #press_info {
  width: 200px;
  float: left;
  margin-left: 20px;
  text-align: left; }

#sections-wrap #press_info .strong {
  font-weight: bold; }

#sections-wrap #pressreleases {
  width: 525px;
  min-height: 319px;
  float: left;
  text-align: left; }

#sections-wrap #presspage {
  width: 650px;
  min-height: 319px;
  float: left;
  text-align: left; }

#sections-wrap #presspage #press_info {
  width: 200px;
  float: left;
  margin-left: 20px;
  text-align: left; }

#sections-wrap #presspage #press_info .strong {
  font-weight: bold; }

#sections-wrap .press {
  width: 100%;
  float: left;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 25px;
  padding-bottom: 25px; }

#sections-wrap .press .pressimg {
  width: 15%;
  float: left; }

#sections-wrap .press .pressdiv {
  width: 80%;
  float: right; }

#content-container {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 5px 0;
  /* 	background: #fafafa;  */
  /* Old browsers */
  text-align: left;
  position: relative;
  /* 	overflow: auto; */ }

#content {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); }

#container #content #sections-wrap #sidenav {
  position: fixed;
  width: 200px;
  top: 128px;
  margin-left: 0;
  text-align: left; }

#container #content #sections-wrap #sidenav nav li {
  padding-bottom: 28px; }

#container #content #sections-wrap #sidenav nav li a:link, #container #content #sections-wrap #sidenav nav li a:visited {
  color: #646469;
  text-decoration: none;
  font: 18px 'KievitWeb', Helvetica, Arial, sans-serif; }

#container #content #sections-wrap #sidenav #more_support {
  color: #646469;
  text-decoration: none;
  font: 12px 'KievitWeb', Helvetica, Arial, sans-serif; }

#container #content #sections-wrap #sidenav #more_support a:visited {
  color: #069DBC; }

#container #content #sections-wrap #sidenav nav li a:hover,
#container #content #sections-wrap #sidenav nav li a.current {
  color: #000; }

#container #content #sections-wrap #logo_col {
  width: 660px;
  /* 	padding: 0 200px 0 190px; */
  margin: 0 0 40px 280px;
  /* 	padding: 0 20px; */
  text-align: left;
  background: #fff; }

#container #content #sections-wrap #main_col.itrc {
  width: 960px;
  margin: 0 auto;
  background: none; }

#how-it-works #main_col img {
  margin: 0 auto;
  display: block; }

#container #content #sections-wrap #main_col.about .narrow {
  width: 570px;
  margin: 0 auto; }

#container #content #sections-wrap #main_col section {
  width: 510px;
  /* 	padding: 0 0 ; */
  overflow: auto; }

#container #content #sections-wrap #main_col div#itrc {
  width: 960px;
  margin: 0 auto; }

#container #content #sections-wrap #main_col section#devices-specs {
  /* padding-top: 50px */ }

#container #content #sections-wrap #main_col section .devices {
  text-align: center; }

#sections-wrap section {
  clear: left;
  padding: 10px 0 0px;
  width: 960px;
  margin: 45px auto 0 auto;
  font: 1em/1.4em 'KievitWeb', Helvetica, Arial, sans-serif;
  color: #646469;
  /* 	overflow: auto; */ }

#sections-wrap section div#mediapage {
  width: 630px !important;
  text-align: center !important;
  margin-left: 150px;
  overflow: auto; }

.itrc .modal {
  text-align: center; }

#index #sections-wrap section {
  width: 700px; }

#container #content #sections-wrap #main_col section#about-us, #container #content #sections-wrap #main_col div#itrc {
  padding-bottom: 30px; }

#container #content #sections-wrap #main_col div#itrc {
  padding-top: 15px; }

#how-it-works #container #content #sections-wrap #main_col,
#about #container #content #sections-wrap #main_col,
#pressroom #container #content #sections-wrap #main_col,
#faq #container #content #sections-wrap #main_col,
#container #content #sections-wrap #main_col {
  width: 700px; }

#how-it-works #container #content #sections-wrap section,
#about #container #content #sections-wrap section,
#pressroom #container #content #sections-wrap section,
#faq #container #content #sections-wrap section,
#affiliate-faq #container #content #sections-wrap section {
  width: 565px;
  overflow: hidden; }

#how-it-works #container #content #sections-wrap section#devices-specs {
  /* width: 700px;  */ }

#sections-wrap section h1, #sections-wrap #main_col section#about-us h1,
#sections-wrap section h1, #sections-wrap #main_col div#itrc h1, #sections-wrap div#content-container h1 {
  text-align: center;
  font: normal 34px/40px 'KievitWeb-Bold', Arial, sans-serif;
  color: #000;
  margin: 50px 0 30px 0; }

#sections-wrap #main_col div#itrc h1 {
  margin-top: 30px; }

#sections-wrap div#content-container h1 {
  padding-top: 30px; }

#how-it-works #sections-wrap section h1 {
  text-align: left; }

#sections-wrap #main_col section h1,
.tab_box h1 {
  font: 34px/1.2em 'KievitWeb-Bold', Arial, sans-serif; }

.img_media {
  padding: 10px 0px 5px 0px; }

#sections-wrap #media hr {
  width: 540px; }

#sections-wrap #media_large hr {
  width: 630px;
  margin-bottom: 0px; }

#sections-wrap #media_large {
  text-align: center; }

#sections-wrap #media #media_all {
  text-align: center; }

.hr_large {
  width: 100%; }

#sections-wrap section h2 {
  font: normal 30px/37px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
  color: #000;
  padding: 0 0 10px 0; }

#index #sections-wrap section h2 {
  padding-top: 0; }

#sections-wrap #main_col section#about-us h2,
#container #content #sections-wrap section#try h2,
#sections-wrap #main_col div#itrc h2.subheader,
#sections-wrap div#content-container h2 {
  font-size: 24px;
  color: #000;
  line-height: 34px;
  font-family: 'KievitWeb', Arial, sans-serif;
  margin-bottom: 20px; }

#sections-wrap #main_col section#itrc h2 {
  text-align: center; }

#sections-wrap section h2 a {
  position: relative; }

#sections-wrap section h2 a:link, #sections-wrap section h2 a:visited {
  color: #000;
  text-decoration: none; }

#sections-wrap section h2 a span {
  color: #dedfe0;
  position: absolute;
  right: -17px;
  font-family: "KievitWeb" Arial, sans-serif;
  display: inline-block; }

#sections-wrap section h2 a:hover span {
  color: #000; }

#sections-wrap #main_col section#about-us .social-indent {
  padding-left: 150px; }

#how-it-works .device-list {
  display: block;
  font-size: 12px;
  width: 700px;
  text-align: left;
  margin: 30px 0 30px -15px;
  padding: 25px 0px 0;
  background: #fafafa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.1em 0 #bcbcbc;
  -moz-box-shadow: 0 0.1em 0 #bcbcbc;
  box-shadow: 0 0.1em 0 #bcbcbc;
  position: relative;
  color: #8a8d94;
  line-height: 1.3em; }

#how-it-works .device-list h2 {
  font-size: 18px; }

#sections-wrap section div.cols3 {
  width: 245px;
  float: left;
  text-align: left;
  margin: 0 60px 0 0;
  text-align: center; }

#sections-wrap section div.cols3 h3 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 0; }

#sections-wrap section div.cols3 p {
  line-height: 24px;
  color: #898C93;
  margin: 0 15px; }

#how-it-works #sections-wrap section div.cols3 {
  width: 295px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 30px 0 0 0;
  /* 	padding: 0 30px 0 25px; */ }

#sections-wrap section div.cols3.first {
  margin: 0 60px 0 60px; }

#how-it-works #sections-wrap section div.cols3.last {
  width: 205px;
  margin: 30px 0 0 0; }

#sections-wrap section div.cols3.last {
  margin: 0 0 0; }

#sections-wrap section div.cols3 h2 {
  padding: 0 0 15px;
  font: normal 24px/30px 'KievitWeb', Helvetica, Arial, sans-serif; }

#how-it-works #sections-wrap section div.cols3 h2 {
  padding: 0 0 15px; }

#container #content #sections-wrap section#try div.freetrial {
  background: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 196px;
  padding: 20px;
  text-align: left;
  float: left; }

#sections-wrap p {
  margin-bottom: 1.5em;
  line-height: 24px;
  color: #898C93; }

#sections-wrap a.btn-blue {
  float: none;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer; }

#sections-wrap a.btn-blue:hover {
  color: #fff;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

#sections-wrap p.large_note {
  color: #8a8d94;
  font-size: 21px;
  padding: 15px 0;
  line-height: 1.4em; }

#sections-wrap hr {
  width: 470px; }

#sections-wrap hr:last-child {
  width: 0; }

#index #sections-wrap p.large_note {
  color: #acaeb2;
  padding-top: 15px; }

.subscriptions {
  display: block;
  font-size: 14px;
  width: 630px;
  text-align: left;
  xmargin: 60px 0 30px;
  padding: 25px 30px 0;
  background: #fafafa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.1em 0 #bcbcbc;
  -moz-box-shadow: 0 0.1em 0 #bcbcbc;
  box-shadow: 0 0.1em 0 #bcbcbc;
  position: relative;
  color: #8a8d94;
  line-height: 1.3em; }

section#try .subscriptions {
  width: 694px;
  float: right;
  padding: 0;
  background: #fff;
  font-size: 18px; }

#sections-wrap section .subscriptions h2 {
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 21px; }

#sections-wrap section#try .subscriptions .option {
  font-size: 14px;
  padding-bottom: 5px; }

#sections-wrap section#try a.btn-blue {
  margin-top: 20px; }

.icons-pmnt {
  padding: 10px 0;
  float: right; }

#sections-wrap section#try .subscriptions p {
  padding-bottom: 10px; }

.subscriptions h3 {
  font-size: 18px;
  color: #000;
  padding-bottom: 15px; }

.subscriptions div.col1, .subscriptions div.col2 {
  float: left; }

.freetrial h3, #sections-wrap section#try .subscriptions p.plan {
  color: #000;
  padding-bottom: 20px;
  font: 24px 'KievitWeb-Bold' Arial, sans-serif; }

.freetrial a:link, .freetrial a:visited {
  color: #44c5e8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "KievitWeb-Bold", Arial, sans-serif; }

.subscriptions div.first, .subscriptions div.best-plan {
  width: 306px;
  padding: 20px;
  float: left; }

.subscriptions div.best-plan {
  background-color: #ecf9fd;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.subscriptions div:first-child {
  border-right: 2px solid #e7e7e8; }

.subscriptions div.first {
  background: url(images/div-subscriptions.png) right repeat-y; }

#sections-wrap .subscriptions p.plan {
  color: #079ebd;
  margin-bottom: 0;
  font: normal 1.5em/1.1em 'KievitWeb-Bold', Helvetica, Arial, sans-serif; }

.subscriptions .price {
  color: #44c5e8;
  font: normal 1em/1.1em 'KievitWeb', Helvetica, Arial, sans-serif; }

#guarantee {
  text-align: center;
  padding: 30px 0;
  font: 16px "KievitWeb", Arial, sans-serif;
  color: #8a8d94; }

#guarantee h2 {
  font: 21px "KievitWeb-Medi", Arial, sans-serif;
  color: #000;
  padding-bottom: 20px; }

p#badge-best-value {
  position: absolute;
  top: -30px;
  right: 10px;
  background: url(images/badge.png) no-repeat;
  background-size: 80px 80px;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  z-index: 999; }

#index .subscriptions div.col1 {
  width: 380px; }

#index .subscriptions div.col2 {
  width: 220px;
  margin-left: 30px; }

.note {
  text-align: center;
  color: #000;
  font-size: .75em;
  line-height: 1.4em !important;
  clear: both;
  margin-bottom: 0;
  padding: 0;
  display: block; }

#video {
  cursor: pointer;
  height: 270px;
  width: 420px;
  position: relative;
  margin: 0 0 20px 0; }

#video1 {
  cursor: pointer;
  height: 270px;
  width: 480px;
  position: relative;
  margin: 20px auto 40px auto; }

#video div, #video iframe, #video1 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%; }

#embed, #embed1 {
  display: none; }

section ul, section ol {
  margin-left: 15px;
  padding-bottom: 10px;
  font-size: inherit;
  line-height: 24px;
  color: #898C93; }

section ol li {
  list-style: decimal;
  margin: 0 0 10px 10px; }

section ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -15px;
  top: -0px;
  color: #78b521;
  font-size: 1.1em; }

section .flexslider ul.slides li {
  text-align: center;
  padding: 0;
  margin: 0 auto; }

section .flexslider ul.slides li img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

section .flexslider ul.slides li:before {
  content: "";
  content: none; }

.flexslider .flex-caption {
  /* display: none; */
  font-size: 16px; }

section ul li {
  margin-bottom: 12px; }

section ul li h3 {
  display: none; }

#slideshow {
  width: 100%;
  overflow: hidden; }

.btn-download {
  margin-bottom: 25px; }

.btn-download a.btn-blue {
  font-size: 1.5em;
  -webkit-text-shadow: 0 -0.07em 0 #079ebd;
  -moz-text-shadow: 0 -0.07em 0 #079ebd;
  text-shadow: 0 -0.07em 0 #079ebd;
  width: 140px; }

.btn-download a.btn-blue:link, .btn-download a.btn-blue:visited {
  color: #ffffff;
  text-decoration: none; }

#sections-wrap ul.stores {
  width: 262px !important;
  height: 42px;
  margin: 0 auto 25px;
  padding-top: 10px; }

#sections-wrap ul.stores li {
  float: left;
  padding: 0 !important;
  margin: 0;
  width: 121px; }

#sections-wrap ul.stores li.btn-appstore {
  padding-right: 20px !important;
  height: 42px;
  width: 121px;
  background: url(images/btn-appstore.png) no-repeat;
  background-size: 121px 41px;
  text-indent: -9999px; }

#sections-wrap ul.stores li:before {
  content: "";
  content: none;
  left: 0; }

#sections-wrap ul.stores li.btn-appstore a {
  display: block;
  width: 121px;
  height: 42px;
  text-indent: -9999px;
  /*background: url(images/btn-appstore.png) no-repeat;
    background-size: 121px 41px;*/ }

#sections-wrap ul.stores li.btn-googleplay {
  height: 42px;
  width: 120px;
  background: url(images/btn-googleplay.png) no-repeat;
  background-size: 120px 42px;
  text-indent: -9999px; }

#sections-wrap ul.stores li.btn-googleplay a {
  display: block;
  width: 120px !important;
  height: 42px;
  text-indent: -9999px;
  /*background: url(images/btn-googleplay.png) no-repeat;
    background-size: 120px 42px;*/ }

footer {
  width: 100%;
  background-color: #000000;
  font: 1em/1.3em 'KievitWeb', Helvetica, Arial, sans-serif;
  color: #646469; }

footer p {
  padding-bottom: 25px; }

footer p.note {
  padding-bottom: 10px; }

footer .widget-title {
  display: none; }

/* lee
#footer-widget-area #first {
    background-color: #000;
    margin: 0 auto;
    border: 0;
}
footer #footer-widget-area {
    width: 100%;
    background-color: #ffffff;
}
*/
footer .widget-area {
  padding: 25px 0; }

footer .badges a {
  margin: 0 15px; }

footer ul#share {
  padding: 0 0 10px 0;
  clear: both;
  text-align: center;
  font: normal 1.2em 'KievitWeb', Helvetica, Arial, sans-serif;
  /*  margin: 0 -10px; */ }

footer ul#share li {
  display: inline;
  text-align: center;
  line-height: 42px;
  padding: 0 15px; }

footer ul#share li a {
  display: inline-block;
  text-indent: -9999px;
  width: 83px;
  height: 83px;
  background-size: 332px 166px;
  background-image: url("images/social-links.png"); }

footer ul#share li.fb a {
  background-position: 0 0; }

footer ul#share li.fb a:hover {
  background-position: 0 83px; }

footer ul#share li.tw a {
  background-position: -83px 0; }

footer ul#share li.tw a:hover {
  background-position: -83px 83px; }

footer ul#share li.linkedin a {
  background-position: -166px 0; }

footer ul#share li.linkedin a:hover {
  background-position: -166px 83px; }

footer ul#share li.yt a {
  background-position: -249px 0; }

footer ul#share li.yt a:hover {
  background-position: -249px 83px; }

footer .btn-share {
  padding: 25px 0;
  margin: 0;
  clear: both; }

footer .btn-share a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 8px;
  background-color: #78b521;
  border-radius: 5px;
  font: normal 1.4em 'KievitWeb', Helvetica, Arial, sans-serif;
  -webkit-text-shadow: 0 -0.07em 0 #619026;
  -moz-text-shadow: 0 -0.07em 0 #619026;
  text-shadow: 0 -0.07em 0 #619026;
  -webkit-box-shadow: 0 0.1em 0 #159942;
  -moz-box-shadow: 0 0.1em 0 #159942;
  box-shadow: 0 0.1em 0 #159942; }

footer .btn-share a:link, footer .btn-share a:visited {
  color: #ffffff;
  text-decoration: none; }

footer .btn-share a:hover, footer .btn-share a:active {
  background-color: #159942;
  -webkit-box-shadow: 0 0.1em 0 #000;
  -moz-box-shadow: 0 0.1em 0 #000;
  box-shadow: 0 0.1em 0 #000;
  color: #000;
  -webkit-text-shadow: 0 0.07em 0 #76c190;
  -moz-text-shadow: 0 0.07em 0 #76c190;
  text-shadow: 0 0.07em 0 #76c190; }

footer #first ul.menu {
  list-style: none outside none;
  text-align: center;
  clear: both;
  color: #ACAEB2;
  font: 1.1em 'KievitWeb-Medi',Helvetica,Arial,sans-serif; }

footer #first p {
  padding-bottom: 0; }

footer #first ul.menu li {
  text-align: center;
  display: inline; }

footer #first ul.menu a {
  padding: 0 20px; }

footer #first ul.menu a:link, footer #first ul.menu a:visited {
  text-decoration: none;
  color: #acaeb2; }

footer #second {
  width: 100%;
  padding: 25px 0;
  background: #000000;
  color: #acaeb2;
  font-size: .7em;
  line-height: 1.5em;
  text-align: center; }

footer .btn-download a.btn-blue {
  font-size: 2em; }

footer #first {
  position: relative;
  line-height: 26px; }

footer #first a:link, footer #first a:visited {
  color: #646469;
  text-decoration: none; }

footer #first a:hover {
  text-decoration: underline; }

footer #first #text-2 {
  width: 40%;
  float: left; }

footer #first #text-2 .textwidget {
  padding-right: 40px;
  border-right: 1px solid #eee;
  min-height: 80px; }

footer #text-2 {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #818181; }

footer #first #text-5 {
  width: 25%;
  float: left; }

footer #first #text-5 .textwidget {
  padding: 0 50px;
  border-right: 1px solid #eee;
  min-height: 80px; }

footer #first #text-3 {
  width: 35%;
  float: left; }

footer #first #text-3 .textwidget {
  padding-left: 40px; }

footer #second {
  clear: both; }

footer #second ul.menu {
  text-align: left;
  list-style: none;
  font: 13px 'KievitWeb', Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  padding: 10px 0; }

footer #second ul.menu li {
  display: inline-block;
  vertical-align: top;
  margin: 15px 20px 0 0;
  max-width: 140px; }

footer #second ul.menu li:last-child {
  margin: 15px 0 0 0; }

footer #second ul.sub-menu li {
  margin: 15px 0 0 0; }

footer #second ul.menu li:first-child a {
  padding-left: 0; }

footer #second ul.menu li:last-child a {
  padding-right: 0; }

footer #second ul.menu a:link, footer #second ul.menu a:visited {
  text-decoration: none;
  color: #FFF; }

footer #second ul.menu a:hover {
  color: #FFF; }

footer #second ul.menu li a {
  color: #FFF; }

footer #second ul.menu li.menu-item-has-children {
  font-weight: bold !important; }

footer #second ul.menu .sub-menu li a {
  color: #ababab;
  font-weight: normal; }

footer #second ul.menu .sub-menu a:hover,
footer #second ul.menu .sub-menu a:active,
footer #second ul.menu .sub-menu li a:hover {
  color: #069DBC;
  font-weight: normal; }

footer #second #text-2 {
  padding: 0 20px; }

footer #second #text-6 {
  padding-top: 15px; }

footer #second ul.menu ul li {
  display: list-item;
  text-align: left; }

footer #second .statement, footer #second .partner_itrc {
  /*color: #fff;*/ }

.btn-download a.btn-blue:hover, .btn-download a.btn-blue:active {
  color: #000;
  -webkit-text-shadow: 0 0.07em 0 #6ec5d6;
  -moz-text-shadow: 0 0.07em 0 #6ec5d6;
  text-shadow: 0 0.07em 0 #6ec5d6;
  -webkit-box-shadow: 0 0.1em 0 #000;
  -moz-box-shadow: 0 0.1em 0 #000;
  box-shadow: 0 0.1em 0 #000; }

.partner_itrc {
  font-size: 16px;
  font-weight: bold; }

#masthead a.btn-blue {
  width: 280px; }

#masthead a.btn-blue {
  margin-top: -10px;
  font: 20px 'KievitWeb-Bold'; }

.download-promo {
  display: inline-block;
  font-size: 70%;
  line-height: 26px;
  text-align: center;
  width: 270px;
  margin: 8px 0 0 5px;
  padding: 6px 2px 4px 2px;
  background: #40a437;
  color: #ffffff;
  font-weight: bold;
  font: 15px 'KievitWeb-Bold';
  border-radius: 2px; }

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }

@keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }

#download-arrow {
  cursor: pointer;
  display: none;
  background: #eeeeee;
  box-shadow: 0 0 8px #666666;
  border: solid 2px #ffffff;
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  width: 340px;
  height: 80px;
  z-index: 2000; }
  #download-arrow .instr {
    display: none;
    padding: 10px;
    font-size: 12px;
    line-height: 20px; }
    #download-arrow .instr img {
      float: right;
      margin: 0 0 0 5px;
      padding: 0; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

#download-arrow.safari {
  background-image: url(images/green-arrow-up.png);
  background-position: top right;
  background-repeat: no-repeat;
  top: 40px;
  bottom: auto;
  left: 43%; }
  #download-arrow.safari #safari-instr {
    margin-right: 75px; }

#download-arrow.chrome {
  background-image: url(images/green-arrow.png);
  background-position: top left;
  background-repeat: no-repeat;
  top: auto;
  bottom: 10px;
  left: 5%; }
  #download-arrow.chrome #chrome-instr {
    margin-left: 75px; }

#download-arrow.firefox {
  background-image: url(images/green-arrow-up.png);
  background-position: top right;
  background-repeat: no-repeat;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 13%; }
  #download-arrow.firefox #firefox-instr {
    margin-right: 75px; }

#download-arrow.ie {
  background-image: url(images/green-arrow.png);
  background-position: top right;
  background-repeat: no-repeat;
  top: auto;
  bottom: 70px;
  left: auto;
  right: 25%; }
  #download-arrow.ie #ie-instr {
    margin-right: 75px; }

#masthead a.btn-blue:hover, #masthead a.btn-blue:active {
  color: #ffffff;
  -webkit-text-shadow: 0 -0.07em 0 #2f6470;
  -moz-text-shadow: 0 -0.07em 0 #2f6470;
  text-shadow: 0 -0.07em 0 #2f6470;
  -webkit-box-shadow: 0 0.1em 0 #22778e;
  -moz-box-shadow: 0 0.1em 0 #22778e;
  box-shadow: 0 0.1em 0 #22778e; }

.pressouter {
  background-color: #FFF;
  /* 	padding: 30px; */ }

.presstitle {
  font-size: 16px;
  font-family: "KievitWeb-Bold", Helvetica, Arial, sans-serif;
  margin: 0px; }

.presstitle a {
  color: #000000;
  text-decoration: none; }

.presstitle a:hover {
  color: #000000;
  text-decoration: underline; }

.presstime {
  color: #646469 !important; }

.presssidebar {
  height: 100%;
  clear: left;
  color: #000;
  margin-bottom: 10px; }

.mediasidebar {
  float: left;
  width: 130px;
  height: 100%;
  clear: left;
  color: #000; }

.pressmorelinks a {
  color: #44c4e7;
  text-decoration: none; }

.pressmorelinks a:hover {
  color: #069dbc; }

.pressmorelinks a span {
  color: #898c93; }

.pressmorelinks a:hover > span {
  color: #000; }

.pressimg img {
  width: 100px;
  height: auto; }

#presscontent {
  text-align: left;
  padding-top: 30px; }

.presscontent {
  margin-left: 30px;
  margin-bottom: 30px;
  clear: right;
  color: #898C93;
  line-height: 24px;
  text-align: center; }

.mediacontent {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 390px;
  clear: right;
  color: #898C93;
  line-height: 24px; }

.mediacontent .read_more {
  display: none; }

.pressreleasecontent {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  /* 	width: 520px; */
  clear: right; }

.pressarticle {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 20px; }

.mediaarticle {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #ccc; }

.pressmorelinks {
  float: left;
  width: 100%;
  clear: both; }

.aboutsubs {
  text-align: center;
  font-weight: normal;
  font-family: 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
  font-size: 30px !important;
  font-style: normal;
  margin: 0 0 20px 0; }

.ourpartnerslogos {
  width: 178px;
  height: 60px;
  background-color: #efefef;
  float: left;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0px 10px 0px;
  margin: 10px 10px 0px 0px; }

.ourpartnerslogos img {
  width: 140px;
  height: 60px; }

#partners p {
  margin-bottom: 0px; }

#testimonial_wrapper {
  margin: 50px auto; }

#testimonial_columns {
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  /*-moz-column-fill: auto;*/
  column-count: 2;
  column-gap: 15px;
  column-fill: auto; }

#testimonials_all {
  text-align: left; }

#testimonials_all #testimonial_columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.testimonialarticle {
  background-color: #fff;
  display: inline-block;
  border: 2px solid #CBCBCB;
  margin: 0 2px 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  padding: 20px 28px; }

#testimonials_all .testimonialarticle {
  border: none; }

.testimonialarticle p {
  margin-bottom: 0px !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.testimonialarticle p.date {
  color: #000 !important; }

/*
.testimonialarticle blockquote:before {
   display: block;
   content: "\201C";
   font-size: 2.5em;
   position: relative;
   left: -20px;
   top: 20px;
   color: #82BD41;
}

.testimonialarticle blockquote:after {
   display: inline-block;
   content: "\201D";
   font-size: 2.5em;
   color: #82BD41;
   position: relative;
   top: 25px;
   left: 5px;

}*/
a.more {
  font-size: 24px;
  color: #43C4E7;
  text-decoration: none; }

p a {
  color: #43C4E7;
  text-decoration: none; }

p a:hover {
  color: #069dbc; }

a.more:hover,
.archive-nav a:hover,
.pressmorelinks a:hover {
  color: #069DBC; }

.archive-nav {
  text-align: center;
  margin: 0 0 50px 0; }

.archive-nav a {
  display: inline;
  margin: 0 5px;
  color: #43C4E7;
  text-decoration: none; }

.archive-nav a.current {
  color: #000; }

.archive-nav p {
  display: inline;
  color: #000 !important;
  margin: 0 5px 0 0; }

div.section {
  color: #96c553;
  font-size: 28px;
  border-bottom: 2px solid #96c553;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px; }

#team {
  line-height: 1.2em !important;
  width: 600px !important;
  text-align: left;
  /*   padding: 0 0 0 40px !important; */ }

.teammember {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px 15px 13px;
  text-align: left; }

.teammemberpic {
  height: 180px;
  margin: 0 0 10px 0;
  cursor: pointer; }

.teammemberpic img {
  height: 180px;
  width: 160px; }

.teammembername {
  font-size: 20px;
  color: #333;
  font-style: normal;
  text-decoration: underline;
  margin: 0 0 5px 0;
  cursor: pointer; }

.teammembername:hover {
  /* 	font-size: 21px; */
  color: #44c5e8;
  font-style: underline; }

.teammembername.open {
  font-family: KievitWeb-Medi, Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: normal; }

.teammemberpos {
  color: #8A8D94;
  font-size: 15px; }

.teammemberinfo {
  height: 86px; }

.teammember .content {
  display: none;
  width: 530px;
  margin: 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
  background: #fff; }

.teammember #t1,
.teammember #t4,
.teammember #t7,
.teammember #t10 {
  margin: 0 0 0 -185px; }

.teammember #t2,
.teammember #t5,
.teammember #t8 {
  margin: 0 0 0 -370px; }

.teammember .content .close {
  cursor: pointer;
  color: #44c5e8; }

.teammember .content .close:hover {
  color: #069DBC; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #container div#masthead {
    /* 		background: url(images/bg-mastheadx2.png) center center no-repeat; */
    background-size: 878px 339px; } }

/* Igicom additions */
.post-edit-link {
  font: normal 10px Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

footer #second ul.menu ul li {
  display: list-item;
  text-align: left; }

#nav_menu-2 {
  margin: 0 auto 40px auto;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #646464;
  width: 1029px; }

.bold_green {
  color: #78B521;
  font-size: 16px;
  font-family: 'KievitWeb-Bold', Helvetica, Arial, sans-serif;
  text-decoration: none; }

.bold_blue {
  color: #069DBC;
  font-size: 16px;
  font-family: 'KievitWeb-Bold', Helvetica, Arial, sans-serif;
  text-decoration: none; }

.touts {
  background: #e8e9e9;
  padding: 20px 20px 60px 20px;
  text-align: center; }

.touts .curve-box {
  border-radius: 5px; }

.touts .item {
  background: #fff;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 79px;
  margin: 0 15px 40px 15px;
  font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
  /* 	text-align: left; */ }

.touts .item img {
  float: left;
  margin: 0 30px 10px 0; }

.touts .item p {
  line-height: 1.2em;
  margin: 7px 0 10px 0;
  font-family: 'KievitWeb-Bold'; }

.touts .item p.small {
  font-size: 12px; }

.touts a {
  color: #44c4e7;
  text-decoration: none;
  font-family: 'KievitWeb'; }

.touts a span {
  color: #898c93; }

.touts a:hover {
  color: #069dbc; }

.touts a:hover > span {
  color: #000; }

.tab_box {
  text-align: center;
  padding: 40px 0;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  border-top: 2px solid #b9baba;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRmZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #dedfe0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dedfe0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dedfe0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dedfe0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dedfe0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dedfe0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedfe0',GradientType=0 ); }

.tab_box-top {
  position: absolute;
  width: 55px;
  top: -28px;
  margin: 0 auto;
  left: 0;
  right: 0; }

h2 {
  font: normal 30px/1.3em 'KievitWeb-Bold', Helvetica, Arial, sans-serif; }

h2.light {
  font: normal 30px/1.3em 'KievitWeb', Helvetica, Arial, sans-serif; }

h3 {
  font: normal 30px/42px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0; }

h3 a {
  color: #000;
  text-decoration: none; }

h3 a:hover > span {
  color: #069DBC; }

.curve-box .col h4 {
  font: normal 18px/1.3em 'KievitWeb', Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
  color: #000; }

.tab_box p {
  font: normal 16px/24px 'KievitWeb', Helvetica, Arial, sans-serif;
  color: #8A8D94;
  margin: 0 auto 50px auto;
  width: 580px; }

.tab_box h3 span {
  color: #43C4E7; }

.tab_box .video {
  margin: 40px 0; }

.tab_box hr {
  width: 500px; }

.curve-box {
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0.1em 0 #bcbcbc;
  -moz-box-shadow: 0 0.1em 0 #bcbcbc;
  box-shadow: 0 2px 0 #bcbcbc;
  line-height: 1.3em;
  font: normal 16px/1.5em 'KievitWeb', Helvetica, Arial, sans-serif; }

.curve-box.wide {
  padding: 25px;
  margin: 0 auto;
  width: 680px; }

.curve-box.wide.grey {
  width: 690px;
  padding: 20px;
  /* background-color: #ababab; */
  background-color: #fff;
  box-shadow: 0 2px 0 #898c93;
  color: #444;
  font-size: 23px;
  display: block;
  /* text-shadow: 0 -1px 0 #646569; */
  text-decoration: none;
  /* cursor: pointer; */
  text-align: left; }

.curve-box.wide.grey a.btn-blue {
  width: 240px;
  float: right !important;
  margin-top: -5px !important;
  font-size: 20px; }

#why #content {
  background: #fff; }

#why .curve-box.wide {
  width: 710px;
  padding: 5px 10px;
  background-color: #4bc5e8;
  box-shadow: 0 2px 0 #069dbc;
  color: #fff;
  font-size: 24px;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }

#why .curve-box.wide:hover {
  background-color: #1a9ebc;
  box-shadow: 0 2px 0 #05778e; }

.curve-box.narrow {
  padding: 20px;
  width: 195px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 15px 5px;
  height: 360px;
  text-align: left;
  position: relative; }

.curve-box.narrow h3 {
  color: #000;
  font: normal 24px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
  line-height: 25px; }

.curve-box.narrow p {
  margin: 20px auto !important; }

.curve-box.narrow .btn-blue {
  width: 200px;
  float: none;
  margin: 0 auto;
  line-height: 25px;
  /* position: absolute;
    bottom: 20px;
    left: 18px;
    */ }

strike {
  font-size: 18px;
  color: red;
  line-height: 1.5em; }

.badge {
  position: absolute;
  top: 25px;
  right: -40px; }

.curve-box.narrow.header p {
  width: auto;
  color: #aaaaaa;
  margin: 0 0 30px 0;
  font-size: 24px; }

.curve-box.narrow.header {
  padding: 0 0 20px 0;
  width: 235px;
  text-align: center;
  height: 420px !important; }

.curve-box.narrow.header h2 {
  font-size: 28px; }

.curve-box.narrow.header.blue {
  background: #dbf3f9; }

.curve-box .col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #8A8D94; }

.curve-box ul li {
  list-style: disc;
  margin: 0 0 12px 18px;
  font-size: 15px;
  color: #7bb822;
  line-height: 20px; }

.curve-box ul li span {
  color: #646469; }

h2.grey {
  font-family: KievitWeb-Medi;
  text-align: center;
  background: #65646a;
  color: #fff;
  padding: 18px 0;
  margin: 0 0 40px 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

#sections-wrap section div.cols3 h2.stat {
  font: normal 105px 'KievitWeb', Helvetica, Arial, sans-serif;
  color: #78b521;
  padding: 0 0 10px 0; }

#sections-wrap section a:link, #sections-wrap section a:visited {
  /*color: #43C4E7;*/
  text-decoration: none; }

#extra_links a:link, #extra_links a:visited {
  color: #43C4E7; }

.cols3 .note {
  color: #ACAEB2; }

sup {
  vertical-align: top;
  font-size: 50%;
  line-height: 1.5em; }

#sections-wrap #stats .cols3 {
  width: 195px;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 0 10px; }

#stats p {
  margin: 0 10px !important; }

.cycle-slideshow {
  /*   width: 603px;  */
  margin: 10px auto 10px auto;
  padding: 0;
  position: relative; }

.cycle-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block; }

.cycle-slideshow img:first-child {
  position: static;
  z-index: 100; }

/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin: 25px 0 35px 0; }

.cycle-pager span {
  font-family: arial;
  font-size: 36px;
  width: 20px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer; }

.cycle-pager span.cycle-pager-active {
  color: #4bc5e8; }

.cycle-pager > * {
  cursor: pointer; }

/* caption */
#alt-caption {
  height: 120px;
  font: normal 16px/24px "KievitWeb", Helvetica, Arial, sans-serif;
  color: #898c93; }

#alt-caption h2 {
  text-align: center;
  margin: 0 0 25px 0; }

#sections-wrap section #alt-caption h2 {
  margin: 15px 0 20px 0;
  padding: 0;
  line-height: inherit; }

#why #video {
  margin: 0 auto;
  min-height: 300px;
  padding: 0;
  /*width: auto;*/ }

/* contact form */
#contactform {
  margin: 40px 0 0 0; }

#contactform p {
  margin: 0 0 20px 0; }

#contactform label {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  color: #898c93; }

#contactform input {
  display: inline-block;
  width: 380px;
  padding: 10px 5px;
  border: 1px solid #ccc; }

#contactform #message {
  display: inline-block;
  width: 375px;
  padding: 5px 8px;
  border: 1px solid #ccc; }

#captcha {
  display: inline-block;
  vertical-align: top; }

img#siimage {
  display: inline-block;
  border: 1px solid #ccc !important; }

#ccode {
  display: inline-block;
  vertical-align: top;
  text-align: right; }

#ccode label {
  width: 50px !important;
  margin: 0 10px 0 0; }

#ccode input {
  width: 95px !important; }

#free-trial {
  cursor: pointer; }

.modal {
  clear: both; }

.modal-box {
  font: normal 16px/24px 'KievitWeb', Helvetica, Arial, sans-serif;
  width: 665px;
  /*   height: 480px; */
  padding: 0 15px;
  background: #e8e9e9;
  box-shadow: 0 0 30px #444444;
  position: fixed;
  z-index: 1100;
  /*   left: 180px; */
  top: 100px;
  text-align: center;
  left: 50%;
  margin-left: -350px;
  display: none;
  border-radius: 5px; }

.modal-box h2 {
  font-size: 30px;
  margin: 40px 0 0 0; }

.modal-box p {
  margin: 20px 0 10px 0 !important;
  width: auto;
  line-height: 20px; }

.modal .curve-box {
  line-height: 32px !important; }

.modal-box img {
  width: 110px;
  height: auto; }

.modal-box a {
  position: relative; }

.modal-box img.downloading {
  width: 16px !important;
  height: auto !important;
  position: absolute;
  left: 20px;
  top: 13px;
  display: none; }

.modal-box input {
  border: 1px solid #ccc;
  padding: 10px;
  width: 90%;
  max-width: 300px;
  border-radius: 3px !important; }

.modal-box p.sm-text {
  font-size: 12px;
  color: #666666;
  max-width: 70%;
  margin: 10px auto 0 auto !important;
  display: block;
  clear: both; }

.modal-box a.close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #666666;
  color: #ffffff;
  padding: 4px 7px 4px 7px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px; }

.modal .curve-box.narrow {
  height: 400px; }

.modal-box a.btn-blue {
  float: none;
  display: inline-block;
  margin: 15px 0 10px 0 !important; }

.modal-box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-family: KievitWeb-Bold, Helvetica, Arial, sans-serif; }

/* FAQ */
section#faq {
  /*   padding-bottom: 0 !important; */ }

.faq {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.faq hr:first-child {
  display: none; }

.sets {
  /*   border-bottom: 1px solid #ccc; */
  padding: 55px 0 55px 0; }

.sets:last-child {
  border: none;
  padding-bottom: 0; }

.sets .section {
  /* 	padding:  0 0 30px 0; */
  margin: 0 0 25px 0;
  font: normal 30px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
  color: #222222;
  text-align: center;
  border-bottom: none; }

.set {
  margin: 0 0 1px 0; }

.set:last-child {
  margin: 0; }

.question {
  cursor: pointer;
  color: #333;
  text-decoration: underline;
  margin: 0 0 10px 0; }

.question:hover {
  color: #000; }

.answer {
  color: #666;
  padding-bottom: 3.0em; }

.set:last-child > .answer {
  padding-bottom: 0; }

#sections-wrap .answer p:last-child {
  margin-bottom: 0; }

.answer a {
  text-decoration: none;
  color: #44c4e7; }

.answer a:hover {
  text-decoration: none;
  color: #069dbc; }

#keyword {
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 10px;
  width: 325px; }

*::-webkit-input-placeholder {
  color: #000; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #000; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #000; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #000; }

#faq .search_form .btn-blue {
  border: none;
  float: right;
  width: 195px;
  margin: -1px 0 0;
  height: 40px; }

#faq .search_form .btn-blue:hover {
  background-color: #1a9ebc;
  box-shadow: 0 2px 0 #05778e; }

.results {
  display: none;
  padding: 55px 0 55px 0; }

div.results span {
  display: block;
  margin: 0 0 10px 0; }

div.results span {
  text-decoration: underline;
  cursor: pointer; }

div.results span:hover {
  text-decoration: none; }

div.results span.results_title {
  margin: 0 0 25px 0;
  font: normal 30px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
  color: #222222;
  text-align: center;
  border-bottom: none;
  text-decoration: none; }

div.results span.no_results {
  text-decoration: none;
  cursor: default; }

/* auto complete */
.acResults {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  overflow: hidden; }

.acResults ul {
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
  list-style: none; }

.acResults ul li {
  margin: 0px;
  padding: 5px 4px;
  cursor: pointer;
  display: block;
  font: menu;
  font-size: 12px;
  overflow: hidden; }

.acResults ul li:hover {
  background-color: #b4e76c; }

.acResults ul li.ac_odd {
  background-color: #F5F5F5; }

.acResults ul li strong {
  font-style: italic;
  font-weight: bold; }

.acLoading {
  background: url("images/indicator.gif") right center no-repeat; }

.acSelect {
  background-color: Highlight;
  color: HighlightText; }

.ac_results {
  background-color: #fff;
  border: 1px solid #ccc; }

.ac_results li {
  padding: 5px 4px;
  cursor: pointer; }

.ac_results li:hover {
  background-color: #b4e76c; }

.ac_results li.ac_odd {
  background-color: #F5F5F5; }

.ac_results li strong {
  font-style: italic;
  font-weight: bold; }

/* TEstimonials */
.testimonial_wrapper {
  background-color: #E8E9E9;
  padding: 10px 20px 10px 20px !important;
  clear: both;
  overflow: auto; }

.testimonial_box p {
  line-height: 50px; }

.testimonial_doublequote {
  color: #82BD41;
  font-size: 40px; }

.testimonial_quoteopen {
  background: url("http://www.privatewifi.com/wp-content/uploads/2014/03/quoteopen.png") no-repeat 0 0 transparent;
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 3px;
  margin-left: -21px; }

.testimonial_quoteclose {
  background: url("http://www.privatewifi.com/wp-content/uploads/2014/03/quoteclosed.png") no-repeat 0 0 transparent;
  display: inline-block;
  width: 17px;
  height: 15px;
  position: relative;
  top: 10px;
  /*left: 6px;*/
  left: 0px;
  right: 0px; }

#testimonials {
  text-align: left; }

#testimonials .testimonial_box {
  background-color: #FFF;
  width: 230px;
  margin: 10px;
  padding: 20px;
  /* display: inline-table;*/
  font-style: normal !important;
  color: #898C93 !important;
  float: left;
  text-align: left; }

#testimonials p {
  font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0px; }

#testimonials p.date {
  color: #000; }

#testimonials p a.more {
  font-style: normal; }

#testimonials p strong {
  color: #000;
  font-style: normal; }

#testimonials .pressarticle:last-child {
  border-bottom: none; }

.about_breadcrump {
  color: #898c93;
  font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left; }

.about_breadcrump a:link, .about_breadcrump a:visited {
  color: #43C4E7;
  text-decoration: none; }

/* Device Pages */
#devices section h1 {
  margin: 20px 0 25px 0 !important; }

#devices h4 {
  font-size: 20px;
  line-height: 27px;
  color: #898c93; }

#device-items {
  width: 100%;
  margin: 40px 0 40px 0; }

#devices .item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  position: relative;
  height: 290px;
  margin-bottom: 40px;
  background: #eeeeee;
  padding: 2%;
  margin: 5px;
  border-radius: 5px;
  box-sizing: border-box; }

#devices .item.recommended {
  background: #cceecc; }

#devices .item h2 {
  margin: 0;
  padding: 0;
  font-size: 170%; }

#devices .item p {
  margin: 0;
  padding: 0 0 18px 0; }

#devices .item img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto 0 auto; }

#devices .item a.dl {
  position: absolute;
  bottom: 20px;
  width: 96%;
  left: 0;
  display: block;
  text-align: center; }

#devices .item a.dl img {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 auto 0 auto; }

#devices .item a.btn-blue {
  width: 70%;
  padding: 8px 5px 5px 5px;
  position: absolute;
  bottom: 20px;
  left: 13%; }

@media screen and (max-width: 800px) {
  #devices .item {
    width: 44%; } }

@media screen and (max-width: 380px) {
  #devices .item {
    width: 80%; }
  #devices .item img {
    width: 60%; } }

/* Pressroom */
#pressroom h2 {
  text-align: center; }

.download-icon {
  background: url(images/download-icon.gif) no-repeat;
  width: 45px;
  height: 64px;
  float: left;
  margin: 6px 30px 0 0; }

#pressroom .item {
  margin: 65px 0 0 0; }

#pressroom .item h3 {
  text-align: left; }

.download-icon:hover {
  background-position: 0 -64px; }

#pressroom section h3 {
  font-size: 24px;
  color: #000;
  line-height: 34px;
  font-family: 'KievitWeb', Arial, sans-serif;
  margin: 0 0 5px 0;
  text-align: center; }

#pressroom .item p {
  margin: 0 0 5px; }

#pressroom p.dl {
  font-size: 14px; }

.dl a {
  font-size: 16px;
  cursor: pointer; }

.dl a span {
  color: #898C93; }

.dl a:hover {
  color: #069DBC; }

.dl a:hover span {
  color: #000; }

#image-showcase {
  position: relative !important;
  overflow: visible !important;
  height: 330px; }

.showcase {
  /*   padding: 10px 0; */
  display: none;
  /*   height: 260px; */
  position: absolute !important; }

.showcase .slide {
  margin: 0 9px;
  width: 260px;
  height: 280px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: top;
  line-height: 210px;
  overflow: auto;
  background: #fff; }

.showcase .slide img {
  vertical-align: middle; }

a#prev, a#next {
  font-size: 50px;
  color: #43C4E7;
  cursor: pointer;
  position: absolute;
  bottom: 190px; }

a#prev:hover, a#next:hover {
  color: #069DBC; }

a#prev {
  left: -20px; }

a#next {
  right: -20px; }

#picker {
  text-align: center;
  margin: 20px 0; }

#picker a {
  color: #43C4E7;
  cursor: pointer;
  margin: 0 5px; }

#picker a:hover {
  color: #059fbd; }

#picker a.active {
  color: #000; }

.showcase .slide p {
  margin: 0 !important;
  padding: 0;
  font-size: 16px; }

.showcase .slide a {
  font-size: 16px;
  width: 150px;
  margin: 0 auto; }

.post {
  text-align: left; }

.anchor {
  padding-top: 100px;
  margin-top: -100px; }

b {
  font-weight: bold; }

.touts h3 {
  display: none; }

#email::-webkit-input-placeholder {
  color: #ababab; }

#email::-moz-placeholder {
  color: #ababab; }

/* firefox 19+ */
#email:-ms-input-placeholder {
  color: #ababab; }

/* ie */
input:-moz-placeholder {
  color: #ababab; }

#email-front::-webkit-input-placeholder {
  color: #ababab; }

#email-front::-moz-placeholder {
  color: #ababab; }

/* firefox 19+ */
#email-front:-ms-input-placeholder {
  color: #ababab; }

/* ie */
#hp_video {
  background: #EDF4EB;
  padding: 20px 30px !important;
  width: 420px !important; }

.partner_itrc a, .partner_itrc a:hover {
  color: #FFF;
  text-decoration: none; }

.store {
  font-size: 14px; }

/* ==================== mobile & desktop logic ===========================*/
#desktop-menu {
  display: block; }

#mobile-menu {
  display: none; }

#mobile-tablet-menu {
  display: none; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.tablet, .mobilep {
  display: none; }

#slidetablet img {
  width: 318px;
  margin: 0 auto; }

#slidemobile img {
  width: 184px;
  margin: 0 auto; }

#second ul.menu li a {
  font-weight: bold; }

.partner_itrc a, .partner_itrc a:hover {
  color: #FFF;
  text-decoration: none; }

.modal-box h2 {
  font-size: 30px !important;
  margin: 20px 0 0 !important;
  text-align: center !important;
  color: #000 !important;
  font: normal 30px/1.3em 'KievitWeb-Bold', Helvetica, Arial, sans-serif !important; }

#try {
  border: none !important; }

footer p {
  font-size: 13px; }

/*.arial_15,.arial_12,a,h2, h2 a,h2.dotted,#submenu ul{font-family: 'KievitWeb',Helvetica,Arial,sans-serif !important;}
p {
    line-height: 24px;
    margin: 10px 0;
}*/
footer ul#mshare {
  padding: 25px 0px 35px;
  clear: both;
  text-align: center;
  font: normal 1.2em 'KievitWeb', Helvetica, Arial, sans-serif;
  /*  margin: 0 -10px; */ }

footer ul#mshare li {
  display: inline;
  text-align: center;
  line-height: 42px;
  padding: 0 8px; }

footer ul#mshare li a {
  display: inline-block;
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  background-size: 216px 108px;
  background-image: url("images/social-links-tablet.png"); }

footer ul#mshare li.fb a {
  background-position: 0 0; }

footer ul#mshare li.fb a:hover {
  background-position: 0 54px; }

footer ul#mshare li.tw a {
  background-position: -54px 0; }

footer ul#mshare li.tw a:hover {
  background-position: -54px 54px; }

footer ul#mshare li.linkedin a {
  background-position: -108px 0; }

footer ul#mshare li.linkedin a:hover {
  background-position: -108px 54px; }

footer ul#mshare li.yt a {
  background-position: -162px 0; }

footer ul#mshare li.yt a:hover {
  background-position: -162px 54px; }

.logs img {
  margin: 0px 10px; }

.mobile p {
  color: #ccc; }

.modal1 {
  margin: auto;
  max-width: 85%; }

.modal1 li, .box-mob {
  width: 33%;
  float: left;
  background: none repeat scroll 0% 0% #FFF;
  box-shadow: 0px 2px 0px #BCBCBC;
  font-size: 14px;
  position: relative; }

.modal1 li:before {
  display: none !important; }

.modal1 hr, .box-mobile hr {
  background-color: #ccc;
  width: 100% !important;
  height: 0px;
  display: block;
  margin: 20px 0; }

.modal1 h2, .box-mobile h3 {
  font: normal 19px/1.3em 'KievitWeb-Bold', Helvetica, Arial, sans-serif !important;
  text-align: center !important;
  background: #65646a;
  color: #fff !important;
  padding: 12px 0 !important;
  height: 46px;
  float: left;
  width: 100%;
  /* margin: 0 0 40px 0; */ }

.modal1 p, .box-mobile p {
  color: #000 !important;
  font-size: 15px;
  margin: 10px 0 !important;
  width: 100%; }

.modal1 p span, .box-mobile p span {
  font: normal 18px/24px 'KievitWeb-Bold', Helvetica, Arial, sans-serif; }

.modal1 .boxp {
  width: 100%;
  float: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */ }

.modal1 .pay, .box-mobile .pay {
  background: #ababab;
  padding: 24px 0 0 !important; }

.modal1 .mon, .box-mobile .mon {
  background: #8a8d94; }

.modal1 .ann, .box-mobile .ann {
  background: #65646a; }

.modal1 .blueb {
  border-bottom: #ddf0f2;
  background: #DDF0F2; }

.btn-blue1 {
  width: 105px;
  display: block;
  text-align: center;
  margin: 10px auto;
  padding: 2px 0 1px;
  background-color: #44c5e8;
  border-radius: 5px;
  font: normal 22px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
  -webkit-text-shadow: 0 -1px 0 #3c9eb8;
  -moz-text-shadow: 0 -1px 0 #3c9eb8;
  text-shadow: 0 -1px 0 #3c9eb8;
  -webkit-box-shadow: 0 0.1em 0 #079ebd;
  -moz-box-shadow: 0 0.1em 0 #079ebd;
  box-shadow: 0 0.1em 0 #079ebd;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.btn-blue1:hover {
  background-color: #079ebd;
  color: #fff; }

.box-mobile {
  width: 250px;
  margin: 10px auto;
  float: none;
  display: block;
  border: 1px solid #ccc;
  border-radius: initial; }

#video2 {
  position: relative;
  width: 450px;
  height: 248px;
  margin: 20px auto;
  border: 1px solid #ccc;
  cursor: pointer; }

#flash-screenshot {
  position: absolute;
  left: 0;
  top: 0; }

#masthead .modal-box h2 {
  text-shadow: initial; }

.mobile p {
  color: #898C93; }

#hed-logos img {
  width: auto !important; }

#vid {
  height: 0;
  width: 49%;
  position: relative;
  padding-bottom: 27.5%;
  margin: 30px auto 50px auto;
  cursor: pointer; }

#emb {
  display: none; }

#vid iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%; }

#offers {
  padding-top: 15px !important;
  padding-bottom: 0px !important; }

#get-app {
  border-bottom: none;
  padding-bottom: 0px !important; }

/* NEW CSS */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  z-index: 1000;
  opacity: .5; }

#msg {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 5%;
  left: 22%;
  z-index: 1001;
  width: 50%;
  background: #008800;
  border-radius: 5px;
  padding: 20px;
  color: #ffffff;
  box-shadow: 0 5px 10px #666666;
  text-align: center; }
  #msg #msgbody {
    clear: both;
    margin-bottom: 15px; }
  #msg a.close, #msg a.ok {
    float: right;
    text-decoration: none;
    background-color: #0b720d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0b720d), to(#0c520e));
    background-image: -webkit-linear-gradient(top, #0b720d, #0c520e);
    background-image: -moz-linear-gradient(top, #0b720d, #0c520e);
    background-image: -o-linear-gradient(top, #0b720d, #0c520e);
    background-image: -ms-linear-gradient(top, #0b720d, #0c520e);
    background-image: linear-gradient(top, #0b720d, #0c520e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0b720d', EndColorStr='#0c520e');
    color: #66ff66;
    font-weight: bold;
    padding: 4px 12px 2px 12px;
    border-radius: 3px;
    margin: -15px -15px 0 0; }
  #msg a.ok {
    float: none;
    margin: 10px auto 0 auto;
    padding: 8px 14px 8px 14px;
    display: none; }
  #msg a, #msg a:visited {
    color: #66ff66; }

#pricebox {
  width: 100%;
  background: #eeeeee;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  margin-bottom: 40px;
  line-height: 180%; }
  #pricebox div {
    box-sizing: border-box; }
  #pricebox .phead {
    background: #009900;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 110%;
    width: 100%;
    position: relative; }
    #pricebox .phead #bestvalue {
      position: absolute;
      top: -5px;
      right: -5px; }
  #pricebox .pcolumn {
    float: left;
    width: 33.33333%; }
    #pricebox .pcolumn .prow {
      padding: 10px 10px 20px 10px;
      border-bottom: solid 1px #cccccc; }
      #pricebox .pcolumn .prow a {
        background-color: #00e500;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00e500), to(#009900));
        background-image: -webkit-linear-gradient(top, #00e500, #009900);
        background-image: -moz-linear-gradient(top, #00e500, #009900);
        background-image: -o-linear-gradient(top, #00e500, #009900);
        background-image: -ms-linear-gradient(top, #00e500, #009900);
        background-image: linear-gradient(top, #00e500, #009900);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00e500', EndColorStr='#009900');
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        color: #ffffff;
        text-decoration: none; }
      #pricebox .pcolumn .prow .price {
        color: #009900;
        font-weight: bold;
        font-size: 130%; }
  #pricebox .payg {
    background: #eeeeee; }
    #pricebox .payg .phead {
      background: #009900; }
  #pricebox .monthly {
    background: #dddddd; }
    #pricebox .monthly .phead {
      background: #00aa00; }
  #pricebox .annual {
    background: #eeffee; }
    #pricebox .annual .phead {
      background: #00bb00; }

@media screen and (max-width: 600px) {
  #msg {
    width: 90%;
    left: 5%; } }

.downloadpromos {
  overflow: hidden;
  box-sizing: border-box; }
  .downloadpromos .dpromo {
    font-size: 85%;
    box-sizing: border-box;
    float: left;
    width: 31.33333%;
    text-align: center;
    background: #148f26;
    margin: 2% 1% 0 1%;
    border-radius: 3px;
    padding: 10px 5px 10px 5px;
    min-height: 100px; }
    .downloadpromos .dpromo .dpsmall {
      font-size: 80%;
      color: #99ff99; }

/* END NEW CSS */
@media only screen and (max-width: 768px) {
  #get-app-tablet img.tablet-devices-img {
    width: 84%;
    max-width: 600px; }
  #get-app-tablet img.badge, .tablet img.badge {
    width: auto;
    top: 15px;
    right: -45px; }
  .download-promo {
    margin: 10px auto 0 auto;
    float: none;
    display: block;
    width: 270px; } }

/* */
@media only screen and (max-width: 750px) {
  #how-it-works #container #content #sections-wrap #main_col {
    width: 100% !important; } }

@media only screen and (max-width: 700px) {
  #container #content #sections-wrap #main_col {
    width: 100% !important;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  #container #content #sections-wrap section {
    width: 100% !important;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  .showcase {
    width: 100% !important; }
  #image-showcase {
    height: 445px; }
  a#prev {
    left: 20px; }
  a#next {
    right: 20px; }
  .tablet section {
    padding: 35px 0 0 0 !important; }
  #section_all {
    width: 90%;
    /* width: 100%;*/
    padding: 15px;
    text-align: center;
    /*position: relative;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  #div_media_articles {
    width: 84%; }
  .mediaarticle {
    float: right;
    display: inline-flex;
    width: auto; }
  #pressroom #container #content #sections-wrap #main_col {
    width: 100% !important; }
  #how-it-works #container #content #sections-wrap #main_col {
    width: 100% !important; }
  #how-it-works #container #content #sections-wrap section {
    width: 100% !important; } }

@media only screen and (min-width: 681px) and (max-width: 850px) {
  #trial .curve-box {
    width: 84%;
    margin: 0 auto;
    padding: 3%;
    text-align: center; }
  .curve-box.wide.grey a.btn-blue {
    float: none !important;
    margin-top: 15px !important; }
  #section_all {
    width: 90%;
    /* width: 100%;*/
    padding: 15px;
    text-align: center;
    /*position: relative;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  #div_media_articles {
    width: 84%; }
  .mediaarticle {
    float: right;
    display: inline-flex;
    width: auto; }
  #pressroom #container #content #sections-wrap #main_col {
    width: 100% !important; } }

@media only screen and (min-width: 535px) and (max-width: 680px) {
  #section_all {
    width: 90%;
    /* width: 100%;*/
    padding: 15px;
    text-align: center;
    /*position: relative;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  ul.cols li {
    float: none;
    padding: 0 9px;
    width: 400px;
    margin: 0 auto !important; }
  header nav a {
    padding: 0 10px !important; }
  #trial .curve-box {
    width: 94%;
    display: inline-block;
    padding: 3%; }
  .modal-box {
    width: 100%;
    height: 100%;
    padding: 5px;
    background: #e8e9e9;
    box-shadow: 0 0 10px #666;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9000;
    display: none;
    margin-left: 0; }
  .modal-box h2 {
    margin: 5px !important;
    font-size: 28px !important;
    font-weight: bold; }
  .modal-box p {
    margin: 5px 0px 5px !important;
    width: 98%;
    font-size: 18px;
    line-height: 18px; }
  .modal-box img {
    width: 110px;
    height: auto; }
  #trial .curve-box {
    width: 84%;
    margin: 0 auto;
    padding: 3%;
    text-align: center; }
  #sections-wrap a.btn-blue {
    float: none !important;
    margin-top: 15px !important; }
  #div_media_articles {
    width: 100%; }
  .mediaarticle {
    float: right;
    display: inline-flex;
    width: auto; }
  #pressroom #container #content #sections-wrap #main_col {
    width: 100% !important; } }

/* PHONE */
@media only screen and (max-width: 534px) {
  #section_all {
    width: 90%;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  #desktop-menu {
    display: none; }
  #mobile-menu {
    display: block; }
  #mobile-tablet-menu {
    display: none; }
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  div.nav-small {
    display: none; }
  #links_tablet {
    display: none; }
  #links_phone {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #535353; }
  header {
    background: none repeat scroll 0% 0% #FFF;
    position: relative;
    width: 100%;
    z-index: 9000;
    height: 107px;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.2); }
  div#header-wrap {
    border-bottom: medium none; }
  header nav {
    position: absolute;
    width: 100%;
    z-index: 9000;
    display: block !important; }
  header nav ul {
    font-size: 1em !important; }
    header nav ul li a {
      font-size: 90%; }
  #logo-wrap {
    width: 100%;
    padding: 10px 0px;
    background-color: #DEDFE0;
    border-bottom: 2px solid #CCC; }
  #logo a {
    background-image: url(images/logo.png);
    background-repeat: none;
    background-size: 122px 89px;
    width: 122px;
    height: 45px;
    display: block; }
  #logo {
    text-indent: -9999px;
    margin: 0 auto;
    position: relative;
    top: 0; }
  .menu-header {
    width: 100%;
    margin: auto; }
  header a {
    /*font: 18px 'KievitWeb',Helvetica,Arial,sans-serif; */
    font-size: 100%;
    text-decoration: none; }
  header nav ul {
    position: static;
    z-index: 3000;
    list-style: none outside none;
    text-align: center;
    font: 1.2em/40px 'KievitWeb',Helvetica,Arial,sans-serif; }
  header nav ul li {
    padding: 2px 0 0 18px; }
  header nav li + li + li a:link, header nav li + li + li a:visited {
    color: #44c5e8;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 2px 1px #FFF; }
  header nav li + li + li a:hover {
    color: #44c5e8;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 2px 1px #FFF; }
  header nav ul li + li + li {
    padding-right: 10px; }
  header nav a:hover, header nav a:active, header nav li.current-menu-item a {
    color: #44C5E8; }
  header nav a:link, header nav a:visited {
    color: #44C5E8;
    text-decoration: none; }
  #container section#masthead-wrap {
    margin-top: 100px;
    width: 100%;
    background: #159942;
    background: -moz-linear-gradient(top, #159942 10%, #78b521 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #159942), color-stop(90%, #78b521));
    background: -webkit-linear-gradient(top, #159942 10%, #78b521 90%);
    background: -o-linear-gradient(top, #159942 10%, #78b521 90%);
    background: -ms-linear-gradient(top, #159942 10%, #78b521 90%);
    background: linear-gradient(to bottom, #159942 10%, #78b521 90%);
    padding: 0 0 30px; }
  #container div#masthead {
    width: 84%;
    padding: 0px 8%;
    font-size: 100%; }
  #container div#masthead .mobile h2.device-swap {
    margin: 0;
    background-image: none !important;
    background-size: 500px 296px;
    background-position: center bottom;
    background-repeat: no-repeat; }
  #masthead h2 {
    padding: 20px 0px;
    font: 3em/1.1em 'KievitWeb-Bold',Helvetica,Arial,sans-serif;
    color: #FFF;
    text-shadow: 0px 3px 0px #2B8032;
    text-align: left; }
  #masthead h2 span {
    display: block;
    font: normal .7em/1em 'KievitWeb', Helvetica, Arial, sans-serif;
    -moz-text-shadow: 0px 2px 0 #2b8032;
    -webkit-text-shadow: 0px 2px 0 #2b8032;
    text-shadow: 0px 2px 0 #2b8032;
    color: #dedfe0;
    margin: 0;
    padding: 0 0 .5em 0; }
  #hed-logos img {
    margin: 0px 3px;
    /*width: 100%;*/
    max-width: 308px; }
  #hed-logos {
    margin: 30px 0px 0px;
    color: #FFF;
    font: 12px 'KievitWeb',Helvetica,Arial,sans-serif !important;
    text-align: center; }
  #hed-logos span {
    display: inline-block;
    margin: -18px 10px 0px 0px;
    vertical-align: middle;
    padding-top: 5px; }
  #masthead a.btn-blue {
    width: 230px; }
  a.btn-blue {
    float: none;
    display: block;
    margin: 0px auto;
    padding: 10px 20px 8px;
    background-color: #44C5E8;
    border-radius: 5px;
    font: 1.3em 'KievitWeb-Medi',Helvetica,Arial,sans-serif;
    box-shadow: 0px 0.1em 0px #079EBD;
    text-decoration: none;
    text-shadow: 0px 0.07em 0px #079EBD;
    text-align: center; }
  #sections-wrap {
    width: 100%;
    /*background: linear-gradient(to bottom, #FFF 0%, #DFE0E1 100%) repeat scroll 0% 0% transparent;*/ }
  #frontpage #sections-wrap, #get-protected #sections-wrap {
    background: linear-gradient(to bottom, #FFF 0%, #DFE0E1 100%) repeat scroll 0% 0% transparent; }
  #why #sections-wrap {
    background: #fff; }
  #why .curve-box.wide {
    width: 84%;
    margin: 0 auto; }
  #why #trial.anchor {
    padding-top: 50px;
    margin: 0; }
  #sections-wrap section {
    clear: left;
    width: 84%;
    margin: 0px auto;
    font: 1em/1.3em 'KievitWeb',Helvetica,Arial,sans-serif;
    color: #898C93;
    border-bottom: 1px solid #E0E0E1; }
  footer {
    width: 100%;
    background-color: #000;
    color: #646469;
    text-align: center;
    padding: 30px 0px 10px; }
  footer.mobile {
    clear: both; }
  footer p {
    padding-bottom: 5px;
    /*  margin: 5px 0px;*/
    line-height: 12px; }
  footer #footer-widget-area {
    width: 100%; }
  footer #second {
    width: 100%;
    padding: 25px 0px;
    background: none repeat scroll 0% 0% #000;
    color: #ACAEB2;
    line-height: 1em;
    text-align: center; }
  footer #second ul.menu {
    text-align: center;
    list-style: none outside none;
    letter-spacing: 0.05em;
    font: 1.1em 'KievitWeb-Medi',Helvetica,Arial,sans-serif; }
  .statement {
    color: #FFF;
    font-family: 'KievitWeb',Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 20px; }
  .partner_itrc {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px; }
  .legal {
    color: #FFF;
    font-family: 'KievitWeb',Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px; }
  footer .share_text {
    font-size: 12px; }
  footer #first ul.menu {
    font: bold 1.1em 'KievitWeb-Bold',Helvetica,Arial,sans-serif; }
  footer #first ul.menu a {
    /* font-size: 13px;*/
    padding: 0px 10px; }
  footer #first ul.menu a:link, footer #first ul.menu a:visited {
    text-decoration: none;
    color: #079EBD; }
  footer .widget-area {
    padding: 0px 0px; }
  footer #first ul.menu a:hover {
    color: #079EBD; }
  footer #first a:link, footer #first a:visited {
    color: #079EBD;
    text-decoration: none; }
  .seen_in_img {
    width: 100%;
    max-width: 308px; }
  header nav a:link, header nav a:visited {
    color: #595d66; }
  header nav a:hover, header nav a:active, header nav li.current-menu-item a {
    color: #000; }
  #logo {
    width: 122px; }
  header nav li + li + li a:link, header nav li + li + li a:visited {
    color: #44c5e8;
    -moz-text-shadow: 0px 1px 0 #ececec;
    -webkit-text-shadow: 0px 1px 0 #ececec;
    text-shadow: 0px 1px 0 #ececec; }
  header nav li + li + li a:hover, header nav li + li + li a:active {
    color: #079ebd;
    -moz-text-shadow: 0px 1px 0 #ececec;
    -webkit-text-shadow: 0px 1px 0 #ececec;
    text-shadow: 0px 1px 0 #ececec; }
  header nav ul li {
    padding: 0; }
  #mobile-menu a {
    padding: 10px 2px 10px 2px;
    font-size: 80%; }
  .mobile h2 {
    margin: 0; }
  .mobilep {
    display: block; }
  .tablet {
    display: none; }
  .mtitle {
    text-align: left !important; }
  .mtitle span {
    display: block;
    font: normal .7em/1em 'KievitWeb', Helvetica, Arial, sans-serif;
    -moz-text-shadow: 0px 2px 0 #2b8032;
    -webkit-text-shadow: 0px 2px 0 #2b8032;
    text-shadow: 0px 2px 0 #2b8032;
    color: #dedfe0;
    margin: 0;
    padding: 0 0 .5em 0; }
  ul.cols {
    font-size: 16px; }
  ul.cols p {
    text-align: left;
    margin-bottom: 12px !important;
    line-height: 1.3em !important; }
  #sections-wrap section {
    padding: 20px 8% 20px 8%; }
  #video {
    width: 100%;
    height: auto; }
  #get-app img {
    width: 100%;
    max-width: 619px; }
  #sections-wrap section h2 {
    text-align: left; }
  .anchor {
    padding-top: 0px; }
  #phone h2 {
    text-align: center !important; }
  #offers {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important; }
  #offer-box {
    display: none; }
  #trialbox .btn-blue.open {
    display: block !important;
    width: 230px;
    font-size: 20px;
    margin: 0 auto 20px auto; }
  .download-promo {
    width: 270px; }
  #offer-nav {
    margin: 0 0 20px 0;
    border-top: 1px solid #cccccc;
    text-align: center;
    display: block; }
  p#badge-best-value {
    position: absolute;
    top: -20px;
    right: -30px;
    background: url(images/badge.png) no-repeat;
    background-size: 70px 70px;
    text-indent: -9999px;
    width: 70px;
    height: 70px;
    z-index: 999; }
  #get-app img {
    width: 100%;
    max-width: 619px; }
  #get-app .badge {
    width: 85px !important;
    top: -7px; }
  .toggle .badge {
    position: relative;
    width: 50px !important;
    position: absolute;
    left: 130px;
    top: 5px; }
  #offer-nav a.toggle {
    display: block;
    background: #fff;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 20px 20px;
    font-size: 1.5em;
    color: #44c5e8;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    position: relative; }
  #offer-nav a.toggle span {
    float: right;
    margin: 0 10px 0;
    color: #44c5e8; }
  .curve-box.wide.grey {
    display: none; }
  .curve-box.wide.grey.open {
    display: none; }
  .mobilep .btn-blue {
    width: 84%;
    margin: 0 auto;
    max-width: 280px; }
  #offer-nav a.toggle span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); }
  #sections-wrap ul.stores {
    width: 262px !important;
    height: 42px;
    margin: 0 auto 10px;
    /*padding-top: 10px;*/ }
  .badge {
    position: absolute;
    top: -7px;
    right: -40px; }
  .curve-box h2 {
    padding: 0 !important;
    font-size: 24px !important; }
  .curve-box .grey {
    font: normal 30px/1.3em 'KievitWeb-Bold', Helvetica, Arial, sans-serif !important;
    text-align: center !important;
    color: #fff !important;
    padding: 15px 0 !important;
    margin: 0 0 20px 0 !important; }
  .curve-box.narrow .btn-blue {
    width: 140px;
    float: none;
    margin: 0 auto; }
  .curve-box h2 {
    padding: 0 !important;
    font-size: 24px !important; }
  footer #second ul.menu a:link, footer #second ul.menu a:visited {
    color: #079EBD;
    font-family: 'KievitWeb-Bold',Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    word-break: break-word; }
  .curve-box ul li:before {
    display: none; }
  #mobile-menu {
    display: block !important; }
  #tablet-menu {
    display: none; }
  #tablet-menu a {
    padding: 0 5px; }
  #sections-wrap section .cycle-caption {
    display: none; }
  /* how-it-works */
  #how-it-works #container #content #sections-wrap #sidenav {
    display: none; }
  #how-it-works #container #content #sections-wrap #main_col {
    width: 100%;
    margin: 0;
    padding: 0; }
  #how-it-works #container #content #sections-wrap section {
    width: auto;
    padding: 20px; }
  .testimonialarticle {
    display: inline-table;
    width: auto;
    overflow: auto; }
  #testimonial_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  #testimonials_all #testimonial_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  #testimonials_all {
    text-align: center; }
  .modal-box {
    width: 86%;
    height: auto;
    padding: 5%;
    background: #e8e9e9;
    box-shadow: 0 0 30px #444444;
    position: fixed;
    top: 2%;
    right: 2%;
    left: 2%;
    text-align: center;
    z-index: 9000;
    display: none;
    margin-left: 0; }
  .modal-box h2 {
    margin: 5px !important;
    font-size: 20px !important;
    font-weight: bold; }
  .modal-box p {
    margin: 5px 0px 5px !important;
    width: 98%;
    font-size: 16px;
    line-height: 16px; }
  .modal-box img {
    width: 80px;
    height: auto; }
  #container div#masthead .mobile h2 {
    background-image: none !important; }
  #sections-wrap section div#mediapage {
    width: 100% !important;
    text-align: center !important;
    margin-left: 0px;
    overflow: auto; }
  #media_all img {
    width: 100% !important; }
  #sections-wrap section h2.aboutsubs {
    text-align: center; }
  #container #content #sections-wrap #sidenav {
    display: none !important; }
  #container #content #sections-wrap #main_col section {
    width: 100%; }
  #container #content #sections-wrap #main_col #customer-support {
    padding: 3px !important; }
  #container #content #sections-wrap #main_col {
    width: 100% !important; }
  #pressroom #container #content #sections-wrap #main_col img {
    width: 100% !important; }
  #pressroom #container #content #sections-wrap #main_col {
    width: 100% !important; }
  .large {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    text-align: left; }
  #menu-footer-links li a:link, #menu-footer-links li a:visited {
    font-size: 18px !important; }
  #menu-footer-navigation-mobile li a:link, #menu-footer-navigation-mobile li a:visited {
    font-size: 18px !important; }
  .statement {
    font-size: 15px !important; }
  .legal {
    font-size: 14px !important; }
  #swipe {
    background: #808285;
    position: absolute;
    width: 100%;
    z-index: 99;
    color: white;
    top: 35%;
    left: -10%;
    /* right: -40px; */
    margin: 0;
    padding: 4% 14% 4% 9%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */ }
  #swipe p {
    margin: 0;
    color: white;
    font-family: 'KievitWeb-Medi';
    font-size: 1.5em; }
  #trial {
    margin: 15px; }
  .flexslider ul.slides li img {
    max-width: 230px !important; }
  #contactform input {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  #contactform textarea {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  .mobilep section {
    padding: 20px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  #why .cols3 {
    width: 100% !important;
    float: none !important;
    padding: 5px !important;
    margin: 0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  #why h2 {
    text-align: center !important; }
  #why a.btn-blue {
    display: none; }
  #why #video img {
    width: 100%; }
  #why #video {
    min-height: 200px; }
  hr {
    width: 100% !important; }
  #alt-caption h2 {
    text-align: center !important; }
  #how-it-works h2 {
    font-size: 24px !important; }
  #works-on-any-device .aligncenter {
    width: 100%; }
  .curve-box-resp {
    padding: 5px;
    margin: 0 auto;
    width: 84% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */ }
  .imgresp {
    width: 84%;
    margin: 0 auto; }
  .curve-box-resp .col {
    width: 100% !important; }
  #how-it-works #section_all {
    /* width: 100%;*/ }
  .menu-footer-navigation-mobile-container li {
    margin-top: 7px !important;
    margin-bottom: 15px !important; }
  .mediacontent {
    width: 100%; }
  #content {
    background: none; }
  #offers {
    border: none !important; }
  #ccode label {
    float: left;
    text-align: left; }
  footer .badges a {
    margin: 0 8px; }
  footer .badges a img {
    height: 50px; }
  .logs {
    border-bottom: 1px solid #535353; }
  footer ul#mshare {
    border-bottom: 1px solid #535353;
    padding: 25px 0; }
  #captcha label, #ccode label {
    width: 100% !important; }
  .desktopc {
    display: none; }
  .modal1 li {
    width: 100%; }
  #vid {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0% 0% 56%; } }

/*PHONE LANDSCAPE*/
@media only screen and (max-height: 360px) {
  .modal-box {
    width: 100%;
    height: 100%;
    padding: 5px;
    background: #e8e9e9;
    box-shadow: 0 0 10px #666;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9000;
    display: none;
    margin-left: 0;
    display: inline-block; }
  .modal-box h2 {
    margin: 2px !important;
    font-size: 12px !important;
    float: left;
    padding-bottom: 0px;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    line-height: 1em !important; }
  .modal-box p {
    display: none; }
  .modal-box p.compwith {
    display: none !important;
    /*font-size: 12px !important;*/ }
  .modal-box img {
    width: 110px;
    height: auto;
    float: left;
    margin-right: 15px;
    display: none; }
  .modal-box a.btn-blue {
    margin: 10px 0px 0px 0px !important;
    float: left;
    width: auto;
    font-size: 12px !important; }
  .modal-box input {
    float: left;
    clear: both;
    width: 90%;
    max-width: 200px;
    border-radius: 3px; }
  #email {
    width: 60%; }
  #trial-download {
    width: 21%;
    margin-top: 5px !important; }
  #content {
    background: none; } }

@media screen and (min-width: 534px) {
  #pricebox {
    width: 80%;
    margin: 0 auto 30px auto; }
  #container #content #sections-wrap #main_col {
    margin: 0 0 40px 280px; } }

@media screen and (max-width: 1024px) {
  .downloadpromos {
    max-width: 600px;
    margin: 0 auto 0 auto; }
    .downloadpromos .dpromo {
      font-size: 110%;
      line-height: 100%;
      min-height: 90px; } }

@media screen and (min-width: 530px) and (max-width: 1024px) {
  #container section#masthead-wrap {
    margin-top: 100px; } }

@media screen and (max-width: 534px) {
  #pricebox {
    width: 80%;
    margin: 30px auto 30px auto; }
    #pricebox .pcolumn {
      float: none;
      width: 100%; }
  .downloadpromos .dpromo {
    float: none;
    width: 100%;
    min-height: auto; } }
