/* 
Screen size breakpoints are set to:
> 1000px: Computers
> 600px : Large smartphones and tablets
> 500px : Smartphone landscape
< 500px : Smartphone portrait
*/

@charset "UTF-8";

@font-face {
  font-family: "Verdana Pro Light";
  src: url("/_css/fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-2.eot");
  src: url("/_css/fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-2.eot?") format("embedded-opentype"),
       url("/_css/fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-3.woff") format("woff"),
       url("/_css/fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-1.ttf") format("truetype"),
       url("/_css/fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-4.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Verdana Pro SemiBold";
  src: url("/_css/fonts/Verdana-Pro-SemiBold/a150ccd9-0923-4e54-b4de-a1848725881a-2.eot");
  src: url("/_css/fonts/Verdana-Pro-SemiBold/a150ccd9-0923-4e54-b4de-a1848725881a-2.eot?") format("embedded-opentype"),
       url("/_css/fonts/Verdana-Pro-SemiBold/a150ccd9-0923-4e54-b4de-a1848725881a-3.woff") format("woff"),
       url("/_css/fonts/Verdana-Pro-SemiBold/a150ccd9-0923-4e54-b4de-a1848725881a-1.ttf") format("truetype"),
       url("/_css/fonts/Verdana-Pro-SemiBold/a150ccd9-0923-4e54-b4de-a1848725881a-4.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

body, div, p, li {
    font-family: "Verdana Pro Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #155d97;
}

body {
    margin: 0px auto;
}

div, p, li {
    line-height: 1.5em;
}

img {
    border: 0;
}

a {
    font-weight: normal;
}

h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
    font-size: 2em;
}

h3 {
    margin: 3px 0 5px 10px;
    font-size: 1.5em;
    font-weight: normal;
    color: #FFFFFF;
}

h4 {
    margin: 0px 0 2px 0;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: -1px;
}

/* Header */

#header {
    width: 100%;
    min-height: 60px;
    background-color: #051a33;
}


/* Logo */

#logo {
    float: left;
    min-width: 170px;
    padding: 5px 0 0 20px;
}

@media (min-width: 1000px) {
    #logo {
        float: left;
    }
}

@media (max-width: 999px) {
    #logo {
        float: left;
    }
}

@media (max-width: 499px) {
    #logo {
        float: left;
    }
}

#logo img {
    float: left;
    width: 50px;
    height: auto;
}

#logotext {
    float: left;
}

#runbox {
    margin: 10px 0 0 4px;
    font-family: Verdana; 
    font-size: 2.1em; 
    color: #97c5ff;
    letter-spacing: -1px;
    line-height: 0.8em;
}

#menu {
    margin: 0 auto;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}

#menu ul li {
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 10px 0;
    font-size: 0.9em;
}

@media (min-width: 1120px) {
    #menu ul li {
        margin: 10px 0.70vw;
	padding-top: 10px;
    }
}

@media (max-width: 1119px) {
    #menu ul li {
        margin: 0px 0.79vw;
	padding: 5px 0;
    }
}

#menu ul li a {
    text-decoration: none;
    color: #c7e5ff;
    border: 0px;
}

#menu ul a:hover {
    color: #fff;
}

#menu ul li ul { 
    position: absolute; 
    display: none;
    margin: 5px 0 0 0;
    border: 1px solid #418bc4; 
    min-width: 10em;
    padding: 4px 0;
    background: #051a33;
    text-align: left;
}

#menu ul li:hover ul {
    display: block;
    z-index: 10;
}

#menu ul li ul li { 
    width: auto;
    display: block;
    margin: 0;
    height: 20px;
    padding: 0px 10px 5px 10px;
    font-size: 1em;
}

#menu ul li ul li a {
    line-height: 1.5em;
    white-space: nowrap;
}

#introtext h1 {
    float: left;
    color: #97c5ff;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.85em;
    font-family: "Verdana Pro Light", Verdana, sans-serif;
}


/* Login box */

#login {
    float: right;
    margin-top: 12px;
    margin-right: 0px;
    height: 45px;
    color: #97c5ff;
}

#login7 {
    float: right;
    margin-top: 13px;
    margin-right: 20px;
    padding: 11px 11px 3px 11px;
    background-color: #97c5ff;
    border-right: 2px solid #155d97;
    border-bottom: 2px solid #155d97;
}

#login7 img {
    height: 15px;
    width: auto;
}

#login7beta {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 8px;
    line-height: 8px;
    color: #155d97;
}

#loginText {
    float: right;
    margin-top: 25px;
    font-size: 15px !important;
    color: #97c5ff !important;
    margin-right: 20px;
}

.btn_login_index {
    cursor: pointer;
    background: #97c5ff;
    border: 1px solid #155d97;
    margin-right: 10px;
    padding: 10px;
    font-family: "Verdana Pro Semibold", Verdana, Arial, Helvetica, sans-serif;
    color: #155d97;
    border-right: 2px solid #155d97;
    border-bottom: 2px solid #155d97;
    font-size: 13px;
}

.btn_login_index:focus {
    background: #c7e5ff;
    color: #155d97;
    border-color: #155d97;
}

.login_popup_overlay {
    background: url("/_img/bg_opaque.png") repeat scroll left center;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
}

.login_popup_overlay iframe {
    border: 0;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.login_popup_overlay .btn_close {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 60px;
    top: 10px;
    cursor: pointer;
}

.hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.line {
    width: 895;
    height: 3px;
    margin: 2px 0 0 0px;
    padding: 0;
    background-image: url(/_img/index/line.png);
    background-repeat: no-repeat;
    background-position: center;
}



/* Upper section */

#top_container {
    float: left;
    width: 100%;
    padding: 0px 0px;
    background-color: #155d97;
}



/* Slider */

#slider_container {
    position: relative; 
    margin: 0 auto;
    top: 0px; 
    left: 0px; 
    width: 1300px; 
    height: 500px; 
    overflow: hidden;
}

#slides {
    cursor: move; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 1300px; 
    height: 500px; 
    overflow: hidden;
    background: #051a33;
}

#slides div {
    font-family: "Verdana Pro Light", Verdana, sans-serif;
    color: #ffffff;
}

#slides a.slidelink {
    color: #ffffff;
    text-decoration: none;
}

#slides .navigation {
    position: absolute; 
    top: 460px; 
    left: 0px;
    min-width: 550px; 
    margin: 0 33%;
    font-size: 12px;
}

#slides .navigation a {
    margin: 0 10px;
    font-size: 16px;
    color: #5e98e1;
    text-decoration: none;
}

#slides .navigation a:hover {
    color: #97c5ff;
}

#slides .navigation a.active {
    color: #97c5ff;
}

#slides .features {
    width: 400px; 
    height: 200px;
    font-size: 24px; 
    color: #5e98e1;
}

#slides .features a {
    margin-left: 20px;
    font-size: 16px;
    color: #5e98e1;
    text-decoration: none;
}

#slides .features a:hover {
    color: #97c5ff;
}

#slides ul.featuresList {
    margin: 0;
    padding-left: 20px;
    list-style-type: square;
}

#slides .featuresList li {
    font-family: "Verdana Pro Light", Verdana, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}


/* References */

#references {
    margin: 40px auto;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0 20px 0;
    background-color: #F8F8F8;
    text-align: center;
}

#references h2 {
    line-height: 0.5em;
}

#references img {
    margin: 10px 20px;
    vertical-align: middle;
}

#The-New-York-Times {
    width: auto;
    height: 40px;
}
#USA-Today {
    width: auto;
    height: 25px;
}
#Der-Spiegel {
    width: auto;
    height: 35px;
}
#Macworld {
    width: auto;
    height: 27px;
}
#The-Times {
    width: auto;
    height: 30px;
}
#Forbes {
    width: auto;
    height: 30px;
}
#The-Washington-Post {
    width: auto;
    height: 45px;
}


/* Content */

#content {
    width: 100%;
    text-align: center;
}

/* Info section */

@media (min-width: 1000px) {
    #infosection {
        width: 95%;
        margin: 0 auto;
        padding: 30px 0;
    }
}

@media (max-width: 999px) {
    #infosection {
        width: 95%;
	margin: 0 auto;
        padding: 20px 0 20px 40px;
    }
}

@media (max-width: 599px) {
    #infosection {
        width: 95%;
	margin: 0 auto;
        padding: 10px 0 10px 20px;
    }
}

#infosection .column_one {
    float: left;
    margin: 20px 3% 0 0;
    width: 31%;
    min-height: 510px;
    background-color: #051a33;
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 999px) {
    #infosection .column_one {
	width: 45%;
    }
}

@media (max-width: 599px) {
    #infosection .column_one {
	width: 95%;
    }
}

#infosection .column_two {
    float: left;
    margin: 20px 3% 0 0;
    width: 32%;
    min-height: 510px;
    background-color: #051a33;
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 999px) {
    #infosection .column_two {
	width: 45%;
    }
}

@media (max-width: 599px) {
    #infosection .column_two {
	width: 95%;
    }
}

#infosection .column_three {
    float: left;
    margin: 20px 0;
    width: 31%;
    min-height: 510px;
    background-color: #051a33;
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 999px) {
    #infosection .column_three {
	width: 45%;
	margin-left: 25%;
	margin-right: 29%;
    }
}

@media (max-width: 599px) {
    #infosection .column_three {
	width: 95%;
	margin-left: 0;
	margin-right: 0;
    }
}

#infosection .box {
    min-height: 130px;
    padding: 20px 10px;
    color: #EEEEFF;
}

#infosection h2 {
    margin: 0px 0 5px 30px;
    color: #EEEEFF;
    line-height: 0.9em;
}

#infosection h4 {
    margin-top: 8px;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    color: #97c5ff;
}

#infosection a {
    color: #97c5ff;
    text-decoration: underline;
}

#infosection a:hover {
    color: #FFFFFF;
}

#infosection .heading a {
    text-decoration: none;
    color: #EEEEFF;
}

#infosection p {
    margin: 5px 0 10px 0;
    color: #EEEEFF;
}

#infosection ul {
    margin: 10px 0;
    padding: 0 0 0 15px;
    list-style-type: square;
    font-size: 12px;
    color: #EEEEFF;
}

#features {
    margin-left: 5px;
}

#infosection .icon {
    float: left;
    margin: 0 10px;
    width: 50px;
    height: auto;
    filter: invert(100%);
}

#infosection .content {
    display: none;
    float: none;
    margin: 0 10px;
    color: #77a5df;
}

@media (max-width: 999px) {
    #infosection .content {
        width: 280px;
    }
}

#infosection .readmore {
    margin: 5px 0; 
    text-align: center;
}

#testimonials {
    color: #77a5df;
}

/* Signup */

@media (min-width: 1000px) {
    #signup {
	padding: 6px 5px; 
	font-size: 1em;
    }
}

@media (max-width: 999px) {
    #signup {
        padding: 6px 5px;
        font-size: 1em;
    }
}

.signupButton {
    margin: 25px 0 5px 0;
    text-align: center;
}

.signupButton a {
    font-family: "Verdana Pro Semibold", Verdana, Arial, Helvetica, sans-serif;
    color: #155d97 !important;
    text-decoration: none !important;
}

#news {
    text-align: center;
}

ul#news {
    margin-left: 0;
    padding-left: 0;
}

#news li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: square;
}

#news a {
    font-weight: normal;
    text-decoration: none;
}


/* Product section */

#productSection {
    margin: 0 auto;
    width: 92%;
}

#productsIntro {
    text-align: center;
}

#specialOffer {
    margin: 0px auto 30px auto;
    width: 66%;
    padding: 20px 30px 30px 30px;
    background-color: #051a33;
    text-align: center;
}

#specialOfferLink {
    width: 90%;
    margin: 0 auto 30px auto;
    border-bottom: solid 2px #fff;
}

#specialOfferLink a {
    text-decoration: none !important;
    line-height: 2.5em;
}    

#specialOffer h1 {
    margin-bottom: 30px;
    font-size: 66px;
    text-transform: uppercase !important;
    color: #fff;
}

#specialOffer h2, #specialOffer h3, #specialOffer h4 {
    color: #fff;
}

#specialOffer p.description {
    font-size: 12px;
    color: #fff;
}

#specialHolidayOffer {
    margin: 0px auto 30px auto;
    width: 66%;
    padding: 20px 30px 20px 30px;
    border: 1px solid  #051a33;
    text-align: center;
}

#specialHolidayOffer h1 {
    margin-bottom: 30px;
    font-size: 50px;
    text-transform: uppercase !important;
    line-height: 1em;
}

#specialHolidayOffer p.description {
    font-size: 12px;
}

#productSection .introtext {
    margin-bottom: 20px;
}

#productSection .introtext p {
    font-size: 16px;
}

#productSection td {
    color: #054d87;
}

#productSection a {
    color: #155d97;
    text-decoration: underline;
}

#productSection a:hover {
    color: #4785d4;
}

#productSection ul {
    margin: 0;
    padding: 0 0 0 5px;
    list-style-type: none;
    text-align: center;
}

.textbig {
    font-size: 12px;
}


/* Products */

#plans, #sub_plans {
    margin: 10px auto;
    width: 100%;
}

#plans .product, #plans productLeft, #plans .productRight {
    float: left;
    border: 1px solid #97c5ff;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
}
    
@media (min-width: 1100px) {
    #plans .product {
	margin-left: 2.4%;
	width: 23%;
	min-height: 100px;
	padding: 20px 0px; 
    }
    #plans .productLeft {
	margin-left: 0;
    }
    #plans .productRight {
    }
}

@media (max-width: 1099px) {
    #plans .product, #productSection .productRight {
	margin: 10px 0 10px 5%;
	width: 40%;
	min-height: 150px;
	padding: 10px 0px;
    }
}

.productTitle {
    margin: 10px 0 15px 0;
    font-size: 1.6em;
    font-weight: normal;
}

.micro {
    color: #0099ff;
}

.mini {
    color: #0077dd;
}

.medium {
    color: #0055bb;
}

.maxi {
    color: #000088;
}

.productInfo {
    margin: 5px auto 20px auto;
    font-size: 0.9em;
    text-align: center;
}

@media (min-width: 600px) {
    .productInfo {
	width: 60%;
    }
}

@media (max-width: 599px) {
    .productInfo {
        width: 90%;
    }
}

.productInfo ul {
    text-align: left;
}

@media (min-width: 600px) {
    .productInfo ul li {
	white-space:nowrap;
    }
}

@media (max-width: 599px) {
    .productInfo ul li {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	white-space:nowrap;
    }
}

.price_box {
    padding: 10px 0;
    background-color: #051a33;
}

div.priceDesc {
    color: #97c5ff;
}

@media (min-width: 600px) {
    .priceDesc {
	margin: 0px 0px 0px 0; 
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
    }
}

@media (max-width: 599px) {
    .priceDesc {
        margin: 0px 0px 0px 0;
        padding: 0;
        text-align: center;
        font-weight: normal;
        font-size: 1.1em;
        line-height: 1.2em;
    }
}

div.price {
    color: #FFFFFF;
}

@media (min-width: 600px) {
    .price {
	margin: 0px 15%;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
    }
}

@media (max-width: 599px) {
    .price {
        margin: 0px 5%;
        font-size: 1.5em;
        font-weight: normal;
        text-align: center;
    }
}

.subaccountTitle {
    margin-top: 20px;
    font-size: 0.9em;
}

.priceSub {
    font-size: 1.5em;
}

@media (min-width: 600px) {
    .priceSub {
       font-size: 1.5em;
    }
}

@media (max-width: 599px) {
    .priceSub {
       font-size: 1.3em;
    }
}



/* Blue button styles */

.btn {
      display: inline-block;
      background: none;
      margin: 0;
      padding: 5px 0; /* Space over and under text */
      border-width: 0;
      overflow: visible;
/*      color: #155d97; */
      text-decoration: none;
      font: 140%/1.4 "Verdana Pro Light", Verdana, Sans-serif;
      font-weight: bold;
      }
a.btn {
      color: #fff;
      text-decoration: none;
}


* html button.btn {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }
.btn span {
      background:#fff url(/_img/index/button_big_a.png) repeat-x 0 0;
      margin:0;
      padding:5px 0; /* Space over and under text */
/*      border-left:1px solid #95d0ff;
      border-right:1px solid #66bbff; */
      border-left:1px solid #66bbff;
      border-right:1px solid #155d97;
      }
* html .btn span {
      padding-top:0;
      }
.btn span span {
      position:relative;
      padding:5px 1em; /* Space over and under text */
      border-width:0;
/*      border-top:1px solid #95d0ff;
      border-bottom:1px solid #66bbff; */
      border-top:1px solid #66bbff;
      border-bottom:1px solid #155d97;
      }
    
/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      background:#fff url(/_img/index/button_big_i.png) repeat-x 0 0;
/*      border-color:#66bbff #155d97 #155d97 #66bbff!important; */
      border-color:#95d0ff #66bbff #66bbff #95d0ff!important;
      /* color: #e8f5ff; */
      color: #155d97; 
      }
.btn:active span {
      background-position:0 -400px;
      outline:none;
      }
.btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }
a.btn {
    color: #051a33;
}

a.buttonBig {
    font-family: "Verdana Pro Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
}



/* Orange button styles */

.btnOrange {
      display:inline-block;
      background:none;
      margin: 0;
      padding: 5px 0; /* Space over and under text */
      border-width: 0;
      overflow: visible;
      color: #880000;
      text-decoration: none;
      font: 100%/1.0 "Verdana Pro Light", Verdana,Sans-serif;
      font-weight: bold;
      }
* html button.btnOrange {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btnOrange {
      margin:0 -3px;
      }
.btnOrange span {
      background:#fff url(/_img/index/button_small_orange_i.png) repeat-x 0 0;
      margin:0;
      padding:5px 0; /* Space over and under text */
      border-left:1px solid #ffcd94;
      border-right:1px solid #dc7500;
      }
* html .btnOrange span {
      padding-top:0;
      }
.btnOrange span span {
      position:relative;
      padding:5px 1em; /* Space over and under text */
      border-width:0;
      border-top:1px solid #ffcd94;
      border-bottom:1px solid #dc7500;
      color: #880000;
      }
    
/* only needed if implementing separate hover/focus/active state for buttons */
.btnOrange:hover span, .btnOrange:hover span span, .btnOrange:focus span, .btnOrange:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      background:#fff url(/_img/index/button_small_orange_a.png) repeat-x 0 0;
      border-color:#dc7500 #975100 #975100 #dc7500!important;
      color: #880000;
      }
.btnOrange:active span {
      background-position:0 -400px;
      outline:none;
      }
.btnOrange:focus, .btnOrange:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }
a.btnOrange {
      text-decoration: none !important;
}

/* Certificates */

.certificates {
    margin: 50px 20px;
}

.certificates div {
    float: left;
    padding: 10px;
}

.certificates img {
    width: 150px;
    height: auto;
}

/* Bottom menu */
.menu_bottom {
    width: 100%;
    background-color: #051a33;
}

.menu_bottom ul {
    text-align: center;
    line-height: 1em;
    padding: 5px 0;
}

@media (min-width: 600px) {
    .menu_bottom ul li { 
        margin: 0px 30px;
	display: inline; 
	font-size: 0.8em;
    }
}

@media (max-width: 599px) {
    .menu_bottom ul li { 
        margin: 0 20px;
	display: inline; 
	font-size: 0.8em;
    }
}


.menu_bottom a {
    text-decoration: none;
    font-weight: normal;
    color: #97c5ff;
}

.menu_bottom a:hover {
    color: #c7e5ff;
}


/* Partners */

.partners {
    margin: 10px 0 10px 0;
    text-align: center;
}

.partners img {
    margin: 0 10px;
}


/* Copyright */

.copyright {
    margin: 10px 0;
    height: 25px;
    color: #888888;
    text-align: center;
    font-size: 0.6em;
}

