a.wsbBtn {
    text-decoration: none !important;
    }
a.wsbBtn:hover {
    color: none !important;
    }
a.wsbBtn:focus {
    color: none !important;
    }
a.wsbBtn:active {
    color: none !important;
    }
.wsbBtn {
    font-family: 'Open Sans',sans-serif;
    display: inline-block;
    *display: inline;
    text-align: center !important;
    cursor: pointer;
    margin: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 100px !important;
    height: auto !important;
    padding: 5px 8px !important;
    font-size: 14px !important;
    line-height: 150% !important;
    font-style: normal;
    font-weight: normal;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    }
.wsbBtnContent {
    display: inline-block;
    *display: inline;
    text-align: center !important;
    cursor: pointer;
    margin: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 14px !important;
    height: auto !important;
    padding: 3px 6px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-style: normal;
    font-weight: normal;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    }
.wsbBtnMini {
    min-width: 10px !important;
    height: auto !important;
    padding: 3px 6px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    }
.wsbBtnLarge {
    min-width: 50px !important;
    height: auto !important;
    font-size: 16px !important;
    padding: 8px 16px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    }
.wsbBtnXLarge {
    min-width: 50px !important;
    height: auto !important;
    font-size: 24px !important;
    padding: 12px 24px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    }
.wsbBtnGreenNoHover {
    border: 1px solid #27ae60;
    background-color: #27ae60;
    color: #FFF !important;
    }
.wsbBtnGreen {
    border: 1px solid #27ae60;
    background-color: #27ae60;
    color: #FFF !important;
    }
.wsbBtnGreen:hover {
    background-color: #36d278;
    border: 1px solid #36d278;
    }
.wsbBtnWhite {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #333 !important;
    }
.wsbBtnWhite:hover {
    background-color: #ecf0f1;
    }
.wsbBtnBlue {
    border: 1px solid #2980b9;
    background-color: #2980b9;
    color: #fff !important;
    }
.wsbBtnBlue:hover {
    border: 1px solid #409ad5;
    background-color: #409ad5;
    }
.wsbBtnOrange {
    border: 1px solid #FF861C;
    background-color: #FF861C;
    color: #fff !important;
    }
.wsbBtnOrange:hover {
    border: 1px solid #ffa14f;
    background-color: #ffa14f;
    }
.wsbBtnOrangeCont {
    border: 1px solid #FF861C;
    background-color: #FF861C;
    color: #333 !important;
    }
.wsbBtnOrangeCont:hover {
    border: 1px solid #ffa14f;
    background-color: #ffa14f;
    }
.wsbBtnRed {
    border: 1px solid #e74c3c;
    background-color: #e74c3c;
    color: #fff !important;
    }
.wsbBtnRed:hover {
    background-color: #ed7669;
    border: 1px solid #ed7669;
    }

/* Forms */
#wsbLoadResult input,
#wsbLoadResultModal input {
    font-family: 'Open Sans',sans-serif;
    padding: 10px 5px;
    font-size: 16px;
    border: 1px solid #D6D6D6;
    width: 100%;
    background-color: #FFF;
    color: #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
#wsbLoadResult input:focus,
#wsbLoadResultModal input:focus {
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
    border: 1px solid #27ae60;
    outline: none;
    }
#wsbLoadResult input[type=checkbox],
#wsbLoadResult input[type=radio],
#wsbLoadResultModal input[type=checkbox],
#wsbLoadResultModal input[type=radio] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #D6D6D6;
    width: auto;
    color: #000;
    }
#wsbLoadResult label,
#wsbLoadResultModal label {
    font-size: 14px;
    }

/* Error handling */
#wsbLoadResult .form-error,
#wsbLoadResultModal .form-error {
    color: #e74c3c;
    padding-top: 5px;
    display: block;
    }
#wsbLoadResult .error {
    border: #e74c3c solid 1px !important;
    }
#wsbLoadResult .errorBox {
    border: #e74c3c solid 1px;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
#wsbLoadResult .errorBox h3 {
    color: #e74c3c;
    margin-bottom: 0;
    }
#wsbLoadResult .errorBox p {
    margin: 0;
    }
#wsbLoadResult .confirmBox {
    border: #27ae60 solid 1px;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
#wsbLoadResult .confirmBox h3 {
    color: #27ae60;
    margin-bottom: 0;
    }
#wsbLoadResult .confirmBox p {
    margin: 0;
    }

/* styled submit */
.wsbInputSubmit {
    background-color: #2980b9 !important;
    border: 1px solid #2980b9 !important;
    color: #FFF !important;
    min-width: 100px !important;
    width: auto !important;
    height: auto !important;
    padding: 5px 8px !important;
    font-size: 16px !important;
    line-height: 150% !important;
    font-style: normal;
    font-weight: normal;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    cursor: pointer;
    }
.wsbInputSubmit:hover {
    border: 1px solid #409ad5 !important;
    background-color: #409ad5 !important;
    }
.wsbInputSubmitOrange {
    background-color: #FF861C !important;
    border: 1px solid #FF861C !important;
    color: #FFF !important;
    min-width: 100px !important;
    width: auto !important;
    height: auto !important;
    padding: 5px 8px !important;
    font-size: 16px !important;
    line-height: 150% !important;
    font-style: normal;
    font-weight: normal;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    cursor: pointer;
    }
.wsbInputSubmitOrange:hover {
    border: 1px solid #ffa14f !important;
    background-color: #ffa14f !important;
    }
.wsbInputSubmitGreen {
    background-color: #27ae60 !important;
    border: 1px solid #27ae60 !important;
    color: #FFF !important;
    min-width: 100px !important;
    width: auto !important;
    height: auto !important;
    padding: 5px 8px !important;
    font-size: 16px !important;
    line-height: 150% !important;
    font-style: normal;
    font-weight: normal;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    cursor: pointer;
    }
.wsbInputSubmitGreen:hover {
    border: 1px solid #36d278 !important;
    background-color: #36d278 !important;
    }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
body {
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: .9em;
    line-height: 150%;
    color: #666;
    }
html,
body {
    height: 100%;
    }
.color-black {
    color: #666;
    }
a {
    color: #2980b9;
    }
a:hover {
    color: #94c6e7;
    text-decoration: none;
    }
p,
ul {
    line-height: 200%;
    margin-bottom: 20px;
    }
hr {
    border: 1px solid #D6D6D6;
    margin: 20px 0;
    }
section {
    padding-bottom: 50px;
    }
.inline {
    display: inline-block;
    }
.vtop {
    vertical-align: top;
    }
.pL20 {
    padding-left: 20px;
    }
.color-white {
    color: #FFF;
    }
.borderRadius4 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
.text-cursive {
    font-family: 'Courgette',cursive;
    }
.text-italic {
    font-style: italic;
    }
.text-2em {
    font-size: 2em;
    }
.text-center {
    text-align: center;
    }

/* navigation */
.topNavZone {
    display: table;
    width: 100%;
    }
.topNavLogo {
    padding-top: 13px;
    padding-bottom: 5px;
    position: relative;
    z-index: 100;
    display: table-cell;
    width: 213px;
    }
.topNav {
    padding-top: 8px;
    padding-bottom: 2px;
    text-align: right;
    display: table-cell;
    position: relative;
    z-index: 100;
    vertical-align: top;
    }
.topNavBorder {
    border-bottom: 1px solid #D6D6D6;
    -webkit-box-shadow: 0 10px 15px -6px #D6D6D6;
    box-shadow: 0 10px 15px -6px #D6D6D6;
    padding: 0;
    background-color: #FFF;
    position: relative;
    z-index: 1000;
    }
.minH100 {
    min-height: 100vh;
    }

/* home page landing */
.landingNavZone {
    display: table;
    width: 100%;
    margin-top: 1em;
    }
.landingNavLogo {
    padding-top: 13px;
    padding-bottom: 5px;
    position: relative;
    z-index: 100;
    display: table-cell;
    width: 213px;
    }
.landingNav {
    padding-top: 8px;
    padding-bottom: 2px;
    text-align: right;
    display: table-cell;
    position: relative;
    z-index: 100;
    vertical-align: top;
    }
.landingNav .pricingUrl {
    color: #FFF;
    }
.landingTextBg {
    position: relative;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    top: 0;
    padding: 20px 20px 20px 20px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }
.landingTextBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }
.landingTextBlock h4 {
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 1em;
    }
@media only screen and (max-width: 767px) {
.landingNavZone {
    display: block;
    }
.landingNavLogo,
.landingNav {
    display: block;
    text-align: center;
    width: 100%;
    }
}

/* home page landing end */
h1,
h2,
h3,
h4 {
    color: #2980b9;
    font-weight: normal;
    font-style: normal;
    line-height: 150%;
    }
h1 {
    font-size: 2.142em;
    margin-bottom: .2666em;
    }
h2 {
    font-size: 1.714em;
    padding: .8em 0;
    }
h3 {
    font-size: 1.429em;
    margin-bottom: .8em;
    }
h4 {
    font-size: 1.143em;
    }

/* Fullscreen */
.fullscreen {
    width: 100%;
    min-height: 100%;
    }
.not-fullscreen,
.fullscreen.not-overflow {
    height: 100%;
    overflow: hidden;
    }
.background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%\9 !important;
    }

/* Fullscreen End */
.silverBgColor {
    background-color: #ecf0f1;
    }
.layoutList {
    display: block;
    list-style: none;
    }
.layoutList li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    }
.layoutList li img {
    border: 1px solid #D6D6D6;
    }
.featuresIcons {
    display: block;
    list-style: none;
    }
.featuresIcons li {
    display: inline-block;
    width: 24%;
    margin-bottom: 30px;
    vertical-align: top;
    padding: 10px 20px;
    text-align: center;
    }
.featuresIcons li:hover {
    background-color: #D6D6D6;
    }
.featuresIconsBlock {
    margin-bottom: 50px;
    }
.icon {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 3em;
    color: #FF861C;
    }
.pricingPadding {
    padding-top: 3em;
    }
.pricingBigTable {
    display: table;
    line-height: normal;
    width: 100%;
    }
.pricingYearlyTd {
    background-color: #36d278;
    color: #FFF;
    width: 45%;
    padding: 2em 0;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    }
.pricingCurrency {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4em;
    padding-top: 1em;
    }
.pricingAmount {
    display: inline-block;
    vertical-align: top;
    font-size: 5em;
    line-height: normal;
    }
.pricingTdDivider {
    background-color: #FFF;
    font-size: 1.3em;
    width: 10%;
    height: 200px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    }
.pricingMonthlyTd {
    background-color: #27ae60;
    color: #FFF;
    width: 45%;
    padding: 2em 0;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    }
.pricingYearly {
    display: block;
    background-color: #27ae60;
    padding: 2em;
    color: #FFF;
    cursor: pointer;
    }
.pricingYearly .priceBlock {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    }
.pricingYearly .priceDescBlock {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2em;
    }
.pricingYearly .priceDescBlock .priceSmText {
    font-size: .70em;
    padding-top: 10px;
    display: block;
    line-height: 120%;
    }
.pricingYearly .priceBtnBlock {
    display: block;
    text-align: center;
    margin-top: 10px;
    }
.pricingYearly .priceAmount {
    display: block;
    text-align: center;
    font-size: 4em;
    line-height: 100%;
    }
.pricingYearly .priceCurrency {
    display: block;
    text-align: center;
    }
.pricingFeatureList {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #D6D6D6;
    padding: 2em 0;
    text-align: left;
    }
.pricingFeatureList .icon {
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 1.3em;
    min-width: 60px;
    color: #FF861C;
    }
.pricingFeatureFaq {
    padding-top: 0;
    font-size: 1.3em;
    }
.signUpBlock {
    display: block;
    padding: 2em 0;
    background-color: #2980b9;
    width: 100%;
    }

/* Footer */
footer {
    margin-top: 2em;
    background-color: #ecf0f1;
    width: 100%;
    padding: 2em 0;
    color: #7F8C8D;
    font-size: .8em;
    }
footer .logo {
    padding-top: 6px;
    }
@media only screen and (max-width: 767px) {
footer p {
    margin-top: 20px;
    }
}
