/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

html, body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    vertical-align: middle;
}

a {
    color: #3f9adb;
    text-decoration: none;
}

a:hover {
    color: #2e71a0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
    background: #ccc;
    color: #000;
}

/*Fonts*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'nevis';
    src: url('../fonts/nevis-webfont.eot');
    src: url('../fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nevis-webfont.woff') format('woff'),
         url('../fonts/nevis-webfont.ttf') format('truetype'),
         url('../fonts/nevis-webfont.svg#webfontbold') format('svg');

}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'museo';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');

}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.super-wrapper {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: 980px;
}

header {
    height: 60px;
    background: #202020;
}

.logo {
    margin: 10px 0;
    width: 150px;
    height: 35px;
}

ul.menu {
    float: right;
    margin: 18px 0;
    list-style: none;
    padding: 0;
}

.menu li {
    display: inline;
    margin-left: 20px;
}

.menu li a, .sem-phone {
    color: #cccccc;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition:color .2s ease-in-out;
    -moz-transition:color .2s ease-in-out;
    -o-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out;
}

.menu li a:hover {
    color: #fff;
}

#loginLink {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    font-weight: bold;
    font-family: sans-serif;
    -webkit-transition:color .1s ease-in-out;
    -moz-transition:color .1s ease-in-out;
    -o-transition:color .1s ease-in-out;
    transition:color .1s ease-in-out;
}

#loginLink:hover {
    color: #fff;
    text-decoration: underline;
}

.button {
    border: 2px solid #71e665;
    border-bottom: 2px solid #46b837;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #5fdb52;
    background: -moz-linear-gradient(top,  #5fdb52 0%, #51cb42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fdb52), color-stop(100%,#51cb42));
    background: -webkit-linear-gradient(top,  #5fdb52 0%,#51cb42 100%);
    background: -o-linear-gradient(top,  #5fdb52 0%,#51cb42 100%);
    background: -ms-linear-gradient(top,  #5fdb52 0%,#51cb42 100%);
    background: linear-gradient(to bottom,  #5fdb52 0%,#51cb42 100%);
    color: #fff !important;
    text-align: center;
    text-shadow: 1px 1px 2px #2f8e20;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fdb52', endColorstr='#51cb42',GradientType=0 );
    cursor: pointer;
}

.button:hover {
    background: #5fdf4f;
    text-decoration: none !important;
}


.free-trial-button {
    padding: 8px 20px;
    font-size: 1em;
}

.hero-button {
    padding: 20px 40px;
    border: 2px solid #71e665;
    border-bottom: 2px solid #46b837;
    font-size: 1.3em;
}

.tour-button {
    padding: 12px 15px;
    font-size: 1.2em;
    display: inline-block;
    margin: auto auto 12px;
    line-height: 24px;
}

.popup-button {
    margin-top: 15px;
    padding: 15px 80px;
    width: 360px;
    border: 2px solid #71e665;
    border-bottom: 2px solid #46b837;
    font-size: 1.2em;
}

.button:active {
    border: 2px solid #5e5e5e;
    background: #5fdb52;
    background: -moz-linear-gradient(top,  #5fdb52 0%, #51cb42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fdb52), color-stop(100%,#51cb42));
    background: -webkit-linear-gradient(top,  #5fdb52 0%,#51cb42 100%);
    background: -o-linear-gradient(top,  #5fdb52 0%,#51cb42 100%);
    background: -ms-linear-gradient(top,  #5fdb52 0%,#51cb42 100%);
    background: linear-gradient(to bottom,  #5fdb52 0%,#51cb42 100%);
    -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.35), inset 0 0 3px rgba(0,0,0,0.5), inset 0 1px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,0.35), inset 0 0 3px rgba(0,0,0,0.5), inset 0 1px 15px rgba(0,0,0,0.4);
    box-shadow: 0 1px 1px rgba(255,255,255,0.35), inset 0 0 3px rgba(0,0,0,0.5), inset 0 1px 15px rgba(0,0,0,0.4);
}

.hero {
    height: 551px;
    background: #a7c0dd url('../img/map.jpg') no-repeat center !important;
}

.hero-content {
    float: left;
    margin: 25px 0 0 0;
    width: 422px;
    height: 481px;
    color: #fff;
}

.hero-content h1 {
    text-shadow: 3px 3px 2px #7290b3;
    font-size: 48px;
    font-family: helvetica, arial, sans-serif;
    margin: 20px 0 0 0;
}

.hero-content p {
    text-shadow: 2px 2px 0px #7290b3;
    font-size: 22px;
    font-family: helvetica, arial, sans-serif;
    line-height: 42px;
    margin-bottom: 40px;
}

.hero-media {
    float: right;
    margin: 120px 10px 0 0;
}

.watch-video {
    text-align: center;
    background: #323132;
    color: #dfdee0;
    padding: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.video-bg {
    padding: 35px 40px;
    background: #222222;
    -webkit-box-shadow: 2px 2px 6px #6c6c6c;
    -moz-box-shadow:    2px 2px 6px #6c6c6c;
    box-shadow:         2px 2px 6px #6c6c6c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.video-link {
    display: block;
    float: right;
    width: 420px;
    height: 233px;
    background: #000 url('../img/video.jpg');
    background-position: 0px -233px;
    background-repeat: no-repeat;
}

.video-link:hover {
    background-position: 0px 0px;
}

.website-waist {
    background: #f3f3f3;
}

.bucket-container {
    padding: 40px;
    background: #fff;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.bucket {
    float: left;
    margin-left: 22px;
    width: 280px;
    color: #262626;
    text-align: center;
}

.first-bucket {
    margin-left: 0px;
}

.bucket img {
    width: 280px;
    height: 240px;
}

.tablet-bucket {
    float: left;
    margin-left: 22px;
    width: 371px;
    color: #262626;
    text-align: center;
}

.tablet-bucket img {
    width: 371px;
    height: 240px;
}

footer {
    background: #1e1e1e;
}

.footer-logo {
    margin: 10px 0;
    width: 194px;
    height: 38px;
}

.footer-left {
    float: left;
    margin: 40px 0;
}

.footer-right {
    float: right;
    margin: 40px 0;
}

.adr, .tel {
    margin: 10px 0;
    color: #4c4c4c;
}

ul.footer-menu {
    margin: 20px 0;
    list-style: none;
    text-align: right;
}

ul.footer-menu-sub {
    font-size: 12px;
}

.footer-menu li {
    display: inline;
    margin-left: 12px;
}

.footer-menu li a {
    color: #4c4c4c;
    text-decoration: none;
    -webkit-transition:color .1s ease-in-out;
    -moz-transition:color .1s ease-in-out;
    -o-transition:color .1s ease-in-out;
    transition:color .1s ease-in-out;
}

.footer-menu li a:hover {
    color: #fff;
}

.footer-right p {
    color: #4c4c4c;
    text-align: right;
}

.fancybox-skin {
    background: #000;
}

.popup-wrapper {
    padding: 20px;
    width: 360px;
    background: #f8f8f8;
}

label {
    display: block;
    margin: 15px 0 5px 0;
    text-shadow: 0px 1px 0px #fff;
}

input {
    display: block;
    margin: 5px 0;
}

.inputmedium, .inputlarge, .signupform-inputsmall, .signupform-inputmedium {
    padding: 10px;
    border: 1px solid #b6b6b6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:    inset 0 0 7px #e8e8e8;
    -webkit-box-shadow: inset 0 0 7px #e8e8e8;
    box-shadow:         inset 0 0 7px #e8e8e8;
}

.inputsmall, .signupform-inputsmall {
    width: 120px;
}

.inputmedium {
    width: 335px;
}

.inputelarge {
    width: 320px;
}



.error {
    color: #A72530;
}

.errortext {
    border-style: solid;
    border-color: #973d3d;
    background: #f0bebe;
    color: #a35959;
}

.main-content-container h3 {
    font-size: 24px;
    line-height: 46px;
    border-bottom: 1px solid #eeeeee;
}

.main-content-container {
    padding: 10px 40px;
    background: #fafafa;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.main-content-container p, .main-content-container li {
    line-height: 28px;
}

.main-content-container h4 {
    font-size: 18px;
    margin: 0;
}

.default-header-bg {
    background: #303030 url('../img/debut_dark.png');
    border-bottom: 3px solid #cecece;
}

.support-bg {
    background: #303030 url('../img/header-support.png') no-repeat center !important;
    border-bottom: 5px solid #d9e69f;
}

.tour-bg {
    background: #303030 url('../img/header-tour.png') no-repeat center !important;
    border-bottom: 5px solid #5ea1d8;
}

.whatwedo-bg {
    background: #303030 url('../img/header-whatwedo.png') no-repeat center !important;
    border-bottom: 5px solid #5ea1d8;
}

.pricing-bg {
    background: #303030 url('https://badgermapping.com/img/header-pricing.png') no-repeat center !important;
    border-bottom: 5px solid #5ea1d8;
}

.sem-bg {
    background: #3b83b7;
    border-bottom: 5px solid #5ea1d8;
}

.default-header-bg h1 {
    font-size: 42px;
    color: #ececec;
    font-weight: 600;
    text-shadow: 2px 2px 5px #181818;
}

.light-on-dark h1 {
    color: #2d2d2d;
    line-height: 86px;
    text-shadow: 1px 1px 0px #dddddd;
    font-weight: 800;
    font-size: 42px;
}

.sem-bg h1 {
    line-height: 42px;
    text-shadow: 1px 2px 0px rgba(0,0,0,0.6);
}

.tour-bg h1, .pricing-bg h1, .whatwedo-bg h1, .support-bg h1 {
    color: #fff;
    text-shadow: 3px 3px 0px #5996cc;
}

.sem-bg h1 {
    color: #fff;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
}

.column {
    display: inline-block;
    margin-left: 15px;
    width: 311px;
    vertical-align: top;
}

.first-column {
    margin-left: 0px;
}

.column ul {
    padding-left: 10px;
    list-style: none;
}

.column ul li {
    padding: 5px 0;
}

.column a {
    color: #3f9adb;
    text-decoration: none;
}

.column a:hover {
    color: #2e71a0;
}

.answer {
    margin-top: 20px;
    border-bottom: 1px solid #eeeeee;
}

.support-questions {

}

.support-answers p {
    line-height: 24px;
}

.main-content-container h3, .main-content-container h4, .main-content-container p, .main-content-container ol, .main-content-container ul {
    color: #4d4d4d;
    text-shadow: 0 1px 0 #fff;
}

.center-text h3, .headline-text h3 {
    line-height: 70px;
    font-size: 28px;
    text-transform: uppercase;
    border-bottom: none;
}

.center-text h3::after, .headline-text h3::after  {
    content: '';
    width: 340px;
    height: 2px;
    display: block;
    background-color: #222;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.tour-ipad {
    width: 980px;
    height: 767px;
}


.tour-hero {
    width: 980px;
    margin: 0 auto;
}

.tour-hero img {
    margin-top: 30px;
}

.center-text {
    margin: 0 auto;
    width: 700px;
}

.center-text p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #6b6b6c;
}

.center-text h3 {
    text-align: center;
    line-height: 36px;
}

.inline-text {
    width: 360px;
    display: inline-block;
    vertical-align: middle;
}

.inline-text h3 {
    line-height: 36px;
}

.tour-aligned h3::after {
    content: '';
    width: 280px;
    height: 2px;
    display: block;
    background-color: #222;
    margin-top: 20px;
}

img.tour-visualize {
    margin-left: 80px;
    border: 10px solid #f0eff1;
}

img.tour-save-routes {
    margin-right: 80px;
    border: 10px solid #f0eff1;
}

img.tour-sidebar {
    margin-left: 180px;
    border: 10px solid #f0eff1;
}

.inline-image {
    display: inline-block;
    margin-top: 70px;
}

.tour-button-container {

}

.menu li:first-child {
    margin-left: 0;
}

.login-button {
    border: 2px solid #cccccc;
    background: transparent;
    padding: 9px 20px;
    font-size: 14px;
    text-shadow: none;
}

.login-button:hover {
    background: #303031;
}

.pricing-table {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 100px;
}

.pricing-table h2 {
    text-transform: uppercase;
    line-height: 10px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
    font-size: 20px;
}

.sem-pricing-table {
    margin-top: 20px;
}

.edition {
    padding: 20px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #393839;
}

.right-option {
    margin-left: 19px;
}

.annual-billing {
    font-size: 14px;
    color: #6d6c6d;
}

.monthly-price {
    color: #9e9d9f;
    padding: 10px 0;
    border-top: 1px solid #393839;
    border-bottom: 1px solid #393839;
    margin-bottom: 10px;
}

.monthly-dollar {
    color: #fff;
}

.top-chunk {
    text-align: center;
    color: #fff;
    background: #252525;
    padding: 0 0 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-description {
    text-align: center;
    color: #949596;
    font-size: 16px;
}

.price {
    margin: 30px 0 40px;
}

.dollar-sign {
    vertical-align: top;
    font-size: 24px;
}

.no-credit-card {
    margin-top: 20px;
    font-size: 14px;
    color: #9e9d9f;
}

.number {
    font-size: 120px;
    line-height: 100px;
}

.individual-button {
    margin-top: 44px;
}

.enterprise-trial {
    margin: 0 0 15px;
    font-size: 14px;
    color: #9e9d9f;
}

.month {
    font-size: 18px;

    color: #aeaeaf;
}

ul.plan-features {
    background: #f2f1f3;
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.plan-features li {
    border-bottom: 1px solid #d6d4d8;
    padding: 10px 20px;
    text-shadow: 0 1px 1px #fff;
    text-align: center;
}

.sem-chunk {
    border-bottom: 1px solid #f3f2f4;
    padding-bottom: 20px;
}

.sem-feature-callouts {
    display: inline-block;
    width: 440px;
    margin-bottom: 40px;
}

.sem-feature-callouts ul {
    list-style-type: none;
    padding: 0;
}

.sem-feature-callouts li {
    margin: 10px 0;
    line-height: 28px;
}

.sem-feature-callouts em, .video-callouts em {
    font-weight: bold;
    font-style: normal;
}

.sem-chunk h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0 10px;
    width: 100%;
}

img.sem-below-image {
    display: inline-block;
    vertical-align: top;
    width: 500px;
}

.video-callouts ul {
    list-style-type: none;
    padding: 0;
}

.video-callouts li {
    margin: 10px 0;
    line-height: 28px;
}

.side-by-side {
    display: inline-block;
    vertical-align: top;
    width: 500px;

    color: #747376;
    text-align: center;
}

.side-by-side img {
    width: 500px;
}

.video-list {
    width: 400px;
    display: inline-block;
    margin-left: 20px;
}

.signup-button {
    padding: 12px 25px;
    font-size: 22px;
}

.headline-text {
    text-align: center;
}

.videolink {
    border: 2px solid #c1c0c2;
    border-bottom: 2px solid #b2b1b3;
    text-shadow: 0px 1px 3px #6b6b6c;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #d7d6d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d7d6d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d7d6d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#d7d6d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#d7d6d8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#d7d6d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d7d6d8',GradientType=0 ); /* IE6-9 */
}

.videolink:hover {
    background: #f1f0f2;
}

#trial-form, #contact-form {
    border-top: 1px solid #e1e0e2;
}

/* Signup Form */

.signup-form-button {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
}

.signup-form-button-disabled,.signup-form-button-disabled:hover, .signup-form-button-disabled:active {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    border: 2px solid #b0afb2;
    background: transparent;
    box-shadow: none;
    color: #a8a6a9 !important;
    text-shadow: 0 0 0 rgba(0,0,0,0.0);
}

.signup-form-wrapper {
    width: 309px;
    background: #f6f5f7;
    border: 1px solid #efeef0;
    padding: 20px 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 50px;
    display: inline-block;
}

.signup-headline h3 {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 30px;
}

.signup-form-wrapper p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    line-height: 18px;
}

.signup-headline p {
    font-size: 18px;
    line-height: 22px;
    width: 480px;
    margin: 0 auto 50px;
}

p.card-not-needed {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    color: #909091;
}

.signup-image {
    display: inline;
    margin-left: 30px;
    vertical-align: top;
    width: 540px;
    height: 530px;
}

.thankyou-image {
    width: 460px;
    height: 276px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    border: 20px solid #f1f1f1;
    display: block;
}

.expired-image {
    width: 640px;
    height: 533px;
    margin-right: auto;
    margin-left: auto;
    border: 20px solid #f1f1f1;
    display: block;
}

h4.thankyou-passage {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.inline-form {
    display: inline-block;
    width: 120px;
}

.right-input {
    margin-left: 40px;
}

.signupform-inputmedium {
    width: 287px;
}

.signup-error {
    color: #b1382b;
    font-size: 12px;
    font-family: sans-serif;
}

.error-border {
    border: 2px solid #b1382b;
}

.email-resend {
    width: 311px;
    margin: 0 auto 40px;
}


/* SEM Form */

.signup-form-button {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
}

.signup-form-button-disabled,.signup-form-button-disabled:hover, .signup-form-button-disabled:active {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    border: 2px solid #b0afb2;
    background: transparent;
    box-shadow: none;
    color: #a8a6a9 !important;
    text-shadow: 0 0 0 rgba(0,0,0,0.0);
}

.sem-signup-form-wrapper {
    width: 349px;
    background: #f6f5f7;
    border: 1px solid #efeef0;
    padding: 10px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: inline-block;
}

.signup-headline h3 {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 30px;
}

.sem-signup-form-wrapper p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    line-height: 18px;
}


.sem-signup-form-wrapper .signup-headline p {
    font-size: 18px;
    line-height: 22px;
    width: 480px;
    margin: 0 auto 50px;
}

.sem-signup-form-wrapper p.card-not-needed {
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0 0;
    color: #909091;
}

.signup-image {
    display: inline;
    margin-left: 30px;
    vertical-align: top;
}

.thankyou-image {
    width: 460px;
    height: 276px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    border: 20px solid #f1f1f1;
    display: block;
}

.sem-signup-form-wrapper label {
    margin: 8px 0 3px;
    font-size: 14px;
    color: #666;
}

p.privacy-notice {
    font-size: 12px;
}

.sem-video-link {
    display: block;
    width: 460px;
    height: 225px;
    background: #000 url('../img/sem/watch-demo-sprite.jpg');
    background-position: 0px -225px;
    background-repeat: no-repeat;
}

.sem-video-link:hover {
    background-position: 0px 0px;
}

.sem-signup-form-wrapper .signupform-inputsmall, .sem-signup-form-wrapper .signupform-inputmedium {
    padding: 5px;
    border: 1px solid #b6b6b6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:    inset 0 0 7px #e8e8e8;
    -webkit-box-shadow: inset 0 0 7px #e8e8e8;
    box-shadow:         inset 0 0 7px #e8e8e8;
}

.sem-signup-form-wrapper .inputsmall, .sem-signup-form-wrapper .signupform-inputsmall {
    width: 150px;
}

.sem-signup-form-wrapper .inputmedium {
    width: 335px;
}

.sem-signup-form-wrapper .inputelarge {
    width: 320px;
}

.sem-companies {

}

.sem-sales-icon {
    width: 24px;
    height: 24px;
}

ul.sem-list {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    background: #f6f5f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 20px;
    border: 1px solid #efeef0;
}

.sem-list li {
    margin: 5px 0;
    color: #666;
    font-weight: 600;
    font-size: .9em;
}

.sem-sales-icon {
    margin-right: 10px;
}

.expired-image {
    width: 640px;
    height: 533px;
    margin-right: auto;
    margin-left: auto;
    border: 20px solid #f1f1f1;
    display: block;
}

h4.thankyou-passage {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.sem-signup-form-wrapper .inline-form {
    display: inline-block;
    width: 120px;
}

.sem-signup-form-wrapper .right-input {
    margin-left: 50px;
}

.sem-signup-form-wrapper .signupform-inputmedium {
    width: 327px;
}

.sem-signup-form-wrapper .signup-error {
    color: #b1382b;
    font-size: 12px;
}

.sem-signup-form-wrapper .error-border {
    border: 2px solid #b1382b;
}

.email-resend {
    width: 311px;
    margin: 0 auto 40px;
}

/* SEM Simple Styles */

.sem-youtube {

}

.sem-left {
    vertical-align: top;
    width: 540px;
    margin-right: 23px;
    display: inline-block;
}

.sem-right {
    width: 395px;
    display: inline-block;
}

.sem-left h1 {
    margin: 10px 0;
    font-size: 1.9em;
}

.sem-right h2, .sem-left h2 {
    line-height: 32px;
    font-size: 22px;
    color: #4f4f4f;
    margin: 10px 0 10px;
}

.sem-left h3 {
    font-size: 18px;
    border: 0;
    margin: 0;
}

.sem-container {
    background: #fff;
}

.companies-love-us {
    font-size: 12px;
    font-weight: bold;
    color: #606061;
    border-bottom: 1px solid #f1f0f2;
}

p.companies-love-us {
    margin-top: 20px;
    margin-bottom: 0;
}

span.sem-subtext {
    line-height: 16px;
    color: #969697;
    font-size: 14px;
}

p.sem-testimonial {
    line-height: 22px;
    font-size: 16px;
    background: url('../img/sem/quote-mark.png');
    background-repeat: no-repeat;
    background-position: top right;
    color: #7f7e80;
    font-style: italic;
    display: inline-block;
    width: 554px;
    margin-top: 0;
}

span.testimonial-author {
    text-align: right;
    font-weight: 600;
    color: #606061;
    margin-top: 0;
    margin-left: 10px;
}

.sem-left p, .sem-left li {
    color: #3e3e3e;
}

.sem-form-button {

}

p.smaller-writing {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
    color: #666;
}

.sem-testimonial-chunk {
    display: inline-block;
    background: #f6f5f7;
    padding: 10px;
    width: 650px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #efeef0;
}

.sem-testimonial-chunk img {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: top;
    margin-right: 10px;
}

.sem-form-button {
    margin: 20px auto 0;
    padding: 15px 30px;
    width: 200px;
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #407210;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    background: rgb(159,224,81);
    background: -moz-linear-gradient(top,  rgba(159,224,81,1) 0%, rgba(102,163,29,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,224,81,1)), color-stop(100%,rgba(102,163,29,1)));
    background: -webkit-linear-gradient(top,  rgba(159,224,81,1) 0%,rgba(102,163,29,1) 100%);
    background: -o-linear-gradient(top,  rgba(159,224,81,1) 0%,rgba(102,163,29,1) 100%);
    background: -ms-linear-gradient(top,  rgba(159,224,81,1) 0%,rgba(102,163,29,1) 100%);
    background: linear-gradient(to bottom,  rgba(159,224,81,1) 0%,rgba(102,163,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fe051', endColorstr='#66a31d',GradientType=0 );
}

.sem-form-button:hover {
    background: #9bdc4e;
}

p.sem-explanations {
    margin-top: 50px;
    width: 460px;
    display: inline-block;
}

.right-block {
    margin-left: 50px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    overflow: hidden;
    border: 0;
    background-color: transparent;
    *text-indent: -9999px;
}

.ir:before {
    display: block;
    width: 0;
    height: 150%;
    content: "";
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
