html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'proxima-nova';
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.6rem;
    background-color: rgb(48, 54, 63);
    position: relative;
    z-index: 0;
}
body.overlay-open {
    overflow: hidden;
}
p {
    line-height: 1.6em;
}
.img-responsive {
    width: auto;
}
p.lead-in {
    font-size: 16px;
}
footer {
    padding: 5rem 0 10rem;
}
footer {
    position: relative;
    text-align: center;
    z-index: 100;
    color: #999999;
    background-color: #fff;
}
.footer-links {
    margin: 0 0 2em;
}
.footer-links a {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    display: block;
    color: #666666;
    padding: .5em .8em;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.footer-links a:hover,
.footer-links a:focus {
    color: black;
}
footer span a {
    border: 0;
    color: #333;
    font-size: 1.6rem;
}
footer span a:hover {
    color: #FF6600;
}
.footer-links a:hover {
    border-color: #EF7758;
}
.home .main-header {
    background-color: rgba(48, 54, 63, 0.95);
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
}
#about-page footer ul {
    border: 0;
}
label {
    font-weight: normal;
}
.inline {
    display: inline-block;
    vertical-align: middle;
}
#ie-blocker {
    position: fixed;
    z-index: 1500;
    background-color: #333;
    width: 100%;
    height: 100%;
    color: #999;
    overflow: hidden;
    left: 0;
    top: 0;
}
#ie-blocker .header {
    padding: 50px 0;
}
#ie-blocker .box.wrapped {
    border: 1px solid #666;
    padding: 20px;
}
#ie-blocker .box p {
    margin: 10px 0 0;
}
#ie-blocker a:hover {
    color: #f9f9f9;
}
#ie-blocker .alert {
    margin-top: 20px;
}
#ie-blocker blockquote:before,
#ie-blocker blockquote:after {
    border: 0;
}
.social-icons a:before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}
.social-icons li:first-child:after {
    border-bottom-color: rgba(48, 54, 63, 0.93);
}
.hero-image-inline {
    margin: -20px -20px 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: relative;
}
.sally-inline {
    background-image: url(/img/fv-fbg-person-wide-angle.jpg);
}
.truck-inline {
    background-image: url(/img/fullscreen-carrier-bg.jpg);
}
.jobs-inline {
    background-image: url(/img/fullscreen-workspace-bg.jpg);
}
.hero-image-inline:after {
    content: '';
    padding-bottom: 47%;
    display: block;
}
ul.general li {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.10);
    margin-bottom: 12px;
}
.dark {
    color: #30363F;
}
em.error {
    width: 100%;
    padding: 10px;
    background-color: #f2f2f2;
    display: block;
    color: #777;
}
ol {
    counter-reset: my-counter;
}
ol > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    left: 15px;
    top: 0px;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #5BC9EB;
    text-align: center;
    line-height: 32px;
    background-color: #f9f9f9;
    color: #777777;
}
.overview-intro {
    /* margin-bottom: 50px; */
    margin-top: -40px;
    padding: 30px 0;
    border-bottom: 2px solid #5BC9EB;
    border-top: 2px solid #5BC9EB;
    background:#7dc4e1;
}
.overview-intro h2 {
    font-size: 18px;
    font-family: oswald-light;
    text-transform: uppercase;
}
.overview-intro.arrow-bottom:after {
    border-top-color: #5BC9EB;
    border-width: 16px;
    bottom: -17px;
}
.overview-intro.arrow-bottom:before {
    bottom: -14px;
    border-top-color: #7cc4e2;
    border-width: 16px;
}
.no-csstransitions #sign-in-main.active {
    bottom: 0;
}
section {
    padding: 40px 0;
    position: relative;
    z-index: 500;
    -webkit-transform: translate3d(0, 0, 0)
}
section h1,
section h2 {
    line-height: 1.6em;
}
section .container {
    position: relative;
}
section:nth-of-type(odd) {
    background: #3E4753;
}
section:nth-of-type(even) {
    background: #30363F;
}
section:nth-of-type(1) {
    background-color: transparent;
    z-index: 1100;
    overflow: hidden;
}
section#about {
    padding-top: 0;
    background: transparent;
    padding-bottom: 0;
}
section#mosaic {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
section#signup .join {
    margin-top: 10px;
    border: 0;
}
section#features {
    text-align: center;
}
.mural:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.mural-co {
    padding: 40px 30px;
    background: url(/img/mosaic-hybrid-bg.png) repeat rgba(35, 31, 28, 0.5);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    background-size: 260px;
}
.mural-co .pinline {
    margin-bottom: 0;
}
.mural-co h2 {
    margin-bottom: 0;
    font-size: 18px;
}
.hp-callout h1,
.hp-callout h2 {
    margin-bottom: 20px;
    font-size: 18px;
}
.hp-callout h2.subhead {
    margin-bottom: 25px;
}
h2.subhead span {
    color: #fff;
}
.hp-callout .btn-block {
    text-align: center;
}
.hp-callout.arrow-right:after {
    display: none;
}
.hp-callout .signup-actions {
    margin-top: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4em;
    margin-top: 0;
}
h1,
h1 {
    font-size: 18px;
}
h2 {
    font-size: 18px;
    font-weight: 200;
}
h1.emphasis,
h2.emphasis {
    text-transform: uppercase;
}
.underscore {
    border-bottom: 2px solid orange;
}
h1,
h2,
.number-callout {
    color: #f2f2f2;
}
h1.heavy {
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0px 0px 30px #000, 0px 0px 30px #000;
    line-height: 1.2;
    margin-bottom: 0;
    margin-bottom: 30px;
}
h1.divider {
    margin-bottom: 1.6em;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
h2.striped {
    font-family: 'oswald-light', helvetica, sans-serif;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    margin-bottom: 30px;
    text-align: center;
}
#video-ctn-overlay h2.striped {
    padding-top: 30px;
}
h2.striped.sprite-logo:before {
    top: -16px;
    left: 50%;
    margin-left: -31px;
}
h2.large {
    font-size: 32px;
    line-height: 1.22em;
}
ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.matrix-ctn {
    position: relative;
}
.matrix-ctn:after {
    position: absolute;
    content: '';
}
#matrix {
    position: fixed;
}
#matrix,
.matrix-ctn:after {
    width: 100%;
    height: 100%;
    background: url(../img/matrix.png) 0 0 repeat;
    background-size: 6px 6px;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 100;
}
body > #matrix {
    position: fixed;
}
form label.inside {
    position: absolute;
    left: 20px;
    top: 12px;
    color: rgba(255, 255, 255, 0.30);
    text-transform: uppercase;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
}
label.inside + .text-input {
    height: 70px;
    padding: 30px 20px 10px;
}
.alternate-form label {
    color: #999;
}
.alternate-form .form-group .text-input {
    color: #f2f2f2;
}
.fv-btn.muted-btn:hover,
form button:focus {
    border-color: rgba(255, 255, 255, .5);
    color: #f2f2f2;
}
.fv-btn.muted-btn {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}
.btn-block {
    text-align: center;
}
*:focus {
    outline: 0;
}
#video-ctn {
    position: relative;
    text-align: center;
    padding-bottom: 56.25%;
    /* 16:9 */

    height: 0;
}
#video-ctn iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video {
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 100%;
}
#video-ctn-overlay h1 {
    margin-bottom: 30px;
}
h1.close-overlay .fv-close {
    position: absolute;
    left: 0px;
    top: -2px;
}
h1.close-overlay {
    padding-left: 50px;
    position: relative;
}
#full-service-list {
    margin-top: 30px;
    font-size: 14px;
}
li.sprite:before {
    width: 24px;
    height: 24px;
}
#pricing {
    text-align: center;
}
.hp-callout .sprite-logo:before,
.mural-co .sprite-logo:before {
    left: 50%;
    margin-left: -31px;
    height: 32px;
    width: 62px;
    background-position: 0 -80px;
}
.mural-co .sprite-logo:before {
    top: -82px;
}
/*sprites-------------------------------------------------*/

.sprite {
    position: relative;
}
i.sprite {
    display: inline-block;
    vertical-align: middle;
}
.sprite.sprite-md:before {
    background-size: 687px;
}
.sprite-login {
    padding: 10px 18px;
    margin: 6px 0 0 0;
    width: 30px;
    height: 30px;
}
.sprite-login:before {
    left: 5px;
    top: 11px;
    width: 21px;
    height: 16px;
    background-position: 0 -180px;
}
.sprite-heart:before {
    width: 41px;
    height: 35px;
    background-position: -375px 0px;
    left: auto;
    left: 50%;
    top: -46px;
    margin-left: -20.5px;
}
.sprite-clock:before {
    background-position: -327px -130px;
    width: 24px;
    height: 24px;
}
.sprite-close:before {
    width: 16px;
    height: 16px;
    background-position: -440px -190px;
}
.sprite-hand-left:before {
    background-position: -428px -103px;
    width: 24px;
    height: 21px;
}
.sprite-hand-right:before {
    background-position: -403px -103px;
    width: 24px;
    height: 21px;
}
.fv-btn .inline.sprite-hand-right {
    padding-left: 34px;
}
.sprite-logo:before {
    background-position: 0 -80px;
    width: 62px;
    height: 32px;
    bottom: 0px;
    right: 20px;
}
.sprite-video:before {
    left: 0px;
    top: 0px;
    width: 32px;
    height: 24px;
    background-position: -424px -130px;
}
.sprite-chat:before {
    width: 17px;
    height: 23px;
    left: 0;
    top: 20px;
    background-position: -165px -131px;
}
.sprite-video-lg {
    position: absolute !important;
    display: block;
    bottom: -40px;
    left: 50%;
    margin: -45px 0 0 -45px;
    width: 90px;
    height: 90px;
    z-index: 200;
}
.sprite-video-lg:before {
    width: 90px;
    height: 90px;
    background-position: -195px 0px;
    top: 0;
    left: 0;
}
.sprite-video-lg:hover.sprite-video-lg:before {
    background-position: -285px 0px;
}
.sprite-read-more:before {
    left: 0px;
    top: 0px;
    width: 32px;
    height: 24px;
    background-position: -390px -130px;
}
.fv-btn .sprite-twitter {
    padding-left: 38px !important;
}
.sprite-blog:before {
    width: 24px;
    height: 24px;
    background-position: -326px -183px;
}
.sprite-blog.sprite-md:before {
    width: 38px;
    height: 38px;
    background-position: -489px -274px;
}
.sprite-linkedin:before {
    width: 24px;
    height: 24px;
    background-position: -355px -183px;
}
.sprite-facebook:before {
    width: 24px;
    height: 24px;
    background-position: -296px -183px;
}
.sprite-twitter:before {
    width: 27px;
    height: 22px;
    background-position: -265px -185px;
}
.sprite-twitter.sprite-md:before {
    width: 41px;
    height: 35px;
    background-position: -397px -277px;
}
#signup {
    text-align: center;
}
.number-callout {
    font-family: 'oswald-regular', 'arial';
    font-size: 300%;
    line-height: 1;
}
#shipment-bar-ctn {
    position: relative;
    padding-left: 60px;
}
#shipment-bar {
    height: 90%;
    background-color: #EE6409;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 20px;
    margin-bottom: 5px;
    visibility: hidden;
    display: block;
}
#shipment-bar:after {
    content: '';
    position: absolute;
    top: -15px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-width: 0;
    border-bottom-color: #46ABD3;
}
#shipment-bar + .number-callout span {
    font-size: 130%
}
.signup-co-1 {
    position: relative;
    width: 160px;
    display: block;
    margin: 0 auto 40px;
}
.signup-co-2 {
    position: relative;
    top: -5px;
    margin: 0 auto;
    display: block;
}
li.sprite:before {
    top: 50%;
    margin-top: -12px;
}
.actions {
    margin-top: 30px;
}
.signup-actions {
    margin-top: 15px;
}
.signup-actions .setup-text {
    padding: 12px 0 0;
}
.signup-actions .sprite-hand-left:before {
    top: 10px;
}
.play-video-btn {
    visibility: hidden;
}
ol > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    border-radius: 50%;
    background-color: #262B32;
    color: #ffffff;
    text-align: center;
    left: 0;
    top: 0;
    font-family: oswald-light;
}
.carrier-list {
    text-align: center;
}
.carrier-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.carrier-list .emphasis {
    color: #46ABD3;
}
.scroll-hint {
    display: block;
    position: relative;
    border-top: 5px solid #ff6600;
    text-align: center;
    background-color: #30363F;
    color: rgba(255, 255, 255, 0.4);
    padding: 18px 0 0;
}
.scroll-hint.arrow-bottom:after {
    border-top-color: #FF6600;
    bottom: auto;
    top: 0px;
}
ul.blocks li {
    margin-bottom: 10px;
}
ul.blocks li span {
    display: block;
    background-color: rgba(255,255,255,0.005);
    padding: 20px 20px 60px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.04);
}
ul.blocks .sprite:before {
    left: 50%;
    top: auto;
    width: 24px;
    height: 24px;
    bottom: 20px;
    margin-left: -12px;
    transform: none;
}
#video-ctn {
    position: relative;
    text-align: center;
    padding-bottom: 56.25%;
    /* 16:9 */

    height: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
#full-service-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
#full-service-list li {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
ul.blocks .sprite:before {
    margin-left: -24px;
    width: 48px;
    height: 48px;
    bottom: 30px;
    background-size: 916px;
}
ul.blocks li span {
    padding: 20px 20px 100px;
}
.sprite-bill-of-lading:before {
    background-position: 0 -260px;
}
.sprite-pickup:before {
    background-position: -52px -260px;
}
.sprite-track:before {
    background-position: -152px -260px;
}
.sprite-patterns:before {
    background-position: -200px -260px;
}
.sprite-multiple-users:before {
    background-position: -248px -260px;
}
.sprite-pie:before {
    background-position: 0px -308px;
}
.sprite-support:before {
    background-position: -50px -308px;
}
.sprite-api:before {
    background-position: -154px -363px;
}
.sprite-multiple-locations:before {
    background-position: -102px -308px;
}
.sprite-address-book:before {
    background-position: -296px -260px;
}
.sprite-product-catalog:before {
    background-position: -154px -308px;
}
.sprite-compare-rates:before {
    background-position: -344px -260px;
}
.sprite-shipping-labels:before {
    background-position: -392px -260px;
}
.sprite-quote-history:before {
    background-position: 0 -360px;
}
.sprite-rate-breakdown:before {
    background-position: 0 -410px;
}
.sprite-spot-quotes:before {
    background-position: -66px -414px;
}
.sprite-filters:before {
    background-position: -120px -414px;
}
.ss-hero {
    position: relative;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ss-hero-1 {
    padding-bottom: 92.8125%;
}
.ss-hero-2 {
    padding-bottom: 30.7777%;
}
.ss-hero-3 {
    padding-bottom: 26.207%;
}
.ss-content {
    position: absolute;
    background-size: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
}
.ss-content:after {
    content: '';
    display: block;
}
.ss-content-1 {
    background-image: url(/img/carrier-freightview-diagram-appcentric-xs.svg);
    padding-bottom: 92.8125%;
}
.ss-content-2 {
    background-image: url(/img/choose-price-hero-xs.svg);
    padding-bottom: 20.7777%;
}
.ss-content-3 {
    background-image: url(/img/pickup-hero-xs.svg);
    padding-bottom: 16.207%;
}
section:nth-of-type(2) {
    border-top: 5px solid #FF6600;
    z-index: 5000;
}
section[id].arrow-bottom:after {
    content: '';
    border-top-color: #FF6600;
    bottom: auto;
    top: 0px;
}
ul.divided-list > li {
    border-bottom: 1px solid #46ABD3;
    position: relative;
    margin-bottom: 40px;
}
ul.divided-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.jobs-list ul.general {
    border: 0;
    margin-bottom: 40px;
}
.jobs-list ul.general li {
    padding: 20px;
    line-height: 1.6em;
}
.faq-list,
.jobs-list {
    line-height: 1.6em;
}
.faq-list li div,
.jobs-list li div {
    position: relative;
}
.faq-list .question {
    font-style: italic;
}
ul.divided-list div {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin-bottom: 16px;
    padding-bottom: 16px;
}
ul.divided-list div:last-child {
    border: 0;
}
.question,
.answer,
.job,
.job-description {
    padding-left: 50px;
}
.question:before,
.answer:before,
.job:before {
    background-position: -192px -175px;
}
.job-description:before {
    background-position: -192px -175px;
}
.question:before {
    background-position: -122px -175px;
}
.answer p {
    margin-bottom: 0;
}
.answer:before {
    background-position: -157px -175px;
}
.question,
.job {
    color: #f2f2f2;
}
.callout {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.callout-inverse {
    background-color: rgba(255, 255, 255, 0.05)
}
.faq-callout {
    font-size: 16px;
}
.faq-callout img {
    width: 50px;
    margin-top: 3px;
}
.faq-callout span {
    display: block;
    padding-left: 70px;
}
.btn-block + .btn-block {
    margin-top: 12px;
}
.about-callout {
    position: relative;
    z-index: 300;
    margin-top: 20px;
    background-color: RGB(62, 71, 83);
    margin-bottom: 30px;
}
.about-callout h2 {
    color: rgba(255, 255, 255, .5);
}
#img-fv-family {
    margin-bottom: 40px;
}
.home .hp-callout h1 {
    padding-left: 0;
}
.hp-callout h1 {
    padding: 16px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    border-right: 0;
}
.hp-callout .pinline > span:before,
.hp-callout .pinline > span:after {
    background: #666666;
}
.hp-callout .subhead-wrapper {
    padding: 0;
}
.api-help .avatar-wrapper {
    text-align: center;
    margin: 20px 0 -42px;
}
.avatar-circle {
    border-radius: 50%;
    position: relative;
}
.avatar-wrapper img {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.api-help .avatar-circle {
    display: inline-block;
    width: 88px;
    height: 88px;
    background-color: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
}
.api-help img {
    width: 80px;
    display: inline-block;
}
.api-help p {
    display: block;
    vertical-align: middle;
    color: #333;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 20px 0;
}
.page-api section:nth-of-type(1),
.page-news section:nth-of-type(1) {
    background-color: rgb(179, 190, 193);
}
.api-examples .example {
    background-color: rgba(255, 255, 255, 0.4);
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 25px;
    margin: 30px 0;
}
.api-examples p {
    color: #777777;
    margin-bottom: 1.6em;
}
.api-examples .example {
    background-color: rgba(255, 255, 255, 0.4);
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 25px;
    margin: 30px 0;
}
.api-examples .img-wrapper {
    overflow: hidden;
    padding: 20px;
    background-color: #343B44;
    margin-bottom: 20px;
}
.api-examples img {
    visibility: hidden;
}
.api-examples h2 {
    color: #333;
    margin-bottom: 20px;
}
.news-stories a {
    color: #333;
}
.hp-callout .subhead-wrapper a,
.api-examples a,
.article-links a {
    padding-bottom: 1px;
    text-transform: uppercase;
}
.hp-callout .subhead-wrapper a,
.api-examples a,
.api-help a {
    display: inline-block;
    color: #333;
}
.hp-callout .subhead-wrapper a + a {
    margin-left: 20px;
}
.mhp-callout .subhead-wrapper h2 {
    padding-bottom: .2em;
    margin-bottom: .6em;
}
.hp-callout .subhead-wrapper a:hover {
    border-bottom-color: #FF6600;
}
.sign-in-buttons {
    float: right;
    margin-top: 15px;
}
.news-stories {
    padding: 10px 0 0;
}
article.lead-article + .date-marker {
    background-color: #FF6600;
}
.news-stories .well {
    position: relative;
    color: #333;
    border-radius: 0;
    padding: 30px 20px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}
.date-marker {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: white;
    padding: 0 10px;
    background-color: #46ABD3;
    border: 1px solid #ffffff;
    position: absolute;
    top: -15px;
    left: -1px;
    min-width: 75px;
    text-align: center;
}
.date-marker:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 13px;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-left-width: 0;
    border-top-width: 0;
    top: 0;
    right: -14px;
}
.date-marker > div {
    display: inline-block;
    vertical-align: middle;
}
.date-marker > div:last-child {
    font-size: 20px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.news-stories h1 {
    padding-bottom: 8px;
    color: #333;
    border-bottom: 1px dotted #46ABD3;
}
.fv-close {
    left: 20px;
    top: 20px;
    position: absolute;
}
#video-ctn-overlay .form-signup {
    margin-top: 30px;
    padding: 20px 0;
}
#video-ctn-overlay button[type=submit] {
    padding: 20px;
    height: 70px;
}
.price {
    margin: 30px 0 0;
    font-family: 'oxygen-light', sans-serif;
}
.price-dollar {
    vertical-align: middle;
    font-size: 100px;
    font-family: 'oxygen-light';
    letter-spacing: -5px;
}
.price > span {
    line-height: 1;
    display: inline-block;
}
.price .price-ancillary {
    vertical-align: middle;
    font-size: 1.4em;
    margin: -26px 10px 0;
}
.price-ancillary-term {
    padding-top: .4em;
    margin-top: .2em;
    font-size: .7em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.price .per-location {
    vertical-align: middle;
    display: block;
    max-width: 105px;
    padding: 10px;
    margin: 0 auto 6px;
    border: 1px dotted rgba(255, 255, 255, 0.3);
}
.price .starting-at,
.price .after-trial {
    display: block;
}
.price .starting-at {
    margin-bottom: 10px;
}
.after-trial {
    font-style: italic;
}
.img-ch-logo {
    display: block;
    margin: 14px auto 6px;
}
#signup-overlay {
    text-align: center;
}
#signup-overlay h3 {
    margin: 40px auto;
    max-width: 400px;
    font-size: 18px;
    display: block;
}
.img-quote-signup {
    width: 28px;
    margin: -16px 10px 0 0;
}
.about-ch-robinson-creds {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, .45);
    padding: 10px 20px;
}
.page-news .about-ch-robinson-creds {
    background-color: rgba(0, 0, 0, 0.1);
}
h1.border,
h2.border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}
#savings-calculator table {
    margin-top: 20px;
    width: 100%;
    max-width: 420px;
}
#savings-calculator tr {
    font-size: 16px;
    font-weight: 200;
}
#savings-calculator tr:last-child label {
    font-size: 16px;
    width: 150px;
    color: #fff;
}
#savings-calculator td {
    padding: 10px 0;
    vertical-align: middle;
}
#savings-calculator td:last-child {
    text-align: right;
}
#savings-calculator label {
    font-weight: inherit;
    margin-bottom: 0;
}
#savings-calculator input,
#savings-calculator button {
    height: 50px;
    width: 90px;
}
#savings-calculator input {
    text-transform: uppercase;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #5BC9EB;
    color: #fff;
    font-family: oswald-light;
    text-align: center;
    font-size: 26px;
    padding: 10px 5px;
    margin-left: 20px;
}
#savings-calculator input.error {
    border-color: #FF6600;
}
#savings-calculator button {
    border: 1px solid transparent;
    font-size: 50px;
    line-height: 1;
    color: #30363F;
    padding: 0;
}
.savings-amount-wrapper {
    margin-top: -.3em;
    display: inline-block;
    vertical-align: middle;
}
.calculator-savings {
    margin-top: 30px;
    display: none;
}
.savings-total {
    display: inline-block;
    border-bottom: 3px solid #FF6600;
    font-family: oswald-light;
    font-size: 26px;
    color: #fff;
    visibility: hidden;
    white-space: nowrap;
}
.savings-tier-prize {
    text-align: center;
    padding: 30px 0;
    display: none;
    visibility: hidden;
}
.savings-tier-prize h1 {
    display: inline-block;
    max-width: 270px;
    color: inherit;
    line-height: 1.3em;
    margin-bottom: 30px;
    font-size: 18px;
}
.savings-tier-pre-show img {
    width: 300px;
    display: inline-block;
}
.savings-tier-pre-show {
    text-align: right;
    padding: 29px 0 0;
}
.savings-tier-wrapper {
    position: relative;
}
.savings-tier-wrapper .spin-wrapper {
    visibility: hidden;
    position: absolute;
    margin-left: -16px;
    left: 50%;
    top: 50%;
}
.savings-tier-prize img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
}
.savings-tier-message {
    display: none;
    visibility: hidden;
    padding: 40px 0 0;
    text-align: center;
}
.savings-tier-message h1 {
    color: #999;
}
.savings-tier-prize a {
    display: inline-block;
}
.savings-tier-prize hr {
    margin: 24px 0;
}
#js-show-calculator-math {
    display: none;
}
#savings-calculator .well {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 2px;
    margin: 20px 0 0;
    line-height: 1.6em;
}
#check-our-math {
    color: #999;
}
.per-year {
    font-style: italic;
    font-size: 16px;
    margin: 2px 0 0;
}
.subhead-wrapper {
    margin-bottom: 0;
}
.hp-callout .form-signup {
    padding: 20px;
}
.home section:nth-of-type(1) {
    background-color: #3E4753;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#hp-article {
    position: relative;
    background-color: #fff;
    padding: 20px 0;
    z-index: 500;
    text-align: center;
    border-top: 2px solid #00A4EB;
    border-bottom: 2px solid #00A4EB;
}
#hp-article a:nth-of-type(1) {
    display: inline-block;
    color: #333;
    margin: 0 auto;
}
#hp-article img {
    display: block;
    margin: 20px auto 0;
}
.media-contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background-color: #444444;
    text-align: center;
    padding: 20px;
}
.media-contact span {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 0;
}
.media-contact .media-contact-name {
    border: 0;
}
.page-news #habla_beta_container_do_not_rely_on_div_classes_or_names,
.page-press-release #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none !important;
}
.news-stories .well hr {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 10px 0;
}
.api-help {
    margin-top: 20px;
}
.news-stories .sprite-md:before {
    left: 20px;
    top: 20px;
}
.blog-and-tweet {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -10px 20px;
}
.news-stories .blog-and-tweet .well:first-child {
    margin-bottom: 10px;
}
.news-stories .blog-and-tweet .well {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 0 10px;
    padding: 20px 20px 20px 80px;
}
.press-release-body-copy p {
    margin-bottom: 1.4em;
}
.page-press-release header {
    margin-bottom: 2em;
}
.page-press-release h1 + h2 {
    margin-top: -.4em;
}
.page-press-release .media-contact {
    border-top: 1px solid #66696C;
}
.container.press-release-ctn {
    padding-top: 30px;
    padding-bottom: 140px;
}
.vibrant-link {
    color: #46ABD3;
}
#footer-dial a {
    border: 0;
    color: #2f343d;
}
#footer-dial a:hover {
    color: #ddd;
}
#footer-dial a:nth-child(2) {
    left: 88px;
}
.popover-content {
    font-family: 'proxima-nova', helvetica;
    font-weight: normal;
}
.capterra-creds {
    border: 0;
    text-decoration: none;
}
.capterra-creds img {
    width: 186px;
    margin: 0px 0 0 5px;
}
#page-title .emphasis {
    display: inline;
    border-bottom: 2px solid #FF6600;
    font-style: italic;
}
#fv-diagram-outer {
    width: 100%;
}
.home .hp-callout {
    width: 90%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.50);
}
.home .hp-callout h2 {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1;
}
.fv-diagram-outer {
    margin: -50px 0 70px;
    padding: 50px 0;
    background: #262B32;
}
.fv-diagram {
    background-image: url(/img/fv-diagram-sm.svg);
    padding-bottom: 378px;
    background-size: 100%;
    padding-bottom: 53%;
    background-repeat: no-repeat;
}
.home .fs-background ~ section:nth-of-type(1) {
    background: #FF6600;
    z-index: 5000;
}
.hp-callout input {
    margin-bottom: 10px;
}
.hp-callout .sprite:before {
    top: 22px;
}
.scroll-for-more {
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    z-index: 5000;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
}
.scroll-for-more:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 8px;
    height: 14px;
    width: 8px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.45);
}
.scroll-for-more:after {
    content: '';
    position: absolute;
    left: 10px;
    height: 6px;
    background: #444;
    width: 6px;
    top: 0px;
    border-radius: 50%;
    animation: mouseWheel 2s infinite;
    opacity: 1;
}
.scroll-for-more span {
    white-space: nowrap;
    display: inline-block;
    margin: 51px 0 0 -51px;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .1em;
}
#overview ul li {
     background: #bbdae6;
     padding: 40px 0;
     color: #444;
     font-size: 18px;
}
#overview ul li:nth-child(even) {
     background: #cae5f1;
}
#overview p em {
  color: #1a8ebd;
}
#overview {
  padding-bottom:0;
}
#features a {
  padding-bottom:5px;
}

@-webkit-keyframes mouseWheel {
    from {
        top: 8px;
        opacity: 1;
    }
    to {
        top: 20px;
        opacity: 0;
    }
}
@keyframes mouseWheel {
    from {
        top: 8px;
        opacity: 1;
    }
    to {
        top: 20px;
        opacity: 0
    }
}
.hp-callout .primary-btn:hover {
  background-color:#444444;
}
.employee-row {
  display:flex;
  align-items:center;
}

.employee-row > * {
  flex:0 1 25%;
}
/*end of base styles----------------------------------------------------------*/
/*media queries---------------------------------------------------------------*/
/*media 320-------------------------------------------------------------------*/

@media only screen and (min-width: 320px) {}
/*media 400-------------------------------------------------------------------*/
/*media 440-------------------------------------------------------------------*/

@media only screen and (min-width: 440px) {}
/*media 480-------------------------------------------------------------------*/

@media (min-width: 480px) {
    #savings-calculator tr:last-child label {
        width: auto;
    }
}
/*media 500-------------------------------------------------------------------*/

@media only screen and (min-width: 500px) {
    section:nth-of-type(1) {
        overflow: visible;
    }
}
/*media 600-------------------------------------------------------------------*/

@media only screen and (min-width: 600px) {}
/*media 768-------------------------------------------------------------------*/

@media (min-width: 768px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h1.heavy {
        font-size: 40px;
    }
    .col-xs-12 + .col-xs-12 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .signup-co-1 {
        position: absolute;
        top: -115px;
        width: 150px;
        margin: 0;
        left: -6px;
    }
    #signup {
        text-align: left;
    }
    #signup ul.general li {
        text-align: right;
    }
    #signup h2 {
        margin-bottom: 10px;
    }
    section:nth-of-type(1) {
        padding-top: 30px;
    }
    section {
        padding: 60px 0;
    }
    section hr {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .well hr {
        margin: 15px 0;
    }
    section h2 {
        line-height: 1.6em;
        font-weight: 200;
    }
    section#mosaic {
        background-size: 300px;
    }
    #pricing {
        text-align: left;
    }
    .signup-co-2 {
        left: 5px;
        margin: 0;
    }
    .text-input {
        padding: 40px 15px 15px;
        height: 80px;
    }
    li:nth-last-of-type(1) .ss-hero {
        margin-bottom: 40px;
    }
    .number-callout {
        font-size: 250%;
    }
    .quote-author {
        font-size: 80%;
    }
    .sprite-video-lg {
        top: 50%;
        bottom: auto;
    }
    ol.large > li:before {
        font-size: 40px;
        width: 80px;
        height: 80px;
        border-width: 6px;
        line-height: 69px;
    }
    ol.large > li span {
        padding-left: 105px;
        display: block;
    }
    .carrier-list {
        text-align: left;
    }
    .carrier-list li {
        margin-bottom: 10px;
        padding-bottom: 0;
        border: 0;
    }
    section#features {
        text-align: left;
    }

    .mural-co {
        padding: 40px;
    }
    #full-service-list {
        font-size: 16px;
    }
    #full-service-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    #full-service-list li {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .hp-callout .sprite-logo:before {
        top: -68px;
    }
    .sprite-heart:before {
        top: -64px;
    }
    .hp-callout [class*='vert-divider']:before {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .faq-callout {
        font-size: 20px;
    }
    .faq-callout img {
        width: 80px;
    }
    .faq-callout span {
        padding-left: 110px;
    }
    p.lead-in {
        font-size: 16px;
    }
    #img-fv-family {
        border: 2px solid rgba(255, 255, 255, 0.75);
        margin-bottom: 40px;
    }
    .mural-co {
        padding: 80px;
    }
    .social-icons a:before {
        left: 15px;
    }
    .faq-list .question,
    .faq-list .answer {
        font-size: 20px;
    }
    .overview-intro {
        margin-top: -60px;
    }
    .masked {
        color: #333;
        padding: 15px 30px 15px;
        background-color: rgba(255, 255, 255, 0.80);
    }
    .masked h1,
    .masked h2 {
        color: #333;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    }
    .hp-callout h1 {
        color: #333;
    }
    .hp-callout h1 {
        font-size: 27px;
        padding: 15px 30px;
    }
    .hp-callout h1,
    .home .hp-callout h1 {
        padding: 15px 30px;
    }
    .hp-callout .subhead-wrapper,
    .hp-callout h1 {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .hp-callout .subhead-wrapper {
        /* margin-bottom: 20px; */

        padding: 26px 30px 30px 30px;
    }
    .page-api .hp-callout .subhead-wrapper {
        padding: 15px 30px 25px;
    }
    .api-help .avatar-wrapper {
        margin-top: 0;
    }
    .hero-image-inline {
        margin: -35px -30px 50px;
    }
    .about-callout {
        padding: 30px;
        position: relative;
        z-index: 300;
        margin-top: -20px;
        background-color: RGB(62, 71, 83);
        margin-bottom: 30px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    #about-context {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .fv-close {
        left: 50px;
        top: 50px;
    }
    .img-ch-logo {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 6px 7px 0;
    }
    .price .per-location {
        margin: -23px 0 0 10px;
        padding: 10px;
        max-width: none;
        display: inline-block;
    }
    .price .after-trial {
        text-align: right;
        margin: -7px 11px 0 0;
        font-size: 14px;
    }
    .price {
        position: relative;
        float: right;
        margin-right: 5px;
    }
    .footer-links {
        margin: 2em 0 2em;
    }
    .overview-intro h2 {
        font-size: 24px;
    }
    #signup-overlay h3 {
        display: inline-block;
        max-width: 390px;
        font-size: 22px;
    }
    .news-stories .well.well-media-contact {
        margin: 30px 0 0;
        padding: 30px;
    }
    .date-marker {
        padding: 15px 20px;
        font-family: oswald-light;
    }
    .date-marker > div:last-child {
        font-size: 36px;
        margin: -4px 0;
    }
    .date-marker > div {
        display: block;
    }
    .news-stories .well {
        padding: 20px 40px 30px 105px;
        margin-bottom: 50px;
    }
    .page-news .hp-callout h1 {
        display: inline-block;
    }
    .savings-tier-wrapper {
        min-height: 200px;
    }
    #savings-calculator input {
        margin-left: 0;
    }
    .signup-actions .setup-text {
        padding: 0 40px 0 0;
    }
    .fs-background {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        background-repeat: no-repeat;
    }
    .fs-background.home:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }
    .fs-background.home,
    .fs-background.home.wide-angle {
        background-image: url(/img/fv-hero.jpg);
        background-position: center center;
        min-height: 768px;
    }
    .section:nth-of-type(2) {
        z-index: 500;
    }
    .signup-actions .sprite-hand-right:before {
        top: -10px;
        right: -30px;
        left: auto;
    }
    .home .subhead-wrapper h2 {
        color: #333;
    }
    #matrix {
        min-height: 100%;
    }
    .news-stories .well hr {
        margin: 20px 0;
    }
    .api-help {
        margin-top: 0;
    }
    .blog-and-tweet {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .news-stories .blog-and-tweet .well,
    .news-stories .blog-and-tweet .well:first-child {
        margin-bottom: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .container.press-release-ctn {
        padding: 50px 50px 120px;
    }
    .media-contact span {
        display: inline-block;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 10px
    }
    .media-contact .media-contact-name {
        border: 0;
    }
    .price .starting-at {
        display: inline-block;
        margin-right: 15px;
    }

    .fv-diagram-outer {
        padding: 80px 0;
    }
    .home #page-title {
        font-size: 20px;
    }
    .home .fs-background ~ section:nth-of-type(1) {
        background: transparent;
        min-height: 100%;
    }
    .home .hp-callout {
        width: 100%;
        max-width: 730px;
        position: absolute;
        bottom: 48vh;
        z-index: 5000;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(48, 54, 63, 0.95);
        padding: 20px;
    }
    .form-signup input {
        margin-bottom: 0;
    }
    .fs-background {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        background-repeat: no-repeat;
    }
    .hp-callout .sprite:before {
        top: 50%;
    }
    .hp-callout .form-signup {
        background-color: #7dc4e1;
    }
    .home #testimonial blockquote {
        height: 222px !important;
    }
    #overview ul li {
      padding: 100px 0;
    }
}
/*media 992-------------------------------------------------------------------*/

@media all and (min-width: 992px) {
    #main-signin-btn {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        padding: 20px;
    }
    .signup-co-1 {
        width: 200px;
        top: -113px;
        left: 0;
    }
    .signup-co-2 {
        left: 20px;
    }
    .hp-callout form h2 {
        font-size: 20px;
    }
    .hp-callout.arrow-right:before,
    .hp-callout.arrow-left:before {
        display: block;
        top: 86px;
        border-width: 18px;
    }
    .hp-callout.arrow-right:before {
        left: auto;
        border-left-color: rgba(48, 54, 63, 0.91);
        right: -18px;
        border-right-width: 0;
    }
    .hp-callout.arrow-left:before {
        border-right-color: rgba(48, 54, 63, 0.91);
        left: -18px;
        border-left-width: 0;
    }
    .hp-callout .sprite-logo:before {
        top: -57px;
    }
    .number-callout {
        font-size: 300%;
    }
    .quote-author {
        font-size: 90%;
    }
    section {
        padding: 90px 0;
    }
    section:nth-of-type(1) {
        padding-top: 60px;
        background: transparent;
    }
    section#about {
        height: auto;
        min-height: 0;
        padding-top: 0;
    }
    section:nth-of-type(2) {
        position: relative;
        display: block;
    }
    .hp-callout [class*='vert-divider']:before {
        background-color: transparent;
    }
    .scroll-hint {
        margin-top: -55px;
    }
    .scroll-hint {
        margin-top: -55px;
    }
    .sprite-heart:before {
        top: -54px;
    }
    .about-callout {
        font-size: 22px;
    }
    .faq-callout {
        font-size: 24px;
    }
    .faq-callout img {
        width: 80px;
        margin: 0;
    }
    .faq-callout span {
        padding-left: 110px;
    }
    .fs-background {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        background-repeat: no-repeat;
    }
    .fs-background.home:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        /* FF3.6+ */

        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
        /* Chrome,Safari4+ */

        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        /* Chrome10+,Safari5.1+ */

        background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        /* Opera 12+ */

        background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        /* IE10+ */

        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        /* W3C */

        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }
    .fs-background.home,
    .fs-background.home.wide-angle {
        background-position: center center;
    }
    .fs-background.carrier {
        background-image: url(/img/fullscreen-carrier-bg.jpg);
        background-position: right center;
    }
    .fs-background.workspace {
        background-image: url(/img/fullscreen-workspace-bg.jpg);
        background-position: center right;
    }
    .about-callout {
        margin-bottom: 90px;
        margin-top: -30px;
    }
    .overview-intro {
        margin-top: -90px;
        /* margin-bottom: 80px; */
        padding: 40px;
    }
    .price .after-trial,
    .price .starting-at {
        margin: 26px 0 0 10px;
        font-size: inherit;
        position: static;
        display: inline-block;
        vertical-align: top;
    }
    .price .starting-at {
        margin-left: 0;
        margin-right: 15px;
    }
    .news-stories .well.well-media-contact {
        margin: 10px -10px 0 20px;
    }
    #savings-calculator tr {
        font-size: 20px;
    }
    #savings-calculator table {
        max-width: none;
    }
    #savings-calculator td {
        padding: 11px 0;
    }
    #savings-calculator td:last-child {
        text-align: center;
        width: 178px;
    }
    #savings-calculator tr:last-child label {
        font-size: 20px;
        padding: 20px 0;
        border: 0;
    }
    .savings-total {
        font-size: 32px;
    }
    #savings-calculator label {
        border-bottom: 1px dotted gray;
        padding-bottom: 2px;
    }
    .savings-tier-pre-show {
        text-align: left;
        padding: 29px 0 0;
    }
    .signup-actions .setup-text {
        padding: 12px 0 0;
    }
    .signup-actions .sprite-hand-right:before {
        left: 13px;
        top: -13px;
    }
    .news-stories {
        padding: 30px 0 0;
    }
    .container.press-release-ctn {
        padding: 80px 80px 140px;
    }
    .capterra-creds img {} .fv-diagram {
        background-image: url(/img/fv-diagram-md.svg);
        padding-bottom: 378px;
    }
    .fv-diagram-outer {
        margin-top: -80px;
        padding: 100px 0;
    }
    .home #page-title {
        font-size: 22px;
    }
    .home #testimonial blockquote {
        height: 278px !important;
    }
    #overview ul li {
      font-size: 1.4em;
    }

}
/*media 1200------------------------------------------------------------------*/

@media (min-width: 1200px) {
    .signup-co-1 {
        width: auto;
        top: -146px;
    }
    .hp-callout form h2 {
        font-size: 20px;
    }
    section {
        padding: 120px 0;
    }
    .about-callout {
        font-size: 24px;
        padding: 60px 80px 60px;
    }
    .overview-intro {
        padding: 50px;
        margin-top: -120px;
    }
    .api-help .avatar-wrapper {
        margin: 0;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -44px;
    }
    .api-help p {
        margin: 0;
        text-align: left;
    }
    .api-examples p {
        padding-bottom: 50px;
        margin: 0;
    }
    .api-examples a {
        position: absolute;
        bottom: 25px;
        left: 25px;
    }
    .news-stories .well.well-media-contact {
        margin: 10px -10px 0 0;
    }
    #savings-calculator tr {
        font-size: 20px;
    }
    .savings-tier-pre-show img {
        width: auto;
    }
    #savings-calculator td {
        padding: 14px 0;
    }
    .savings-tier-pre-show {
        padding: 33px 0 0;
    }
    #savings-calculator label {
        width: 100%;
    }
    #savings-calculator tr:last-child label {
        font-size: 28px;
    }
    .savings-total {
        font-size: 38px;
    }
    #savings-calculator td:last-child {
        width: 200px;
    }
    .savings-tier-prize h1 {
        font-size: 22px;
        max-width: 288px;
    }
    .savings-tier-prize img {
        max-width: none;
    }
    .fv-diagram {
        background-image: url(/img/fv-diagram-lg.svg);
        padding-bottom: 378px;
    }
    .home #testimonial blockquote {
        height: 250px !important;
    }
}
/*media 1250------------------------------------------------------------------*/

@media (min-width: 1250px) {
    .ss-hero:before {
        width: 104%;
        margin-left: -2%;
    }
}
/*media 1600------------------------------------------------------------------*/

@media (min-width: 1600px) {
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
}
/*media 1800------------------------------------------------------------------*/

@media (min-width: 1800px) {
    section:nth-of-type(1) {
        padding-top: 100px;
    }
}
/*media 2000------------------------------------------------------------------*/

@media (min-width: 2000px) {
    #sign-in-main {
        width: 30%;
    }
}
/*media min height 1000---------------------------------------------*/

@media (min-height: 1000px) {
    .home .main-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/*media height 700---------------------------------------------*/

@media (max-height: 700px) {
    .scroll-for-more {
        display: none;
    }
}
