@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../fonts/SourceSansPro-Light.ttf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../fonts/SourceSansPro-Regular.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../fonts/SourceSansPro-Semibold.ttf");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../fonts/SourceSansPro-Bold.ttf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../fonts/SourceSansPro-Italic.ttf");
  font-style: italic;
  font-weight: 400;
}
.hide {
  display: none;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-color: #f9fbfd;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #062539;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #062539;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #062539;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #062539;
}
.full_width {
  width: 100%;
}
.full_width.top {
  background: transparent url(../images/blue_bg_partial.png) repeat;
}
.full_width.white {
  background-color: #FFF;
}
.wrap {
  min-width: 960px;
  max-width: 1150px;
  padding: 0;
  margin: 0 auto;
}
.wrap.main {
  background: #f9fbfd url(../images/blue_background.png) no-repeat center top;
  height: 698px;
}
.wrap.logged {
  height: 582px;
}
.wrap header {
  padding: 40px 0 0 0;
}
.wrap header:before,
.wrap header:after {
  content: " ";
  display: table;
}
.wrap header:after {
  clear: both;
}
#hero {
  text-align: center;
}
#hero h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 542px;
  margin: 37px auto 0px;
  line-height: 42px;
}
#hero h2 {
  font-weight: 400;
  color: #151F35;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
}
#hero h2 .white {
  font-weight: 400;
  color: #FFF;
}
.form_wrap {
  width: 748px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(21, 31, 53, 0.15);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0 auto;
}
.form_wrap input {
  width: 178px;
  height: 42px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 15px 5px;
  padding: 0 20px;
}
.form_wrap input:focus {
  outline: none;
  border: 1px solid #39a1e7;
  -webkit-box-shadow: 0 0 0 1px #39a1e7, inset 0 0 6px rgba(57,161,231,.2);
  -moz-box-shadow: 0 0 0 1px #39a1e7, inset 0 0 6px rgba(57,161,231,.2);
  box-shadow: 0 0 0 1px #39a1e7, inset 0 0 6px rgba(57,161,231,.2);
}
.form_wrap #name {
  width: 218px;
  margin-left: 14px;
}
.form_wrap input[type=submit] {
  width: 130px;
  height: 49px;
  background-color: #151F35;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin-top: 23px;
  margin-bottom: 0px;
}
.form_wrap input[type=submit]:hover {
  background-color: #9ad142;
}
.form_wrap #pwdMeter {
  position: absolute;
  top: 27px;
  right: 10px;
  font-size: 14px;
}
.form_wrap .veryweak {
  color: #B40404;
}
.form_wrap .weak {
  color: #b96103;
}
.form_wrap .medium {
  color: #acac0e;
}
.form_wrap .strong {
  color: #2fc102;
}
.form_wrap .verystrong {
  color: #0e730e;
}
.form_wrap .error_bubble {
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  background-color: #FFF;
  position: absolute;
  top: 70px;
  left: 6px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  color: #203166;
  white-space: nowrap;
  padding: 0 20px;
  z-index: 100;
}
.form_wrap .error_bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #e4e4e4;
  top: -16px;
  left: 15px;
}
.form_wrap .error_bubble:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fcfdfe;
  top: -12px;
  left: 17px;
}
.form_wrap .bubble_block {
  float: left;
  position: relative;
}
.form_wrap .bubble_block.fullname .error_bubble {
  left: 15px;
}
.form_wrap .terms_div {
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 13px 0 12px;
}
.form_wrap .terms_div a {
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
}
.form_wrap .terms_div .bubble_block {
  float: none;
}
.form_wrap .terms_div .bubble_block .error_bubble {
  top: 30px;
  left: 253px;
}
.form_wrap .terms_div .terms_chk {
  position: relative;
  top: 2px;
  background: url("../images/custom_checkbox.png") 0 center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.form_wrap .terms_div .terms_chk:hover {
  background-position: 28px center;
}
.form_wrap .terms_div .terms_chk.checked {
  background-position: 14px center;
}
.land_submit {
  width: 130px;
  height: 49px;
  background-color: #151F35;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 12px 5px 0px 5px;
}
.land_submit:hover {
  background-color: #9ad142;
}
.features {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 19px;
  margin-top: -170px;
  padding-bottom: 41px;
}
.features .cols {
  width: 960px;
  margin: 0 auto;
}
.features .free {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}
.features .free span {
  font-weight: 600;
}
.features .mac {
  width: 820px;
  height: 390px;
  background: transparent url(../images/mac.png) no-repeat center top;
  margin: 45px auto;
}
.features .pic {
  width: 220px;
  height: 120px;
  margin: 0 auto;
  background: transparent url(../images/features.png) no-repeat;
}
.features .pic.flow {
  background-position: 0 -121px;
}
.features .pic.reporter {
  background-position: 0 -242px;
}
.features .pic.actions {
  background-position: 0 -363px;
}
.features p {
  color: #062539;
  font-size: 16px;
  font-weight: 600;
  margin: 20px  0 5px 0;
}
.col_25,
.col_50 {
  margin: 0 1% 1.5em 1%;
  padding-top: 10px;
  float: left;
  min-height: 245px;
}
.col_25 {
  width: 23%;
}
.col_50 {
  width: 48%;
  min-height: 260px;
}
.sep {
  width: 100%;
  min-width: 960px;
  height: 58px;
  background: transparent url(../images/separators.png) no-repeat center top;
}
.sep.grey_white {
  position: relative;
  top: -42px;
}
.sep.white_grey {
  background-position: center bottom;
  position: relative;
  top: -42px;
}
.anchor2,
.anchor3 {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  left: -1px;
  top: -88px;
}
.anchor3 {
  top: -89px;
  z-index: 100;
}
.tools {
  background: transparent url(../images/bg_icons.png) no-repeat center 650px;
  padding-top: 18px;
  padding-bottom: 57px;
  background-color: #FFF;
  text-align: center;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.tools h1 {
  color: #151F35;
  line-height: 28px;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.tools h1 span {
  color: #39A1E6;
}
.tools .pic {
  width: 280px;
  height: 150px;
  margin: 0 auto;
  background: transparent url(../images/applications.png) no-repeat;
}
.tools .pic.milestones {
  background-position: 0 -152px;
}
.tools .pic.calendar {
  background-position: 0 -304px;
}
.tools .pic.files {
  background-position: 0 -456px;
}
.tools .col_50 {
  margin: 0 0.9% 1.5em 0.9%;
  line-height: 20px;
}
.tools .col_50 .left {
  float: right;
  width: 280px;
}
.tools .col_50 .right {
  float: left;
  width: 280px;
}
.tools p {
  color: #39A1E6;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.rel {
  position: relative;
  width: 34px;
  margin: 0 auto;
}
.price {
  padding-top: 17px;
  text-align: center;
}
.price h1 {
  color: #151F35;
  line-height: 28px;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.price table {
  width: 580px;
  border: 1px solid #c3d6ea;
  color: #000;
  font-size: 15px;
  text-align: center;
}
.price table tr.even {
  background-color: #f1f7fd;
}
.price table tr.blue {
  color: #39A1E6;
  font-weight: 700;
}
.price table th {
  line-height: 42px;
  border: 1px solid #c3d6ea;
  width: 32%;
}
.price table td {
  line-height: 34px;
  border: 1px solid #c3d6ea;
}
.price .note {
  color: #000;
  font-size: 15px;
  font-style: italic;
  padding-top: 33px;
}
.price h2 {
  color: #151F35;
  font-size: 22px;
  margin-top: 34px;
  margin-bottom: 20px;
}
.price .button {
  display: block;
  width: 98px;
  height: 43px;
  background-color: #39A1E7;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  margin: 0 auto;
  text-decoration: none;
  line-height: 43px;
}
.price .button:hover {
  background-color: #151f35;
}
.price .free {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  color: #151F35;
  font-size: 16px;
}
.price .free span {
  font-weight: 600;
}
footer {
  text-align: center;
  color: #959595;
  font-size: 15px;
  padding: 38px 0 55px 0;
  border-top: 1px solid #c3d6ea;
}
footer p.rights {
  font-weight: 400;
  padding: 0;
  margin: 5px 0 0 0;
}
footer p.links {
  padding: 0;
  margin: 5px 0 0 0;
}
footer p.disclaimer {
  font-weight: 300;
  font-size: 13px;
  padding: 0;
  margin: 5px 0 0 0;
}
footer ul.social-follow {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
}
footer ul.social-follow li {
  float: left;
  margin: 10px 8px;
}
footer ul.social-follow li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/social_icons_white.indexed.png);
  background-repeat: no-repeat;
  padding: 0;
}
footer ul.social-follow li.facebook a {
  background-position: -40px 0;
}
footer ul.social-follow li.twitter a {
  background-position: 0 0;
}
footer ul.social-follow li.google a {
  background-position: -80px 0;
}
footer ul.social-follow li.linkedin a {
  background-position: -120px 0;
}
footer ul.social-follow li:hover.facebook a {
  background-position: -40px -40px;
}
footer ul.social-follow li:hover.twitter a {
  background-position: 0 -40px;
}
footer ul.social-follow li:hover.google a {
  background-position: -80px -40px;
}
footer ul.social-follow li:hover.linkedin a {
  background-position: -120px -40px;
}
footer .row_last {
  font-size: 12px;
  margin-top: 4px;
}
footer a,
footer a:hover,
footer a:visited {
  color: #5FAFE9;
  padding: 0 6px;
  text-decoration: none;
}
#front_price_text {
  max-width: 580px;
  text-align: justify;
  margin: 0 auto;
  font-size: 25px;
}
#per_active_user {
  cursor: pointer;
}
.lighten {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}
#language_selector {
  display: none;
}
#language_selector .modal_popup {
  font-size: 18px;
  position: fixed;
  top: 110px;
  left: 20%;
  right: 20%;
  height: auto;
  background-color: white;
  padding: 1em;
  border-radius: 1ex;
  text-align: left;
  z-index: 10001;
}
#language_selector .modal_popup .close_icon {
  background: url("../../../images/modal/close_open.png") no-repeat right center;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  cursor: pointer;
}
#language_selector .modal_popup #language_request {
  text-align: center;
  margin-top: 1em;
}
#language_selector #language_selector_table {
  width: 100%;
  margin-top: 10px;
}
#language_selector #language_selector_table tr {
  vertical-align: top;
}
#language_selector #language_selector_table tr td {
  text-align: left;
  width: 20%;
  line-height: 1.5em;
}
#language_selector .modal_filler {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 10000;
  opacity: 0.7;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
