/* Import Typefaces */
@import url("type.css");

/* * * * * * * * * * * * * * * *
 All Sizes
 * * * * * * * * * * * * * * * */
@media only screen {

  html {
    height: 100%;
  }

  body {
    height: 100%;
    background: #fff;
  }

  #page {
    position: relative;
    min-height: 100%;
  }

  #page header,
  #page section#hero,
  #page section#hero .hero-inner .hero-content,
  #page section.mobile.startbutton,
  #page #content article,
  #page #content section,
  #page #content .body-hero section,
  #page #content.blog-index,
  #page #content.blog-post,
  #page footer,
  #page footer .footer-inner {
    margin: 0 auto;
  }

  h1, h2, h3, h4 {
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    color: #444d50;
  }

  p, li {
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
  }

  .asterisk {
    color: #4a9fd7;
  }

  .clearfix {
    clear: both;
  }

  .detail {
    color: #96a1a4;
  }

  .row {
    width: 100%;
    overflow: hidden;
  }

  .col {
    float: left;
    margin-right: 2%;
  }

  .col:last-child,
  .col:last-of-type {
    margin-right: 0;
  }

  .col-1 {
    width: 100%; /* full width column */
  }

  .col-2 {
    width: 49%; /* 2 uniform columns */
  }

  .col-3 {
    width: 32%; /* 3 uniform columns */
  }

  .col-4 {
    width: 23.5%; /* 4 uniform columns */
  }

  .col-5 {
    width: 18%; /* 5 uniform columns */
  }

  .col-two-thirds {
    width: 66%; /* use with .col-3 for two offset columns */
  }

  .col-three-quarters {
    width: 74.5%; /* use with .col-4 for two offset columns */
  }

  section {
    overflow: hidden;
  }

  section.home-section {

  }

  section.home-section h1 {

  }

  a:link, a:visited {
    color: #4a9fd7;
  }

  a:hover {
    color: #80c6f5;
  }

  a:active {
    color: #2a76a9;
  }

  a.learn-more {
    display: block;
    font-family: 'DINOT-Medium', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
  }

  a.content-button {
    display: block;
    max-width: 200px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
  }

  a.content-button.primary {
    background: #4a9fd7;
  }

  a.content-button.secondary {
    background: #444d50;
  }

  blockquote {
    font-family: Georgia, serif;
    margin: 50px;
    border-left: 4px solid #459ed9;
    padding-left: 30px;
    color: #999;
    font-style: italic;
  }

  blockquote p {
    line-height: 1.2;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 40px 0;
    padding: 0;
    border: 1px solid #96a1a4;
  }

  table tr {

  }

  table th {
    border: 1px solid #96a1a4;
    padding: 20px 40px;
  }

  table td {
    border: 1px solid #96a1a4;
    padding: 20px 40px;
  }

  table td div {
    margin-bottom: 10px;
    padding-left: 28px;
  }

  table td div.active {
    background: transparent url(../img/icon-check.png) 0 5px no-repeat;
  }

  table td div.inactive {
    background: transparent url(../img/icon-x.png) 0 5px no-repeat;
  }

  section#pricing {
    border: none;
  }

  section#pricing h2 {
    text-align: center;
    text-transform: uppercase;
    color: #e55232;
  }

  section#pricing .pricing-header {
    width: 100%;
    height: 100px;
    text-align: center;
  }

  section#pricing .pricing-header img {

  }

  section#pricing .pricing-header img.text {
    padding-right: 10px;
  }

  section#pricing .cost {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  section#pricing .cost div {
    font-family: 'DINOT-Light', 'Helvetica', 'Arial', sans-serif;
    font-size: 3em;
    padding: 0;
    margin: 0 0 5px 0;
  }

  section#pricing .cost div span {
    font-size: .5em;
    position: relative;
    top: -15px;
  }

  section#pricing .detail {
    text-align: center;
    padding-top: 0;
    margin-bottom: 30px;
  }

  form {

  }

  form label {
    display: block;
    margin-bottom: 5px;
  }

  form input[type=text] {
    max-width: 100%;
    margin-bottom: 20px;
  }

  form input[type=password] {
    max-width: 100%;
    margin-bottom: 20px;
  }

  form select {

  }

  form textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  form input[type=submit],
  form input[type=submit]:hover {
    float: right;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    background: #4a9fd7;
    border: none;
    padding: 0;
    box-shadow: none;
    text-shadow: none;
  }

  #page header .site-branding h1 {
    margin-bottom: 0;
  }

  .home .flyout.inner {
    right: -330px;
  }

  .sidebar-container .widget ul {
    padding: 0;
    margin: 0;
  }

  .sidebar-container .widget ul li {
    list-style: none;
    list-style-type: none;
  }

  .blog-index .posted-on,
  .blog-index .byline,
  .blog-post .posted-on,
  .blog-post .byline {
    display: inline-block;
  }

  .blog-index article,
  .blog-post article {
    width: auto !important;
  }

  .blog-index article header.entry-header,
  .blog-post article header.entry-header {
    width: auto;
  }

  .blog-index article header.entry-header h1,
  .blog-post article header.entry-header h1 {
    margin-bottom: 0;
    line-height: 1.2;
  }

  .blog-index article h1 a,
  .blog-post article h1 a {
    text-decoration: none;
  }

  .blog-index article footer,
  .blog-post article footer {
    background: #fff;
  }

  .blog-post #comments {
    overflow: hidden;
    margin-bottom: 80px;
  }

  section.translation-quote {

  }

  section.translation-quote h2 {
    margin-bottom: 30px;
  }

  section.translation-quote .input-wrapper {
    margin-right: 160px;
  }

  section.translation-quote .input-wrapper input[type=text] {
    width: 100%;
    font-size: 18px;
    height: 60px;
    line-height: 40px;
    border: 2px solid #e3533a;
    border-radius: 3px;
    color: #444d50;
    background: transparent;
    padding: 10px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  section.translation-quote input[type=submit] {
    float: right;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 24px;
    color: #fff;
    width: 150px;
    height: 60px;
    line-height: 60px;
    background: #e3533a;
    border-radius: 3px;
    text-align: center;
    margin-left: 10px;
    border: none;
    padding: 0;
    box-shadow: none;
    text-shadow: none;
  }

  section.translation-quote .error {
    color: #e3533a;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 25px;
    background: transparent url(../img/warning-sign.png) 0 5px no-repeat;
  }

  section.translation-quote .loading {
    background: transparent url(../img/loading.gif) 0 50% no-repeat;
    padding-left: 40px;
  }

  section.translation-quote table {
    margin: 60px 0 40px 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
  }

  section.translation-quote table tr {

  }

  section.translation-quote table tr th {
    border: 0;
    padding: 5px 0;
    text-align: left;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    color: #444d50;
  }

  section.translation-quote table tr td {
    border: 0;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    color: #646c6e;
  }

  section.translation-quote table tr td div {
    padding: 0;
    margin: 0;
  }

  section.translation-quote table tr td div.name {

  }

  section.translation-quote table tr td div.detail {
    font-size: 15px;
    color: #96a1a4;
  }

  section.translation-quote table tr.main-item {
    cursor: pointer;
  }

  section.translation-quote table tr.main-item td:first-child {
    padding-left: 25px;
    background: transparent url(../img/folder-plus.png) 0 10px no-repeat;
  }

  section.translation-quote table tr.main-item.expanded td:first-child {
    background: transparent url(../img/folder-minus.png) 0 10px no-repeat;
  }

  section.translation-quote table tr.sub-item {
    display: none;
  }

  section.translation-quote table tr.sub-item td:first-child {
    padding-left: 40px;
  }

  section.translation-quote table tr.total td {
    font-size: 24px;
    color: #e65233;
    text-decoration: uppercase;
    padding-top: 40px;
    overflow: visible;
  }

  section.translation-quote table tr.loading td {
    padding-left: 40px;
    font-size: 14px;
    color: #adb2b4;
    font-style: italic;
    background: transparent url(../img/loading.gif) 0 50% no-repeat;
  }

  section.translation-quote table tr th.rightalign,
  section.translation-quote table tr td.rightalign {
    text-align: right;
  }

  section.translation-quote p.disclaimer {
    font-size: 13px;
    color: #adb2b4;
    padding: 20px 0 40px 0;
  }

  section.translation-quote .buttons {
    clear: both;
  }

  section.translation-quote .buttons h2 {
    clear: none;
    margin-right: 300px;
    height: 60px;
    line-height: 60px;
    text-align: right;
  }

  section.translation-quote .buttons a.button {
    float: right;
    color: #fff;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
  }

  section.translation-quote .buttons a.button.primary {
    background: #4a9fd7;
  }

  section.translation-quote .buttons a.button.secondary {
    background: #444d50;
  }

  section.translation-quote .website-translation-signup {
    min-height: 140px;
    padding: 20px;
    background: rgba(255, 255, 255, .96);
    border-radius: 1px;
  }

  section.translation-quote .website-translation-signup .form {
    position: relative;
    display: none;
    width: 100%;
    overflow: visible;
  }

  section.translation-quote .website-translation-signup .form .left-container {
    float: left;
    width: 480px;
  }

  section.translation-quote .website-translation-signup .form form input[type=text],
  section.translation-quote .website-translation-signup .form form input[type=password] {
    float: left;
    font-size: 24px;
    width: 480px;
    height: 60px;
    border: 2px solid #e3533a;
    border-radius: 3px;
    color: #444d50;
    background: transparent;
    padding: 10px;
    margin-bottom: 16px;
  }

  section.translation-quote .website-translation-signup .form form input[type=submit] {
    float: left;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 24px;
    color: #fff;
    width: 150px;
    height: 60px;
    line-height: 60px;
    background: #e3533a;
    border-radius: 3px;
    text-align: center;
    margin-left: 10px;
    margin-top: 76px;
  }

  section.translation-quote .website-translation-signup .form form .error {
    clear: both;
    color: #e3533a;
    font-size: 14px !important;
    margin-top: 10px;
    padding-left: 25px;
    background: transparent url(../img/warning-sign.png) 0 3px no-repeat;
  }

  div.custom-landing-hero {
    text-align: center;
    background-image: url('/wp-content/themes/marketing-theme/img/hero-l-optimized.jpg');
    margin-left: -2000px;
    margin-right: -2000px;
    clear: both;
  }

  div.custom-landing-logos {
    margin-top: -30px;
    text-align: center;
  }

  div.custom-landing-hero {
    text-align: center;
    background-image: url('/wp-content/themes/vit-marketing/img/hero-l-optimized.jpg');
    margin-left: -2000px;
    margin-right: -2000px;
    clear: both;
  }

  div.custom-landing-logos {
    margin-top: -30px;
  }

  div.custom-landing-partner-logo {
    float: left;
    margin-left: 90px;
  }

  div.custom-landing-vit-logo {
    float: right;
    margin-right: 90px;
  }

  div.custom-landing-hero h1 {
    color: white;
    margin-bottom: 0px;
  }

  section.custom-landing {
    text-align: center;
    font-size: 20px;
    font-family: 'DINOT-Light', 'Helvetica', 'Arial', sans-serif;
    margin-bottom: 20px !important;
  }

  section.custom-landing ul {
    text-align: left;
    float: left;
  }

  section.custom-landing ul.languages {
    width: 40%;
    list-style-type: none;
  }

  section.custom-landing ul.languages li {
    margin-bottom: 4px;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
  }

  section.custom-landing .pin-box {
    float: left;
    width: 48%;
    background-color: #dddddd;
    height: 140px;
    padding: 10px;
    margin: 0% 1%;
  }

  section.custom-landing .pin-image-container {
    float: left;
    width: 10%;
    margin-right: 8px;
  }

  section.custom-landing .pin-image-container img {
    width: 80%;
  }

  section.custom-landing .pin-image-content {
    float: left;
    width: 85%;
    text-align: left;
  }

  section.custom-landing .landing-signup {
    text-align: left;
    width: 50%;
    margin: 24px auto 0px auto;
  }

  section.custom-landing .landing-signup .error {
    color: red;
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
  }

  section.custom-landing .landing-signup input {
    height: 48px;
  }

  section.custom-landing .landing-signup input.home-sign-up-submit {
    margin-left: 24px;
  }

  footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  footer .newsletter h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  footer .newsletter .newsletter-link:link,
  footer .newsletter .newsletter-link:visited {
    background: #4a9fd7;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 40px;
    margin: 15px 0px;
    padding: 0px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
  }

  footer .newsletter .newsletter-link:hover {
    text-decoration: underline;
  }

  footer .newsletter input[type="text"] {
    height: 30px;
    width: 90%;
  }

  footer .newsletter .success {
    color: #3c763d;
    width: 99%;
  }

  footer .newsletter .error {
    color: #e3533a;
    width: 99%;
  }

}

/* end All Sizes */

/* * * * * * * * * * * * * * * *
Mobile
 * * * * * * * * * * * * * * * */
@media only screen and (max-width: 720px) {

  section.custom-landing .pin-box {
    width: 100%;
    height: 100%;
  }

  div.custom-landing-partner-logo {
    float: none;
    margin: 0;
  }

  div.custom-landing-vit-logo {
    float: none;
    margin: 0;
  }

  body {
    background: #fff;
  }

  #page {

  }

  #page header,
  #page section#hero,
  #page section#hero .hero-inner .hero-content,
  #page section.mobile.startbutton,
  #page #content article,
  #page #content section,
  #page #content .body-hero section,
  #page #content.blog-index,
  #page #content.blog-post,
  #page footer .footer-inner {
    max-width: 640px;
    background: #fff;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 18px;
  }

  section,
  article,
  #content.blog-index,
  #content.blog-post {
    padding: 40px 20px 0 20px;
  }

  #content.blog-index article,
  #content.blog-post article {
    padding: 0;
  }

  section:last-of-type {
    padding-bottom: 40px;
  }

  section.home-section {

  }

  section.home-section h1 {

  }

  a.learn-more {
    font-size: 14px;
  }

  a.content-button {
    font-size: 16px;
  }

  blockquote,
  blockquote p {
    font-size: 24px;
  }

  .flyout.contact,
  .flyout.translate {
    display: none;
  }

  .mobile.drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #373a3b;

  }

  .mobile.drawer .drawer-inner {
    overflow-y: scroll;
    height: 100%;
    padding: 60px 40px;
  }

  .mobile.drawer .mobile-menu-label {
    font-size: 20px;
    color: #6c7578;
  }

  .mobile.drawer.menu {
    display: none;
    width: 100%;
  }

  .mobile.drawer.menu ul#menu-mobile-nav {
    margin: 0;
    padding: 0;
  }

  .mobile.drawer.menu ul#menu-mobile-nav li {
    list-style: none;
    list-style-type: none;
    margin-bottom: 40px;
  }

  .mobile.drawer.menu ul#menu-mobile-nav li a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
  }

  .mobile.drawer.menu ul#menu-mobile-nav li.sign-in a {
    background: #4a9fd7;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
  }

  .mobile.drawer.help {
    right: -320px;
    width: 320px;
  }

  .mobile.drawer.help a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding-left: 30px;
    margin: 40px 0;
  }

  .mobile.drawer.help a.phone {
    background: transparent url(../img/contact-icon-phone.png) 0 50% no-repeat;
  }

  .mobile.drawer.help a.email {
    background: transparent url(../img/contact-icon-email.png) 0 50% no-repeat;
  }

  .mobile.drawer.help a.chat {
    background: transparent url(../img/contact-icon-chat.png) 0 50% no-repeat;
  }

  #page header .site-branding {
    position: relative;
  }

  #page header .site-branding h1 {
    width: 200px;
    height: 90px;
    background: transparent url(../img/logo-m.png) 0 50% no-repeat;
    margin: 0 auto;
    /* image replacement */
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  #page header .site-branding h1 a {
    display: block;
    height: 90px;
  }

  #page header .site-branding a.mobile.drawerbutton {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
  }

  #page header .site-branding a.mobile.drawerbutton.menu {
    top: 20px;
    left: 30px;
    background: transparent url(../img/mobile-drawerbutton-menu.png) 0 0 no-repeat;
  }

  #page header .site-branding a.mobile.drawerbutton.help {
    top: 20px;
    right: 30px;
    background: transparent url(../img/mobile-drawerbutton-help.png) 0 0 no-repeat;
  }

  #page header nav#site-navigation {
    display: none;
  }

  #page section#hero {
    position: relative;
    overflow: hidden;
    height: 300px;
  }

  #page section#hero .hero-image {
    display: block;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -60px;
    width: 1200px;
  }

  #page section#hero .hero-inner {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 300px;
  }

  #page section#hero .hero-inner .hero-content {
    position: relative;
    background: transparent;
  }

  #page section#hero .hero-inner .hero-content .tagline {
    height: 80px;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    margin-top: 190px;
    background: rgba(0, 0, 0, .5);
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble {
    display: none;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home {
    display: none;
  }

  #page section.startbutton.mobile {
    height: 100px;
    background: #e3533a;
    padding: 0;
  }

  #page section.startbutton.mobile a {
    display: block;
    width: 500px;
    height: 60px;
    line-height: 60px;
    margin: 20px auto;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    color: #fff;
    background: #d24931;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
  }

  section.home-section.preserve {

  }

  section.home-section.preserve .preserve-block {
    float: none;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 100px;
  }

  section.home-section.preserve .preserve-block h4 br {
    display: none;
  }

  section.home-section.preserve .preserve-block.community {
    background: transparent url(../img/preserve-icon-community-s.png) 20px 50% no-repeat;
  }

  section.home-section.preserve .preserve-block.technology {
    background: transparent url(../img/preserve-icon-technology-s.png) 20px 50% no-repeat;
  }

  section.home-section.preserve .preserve-block.media {
    background: transparent url(../img/preserve-icon-media-s.png) 20px 50% no-repeat;
  }

  .sizes section.home-section.global {
    background: #fff url(../img/worldmap-s.png) 50% 100px no-repeat !important;
  }

  .sizes section.home-section.global .col-2 {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  section.home-section.global h3.labeled-header {
    float: left;
    width: 300px;
    height: 80px;
    line-height: 20px;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
  }

  section.home-section.global h3.labeled-header div {
    display: inline-block;
  }

  section.home-section.global h3.labeled-header.phone div {
    background: transparent url(../img/icon-simple-phone-analog.png) 8px 50% no-repeat;
  }

  section.home-section.global h3.labeled-header.text div {
    background: transparent url(../img/icon-simple-doc.png) 12px 50% no-repeat;
  }

  section.home-section.global h3.labeled-header.media div {
    background: transparent url(../img/icon-simple-media-av.png) 0 50% no-repeat;
  }

  section.home-section.global h3.labeled-header.audio div {
    background: transparent url(../img/icon-simple-app-ui.png) 8px 50% no-repeat;
  }

  section.home-section.global .companies {
    float: left;
    height: 80px;
    text-align: center;
  }

  section.home-section.global .companies a {
    display: inline-block;
  }

  section.home-section.global .companies a img {
    vertical-align: middle;
  }

  section.home-section.global .companies a img:first-of-type {
    margin-right: 20px;
  }

  section.home-section.press {

  }

  section.home-section.press.sizem,
  section.home-section.press.sizel {
    display: none;
  }

  section.home-section.press .pressrow {
    margin-bottom: 40px;
  }

  section.home-section.press .pressrow img {
    vertical-align: middle;
  }

  div.body-hero {
    height: 300px;
  }

  div.body-hero section {
    height: 300px;
    background: #4a9fd7 !important;
  }

  div.body-hero {

  }

  div.body-hero section {
    position: relative;
    overflow: visible;
  }

  div.body-hero section .button {
    position: absolute;
    width: 32px;
    height: 300px;
  }

  div.body-hero section .button.left {
    top: 0;
    left: 10px;
    background: transparent url(../img/arrow-button-left.png) 0 50% no-repeat;
  }

  div.body-hero section .button.right {
    top: 0;
    right: 10px;
    background: transparent url(../img/arrow-button-right.png) 0 50% no-repeat;
  }

  form {

  }

  form label {

  }

  form input[type=text] {

  }

  form select {

  }

  form textarea {
    min-height: 200px;
  }

  form input[type=submit] {
    font-size: 16px;
  }

  section.translation-quote table tr th,
  section.translation-quote table tr.total td {
    font-size: 18px;
  }

  footer {
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #444d50;
  }

  footer .footer-inner {
    padding: 80px 20px;
    background: #444d50 !important;
  }

  footer .footer-inner ul {
    margin: 0;
    padding: 0;
  }

  footer .footer-inner ul li {
    list-style: none;
    list-style-type: none;
  }

  footer .footer-inner ul li a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
  }

  footer .footer-inner ul li.icon a {
    padding-left: 30px;
  }

  footer .footer-inner ul li.blog a {
    background: transparent url(../img/link-icon-blog.png) 0 50% no-repeat;
  }

  footer .footer-inner ul li.twitter a {
    background: transparent url(../img/link-icon-twitter.png) 0 50% no-repeat;
  }

  footer .footer-inner ul li.facebook a {
    background: transparent url(../img/link-icon-facebook.png) 0 50% no-repeat;
  }

  footer .footer-inner ul li.linkedin a {
    background: transparent url(../img/link-icon-linkedin.png) 0 50% no-repeat;
  }

  footer .footer-inner ul li.email a {
    background: transparent url(../img/link-icon-email.png) 0 50% no-repeat;
  }

  footer .copyright {
    padding-top: 40px;
  }

  #content.blog-index #main article,
  #content.blog-post #main article {
    margin-bottom: 40px;
  }

}

/* end Mobile */

/* * * * * * * * * * * * * * * *
Tablet
 * * * * * * * * * * * * * * * */
@media only screen and (min-width: 721px) {

  body {
    background: #fff;
  }

  #page {

  }

  #page header,
  #page section#hero .hero-inner .hero-content,
  #page #content article,
  #page #content section,
  #page #content .body-hero section,
  #page #content.blog-index,
  #page #content.blog-post,
  #page footer .footer-inner {
    max-width: 720px;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  h3 {
    font-family: 'DINOT-Medium', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

  .detail {
    font-size: 12px;
  }

  section {
    margin-bottom: 80px !important;
  }

  section.home-section {

  }

  section.home-section h1 {
    text-align: center;
  }

  section.home-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
  }

  a.learn-more {
    font-size: 12px;
  }

  a.content-button {
    font-size: 15px;
  }

  .mobile.drawer {
    display: none;
  }

  .mobile.drawerbutton {
    display: none;
  }

  blockquote,
  blockquote p {
    font-size: 30px;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 40px 0;
    padding: 0;
    border: 1px solid #96a1a4;
  }

  table tr {

  }

  table th {
    border: 1px solid #96a1a4;
    padding: 20px 40px;
    text-align: center;
  }

  table th h2 {
    text-transform: uppercase;
  }

  table th h2 div {
    text-transform: capitalize;
  }

  table td {
    border: 1px solid #96a1a4;
    padding: 20px 40px;
  }

  table td div {
    margin-bottom: 10px;
  }

  form {

  }

  form label {
    font-size: 15px;
  }

  form input[type=text] {
    height: 32px;
    line-height: 32px;
    padding: 4px 5px;
    font-size: 16px;
  }

  form input[type=password] {
    height: 32px;
    line-height: 32px;
    padding: 4px 5px;
    font-size: 16px;
  }

  form select {

  }

  form textarea {
    height: 200px;
  }

  form input[type=submit] {
    font-size: 15px;
  }

  .flyout.contact .info a.phone {
    background: transparent url(../img/contact-icon-phone.png) 0 50% no-repeat;
  }

  .flyout.contact .info a.email {
    background: transparent url(../img/contact-icon-email.png) 0 50% no-repeat;
  }

  .flyout.contact .info a.chat {
    background: transparent url(../img/contact-icon-chat.png) 0 50% no-repeat;
  }

  .flyout.contact {
    position: fixed;
    z-index: 999;
    height: 180px;
    overflow: hidden;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    color: #fff;
  }

  .flyout.contact .info {
    float: left;
    width: 240px;
    height: 180px;
    background: #373a3b;
    padding: 15px 0 0 20px;
  }

  .flyout.contact .info a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    padding-left: 30px;
  }

  .flyout.contact .tab {
    float: left;
  }

  .flyout.contact.home {
    display: none; /* hidden in favor of miniature inner-page-style flyout */
    top: 460px;
    right: -240px;
    width: 370px;
  }

  .flyout.contact.home .tab {
    cursor: pointer;
    width: 130px;
    height: 150px;
    background: #373a3b;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 50px 0 0 20px;
  }

  .flyout.contact.inner {
    top: 460px;
    right: -240px;
    width: 330px;
  }

  .flyout.contact.inner .info {
    border-bottom-left-radius: 5px;
  }

  .flyout.contact.inner .info .help-heading {
    font-size: 14px;
    color: #ddd;
  }

  .flyout.contact.inner .tab {
    cursor: pointer;
    width: 90px;
    height: 80px;
    background: #373a3b url(../img/widget-icon-help.png) 50% 50% no-repeat;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;;
  }

  .flyout.contact.inner .tab div {
    position: absolute;
    bottom: 11px;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .flyout.newsletter-flyout {
    position: fixed;
    z-index: 999;
    height: 185px;
    overflow: hidden;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    color: #fff;
  }

  .flyout.newsletter-flyout .info {
    float: left;
    width: 240px;
    height: 180px;
    background: #373a3b;
    padding: 15px 0 0 20px;
  }

  .flyout.newsletter-flyout .info a {
    color: white;
  }

  .flyout.newsletter-flyout .tab {
    float: left;
  }

  .flyout.newsletter-flyout .tab p {
    margin-top: 18px;
    margin-left: 2px;
  }

  .flyout.newsletter-flyout.inner {
    top: 437px;
    right: -240px;
    width: 330px;
  }

  .flyout.newsletter-flyout.inner .info {
    border-bottom-left-radius: 5px;
  }

  .flyout.newsletter-flyout.inner .info .newsletter-heading {
    margin-bottom: 15px;
  }

  .flyout.newsletter-flyout.inner .info input {
    margin-bottom: 15px;
  }

  .flyout.newsletter-flyout.inner .tab {
    cursor: pointer;
    width: 90px;
    height: 110px;
    text-align: center;
    background: #373a3b;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }

  .flyout.translate {
    position: fixed;
    top: 10px;
    right: -240px;
    z-index: 999;
    width: 330px;
    height: 440px;
    overflow: hidden;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    color: #fff;
    background: #e3533a;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }

  .flyout.translate .tab {
    float: left;
    width: 90px;
    height: 440px;
    padding: 10px 0;
  }

  .flyout.translate .tab div {
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .flyout.translate .tab div:last-child {
    border-bottom: none;
  }

  .flyout.translate .tab div a {
    display: block;
    width: 70px;
    height: 105px;
  }

  .flyout.translate .tab div a.call {
    background: transparent url(../img/widget-icon-call.png) 50% 50% no-repeat;
  }

  .flyout.translate .tab div a.audio {
    background: transparent url(../img/widget-icon-app.png) 50% 50% no-repeat;
  }

  .flyout.translate .tab div a.text {
    background: transparent url(../img/widget-icon-doc.png) 50% 50% no-repeat;
  }

  .flyout.translate .tab div a.video {
    background: transparent url(../img/widget-icon-av.png) 50% 50% no-repeat;
  }

  .flyout.translate .info {
    position: relative;
    float: left;
    width: 230px;
    height: 320px;
    padding: 10px 10px 10px 0;
  }

  .flyout.translate .info .translate-form {
    display: none;
  }

  .flyout.translate .info .translate-form form label {
    margin-bottom: 2px;
  }

  .flyout.translate .info .translate-form form input[type=text] {
    width: 220px;
    border: none;
    background: rgba(255, 255, 255, 1.0);
    margin-bottom: 10px;
    font-size: 12px;
  }

  .flyout.translate .info .translate-form form input[type=password] {
    width: 220px;
    border: none;
    background: rgba(255, 255, 255, 1.0);
    margin-bottom: 10px;
    font-size: 12px;
  }

  .flyout.translate .info .translate-form form .input-error {
    border: 2px solid #4a9fd7 !important;
  }

  .flyout.translate .info .translate-form form input[type=file] {
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
  }

  .flyout.translate .info .translate-form form input[type=submit],
  .flyout.translate .info .translate-form a.translate-button {
    float: none;
    width: auto;
    display: inline-block;
    border: none;
    border-radius: 5px;
    font-family: 'DINOT-Medium', 'Helvetica', 'Arial', sans-serif;
    color: #e3533b;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1.0);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 20px;
    text-decoration: none;
    text-align: center;
    box-shadow: none;
    text-shadow: none;
  }

  .flyout.translate .info .translate-form form textarea {
    width: 220px;
    height: 80px;
    border: none;
    background: rgba(255, 255, 255, 1.0);
    margin-bottom: 20px;
    font-size: 12px;
  }

  .flyout.translate .info .translate-form form p {
    margin: 10px 0;
  }

  .flyout.translate .info .translate-form form p.form-detail {
    color: rgba(255, 255, 255, .6);
    margin-top: 30px;
  }

  .flyout.translate .info .translate-form form p strong {
    display: block;
    font-size: 24px;
  }

  #page header .site-branding {
    float: left;
  }

  .flyout.translate .info .translate-form form .error {
    font-size: 12px;
    margin-top: 10px;
  }

  .flyout.translate .info .translate-form form .working {
    height: 16px;
    background: transparent url(../img/loading_inv.gif) 0 0 no-repeat;
    background-size: 16px 16px;

    padding-left: 20px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 16px;
  }

  .flyout.translate .info .translate-form form .file-drop {
    padding: 8px;
    text-align: center;
    cursor: pointer;
    border: 3px dashed #fff;
    margin: 12px 0;
  }

  .flyout.translate .info .translate-form form .file-drop a {
    display: block;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    padding-left: 35px;
    text-align: left;
    background: transparent url(../img/file-upload-icon-white.png) 0 50% no-repeat;
  }

  .flyout.translate .info .translate-form form .file-drop a .file-types {
    font-size: 11px;
    margin-top: 2px;
  }

  .flyout.translate .info .translate-form form .file-drop a .url-types {
    display: none;
  }

  .flyout.translate .info .translate-form form .file-drop .choose-placeholder {
    line-height: 16px;
    margin-top: -6px;
  }

  .flyout.translate .info .translate-form form .quote {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    background: transparent url(../img/check-mark-white.png) 0 50% no-repeat;
  }

  .flyout.translate .info .translate-form form .error {
    padding-left: 25px;
    margin: 15px 0;
    font-size: 10px;
    text-align: left;
    background: transparent url(../img/warning-sign-white.png) 0 5px no-repeat;
  }

  .flyout.translate .info .translate-form form .call_day {
    width: 100%;
  }

  .flyout.translate .info .translate-form form .select-wrapper {
    position: relative;
    float: left;
    height: 32px;
    margin-bottom: 10px;
  }

  .flyout.translate .info .translate-form form .select-wrapper select {
    left: 0;
  }

  .flyout.translate .info .translate-form form .customSelect.call_time {
    float: left;
    width: 75px;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    font-family: 'Helvetia Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    color: #666;
    background: #fff;
    border-radius: 3px;
  }

  .flyout.translate .info .translate-form form .call_prompt {
    float: left;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
  }

  .flyout.translate .info .translate-form form .quote-error {
    font-size: 12px;
    margin-bottom: 4px;
  }

  #page header .site-branding h1 {
    width: 200px;
    height: 120px;
    background: transparent url(../img/logo-m.png) 0 50% no-repeat;
    /* image replacement */
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  #page header .site-branding h1 a {
    display: block;
    height: 120px;
  }

  #page header nav#site-navigation {
    float: right;
    width: auto;
    clear: none;
  }

  #page header nav#site-navigation .menu-header-nav-container {

  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu {
    overflow: hidden;
    height: 120px;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li {
    margin: 50px 10px 0 0;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li a:link,
  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li a:visited {
    color: #444d50;
    font-size: 13px;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li a:hover {
    color: #888;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li a:active {
    color: #111;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li.dashboard,
  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li.sign-in {
    margin: 45px 0 0 0;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li.dashboard a,
  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li.sign-in a {
    color: #fff;
    background: #4a9fd7;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
  }

  #page section#hero {
    position: relative;
    overflow: hidden;
    height: 500px;
  }

  #page section#hero .hero-image {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    min-width: 1720px;
    min-height: 500px;
  }

  #page section#hero .hero-inner {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 500px;
  }

  #page section#hero .hero-inner .hero-content {
    position: relative;
  }

  #page section#hero .hero-inner .hero-content .tagline {
    font-family: 'DINOT-Medium', 'Helvetica', 'Arial', sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    line-height: 48px;
    text-shadow: 0 0 30px rgba(0, 0, 0, .6), 0 0 40px rgba(0, 0, 0, .6), 0 0 50px rgba(0, 0, 0, .8); /* layered shadows for heavier effect */
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    overflow: hidden;
    width: 440px;
    margin-right: 155px;
    z-index: 99;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble {
    float: left;
    width: 430px;
    height: 460px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    color: #e3533a;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble h3 {
    margin: 10px 0;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble h4 {
    color: #e3533a;
    line-height: 1.5;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble input[type=text],
  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble input[type=password],
  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble input[type=file] {
    margin-bottom: 15px;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble .input-error {
    border: 2px solid #4a9fd7 !important;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble input[type=submit] {
    float: none;
    display: block;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble .bubble textarea {
    height: 40px;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble .arrow {
    float: left;
    width: 10px;
    height: 50px;
    background: transparent url(../img/translate-bubble-arrow.png) 0 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble.call .arrow {
    position: relative;
    top: 373px;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble.audio .arrow {
    position: relative;
    top: 173px;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble.text .arrow {
    position: relative;
    top: 73px;
  }

  #page section#hero .hero-inner .hero-content .translate-help-bubble.video .arrow {
    position: relative;
    top: 273px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home {
    width: 680px;
    margin: 30px auto 0 auto;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container {
    min-height: 140px;
    padding: 20px;
    background: rgba(255, 255, 255, .96);
    border-radius: 1px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form {
    position: relative;
    display: none;
    width: 100%;
    overflow: visible;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form label {
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
    color: #444d50;
    display: block;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form input[type=submit] {
    float: left;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 24px;
    color: #fff;
    width: 150px;
    height: 60px;
    line-height: 60px;
    background: #e3533a;
    border-radius: 3px;
    text-align: center;
    margin-left: 10px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form input[type=submit].home-sign-up-submit {
    margin-top: 76px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form input[type=submit]:hover {
    background: #eb6851;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form input[type=submit]:active {
    background: #da4c33;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form input[type=file] {
    display: none;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form input[type=text],
  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form input[type=password] {
    float: left;
    font-size: 24px;
    width: 480px;
    height: 60px;
    border: 2px solid #e3533a;
    border-radius: 3px;
    color: #444d50;
    background: transparent;
    padding: 10px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .select-wrapper {
    position: relative;
    float: left;
    height: 60px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form select {
    left: 0;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .customSelect {
    float: left;
    font-size: 24px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #e3533a;
    border-radius: 3px;
    color: #444d50;
    background: transparent url(../img/dropdown-arrow.png) 80px 50% no-repeat;
    padding: 0 10px;
    margin-bottom: 16px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .call_prompt {
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    font-size: 14px;
    color: #aaa;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form input[type=text].call_day {
    width: 160px;
    margin-bottom: 0px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form input[type=text].call_time {

  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .error {
    font-size: 12px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .file-upload-proxy {
    float: left;
    width: 480px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #e3533a;
    border-radius: 3px;
    color: #bbb;
    font-size: 24px;
    padding: 0 60px 0 10px;
    background: transparent url(../img/file-upload-icon.png) 435px 50% no-repeat;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .phone-number {
    float: left;
    width: 355px;
    font-family: 'DINOT-Medium', 'Helvetica', 'Arial', sans-serif;
    color: #e3533a;
    font-size: 48px;
    position: relative;
    top: -8px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .or {
    float: left;
    margin: 0 20px 0 15px;
    color: #aaa;
    font-style: italic;
    position: relative;
    top: 20px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .add-skype {
    float: left;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 24px;
    color: #fff;
    width: 225px;
    height: 60px;
    line-height: 60px;
    background: #e3533a;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .add-skype:hover {
    background: #eb6851;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .add-skype:active {
    background: #da4c33;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .form-error,
  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .quote-error,
  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .error {
    clear: both;
    color: #e3533a;
    font-size: 14px !important;
    margin-top: 10px;
    padding-left: 25px;
    background: transparent url(../img/warning-sign.png) 0 3px no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .submit-url {
    font-size: 13px;
    margin-top: 10px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .submit-url a {
    color: #e3533a;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .left-container {
    float: left;
    width: 480px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .file-drop {
    font-size: 18px;
    height: 60px;
    line-height: 40px;
    border: 2px solid #e3533a;
    border-radius: 3px;
    color: #444d50;
    background: transparent;
    padding: 10px;
    margin-bottom: 0;

    background: transparent url(../img/file-upload-icon.png) 435px 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .file-drop a {
    display: block;
    color: #444d50 !important;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .file-drop a .field-link {
    color: #4a9fd7;
    cursor: pointer;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .file-drop a {
    color: #4a9fd7;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .quote {
    margin-top: 20px;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .quote .quote-label {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .quote .quote-price {
    font-size: 24px;
    color: #e3533a;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-container .form form .previous-form {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa !important;
    font-size: 12px;
    cursor: pointer;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons {
    margin-top: 1px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a {
    float: left;
    width: 100px;
    height: 80px;
    background: rgba(255, 255, 255, .96);
    margin-right: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    text-align: center;
    position: relative;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a div{
    position: absolute;
    bottom: 12px;
    display: block;
    width: 100%;
    color: #e09e93;
    font-size: 11px;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons .on div{
    color: #e3533a;
  }


  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a.call {
    background: rgba(255, 255, 255, .96) url(../img/translate-button-call-off.png) 50% 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a.call.on {
    background: rgba(255, 255, 255, .96) url(../img/translate-button-call-on.png) 50% 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a.audio {
    background: rgba(255, 255, 255, .96) url(../img/translate-button-audio-off.png) 50% 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a.audio.on {
    background: rgba(255, 255, 255, .96) url(../img/translate-button-audio-on.png) 50% 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a.text {
    background: rgba(255, 255, 255, .96) url(../img/translate-button-doc-off.png) 50% 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a.text.on {
    background: rgba(255, 255, 255, .96) url(../img/translate-button-doc-on.png) 50% 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a.video {
    background: rgba(255, 255, 255, .96) url(../img/translate-button-video-off.png) 50% 50% no-repeat;
  }

  #page section#hero .hero-inner .hero-content .translate-widget-home .form-buttons a.video.on {
    background: rgba(255, 255, 255, .96) url(../img/translate-button-video-on.png) 50% 50% no-repeat;
  }

  #page section.startbutton.mobile {
    display: none;
  }

  section.home-section.preserve {

  }

  section.home-section.preserve .preserve-block {
    text-align: center;
    padding-top: 140px;
  }

  section.home-section.preserve .preserve-block.community {
    background: transparent url(../img/preserve-icon-community-l.png) 50% 0 no-repeat;
  }

  section.home-section.preserve .preserve-block.technology {
    background: transparent url(../img/preserve-icon-technology-l.png) 50% 0 no-repeat;
  }

  section.home-section.preserve .preserve-block.media {
    background: transparent url(../img/preserve-icon-media-l.png) 50% 0 no-repeat;
  }

  .sizem section.home-section.global {
    background: transparent url(../img/worldmap-m.png) 0 30px no-repeat;
    margin-bottom: 20px !important;
  }

  section.home-section.global h3.labeled-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
  }

  section.home-section.global h3.labeled-header br {
    display: none;
  }

  section.home-section.global h3.labeled-header div {
    display: inline-block;
  }

  section.home-section.global h3.labeled-header div a:link,
  section.home-section.global h3.labeled-header div a:visited {
    color: #444d50;
    text-decoration: none;
  }

  section.home-section.global h3.labeled-header div:hover a,
  section.home-section.global h3.labeled-header div:active a {
    color: #4a9fd7;
  }

  section.home-section.global h3.labeled-header.phone div {
    background: transparent url(../img/icon-simple-phone-analog.png) 20px 1px no-repeat;
  }

  section.home-section.global h3.labeled-header.phone div:hover {
    background: transparent url(../img/icon-simple-phone-analog-blue.png) 20px 1px no-repeat;
  }

  section.home-section.global h3.labeled-header.text div {
    background: transparent url(../img/icon-simple-doc.png) 22px 50% no-repeat;
  }

  section.home-section.global h3.labeled-header.text div:hover {
    background: transparent url(../img/icon-simple-doc-blue.png) 22px 50% no-repeat;
  }

  section.home-section.global h3.labeled-header.media div {
    background: transparent url(../img/icon-simple-media-av.png) 0 50% no-repeat;
  }

  section.home-section.global h3.labeled-header.media div:hover {
    background: transparent url(../img/icon-simple-media-av-blue.png) 0 50% no-repeat;
  }

  section.home-section.global h3.labeled-header.audio div {
    background: transparent url(../img/icon-simple-app-ui.png) 12px 50% no-repeat;
  }

  section.home-section.global h3.labeled-header.audio div:hover {
    background: transparent url(../img/icon-simple-app-ui-blue.png) 12px 50% no-repeat;
  }

  section.home-section.global .companies {
    height: 50px;
    text-align: center;
    margin: 30px 0 60px 0;
  }

  section.home-section.global .companies a {
    display: inline-block;
  }

  section.home-section.global .companies a img {
    vertical-align: middle;
  }

  section.home-section.global .companies a img:first-of-type {
    margin-right: 20px;
  }

  section.home-section.press {

  }

  section.home-section.press.sizes,
  section.home-section.press.sizel {
    display: none;
  }

  section.home-section.press .pressrow {
    margin-bottom: 40px;
  }

  section.home-section.press .pressrow img {
    vertical-align: middle;
  }

  div.body-hero {
    height: 300px;
    background: #4a9fd7;
    margin-bottom: 80px;
  }

  div.body-hero section {
    height: 300px;
  }

  div.body-hero {

  }

  div.body-hero section {
    position: relative;
    overflow: visible;
  }

  div.body-hero section .button {
    position: absolute;
    width: 32px;
    height: 300px;
  }

  div.body-hero section .button.left {
    top: 0;
    left: -52px;
    background: transparent url(../img/arrow-button-left.png) 0 50% no-repeat;
  }

  div.body-hero section .button.right {
    top: 0;
    right: -52px;
    background: transparent url(../img/arrow-button-right.png) 0 50% no-repeat;
  }

  section.translation-quote table tr th {
    font-size: 30px;
  }

  section.translation-quote table tr.total td {
    font-size: 24px;
  }

  footer {
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #444d50
  }

  footer .footer-inner {
    padding: 80px 0;
  }

  footer .footer-inner ul {
    margin: 0;
    padding: 0;
  }

  footer .footer-inner ul li {
    list-style: none;
    list-style-type: none;
  }

  footer .footer-inner ul li a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
  }

  footer .footer-inner ul li a:link,
  footer .footer-inner ul li a:visited {
    color: #fff;
  }

  footer .footer-inner ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:active {
    color: #bbb;
  }

  footer .footer-inner ul li.icon a {
    padding-left: 30px;
  }

  footer .footer-inner ul li.blog a {
    background: transparent url(../img/link-icon-blog.png) 0 50% no-repeat;
  }

  footer .footer-inner ul li.twitter a {
    background: transparent url(../img/link-icon-twitter.png) 0 50% no-repeat;
  }

  footer .footer-inner ul li.facebook a {
    background: transparent url(../img/link-icon-facebook.png) 0 50% no-repeat;
  }

  footer .footer-inner ul li.linkedin a {
    background: transparent url(../img/link-icon-linkedin.png) 0 50% no-repeat;
  }

  footer .footer-inner ul li.email a {
    background: transparent url(../img/link-icon-email.png) 0 50% no-repeat;
  }

  footer .copyright {
    padding-top: 40px;
  }

  #content.blog-index #main article,
  #content.blog-post #main article {
    margin-bottom: 60px;
  }

}

/* end Tablet */

/* * * * * * * * * * * * * * * *
Desktop
 * * * * * * * * * * * * * * * */
@media only screen and (min-width: 960px) {

  body {
    background: #fff;
  }

  #page {

  }

  #page header,
  #page section#hero .hero-inner .hero-content,
  #page #content article,
  #page #content section,
  #page #content .body-hero section,
  #page #content.blog-index,
  #page #content.blog-post,
  #page footer .footer-inner {
    max-width: 940px;
  }

  h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 18px;
  }

  p {

  }

  .detail {

  }

  section {

  }

  section.home-section {

  }

  section.home-section h1 {

  }

  a.learn-more {
    font-size: 14px;
  }

  .flyout.contact.home {

  }

  .flyout.contact.home .info {

  }

  .flyout.contact.home .info a {

  }

  .flyout.contact.home .info a.phone {

  }

  .flyout.contact.home .info a.email {

  }

  .flyout.contact.home .info a.chat {

  }

  .flyout.contact.home .tab {

  }

  #page header .site-branding {

  }

  #page header .site-branding h1 {
    width: 304px;
    background: transparent url(../img/logo-l.png) 0 50% no-repeat;
  }

  #page header .site-branding h1 a {

  }

  #page header nav#site-navigation {

  }

  #page header nav#site-navigation .menu-header-nav-container {

  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu {

  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li {
    margin: 50px 15px 0 0;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li a {
    font-size: 15px !important;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li.dashboard,
  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li.sign-in {
    margin: 42px 0 0 0;
  }

  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li.dashboard a,
  #page header nav#site-navigation .menu-header-nav-container ul.nav-menu li.sign-in a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
  }

  #page section#hero {

  }

  #page section#hero .hero-image {

  }

  #page section#hero .hero-inner {

  }

  #page section#hero .hero-inner .hero-content {

  }

  #page section#hero .hero-inner .hero-content .tagline {
    font-size: 48px;
  }

  #page section.startbutton.mobile {

  }

  section.home-section.preserve {

  }

  section.home-section.preserve .preserve-block {

  }

  section.home-section.preserve .preserve-block.community {

  }

  section.home-section.preserve .preserve-block.technology {

  }

  section.home-section.preserve .preserve-block.media {

  }

  .sizel section.home-section.global {
    background: transparent url(../img/worldmap-l.png) 0 0 no-repeat;
    padding-bottom: 35px;
    margin-bottom: 0px !important;
  }

  section.home-section.global h3.labeled-header {
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'DINOT-Regular', 'Helvetica', 'Arial', sans-serif;
  }

  section.home-section.global h3.labeled-header br {

  }

  section.home-section.global h3.labeled-header div {

  }

  section.home-section.global h3.labeled-header.phone div {

  }

  section.home-section.global h3.labeled-header.text div {

  }

  section.home-section.global h3.labeled-header.media div {

  }

  section.home-section.global h3.labeled-header.audio div {

  }

  section.home-section.global .companies {

  }

  section.home-section.global .companies span.valign-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  section.home-section.global .companies img {

  }

  section.home-section.global .companies img:first-of-type {

  }

  section.home-section.press {

  }

  section.home-section.press.sizes,
  section.home-section.press.sizem {
    display: none;
  }

  section.home-section.press.sizel {
    display: block;
  }

  section.home-section.press.sizel .row {
    overflow: visible;
  }

  section.home-section.press .pressrow {
    margin-bottom: 40px;
    overflow: visible;
  }

  section.home-section.press .pressrow img {
    vertical-align: middle;
    padding: 0;
  }

  section.home-section.press .pressrow.one img {
    margin: 0 63px 0 0;
  }

  section.home-section.press .pressrow.two img {
    margin: 0 58px 0 0;
  }

  section.home-section.press .pressrow.three img {
    margin: 0 52px 0 0;
  }

  section.home-section.press .pressrow img:last-child {
    margin-right: 0 !important;
  }

  section.home-section.press .pressrow img.businessweek {
    position: relative;
    top: -2px;
  }

  section.home-section.press .pressrow img.entrepreneur {
    position: relative;
    top: 3px;
  }

  section.home-section.press .pressrow img.businessweek,
  section.home-section.press .pressrow img.wallstreetjournal,
  section.home-section.press .pressrow img.forbes {
    margin-right: 0; /* ensurance against css3 selector failure */
  }

  footer {

  }

  footer .footer-inner {

  }

  footer .footer-inner ul li a {

  }

  footer .footer-inner ul li.icon a {

  }

  footer .footer-inner ul li.blog a {

  }

  footer .footer-inner ul li.twitter a {

  }

  footer .footer-inner ul li.facebook a {

  }

  footer .footer-inner ul li.linkedin a {

  }

  footer .footer-inner ul li.email a {

  }

  footer .copyright {

  }

  #content.blog-index #main article,
  #content.blog-post #main article {
    margin-bottom: 80px;
  }

}

/* end Desktop */

.partners {
  margin-bottom: 25px;
}

.language-container {
  width: 556px;
}

@media only screen and (max-width: 320px) {
  .col-3 {
    width: 100%;
  }

  .col-two-thirds {
    width: 100%
  }

}

@media only screen and (max-width: 768px) {
  .col-3 {
    width: 100%;
  }

  .col-two-thirds {
    width: 100%
  }

}

#SnapABug_Button {
  display: none;
}

.premium-container {
  margin-top: 30px;
  color: #999999;
}

.premium-container section.home-section.preserve {
  margin-bottom: 50px !important;
}

.premium-container section.home-section.preserve .preserve-block {
  padding-top: 50px;
}

.premium-container section.home-section.preserve .preserve-block p {
  padding-top: 80px;
}

.premium-container h1 {
  color: #14bc81;
  font-weight: bold;
  margin-bottom: 15px;
}

.premium-container h3 {
  text-transform: none;
  color: white;
  font-weight: bold;
}

.plans {
  width: 70%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.plan-container {
  border-radius: 4px;
  height: 360px;
  width: 45%;
  overflow: hidden;
}

.plan-container:first-child {
  border: 1px solid #888888;
  float: left;
}

.plan-container:last-child {
  border: 1px solid #14bc81;
  float: right;
}

.plan-container ul {
  margin: 15px 5px 20px 30px;
}

.plan-container:first-child ul {
  margin-bottom: 102px;
}

.plan-container li {
  font-size: 14px;
  margin-bottom: 5px;
}

section.home-section .plan-container h2 {
  font-size: 22px;
  color: black;
  font-weight: bold;
  margin-bottom: 0;
}

.plan-container h5 {
  color: #999999;
}

.plan-container:first-child li {
  color: #999999;
}

.plan-container:last-child li {
  color: #14bc81;
}

.plan-header {
  height: 50px;
}

.plan-header h3 {
  padding-top: 10px;
  font-size: 20px;
}

.plan-header.basic {
  background-color: #999999;
}

.popover {
  color: #999999;
}

.plan-header.premium {
  background-color: #14bc81;
}

#popoverData1, #popoverData2 {
  color: inherit;
  text-decoration: underline;
}

.plan-container a.sign-up-button {
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  box-shadow: none;
  margin: auto;
  width: 100px;
}

.popover .arrow {
  display: none;
}

.plan-container:first-child a.sign-up-button {
  background-color: #999999;
  background-image: -o-linear-gradient(top, #999999, #888888);
  background-image: -ms-linear-gradient(top, #999999, #888888);
  background-image: -moz-linear-gradient(top, #999999, #888888);
  background-image: -webkit-linear-gradient(top, #999999, #888888);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#888888));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#888888');
}

.plan-container:first-child a.sign-up-button:hover {
  background-color: #888888;
  background-image: -o-linear-gradient(top, #888888, #999999);
  background-image: -ms-linear-gradient(top, #888888, #999999);
  background-image: -moz-linear-gradient(top, #888888, #999999);
  background-image: -webkit-linear-gradient(top, #888888, #999999);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888888), to(#999999));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#999999');
}

.plan-container:last-child a.sign-up-button {
  margin-top: 28px;
  background-color: #16d392;
  background-image: -o-linear-gradient(top, #16d392, #14bb81);
  background-image: -ms-linear-gradient(top, #16d392, #14bb81);
  background-image: -moz-linear-gradient(top, #16d392, #14bb81);
  background-image: -webkit-linear-gradient(top, #16d392, #14bb81);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#16d392), to(#14bb81));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16d392', endColorstr='#14bb81');
}

.plan-container:last-child a.sign-up-button:hover {
  margin-top: 28px;
  background-color: #14bb81;
  background-image: -o-linear-gradient(top, #14bb81, #16d392);
  background-image: -ms-linear-gradient(top, #14bb81, #16d392);
  background-image: -moz-linear-gradient(top, #14bb81, #16d392);
  background-image: -webkit-linear-gradient(top, #14bb81, #16d392);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14bb81), to(#16d392));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14bb81', endColorstr='#16d392');
}

.center {
  text-align: center;
}

section.home-section.preserve .preserve-block.project-manager {
  background: transparent url(../img/customer_upsell_modal_manager.png) center 60px no-repeat;
}

section.home-section.preserve .preserve-block.translation-team {
  background: transparent url(../img/customer_upsell_modal_team.png) center 60px no-repeat;
}

section.home-section.preserve .preserve-block.translation-memory {
  background: transparent url(../img/customer_upsell_modal_memory.png) center 60px no-repeat;
}

.pricing-info-container p {
  margin-bottom: 5px;
}


.blog-breadcrumb {
  color: ##499ed2 !important;
}

.blog-breadcrumb-active {
  color: #444d50 !important;
}

.entry-title {
  color: #499ed2 !important;
  font-size: 26px;
}

.entry-date {
  color: #45494a !important;
  font-size: 16px;
}

.entry-categories a{
  color: #ed4f3d !important;
}

.entry-content {
  margin: 0px;
}

.blog-add-any {
  display: inline-block;
}

.form-allowed-tags {
  display: none;
}

.widget-title {
  text-align: left;
  background-color: #409dd4;
  color: white;
  font-weight: lighter;
  font-style: normal;
  font-family: inherit;
  margin-top: 8px;
  padding: 10px 10px 10px 76px;
  background-image: url('/wp-content/themes/vit-marketing/img/widget-caret.png');
  background-repeat: no-repeat;
  background-position: 210px 12px;
  cursor: pointer;
}

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

.widget-more {
  background-color: #409dd4;
  color: white !important;
  padding: 8px 16px;
  border-radius: 10px;
}

.feature-image {
  position: relative;
}

.feature-image-star {
  position: absolute;
  background-image: url('/wp-content/themes/marketing-theme/img/blog-featured-tag.png');
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.entry-title {
  margin-bottom: 0px;
}

.col-blog-thumbnail {
  width: 31%;
}

.col-blog-excerpt {
  width: 66%;
}

.blog-index-feature-image img {
  width: 100%;
  height: inherit;
}

.read-more {
  background-color: #409dd4;
  color: white !important;
  padding: 8px 16px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 12px;
  height: 30px;
  width: 114px;
  line-height: 30px;
}

.read-more a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: white;
}

a.green-button {
  margin-top: 28px;
  background-color: #16d392;
  background-image: -o-linear-gradient(top, #16d392, #14bb81);
  background-image: -ms-linear-gradient(top, #16d392, #14bb81);
  background-image: -moz-linear-gradient(top, #16d392, #14bb81);
  background-image: -webkit-linear-gradient(top, #16d392, #14bb81);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#16d392), to(#14bb81));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16d392', endColorstr='#14bb81');
  text-decoration: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  box-shadow: none;
}

a.green-button:hover {
  margin-top: 28px;
  background-color: #14bb81;
  background-image: -o-linear-gradient(top, #14bb81, #16d392);
  background-image: -ms-linear-gradient(top, #14bb81, #16d392);
  background-image: -moz-linear-gradient(top, #14bb81, #16d392);
  background-image: -webkit-linear-gradient(top, #14bb81, #16d392);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14bb81), to(#16d392));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14bb81', endColorstr='#16d392');
}

a.blue-button {
  background-color: #4a9fd7;
  background-image: -moz-linear-gradient(top, #43a6ff, #4a9fd7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#43a6ff), to(#4a9fd7));
  background-image: -webkit-linear-gradient(top, #43a6ff, #4a9fd7);
  background-image: -o-linear-gradient(top, #43a6ff, #4a9fd7);
  background-image: linear-gradient(to bottom, #43a6ff, #4a9fd7);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 0px 6px rgba(22, 69, 109, 0.56), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 6px rgba(22, 69, 109, 0.56), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0px 6px rgba(22, 69, 109, 0.56), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #FFF;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  box-shadow: none;
}

a.blue-button:hover {
  background-image: -moz-linear-gradient(top, #4a9fd7, #43a6ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a9fd7), to(#4a9fd7));
  background-image: -webkit-linear-gradient(top, #4a9fd7, #43a6ff);
  background-image: -o-linear-gradient(top, #4a9fd7, #43a6ff);
  background-image: linear-gradient(to bottom, #4a9fd7, #43a6ff);
}

.a2a_kit_size_64 {
  text-align: center;
}

.a2a_kit_size_64 br {
  display: none;
}

.a2a_kit_size_64 .a2a_img, .a2a_kit_size_64 .a2a_svg {
  display: inline-block;
}

img.whitepaper {
  border: 5px solid #4a9fd7;
  margin-bottom: 4px;
}


.language-services-container h1 {
  color: #14bc81;
  font-weight: bold;
}

.language-services-container h4 {
  color: #4a9fd7;
  font-weight: bold;
}

.language-services-container ul {
  margin: 0;
}

.language-services-container p {
  margin-bottom: 1em;
}

.language-services-container .tag {
  border-radius: 2px;
  border: 1px solid transparent;
  display: inline-block;
  padding: 2px 20px 0 20px;
  margin-bottom: 7px;
  margin-right: 7px;
  background-color: #4a9fd7;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.language-services-container .tag.tag-green {
  border-radius: 2px;
  border: 1px solid transparent;
  display: inline-block;
  padding: 2px 20px 0 20px;
  margin-bottom: 7px;
  margin-right: 7px;
  background-color: #14bc81;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.language-services-container .translator-city {
  float: right;
}

.profile-heading-half-box {
  float: left;
}

.profile-heading-tag-line {
  color: #EEEEEE;
  font-size: 22px;
  width: 60%;
  text-shadow: 2px 2px #444444;
}

.profile-heading-sign-up {
  width: 40%;
  padding-left: 24px;
}

@media screen and (max-width: 900px) {
  .profile-heading-tag-line {
      margin-top: 24px;
      width: 100%;
      text-align: center;
      font-size: 16px;
  }

  .profile-heading-sign-up {
    display: none;
  }

}

.free-trial-button {
  background-color: #FE7300;
  padding: 9px 14px;
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;
  border: 1px solid #c15800;
  cursor: pointer;
  color: white;
  margin-bottom: 24px;
}

.free-trial-button:link {
  color: white;
}

.free-trial-button:hover {
  color: white;
  text-decoration: none;
}

.free-trial-tagline {
  font-size: 18px;
  color: #EEEEEE;
  margin-bottom: 12px;
  text-shadow: 1px 1px #333333;
}

.profile-heading-short-hero {
  height: 340px !important;
  margin-bottom: 0px !important;
}

.profile-pages {
  text-align: center;
}

.profile-list {
  width: 75%;
  float: left;
}

@media screen and (max-width: 900px) {
  .profile-list {
    width: 100%;
  }

  .profile-list #how-it-works {
    display: none;
  }
}


.link-sidebar {
  width: 25%;
  float: left;
  padding-right: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .link-sidebar {
    display: none;
  }
}


section.home-section h2.small-h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

div.customer-logos {
  margin-top: 2em;
}

div.customer-logos h4 {
  text-align: center;
  margin-bottom: 2em;
}

ul.customer-list {
  margin-left: 0;
  list-style: none;
}

ul.customer-list li {
  display: inline-block;
  margin-left: 4em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 600px) {
  ul.customer-list li {
    display: block;
    margin-left: 0;
    margin-bottom: 1em;
  }  
}

@media screen and (max-device-width: 600px) {
  ul.customer-list li {
    display: block;
    margin-left: 0;
    margin-bottom: 1em;
  }  
}
