﻿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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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 {
  display: block;
}



@font-face {
  font-family: "Aller";
  src: url("../Resources/aller_rg-webfont.eot");
  src: local("☺"),
  url("../Resources/aller_rg-webfont.woff") format("woff"),
  url("../Resources/aller_rg-webfont.ttf") format("truetype"),
  url("../Resources/aller_rg-webfont.svg#AllerRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aller";
  src: url("../Resources/aller_rg-webfont.eot");
  src: local("☺"),
  url("../Resources/aller_rg-webfont.woff") format("woff"),
  url("../Resources/aller_rg-webfont.ttf") format("truetype"),
  url("../Resources/aller_rg-webfont.svg#AllerRegular") format("svg");
  font-weight: bold;
  font-style: normal;
}

.button.red, .button.white {
  font-weight: bold;
  padding-right: 30px;
  background-position: 100% 0;
}

.button.red, .button.red span, .button.white, .button.white span {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}
.button.red span, .button.white span {
  padding-left: 15px;
}

.button.red {
  color: white;
}
.button.red, .button.red span {
  background-image: url(../Images/button-red.png);
}
.button.red:hover {
  background-position: 100% -32px;
}
.button.red:hover span {
  background-position: 0 -32px;
}

.button.white, .button.white span {
  background-image: url(../Images/button-white.png);
}

.button span {
  cursor: pointer;
}

form table {
  border-collapse: collapse;
  width: 100%;
}
form table td, form table th {
  padding: 10px;
  border: solid #d9d9d9;
  border-width: 1px 0;
  vertical-align: top;
}
form table th {
  font-weight: bold;
}
form table label {
  white-space: nowrap;
}
form table .submit td, form table .submit th {
  border-bottom: none;
}
form table .submit a {
  float: right;
}
form table .delete {
  text-align: right;
}
form .errorlist {
  border: 1px solid #bd2230;
  background-color: #f8e8ea;
  padding: 0.1em 0.5em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  display: inline-block;
  vertical-align: baseline;
  float: right;
}
form .errorlist li {
  display: inline;
}
form .helptext {
  font-size: 11px;
  color: #777777;
}

#messages {
  margin-left: 90px;
  margin-right: 75px;
  margin-bottom: 20px;
}
#messages li {
  padding: 10px 15px 10px 45px;
  margin-bottom: 5px;
  border: 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 5px;
  cursor: pointer;
}
#messages .success {
  border-color: #94c53f;
  background-color: #eaf3d9;
  background-image: url(../Images/message-success.png);
}
#messages .error {
  border-color: #bd2230;
  background-color: #f8e8ea;
  background-image: url(../Images/message-error.png);
}
#messages .info {
  border-color: #66cef5;
  background-color: #e0f5fd;
  background-image: url(../Images/message-info.png);
}

#header {
  padding-bottom: 14px;
  margin-bottom: 25px;
  background: url(../Images/bar-paper.png) repeat-x 0 100%;
}
#header .in {
  background: #1e0f0c url(../Images/bar-bg.png) repeat-x;
}
#header .in2 {
  background: url(../Images/bar-leather.png) no-repeat center;
}
#header .in3 {
  width: 960px;
  margin: auto;
  height: 40px;
  position: relative;
}

#header .in3 > div
{
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 302px;
}

#header .in3 > div > a, #header .in3 > div > a:hover, #header .in3 > div > a:visited
{
    display: inline-block;
    height: 18px;
    margin-right: 30px;
    color: #736357;
    text-decoration: none;
    font-size: 16px;
}
#header .in3 > div > a > img
{
    margin-right: 5px;
}

#header #logo {
  position: relative;
  top: 6px;
}
#header nav {
  position: absolute;
  right: 0;
  top: 7px;
}
#header nav .signup, #header nav .login {
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  padding-left: 13px;
}
#header nav .signup, #header nav .signup .button-in, #header nav .login, #header nav .login .button-in {
  display: inline-block;
  background-repeat: no-repeat;
}
#header nav .signup:hover, #header nav .login:hover {
  background-position: 0 -26px;
}
#header nav .signup:hover .button-in, #header nav .login:hover .button-in {
  background-position: 100% -26px;
}
#header nav .signup .button-in, #header nav .login .button-in {
  padding-right: 30px;
  background-position: 100% 0;
  margin-right: -3px;
}
#header nav .signup {
  color: white;
  margin-right: 5px;
}
#header nav .signup, #header nav .signup .button-in {
  background-image: url(../Images/button-signup.png);
}
#header nav .login, #header nav .login .button-in {
  background-image: url(../Images/button-login.png);
}

#header nav .user {
  background: url(../Images/user.png) no-repeat;
  width: 177px;
  overflow: hidden;
  *zoom: 1;
}
#header nav .user a {
  line-height: 26px;
  height: 26px;
  float: left;
  overflow: hidden;
  text-decoration: none;
}
#header nav .user a.username {
  width: 127px;
  text-align: center;
}
#header nav .user a.settings {
  width: 25px;
  text-indent: -999px;
}
#header nav .user a.settings:hover {
  background: -127px -26px url(../Images/user.png) no-repeat;
}
#header nav .user a.logout {
  text-indent: -999px;
  width: 25px;
}
#header nav .user a.logout:hover {
  background: -152px -26px url(../Images/user.png) no-repeat;
}

footer {
  background: #160805 url(../Images/footer-bg.png) repeat-x;
  height: 154px;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 120px;
}
footer, footer a {
  color: #736357;
}
footer a:hover {
  color: white !important;
}
footer .in {
  width: 960px;
  margin: auto;
  padding-top: 90px;
  position: relative;
}
footer .arrow {
  background: url(../Images/footer-arrow.png) no-repeat center 0;
  width: 100%;
  position: absolute;
  top: -20px;
  text-align: center;
  z-index: 2;
}
footer .arrow a {
  color: #998675;
  text-transform: uppercase;
  display: block;
  padding-top: 45px;
  margin: auto;
  width: 95px;
  text-align: center;
  font-family: Aller, sans-serif;
}
footer nav.follow {
  position: absolute;
  z-index: 3;
  width: 280px;
  top: 14px;
  right: 0;
  text-align: right;
  line-height: 30px;
}
footer nav.follow .label {
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #534741;
  font-family: Aller, sans-serif;
}
footer nav.follow a {
  display: inline-block;
  text-indent: 999px;
  background: url(../Images/follow.png) no-repeat;
  width: 30px;
  height: 31px;
  overflow: hidden;
}
footer nav.follow a.twitter {
  background-position: -30px 0;
}
footer nav.follow a.twitter:hover {
  background-position: -30px -31px;
}
footer nav.follow a.facebook {
  margin: 0 10px 0 17px;
}
footer nav.follow a.facebook:hover {
  background-position: 0 -31px;
}
footer nav.nav {
  float: right;
}
footer nav.nav a {
  padding: 0 20px;
  border-right: 1px solid #362f2d;
}
footer nav.nav a:last-child {
  padding-right: 0;
  border-right: none;
}

#main article.general {
  margin: 50px 90px;
}

.general {
  font-size: 13px;
}
.general ul, .general ol {
  margin: 1.12em 0;
  margin-left: 40px;
}
.general ol {
  list-style-type: decimal;
}
.general ul {
  list-style-type: disc;
}
.general li {
  display: list-item;
}
.general h2 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
  color: black;
}
.general h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: Aller, sans-serif;
  margin: 40px 0 30px;
}
.general p {
  margin: 26px 0;
}

body {
  background: #ececec url(../Images/grid.png);
  background-position: -8px -42px;
  font: 12px/1.333 verdana, sans-serif;
  color: #333333;
}

a {
  color: #669933;
}
a:hover {
  color: #cd1324;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2 {
  font-family: Aller, sans-serif;
  font-size: 25px;
}

#main {
  overflow: hidden;
  *zoom: 1;
  width: 960px;
  margin: auto;
  background: white;
}
#main > #drawings
{
    position: relative;
}
#main > #drawings > img
{
    display: block;
    position: absolute;
}

#main header {
  background: #92c527 url(../Images/header.jpg) no-repeat;
  padding: 0 90px;
}
#main header h1 {
  color: white;
  font-size: 40px;
  text-shadow: #888888 1px 1px 3px;
  padding: 37px 0;
}

.scissors {
  height: 12px;
  background: url(../Images/dashes.gif) repeat-x;
}
.scissors div {
  height: 12px;
  width: 19px;
  background: url(../Images/scissors.gif) repeat-x;
  margin-left: 7px;
}

#main {
  overflow: visible;
}

#promo {
  background: #92c527 url(../Images/header.jpg) no-repeat;
  width: 960px;
  height: 401px;
  color: white;
  font-family: Aller, sans-serif;
  position: relative;
}
#promo .video {
  width: 453px;
  height: 318px;
  background: url(../Images/video.png) no-repeat;
  position: absolute;
  top: 38px;
  right: 27px;
}
#promo .in {
  margin-left: 90px;
  padding-top: 65px;
  width: 420px;
  text-shadow: #888888 1px 1px 3px;
}
#promo .in .email {
    width: 337px;
    height: 50px;
    padding: 4px;
    margin-top: 10px;
    background-image: url("/Images/signupfield.png");
    position: relative;
}

#messageDiv
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
}
#messageDiv > div:first-child
{
    position: absolute;
    left: 10px;
    bottom: -3px;
    width: 220px;
    background-color: #e8e8e8;
    color: black;
    border: 3px solid #accf5c;
    border-radius: 13px;
    padding: 10px 15px;
    text-shadow: none;
    font-size: 18px;
}
#messageDiv > div:first-child + div
{
    position: absolute;
    left: -5px;
    bottom: 12px;
    width: 15px;
    height: 18px;
    background-color: #e8e8e8;
    border: 3px solid #accf5c;
    border-right: none;
    border-top-left-radius: 100%;
}
#forgotPassword
{
    cursor: default;
}

#promo .in .email input[type="text"] {
    width: 315px;
    height: 44px;
    padding: 3px 12px;
    border: none;
    font-size: 24px;
    background-color: transparent;
    color: #a9aaac;
}
#promo .in .signup {
  background: url(../Images/button-signup1.png) no-repeat;
  width: 240px;
  height: 62px;
  line-height: 62px;
  display: inline-block;
  color: white;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 12px;
  position: relative;
  cursor: default;
}
#promo .in .signup:hover {
  background-position: 0 -62px;
}
#promo .in .signup .only {
  background: url(../Images/only.png) no-repeat;
  position: absolute;
  width: 103px;
  height: 96px;
  right: -110px;
  top: 15px;
  text-shadow: black 1px 1px 1px;
}
#promo h1 {
  font-size: 42px;
  margin-bottom: 15px;
}
#promo p {
  font-size: 21px;
}

#value-prop article .in, #bottom article .in {
  padding-top: 28px;
  margin-left: 91px;
  margin-right: 0px;
}
#value-prop article .in p, #bottom article .in p {
  font-size: 12px;
  color: #333333;
  margin-bottom: 11px;
}

#value-prop {
  overflow: hidden;
  *zoom: 1;
}
#value-prop article {
  height: 229px;
  float: left;
  width: 320px;
  background: #f2f2f2;
}
#value-prop article .in {
  margin-right: 10px;
}
#value-prop article h2 {
  margin-bottom: 18px;
}
#value-prop article.easy {
  background: url(../Images/value-easy-bg.png) no-repeat;
}
#value-prop article.mobile {
  background: url(../Images/value-mobile-bg.png) no-repeat;
}
#value-prop article.mobile .button {
  display: inline-block;
  width: 90px;
  height: 32px;
  text-indent: -500px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#value-prop article.mobile .button:hover {
  background-position: 0 -32px;
}
#value-prop article.mobile .button.iphone {
  background-image: url(../Images/button-iphone.png);
}
#value-prop article.mobile .button.android {
  background-image: url(../Images/button-android.png);
  width: 96px;
}
#value-prop article.school {
  background: url(../Images/value-school-bg.png) no-repeat;
}

#ribbon {
  background-position: -10px 0;
  background-color: #291f1c;
  position: relative;
  height: 79px;
  border-bottom: 1px solid #b2b2b2;
}
#ribbon, #ribbon .left, #ribbon .right {
  background-image: url(../Images/ribbon.png);
  background-repeat: no-repeat;
}
#ribbon .left, #ribbon .right {
  height: 89px;
  position: absolute;
  width: 10px;
  top: 0;
}
#ribbon .left {
  left: -10px;
  background-position: 0;
}
#ribbon .right {
  right: -10px;
  background-position: 100%;
}
#ribbon .bulb {
  background: url(../Images/bulb.png);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 18px;
  left: 39px;
}
#ribbon .in {
  margin-left: 90px;
  margin-right: 84px;
  font: 16px/80px Aller, sans-serif;
  color: white;
  color: #736357;
}
#ribbon .in .label {
  color: #998675;
  margin-right: 41px;
}

#bottom {
  overflow: hidden;
  *zoom: 1;
}
#bottom .integration {
  width: 640px;
  height: 249px;
  background: #f2e4e8 url(../Images/integration.png);
  float: left;
}
#bottom .integration .in {
  margin-right: 100px;
}
#bottom .integration h2 {
  font-size: 30px;
  color: #942440;
  margin-bottom: 14px;
}
#bottom .integration .more {
  margin-top: 30px;
}
#bottom .blog {
  float: right;
  width: 319px;
}
#bottom .blog .in {
  margin-left: 51px;
  margin-right: 20px;
}
#bottom .blog h2 {
  font-size: 20px;
  margin-bottom: 14px;
}
#bottom .blog ul {
  margin-left: -17px;
}
#bottom .blog li {
  margin-bottom: 13px;
  padding-left: 17px;
  background: url(../Images/list-arrow.png) 0 no-repeat;
}

#social {
  overflow: hidden;
  *zoom: 1;
  margin-top: -11px;
  height: 80px;
  position: relative;
}
#social .facebook {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 80px;
  overflow: hidden;
  background: url(../Images/facebook-bg.png) no-repeat;
  background-position: 484px 0;
}
#social .facebook .in {
    position: relative;
    top: -10px;
  margin-left: 30px;
  padding-top: 23px;
}

#loginBox {
    position: absolute;
    right: 0px; 
    top: 32px; 
    width: 180px; 
    height: 173px; 
    z-index: 1; 
    color:white;
    font-family: Aller, Calibri, Helvetica, sans-serif;
    font-size: 11px;
}

.loginBox .loginBoxLeft {
   position: absolute;
   z-index: 2;
   top: 0;
   right: 29px;
   width: 24px;
   height: 15px;
   background-image: url(/images/login/Arrow-top-top.png);
}
.loginBox .loginBoxTop {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 6px;
    top: 11px;
    bottom: 0;
    background-image: url(/images/login/Arrow-top-left.png);
}
.loginBox .loginBoxCenter{
    position: absolute;
    z-index: 2;
    padding: 17px 15px; 
    left: 6px; 
    right: 6px; 
    top: 11px; 
    bottom: 0; 
    background-image: url(/images/login/Arrow-top-mid.png);
}
.loginBox #frmLP .inputBox {
    position: relative;
    height: 25px;
}

.loginBox #frmLP .inputBoxLeft {
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(/images/login/Login-box-left.png);
}
.loginBox #frmLP .inputBoxCenter {
    position: absolute;
    padding-top: 5px;
    left: 6px;
    top: 0;
    right: 6px;
    bottom: 0;
    background-image: url(/images/login/Login-box-mid.png);
}
.loginBox #frmLP .inputBoxRight {
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    bottom: 0;
    background-image: url(/images/login/Login-box-right.png);
}

.loginBox #frmLP .rememberMeBox{
    position: absolute;
    height: 21px;
    left: 10px;
    bottom: 15px;
    margin: 0px 0px;
    padding-top: 5px;
}


.loginBox #frmLP #btnLogin{
    position: absolute;
    height: 21px;
    right: 15px;
    bottom: 15px;
    margin: 0px 6px;
    padding-top: 5px;
    background-image: url(/images/login/Login-button-mid.png);
    cursor: default;
}

.loginBox #frmLP #btnLogin > div:first-child {
    position: absolute;
    left: -6px;
    top: 0px;
    bottom: 0px;
    width: 6px;
    background-image: url(/images/login/Login-button-left.png);
}

.loginBox #frmLP #btnLogin > div:first-child + div {
    position: absolute;
    right: -6px;
    top: 0px;
    bottom: 0px;
    width: 6px;
    background-image: url(/images/login/Login-button-right.png);
}



.loginBox .loginBoxRight {
    position: absolute;
    z-index: 2;
    right: 0;
    width: 6px;
    top: 11px;
    bottom: 0;
    background-image: url(/images/login/Arrow-top-right.png);
}

.loginBox input[type='text'], .loginBox input[type='password']
{
	border: none;
	background-color: transparent;
	width: 125px;
}

#lpLogin_formcontrol > table:first-child td {
    border-width: 0px;
}

#lpLogin_formcontrol input[type='text'], #lpLogin_formcontrol input[type='password'] {
    width: 250px;
}

#loginErrorBox {
    position: absolute;
    right: 0px; 
    top: 165px; 
    width: 180px; 
    height: 50px; 
    z-index: 1; 
    font-family: Aller, Calibri, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
    background-image: url(/images/login/Login-error-box.png);
}

#loginErrorBox #loginError {
    
    margin-top: 13px;
    margin-left: 21px;
    margin-right: 21px;
    height: 35px;
    overflow: hidden;
}

.lang {
    position: absolute;
    right: 194px;
    top: 8px;
    bottom: 0;
    line-height: 28px;
    cursor: pointer;
    color: #736357;
    font-size: 16px;
    z-index: 1;
}

.lang_popup {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    width: 81px;
    padding: 6px;
    min-height: 112px;
    background: url(/images/lang_popup.png) no-repeat;
    color: black;
}

.langitem {
    display: inline-block;
    float: left;
    width: 48px;
    height: 28px;
    margin-bottom: 12px;
    padding: 0 21px 0 22px;
    cursor: pointer;
}

.lang.English {
    display: inline-block;
    float: left;
    height: 22px;
    padding: 0 21px 0 22px;
    background: url(/images/eng.png) center left no-repeat;
    background-size: 17px 18px;
}

.lang.German {
    display: inline-block;
    float: left;
    height: 22px;
    padding: 0 21px 0 22px;
    background: url(/images/ger.png) center left no-repeat;
    background-size: 17px 18px;
}

.lang.Danish {
    display: inline-block;
    float: left;
    height: 22px;
    padding: 0 21px 0 22px;
    background: url(/images/dan.png) center left no-repeat;
    background-size: 17px 18px;
}

.langitem.English {
    background: url(/images/eng.png) center left no-repeat;
    background-size: 17px 18px;
}

.langitem.German {
    background: url(/images/ger.png) center left no-repeat;
    background-size: 17px 18px;
}

.langitem.Danish {
    background: url(/images/dan.png) center left no-repeat;
    background-size: 17px 18px;
}
