/*
Theme Name: Responsive
Theme URI: http://cyberchimps.com/responsive-theme/
Description: Responsive Theme is a flexible foundation with fluid grid system that adapts your website to mobile devices and the desktop or any other viewing environment. Theme features 9 Page Templates, 11 Widget Areas, 6 Template Layouts, 4 Menu Positions and more. Powerful but simple Theme Options for full CMS control with easy Logo Upload, Social Networking and Webmaster Tools etc. Responsive is WooCommerce Compatible, Multilingual Ready (WPML), RTL-Language Support, Retina-Ready, Search Engine Friendly, W3C Markup Validated and currently translated into 45 languages. Cross-Browser compatible. <a href="http://cyberchimps.com/forum/free/responsive/">Official support forum</a> (http://cyberchimps.com/forum/free/responsive/)
Author: CyberChimps.com
Author URI: http://cyberchimps.com
Version: 1.9.7.2
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, rtl-language-support, responsive-layout, fluid-layout
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive

Responsive WordPress Theme, Copyright (C) 2003-2014 Emil Uzelac, CyberChimps Inc

--------------------------------------------------------------
WARNING: (BEFORE YOU MAKE ANY CHANGES)
--------------------------------------------------------------
Please do not edit style.css or any other Theme files or
Templates directly. If you do, your customizations will be lost
as soon as you update Responsive.

WordPress and CyberChimps highly recommends Child Theme.

Read More:

- http://codex.wordpress.org/Child_Themes
- http://cyberchimps.com/guide/child-theme-example/
- http://cyberchimps.com/guide-tags/child-theme-2/

*/


/*--------------------------------------------------------------

CSS Rules: Sorted alphabetically for better organization.
*/


/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
}


/*HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.8;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
}

button,
input,
select,
textarea {
    font-size: 100%;
    overflow: visible;
    margin: 0;
    vertical-align: baseline;
    width: auto;
}

textarea {
    overflow: auto;
    vertical-align: text-top;
}


/* =Horizontal Rule
-------------------------------------------------------------- */

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

hr.space {
    background: #fff;
    color: #fff;
}


/* =Base
-------------------------------------------------------------- */

html {
    /*overflow-y: scroll;*/
}

body {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-smoothing: antialiased;
    line-height: 1.5em;
    text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
    font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    color: #656565;
    font-weight: 400;
}


/* =Typography
-------------------------------------------------------------- */

i,
em,
dfn,
cite {
    font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
    font-family: monospace, serif;
    font-style: normal;
}

b,
strong {
    font-weight: 700;
}

pre {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
    height: auto;
    margin: 0;
    outline: none;
    padding: 6px 10px;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}

del {
    color: #555;
    text-decoration: line-through;
}

ins,
dfn {
    border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
    font-size: 85%;
}

abbr,
acronym {
    font-size: 85%;
    letter-spacing: .1em;
    text-transform: uppercase;
}

a abbr,
a acronym {
    border: none;
}

dfn[title],
abbr[title],
acronym[title] {
    border-bottom: 1px solid #ccc;
    cursor: help;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}


/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */

.grid {
    float: left;
    padding-top: 0;
}

.grid-right {
    float: right;
    margin-bottom: 2.127659574468%;
    padding-right: 36px;
    padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-580,
.col-620,
.col-700,
.col-780,
.col-860 {
    display: inline;
    margin-right: 2.127659574468%;
}

.col-60 {
    width: 6.382978723404%;
}

.col-140 {
    width: 14.893617021277%;
}

.col-220 {
    width: 23.404255319149%;
}


/******* home boxes *******/

.home-widgets .product-box-schools {
    margin-right: 0;
}

.product-box-personal,
.product-box-business,
.product-box-enterprise,
.product-box-schools {
    width: 80%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.product-box-personal a,
.product-box-business a,
.product-box-enterprise a,
.product-box-schools a {
    display: block;
    text-decoration: none;
    color: #444;
}

.product-box-personal a:hover,
.product-box-business a:hover,
.product-box-enterprise a:hover,
.product-box-schools a:hover {
    text-decoration: none;
}

.col-300 {
    width: 31.914893617021%;
}

.col-380 {
    width: 40.425531914894%;
}

.col-460 {
    width: 48.936170212766%;
}

.featured-descriptions {
    position: absolute;
    right: 0px;
    display: inline;
    margin: 0;
    padding-top: 50px;
    width: 48%;
}

.col-540 {
    width: 57.446808510638%;
}

.col-570 {
    width: 60.5%;
}

.col-620 {
    width: 65.957446808511%;
}

.col-700 {
    width: 74.468085106383%;
}

.col-780 {
    width: 82.978723404255%;
}

.col-860 {
    width: 91.489361702128%;
}

.col-940 {
    width: 100%;
}

.col-1600 {
    width: 1600px;
}

.col-1800 {
    width: 1800px;
}

.col-full {
    width: 100%;
}

.col-941 {
    width: 100%;
    padding-bottom: 0;
}

.fit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* =Visibility
-------------------------------------------------------------- */

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.none {
    display: none;
}

.hide-desktop {
    display: none;
}

.show-desktop {
    display: block;
}


/* =Responsive Images
-------------------------------------------------------------- */

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

.ie8 img {
    height: auto;
    width: auto;
}

.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}


/* =Responsive Videos
-------------------------------------------------------------- */

video {
    width: 100%;
    max-width: 100%;
    /*height: auto;*/
}


/* =Responsive Embeds/Objects
-------------------------------------------------------------- */

embed,
object {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}


/* =Links
-------------------------------------------------------------- */

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: underline;
}

::selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}


/* =Forms
-------------------------------------------------------------- */

label {
    display: inline-block;
    font-weight: 700;
    padding: 2px 0;
}

legend {
    padding: 2px 5px;
}

fieldset {
    border: 1px solid #ccc;
    margin: 0 0 1.5em;
    padding: 1em 2em;
}

select {
    height: auto;
    width: 100%;
}

area,
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
    height: auto;
    overflow: auto;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    width: 100%;
}

input,
select {
    cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
    border: 1px solid #6cf;
}

input[type='text'],
input[type='password'] {
    cursor: text;
}


/* =Info Boxes
-------------------------------------------------------------- */

.info-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 20px 0;
    padding: 15px;
    text-align: left;
}

.alert {
    background-color: #faebeb;
    border: 1px solid #dc7070;
    color: #212121;
}

.address {
    background-color: #f6f5ef;
    border: 1px solid #cdc9a5;
    color: #212121;
}

.notice {
    background-color: #fbf9e9;
    border: 1px solid #e3cf57;
    color: #212121;
}

.success {
    background-color: #f9fde8;
    border: 1px solid #a2bc13;
    color: #212121;
}

.download {
    background-color: #fff4e5;
    border: 1px solid #ff9912;
    color: #212121;
}

.information {
    background-color: #eef3f6;
    border: 1px solid #6ca6cd;
    color: #212121;
}

.required {
    color: #d5243f;
}


/* =Tables
-------------------------------------------------------------- */

table {
    border-collapse: collapse;
    width: 100%;
}


/* =Lists
-------------------------------------------------------------- */

ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

ol {
    line-height: 22px;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}

dt {
    font-weight: 400;
}


/* =Blockquote
-------------------------------------------------------------- */

blockquote {
    background: #f9f9f9;
    border: none;
    border-left: 4px solid #d6d6d6;
    margin: 20px;
    overflow: auto;
    padding: 0 0 10px 12px;
}

blockquote p {
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}


/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 700;
    line-height: 1.0em;
    word-wrap: break-word;
}

h1 {
    font-size: 2.625em;
    /* = 42px */
    margin-bottom: .5em;
    margin-top: .5em;
}

h2 {
    font-size: 2.250em;
    /* = 36px */
    margin-bottom: .75em;
    margin-top: .75em;
}

h3 {
    font-size: 1.875em;
    /* = 30px */
    margin-bottom: .857em;
    margin-top: .857em;
}

h4 {
    font-size: 1.500em;
    /* = 24px */
    margin-bottom: 1em;
    margin-top: 1em;
}

h5 {
    font-size: 1.125em;
    /* = 18px */
    margin-bottom: 1.125em;
    margin-top: 1.125em;
}

h6 {
    font-size: 1.000em;
    /* = 16px */
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 10px 0 12px 0;
}


/* =Margins & Paddings
-------------------------------------------------------------- */

p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
    /*margin: 0;*/
}

th,
td {
    /*padding: .1em; */
    display: table-cell;
}

caption {
    padding-bottom: .8em;
}

blockquote {
    padding: 0 1em;
}

blockquote:first-child {
    margin: .8em 0;
}

fieldset {
    margin: 1.6em 0;
    padding: 0 1em 1em;
}

legend {
    padding-left: .8em;
    padding-right: .8em;
}

legend+* {
    margin-top: 1em;
}

input,
textarea {
    padding: .3em .4em .15em;
}

select {
    padding: .2em .2em .2em 0;
}

option {
    padding: 0 .4em;
}

dt {
    margin-bottom: .4em;
    margin-top: .8em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2.0em;
}

li ul,
li ol {
    margin: 0;
}

hr {
    border-color: #c8c8c8;
}


/* =Globals
-------------------------------------------------------------- */

#container {
    margin: auto;
}

.front-page #wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    clear: both;
    /*margin: 20px auto 0px auto;*/
    /*margin: 6px auto 0px auto;*/
    padding: 0;
    width: 100%;
    position: relative;
    background-color: transparent;
    border: none;
}

.page #wrapper {
    clear: both;
    /*margin: 0 auto;*/
    padding: 0;
    position: relative;
    min-height: 480px;
}

.main-nav .menu {
    background: #f1f1f1;
}

#footer {
    clear: both;
}


/* =Header
-------------------------------------------------------------- */

#logo {
    float: right;
    margin: 0;
    display: block;
}

.site-name {
    display: block;
    font-size: 2.063em;
    line-height: 1.0em;
    padding-top: 20px;
}

.site-name a {
    color: #333;
    font-weight: 700;
}

.site-description {
    color: #afafaf;
    display: block;
    font-size: 0.875em;
    margin: 10px 0;
}


/* =Content
-------------------------------------------------------------- */

#content {
    margin-top: 0px;
    margin-bottom: 20px;
}

#content-full {
    margin-top: 0px;
}

#content-blog {
    margin: 20px auto;
    max-width: 1024px;
}

#content-blog .excerpt-title h1 {
    font-weight: 700;
    padding-top: 32px;
}

#content-images {
    margin-bottom: 20px;
}

#content-search {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 32px;
}

#content-archive {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 32px;
}

#content-sitemap {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-sitemap a {
    font-size: 12px;
}

#content .sticky {
    clear: both;
}

#content .sticky p {}


/* =Templates (Landing Page)
-------------------------------------------------------------- */

/* .page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu,
.page-template-landing-page-php .downloadstreamer,
.page-template-landing-page-php .login,
.page-template-landing-page-php .language-list {
    display: none;
} */


/* =Author Meta (Author's Box)
-------------------------------------------------------------- */

#author-meta {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    clear: both;
    display: block;
    margin: 30px 0 40px 0;
    padding: 10px;
    overflow: hidden;
}

#author-meta img {
    float: left;
    padding: 10px 15px 0 5px;
}

#author-meta p {
    margin: 0;
    padding: 5px;
}

#author-meta .about-author {
    font-weight: 700;
    margin: 10px 0 0 0;
}


/* =Featured Content
-------------------------------------------------------------- */

#featured {
    background-color: #fff;
    width: 100%;
}

#featured p {
    font-size: 14px;
    font-weight: 280;
    line-height: 27px;
    margin: 0;
    padding: 8px 20px 0 60px;
    text-align: left;
}

#featured-image {
    margin: 0 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
    margin-left: -20px;
}

.featured-image img {
    margin-top: 0;
}


/* =Post
-------------------------------------------------------------- */

.comments-link {
    font-size: 12px;
}

#cancel-comment-reply-link {
    color: #900;
}

.post-data {
    clear: both;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
}

.post-data a {
    color: #111;
}

.post-entry {
    clear: both;
}

.post-meta {
    clear: both;
    color: #9f9f9f;
    font-size: 12px;
    margin-bottom: 10px;
}

.post-edit {
    clear: both;
    display: block;
    font-size: 12px;
    /*margin: 1.5em 0;*/
}

.post-search-terms {
    clear: both;
}

.read-more {
    clear: both;
    font-weight: 700;
}

.attachment-entry {
    clear: both;
    text-align: center;
}


/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */

.bbPress .breadcrumb-list {
    display: none;
}


/* =Symbols
-------------------------------------------------------------- */

.ellipsis {
    color: #aaa;
    font-size: 18px;
    margin-left: 5px;
}

.form-allowed-tags {
    display: none;
    font-size: 10px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0px solid #e5e5e5;
    border-radius: 4px;
    /*margin: 0 0 20px;
	padding: 0 20px 20px 20px;*/
}

div.products-category {
    position: relative;
}

div.products-category a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=1);
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
    width: 75%;
}

#widgets hr {
    height: 1px;
    background: lightgray;
    margin: 0 0 10px 0;
    padding-bottom: 0;
}

#widget span {
    margin: 0;
    padding: 0;
}

#widgets form {
    margin: 0;
}

#widgets .widget-title img {
    float: right;
    height: 11px;
    position: relative;
    top: 4px;
    width: 11px;
}

#widgets .rss-date {
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .rssSummary {
    padding: 10px;
}

#widgets cite {
    font-style: normal;
    line-height: 18px;
    padding: 6px 12px;
}

#footer .textwidget,
#widgets .tagcloud,
#widgets .textwidget {
    display: block;
    line-height: 1.5em;
    font-size: 14px;
    word-wrap: break-word;
}

#widgets .textwidget .learnmore {
    display: inline;
}

#widgets .textwidget li {
    padding: 0 0 0px 0;
}

#widgets .textwidget table {
    font-size: 13px;
}

#widgets .textwidget p {
    padding: 0;
    margin-top: 8px;
}

#widgets ul .children {
    padding: 0 0 0 0px;
}

#widgets .author {
    font-weight: 700;
    padding-top: 4px;
}

.widget_archive select,
#cat {
    display: block;
    margin: 0 15px 0 0;
}

#colophon-widget ul {}

.colophon-widget {
    background: none;
    min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
    width: 100%;
}

.btn-watch-vdo-small a {
    float: right;
    position: relative;
    width: 61px;
    height: 32px;
    margin: 0 20px 0 8px;
    background: url(//files.splashtop.com/2012/en/images/btn-watch-vdo3.png)
}


/* =Titles
-------------------------------------------------------------- */

.featured-title {
    font-size: 60px;
    letter-spacing: -1px;
    margin: 0;
    padding-top: 0;
    text-align: center;
}

.featured-subtitle {
    color: #0070b8;
    padding: 0 10px 0 60px;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
}

.featured-item h1 {
    font-family: 'Raleway', sans-serif;
}

.widget-title,
.widget-title-home h1,
.widget-title-home h2 {
    display: block;
    margin-top: 8px;
    padding: 15px 0 0 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    text-decoration: none;
    color: white;
}

.widget-title-home a:hover {
    text-decoration: none;
    color: #00a3d5;
}

.widget-subtitle-home {
    font-size: 12px;
    padding: 0 0 0 10px;
}

.widget-content-home {
    padding: 10px 6px;
    line-height: 1.3em;
    font-size: 1.3em;
    min-height: 60px;
    font-weight: 500;
}

.widget-title a {
    border-bottom: none;
    padding: 0 !important;
}

.title-404 {
    color: #933;
}


/* =404 Page 
-------------------------------------------------------------- */

.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
    width: auto;
}

.error404 .col-940 {
    padding: 16px;
}


/* =Top Menu
-------------------------------------------------------------- */

.top-menu {
    float: left;
    margin: 10px 0;
    padding: 0;
}

.top-menu li {
    display: inline;
    list-style-type: none;
}

.top-menu li a {
    border-left: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0 4px 0 8px;
}

.top-menu>li:first-child>a {
    border-left: none;
}

.top-menu li a:hover {
    color: #333;
}

.general-h3 {
    color: #0070b8;
    font-weight: 400;
    font-size: 20px;
    margin: 12px 12px 12px 0;
}

.good-h3 {
    float: left;
    width: 100%;
    height: 80px;
    font-size: 35px;
    color: #0070b8;
    font-weight: bold;
    line-height: 80px;
}

.font-Gotham {
    font-family: "Gotham", "Open Sans", Helvetica, Arial, sans-serif;
}

.good-line {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #bdbdbd;
}

.good-left-all,
.mobileiron-left-all {
    float: left;
    width: 65%;
}

.mobileiron-all {
    float: left;
    min-height: 400px;
    margin-left: 32px;
}

.good-right-all,
.mobileiron-right-all {
    float: right;
    min-height: 400px;
}

.mobile-iron-webinar {
    float: left;
    width: 90%;
    text-align: left;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.good-h4 {
    float: left;
    width: 440px;
    font-size: 20px;
    color: #0070b8;
    font-weight: bold;
}

.good-vdo {
    float: left;
    width: 440px;
    height: 225px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.partner-learn-more,
.good-learn-more {
    float: left;
    width: 65%;
    padding: 15px 10px;
    margin-top: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.good-first-p {
    font-size: 19px;
    line-height: 22px;
}

.li-margin-bottom {
    margin-bottom: 10px;
}

.good-learn-more-line {
    float: left;
    width: 442px;
    height: 1px;
    background-color: #d8d8d8;
    margin: 15px 0px;
}

.good-learn-more-p {
    float: left;
    width: 442px;
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    padding: 0px 8px;
}

a.good-learn-more-link {
    color: #0070b8;
    text-decoration: underline;
}

a.good-learn-more:hover {
    color: #0070b8;
    text-decoration: none;
}

.partner-right-all {
    float: right;
    width: 422px;
    min-height: 380px;
    margin-right: 32px;
}

#partner-logo img {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 180px;
}

.content-box,
.border-box {
    border-top: 3px solid #0070b8;
    background-color: #FFFFFF;
    /*padding: 12px 20px 5px 0;*/
    margin-bottom: 18px;
    color: #424242;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.content-box-small-left {
    float: left;
    width: 275px;
    border-top: 3px solid #d2d2d2;
    background-color: #e0e0e0;
    padding: 12px 16px 12px 18px;
    margin: 0px 10px 18px 0px;
    color: #424242;
}

.content-box-small-right {
    float: left;
    width: 275px;
    border-top: 3px solid #d2d2d2;
    background-color: #e0e0e0;
    padding: 12px 18px 12px 18px;
    margin: 0px 0px 18px 0px;
    color: #424242;
}

.content-box-bottom {
    margin-left: 32px;
}

.bcon {
    float: left;
    width: 234px;
    height: 60px;
    font-size: 12px;
    margin-top: 20px 0px;
    text-align: left;
}

.btitle {
    float: left;
    width: 234px;
    font-size: 20px;
}

.blink {
    float: right;
    width: 234px;
    font-size: 12px;
    text-align: right;
}

.cm-table-div {
    width: 100%;
}

.cm-gray-rows {
    background-color: #DCF2FE;
}

.cm-logos {
    width: 100%;
    border: none;
}

.font-Gotham {
    font-family: "Gotham", "Open Sans", Helvetica, Arial, sans-serif;
}

.font-Myriad-Pro {
    font-family: "Myriad Pro", "Open Sans", Helvetica, Arial, sans-serif;
}

.cm-table-div th {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    background-color: #77bce5;
    border-bottom: 3px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
    border: 1px solid #ddd;
}

.cm-table-div td {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10.5px;
    color: #666666;
    padding: 8px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.cm-th-sub {
    text-align: center;
}

.cm-check-png {
    text-align: center;
}

.cm-button1 a {
    width: 200px;
    height: 22px;
    margin-top: 5px;
    margin-left: 4px;
    margin-bottom: 4px;
    background: url(/wp-content/uploads/cm-button-products-pricing-1.png);
    display: block;
}

.cm-button1 a:hover {
    background: url(/wp-content/uploads/cm-button-products-pricing-1.png) 0 22px;
}

.cm-button2 a {
    width: 200px;
    height: 22px;
    margin-top: 5px;
    margin-left: 4px;
    margin-bottom: 4px;
    background: url(/wp-content/uploads/cm-button-products-pricing-2.png);
    display: block;
}

.cm-button2 a:hover {
    background: url(/wp-content/uploads/cm-button-products-pricing-2.png) 0 22px;
}

.cm-button3 a {
    width: 200px;
    height: 22px;
    margin-top: 5px;
    margin-left: 4px;
    margin-bottom: 4px;
    background: url(/wp-content/uploads/cm-button-products-pricing-3.png);
    display: block;
}

.cm-button3 a:hover {
    background: url(/wp-content/uploads/cm-button-products-pricing-3.png) 0 22px;
}

.cm-button4 a {
    width: 200px;
    height: 22px;
    margin-top: 5px;
    margin-left: 4px;
    margin-bottom: 4px;
    background: url(/wp-content/uploads/cm-button-products-pricing-x.png);
    display: block;
}

.cm-button4 a:hover {
    background: url(/wp-content/uploads/cm-button-products-pricing-x.png) 0 22px;
}

.cm-bg-gradient {
    background-image: -ms-linear-gradient(top, #ffffff 0%, #d9f4fe 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #d9f4fe 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #d9f4fe 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9f4fe));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #d9f4fe 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #d9f4fe 100%);
}

.cm-accolade {
    padding: 15px;
}

tbody {
    border-top: 0px;
}

.table-field {
    float: left;
    width: 240px;
    height: 20px;
    font-size: 12px;
    padding: 2px 5px;
    border: solid 1px #999999;
    margin: 0;
}

.s4b-h3 {
    float: left;
    width: 622px;
    height: 40px;
    font-size: 35px;
    color: #0070b8;
    font-weight: normal;
    margin-left: 32px;
    line-height: 40px;
}

.s4b-p,
.s4b-p-2r {
    float: left;
    width: 622px;
    margin-left: 32px;
}

.s4b-h3-industries-r {
    float: left;
    width: 421px;
    font-size: 21px;
    color: #0070b8;
    font-weight: bold;
    margin-bottom: 10px;
}

.cm-header {
    font-weight: normal;
    font-size: 22px;
    color: #0070b8;
}

.s4b-btn-start-trial {
    float: right;
    width: 206px;
    height: 50px;
    margin-right: 32px;
    margin-top: 4px;
}

.s4b-line {
    float: left;
    width: 94%;
    height: 1px;
    background-color: #bdbdbd;
    margin: 15px 32px 20px 32px;
}

.s4b-resources-btn-r-all {
    float: left;
    width: 94%;
    height: auto;
    margin-left: 32px;
}

.text-uppercase {
    text-transform: uppercase;
}

.industries-img {
    float: right;
    width: 172px;
    height: 172px;
    margin-right: 32px;
}

.s4b-p-industries {
    float: left;
    width: 600px;
    min-height: 78px;
    font-size: 15px;
    color: #707070;
    line-height: 20px;
    padding: 0;
    margin-bottom: 5px;
}

.region-sidebar-second {
    float: left;
    width: 265px;
}

#region-sidebar-content {
    float: right;
}

#sidebar {
    float: left;
    width: 200px;
    padding-left: 16px;
}

#widgets #sidebar nav {
    margin-bottom: 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#widgets #sidebar nav li {
    background-color: #e5e5e5;
    padding: 10px 15px;
    border: 1px solid #bebdbd;
    border-top: none;
}

#widgets #sidebar nav a {
    text-decoration: none;
    color: #929292;
}

nav {
    display: block;
    position: relative;
}

nav li {
    position: relative;
    list-style-type: none;
}

#widgets #sidebar nav ul,
nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#widgets #sidebar nav li.active a {
    color: #0070b8;
}


/* Press release list page
 * -------------------------------------------------------------------------------- */

#pressList .tabs li a,
#newsList .tabs li a {
    height: 31px;
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    font-size: 24px;
    border-bottom: solid 1px #CCCCCC;
    color: #CCCCCC;
    margin: 0 10px;
    font-weight: 400;
}

#newsList li a:hover,
#pressList li a:hover {
    text-decoration: none;
    color: #666666;
}

#newsList .tabs li.active a,
#pressList .tabs li.active a {
    color: #f2a132;
    border-bottom: solid 4px #cccccc;
    padding-bottom: 0px;
    background: none;
    font-weight: 400;
}

.press_content {
    margin-bottom: 20px;
}

#newsList .tabs,
#pressList .tabs {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    margin-top: 16px;
    background: none;
    width: 100%;
}

#news-content-box,
#pr-content-box {
    margin-left: 16px;
    margin-top: 32px;
}

#news-content-box td {
    padding: 5px;
    width: 20px;
}

#news-content-box img {
    width: 120px;
}

.newsbody {
    padding-bottom: 50px;
    font-size: 13px;
}

.press-items li {
    list-style-type: none;
    margin-bottom: 25px;
}

.press-items .press-image img.logo {
    max-width: 444px;
    height: auto;
}

.press-items .press-image img {
    border: 1px solid #bbb;
    background: #ccc;
    padding: 15px;
    border-radius: 8px;
}

.press-items .link2 {
    margin-left: 0px;
}

.press-items .links a,
.press-items .links2 a {
    border-right: 1px solid #999;
    padding-right: 5px;
    margin-right: 5px;
}

.press-items .links a:last-child,
.press-items .links2 a:last-child {
    border-right: none;
}

.press-items li.Xthreesome2 {
    padding-right: 0px;
}

.press-items li.threesome,
.press-items.threesomes li {
    float: left;
    padding-right: 20px;
    min-width: 29%;
}

.press-items.threesomes li.li_odd {
    clear: both;
}

.awards {
    position: relative;
}

.awards p {
    width: 70%;
}

.awards img {
    position: absolute;
    right: 0px;
    top: 5px;
}

ul.press-items {
    margin: 0;
    padding: 0;
}

.buttons {
    float: left;
    margin-right: 10px;
    margin-bottom: 12px;
}

.business-btn-orange {
    background: url('//files.splashtop.com/2012/en/images/button-sprite-orange.png') no-repeat scroll 0px 0px;
    width: 240px;
    height: 46px;
    line-height: 34px;
    padding: 7px 0px 0px 0px;
    border: none;
    text-indent: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #3c3c3c !important;
    text-shadow: #eee 0 1px 1px;
}

.business-btn-orange {
    display: block;
    background-repeat: no-repeat;
}

.business-btn-orange:hover {
    background-position: 0px -54px;
    text-decoration: none;
}

.blog-title {
    float: left;
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 130%;
    color: #145fef;
    text-align: left;
}

.blog-content {
    float: left;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #333333;
    text-align: left;
    line-height: 17px;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 20px;
}

.blog-date {
    float: left;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #666666;
    text-align: left;
    line-height: 15px;
    margin-bottom: 15px;
}

.blogCat {
    margin-bottom: 20px;
}

.addthis_button_compact {
    margin-right: 5px;
}

.addthis_toolbox .addthis_button_facebook_like {
    margin-left: 1px;
    height: 20px !important;
}

.addthis_toolbox .addthis_button_google_plusone {
    margin-left: 1px;
}

.addthis_toolbox .addthis_button_pinterest_pinit {
    margin-left: 5px;
    margin-top: -3px;
}

.addthis_toolbox .addthis_button_tweet {
    width: 50px !important;
}

.addthis_toolbox .addthis_pill_style {
    display: none !important;
}

.addthis_toolbox.addthis_default_style {
    width: 290px;
    margin-right: -20px;
}

.addthis_toolbox {
    float: right;
    margin-top: 20px;
}

#comments .title.comment-form {
    font-size: 12px;
    font-weight: 800;
}

.blognode ul.links li:after {
    content: " | ";
}

ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

#st2-tabs.tabs {
    list-style: none;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(top, #008ae2, #0070b8) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008ae2), to(#0070b8)) !important;
    background-image: -webkit-linear-gradient(top, #008ae2, #0070b8) !important;
    background-image: -o-linear-gradient(top, #008ae2, #0070b8) !important;
    background-image: linear-gradient(to bottom, #008ae2, #0070b8) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff008ae2', endColorstr='#ff0070b8', GradientType=0)!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#st2-tabs.tabs li a {
    float: left;
    width: 168px !important;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border-left: 1px solid #59abdf !important;
    color: #FFFFFF !important;
}

ul#st2-tabs {
    margin: 0 0 30px 0;
}

#st2-tabs.tabs li:first-child a {
    width: 169px !important;
}

#st2-tabs.tabs li:last-child a {
    width: 170px !important;
}

#st2-tabs.tabs li.active:first-child a {
    width: 169px !important;
    border-top-left-radius: 4px;
    color: #363636 !important;
    border-top: solid 1px #e0e0e0 !important;
    border-right: solid 1px #e0e0e0 !important;
    border-left: solid 1px #f9f9f9 !important;
}

#st2-tabs.tabs li.active:last-child a {
    width: 174px !important;
    border-top: solid 1px #e0e0e0 !important;
    border-right: solid 1px #e0e0e0 !important;
}

#st2-tabs.tabs li.active a {
    width: 171px !important;
    border-left: none;
    border-top: solid 1px #e0e0e0 !important;
    color: #363636 !important;
    background-image: -moz-linear-gradient(top, #ffffff, #fbfbfb) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fbfbfb)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #fbfbfb) !important;
    background-image: -o-linear-gradient(top, #ffffff, #fbfbfb) !important;
    background-image: linear-gradient(to bottom, #ffffff, #fbfbfb) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffbfbfb', GradientType=0)!important;
}

.bg-color {
    background-color: #e8e8e8;
}

.st2-overview {
    float: left;
    width: 100%;
    min-height: auto;
}

.st2-overview-top {
    float: left;
    width: 100%;
    min-height: 80px;
}

.st2-overview-top h3 {
    text-transform: uppercase;
    color: #0070b8;
    font-weight: 400;
    font-size: 20px;
}

.st2-h3 {
    float: left;
    width: 96%;
    font-size: 35px;
    color: #0070b8;
    font-weight: bold;
    margin-left: 32px;
}

.st2-p {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #707070;
    margin-left: 32px;
    margin-top: 20px;
}

.st2-img-1 {
    float: left;
    width: 100%;
    height: 205px;
    margin: 22px 0 18px 32px;
    background: url('//files.splashtop.com/2012/en/images/st2-overview-1.png') no-repeat scroll 0px 0px;
}

.st2-breadcrumbs {
    float: left;
    width: 100%;
    font-size: 11px !important;
    color: #595959 !important;
    line-height: 34px !important;
    margin: 0px !important;
    background-color: #FFFFFF;
}

.st2-h3-2 {
    float: left;
    width: 460px;
    font-size: 35px;
    color: #0070b8;
    font-weight: bold;
    margin-bottom: 12px;
}

.st2-p-2 {
    float: left;
    width: 460px;
    font-size: 15px;
    color: #707070;
    line-height: 20px;
    margin-left: 32px;
}

.font-color-black2 {
    color: #0070b8;
}

.text-uppercase {
    text-transform: uppercase;
}

.st2-img-content1 {
    float: left;
    width: 320px;
    height: 169px;
    margin: 19px 0px 0px 32px;
}

.st2-img-content2 {
    float: left;
    width: 275px;
    height: 169px;
    margin: 19px 0px 0px 0px;
}

.st2-img-content3 {
    float: left;
    width: 245px;
    height: 169px;
    margin: 19px 0px 0px 0px;
}

.st2-img-line {
    float: left;
    width: 1px;
    height: 151px;
    margin: 19px 0px 0px 0px;
    background-color: #bababa;
}

.step-title {
    float: left;
    width: 290px;
    height: 42px;
    font-size: 25px;
    color: #000000;
    margin-top: -7px;
}

.step-subtitle {
    float: left;
    width: 290px;
    height: 42px;
    font-size: 25px;
    color: #0070b8;
    margin-top: -12px;
}

.step-content {
    float: left;
    width: 290px;
    font-size: 14px;
    color: #707070;
    margin-top: -6px;
    margin-bottom: 10px;
    line-height: 21px;
}

.step-st2-icon {
    float: left;
    width: 53px;
    height: 56px;
    margin-right: 10px;
}

.step-st2-right {
    float: left;
    width: 250px;
    height: 56px;
}

.step-st2-right-icon {
    float: left;
    width: auto;
    height: 25px;
    margin: 0 3px 3px 0;
}

.step-st2-right-icon-word {
    float: left;
    width: auto;
    height: 25px;
    margin: 0 3px 3px 0;
    font-size: 9px;
    line-height: 12px;
    -webkit-text-size-adjust: 100%;
}

.step-st2-right-icon-word2 {
    float: left;
    width: auto;
    height: 25px;
    margin: 2px 3px 1px 2px;
    font-size: 9px;
    line-height: 12px;
    -webkit-text-size-adjust: 100%;
}

.step2-title {
    float: left;
    width: 250px;
    height: 42px;
    font-size: 25px;
    color: #000000;
    margin: -7px 15px 0px 15px;
}

.step2-subtitle {
    float: left;
    width: 250px;
    height: 42px;
    font-size: 25px;
    color: #0070b8;
    margin: -12px 15px 0px 15px;
}

.step2-content {
    float: left;
    width: 250px;
    font-size: 14px;
    color: #707070;
    margin: -6px 15px 8px 15px;
    line-height: 21px;
}

.step-dl-streamer {
    float: left;
    width: auto;
    height: 38px;
    margin-left: 15px;
}

.step3-title {
    float: left;
    width: 240px;
    height: 42px;
    font-size: 25px;
    color: #000000;
    margin: -7px 15px 0px 15px;
}

.step3-subtitle {
    float: left;
    width: 240px;
    height: 42px;
    font-size: 25px;
    color: #0070b8;
    margin: -12px 15px 0px 15px;
}

.step3-content {
    float: left;
    width: 240px;
    font-size: 14px;
    color: #707070;
    margin: -6px 15px 8px 15px;
    line-height: 21px;
}

.margin-top-5 {
    margin-top: 5px;
}

.streamer-icon {
    float: left;
    width: 38px;
    height: 38px;
    margin-left: 15px;
}


/* App Table
 * --------------------------------------------------------------------------------------- */

#app-table-main {
    width: 100%;
    margin: 0px auto 40px;
    border-collapse: collapse;
}

#app-table-main tbody {
    border-top: 0px;
}

#app-table-main .btn-download0,
#app-table-main .btn-download1,
#app-table-main .btn-download2,
#app-table-main .btn-download3,
#app-table-main .btn-download4 {
    width: 72px;
    height: 44px;
    text-indent: -9999px;
    margin-left: auto;
    margin-right: auto;
}

#app-table-main .btn-download4 {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) -40px -322px;
}

#app-table-main .btn-download4:hover {
    background-position: -40px -369px;
}

#app-table-main .btn-download2 {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) -262px -322px;
}

#app-table-main .btn-download2:hover {
    background-position: -262px -369px;
}

#app-table-main .btn-download1 {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) -373px -322px;
}

#app-table-main .btn-download1:hover {
    background-position: -373px -369px;
}

#app-table-main .btn-download0 {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) -484px -322px;
}

#app-table-main .btn-download0:hover {
    background-position: -484px -369px;
}

#app-table-main .col1 {}

#app-table-main .col1.cell {
    padding: 25px 10px 10px;
    border-left: none;
}

#app-table-main .col9.cell {
    border-right: none;
    padding-left: 2px;
    padding-right: 0;
}

#app-table-main .col1.droid {
    background-position: -228px -33px;
}

#app-table-main .col1.win {
    background-position: -301px -33px;
}

#app-table-main .col1.kindle {
    background-position: -377px -33px;
}

#app-table-main .col1.nook {
    background-position: -450px -33px;
}

#app-table-main .col1.webos {
    background-position: -536px -33px;
}

#app-table-main .col1.bby {
    background-position: -630px -33px;
}

#app-table-main .col1.noicon {
    background-image: none;
    padding-top: 10px;
}

#app-table-main .rowa {
    background: #e0e0e0;
    height: 50px;
}

#app-table-main .rowb {
    background: #e0e0e0;
    height: 50px;
}

#app-table-main .cell {
    border-right: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    vertical-align: middle;
    font-size: 10px;
    width: 85px;
    text-align: center;
    padding: 10px 2px;
}

.ie7 #app-table-main .cell {
    border: 1px solid #9c9c9c;
}

#app-table-main .bd-t {
    border-top: 1px solid #9c9c9c;
}

#app-table-main .bd-b {
    border-bottom: 1px solid #9c9c9c;
}

#app-table-main .table-title {
    background-image: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#app-table-main .table-title {
    background-image: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    vertical-align: bottom;
    padding-bottom: 10px;
    height: 60px;
}

#app-table-main .appdesc .cell {
    padding-top: 0;
    padding-bottom: 0;
}

.ie7 #app-table-main .pad {
    padding-top: 10px;
    padding-bottom: 10px;
}

#app-table-main .question-icon {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) no-repeat -40px -40px;
    width: 17px;
    display: block;
    text-indent: -9999px;
    height: 17px;
    margin-left: auto;
    margin-right: auto;
}

#app-table-main .question-icon:hover {
    background-position: -40px -183px;
}

#app-table-main .gallery-icon {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) no-repeat -115px -40px;
    width: 28px;
    display: block;
    text-indent: -9999px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
}

#app-table-main .view {
    display: inline-block;
    text-indent: -9999px;
}

#app-table-main .gallery-icon:hover {
    background-position: -115px -183px;
}

#app-table-main .help-icon a {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) no-repeat -826px -43px;
    width: 13px;
    display: inline-block;
    text-indent: -9999px;
    height: 13px;
    margin-right: -16px;
}

#app-table-main .help-icon a:hover {
    background-position: -826px -184px;
}

#app-table-main .checkmark0 {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) no-repeat -749px -40px;
    width: 17px;
    display: block;
    text-indent: -9999px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
}

#app-table-main .checkmark3 {
    background: url(//files.splashtop.com/2012/en/images/app-catalog-sprite.png) no-repeat -749px -40px;
    width: 35px;
    display: block;
    text-indent: -9999px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
}

#main .app-catalog-disclaimer {
    font-size: 10px;
    margin-bottom: 20px;
}

.tooltipsy {
    padding: 10px;
    max-width: 250px;
    color: #303030;
    background-color: #b0d6fa;
    border: 1px solid #deca7e;
    margin-bottom: 5px;
}

#product-tabs {
    width: 100%;
    margin-right: 0px;
}

#wrapper .with-icon {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.btn:hover {
    background-position: -8px -428px;
    text-decoration: none;
}

.btn-blue:hover {
    background-position: -8px -551px;
}

.buttons .btn {
    float: left;
    margin-left: 8px;
}

.btn-blue {
    background-position: -8px -497px;
}

#wrapper .with-icon img {
    float: left;
    margin-right: 10px;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

ul li,
ol li {
    margin: 0.5em;
}

div.view-content div.item-list ul li {
    list-style-type: none;
    margin: 0;
}

.whiteboard-overview {
    float: left;
    width: 100%;
    height: auto;
}

.whiteboard-overview-word {
    float: left;
    width: 520px;
    height: auto;
}

.whiteboard-overview-flipchart-banner {
    float: left;
    width: auto;
    height: 130px;
    padding: 30px 0 10px 20px;
}

.whiteboard-overview-vdo {
    float: left;
    width: 390px;
    height: 243px;
    padding-left: 20px;
    padding-top: 50px;
}

.whiteboard-control1-content {
    float: left;
    width: 460px;
    height: 240px;
}

.whiteboard-control-img {
    float: right;
    width: 280px;
    height: 240px;
    font-size: 13px;
    color: #000000;
    text-align: center;
    margin-left: 10px;
}

.whiteboard-control2-img {
    float: left;
    width: 240px;
    height: 148px;
}

.whiteboard-control2-content {
    float: left;
    width: 520px;
    height: auto;
    padding-top: 20px;
}

.whiteboard-annotate1-1 {
    float: left;
    width: 748px;
    height: 130px;
    text-align: center;
    line-height: 20px;
    margin: 0px 16px 16px 16px;
}

.whiteboard-annotate1-2 {
    float: left;
    width: 280px;
    height: 230px;
    margin-left: 60px;
    margin-right: 40px;
    text-align: center;
    line-height: 20px;
}

.whiteboard-annotate1-3 {
    float: left;
    width: 280px;
    height: 230px;
    margin-left: 40px;
    margin-right: 60px;
    text-align: center;
    line-height: 20px;
}

.whiteboard-annotate2-1-content {
    float: left;
    width: 460px;
    height: auto;
    margin: 16px 0px 0px 0px;
}

.whiteboard-annotate2-1 {
    float: left;
    width: 310px;
    height: 160px;
    margin: 16px 0px 0px 10px;
}

.whiteboard-lifelike1-1 {
    float: left;
    width: 354px;
    height: 220px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    color: #000000;
}

.whiteboard-lifelike1-2 {
    float: left;
    width: 354px;
    height: 220px;
    margin-right: 40px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    color: #000000;
}

.whiteboard-lifelike1-3-content {
    float: left;
    width: 748px;
    height: auto;
    margin: 16px 0;
}

.whiteboard-lifelike2-1-content {
    float: left;
    width: 508px;
    height: auto;
    padding-top: 20px;
}

.whiteboard-lifelike2-1 {
    float: left;
    width: 240px;
    height: 150px;
}

.whiteboard-gallery-title {
    float: left;
    width: 480px;
    height: auto;
    margin-top: 20px;
    margin-left: 130px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
}

.whiteboard-gallery623 {
    float: left;
    width: 480px;
    height: 360px;
    margin-bottom: 20px;
    margin-left: 130px;
    border: solid 1px #000000;
}

.wb-flipchart-img {
    width: 700px;
    height: auto;
    margin-left: 26px;
}

.wb-flipchart {
    float: left;
    width: 700px;
    height: auto;
    margin: 20px 24px 10px 24px;
}

.wb-flipchart-content-left {
    float: left;
    width: 390px;
    height: auto;
    padding: 0 300px 0 25px;
    position: relative;
    margin-top: 20px;
}

.wb-flipchart-content-left img {
    position: absolute;
    left: 424px;
    top: 0px;
}

.wb-flipchart-content-right {
    float: left;
    width: 340px;
    height: 100px;
    padding: 0 0 0 390px;
    position: relative;
    margin-top: 10px;
}

.wb-flipchart-content-right img {
    position: absolute;
    left: 25px;
}

.whiteboard-content {
    width: 96%;
    height: auto;
}

.support-icon-all {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.support-icon-all-title {
    float: left;
    width: 100%;
    height: 50px;
    background-color: #979797;
    border-bottom: solid 4px #7c7c7c;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 40px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.support-icon-one {
    float: left;
    width: 30%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 20px;
    -moz-box-shadow: 2px 2px 5px #979797;
    -webkit-box-shadow: 2px 2px 5px #979797;
    box-shadow: 2px 2px 5px #979797;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.support-icon-two {
    float: left;
    width: 319px;
    height: auto;
    margin-bottom: 30px;
    -moz-box-shadow: 2px 2px 5px #979797;
    -webkit-box-shadow: 2px 2px 5px #979797;
    box-shadow: 2px 2px 5px #979797;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.support-icon-content {
    float: left;
    width: 100%;
    height: 300px;
    padding: 24px;
    background-color: #f6f6f6;
    text-align: center;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.support-icon-title {
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    color: #FFFFFF;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.support-icon-stp-title {
    background-color: #6fa900;
    border-bottom: solid 4px #598800;
}

.support-icon-stb-title {
    background-color: #5e2fa5;
    border-bottom: solid 4px #46227e;
}

.support-icon-ste-title {
    background-color: #005eb2;
    border-bottom: solid 4px #004a8c;
}

.support-icon-stv-title {
    background-color: #40A9FF;
    border-bottom: solid 4px #1890FF;
}

.STP-name {
    color: #6fa900;
    font-size: 18px !important;
    font-weight: bold;
}

.STB-name {
    color: #5e2fa5;
    font-size: 18px !important;
    font-weight: bold;
}

.STE-name {
    color: #005eb2;
    font-size: 18px !important;
    font-weight: bold;
}

.STV-name {
    color: #40A9FF;
    font-size: 18px !important;
    font-weight: bold;
}

.support-icon a {
    width: 82px;
    height: 82px;
    display: block;
    margin: 0 auto;
}

.support-icon-splashtoppersonal a {
    background: url(/wp-content/uploads/STP_72.png);
}

.support-icon-splashtoppersonal a:hover {
    background: url(/wp-content/uploads/STP_72.png) 0 82px;
}

.support-icon-splashtopbusiness a {
    background: url(/wp-content/uploads/STB_72.png);
}

.support-icon-splashtopbusiness a:hover {
    background: url(/wp-content/uploads/STB_72.png) 0 82px;
}

.support-icon-splashtopenterprise a {
    background: url(/wp-content/uploads/STE_72.png);
}

.support-icon-splashtopenterprise a:hover {
    background: url(/wp-content/uploads/STE_72.png) 0 82px;
}

.support-icon-splashtopvault a {
    background: url(/wp-content/uploads/Vault-logo-blue.png);
    background-size: 82px;
}

.support-icon-splashtopvault a:hover {
    background: url(/wp-content/uploads/Vault-logo-blue.png);
    background-size: 82px;
}

.support-icon-cell {
    float: left;
    padding: 15px 0px 32px;
    font-size: 15px;
    color: #000000;
    text-align: center;
}

.support-icon-desc {
    color: #858584;
    text-align: center;
}

.support-icon-splashtop2 a {
    background: url(//files.splashtop.com/2012/en/images/STR2_72.png);
}

.support-icon-splashtop2 a:hover {
    background: url(//files.splashtop.com/2012/en/images/STR2_72.png) 0 82px;
}

.support-icon-splashtopforbusiness a {
    background: url(/wp-content/uploads/stb-rs.png);
}

.support-icon-splashtopforbusiness a:hover {
    background: url(//files.splashtop.com/2012/en/images/STB_72.png) 0 82px;
}

.support-icon-classroom a {
    background: url(//files.splashtop.com/2012/en/images/STA_72.png);
}

.support-icon-classroom a:hover {
    background: url(//files.splashtop.com/2012/en/images/STA_72.png) 0 82px;
}

.support-icon-remote a {
    background: url(//files.splashtop.com/2012/en/images/STR_72.png);
}

.support-icon-remote a:hover {
    background: url(//files.splashtop.com/2012/en/images/STR_72.png) 0 82px;
}

.support-icon-whiteboard a {
    background: url(//files.splashtop.com/2012/en/images/SWB_72.png);
}

.support-icon-whiteboard a:hover {
    background: url(//files.splashtop.com/2012/en/images/SWB_72.png) 0 82px;
}

.support-icon-whiteboard2 a {
    background: url(//files.splashtop.com/2012/en/images/SWB2_72.png);
}

.support-icon-whiteboard2 a:hover {
    background: url(//files.splashtop.com/2012/en/images/SWB2_72.png) 0 82px;
}

.support-icon-filehound a {
    background: url(//files.splashtop.com/2012/en/images/FileHound_72_r.png);
}

.support-icon-filehound a:hover {
    background: url(//files.splashtop.com/2012/en/images/FileHound_72_r.png) 0 82px;
}

.support-icon-camcam a {
    background: url(//files.splashtop.com/2012/en/images/remote-camera-icon-72.png);
}

.support-icon-camcam a:hover {
    background: url(//files.splashtop.com/2012/en/images/remote-camera-icon-72.png) 0 82px;
}

.support-icon-xdisplay a {
    background: url(//files.splashtop.com/2012/en/images/STXD_72.png);
}

.support-icon-xdisplay a:hover {
    background: url(//files.splashtop.com/2012/en/images/STXD_72.png) 0 82px;
}

.support-icon-touchpad a {
    background: url(//files.splashtop.com/2012/en/images/STRC_72.png);
}

.support-icon-touchpad a:hover {
    background: url(//files.splashtop.com/2012/en/images/STRC_72.png) 0 82px;
}

.support-icon-presenter a {
    background: url(//files.splashtop.com/2012/en/images/STRP_3_72.png);
}

.support-icon-presenter a:hover {
    background: url(//files.splashtop.com/2012/en/images/STRP_3_72.png) 0 82px;
}

.support-icon-STRWIN8 a {
    background: url(//files.splashtop.com/2012/en/images/STRWIN8_72.png);
}

.support-icon-STRWIN8 a:hover {
    background: url(//files.splashtop.com/2012/en/images/STRWIN8_72.png) 0 82px;
}

.support-icon-W8GP a {
    background: url(//files.splashtop.com/2012/en/images/W8GP_72.png);
}

.support-icon-W8GP a:hover {
    background: url(//files.splashtop.com/2012/en/images/W8GP_72.png) 0 82px;
}

.support-icon-filefly a {
    background: url(//files.splashtop.com/2012/en/images/filefly_72.png);
}

.support-icon-filefly a:hover {
    background: url(//files.splashtop.com/2012/en/images/filefly_72.png) 0 82px;
}

.competitive-page {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.competitive-top {
    float: left;
    width: 96%;
    border-bottom: solid 1px #c8c8c8;
    margin-left: 32px;
    margin-right: 32px;
}

.competitive-top-left {
    float: left;
    height: 60px;
}

.competitive-top-subtitle {
    font-size: 13px;
    line-height: 15px;
    color: #dd6600;
    text-transform: uppercase;
    font-weight: bold;
}

.competitive-top-title {
    font-size: 35px;
    line-height: 35px;
    color: #0070b8;
    font-weight: bold;
}

.competitive-top-right {
    float: right;
    width: 310px;
    height: 120px;
}

.competitive-left {
    width: 580px;
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    margin-left: 32px;
}

.competitive-left-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #0070b8;
    font-weight: bold;
    line-height: 20px;
}

.competitive-left-subtitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
    ;
    font-weight: bold;
    line-height: 22px;
}

.competitive-right {
    float: right;
    width: 310px;
    margin-top: 20px;
    margin-right: 32px;
}

.competitive-right-01 {
    float: right;
    width: 310px;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    line-height: 36px;
}

.competitive-right-02 {
    float: right;
    width: 286px;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0173ba;
    font-weight: bold;
    line-height: 36px;
    padding: 4px 12px 12px 12px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.competitive-right-02-btn {
    float: left;
    width: 120px;
    height: 22px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    background-color: #abc03d;
    font-weight: bold;
    line-height: 22px;
    padding: 6px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.competitive-right-03 {
    float: right;
    width: 310px;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #535353;
    font-weight: bold;
    line-height: 36px;
}


/* 2013-06-14 */

.usecase-page {
    float: left;
    width: 908px;
    margin: 20px 0px;
}

.usecase-top {
    float: left;
    width: 908px;
    border-bottom: solid 1px #c8c8c8;
}

.usecase-top-left {
    float: left;
    width: 900px;
    height: 90px;
}

.usecase-top-subtitle {
    font-size: 13px;
    line-height: 15px;
    color: #dd6600;
    text-transform: uppercase;
    font-weight: bold;
}

.usecase-top-title {
    font-size: 28px;
    line-height: 35px;
    color: #0070b8;
    font-weight: bold;
}

.usecase-top-right {
    float: right;
    width: 310px;
    height: 120px;
}

.usecase-left {
    float: left;
    width: 530px;
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
    line-height: 20px;
}

.usecase-left-title {
    color: #0070b8;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 10px;
}

.usecase-left-subtitle {
    float: left;
    width: 530px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 22px;
}

.usecase-right {
    float: right;
    width: 310px;
    margin-top: 20px;
}

.usecase-right-01 {
    float: right;
    width: 310px;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    line-height: 36px;
}

.usecase-right-02 {
    float: right;
    width: 286px;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0173ba;
    font-weight: bold;
    line-height: 36px;
    padding: 4px 12px 12px 12px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.usecase-right-02-btn {
    float: left;
    width: 120px;
    height: 22px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    background-color: #abc03d;
    font-weight: bold;
    line-height: 22px;
    padding: 6px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.usecase-right-03 {
    float: right;
    width: 310px;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #535353;
    font-weight: bold;
    line-height: 36px;
}

#company-logo {
    background: url('/wp-content/uploads/cropped-splashtop-logo.png') no-repeat;
    display: block;
    text-indent: -9999px;
    text-align: center;
    width: 240px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}


/* The CSS */

#custom_select select,
.custom_select select {
    padding-left: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: 1px;
    text-overflow: '';
    overflow: hidden;
}

#custom_select select::-ms-expand,
.custom_select select::-ms-expand {
    display: none;
}


/* Select */

#custom_select,
.custom_select {
    width: 252px;
    position: relative
}

#custom_select:after,
.custom_select:after {
    content: "▼";
    color: #aaa;
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

#custom_select:before,
.custom_select:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block;
}

.s4be-right-sidebar {
    float: right;
    width: 240px;
    margin-right: 10px;
    margin-top: 32px;
}

.s4be-block-radius,
.s4p-block-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.s4be-block-radius-edu,
.s4p-block-radius-edu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.s4b-trial {
    background: #0070b8;
    background: url('/wp-content/uploads/radial-gradient-copy.png') 50% 50% no-repeat;
    background: linear-gradient(#77cadf, #0070b8);
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 7px;
    width: 49%;
    text-transform: uppercase;
    float: left;
}

.s4b-buy-now {
    background: url('/wp-content/uploads/radial-gradient-copy.png') 50% 50% no-repeat;
    background: linear-gradient(#77cadf, #0070b8);
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 0px;
    margin-top: 7px;
    width: 49%;
    text-transform: uppercase;
    float: right;
}

.s4b-right-sidebar-header {
    width: 240px;
}

.s4e-trial {
    background: #0070b8;
    background: url('/wp-content/uploads/radial-gradient-copy.png') 50% 50% no-repeat;
    background: linear-gradient(#77cadf, #0070b8);
    background-size: 240px 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 32px;
    width: 240px;
    text-transform: uppercase;
}

.pricing-button {
    background-size: 180px 30px;
    height: 30px;
    width: 180px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}

.s4p-button {
    background: #35730E;
    background: linear-gradient(#35730E, #A2C84F);
}

.s4b-button {
    background: #451F6C;
    background: linear-gradient(#451F6C, #8556B6);
}

.s4e-button {
    background: #102F89;
    background: linear-gradient(#102F89, #4688C5);
}

.s4s-button {
    background: #E59501;
    background: linear-gradient(#E59501, #F7BA02);
}

.s4e-trial a,
.s4b-trial a,
.s4p-button a,
.s4b-button a,
.s4e-button a,
.s4s-button a,
.s4b-buy-now a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.s4be-refer-grid {
    width: 240px;
    height: 120px;
    position: relative;
    padding: 0;
    margin-right: 32px;
    margin-top: 20px;
    background-color: rgba(15, 14, 14, 0.81);
}

#praise_sidebar_list {
    height: 81px;
}

.s4be-edu-grid {
    width: 240px;
    height: 240px;
    position: relative;
    padding: 0;
    margin-right: 32px;
    margin-top: 20px;
    background-color: rgba(15, 14, 14, 0.81);
}

.s4be-classroom-grid {
    width: 240px;
    height: 160px;
    position: relative;
    padding: 0;
    margin-right: 32px;
    margin-top: 20px;
    background-color: rgba(15, 14, 14, 0.81);
}

.s4be-refer-piece {
    width: 100%;
    height: 40px;
    border-bottom: 1px dotted #fff;
}

.s4be-refer-piece a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.s4be-refer-icon {
    float: left;
    padding-left: 15px;
    line-height: 40px;
}

.s4be-refer-title {
    margin-left: 10px;
    line-height: 40px;
}

.s4be-case-study {
    float: right;
    font-size: 14px;
    margin-top: 20px;
    height: auto;
    vertical-align: top;
    color: #999;
    line-height: 1.5;
    width: 240px;
}

.general-banner {
    background: url("/wp-content/uploads/Banner_ENT.jpg");
    width: 100%;
    height: 200px;
}

.s4be-banner-enterprise {
    background: url("/wp-content/uploads/Banner_ENT.jpg");
}

.s4be-banner-business {
    background: url("/wp-content/uploads/Banner_BUSINESS.jpg");
}

.s4be-banner-classroom {
    background: url("/wp-content/uploads/Banner_Classroom.png");
}

.classroom-area-1,
.classroom-area-2,
.classroom-area-3,
.classroom-area-4,
.classroom-area-5,
.classroom-area-6 {
    height: 200px;
    width: 100%;
    padding-top: 10px;
    float: left;
}

.classroom-area-7 {
    margin-top: 30px;
    float: left;
}

.products-title-new {
    background: url('/wp-content/uploads/new.png') 100% 100% no-repeat;
}

.products-item-new {
    background: url('/wp-content/uploads/new.png') 100% 50% no-repeat;
}

.s4be-banner-desc-block {
    margin-left: 52px;
    padding-top: 42px;
    padding-bottom: 40px;
    color: #fff;
    width: 480px;
    display: block;
}

.s4be-banner-desc-title {
    font-size: 38px;
    margin-bottom: 20px;
}

.s4be-banner-desc-details {
    font-size: 18px;
    line-height: 26px;
}

.general-right-sidebar {
    float: right;
    width: 280px;
    padding-right: 32px;
}

.general-right-logo {
    float: right;
    line-height: 40px;
}

.general-title {
    color: #0070b8;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.2em;
    margin: 32px 32px 32px 32px;
}

.general-subtitle {
    color: #0070b8;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.general-content-box {
    /*width: 90%;*/
    margin: 32px auto;
    color: #424242;
}

.management-grid {
    width: 100%;
    margin: 32px 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.management-title {
    font-size: 15px;
    color: #d0630b;
    margin-bottom: 10px;
}

.management-desc {
    padding: 0 32px;
    max-width: 800px;
}

.management-photo img {
    width: 180px;
}

.management-grid-desc {
    line-height: 20px;
}

.board-director-title,
.board-grid-desc,
.advisor-title,
.advisor-grid-desc {
    margin-left: 0px;
    width: 100%;
}


/* Personal Page Begin */

#personal-tabs li {
    text-decoration: none;
    list-style: none;
}

.s4p-refer-grid {
    height: 200px;
}

.s4p-content-block {
    margin-bottom: 18px;
    margin-left: 32px;
    color: #424242;
    width: 100%;
}

.s4p-steps-block {
    float: left;
    width: 615px;
    height: 186px;
    margin-top: 10px;
    margin-left: -26px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 5px 0 #888;
}

.s4p-steps-box {
    float: left;
    width: 205px;
    height: 140px;
    padding-left: 5px;
}

.s4p-steps-box-1 {
    float: left;
    width: 100%;
    height: 140px;
    padding-left: 5px;
}

.s4p-steps-title {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
}

.s4p-steps-subtitle {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #0070b8;
    margin-bottom: 5px;
}

.s4p-steps-desc {
    float: left;
    color: #707070;
    margin-bottom: 5px;
}

.s4p-steps-header {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.s4p-steps-download-link {
    font-size: 9px;
    float: right;
    width: 230px;
    margin-bottom: 10px;
}

.s4p-steps-download-icons {
    margin-left: 3px;
    margin-right: 3px;
    float: left;
}

.s4p-steps-download-desc {
    line-height: 12px;
    margin-left: 3px;
}

.s4p-icon {
    float: left;
    margin-left: 10px;
}

.s4p-download-button {
    float: left;
    background: #0094de;
    background-size: 150px 0px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    width: 150px;
}

.s4p-title {
    color: #0070b8;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2em;
    margin: 32px;
}

.s4p-subtitle {
    color: #0070b8;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 32px;
    margin-bottom: 10px;
}

.s4p-demo-video {
    float: left;
    width: 90%;
    margin-left: 32px;
    margin-right: auto;
    margin-bottom: 10px;
}

.s4be-banner-personal {
    background: url("/wp-content/uploads/Banner_PERSONAL.jpg");
}


/* Personal Page End */


/* Whiteboard Page Begin */

.wb-refer-grid {
    height: 160px;
}

.wb-get-app {
    background: url('/wp-content/uploads/radial-gradient-copy.png') 50% 50% no-repeat;
    background: linear-gradient(#77cadf, #0070b8);
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    margin-top: 7px;
    width: 140px;
    text-transform: uppercase;
    float: left;
}

.wb-get-app a {
    color: #ffffff;
    text-decoration: none;
}

.wb-right-sidebar-header {
    width: 275px;
}

.wb-control-left-content {
    width: 65%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wb-control-right-icon {
    float: left;
    text-align: center;
    margin-left: 10px;
    font-size: 13px;
    width: 30%;
}

.wb-control-left-icon {
    float: left;
}

.wb-control-right-content {
    float: left;
    width: 65%;
    margin-left: 20px;
}

.wb-annotate-left-content,
.wb-lifelike-left-content {
    float: left;
    margin-top: 20px;
    width: 60%;
}

.wb-annotate-right-icon,
.wb-lifelike-right-icon {
    float: left;
    margin-top: 20px;
    width: 30%;
}

.wb-annotate-center-icon,
.wb-lifelike-center-icon {
    float: left;
    width: 40%;
    padding-left: 30px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wb-annotate-instruction-bar {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.wb-gallery-title {
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
}

.wb-gallery-image {
    width: 100%;
    margin-bottom: 30px;
}

.wb-flipchart-background {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wb-flipchart-right-image {
    float: left;
    width: 40%;
}

.wb-flipchart-left-content {
    float: left;
    width: 50%;
}

.wb-flipchart-new {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.wb-flipchart-left-image {
    width: 60%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wb-flipchart-right-content {
    float: left;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.s4be-banner-whiteboard {
    background: url("/wp-content/uploads/Banner_WHITEBOARD_TreatmentV3.jpg");
}


/* End of Whiteboard * /

/* Begin of Solutions */

.solutions-banner {
    background: url("/wp-content/uploads/Banner_REMOTE-V2.jpg");
    width: 100%;
    /*height: 200px;*/
}

.solutions-banner-3d-cad-cam-bim {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-education {
    background: url("/wp-content/uploads/Banner_EDU_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-financial {
    background: url("/wp-content/uploads/Banner_FINANCE_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-government {
    background: url("/wp-content/uploads/Banner_Gov_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-healthcare {
    background: url("/wp-content/uploads/Banner_HEALTHCARE.jpg");
    background-size: cover;
}

.solutions-banner-vdi-alternative {
    background: url("/wp-content/uploads/Banner_VDI_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-dot-net-java-apps {
    background: url("/wp-content/uploads/Banner_NET_JAVA_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-erp-lob-apps {
    background: url("/wp-content/uploads/Banner_ERP_LOB.jpg");
    background-size: cover;
}

.solutions-banner-rdp-vpn-alternative {
    background: url("/wp-content/uploads/Banner_New_VPN-V2.jpg");
    background-size: cover;
}

.solutions-banner-remote-support {
    background: url("/wp-content/uploads/Banner_REMOTE-V2.jpg");
    background-size: cover;
}

.solutions-banner-good {
    background: url("/wp-content/uploads/Banner_Good-V2.jpg");
    background-size: cover;
    min-height: 340px;
}

.solutions-banner-mobileiron {
    background: url("/wp-content/uploads/Banner_MobileIron_V3.jpg");
    background-size: cover;
    min-height: 320px;
}

.solutions-banner-airwatch {
    background: url("/wp-content/uploads/Banner_Airwatch3.jpg");
    background-size: cover;
    min-height: 320px;
}

.solutions-banner-ie-browser-in-a-box {
    background: url("/wp-content/uploads/Banner_IE_BIB.jpg");
    background-size: cover;
}

.solutions-banner-collaborative-browser {
    background: url("/wp-content/uploads/Banner_collab.png");
    background-size: cover;
}

.solutions-banner-desc-block {
    margin-left: 52px;
    padding-top: 42px;
    padding-bottom: 40px;
    color: #fff;
    width: auto;
    display: block;
}

.solutions-banner-desc-title {
    font-size: 38px;
    margin-bottom: 20px;
}

.solutions-banner-desc-details {
    font-size: 18px;
    line-height: 26px;
}

.solutions-title {
    color: #0070b8;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2em;
    /*margin-left: 32px;*/
    margin-top: 32px;
    margin-bottom: 10px;
}

.solutions-content-block {
    margin-bottom: 18px;
    /*margin-left: 32px;*/
    color: #424242;
    width: 100%;
}

#banner-solutions-widget p,
#right-solutions-widget p {
    margin: 0;
}

.s4be-refer-grid li,
.s4be-edu-grid li,
.s4be-classroom-grid li {
    text-decoration: none;
    list-style: none;
    margin: 0;
}


/* End of Solutions */

.s4be-banner-accolades {
    background: url("/wp-content/uploads/Banner_PRAISE_TreatmentV3.jpg");
}


/* Begin of Start Free Trial */

.freetrial-right {
    float: right;
    width: 40%;
    margin-left: 40px;
    margin-right: 64px;
    margin-top: 20px;
}

.freetrial-left {
    float: left;
    width: 40%;
    margin-left: 32px;
    margin-right: 40px;
    margin-top: 20px;
}

.description-container {
    float: left;
    width: 100%;
    height: 350px;
    padding: 15px 15px;
    text-align: left;
    background-color: #dcdcdc;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}


/* End of Start Free Trial */


/* Sitemap */

.sitemap-box {
    padding: 0;
    margin-bottom: 18px;
    color: #424242;
}

.sitemap-box.left,
.sitemap-box.middle,
.sitemap-box.right {
    width: 250px;
    float: left;
}

.sitemap-box.middle,
.sitemap-box.right {
    margin-left: 40px;
}

.sitemap-box a {
    color: #424242;
}

.sitemap-box h4 {
    font-size: 14px;
    color: #656565;
    padding-top: 20px;
    border-top: 3px solid #d2d2d2;
    margin-bottom: 20px;
}

.sitemap-box p {
    margin-bottom: 5px;
}

.sitemap-box p.last,
.sitemap-box h4.last {
    margin-bottom: 20px;
}


/* Begin of Partners */

.partners-banner {
    background: url("/wp-content/uploads/Banner_Ent_8_30.jpg");
    width: 100%;
    height: 200px;
}

.partners-banner-channel-programs {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-referral {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-reseller {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-technology-partners {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-application-isv {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-oem {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-apply-now {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-webinar {
    background: url("/wp-content/uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-right-sidebar {
    float: right;
    width: 315px;
}

.partners-right-sidebar p {
    margin: 0;
}

.partners-banner-desc-block {
    margin-left: 52px;
    padding-top: 42px;
    padding-bottom: 40px;
    color: #fff;
    width: 480px;
    display: block;
}

.partners-banner-desc-title {
    font-size: 38px;
    margin-bottom: 20px;
}

.partners-banner-desc-details {
    font-size: 18px;
    line-height: 26px;
}

.partners-title {
    color: #0070b8;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5em;
    margin-left: 32px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.partners-subtitle {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.partners-content-block,
.partners-content-box {
    margin-bottom: 18px;
    /*margin-left: 32px;*/
    color: #424242;
    width: 100%;
}

.partners-content-box .product-buttons {
    max-width: 400px;
}


/* end of Partners */


/* Begin of System status*/

.status-title {
    color: #0070b8;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.status-content-box {
    height: 351px;
}

.status-right {
    float: right;
    width: 35%;
    height: 100%;
}

.status-right-title {
    height: 44px;
    color: #000000;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    background-image: url(/wp-content/uploads/status-right01_bg.png);
}

.status-right-content-wrapper {
    background-color: #d1d1d1;
    padding: 15px 0 15px 15px;
    height: 277px;
    /* 351 - 44 = 307 - 15 * 2 */
}

.status-right-content {
    height: 277px;
    overflow: auto;
}

.status-left {
    float: left;
    width: 65%;
    color: #000000;
    height: 100%;
}

.status-left-normal {
    background-image: url(/wp-content/uploads/server-status-normal.png);
}

.status-left-app-unavailable {
    background-image: url(/wp-content/uploads/server-status-app-unavailable.png);
}

.status-left-unstable {
    background-image: url(/wp-content/uploads/server-status-unstable.png);
}

.status-left-maintenance {
    background-image: url(/wp-content/uploads/server-status-maintenance.png);
}

.status-left-content {
    float: right;
    margin-right: 40px;
    margin-top: 140px;
}

.status-left-content .title {
    line-height: 32px;
    font-size: 24px;
    color: #595959;
}

.status-left-content .status {
    line-height: 44px;
    font-size: 32px;
    color: #595959;
}

.status-left-content .desc {
    line-height: 16px;
    font-size: 12px;
    color: #595959;
}

.download-apps,
.download-streamers {
    width: 45%;
}

.download-apps-box,
.download-streamers-box {
    border: 1px solid rgba(229, 229, 229, 1.0);
    padding: 10px;
}

.download-product-choices,
.download-platform-choices {
    padding: 10px;
}

.download-block-radius,
.credits-block-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.download-go-button {
    background: #F1712C;
    background-size: 60px 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 32px;
    width: 60px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.download-go-button a,
.credits-view-button a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.download-go-button a:hover,
.credits-view-button a:hover {
    color: #FF0000;
    text-decoration: none;
}


/* 20120629 Whiteboard stylus*/

.stylus {
    float: left;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    background: #FFFFFF;
}

.stylus-pic {
    float: left;
    width: 100%;
    height: 336px;
    margin-left: 90px;
    background: url(//files.splashtop.com/2012/en/images/wb-event-FreeSplashtopStylus.jpg) no-repeat;
}

.wb-column-a {
    float: left;
    width: 32%;
    height: 240px;
    text-align: left;
    background-color: #eaeaea;
    background: #3498db;
    margin: 0px 10px 10px 0px;
    padding: 8px 10px 8px 10px;
}

.wb-column-b {
    float: right;
    width: 60%;
    height: 240px;
    text-align: left;
    background-color: #eaeaea;
    margin: 0px 0px 10px 10px;
    padding: 8px 10px 8px 10px;
}

.wb-column-c {
    float: left;
    width: 98%;
    clear: both;
    height: auto;
    text-align: left;
    background-color: #eaeaea;
    margin: 10px 0px;
    padding: 8px 10px 8px 10px;
}

.wb-stylus-terms {
    float: left;
    width: 100%;
    text-align: left;
}

.stylus-sample {
    float: left;
    width: 100%;
    height: 235px;
    background: url(//files.splashtop.com/2012/en/images/wb-event-sample.jpg) no-repeat;
}

.wb-stylus-terms2 {
    float: left;
    height: 120px;
    padding: 1em 2em;
    overflow: scroll;
    overflow-x: hidden;
    text-align: left;
    font-size: 11px;
    color: #000000;
    margin-left: 0px;
    border: #CCCCCC solid 1px;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.case-study-left {
    float: left;
    width: 60%;
}

.case-study-right {
    float: right;
    width: 32%;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
    background-color: #FFF;
    background-image: url(//files.splashtop.com/2012/en/images/sidebar-sep.jpg);
    background-repeat: no-repeat;
    margin-left: 20px;
}

.press_release {
    margin-left: 32px;
}

.press_release h1,
.press_release h2 {
    color: #0070b8;
    font-size: 26px;
    font-weight: bold;
}

.credits-apps-box,
.credits-streamers-box {
    border: 1px solid rgba(229, 229, 229, 1.0);
    margin-top: 20px;
}

.credits-view-button {
    float: left;
    background: #F1712C;
    background-size: 60px 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 20px;
    width: 60px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.credits-product-choices,
.credits-platform-choices {
    padding: 10px;
    padding-bottom: 40px;
}

#wb-app-options {
    display: none;
}

#wb-platform-options-block {
    width: 33em;
    height: auto;
    padding: 10px;
}

#wb-platform-options-block .title {
    text-align: center;
    font-size: 1.3em;
}

ul.wb-platform-options {
    padding: 0;
}

.wb-platform-options li {
    border-top: 2px solid #0070b8;
    text-decoration: none;
    list-style: none;
    padding: 10px;
    height: 54px;
}

.wb-platform-options .title {}

.wb-platform-options .icon {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 7px;
    background-image: url('//files.splashtop.com/2012/en/images/platform-icon-sprite.png');
}

.wb-platform-options .icon-apple {
    width: 14px;
}

.wb-platform-options .icon-android {
    width: 13px;
    height: 15px;
    background-position: 0 -56px;
}

.wb-platform-options .icon-nook {
    width: 11px;
    height: 10px;
    background-position: 0 -32px;
}

.wb-platform-options .icon-amazon {
    background-position: 0 -16px;
}


/* Begin of Download page  Added by Rebecca */

.content-box-2,
.border-box-2 {
    border-top: 3px solid #0070b8;
    padding: 12px 0px 5px 0px;
    margin-bottom: 18px;
    color: #424242;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.download-page-table {
    float: left;
    width: 405px;
    height: 397px;
    margin-left: 48px;
    background: url("/wp-content/uploads/download-page-table-bg.png");
}

.download-page-table-2 {
    float: left;
    width: 405px;
    height: 397px;
    margin-left: 50px;
    background: url("/wp-content/uploads/download-page-table-bg.png");
}

.download-page-table-below {
    float: left;
    width: 828px;
    height: auto;
    margin: 15px 0;
}

.download-page-table-title {
    float: left;
    width: 405px;
    height: 68px;
    line-height: 64px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.download-page-table-iconall {
    float: left;
    width: 340px;
    height: auto;
    margin: 5px 0 0 40px;
    text-align: center;
}

.download-page-table-icons {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0px 9px;
}

.download-page-table-iconone {
    float: left;
    width: 78px;
    height: auto;
    margin: 5px 163px;
    text-align: center;
}

.download-page-table-icon {
    float: left;
    width: 64px;
    height: 64px;
}

.download-page-table-btn a,
.download-page-table-btn a:hover {
    float: left;
    width: 208px;
    height: 46px;
    margin: 0px 98px 5px 99px;
    font-size: 22px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background: url("/wp-content/uploads/btn-go.png");
}

.download-page-table-dropdown {
    float: left;
    width: 365px;
    /*height:111px;*/
    margin: 5px 20px 5px 20px;
    border-bottom: solid 1px #cccccc;
    /*padding-bottom:5px;*/
}

.download-page-table-dropdown select {
    background: url("/wp-content/uploads/dropdown-medium-2.png") no-repeat left top !important;
    width: 316px;
    height: 36px;
    margin: 0 25px 10px 24px;
    padding-left: 10px;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    overflow: hidden;
}

.download-page-table-dropdown select::-ms-expand {
    display: none;
}


/* End of Download page */

ul.awards-items {
    margin: 0;
    padding: 0;
}

.awards-items li {
    list-style-type: none;
    height: 140px;
}

.awards-title {
    font-size: 24px;
    text-align: left;
    line-height: 36px;
    color: #000000;
}

.awards-desc {
    font-size: 13px;
}

.awards-left {
    float: left;
    width: 70%;
}

.awards-right {
    float: right;
    width: 28%;
}

.social_div {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Evrin */


/* =Header Menu (Primary)
--------
------------------------------------------------------ */

.menu {
    background: #f1f1f1;
    /*background: transparent;*/
    /*background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    /*
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    clear: both;
    height: 40px;
    margin-top: 9px;
}

.main-nav {
    /*margin-bottom: 10px;*/
    clear: both;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*-webkit-box-shadow: 0px 0px 1px 1px #dedede;
	-moz-box-shadow: 0px 0px 1px 1px #dedede;
	box-shadow: 0px 0px 1px 1px #dedede;*/
}

.menu,
.menu ul {
    /*display: block;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu>li {
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    width: 18%;
    /*width: 12.5%;*/
    /*border-right: 1px solid #bfbfbf !important;*/
}

.menu ul li {
    font-size: 14px;
}

.menu li>a:after {
    /*
	position: absolute;
	padding-top: 4px;
	content: url('/wp-content/uploads/nav-btn-arrow.png');
	*/
}

.menu>li:last-child,
.menu>li:first-child {
    /*border-right: 0px solid #bfbfbf !important;*/
}

.menu>li:first-child {
    background: url('/wp-content/uploads/cropped-splashtop-logo.png') no-repeat 16px 1px;
    width: 28%;
    /*width: 24.5%;*/
}

.menu li>a:only-child:after {
    content: '';
}

.menu li:hover {
    white-space: normal;
    z-index: 10000;
}

.menu li li {
    float: none;
}

.menu ul {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 5;
}

.menu li:last-child ul {
    left: -70px;
}

.menu li:hover>ul {
    top: 100%;
    visibility: visible;
}

.menu li li:hover>ul {
    left: 100%;
    top: 0;
}

.menu:after,
.menu ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.menu,
.menu ul {
    min-height: 0;
}

.menu ul,
.menu ul ul {
    margin: 0;
    padding: 0;
}

.menu>li:hover {
    /*color: #0070b8;*/
}

.menu li li:hover {
    /*background: #6a6a6a;*/
    text-decoration: none;
}

.menu ul {
    margin-top: 1px;
    width: 100%;
}

.menu a {
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 3.0em;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    /*text-transform: uppercase;*/
    color: #232323;
}

.menu a:last-child {
    /*padding: 0 1.5em;*/
}

ul.menu>li:hover {
    /*background-color: #ccc;*/
    color: #fff;
}

ul.menu>li:first-child:hover {
    /*background-color: inherit;*/
}

.menu li li {
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
    filter: none;
    margin: -1px 0 1px 0;
    width: auto;
    /*background: #6a6a6a;*/
    background: #f1f1f1;
    /*background-color: rgba(0,0,0,0.8);*/
    /*background: rgba(0,0,0,0.8);*/
}

.menu li li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu li li:last-child {
    border-bottom: 0px solid #e5e5e5;
}

.menu li li a {
    border: none;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    height: 20px !important;
    padding: 8px 5px 8px 20px !important;
    text-shadow: none;
    white-space: nowrap;
    color: #000;
}

.menu li a {
    padding-left: 20px;
}

.menu li li a {
    text-align: left;
}

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

.menu li li:hover {
    background: #9a9a9a !important;
    color: #fff;
    filter: none;
}

.menu ul>li+li {
    border-top: 0;
}

.menu li li:hover>ul {
    left: 100%;
    top: 0;
}

.menu>li:first-child>a {
    border-left: none;
    color: transparent;
}

.menu a#responsive_menu_button {
    display: none;
}

.main-nav #responsive_current_menu_item {
    display: none;
}

.js .main-nav .menu {
    display: block;
}


/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */

.ie7 .menu ul {
    background: url(images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
    min-width: 100%;
}


/* =Responsive Menu
    TinyNav + SelectBox
-------------------------------------------------------------- */

.tinynav {
    display: none
}

.sb-holder {
    background-color: #3d3d3d;
    display: none;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 999;
}

.sb-holder:focus .sb-selector {}

.sb-selector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}

.sb-selector:link,
.sb-selector:visited,
.sb-selector:hover {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    outline: none;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;
}

.sb-toggle {
    background: url(images/select-icons.png) 0 6px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.sb-toggle-open {
    background: url(images/select-icons.png) 0 -45px no-repeat;
}

.sb-holder-disabled {
    background-color: #3c3c3c;
    border: 1px solid #515151;
}

.sb-holder-disabled .sb-holder {}

.sb-holder-disabled .sb-toggle {}

.sb-options {
    background-color: #fff;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}

.sb-options li {
    padding: 0;
}

.sb-options a {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    font-size: 11px;
    outline: none;
    padding: 4px;
    text-indent: 4px;
}

.sb-options a:link,
.sb-options a:visited {
    color: #444;
    text-decoration: none;
}

.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
    background-color: #f5f5f5;
    color: #444;
}

.sb-options li.last a {
    border-bottom: none;
}

.sb-options .sb-disabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sb-options .sb-group {
    border-bottom: dotted 1px #515151;
    color: #ebb52d;
    display: block;
    font-weight: 700;
    padding: 7px 0 7px 3px;
}

.sb-options .sb-sub {
    padding-left: 17px;
}


/* =Sub-Header Menu
-------------------------------------------------------------- */

.sub-header-menu {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    clear: both;
    margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-header-menu li {
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

.sub-header-menu li:hover {
    white-space: normal;
    z-index: 10000;
}

.sub-header-menu li li {
    float: none;
}

.sub-header-menu ul {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
}

.sub-header-menu li:hover>ul {
    top: 100%;
    visibility: visible;
}

.sub-header-menu li li:hover>ul {
    left: 100%;
    top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
    min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
    margin: 0;
    padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.sub-header-menu ul {
    margin-top: 1px;
    min-width: 15em;
    width: auto;
}

.sub-header-menu a {
    border-left: 1px solid #e5e5e5;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0.9em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
}

.sub-header-menu a:hover {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-color: #f9f9f9;
    background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
    background-color: #f9f9f9;
}

.sub-header-menu li li {
    background: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    color: #444;
    filter: none;
    margin: -1px 0 1px 0;
    width: auto;
}

.sub-header-menu li li a {
    border: none;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    text-shadow: none;
}

.sub-header-menu li li a:hover {
    background: #f9f9f9;
    background-image: none;
    border: none;
    color: #444;
    filter: none;
}

.sub-header-menu ul>li+li {
    border-top: 0;
}

.sub-header-menu li li:hover>ul {
    left: 100%;
    top: 0;
}

.sub-header-menu>li:first-child>a {
    border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
    background: none;
    background-image: none;
    filter: none;
}


/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */

.ie7 .sub-header-menu ul {
    background: url(images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
    min-width: 100%;
}


/* =Footer Menu
-------------------------------------------------------------- */

.footer-menu {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
}

.footer-menu li a {
    border-left: 1px solid #ccc;
    color: #333;
    padding: 0 8px;
}

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

.footer-menu>li:first-child>a {
    border-left: none;
    padding: 0 8px 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color: #111;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0;
    padding: 0 5px;
}

.navigation a {
    color: #aaa;
    padding: 4px 10px;
}

.navigation a:hover {
    color: #111;
    text-decoration: none;
}

.navigation .previous {
    float: left;
}

.navigation .next {
    float: right;
}

.navigation .bracket {
    font-size: 36px;
}


/* =Pagination (pages)
-------------------------------------------------------------- */

.pagination {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    padding: 5px 0;
}

.pagination a {
    text-decoration: none;
}


/* =Breadcrumb Lists
-------------------------------------------------------------- */

.breadcrumb-list {
    font-size: 12px;
}


/* =Comments
-------------------------------------------------------------- */

#commentform {
    margin: 0;
}

.commentlist {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
}

.commentlist .bypostauthor {}

.commentlist li cite {
    color: #111;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
}

.commentlist li.alt {
    background: #f9f9f9;
}

.commentlist .children {
    list-style: none;
    margin-left: 10px;
    padding: 10px;
}

.commentlist .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}

.comment-author .fn {}

.comment-author .says {
    color: #999;
}

.comment-body .comment-meta {
    color: #999;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.comment-body .comment-meta a {
    font-size: 11px;
}

.comment-body {
    clear: both;
    padding: 10px;
}

.comment-body p {
    clear: both;
}

.comment-body .reply {}

.pingback,
.trackback {
    list-style: none;
    margin: 20px 0;
}

.pingback cite,
.trackback cite {
    font-style: normal;
}

#pings,
#comments {
    text-align: left;
}

#respond {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
    background-image: linear-gradient(top, #ffffff, #eaeaea);
    border: 1px solid #ccc;
    border-bottom-color: #aaa;
    border-radius: 4px;
    clear: both;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
    margin-top: 15px;
    padding: 10px 20px 50px;
}

#respond label {
    display: inline;
}

.reply {
    margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
    display: block;
}

.nocomments {
    color: #999;
    font-size: .9em;
    text-align: center;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 13px 10px 10px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 10px;
}

img.wp-smiley {
    vertical-align: middle;
}


/* =WordPress Gallery
-------------------------------------------------------------- */

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    max-width: 155px;
}

.gallery img {
    border: 1px solid #ddd;
}

.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.attachment-gallery img {
    background: #fff;
    border: 1px solid #f0f0f0;
    display: block;
    height: auto;
    margin: 15px auto;
    max-width: 96%;
    padding: 5px;
    width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
    display: block;
}


/* =Post Thumbnails 
-------------------------------------------------------------- */

img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
    display: block;
    margin: 15px auto;
    width: auto;
}


/* =WooCommerce
-------------------------------------------------------------- */

#breadcrumb {
    padding: 40px 0 0 0;
}

#breadcrumb a {
    color: #06c;
    font-size: 12px;
    font-weight: 400;
}

#breadcrumb a:hover {
    color: #444;
    text-decoration: none;
}

#content-woocommerce {
    margin-top: 40px;
    margin-bottom: 20px;
}

.products ul,
ul.products {
    margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
    width: 100%;
}

table.shop_table {}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
    cursor: text;
}


/* =WPML
-------------------------------------------------------------- */

.icl_languages_selector {
    float: right;
    text-align: left
}

.rtl .icl_languages_selector {
    float: left;
    text-align: right
}

@media screen and (max-width: 650px) {
    .icl_languages_selector,
    .rtl .icl_languages_selector {
        float: none;
    }
    .js .home-page .customer-container {
        margin-top: 180px;
    }
}


/* =Polylang
-------------------------------------------------------------- */

.widget_polylang li {
    display: inline;
    list-style-type: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    font-size: 11px;
    line-height: 1.5em;
}

.scroll-top {
    text-align: center;
}

.copyright {
    text-align: left;
}

.powered {
    text-align: right;
}


/* =Social Icons
-------------------------------------------------------------- */

#footer .social {
    float: right;
    padding: 0 0 0 8px;
}

#footer .social .label {
    float: left;
    margin-top: 3px;
    font-size: 12px;
}

#footer .social a {
    float: left;
    width: 22px;
    height: 25px;
    margin-left: 3px !important;
    background-image: url(/wp-content/uploads/footer-social-icons.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    text-align: left;
}

.social {
    padding-bottom: 40px;
}

.social a {
    float: left;
    width: 22px;
    height: 25px;
    margin-left: 3px !important;
    background-image: url(/wp-content/uploads/footer-social-icons.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    text-align: left;
}

.social_text {
    float: left;
    width: 36%;
}

.font-bold {
    font-weight: bold;
}

.social .plus {
    background-position: -25px 0;
}

.social .facebook {
    background-position: -50px 0;
}

.social .youtube {
    background-position: -75px 0;
}

.social .rss {
    background-position: -100px 0;
}

.social .tumblr {
    background-position: -125px 0;
}

#footer .social-icons {
    padding-top: 20px;
    margin-bottom: 0;
}


/* =Alignments Extras
-------------------------------------------------------------- */

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}


/* =Clearfix
-------------------------------------------------------------- */

.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
    content: ' ';
    display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
    clear: both;
}

.clear {
    clear: both;
}


/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */

BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}

[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}


/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */

@media print {
    h1 {
        page-break-before: always;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }
    ul,
    ol,
    dl {
        page-break-before: avoid;
    }
}


/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/gdevicepixelrati.html
-------------------------------------------------------------- */

@media only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    body {}
}


/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media (min-width: 1440px) {
    .container {
        width: 1360px;
    }
}

@media screen and (max-width: 1440px) {
    .js .content-section {
        width: 95%;
        padding: 0;
    }
}

@media screen and (max-width: 1280px) {
    .js #footer hr {
        width: 98%;
    }
    .product-title {
        width: 100% !important;
    }
    .js .use-case-title h2 {
        font-size: 2.5rem;
    }
    .js .pricing-tabs {
        margin-left: 0;
    }
    .js .pricing-tabs ul {
        margin: 0;
    }
    .js .pricing-tabs .nav-tabs li a {
        min-height: 160px;
    }
    .js .smartling-nl #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 170px;
    }
    /*.js .partner-item {
        width: 32.0%;
    }*/
    .js .tm-why-splashtop,
    .js .tm-why-splashtop .row {
        min-height: 900px;
    }
}

@media screen and (max-width: 1160px) {
    .js .business-box .product-buttons {
        width: 70%;
    }
    .js .customer-container .logo-item {
        /*width: 20%;*/
        zoom: 80%;
    }
}

@media screen and (max-width: 1125px) {
    #header .main-menu-nav .mi-m360 {
        display: none;
    }
    .js .rs-pricing-packages .package-desc {
        min-height: 100px;
    }
    /*     .js .rs-pricing-packages .price-no-desc {
        min-height: 210px;
    } */
    /*social share*/
    .js #social-share {
        flex-direction: row;
        bottom: 0;
        top: auto;
        width: 100%;
        justify-content: center;
        background: white;
        padding: 10px 0;
    }
    .js #social-share a {
        width: 55px;
        height: 55px;
        display: inline-block;
        background-size: 55px;
    }
    .js .share-facebook {
        background: url(/wp-content/uploads/socialIcons.png) 0 0;
    }
    .js .share-twitter {
        background: url(/wp-content/uploads/socialIcons.png) 0px 220px;
    }
    .js .share-reddit {
        background: url(/wp-content/uploads/socialIcons.png) 0px 165px;
    }
    .js .share-linkedin {
        background: url(/wp-content/uploads/socialIcons.png) 0px 110px;
    }
    .js .share-email {
        background: url(/wp-content/uploads/socialIcons.png) 0px 55px;
    }
    .js .share-douban {
        background: url(/wp-content/uploads/social-share-logos-china.png) 0px 219px;
    }
    .js .share-qzone {
        background: url(/wp-content/uploads/social-share-logos-china.png) 0px 163px;
    }
    .js .share-baidu {
        background: url(/wp-content/uploads/social-share-logos-china.png) 0px 55px;
    }
}

@media screen and (max-width: 1024px) {
    .js #bigger-team-discounts {
        width: 60%;
    }
    .pioneer-desc-container .pioneer-desc .product-buttons {
        width: 100%;
    }
    .js .sos-ff-page .product-buttons,
    .js .business-box .product-buttons {
        width: 80%;
    }
    .js .st-table-block {
        width: 100%;
    }
    .js .business-box {
        top: 20vh;
    }
    .js .dl-banner {
        padding-top: 0;
    }
    .js .product-box-personal,
    .js .product-box-business,
    .js .product-box-enterprise,
    .js .product-box-schools {
        width: 100%;
    }
    .js .pricing-container-rs {
        width: 100%;
    }
    .js .product-top-1button {
        width: 60%;
    }
    .js .product-top-2buttons {
        width: 90%;
    }
    .js .product-top-right {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    .js .product-bottom {
        width: 90%;
    }
    .js .product-title {
        height: auto;
        float: none;
    }
    .js .sd-windows-mac-block,
    .js .sd-ios-block,
    .js .sd-android-block {
        width: 100%;
    }
    .js #second-layer-menu .logo {
        margin-right: 8px;
    }
    .js .bapro-vs-lmipro .product-buttons .btn-trial,
    .js .bapro-vs-lmipro .product-buttons .btn-buy-now {
        width: 100%;
        margin-bottom: 20px;
    }
    .js .brpa .pioneer-desc-top {
        margin-bottom: 4vh;
    }
    .js .comparison-modal .modal-dialog {
        width: 100%;
    }
    .js .ft-product-item .package-title {
        font-size: 18px;
    }
    .js .fbf-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 980px) {
    .blog-bottom-banner {
        display: none;
    }
    .js .s4be-right-sidebar {
        float: left;
    }
    .js .case-studies-single-page .grid.col-620 {
        border: none;
    }
    .js #cn-home-page .featured-content {
        display: block;
    }
    body {}
    .js .b-menu-option {
        display: none;
    }
    .js .pioneer,
    .js .pioneer-middle {
        /*background: none !important;*/
    }
    .js .pioneer-more {
        display: none;
    }
    .home-page .pioneer,
    .front-page .pioneer,
    #pt-home-page .pioneer,
    #de-home-page .pioneer,
    #es-home-page .pioneer,
    #cn-home-page .pioneer {
        height: 980px;
    }
    .featured-area .business-box {
        bottom: 0;
        height: 100%;
        position: relative;
    }
    .featured-area .featured-item {
        display: block;
        width: 100%;
    }
    .js .featured-area .news {
        position: relative;
        height: auto;
        line-height: inherit;
        padding: 10px;
    }
    .js .business-box .product-buttons {
        width: 60%;
    }
    .featured-area .business-box #remote-access,
    .featured-area .business-box #remote-support {
        position: relative;
        width: 100%;
    }
    .featured-area .featured-item.ra {
        background-color: rgb(43, 58, 86);
        height: 50%;
    }
    .featured-area .featured-item.rs {
        background-color: rgb(6, 32, 80);
        height: 50%;
    }
    .js .business-box {
        top: 0;
    }
    .business-access-page .pioneer-desc-container {
        background-color: rgb(43, 58, 86);
    }
    .iot-page .pioneer-desc-container,
    .enterprise-page .pioneer-desc-container,
    .classroom-page .pioneer-desc-container,
    .remote-support-page .pioneer-desc-container,
    .sos-page .pioneer-desc-container {
        /*background-color: rgb(6, 32, 80);*/
    }
    .iot-page .pioneer-desc .desc,
    .enterprise-page .pioneer-desc .desc,
    .classroom-page .pioneer-desc .desc,
    .sos-page .pioneer-desc .desc,
    .remote-support-page .pioneer-desc .desc,
    .business-access-page .pioneer-desc .desc {
        width: 100%;
    }
    .grid,
    .grid-right {
        float: none;
    }
    .copyright,
    .scroll-top,
    .powered {
        float: left;
    }
    #featured-image .fluid-width-video-wrapper {
        margin: 20px 0 0 0;
    }
    .front-page #widgets {
        /*margin-top: 40px;*/
    }
    .menu>li:first-child {
        width: 20%;
    }
    .menu>li:first-child a:hover {
        background-color: #ccc;
    }
    .menu li {
        width: 20%;
    }
    .js .front-page .top-widget {
        margin-top: 0;
    }
    .hide-980 {
        display: none;
    }
    .show-980 {
        display: block;
    }
    .product-box-personal,
    .product-box-business,
    .product-box-enterprise,
    .product-box-schools {
        width: 100%;
        height: auto;
        position: relative;
        padding: 0;
        margin-top: 0;
        background-color: #fff;
    }
    .widget-wrapper {
        margin-left: 10px;
        padding: 0;
    }
    .product-bottom {
        width: 60% !important;
    }
    .product-classroom-bottom .product-buttons {
        width: 50% !important;
    }
    .classroom-getstarted {
        width: 100% !important;
    }
    .classroom-getstarted img {
        width: 100%;
    }
    .pricing-table-rs {
        transform: scale(0.8, 0.8);
        margin-left: -60px;
    }
    .js .product-title h1,
    .js .classroom-page .product-title h2 {
        font-size: 3em;
    }
    .js .product-compare-competitor .product-title h1,
    .js .downloads-page .product-title h1 {
        font-size: 2em;
    }
    .js .compare-sublabel,
    .js .business-comparison-intro h2 {
        font-size: 1.2em;
    }
    .js .personal-business-comparison .product-buttons {
        width: 80%;
    }
    .featured-item .business-box {
        padding: 20px 0;
        width: 90%;
        margin: 0 auto;
    }
    .js .featured-item {
        display: block;
        width: 100%;
    }
    .js .pricing-item-control .basic-plus-pricing .row {
        font-size: 1.2em;
        padding: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        display: inline-block;
        width: 30%;
        margin: 0 auto;
    }
    .js .pricing-item-control .basic-plus-pricing .row:last-child {
        border-bottom: none;
    }
    .js .pricing-item-control .basic-plus-pricing {
        padding: 32px 0;
    }
    .js #overlay-compare-menu {
        left: 0;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        z-index: 9999;
        font-size: 0.8em;
    }
    .js #compare-menu-icon {
        margin-top: 0px;
        border-radius: 0 0 64px 64px;
        padding: 8px 5px;
    }
    .js .key-feature-item .row {
        display: block;
    }
    .js .pricing-item-rs .li-valign {
        min-height: auto;
    }
    .js .dmlt .row {
        display: inherit;
    }
    .js .customer-container .logo-item {
        width: 20%;
    }
    .js .widget-title-home {
        margin-top: 140px;
    }
    .js .corona-news {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }
    .js .home-page .about-us {
        padding-top: 64px;
    }
    .js #es-home-page.home-page .about-us,
    .js #fr-home-page.home-page .about-us {
        padding-top: 160px;
    }
    .js .migration-product-item {
        border-bottom: 1px solid #3195ec;
        border-right: none;
        margin-bottom: 32px;
    }
    .js .migration-product-item:last-child {
        border: none;
    }
    .js .easy-steps-img img {
        display: none;
    }
    .js .easy-steps-desc {
        margin-top: 0;
    }
    .js #lmic-alternative-page .comparison-table.td3 {
        margin: 0;
    }
    .js .comparison-modal .modal-dialog {
        width: 100%;
    }
    .js .bus-mobile-modal-header {
        display: block;
    }
    .js .comparison-modal .modal-header {
        padding: 16px;
    }
    .js .bus-mobile-modal-header .modal-title {
        width: 75%;
    }
    .js .modal-header .bus-mobile-modal-header .close {
        margin-left: 0;
    }
    .js .bus-modal-header {
        display: none;
    }
    .js .comparison-modal .table thead th {
        font-size: 14px;
    }
    .js #download-page li.active a:after {
        content: "▼";
        color: white;
        font-size: 1.8rem;
        right: 8px;
        position: absolute;
        pointer-events: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
    .home-page #remote-support .row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 981px) and (max-width: 992px) {
    .home-page #remote-support .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .js .accounting-hide-desktop {
        display: none;
    }
    .js #bigger-team-discounts {
        width: 70%;
    }
    .dl-item-select {
        padding: 0 20%
    }
    #featured-area-widget #remote-support .row {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .overlay-menu-content .row {
        display: flex;
    }
}

@media only screen and (min-width: 992px) {
    .overlay-menu-content .container-fluid .row {
        display: flex;
    }
    .js .edu-page .pro-feature-item:nth-of-type(3) .pro-feature-desc {
        height: 100px
    }
    .js .accounting-hide-desktop {
        display: none;
    }
    .js #cn-home-page .alternative .col-md-6:last-of-type .product-name {
        width: 250px;
    }
    .js .device-icon-top {
        margin-top: -58px;
    }
    .js .syncro-padding {
        padding: 32px 80px;
    }
    .js #remote-support-page .device-icon-top {
        margin-top: -36px;
    }
    .js .robust-icon-top {
        margin-top: -20px;
    }
    .js #remote-support-page .robust-icon-top {
        margin-top: -58px;
    }
    .js .press-kit-release .middle {
        border-left: 1px solid white;
        border-right: 1px solid white;
    }
    .js .press-logo-images {
        padding: 10px 15% 0 15%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .js .security-priority-section .container-fluid>.row:first-of-type {
        border-bottom: 1px solid rgb(74, 126, 187);
    }
    .js .security-priority-section .container-fluid>.row .col-md-6:first-of-type {
        border-right: 1px solid rgb(74, 126, 187);
    }
    .js .security-priority-section .key-feature-item-left {
        margin-left: 30px;
    }
    .home-page #remote-support .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
    #featured-area-widget #remote-support .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
    .security-priority-section .key-feature-item .row {
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .js .side-by-side-section {
        display: none;
    }
    .js #bigger-team-discounts {
        width: 90%;
    }
    .security-logos {
        flex-direction: column;
    }
    .js .downloadstreamer {
        display: none;
    }
    .menu>li:first-child {
        width: 70% !important;
        display: none;
    }
    .menu li {
        width: 25%;
        margin: 0 auto;
    }
    .sos-page .pioneer-desc,
    .remote-support-page .pioneer-desc,
    .business-access-page .pioneer-desc {
        padding: 20px;
    }
    .js .iot-strength-item {
        padding: 0;
    }
    .js .vcenter {
        display: block;
    }
    .js .iconbox-content-img.left,
    .js .iconbox-content-img.right {
        float: none;
    }
    .product-iconbox-container {
        display: none;
    }
    .iconbox-content-container {
        padding-top: 20px;
    }
    .iconbox-content-left,
    .iconbox-content-right {
        display: block !important;
        width: 100%;
        height: auto;
        padding: 10px !important;
        text-align: center;
    }
    .iconbox-content-left>img {
        width: 50%
    }
    .product-top-right {
        display: none;
    }
    .product-content-whiteboard .product-top-right {
        display: block;
    }
    .js .product-title {
        width: 100%;
    }
    .js .product-bottom {
        width: 80%;
    }
    .js .product-classroom-bottom .product-buttons,
    .js .product-content-whiteboard .btn-get-app {
        width: 60%;
    }
    .pricing-table {
        transform: scale(0.75, 0.75);
        margin-left: -45px;
    }
    .js .comparison-table .recommend {
        width: 100%;
    }
    .js .dl-container .contents {
        display: none;
    }
    .js .dl-section {
        height: auto;
        padding-bottom: 20px;
    }
    .js .dl-section .dls {
        height: auto;
        width: 100%;
        float: none;
        margin: 10px auto;
        padding: 0;
    }
    .dl-banner h2 img {
        display: block;
        margin: 0 auto;
        padding: 10px;
    }
    .js .dl-banner h2 {
        font-size: 1.2em;
        text-align: center;
        width: 100%;
    }
    .js #footer .social {
        width: 24%;
        margin: 0 auto;
        height: 32px;
        float: none;
        padding: 10px;
    }
    .js #footer .siteinfo {
        display: block;
        width: 45%;
        margin: 0 auto;
        font-size: 11px;
    }
    .js #footer .copyright {
        width: 100%;
        text-align: center;
    }
    .js .s4p-content-block .mdm-map img {
        width: 100%;
    }
    .s4p-title,
    .s4p-subtitle,
    .partners-title {
        margin: 0;
    }
    .s4p-content-block {
        margin: 0;
    }
    .support-icon-one {
        width: 100%;
    }
    .js .support-icon-all .support-icon-col {
        width: 100%;
    }
    .js .support-icon-all .support-icon-col .support-icon-cell {
        padding: 0;
    }
    .js .support-icon-desc {
        margin: 0;
        width: 100%;
    }
    .js .dl-section-container {
        box-shadow: none;
    }
    .js .comparison-table .business-free-trial,
    .js .comparison-table .remote-support-free-trial,
    .js .comparison-table .sos-commercial-trial {
        width: 90%;
    }
    .js .gotomypc-video {
        width: 80%;
    }
    .js .iconbox-content-right img,
    .js .iconbox-content-left img {
        width: 100%;
    }
    .featured-item .business-box {
        width: 100%;
    }
    .js .device-block .device-item {
        width: 100%;
    }
    .js .xdisplay-page .one-third.column {
        width: 100%;
        margin-bottom: 20px;
    }
    .js .pricing-item-rs {
        padding: 32px 10px 10px;
    }
    .js .lmir-comparison-page .product-top-1button {
        width: 100%;
    }
    .featured-item .business-box {
        padding: 20px 0 80px 0;
        width: 90%;
        margin: 0 auto;
    }
    .js .uc-buttons .product-buttons {
        width: 100%;
    }
    .js .uc-buttons,
    .js .uc-descs,
    .js .uc-options {
        padding-right: 0;
    }
    .js .comparison-table .per-year {
        display: block;
    }
    .js .pioneer-desc .product-buttons,
    .js .banner-desc .product-buttons {
        width: 100%;
        margin: 0;
        padding-top: 10px;
    }
    .js .carousel-inner .item img {
        display: none;
    }
    .js .section-dvm-title {
        margin-left: 8px;
    }
    .js .customer-sayings .two-parts .testimonial-text {
        padding: 0;
        width: 100%;
    }
    .js .customer-sayings .two-parts .testimonial-img {
        width: 0;
    }
    .js .pricing-tabs {
        width: 100%;
        margin-left: 0;
    }
    .js .pricing-tabs .nav-tabs li:nth-child(2) a {
        margin-right: 0;
    }
    .js .pricing-tabs .nav-tabs>li>a {
        margin-bottom: 6px;
        border: none;
    }
    .js .pricing-tabs .nav-tabs li {
        width: 50%;
    }
    .js .pricing-tabs ul.nav-tabs {
        margin: 0;
    }
    .js #pricing-page .pricing {
        min-height: 700px;
    }
    .js #footer .menu-block {
        width: 50%;
        float: left;
        min-height: 360px;
    }
    .js #overlay-compare-menu .menu-block {
        width: 50%;
        float: left;
        min-height: 530px;
    }
    .js #overlay-menu .menu-block {
        width: 50%;
        float: left;
        min-height: 480px;
    }
    .js #header #overlay-menu .logo {
        margin-top: 0px;
    }
    .js #overlay-compare-menu .menu-block li,
    .js #overlay-menu .menu-block li {
        margin: 15px 0;
    }
    .js #footer .menu-block li {
        margin: 15px 0;
        line-height: 1.6rem;
    }
    .js .item-col {
        font-size: 1.2rem;
    }
    .js .item-title {
        font-size: 1.3rem;
    }
    .js .virtual-table .align-price {
        min-height: 2rem;
        line-height: 2rem;
    }
    .js .virtual-table .child-category .item-col {
        padding-left: 8px;
    }
    .hide-small-screen {
        display: none;
    }
    .js .pioneer-overlay-bg {
        background-color: #373330c4;
    }
    .js .who-we-are .wwa-box {
        width: 100%;
        border-right: none !important;
        padding: 32px;
    }
    .js .who-we-are .wwa-boxes {
        display: block;
    }
    .js .pricing-container-rs .best-value-no {
        font-size: 0;
        padding: 0;
    }
    .js .cls-cloud,
    .js .cls-m360,
    .js .ba-solo,
    .js .ba-pro,
    .js .sos200,
    .js .sos10,
    .js .sos-basic,
    .js .rs-plus,
    .js .rs-premium {
        margin-top: 16px;
    }
    .js #pt-home-page.home-page .about-us {
        padding-top: 150px;
    }
    .js #es-home-page.home-page .about-us,
    .js #fr-home-page.home-page .about-us {
        padding-top: 320px;
    }
    .js .home-page .about-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .js .desktop-only {
        display: none;
    }
    .js .mobile-only {
        display: block;
    }
    .featured-area .featured-item.ra {
        background-color: rgb(43, 58, 86);
        height: 40%;
    }
    .featured-area .featured-item.rs {
        background-color: rgb(6, 32, 80);
        height: 50%;
    }
    .js #logmein-alternative-page .productivity-pack-item {
        display: block;
    }
    .js .awards-logo-section .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .home-page #remote-support .row {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    #featured-area-widget #remote-support .row {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media screen and (max-width: 650px) {
    .js #accounting-page .accounting {
        min-height: 430px;
    }
    body {}
    /*social share*/
    .js #social-share {
        justify-content: space-around;
    }
    #logo {
        float: none;
        margin: 0;
        text-align: center;
    }
    .sub-menu {
        display: none;
    }
    .grid,
    .grid-right {
        float: none;
    }
    #featured-image .fluid-width-video-wrapper {
        margin: 20px 0 0 0;
    }
    .menu>li:first-child {
        background: inherit;
        width: 12%;
    }
    .menu>li:first-child a {
        border-right: 0px solid #bfbfbf !important;
    }
    .js .sub-header-menu {
        display: none;
    }
    .menu {
        background: none !important;
    }
    .js .main-nav {
        position: relative;
        height: 30px;
        background: none;
        clear: both;
        margin: 0 auto;
    }
    .js .main-nav .menu {
        display: none;
        position: absolute;
        width: 100%;
        top: 30px;
        z-index: 1000;
    }
    .js .main-nav .menu ul {
        margin-top: 1px;
        width: 40%;
    }
    .js .main-nav .menu .menu-item ul {
        width: 100%;
    }
    .js .main-nav .menu li {
        float: none;
        background-color: #fff;
        border: none;
        width: 100%;
    }
    .js .main-nav .menu li a {
        color: #232323;
        font-size: 13px;
        font-weight: normal;
        height: 40px;
        border: none;
        margin: 0 auto;
        border-bottom: 1px solid #f5f5f5;
        text-shadow: none;
        text-align: left;
        cursor: pointer;
        background-color: rgba(204, 204, 204, 0.9);
    }
    .js .main-nav .menu li li:hover {
        background: none!important;
    }
    .js .main-nav .menu li li a {
        position: relative;
        background-color: rgba(106, 106, 106, 0.9) !important;
    }
    .js .main-nav .menu li li li a {
        position: relative;
        padding: 0 10px 0 40px;
    }
    .js .main-nav .menu li a:hover {
        filter: none;
        color: #0070b8;
    }
    .js .main-nav .menu li li a:hover {
        filter: none;
        background-color: #6a6a6a;
    }
    .js .main-nav .menu li ul {
        position: static;
        visibility: visible;
        background-color: #fff;
    }
    .js .main-nav .sub-menu:hover {
        display: block;
    }
    .js .main-nav .menu ul {
        min-width: 0;
    }
    #top-widget .logo {
        display: none;
    }
    .logo-on-menu {
        display: block;
        color: transparent;
        width: 44%;
        height: 40px;
        margin: 0 auto;
        background: url('/wp-content/uploads/cropped-splashtop-logo.png') no-repeat;
    }
    .js .main-nav a#responsive_menu_button {
        position: absolute;
        display: block !important;
        top: 5px;
        left: 100%;
        /*height: 30px;*/
        margin-left: -45px;
        background: url('images/select-icons.png') 0 5px no-repeat;
        cursor: pointer;
    }
    .js .main-nav a#responsive_menu_button.responsive-toggle-open {
        background: url('images/select-icons.png') 0 -46px no-repeat;
    }
    .top-menu,
    .footer-menu li {
        float: none;
        font-size: 11px;
        text-align: center;
    }
    .tinynav {
        display: block;
    }
    .sb-holder {
        display: block;
    }
    #author-meta {
        padding: 20px;
    }
    .hide-650 {
        display: none;
    }
    .show-650 {
        display: block;
    }
    #footer {
        text-align: center;
    }
    #footer .social-icons {
        padding-bottom: 10px;
        text-align: center;
    }
    .product-bottom {
        width: 100% !important;
    }
    .login a {
        padding: 1.5px 20px !important;
    }
    .comparison-table {
        transform: scale(0.8, 0.8);
        margin-left: -40px;
        margin-top: 0px;
    }
    .product-compare-competitor .comparison-table {
        transform: scale(0.9, 0.9);
        margin-left: -60px;
        margin-top: -140px;
        margin-bottom: -140px;
    }
    #footer .social {
        width: 30%;
    }
    #footer .siteinfo {
        width: 58%;
    }
    .js .business-box .product-buttons {
        width: 80%;
    }
    .product-buttons .btn-compare-pb,
    .product-buttons .btn-get-app {
        width: 100% !important;
        margin-top: 10px;
    }
    #gallery .gallery-item {
        width: 100% !important;
    }
    .comparison-table.td3 {
        margin-left: 0;
        transform: scale(1);
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-compare-competitor .comparison-table.tm-comparison-table {
        margin-left: -40px;
        transform: scale(0.9);
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .js .pioneer-desc {
        padding: 16px;
    }
    .js .banner-desc h2.desc,
    .js .pioneer-desc h2.desc {
        width: 100%;
        font-size: 2rem;
    }
    .js .section-dvm.dvm-full {
        margin: 0;
    }
    .js .section-dvm {
        width: auto;
        padding: 32px 0 0;
        margin: 0 10px;
    }
    .js .customer-container .logo-item {
        width: 30%;
    }
    .js .integration-container {
        zoom: 0.5;
    }
    .js #esb-page .single-button-m {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .js #accounting-page .accounting {
        min-height: 600px;
    }
    /*
    .js #overlay-menu .desktop-menu {
        display: none;
    }
    .js #overlay-menu .mobile-menu {
        display: block;
    }
    */
    .js #awards-page .sf-root {
        width: auto!important;
    }
    .js #overlay-menu .mobile-menu .menu-block {
        width: 100%;
        min-height: auto;
    }
    .js .mobile-sub-menu {
        display: none;
        background-color: white;
    }
    .js #overlay-menu .menu-block .mobile-sub-menu li {
        margin: 0;
        padding-top: 20px;
    }
    .js #overlay-menu .menu-block .mobile-sub-menu li:last-child {
        padding-bottom: 20px;
    }
    .js #overlay-menu .menu-block .mobile-sub-menu a {
        color: black;
        padding-left: 20px;
        display: block;
    }
    .js #overlay-menu .menu-block .mobile-sub-menu a:hover {
        background-color: gray;
        color: white;
    }
    .js .mobile-menu .no-sub-menu,
    .js .mobile-menu .mobile-main-menu {
        padding: 24px 0 15px 0;
        border-bottom: 1px solid #ffffff47;
    }
    body {}
    #logo {
        float: none;
        text-align: center;
    }
    .grid,
    .grid-right {
        float: none;
    }
    #featured-image .fluid-width-video-wrapper {
        margin: 20px 0 0 0;
    }
    .featured-title {
        font-size: 40px;
        padding: 40px 20px 0 20px
    }
    .featured-subtitle {
        font-size: 24px;
    }
    .navigation .next,
    .navigation .previous {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .menu ul,
    .menu li,
    .top-menu,
    .footer-menu li,
    .sub-header-menu li {
        float: none;
        text-align: center;
        text-rendering: optimizeSpeed;
    }
    .hide-480 {
        display: none;
    }
    .show-480 {
        display: block;
    }
    #footer {
        text-align: center;
    }
    #footer .social-icons {
        text-align: center;
    }
    .comparison-table {
        margin-left: -80px;
        transform: scale(0.7, 0.7);
        /*margin-top: -60px;*/
    }
    .comparison-table.td3 {
        margin-left: 0;
        transform: scale(1);
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-compare-competitor .comparison-table.td4 {
        margin-left: -50px;
        transform: scale(0.8);
        margin-top: -250px;
        margin-bottom: -280px;
    }
    .product-compare-competitor .comparison-table.tm-comparison-table {
        margin-left: -40px;
        transform: scale(0.8);
        margin-top: -200px;
        margin-bottom: -200px;
    }
    .tm-comparison-table .price-no {
        font-size: 2em;
    }
    .product-compare-competitor .comparison-table {
        transform: scale(0.6, 0.6);
        margin-left: -120px;
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .product-compare-competitor .comparison-table.gotomypc {
        transform: scale(0.75, 0.75);
        margin-left: -70px;
        margin-top: -200px;
        margin-bottom: -200px;
    }
    .personal-business-comparison {
        transform: scale(0.9, 0.9);
        margin-left: -20px;
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .partner-content-block .pricing-table {
        transform: scale(0.7, 0.7);
        margin-left: -80px;
    }
    .js .business-comparison-intro h2 {
        font-size: 1em;
        margin: 30px 0 0 0;
    }
    .product-title h1,
    .classroom-page .product-title h2 {
        font-size: 2em !important;
    }
    .product-header {
        height: auto;
    }
    #footer .social {
        width: 45%;
    }
    #footer .siteinfo {
        width: 82%;
    }
    .logo-on-menu {
        width: 50%;
    }
    .pricing-table-rs {
        transform: scale(0.47, 0.5) !important;
        margin-left: -108px !important;
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }
    .js .business-box .product-buttons {
        width: 100%;
    }
    .js .business-box .product-buttons .btn-trial,
    .js .business-box .product-buttons .btn-buy-now {
        width: 95%;
        margin: 0 auto;
    }
    .js .product-buttons .btn-trial,
    .js .product-buttons .btn-compare-pb,
    .js .product-buttons .btn-get-app,
    .js .product-buttons .btn-buy-now,
    .js .product-buttons .btn-blue {
        width: 100%;
        margin: 10px 0;
    }
    .js .btn-trial-middle {
        margin: 10px auto;
    }
    /*
    .js #press-kit-page .btn-trial {
        margin: 0 auto!important;
    }
    */
    .js .product-intro {
        width: 100%;
    }
    .js .featured-item .widget-content-home h1>span {
        display: inline;
    }
    .js .use-case-title h2 {
        font-size: 2rem;
    }
    .js .tm-splashtop-strengths {
        font-size: 1.0em;
    }
    .js .banner-desc.m-banner-padding {
        padding: 32px 16px;
    }
    .js .bapro-vs-lmipro .product-buttons .btn-trial a,
    .js .bapro-vs-lmipro .product-buttons .btn-buy-now a {
        font-size: 1rem;
        letter-spacing: 1px;
    }
    .js .bapro-vs-lmipro th.title {
        font-size: 1.2em;
        text-transform: inherit;
    }
    .js .price-no {
        font-size: 1.5rem;
    }
    .js .pricing-tabs .nav-tabs li {
        width: 100%;
    }
    .js .pricing-tabs .nav-tabs li a {
        margin-right: 0;
        min-height: auto;
    }
    .js .pricing .title-desc {
        display: none;
    }
    .js .pricing .category-desc {
        display: none;
    }
    .js #pricing-page .pricing {
        min-height: 400px;
    }
    .js .nav-tabs .category-title {
        min-height: 40px;
        font-size: 1.4em;
    }
    .js .pricing .banner-desc h1 {
        font-size: 32px;
        margin: 0;
        text-align: center;
    }
    .js #pricing-page .banner-desc {
        margin-top: 0;
    }
    .js .customer-container .logo-item {
        width: 40%;
        margin: 20px 0;
    }
    .js .single .type-post {
        padding: 10px;
    }
}

@media (max-width: 415px) {
    .front-page .pioneer {
        height: 980px;
    }
    .js #remote-support .widget-content-home h1,
    .js #remote-access .widget-content-home h1 {
        width: 100%;
        letter-spacing: 0px;
    }
    .js .best-value-no {
        display: none;
    }
    .js .pricing-item-rs {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .js #footer .menu-block {
        min-width: auto;
        width: 50%;
        float: left;
        font-size: 1.8rem;
        min-height: 410px;
    }
    .js #overlay-compare-menu .menu-block,
    .js #overlay-menu .menu-block {
        min-width: auto;
        width: 50%;
        float: left;
        font-size: 1.8rem;
        min-height: 620px;
    }
    .js .tm-why-splashtop,
    .js .tm-why-splashtop .row {
        min-height: 930px;
    }
    .product-compare-competitor .comparison-table.tm-comparison-table {
        margin-left: -75px;
        transform: scale(0.7);
        margin-top: -200px;
        margin-bottom: -200px;
    }
    .comparison-table.td3 {
        margin-left: 0;
        transform: scale(1);
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-compare-competitor .comparison-table.td4 {
        margin-left: -30px;
        transform: scale(0.9);
        margin-top: -150px;
        margin-bottom: -180px;
    }
    .js #overlay-compare-menu .menu-block li,
    .js #overlay-menu .menu-block li {
        margin: 25px 0;
    }
    .js #footer .menu-block li {
        margin: 23px 0;
        line-height: 1.3rem;
    }
    .js #pt-home-page.home-page .about-us,
    .js #fr-home-page.home-page .about-us,
    .js #es-home-page.home-page .about-us {
        padding-top: 360px;
    }
    .js #brpa-page .customer-container {
        margin-top: 0;
    }
    .js .integration-container {
        zoom: 0.4;
    }
}

@media screen and (max-width: 375px) {
    .js #pt-home-page.home-page .about-us,
    .js #fr-home-page.home-page .about-us,
    .js #es-home-page.home-page .about-us {
        padding-top: 420px;
    }
    .js .tm-why-splashtop,
    .js .tm-why-splashtop .row {
        min-height: 930px;
    }
}

@media screen and (max-width: 360px) {
    .js #accounting-page .accounting {
        min-height: 660px;
    }
    .comparison-table.td3 {
        margin-left: -20px;
        transform: scale(0.9);
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-compare-competitor .comparison-table.td4 {
        margin-left: -60px;
        transform: scale(0.7);
        margin-top: -450px;
        margin-bottom: -480px;
    }
    .product-compare-competitor .comparison-table.gotomypc {
        transform: scale(0.7, 0.7);
        margin-left: -76px;
        margin-top: -200px;
    }
    .product-compare-competitor .comparison-table.tm-comparison-table {
        margin-left: -75px;
        transform: scale(0.6);
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .js .tm-why-splashtop,
    .js .tm-why-splashtop .row {
        min-height: 1024px;
    }
    .js #footer .menu-block {
        font-size: 1.5rem;
    }
    .js #overlay-compare-menu .menu-block,
    .js #overlay-menu .menu-block {
        font-size: 1.5rem;
        min-height: 580px;
    }
    .js .home-page .about-us {
        padding-top: 80px;
    }
    .js #fr-home-page.home-page .about-us,
    .js #es-home-page.home-page .about-us {
        padding-top: 420px;
    }
}

@media screen and (max-width: 320px) {
    body {}
    .js .home-page .about-us {
        padding-top: 130px;
    }
    .js #cn-home-page.home-page .about-us {
        padding-top: 160px;
    }
    .js #pt-home-page.home-page .about-us,
    .js #fr-home-page.home-page .about-us,
    .js #es-home-page.home-page .about-us {
        padding-top: 520px;
    }
    .js .home-widgets .iconbox-content-text {
        padding-left: 0;
    }
    .js #header #overlay-menu .logo {
        margin-top: 0px;
    }
    .js #overlay-menu ul {
        height: auto;
    }
    .js #header .right-menu-nav ul li {
        margin-left: 0;
        font-size: .875em;
    }
    .front-page .pioneer {
        height: 1024px;
    }
    #featured p {
        font-size: 12px;
        line-height: 1.5em;
    }
    .featured-title {
        font-size: 35px;
    }
    .featured-subtitle {
        font-size: 15px;
    }
    .call-to-action a.button {
        font-size: 14px;
        padding: 7px 17px;
    }
    .hide-320 {
        display: none;
    }
    .show-320 {
        display: block;
    }
    .product-classroom-bottom .product-buttons,
    .product-content-whiteboard .product-buttons {
        width: 70% !important;
    }
    .comparison-table {
        margin-left: -90px;
        transform: scale(0.5, 0.5);
        /*margin-top: -60px;*/
    }
    .comparison-table.td3 {
        transform: scale(0.6, 0.6);
        margin-left: -25px;
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .product-compare-competitor .comparison-table {
        transform: scale(0.46, 0.5);
        margin-left: -90px;
        margin-top: -500px;
        margin-bottom: -500px;
    }
    .product-tmr-comparison-page .product-compare-competitor .comparison-table {
        margin-left: -130px;
    }
    .product-gta-comparison-page .product-compare-competitor .comparison-table {
        margin-left: -120px;
    }
    .product-compare-competitor .comparison-table.tm-comparison-table {
        margin-left: -90px;
    }
    .product-compare-competitor .comparison-table.gotomypc {
        transform: scale(0.65, 0.7);
        margin-left: -85px;
        margin-top: -200px;
        margin-bottom: -200px;
    }
    .product-classroom-bottom {
        margin: 20px 0 !important;
    }
    .management-photo {
        float: none;
        margin: 0 auto;
    }
    .management-title {
        margin-left: 0 !important;
    }
    .partner-content-block .pricing-table {
        transform: scale(0.6, 0.6);
        margin-left: -85px;
    }
    #pressList .tabs {
        margin: 0 !important;
    }
    #pressList li:nth-child(n+4) {
        display: none;
    }
    #news-content-box,
    #pr-content-box {
        float: left;
        margin: 5px !important;
    }
    .general-title,
    .general-content-box {
        margin: 0 !important;
    }
    .general-content-box .awards-left,
    .general-content-box .awards-right {
        width: 100%;
    }
    .general-content-box .awards-title {
        padding-top: 30px;
    }
    #contact-us-page #contact_form h3 {
        font-size: 1em;
    }
    #contact-us-page #contact_form input {
        width: 80%;
    }
    #contact-us-page #contact_form select {
        width: 80%;
        font-size: 11px;
    }
    #contact-us-page {
        font-size: 16px;
    }
    .xdisplay-page .supported-apps img {
        display: block;
        margin: 0 auto;
    }
    .device-block .device-item img {
        height: 60px !important;
    }
    .xdisplay-page .product-header {
        height: 200px !important;
    }
    .js .nav-tabs .category-title {
        min-height: 28px;
        font-size: 14px;
    }
    .js .section-dvm {
        padding: 0;
    }
    .js #pricing-page .pricing {
        min-height: 290px;
    }
    .js .pricing .banner-desc h1 {
        font-size: 24px;
        padding-top: 16px;
    }
}

@media screen and (max-width: 240px) {
    body {}
    #featured p {
        font-size: 11px;
        line-height: 1.5em;
    }
    .featured-title {
        font-size: 20px;
    }
    .featured-subtitle {
        font-size: 11px;
    }
    .call-to-action a.button {
        font-size: 12px;
        padding: 5px 15px;
    }
    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: left;
    }
    .hide-240 {
        display: none;
    }
    .show-240 {
        display: block;
    }
}


/*Sidebar Quotation Style*/

.sidebar-quotation-1 {
    font-size: 11px;
    color: #4f4f4f;
    font-weight: bold;
    line-height: 1.5;
}

.sidebar-quotation-2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 16px;
    color: #0070b8;
}


/*Making external site link text grey*/

a.usual-link-grey {
    color: #393939;
    text-decoration: none;
}


/*Customer page*/

.customer-title {
    color: #0070b8;
    font-size: 20px;
}

#customer-table img,
#customer-table-edu img {
    width: 160px;
    max-height: 100px;
    padding: 20px;
}


/*The last 29 days of the month are the hardest."- Nikola Tesla*/


/*** arrow box ***/

.arrow_box_right {
    position: relative;
    background: #fff;
    border: 2px solid #151E2F;
    border-radius: 5px;
    height: 200px;
    width: 60%;
    margin-left: 5%;
    padding: 5px;
    padding-left: 10px;
    padding-bottom: 8px;
}

.arrow_box_right:after,
.arrow_box_right:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_right:after {
    border-color: rgba(212, 223, 255, 0);
    border-right-color: #fff;
    border-width: 30px;
    margin-top: -30px;
}

.arrow_box_right:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #151E2F;
    border-width: 33px;
    margin-top: -33px;
}

.arrow_box_left {
    position: relative;
    background: #fff;
    border: 2px solid #151E2F;
    border-radius: 5px;
    height: 200px;
    width: 60%;
    padding: 5px;
    padding-left: 10px;
    padding-bottom: 8px;
}

.arrow_box_left:after,
.arrow_box_left:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_left:after {
    border-color: rgba(212, 223, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    margin-top: -30px;
}

.arrow_box_left:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #151E2F;
    border-width: 33px;
    margin-top: -33px;
}


/** top **/

#first-layer-menu .downloadstreamer a {
    color: #4f4f4f;
    background: transparent;
    border: 1px solid darkgrey;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
}

#first-layer-menu .downloadstreamer a:hover {
    text-decoration: none;
    background: #4f4f4f;
    color: white;
}

#first-layer-menu .free-trial-button a:hover {
    background: white;
    color: #2EB75B;
}

#first-layer-menu .free-trial-button a {
    background: #2EB75B;
    border: 1px solid #2EB75B;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    min-width: 120px;
}


/** under vid **/

.ticker {
    width: 100%;
    height: 40px;
    background-color: #2980b9;
    margin-top: -18px;
}

.tick_text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.tick_text p {
    color: #fff;
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
}

.headline {
    position: absolute;
    width: 50%;
    top: 110px;
    left: 24%;
    color: #fff;
    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 38px;
    text-align: center;
}


/** Icon Box **/

.iconbox_container {
    width: 100%;
    height: 110px;
    margin: 30px auto;
}

.iconbox_container ul {
    list-style: none;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
}

.iconbox_container ul li {
    line-height: 15px;
    display: table-cell;
    text-align: center;
    border: 1px solid #fff;
    transition: background-color .5s;
}

.iconbox_container ul li:hover {
    background-color: #ecf0f1;
}

.iconbox_container ul li a {
    display: block;
    text-decoration: none;
    color: #2980b9;
    padding: 0px 2px;
}

.iconbox_container ul li a img {
    height: 40px;
    padding: 4px 3px;
}


/****** business ******/


/* 3 use case */

.grid_case {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid_case figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    max-height: 131px;
}

.grid_case figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid_case figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid_case figure figcaption::before,
.grid_case figure figcaption::after {
    pointer-events: none;
}

.grid_case figure figcaption,
.grid_case figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid_case figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid_case figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid_case figure h2 span {
    font-weight: 800;
}

.grid_case figure h2,
.grid_case figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 66%;
    color: #ecf0f1;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
    font-size: .8em;
    text-shadow: #000 1px 1px 3px;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 60%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    font-size: .4em;
    line-height: 14px;
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -80%, 0) translate3d(0, -70px, 0);
    transform: translate3d(0, -80%, 0) translate3d(0, -70px, 0);
    text-shadow: none;
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

.bus_user_cases {
    list-style: none;
    width: 100%;
    padding: 0px;
}

.bus_user_cases li {
    float: left;
    width: 32%;
    text-align: center;
    font-size: 1.4em;
    margin: 2px;
}


/* side */

.clearfix:after,
#container:after {
    clear: none;
}


/*** confirm page ***/

.confirm_steps li {
    margin: 40px 0;
}

.confirm_steps li p {
    font-size: 1.2em;
}

.stb_feats {
    width: 100%;
    height: 160px;
    font-size: 1.2em;
    border: 1px solid #000;
    min-height: 220px;
}

.first_features {
    width: 50%;
    float: left;
}

.other_features {
    width: 50%;
    float: left;
}

.vs_table {
    width: 100%;
    margin: 0 auto;
    height: 160px;
    padding: 0% 5%;
}

.left_vs {
    width: 40%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.middle_vs {
    width: 10%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.right_vs {
    width: 40%;
    float: left;
    text-align: center;
}

.right_vs:after {
    clear: both;
    text-align: center;
}

.bottom_confirm {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}


/******* downloads page ********
*******************************/

.dl-container {
    width: 90%;
    margin: 0 auto;
}

.dl-container h1 {
    text-align: center;
}

.dl-container .diagram {
    width: 50%;
    margin: 20px auto;
}

.dl-container .diagram img {
    width: 100%;
}

.dl-container .diagram p {
    top: 50px;
    left: 25px;
}

.dl-container .contents {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.dl-container .contents a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
    text-decoration: none;
    padding: 20px 0;
    background: #95a5a6;
    color: #fff;
    transition: background .5s;
}

.dl-container .contents a:first-child {
    border-radius: 2px 0px 0px 2px;
}

.dl-container .contents a:last-child {
    border-radius: 0px 2px 2px 0px;
}

.dl-container .contents a:hover {
    background: #34495e;
}

.dl-container .contents a:first-child:hover {
    background: #2ecc71;
}

.dl-container .contents a:nth-child(2):hover {
    background: #9b59b6;
}

.dl-container .contents a:nth-child(3):hover {
    background: #3498db;
}

.dl-container .contents a:nth-child(4):hover {
    background: #e67e22;
}

.dl-container .contents a:nth-child(5):hover {
    background: #e74c3c;
}

.dl-section-container {
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding-bottom: 40px;
    box-shadow: 1px 4px 8px #888888;
}

.dl-section {
    width: 90%;
    margin: 0 auto;
}

.dl-banner {
    width: 100%;
    padding-top: 60px;
}

.dl-banner h2 {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    font-weight: 500;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.dl-banner h2 img {
    padding-right: 10px;
}

.dls {
    width: 50%;
    padding: 20px 0;
}

.dls p span {
    float: left;
    text-align: center;
    margin: 0px 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #2980b9;
}

.dls h4 {
    font-size: 1.2em;
    font-weight: 500;
    padding-right: 10px;
}

.dls h4 strong {
    font-weight: 900;
    font-size: 12px;
}

.dls h4 strong span {
    font-weight: 1000;
    text-decoration: underline;
    font-size: 14px;
    color: #000;
}

.dls h4 .remote-to {
    color: #3aac1e;
}

.dls h4 .remote-from {
    color: #e67e22;
}

.dls .os {
    margin: 0px auto;
}

.dls .os a {
    text-decoration: none;
    color: #2980b9;
    /*padding: 8px 10px;*/
    border-radius: 2px;
    font-weight: 600;
    transition: background .5s, color .5s;
}

.dls .os a:hover {
    background: rgba(189, 195, 199, .5);
    color: #fff;
}

.dls .os img {
    padding: 4px;
    width: 32px;
    transition: transform .5s;
}

.dls .os img:hover {
    transform: scale(1.2);
}


/****** product pricing table ******/

#compareRow td:first-child a {
    display: inline-block;
    width: 30%;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    padding: 10px 0px;
    margin: 0px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    border-radius: 2px;
    background: #2980b9;
}

#compareRow td:first-child a:hover {
    background: #3498db;
}

#sp1,
#sp2,
#sb1,
#sb2 {
    transition: background-color .5s;
}


/* BOXES */

.boxes {
    background-color: #ECF0F1;
    margin: 20px auto;
    width: 100%;
    height: 240px;
    display: table;
    table-layout: fixed;
    vertical-align: baseline;
}

#even {
    background: #fff;
}

.boxes .left_new {
    /*width: 50%;
text-align: center;
float: left;

  position: relative;
  top: 50%;
  transform: translateY(-50%); */
    text-align: center;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.boxes .left_new>img {
    width: 50%;
}

#multi-user .left_new>img {
    width: 46%;
}

.boxes .right_new {
    /*width: 46%;
float:left;
padding: 0px 20px;

  position: relative;
  top: 50%;
  transform: translateY(-50%); */
    display: table-cell;
    padding: 0px 20px;
    vertical-align: middle;
}


/* Header */

.language-list {
    display: none;
    text-decoration: none;
    position: absolute;
    margin-left: 13em;
    margin-top: 25px;
    background-color: #f1f1f1;
    z-index: 100;
}

.language-list ul {
    list-style-type: none;
    margin: 0px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    transform: translateY(150%);
    -ms-transform: translateY(150%);
    -webkit-transform: translateY(150%);
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black;
}


/* Products Page Begin */

.product-content-block {
    color: #424242;
    width: 90%;
    margin: 18px auto;
}

.product-header {
    width: 100%;
    min-height: 120px;
}

.product-title {
    width: 70%;
    float: left;
    height: 100%;
    margin-bottom: 32px;
    margin-left: 15px;
    font-family: "Ubuntu", sans-serif;
}

.product-title h1,
.classroom-page .product-title h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 4.2em;
}

.downloads-page .product-title h1 {
    font-size: 3em;
}

.product-title .minor {
    font-size: .5em;
}

.product-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
}

.product-intro {
    margin: 20px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    text-align: center;
    /*width: 80%;*/
    margin-bottom: 60px;
    line-height: 32px;
}

.product-intro-hint {
    font-size: .9em;
}

.product-intro-sub {
    font-size: 16px;
}

.product-iconbox-container {
    width: 100%;
    text-align: center;
    /*margin: 50px auto;*/
}

.product-iconbox-container ul {
    list-style: none;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
}

.product-iconbox-container ul li {
    line-height: 15px;
    display: table-cell;
    text-align: left;
    border: 1px solid #fff;
    transition: background-color .5s;
}

.product-iconbox-container ul li:hover {
    background-color: #ecf0f1;
}

#sos-page .product-iconbox-container ul li {
    color: #2980b9;
}

.product-iconbox-container ul li a {
    display: block;
    text-decoration: none;
    color: #2980b9;
    padding: 0 2px;
}

.product-iconbox-container ul li a img {
    height: 40px;
    padding: 4px 8px;
}

.sos-page .iconbox-content {
    min-height: 300px;
}

.iconbox-content {
    padding: 0;
    margin: 20px auto;
    width: 100%;
    min-height: 400px;
    display: table;
    table-layout: fixed;
    vertical-align: baseline;
    font-family: 'Raleway', sans-serif;
}

.iconbox-content .desc {
    margin: 0 auto;
    padding: 10px 0;
}

.remote-support-page .iconbox-content-container .title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 500;
}

.remote-support-page .iconbox-content-container .title {
    font-weight: bold;
}

.iconbox-content .desc,
.iconbox-content .title {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 500;
    float: left;
}

.iconbox-content .title h2 {
    font-size: 2.5em;
    color: #656565;
}

.home-widgets .iconbox-content .product-buttons {
    margin-top: 20px;
    float: left;
    width: 90%;
}

.iconbox-content-left {
    text-align: center;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.remote-support-page .iconbox-content-container .img-set img,
.iconbox-content-left .img-set img {
    padding-left: 6px;
    width: 48px;
    height: 48px;
}

.iconbox-content-right {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.iconbox-content-right .title {
    font-weight: bold;
    padding: 8px 0;
    width: 100%;
}

.iconbox-content-right ul li {
    margin: 0;
}

.iconbox-content-container .anchor {
    display: block;
    visibility: hidden;
}

.classroom-page .iconbox-content:nth-of-type(odd),
#c4b-page .iconbox-content:nth-of-type(odd),
.iconbox-content:nth-of-type(even) {
    background: #fff;
}

.classroom-page .iconbox-content:nth-of-type(even),
#c4b-page .iconbox-content:nth-of-type(even),
.iconbox-content:nth-of-type(odd) {
    background: #ECF0F1;
}

#remote-access-page .iconbox-content,
.home-page .iconbox-content,
#es-home-page .iconbox-content,
#cn-home-page .iconbox-content,
.front-page .iconbox-content {
    background: #fff;
}

.product-top-right {
    width: 30%;
    float: right;
    text-align: right;
    margin-top: 32px;
}

.product-top-right .product-buttons {
    width: 100%;
}

.product-top-right .phone-no {
    color: #4F78FC;
}

.product-title.full-width,
.product-bottom.full-width {
    width: 100%;
}

.product-bottom {
    width: 50%;
    /*height: 4.8em;*/
    text-align: center;
    margin: 50px auto;
    display: block;
}

.product-buttons {
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}

.product-bottom-personal {
    width: 70%;
}

.classroom-getstarted {
    width: 90%;
    margin: 0 auto;
}

.classroom-getstarted img {
    width: 100%;
}

.three-buttons .product-buttons .btn-buy-now,
.three-buttons .product-buttons .btn-trial {
    width: 90%;
    margin: 0 auto;
}

.product-buttons .btn-trial,
.product-buttons .btn-buy-now,
.product-buttons .btn-get-app,
.product-buttons .btn-compare-pb,
.product-buttons .btn-blue {
    text-align: center;
    width: 48%;
}



.single-button-m .product-buttons .btn-buy-now,
.single-button-m .product-buttons .btn-trial {
    max-width: 200px;
    width: 90%;
    margin: 0 auto;
}

.product-top-1button {
    width: 30%;
    margin: 0 auto;
}

.product-top-2buttons {
    width: 60%;
    margin: 0 auto;
}

.personal-page .product-top-1button .btn-get-app {
    width: 80%;
}

.share-your-screen-page .product-title,
.classroom-page .product-title,
.enterprise-page .product-title,
.personal-page .product-title {
    width: 100%;
    text-align: center;
}

.front-page .product-buttons .btn-buy-now a,
.front-page .product-buttons .btn-trial a {
    background: #0d6dc0;
}

.front-page .product-buttons .btn-buy-now a:hover,
.front-page .product-buttons .btn-trial a:hover {
    background: #6cb0ea;
}

.product-buttons .btn-buy-now a,
.product-buttons .btn-trial a,
.product-buttons .btn-get-app a,
.product-buttons .btn-compare-pb a {
    background: #2eb75b;
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-decoration: none;
    display: inline-block;
    padding: 18px 5px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
}


.product-buttons .btn-trial a:hover,
.product-buttons .btn-buy-now a:hover,
.product-buttons .btn-get-app a:hover,
.product-buttons .btn-compare-pb a:hover {
    background: #3ec76b;
    color: #fff;
}

.product-buttons .btn-blue a{
    background: #236db6;
    color: white;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-decoration: none;
    display: inline-block;
    padding: 18px 2px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
    margin: 0 auto;
    text-transform: uppercase;
}

.product-buttons .btn-blue a:hover{
    background-color: #3487d8;
    color: white;
}

.btn-white-outline a{
    margin-top:10px;
    border: 2px solid white; 
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-decoration: none;
    display: inline-block;
    padding: 18px 5px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
    text-transform: uppercase;
    text-align:center;
}
.btn-white-outline a:hover{
    background-color:white;
    color:#236db6;
}

.smartling-de .product-buttons .btn-trial .button-wide a,
.smartling-es .product-buttons .btn-trial .button-wide a,
.smartling-fr .product-buttons .btn-trial .button-wide a,
.smartling-nl .product-buttons .btn-trial .button-wide a,
.smartling-it .product-buttons .btn-trial .button-wide a,
.smartling-pt .product-buttons .btn-trial .button-wide a {
    background: #2eb75b;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0;
    width: 120%;
    text-decoration: none;
    display: inline-block;
    padding: 18px 5px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
}

.smartling-de .single-button-m .product-buttons .btn-trial .button-wide a,
.smartling-es .single-button-m .product-buttons .btn-trial .button-wide a,
.smartling-fr .single-button-m .product-buttons .btn-trial .button-wide a,
.smartling-nl .single-button-m .product-buttons .btn-trial .button-wide a,
.smartling-it .single-button-m .product-buttons .btn-trial .button-wide a,
.smartling-pt .single-button-m .product-buttons .btn-trial .button-wide a {
    background: #2eb75b;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0;
    width: 120%;
    text-decoration: none;
    display: inline-block;
    padding: 18px 5px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
}

.smartling-de .product-buttons .btn-trial .left .button-wide a,
.smartling-es .product-buttons .btn-trial .left .button-wide a,
.smartling-fr .product-buttons .btn-trial .left .button-wide a,
.smartling-nl .product-buttons .btn-trial .left .button-wide a,
.smartling-it .product-buttons .btn-trial .left .button-wide a,
.smartling-pt .product-buttons .btn-trial .left .button-wide a {
    background: #2eb75b;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0;
    width: 120%;
    text-decoration: none;
    display: inline-block;
    padding: 18px 5px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
}

.smartling-de .product-buttons .btn-buy-now .button-wide a,
.smartling-es .product-buttons .btn-buy-now .button-wide a,
.smartling-fr .product-buttons .btn-buy-now .button-wide a,
.smartling-nl .product-buttons .btn-buy-now .button-wide a,
.smartling-it .product-buttons .btn-buy-now .button-wide a,
.smartling-pt .product-buttons .btn-buy-now .button-wide a {
    background: #2eb75b;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0;
    width: 120%;
    text-decoration: none;
    display: inline-block;
    padding: 18px 5px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
}


#lmic-comparison-page #features-details {
    display: block;
}

#features-details {
    padding-top: 30px;
    margin: 0 auto;
    display: none;
    /*width: 90%;*/
}

#features-details ul {
    list-style-type: none;
    margin-bottom: 40px;
}

#features-details ul ul {
    margin-left: 64px;
    background: #ECF0F1;
    padding: 5px 0 5px 0;
}

.feature-icon {
    height: 50px;
    width: 50px;
    float: left;
    margin: 0 15px 0 0;
}

.platform-icon {
    background-image: url("/wp-content/uploads/devices.png");
    background-size: 100%;
}

.security-icon {
    background-image: url("/wp-content/uploads/security.png");
    background-size: 100%;
}

.premium-icon {
    background: url("/wp-content/uploads/premium.png") no-repeat;
    background-size: 86%;
}

.remote-icon {
    background-image: url("/wp-content/uploads/support.png");
    background-size: 100%;
}

.sos-icon {
    background: url("/wp-content/uploads/sos-logo.png") no-repeat;
    background-size: 86%;
    filter: gray
}

.pricing-table table {
    color: #666;
    background: #eaebec;
    border-collapse: separate;
    border: #ccc 2px solid;
}

.pricing-table table td {
    background: #fafafa;
    padding: 10px;
    font-size: 1.2em;
}

.pricing-table table tr {
    text-align: center;
}

.pricing-table table td:nth-child(even) {
    background: #f6f6f6;
}

.expand {
    cursor: pointer;
}


/* RMM */

.rmm-section {
    box-shadow: 1px 4px 8px #888888;
    padding: 32px;
    margin: 20px auto;
}

.rmm-title {
    text-align: center;
    margin-bottom: 20px;
}

.rmm-section-content {
    text-align: left;
}

.rmm-contents {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.pricing-comparison table tr:first-child {
    line-height: 24px;
}

.pricing-comparison table tr {
    line-height: 48px;
}

.pricing-comparison table tr:nth-child(even) {
    background: #f6f6f6;
}

.comparison-table table tr:nth-child(odd) {
    /*background: rgba(217, 244, 254, 0.29);*/
}

.comparison-table table tr:first-child td:nth-child(2) {
    border-right: none;
    padding: 20px 0;
}

.comparison-table table tr:first-child td:nth-child(1) {
    border-right: 4px solid #979797;
    padding: 20px 0;
    width: 50%;
}

.product-compare-competitor .comparison-table table tr:nth-child(odd) {
    background: rgba(217, 244, 254, 0.29);
}

.product-compare-competitor .comparison-table table tr:first-child td:nth-child(1) {
    width: auto;
}

#lmic-alternative-page .comparison-table small {
    font-weight: 400;
}

#lmic-alternative-page .product-compare-competitor .comparison-table table td:nth-child(1),
#lmic-alternative-page .product-compare-competitor .comparison-table table th:nth-child(1) {
    font-weight: inherit;
}

.product-compare-competitor .comparison-table table td:nth-child(1),
.product-compare-competitor .comparison-table table th:nth-child(1) {
    border-right: none;
    font-weight: 700;
    text-align: left;
}

.product-compare-competitor .comparison-table table td:nth-child(2),
.product-compare-competitor .comparison-table table th:nth-child(2),
.product-compare-competitor .comparison-table.gotomypc th:nth-child(3),
.product-compare-competitor .comparison-table.gotomypc td:nth-child(3) {
    border-right: none;
}

.product-gta-comparison-page .product-compare-competitor td:nth-child(2),
.product-gta-comparison-page .product-compare-competitor th:nth-child(2) {
    border-right: 4px solid #9ecff1;
}

#lmic-comparison-page .product-compare-competitor tr:nth-child(3) td:nth-child(1) {
    background: none;
}

.product-br-comparison-page .product-compare-competitor .product-header {
    height: 150px;
}

.product-br-comparison-page .product-compare-competitor .product-title {
    text-align: center;
}

.product-compare-competitor .x-sign,
.product-compare-competitor .y-sign,
.product-compare-competitor .checked-sign {
    font-size: 32px;
}

.product-compare-competitor tr:nth-child(n+1) th:nth-child(1),
.product-compare-competitor tr:nth-child(3) td:nth-child(1) {
    background: white;
}

.product-compare-competitor .comparison-table td {
    vertical-align: middle;
}

.product-compare-competitor .product-title h1 {
    font-size: 3.2em;
}

.product-compare-competitor .comparison-table .price-block {
    margin: 20px 0;
}

.comparison-table.noborder table td:first-child,
.comparison-table.noborder table th:first-child {
    border: none;
}

.comparison-table.business-products table th:nth-child(2),
.comparison-table.business-products table td:nth-child(2),
.comparison-table.rs-tmr-table table td:nth-child(2),
.comparison-table.rs-tmr-table table th:nth-child(2),
.comparison-table table td:nth-child(1),
.comparison-table table th:nth-child(1) {
    border-right: 4px solid #979797;
}

.comparison-table.business-products table th:nth-child(1),
.comparison-table.business-products table td:nth-child(1),
.comparison-table table td:nth-child(2),
.comparison-table table th:nth-child(2) {
    border-right: none;
}

.comparison-table .support-type td {
    font-size: 24px;
}

.comparison-table th {
    background: #f1f1f1;
}

.comparison-table tr {
    line-height: 32px;
}

.comparison-table ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comparison-table .pricing>li {
    padding: 10px 0;
}

.comparison-table .recommend {
    background: lightblue;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 22px;
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
}

.comparison-table .features {
    margin-top: 20px;
    line-height: 1.0em;
}

.comparison-table table,
.comparison-table th,
.comparison-table td {
    border-collapse: collapse;
}

.comparison-table th {
    /*padding: 0px !important;*/
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.comparison-table .title th:hover {
    background: rgba(217, 244, 254, 1.0);
    transition: background .5s;
}

.comparison-table th a {
    display: block;
    font-size: 20px;
}

.comparison-table td {
    font-size: 16px;
    text-align: center;
}

.comparison-table th,
.comparison-table td {
    padding: 8px;
}

.comparison-table a,
.comparison-table a:hover,
.comparison-table a:visited,
.comparison-table a:active {
    text-decoration: none;
}

.comparison-table .business-free-trial,
.comparison-table .business-buy-now,
.comparison-table .remote-support-free-trial,
.comparison-table .sos-commercial-trial {
    width: 80%;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px;
    display: block;
    background: #3498db;
    color: white;
    border-radius: 4px;
}

.comparison-table .subheader {
    font-size: 0.8em;
    color: black;
    font-weight: 400;
    line-height: 1.2em;
}

.comparison-table .pricing {
    display: none;
}

.comparison-table .more-pricing {
    text-align: center;
    color: blue;
    cursor: pointer;
}

.comparison-business-summary {
    width: 98%;
    margin: 60px auto;
}

.comparison-business-summary #b,
.comparison-business-summary #rs,
.comparison-business-summary .diff {
    color: #d0630b;
    margin-top: 40px;
    font-size: 20px;
}

.comparison-business-summary #pct {
    float: right;
}

.features-list {
    font-size: 16px;
}

.rdp-video {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto;
}

#mainvideo {
    width: 80%;
    margin: 0 auto;
}

.rs-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.classroom-video {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    margin: 0 auto;
}

.gotomypc-video {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    margin: 0 auto;
}

.price-no {
    font-size: 3em;
    line-height: 1.2em;
}

.per-year {
    margin-left: 8px;
}

.coming-soon {
    font-size: 45px;
}

.per-user,
.per-package,
.per-technician {
    margin-top: 15px;
    margin-bottom: 25px;
}

.full-size-title,
.business-comparison-title {
    width: 100%;
}

.business-comparison-intro {
    text-align: center;
    margin: 20px auto;
    width: 90%;
}

.business-comparison-intro h2 {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 400;
}

.business-comparison-links {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 40px;
}

.js .main-nav a#responsive_menu_button {
    display: none;
}

.reseller-subtitle {
    color: #d0630b;
    font-size: 20px;
    margin-left: 0;
    margin-top: 32px;
}

.reseller-desc {
    margin-top: 20px;
}

.partner-table {
    margin-top: 50px;
}

#partner-table a {
    padding: 5px;
}

#partner-table a img {
    width: 130px;
    max-height: 50px;
    margin: 10px;
}

.support-icon-all .support-icon-col {
    width: 50%;
    float: left;
}

.support-icon-all .support-icon-col .support-icon-cell {
    width: 100%;
}

.pricing-comparison-logmein,
.easy-to-migrate {
    margin: 30px auto;
}

.features-comparison-logmein th {
    width: 25%;
}

.features-comparison-logmein table tr:nth-child(even) {
    background: #f6f6f6;
}

.features-comparison-logmein table td:nth-child(3),
.features-comparison-logmein table th:nth-child(3) {
    border-right: 1px solid #979797;
}

.personal-business-comparison .gray-out {
    color: #ddd !important;
    pointer-events: none;
}

.personal-business-comparison .expand {
    display: inline-block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.personal-business-comparison .right-arrow {
    width: 10px;
    height: 10px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 15px 0 0;
}

.personal-business-comparison .detail {
    display: none;
}

.personal-business-comparison .icon {
    height: 50px;
    width: 50px;
    display: inline-block;
}

.personal-business-comparison .expand-sign {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    position: relative;
    top: -0.9em;
}

.personal-business-comparison .remote {
    background-image: url("/wp-content/uploads/support.png");
    background-size: 100%;
}

.personal-business-comparison .gray-out .remote {
    background-image: url("/wp-content/uploads/support-gray.png");
    background-size: 100%;
}

.personal-business-comparison .premium {
    background: url("/wp-content/uploads/premium.png") no-repeat;
    background-size: 86%;
}

.personal-business-comparison .security {
    background-image: url("/wp-content/uploads/security.png");
    background-size: 100%;
}

.personal-business-comparison .platform {
    background-image: url("/wp-content/uploads/devices.png");
    background-size: 100%;
}

.personal-business-comparison table td:nth-child(2),
.personal-business-comparison table th:nth-child(2) {
    border-right: none;
}

.personal-business-comparison th {
    width: 33.33%;
}

.personal-business-comparison .product-buttons .btn-get-app {
    margin: 0 auto;
    padding-bottom: 5px;
}

.personal-business-comparison .feature-title {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -0.9em;
}

.personal-business-comparison .feature-item {
    padding: 20px 0;
}

.personal-business-comparison .feature-item h2 {
    font-size: 1.2em;
}

.personal-business-comparison .features-area {
    font-size: 1.6em;
    padding-top: 80px;
    font-weight: bold;
}

.personal-business-comparison .strong {
    font-weight: bold;
}

.personal-business-comparison .product-buttons .btn-get-app a,
.personal-business-comparison .product-buttons .btn-buy-now a,
.personal-business-comparison .product-buttons .btn-trial a {
    font-size: 1em;
}

.main-slider .title h1 {
    font-weight: 400;
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 20px;
}

.main-slider .subtitle h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

.color-white:hover,
.color-white {
    color: white;
}

.main-slider .learn-more {
    margin-top: 20px;
    padding: 5px;
    color: white;
    font-size: 20px;
    border-radius: 3px;
    display: inline-block;
    background: #00a0d2;
    text-decoration: none;
    cursor: pointer;
}

.xdisplay-download-block {
    text-align: center;
    margin-top: 60px;
}

.product-header-xdisplay .product-title {
    text-align: center;
    width: 100%;
    float: none;
}

.product-buttons-xdisplay {
    max-width: 1024px;
    margin: 0 auto;
}

.xdisplay-page .supported-apps {
    width: 70%;
    margin: 40px auto;
}

.xdisplay-page .device-block {
    margin: 70px 0;
    text-align: center;
}

.device-block .device-item {
    width: 32.3%;
    display: inline-block;
}

.device-block .device-item img {
    height: 80px;
}

.product-content-whiteboard #overview .fluid-width-video-wrapper {
    padding-top: 60% !important;
}

.clear-both {
    clear: both;
}

.product-content-whiteboard #flipchart img {
    margin: 10px auto;
    width: 60%;
}

.third-party-notice {
    color: red;
}

.product-content-whiteboard .flipchart-steps {
    padding: 20px 0;
}

#gallery .container-fluid {
    text-align: center;
}

#gallery img {
    width: 80%;
}

#gallery .title {
    margin-top: 32px;
    padding: 10px 0;
}

.customer-quote .title {
    margin: 20px;
    font-size: 1.2em;
}

.paid-display-on {
    display: none;
}
/*================2016-09-23=================*/

#header {
    display: block;
    z-index: 999;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    box-shadow: inset 0 -2px 0 0 #f6f6f6;
    background: white;
    position: fixed;
}

#top-widget {
    width: 94%;
    margin: 0 auto;
}

#header .menu-icon-area:hover {
    cursor: pointer;
}

#header .menu-icon-area {
    float: right;
    margin-top: 1px;
}

#header #menu-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

#header #menu-icon div {
    width: 24px;
    height: 2px;
    background-color: #777;
    margin: 3px 0;
}

.email-form-menu {
    min-height: 80px;
    z-index: 1;
    color: black;
    transition: 0.5s;
}

.email-form-menu input {
    color: black;
}

.email-form-menu button {
    color: white;
}

#freetrial-options {
    /*width: 46%;*/
    /*min-height: 200px;*/
    max-width: 50%;
    position: fixed;
    z-index: 1;
    padding: 32px;
    display: none;
    background-color: #464648;
    transition: 0.5s;
    color: white;
}

#overlay-compare-menu {
    width: 46%;
    min-height: 240px;
    max-width: 50%;
    position: fixed;
    z-index: 1;
    bottom: 180px;
    left: 52vw;
    display: none;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.5s;
}

.email-form-menu .overlay-menu-content {
    padding: 32px;
    color: white;
}

#overlay-compare-menu .overlay-menu-content {
    padding: 16px;
    color: #fff;
    text-align: left;
}

#overlay-compare-menu .find-your-product {
    border: 1px solid white;
    padding: 10px;
}

.invalidlink {
    pointer-events: none;
    cursor: default;
    background: lightgrey !important;
}

.overlay-compare-item label {
    cursor: pointer;
    font-weight: 400;
}

#overlay-compare-menu .overlay-compare-item a {
    font-size: 1.4em;
}

#overlay-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    display: block;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -o-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

#overlay-menu .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#header ul {
    margin: 0;
    padding: 0;
}

#header ul li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

#header nav {
    display: inline-block;
}

#header nav.right-menu-nav {
    transition: top .5s;
    text-align: right;
    float: right;
}

#header .main-menu-nav a {
    background-position: center;
    /*
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    */
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px 16px;
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
}

#header .main-menu-nav a.active:before {
    content: "";
    position: absolute;
    width: 60%;
    margin: 0 auto;
    height: 3px;
    bottom: -4px;
    background: #3498DB;
    visibility: visible;
    border-radius: 5px;
    transform: scaleX(1);
    transition: .25s linear;
}

.featured-item .business-box .underline-center {
    margin-top: 20px;
}

.underline-center {
    content: "";
    width: 30px;
    margin: 20px auto;
    height: 3px;
    background: #3498DB;
    visibility: visible;
    border-radius: 5px;
    transform: scaleX(1);
    transition: .25s linear;
}

.underline-left {
    content: "";
    width: 30px;
    margin: 10px auto;
    height: 3px;
    background: #3498DB;
    float: left;
    visibility: visible;
    border-radius: 5px;
    transform: scaleX(1);
    transition: .25s linear;
}

.menu-title {
    margin-bottom: 40px;
}

.right-menu-nav ul {
    display: inline-block;
}

.main-menu-nav a,
.right-menu-nav a {
    color: rgba(12, 12, 12, 0.82);
    text-decoration: none;
}

#footer-wrapper {
    background: rgba(48, 53, 57, 1.0);
    min-height: 400px;
}

#overlay-menu .overlay-menu-content {
    margin-top: 15vh;
}

#header #overlay-menu .logo {
    margin-top: 80px;
    display: block;
}

#footer .menu-content,
#overlay-menu .overlay-menu-content {
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

#footer .more-info,
#overlay-compare-menu .more-info,
#overlay-menu .more-info {
    display: inline-block;
}

#footer .menu-block,
#overlay-compare-menu .menu-block,
#overlay-menu .menu-block {
    display: inline-block;
    vertical-align: top;
    min-width: 160px;
    text-align: left;
    font-size: 1.6rem;
}

#footer .menu-block ul,
#overlay-compare-menu .menu-block ul,
#overlay-menu .menu-block ul {
    float: left;
}

#footer .menu-block ul,
#footer .menu-block li,
#overlay-compare-menu .menu-block ul,
#overlay-compare-menu .menu-block li,
#overlay-menu .menu-block ul,
#overlay-menu .menu-block li {
    margin: 0;
    padding: 0;
}

#footer .menu-block li {
    list-style-type: none;
    margin: 12px 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

#overlay-compare-menu .menu-block li,
#overlay-menu .menu-block li {
    list-style-type: none;
    margin: 20px 0;
}

#overlay-compare-menu .menu-block li,
#overlay-menu .menu-block li {
    display: block;
}

#footer .menu-block a,
#overlay-compare-menu .menu-block a,
#overlay-menu .menu-block a {
    color: #fff;
}

#overlay-menu .mobile-menu .mobile-sub-menu {
    width: 100%;
}

#overlay-menu .mobile-menu .mobile-sub-menu a:hover {
    color: white;
    background: gray;
}

.email-form-menu #email-form-menu-close-icon {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 32px;
    line-height: 32px;
    cursor: pointer;
}

#freetrial-options #freetrial-options-close-icon {
    position: absolute;
    bottom: 0px;
    right: 16px;
    font-size: 48px;
    line-height: 48px;
    cursor: pointer;
}

#overlay-menu #menu-close-icon {
    position: absolute;
    top: 32px;
    right: 50px;
    font-size: 48px;
    line-height: 48px;
    cursor: pointer;
}

#footer small {
    display: block;
}

.pioneer {
    background: url('/wp-content/uploads/featured-ras-bg.jpg');
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 768px;
}

.about-us.pioneer,
.press-kit.pioneer {
    background: url('/wp-content/uploads/about-us-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.pr.pioneer {
    background: url('/wp-content/uploads/pr-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.remote-access.pioneer {
    background: url('/wp-content/uploads/remote-access-banner.png');
    position: relative;
    background-size: cover;
    background-position: center;
}

.remote-support.pioneer {
    background: url('/wp-content/uploads/remote-support-pioneer-minified.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.on-prem.pioneer {
    background: url('/wp-content/uploads/on-prem-minified.jpg');
    position: relative;
    background-size: cover;
    background-position: top;
}

.business-access.pioneer {
    background: url('/wp-content/uploads/business-access-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.sos-ff.pioneer {
    background: url('/wp-content/uploads/sos-ff-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.lmir-comparison.pioneer,
.tmr-comparison.pioneer,
.sos.pioneer {
    background: url('/wp-content/uploads/sos-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.msp.pioneer-middle {
    background: url('/wp-content/uploads/msp-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.dental-whale-page.pioneer-middle {
    background: url('/wp-content/uploads/MicrosoftTeams-image.jpg');
    position: relative;
    background-size: cover;
    background-position: bottom;
}

.news-page.pioneer-middle {
    background: url('/wp-content/uploads/in-the-news-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.it-help-desk.pioneer-middle {
    background: url('/wp-content/uploads/SplashtopITHelpDeskBanner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.it-remote-support.pioneer-middle {
    background: url('/wp-content/uploads/Splashtop-Remote-IT-Support-Banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.features-sso-banner.pioneer-middle {
    background: url('/wp-content/uploads/splashtop-features-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.case-study-wfh.pioneer-middle {
    background: url('/wp-content/uploads/case-study-wfh-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

#accounting-page .accounting {
    background: url('/wp-content/uploads/accounting-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    min-height: 290px;
    max-height: 400px;
}

#accounting-page .pioneer-desc {
    color: #333;
}

#datto-page .datto {
    background: url('/wp-content/uploads/generic-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    height: 250px;
    min-height: 290px;
    max-height: 220px;
}

#cloudaccounting-page .cloudaccounting {
    background: url('/wp-content/uploads/cloud-accounting-podcast-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    height: 350px;
    min-height: 300px;
    max-height: 350px;
}

.ascii-mb.pioneer-middle,
.integrations.pioneer-middle,
.lmic-comparison.pioneer-middle,
.sos-teamviewer-comparison.pioneer-middle {
    background: url('/wp-content/uploads/logmeinc-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.linux-banner.pioneer-middle {
    background: url('/wp-content/uploads/Linux-Banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.coronavirus-banner {
    background: url('/wp-content/uploads/coronavirus-banner.png');
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 260px;
    height: 260px;
}

.syncro-integration-banner.pioneer-middle {
    background: url('/wp-content/uploads/msp-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.lmi-comparison.pioneer {
    background: url('/wp-content/uploads/logmein-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.classroom.pioneer {
    background: url('/wp-content/uploads/classroom-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.enterprise.pioneer {
    background: url('/wp-content/uploads/enterprise-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.gtm-comparison {
    background: url('/wp-content/uploads/Header-GoToMyPC-alternative.jpg');
    position: relative;
    background-size: cover;
    background-position: right;
    min-height: 500px;
}

.brpa.pioneer {
    background: url('/wp-content/uploads/brpa-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.security.generic-banner {
    background: url('/wp-content/uploads/security-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.wfh-banner.generic-banner {
    background: url('/wp-content/uploads/work-from-home-banner.png');
    position: relative;
    background-size: cover;
    background-position: center;
}

.media-entertainment-solution.generic-banner {
    background: url('/wp-content/uploads/header-film-media.jpg');
    position: relative;
    background-size: cover;
    background-position: initial;
}

.edu-page .generic-banner {
    background: url('/wp-content/uploads/education-banner.png');
    position: relative;
    background-size: cover;
    background-position: center;
}

.personal.generic-banner {
    background: url('/wp-content/uploads/personal-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.comparison-page .generic-banner,
#rpc-comparison-page .generic-banner,
#lmipro-comparison-page .generic-banner {
    background: url('/wp-content/uploads/lmi-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

#bapro-teamviewer-comparison-page .bapro-teamviewer-comparison {
    background: url('/wp-content/uploads/bapro-teamviewer-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.pcanywhere.generic-banner {
    background: url('/wp-content/uploads/pcanywhere-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.products.generic-banner {
    background: url('/wp-content/uploads/header-products-update.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.pricing.generic-banner {
    background: url('/wp-content/uploads/pricing-banner.png');
    position: relative;
    background-size: cover;
    background-position: center;
}

.generic-banner {
    /* background: url('/wp-content/uploads/generic-banner.jpg'); */
    background: url('/wp-content/uploads/blue-header.jpg');;
    position: relative;
    background-size: cover;
    background-position: center;
}

.generic-banner .banner-desc *:last-child {
    margin-bottom: 0;
}

.generic-banner .banner-desc.m-banner-padding.section-dvm {
    padding: 64px 0;
}

.banner-desc.section-dvm h2.desc {
    width: 100%;
}

.news {
    background: #2376ad;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0;
    width: 100vw;
    margin-left: calc(100% / 2 - 100vw / 2);
}

.featured-area .news {
    /*background: #2376ad; */
    background: #ecd727;
    color: #333;
    font-size: 18px;
    height: 36px;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
}

.featured-area .news a:hover {
    font-size: 18px;
}

.news a,
#header .news a:hover,
.news a:hover {
    text-decoration: underline;
}

.featured-area {
    height: 100%;
    width: 100%;
    text-align: center;
}

.featured-content {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.featured-item {
    display: table-cell;
    padding: 0px;
    color: #fff;
    height: 100%;
}

.featured-item.rs {
    background-color: rgba(43, 58, 86, .5);
}

.featured-item.ra {
    background-color: rgba(43, 58, 86, .5);
}

.btn-trial,
.btn-buy-now {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.business-box {
    color: #fff;
    width: 100%;
    bottom: 0px;
}

.featured-content #remote-access,
.featured-content #remote-support {
    width: 50%;
    bottom: 10vh;
    position: absolute;
}

.featured-item #remote-support img,
.featured-item #remote-access img {
    width: 20%;
}

#remote-support .widget-content-home h1,
#remote-access .widget-content-home h1 {
    line-height: 20px;
    margin: 0 auto;
    letter-spacing: 0.1px;
}

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

.desc a {
    color: #0670b6;
}

#strength-points {
    text-align: center;
}

#strength-points img {
    height: 120px;
}

.strength-points-desc {
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

#strength-points .reliable,
#strength-points .secure,
#strength-points .easy-to-deploy {
    /*padding: 20px;*/
    min-height: 380px;
}

#menu-area {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#second-layer-menu .logo {
    display: inline-block;
    float: left;
    width: 176px;
    margin-right: 32px;
    transform: translateY(-12px);
}

.main {
    margin-top: 84px;
}

.customer-container {
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
}

#footer .subscribe-email-area {
    width: 100%;
    color: white;
}

.subscribe-email-area {
    padding: 32px 32px 0 32px;
}

.subscribe-email-area input[type="submit"] {
    color: white;
    background: #0d6dc0;
    border: 2px solid #0d6dc0;
}

.subscribe-email-area input[type="email"] {
    max-width: 220px;
    color: black;
    display: inline-block;
}

#footer .ao-form input[type="text"] {
    color: black;
    display: inline-block;
}

#footer .ao-form input.button {
    display: inline-block;
}

#footer .ao-form .ao-column.ao-column-12 {
    width: auto;
    margin: 32px auto;
}

.img-grayout {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

#remote-support-sym {
    margin-left: -5em;
    margin-top: -23em;
    position: absolute;
}

#remote-access-sym {
    margin-left: -5em;
    margin-top: 6em;
}

.st-table {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.st-row {
    display: table-row;
}

.st-cell {
    display: table-cell;
    width: 50%;
}

.st-table li {
    list-style-type: none;
}

.st-table-block .remote-support-free-trial,
.st-table-block .remote-support-buy-now {
    width: 20%;
    padding: 10px;
    display: block;
    background: #2980b9;
    color: white;
    text-align: center;
    border-radius: 4px;
    transition: background-color .5s, font-size .5s;
}

.st-table-block a.remote-support-free-trial:hover,
.st-table-block a.remote-support-buy-now:hover {
    background-color: #3498db;
}

.product-buttons .btn-get-app {
    margin: 0 auto;
}

.product-top-right .product-buttons {
    width: 100%;
}

.st-table .pricing {
    display: none;
}

.st-table .more-pricing {
    text-align: right;
    padding-right: 10vw;
    text-decoration: underline;
    color: blue;
}

.st-table .st-cell:nth-child(1) {
    border-right: 1px solid #979797;
}

.st-row.st-thead {
    font-size: 32px;
}

.st-table .st-row.st-thead .st-cell {
    background: rgba(119, 119, 119, 0.4);
    padding: 32px 0;
}

.st-table .st-row .st-cell {
    padding: 15px;
}

.st-table-block {
    width: 70%;
    margin: 0 auto;
}

.st-table .support-type {
    font-size: 24px;
}

.pioneer-desc .product-buttons,
.banner-desc .product-buttons {
    width: 50%;
}

.iot .pioneer-overlay-bg,
.enterprise .pioneer-overlay-bg,
.sos-ff .pioneer-overlay-bg,
.classroom .pioneer-overlay-bg {
    background-color: rgba(43, 58, 86, .6);
}

.pioneer-overlay-bg {
    background-color: rgba(43, 58, 86, .3);
    height: 100%;
    width: 100%;
    position: absolute;
}

.pioneer-desc-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#reddit-page .pioneer-desc,
#lmic-alternative-page .pioneer-desc {
    padding: 16px 64px;
    bottom: 0;
}

.pioneer-desc {
    width: 100%;
    color: white;
    bottom: 0.1vh;
    padding: 32px 64px;
    position: absolute;
}

.featured-item .pioneer-desc h1,
.featured-item .pioneer-desc a {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.banner-desc h1 {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}

.pioneer-desc h1 {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}

.banner-desc h2.subtitle,
.pioneer-desc h2.subtitle {
    font-weight: 500;
    margin: 10px 0px 20px 0;
    letter-spacing: 1.4px;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.banner-desc h2.desc,
.pioneer-desc h2.desc {
    font-weight: 500;
    letter-spacing: .1px;
    width: 70%;
}

.business-box .product-buttons {
    width: 60%;
    margin: 0 auto;
}

.business-box .product-buttons .btn-trial,
.business-box .product-buttons .btn-buy-now {
    width: 70%;
    margin: 0 auto;
}

.iconbox-content-container {
    width: 100%;
}

.remote-support-page .iconbox-content-container {
    text-align: center;
    margin-bottom: 32px;
}

.business-box h1 a,
.business-box h2 a {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.business-box .widget-title-home h1 a,
.business-box .widget-title-home h2 a {
    font-weight: 500;
    padding: 5px 32px;
}

.business-box h1 a:hover,
.business-box h2 a:hover {
    color: #00a3d5;
}

.vcenter {
    display: flex;
    align-items: center;
}

.home-widgets img {
    width: 88%;
}

.pricing-container-rs {
    margin: 0 auto;
}

.pricing-container-rs .info-sign {
    font-size: 0.8em;
}

.pricing-item-control {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.pricing-item-control .basic-plus-pricing {
    padding: 32px;
    width: 100%;
}

.pricing-item-control .basic-plus-pricing .row {
    font-size: 1.2em;
    padding: 10px 0;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.pricing-item-control .basic-plus-pricing .row:last-child {
    border-bottom: 1px solid;
}

.pricing-item-rs {
    background: #e4e2e238;
}

.pricing-item-rs ul li {
    list-style-type: none;
}

.pricing-item-rs .pricing {
    display: block;
}

.pricing-item-rs .pricing-item-basic .title {
    padding: 30px 10px;
}

.pricing-item-rs .title h1 {
    margin-top: 0;
    font-size: 2em;
}

.pricing-item-rs .title h1 img {
    width: 128px;
    margin: 0 auto;
}

.pricing-item-rs .title {
    color: #fff;
    padding: 10px 10px;
    font-weight: 500;
    background-color: rgb(41, 128, 185);
    background-image: -moz-linear-gradient(38deg, rgba(8, 129, 216, .38), rgba(205, 235, 142, 0.6));
    background-image: -webkit-linear-gradient(38deg, rgba(8, 129, 216, .38), rgba(205, 235, 142, 0.6));
    background-image: linear-gradient(38deg, rgba(8, 129, 216, .38), rgba(205, 235, 142, 0.6));
}

.pricing-item-rs .content {
    font-size: 1.3em;
}

.pricing-item-rs .content .btn-buy-now {
    font-size: 0.77em;
}

.pricing-item-rs .more-pricing {
    text-align: center;
    margin-top: 10px;
}

.more-pricing:hover {
    cursor: pointer;
}

.pricing-expand-sign {
    font-weight: 700;
}

.pricing-item-rs .more-pricing-list,
.pricing-item-rs .more-premium-pricing-list,
.pricing-item-rs .more-basic-pricing-list,
.pricing-item-rs .more-plus-pricing-list {
    display: none;
}

.pricing-item-basic {
    background-color: rgba(240, 240, 243, 0.43);
    border: 1px solid white;
}

.pricing-item-plus {
    background-color: rgba(240, 240, 243, 0.43);
    border: 1px solid purple;
    height: 100%;
}

.pricing-item-rs .category {
    line-height: 2.3em;
    min-height: 2.3em;
    color: #fff;
    font-size: 1.25em;
}

.pricing-item-plus .category {
    background-color: rgb(195, 55, 55);
    background-image: -moz-linear-gradient(38deg, rgba(195, 55, 55, .38), purple);
    background-image: -webkit-linear-gradient(38deg, rgba(195, 55, 55, .38), purple);
    background-image: linear-gradient(38deg, rgba(195, 55, 55, .38), purple);
}

.rs-premium .features,
.rs-plus .features {
    min-height: 232px;
}

.rs-premium .features,
.rs-basic .features,
.rs-plus .features {
    min-height: 360px;
}

.pricing-item-rs .features .plus-border {
    margin: 15px auto;
    font-size: 0.8em;
    font-style: italic;
}

.pricing-item-rs .rs-features-include {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pricing-item-plus .rs-features-include b {
    background: yellow;
}

.pricing-item-rs ul {
    margin: 0;
    padding: 0;
}

.iconbox-content .footnote {
    margin-top: 32px;
    font-size: 0.8em;
    line-height: 1.2em;
}

.remote-support-page .footnote {
    font-style: italic;
    padding-left: 32px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.desc-note {
    font-size: 1.4rem;
}

.classroom-page .desc-note a {
    font-size: 0.9em;
    color: white;
}

.product-iconbox-header {
    padding: 32px 0;
}

.blockquote-title {
    margin-top: 64px;
}

.single .type-post {
    padding: 32px;
}

.customer-container a {
    display: block;
    color: transparent;
}

.customer-container a:hover {
    text-decoration: none;
}

.customer-container img {
    max-height: 64px;
    margin: 10px;
}

.customer-container .logo-item {
    display: inline-block;
    width: 10%;
    padding: 5px;
}

.blog-pic {
    width: 50%;
    padding: 40px;
    margin: 0 auto;
}

.rmm-header-links {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.rmm-header-links a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
    text-decoration: none;
    padding: 20px 0;
    background: #95a5a6;
    color: #fff;
    transition: background .5s;
}

.featured-item .alternative {
    padding-top: 20px;
}

.featured-item .alternative .product-name a {
    color: white;
    padding: 3px;
    text-decoration: none;
    font-size: 1.4em;
    line-height: 1em;
}

.featured-item .alternative .product-name .learn-more {
    font-size: 0.7em;
}

.featured-item .alternative .competitor-name {
    font-size: 0.8em;
}

.featured-item .product-name a:hover {
    color: #00a3d5;
    text-decoration: none;
}

.featured-item .widget-content-home h1>span {
    display: block;
}

.featured-item .competitor-name {
    text-decoration: underline;
}

.rs-pricing-block {
    text-align: center;
}

.rs-pricing-block .subtitle {
    color: gray;
    margin-bottom: 32px;
    font-size: 1.2em;
}

.rs-pricing-note {
    margin: 0 auto;
    text-align: center;
}

.rs-pricing-note ul {
    display: inline-block;
    text-align: left;
}

.pioneer-desc .phone-no {
    color: white;
}

.demo-video-item {
    padding: 30px;
}

.demo-video-desc {
    padding: 10px 0;
    font-size: 1.2em;
}

.demo-video-customer-case {
    margin-top: 30px;
    margin-bottom: -20px;
}

#first-layer-menu {
    width: 100%;
    margin: 16px 0;
}

#first-layer-menu .divider {
    padding: 0 8px;
}

#first-layer-menu a {
    color: black;
}

#second-layer-menu {
    width: 100%;
    margin: 16px 0;
}

#second-layer-menu .main-menu-nav {
    float: left;
}

.compare-basic .comparison-table th,
.compare-plus .comparison-table th {
    width: 50%;
}

.padding-top-s {
    padding-top: 16px;
}

.margin-top-s {
    margin-top: 16px;
}

.padding-top-m {
    margin-top: 32px;
}

.margin-top-m {
    margin-top: 32px;
    margin-bottom: 32px;
}

.padding-bottom-s {
    padding-bottom: 16px;
}

.margin-bottom-s {
    margin-bottom: 16px;
}

.padding-bottom-m {
    padding-bottom: 32px;
}

.margin-bottom-m {
    margin-bottom: 32px;
}

.social-icons li {
    display: inline-block;
    margin: 0px 1px;
    list-style: none outside none;
    width: 32px;
}

.social-icons img {
    max-width: 100%;
}

.social-icons .facebook {
    left: 0px;
    width: 32px;
    background: url('/wp-content/uploads/social-icon.png') 0 0;
}

.social-icons .linkedin {
    left: 96px;
    width: 32px;
    background: url('/wp-content/uploads/social-icon.png') 128px 0;
}

.social-icons .youtube {
    left: 64px;
    width: 32px;
    background: url('/wp-content/uploads/social-icon.png') 96px 0;
}

.social-icons .twitter {
    left: 32px;
    width: 32px;
    background: url('/wp-content/uploads/social-icon.png') 64px 0;
}

.social-icons .instagram {
    left: 32px;
    width: 32px;
    background: url('/wp-content/uploads/social-icon.png') 32px 0;
}

.social-icons li a {
    height: 32px;
    width: 32px;
    display: block;
}

.single-button-m .product-buttons .btn-trial a,
.single-button-m .product-buttons .btn-buy-now a {
    color: white;
}

.product-header-downloads {
    min-height: 150px;
}

.product-header-downloads .product-title {
    text-align: center;
    width: 100%;
}

.downloads-page .download-choices {
    font-size: 1.4em;
    width: 100%;
    padding: 20px;
    background: lightgray;
}

.downloads-page .learn-more {
    width: 100%;
}

.downloads-page .learn-more h4 {
    font-size: 1.0em;
}

.downloads-page .downloads-diagram img {
    width: 100%;
    max-width: 800px;
}

.downloads-page .downloads-diagram {
    text-align: center;
}

.download-choices h4 {
    padding-left: 2.0em;
    font-size: 1.2em;
}

.terms-privacy a {
    color: #fff;
    text-decoration: none;    
}
.terms-privacy a:hover,
.terms-privacy a:visited {
    color: #fff;
    text-decoration: underline;
}

.products-page .dl-section-container {
    box-shadow: none;
    padding-bottom: 0;
}

.products-page .dl-banner {
    padding-top: 0;
}

.products-page .dl-section {
    width: 100%;
}

.menu-title h3 a {
    text-decoration: none;
    font-weight: 400;
}

.new-feature-item {
    color: red;
}

.sos-download-logo {
    width: 128px;
    display: block;
    margin: 5px auto 20px auto;
}

.sd-windows-mac-block h2,
.sd-ios-block h2,
.sd-android-block h2 {
    text-align: center;
}

.sd-windows-mac-block,
.sd-ios-block,
.sd-android-block {
    width: 70%;
    margin: 30px auto;
    font-size: 16px;
    display: none;
}

.sd-windows-mac-block li,
.sd-ios-block li,
.sd-android-block li {
    margin: 20px auto;
}

.sd-footer {
    text-align: right;
    font-size: 12px;
    margin-right: 10%;
}

.access-mobile-video {
    padding-top: 32px;
    padding-bottom: 32px;
}

.best-deal-no {
    height: 45px;
}

.remote-support-page.a-page .best-deal-no {
    height: 20px;
}

.main-menu-new {
    color: red;
    padding: 4px;
    font-family: Helvetica, Arial, sans-serif;
}

.product-header-migration {
    height: 180px;
}

.product-header-migration .product-title {
    text-align: center;
    width: 100%;
}

.comparison-page .product-title {
    width: 100%;
}

.comparison-page ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.comparison-page .comparison-item {
    margin: 32px 0;
}

.comparison-page .comparison-item-title {
    font-weight: 700;
    font-size: 1.5em;
}

.comparison-page .comparison-item-title a {
    color: blue;
    text-decoration: underline;
}

.anywhere-access-page .desc-area,
.anywhere-access-page .subscribe-area {
    margin: 20px auto;
}

.anywhere-access-page .subtitle {
    font-size: 1.5em;
    font-weight: 700;
}

.anywhere-access-page .product-title {
    width: 100%;
}

.anywhere-access-diagram {
    margin: 20px auto;
}

.anywhere-access-diagram img {
    max-width: 100%;
}

.share-your-screen-page .product-top-1button {
    width: 100%;
    margin: 0;
}

.lmir-comparison-page .product-top-1button {
    width: 60%;
    margin: 0;
}

.lmir-comparison-page .product-top-1button .btn-trial,
.share-your-screen-page .product-top-1button .btn-trial {
    margin: 0;
    width: 48%;
}

.lmir-comparison-page .lmir-learn-more,
.share-your-screen-page .sys-learn-more {
    margin-top: 32px;
}

.lmir-comparison-page .lmir-learn-more a,
.share-your-screen-page .sys-learn-more a {
    padding-left: 32px;
}

#lmic-comparison-page .comparison-table table td:nth-child(1),
#lmic-comparison-page .comparison-table table th:nth-child(1) {
    border-right: none;
}

.compare-pricing-table {
    margin-bottom: 40px;
}

.compare-pricing-table .price-no {
    font-size: 24px;
    line-height: 24px;
}

.share-your-screen-page .iconbox-content {
    background: #fff;
    min-height: 300px;
}

.share-your-screen-page .iconbox-content-img img {
    max-width: 100%;
    width: 80%;
}

.reseller-discount table th,
.reseller-discount table td {
    border: 1px solid black;
    padding: 5px;
}

.reseller-page .reseller-howto {
    margin-top: 32px;
}

.reseller-page .contact-us {
    font-size: 0.8em;
}

.product-tmr-comparison-page .try-free {
    margin-top: 32px;
    margin-bottom: 16px;
}

.product-tmr-comparison-page .sos-sba-desc {
    margin-bottom: 32px;
}

.try-free .btn-trial {
    text-transform: inherit;
}

.try-free .business-free-trial,
.try-free .business-free-trial-top,
.try-free .remote-support-free-trial,
.try-free .sos-commercial-trial-top,
.try-free .sos-commercial-trial {
    width: 40%;
    padding: 10px;
    display: block;
    background: #3498db;
    color: white;
    border-radius: 4px;
}

#compare-menu-icon {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 256px;
    height: 64px;
    min-width: 120px;
    margin-top: -64px;
    margin-bottom: 64px;
    padding: 18px 5px;
    background: #38824c;
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-decoration: none;
    transition: background-color .5s, font-size .5s;
}

.comparison-table-title {
    margin-bottom: 32px;
}

.product-tmr-comparison-page .sos-sba-desc .desc-title {
    padding: 10px 0 32px 0;
    text-align: center;
    background: lightblue;
}

.product-tmr-comparison-page .sos-sba-desc .desc-item {
    border: 1px solid rgba(128, 128, 128, 0.5);
    min-height: 420px;
}

.product-tmr-comparison-page .sos-sba-desc .desc-content {
    padding: 32px;
}

.migration-page .get-free-trial {
    margin-bottom: 32px;
}

.lmir-diagram-block img {
    max-width: 100%;
}

.streamer-setup {
    width: 80%;
    margin: 32px auto;
    text-align: left;
    font-size: 1.2em;
}

.chained-quiz {
    width: 80%;
    margin: 32px auto;
    text-align: center;
    font-size: 1.2em;
}

.chained-quiz-area {
    text-align: left;
}

.chained-quiz-choice {
    margin: 16px;
}

.chained-quiz-question {
    font-size: 1.4em;
}

.chained-quiz-choice input[type=radio] {
    margin: 0;
    vertical-align: middle;
}

.savings-block {
    margin-top: 32px;
}

.tmr-sba-user .sba-user {
    border: 1px solid;
    padding: 10px;
    font-size: 1.2em;
    text-align: center;
    display: inline-block;
}

.product-tmr-comparison-page .tmr-sba-user {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.product-tmr-comparison-page .product-bottom {
    margin: 15px 0 30px 0 !important;
}

.product-compare-competitor .get-started {
    margin: 50px 0;
}

.product-tmr-comparison-page .product-title h2 {
    font-size: 1.5em;
}

.product-tmr-comparison-page .note {
    margin-top: 16px;
    font-size: 1.2em;
}

.exclusive-offer {
    font-weight: 700;
    font-size: 1.2em;
}

.remote-support-page .desc-buy-now {
    padding: 10px 32px;
}

.rs-pricing-packages ul,
.rs-pricing-packages li,
.sos-pricing-packages ul,
.sos-pricing-packages li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rs-pricing-block {
    padding-bottom: 32px;
}

.rs-pricing-packages {
    padding-bottom: 32px;
}

.rs-pricing-packages li>ul {
    border: none;
}

.rs-pricing-packages .price-no-desc {
    min-height: 160px;
}

#lmi-alternative-page .rs-pricing-packages .price-no-desc {
    min-height: 130px;
    color: inherit;
    font-size: 1em;
}

.rs-pricing-packages>ul,
.sos-pricing-packages ul {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.rs-pricing-packages li,
.sos-pricing-packages li {
    padding: 5px;
}

.rs-pricing-packages .package-footer,
.sos-pricing-packages .package-footer {
    font-weight: 600;
    margin-top: 10px;
    border-top: 1px solid grey;
}

.rs-pricing-packages .per-package {
    margin-bottom: 0;
}

.rs-pricing-packages .sos-big-plus,
.sos-pricing-packages .sos-big-plus {
    font-size: 3em;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 8px;
    line-height: 0.4em;
}

.rs-pricing-packages .sos10-highlighted,
.rs-pricing-packages .sos-basic-highlighted,
.sos-pricing-packages .sos10-highlighted,
.sos-pricing-packages .sos-basic-highlighted {
    margin-top: 8px;
    min-height: 130px;
}

.rs-pricing-packages .most-popular,
.rs-pricing-packages .best-value,
.rs-pricing-packages .best-value-no,
.sos-pricing-packages .most-popular,
.sos-pricing-packages .best-value,
.pricing-container-rs .best-value-no,
.pricing-container-rs .best-value,
.sos-pricing-packages .best-value-no {
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 1.5em;
}

.pricing-container-rs .best-value.best-value-black {
    color: black;
}

.pricing-container-rs .best-value-no {
    background: white;
}

.pricing-container-rs .best-value,
.sos-pricing-packages .best-value {
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    border-top: 1px solid grey;
}

.sos-pricing-packages .most-popular {
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    border-top: 1px solid grey;
}

.rs-pricing-packages .package-title,
.sos-pricing-packages .package-title {
    border-bottom: none;
    background: transparent;
    text-transform: uppercase;
}

.sos-pricing-packages .special-title,
.special-intro .special-title,
.special-intro .special-desc {
    font-weight: 500;
    padding: 5px 0;
    font-size: 30px;
}

.special-intro .special-title {
    font-size: 30px;
}

.special-intro .special-desc {
    font-size: 24px;
}

.sos-pricing-packages .packages-headline {
    padding: 20px 0;
    font-size: 1.2em;
}

.sos-pricing-packages .sos-basic-hide {
    color: white;
}

.sos-pricing-packages .single-button-m .product-buttons {
    /*margin: 0;*/
}

.sos-pricing-note {
    font-size: 0.8em;
}

.sos-ff-page .product-intro h4 {
    text-align: left;
    line-height: 1.5em;
}

.sos-page .product-intro {
    margin-bottom: 0;
    margin-top: 32px;
}

.sos-page .product-intro a {
    font-weight: 400;
}

.classroom-pricing-items {
    text-align: center;
}

.classroom-pricing-items li {
    list-style-type: none;
}

.classroom-pricing-item {
    border: 1px solid #ddd;
    min-height: 760px;
}

.classroom-pricing-item .product-buttons {
    width: 90%;
}

.classroom-pricing-item .contact-us {
    padding: 32px 0;
}

.classroom-pricing-item .contact-us .bottom-align {
    position: absolute;
    bottom: 16px;
    width: 90%;
}

.classroom-pricing-item .product-buttons .btn-trial a,
.classroom-pricing-item .product-buttons .btn-buy-now a {
    background: #2eb75b;
    padding: 12px 5px;
    border: 1px solid #2eb75b;
    color: #fff;
    letter-spacing: 1.1px;
}

.classroom-page .classroom-pricing-item .use-case {
    font-size: 1.4em;
    color: black;
    margin-bottom: 16px;
}

.classroom-pricing-item .use-case {
    font-size: 1.6em;
    color: #91BA42;
    margin-bottom: 16px;
}

.classroom-pricing-item .host-type {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0 16px;
    font-weight: 600;
}

.classroom-pricing-item .pricing-desc {
    padding: 10px;
    font-size: 1.4em;
}

.classroom-pricing-items .pricing-title {
    font-size: 2.0em;
    padding: 32px;
    background-color: #3498db;
    color: #fff;
    background-size: 100%;
}

.classroom-pricing-items .pricing {
    font-size: 2.0em;
}

.sos-ff-page .product-buttons {
    width: 60%;
}

.migration-page img {
    max-width: 100%;
}

.rs-sos-comparison th,
.rs-sos-comparison td {
    border: 1px solid black;
    border-collapse: collapse;
}

.rs-sos-comparison {
    margin: 32px 0;
}

.rs-sos-comparison th {
    padding: 3px;
    text-align: center;
}

.rs-sos-comparison th:first-child {
    width: 10%;
}

.rs-sos-comparison td {
    padding: 3px;
    text-align: center;
}

.valign-two-parts {
    display: flex;
    align-items: center;
}

.product-tmr-comparison-page .exclusive-offer-block {
    margin-top: 60px;
}

.product-tmr-comparison-page .exclusive-offer-block .product-bottom {
    width: 80%;
}

.mobiview-comparison-page .teachers-students-block,
.promethean-comparison-page .teachers-students-block {
    margin-top: 32px;
}

.mobiview-comparison-page .main-content-block,
.promethean-comparison-page .main-content-block {
    max-width: 1024px;
}

.mobiview-comparison-page .main-content-block img,
.promethean-comparison-page .main-content-block img {
    height: 242px;
}

.classroom-page .additional-resources {
    margin-top: 64px;
}

.classroom-page .additional-resources a {
    text-decoration: underline;
}

.anchor {
    display: block;
    height: 84px;
    margin-top: -84px;
    visibility: hidden;
}

.form-inline {
    display: flex;
}

.accounting-img {
    text-align: center;
    padding-bottom: 32px;
}

.rs-ratings-reviews-page .product-content-block,
.ba-ratings-reviews-page .product-content-block {
    text-align: center;
}

.business-access-page .business-to-enterprise {
    margin-top: -32px;
    margin-bottom: 48px;
}

.remote-support-page .feature-item {
    padding: 32px;
}

.remote-support-page .feature-item img {
    width: 100%;
}

.remote-support-page .feature-item .desc {
    display: none;
    margin-top: 16px;
    text-align: justify;
}

.remote-support-page .feature-item:hover {
    background: #ECF0F1;
}

.accounting-page .product-title {
    margin-bottom: 0;
}

.product-lmip-comparison-page .pricing-comparison ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.product-lmip-comparison-page .bpc-col {
    border: 1px solid black;
}

.product-lmip-comparison-page .bpc-note {
    margin-top: 10px;
    margin-bottom: 32px;
}

.product-lmip-comparison-page .best-price-chart,
.product-lmip-comparison-page .lock-price-chart {
    display: flex;
    padding-left: 0px;
}

.product-lmip-comparison-page .bpc-title {
    font-weight: 700;
}

.product-lmip-comparison-page .best-price-chart .bpc-title {
    border-bottom: 1px solid gray;
}

.product-lmip-comparison-page .lock-price-chart .bpc-col li {
    border-bottom: 1px solid gray;
}

.product-lmip-comparison-page .lock-price-chart .bpc-col li:last-child {
    border-bottom: none;
}

.solutions-page .solution-list .title {
    font-size: 1.2em;
    font-weight: 700;
}

.solutions-page .solution-list ul {
    list-style-type: none;
}

.solutions-page .full-list-by-user-type {
    margin-top: 32px;
    text-decoration: underline;
}

.iot-strength-item {
    margin-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 300px;
}

.iot-strength-item:nth-of-type(odd) {
    background: #ECF0F1;
}

.product-buttons.one-button {
    width: 50%;
}

#blog-right-bar {
    margin-top: 32px;
}

#blog-right-bar .type-post {
    padding: 0 32px;
}

#blog-right-bar .content-box {
    border-top: none;
    border-bottom: 2px solid #0070b8;
}

#blog-right-bar h2 {
    font-size: 16px;
}

.ratings-reviews-item {
    padding: 25px 25px 75px 25px;
    border-radius: 10px;
    border-style: solid;
    margin: 50px 0;
    border-width: 2px;
    border-color: #777777;
}

.case-study-page .cs-quote {
    padding: 32px 0;
}

.case-study-page #others,
.case-study-page #education {
    display: block;
}

.blog-ad-banner img {
    max-width: 100%;
    width: 314px;
    padding: 32px;
    margin: 0 auto;
}

.downloadstart-page {
    max-width: 1024px;
    margin: 0 auto;
}

.downloadstart-page .general-title {
    margin: 0;
}

map area {
    border: none;
    padding: 0;
}

.lmir-comparison-page .product-content-block {
    max-width: 1024px;
    margin: 0 auto;
}

.case-study-page .cs-type:nth-of-type(even) {
    background: #f6f6f6;
}

.case-study-page .cs-type {
    padding: 32px;
}

.case-study-page .free-trial-block {
    margin-top: 32px;
}

.case-study-page .pioneer-desc {
    padding-bottom: 128px;
}

table.with-border td,
table.with-border th {
    border: 1px solid gray;
    padding: 5px;
}

.banner-desc {
    color: white;
}

.banner-desc.l-banner-padding {
    padding: 80px 64px;
}

.banner-desc.m-banner-padding {
    padding: 64px;
}

.banner-desc.s-banner-padding h1,
.banner-desc.m-banner-padding h1 {
    margin-top: 0px;
}

.banner-desc.s-banner-padding {
    padding: 48px 64px;
}

.l-vpadding {
    padding: 64px 0;
}

.m-vpadding {
    padding: 32px 0;
}

.s-vpadding {
    padding: 16px 0;
}

.img-center {
    margin: 0 auto;
    width: 80%;
}

.product-tmr-comparison-page .tmr-tab {
    padding: 20px;
    border: 1px solid grey;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    min-height: 150px;
}

.product-tmr-comparison-page .tmr-tab.active {
    background: #2980b9;
    color: #fff;
}

.product-tmr-comparison-page .tmr-tab:hover {
    cursor: pointer;
}

.tmr-tab-content.active {
    display: block;
    padding: 0 10px;
    border: 1px solid #2980b9;
}

.tmr-tab-content {
    display: none;
}

.tmr-alternatives {
    margin-top: 32px;
}

.tmr-alternatives-tabs {
    margin-top: 32px;
}

.more-info-button {
    text-transform: none;
    margin: 10px 0;
}

.download-hint {
    font-size: 24px;
    margin: 32px 0;
}

.compliance .product-intro {
    text-align: left;
}

.product-lmi-comparison-page .product-intro {
    text-align: left;
}

.product-content-block.m2-width {
    max-width: 1280px;
}

.product-content-block.m-width {
    max-width: 1024px;
}

#compliance-page .product-intro,
#solutions-page .product-intro {
    text-align: left;
}

.about-us-prices,
.srs-about-prices {
    padding: 32px 0;
    background: lightgray;
}

#unattended-android-rs-page .container-fluid {
    padding-left: 0;
}

.beta-trial-box {
    text-align: center;
    border: 1px solid grey;
}

.beta-trial-box .title {
    padding: 16px;
    font-size: 2em;
    color: #fff;
    background: #2980b9;
    margin-bottom: 16px;
}

.beta-trial-box .product-buttons .btn-trial a {
    background: #2eb75b;
}

.beta-trial-desc {
    padding: 16px;
}

.android-rs-feature-item {
    background: lightgray;
    padding: 10px;
    min-height: 210px;
    margin-bottom: 32px;
}

.android-rs-features {
    margin-top: 16px;
}

.wechat-box {
    position: fixed;
    z-index: 1001;
    top: 100px;
    right: 10px;
    max-width: 160px;
    background: white;
}

.wechat-title {
    padding-top: 10px;
    text-align: center;
}

.wechat-footer {
    text-align: center;
    color: red;
    font-size: 1.2em;
    font-weight: 600;
}

#rdp-vpn-alternative-page .product-intro,
#rs-premium-page .product-intro {
    text-align: left;
    margin-bottom: 16px;
}

#rs-premium-page .single-button-m {
    max-width: 512px;
}

.rs-premium-features {
    margin-bottom: 32px;
}

#rd-access-page .pioneer-fixed {
    min-height: 400px !important;
}

#rd-access-page .rs-pricing-packages .price-no-desc {
    min-height: 70px;
}

#rd-access-page .package-title {
    color: #fff;
}

#rd-access-page .product-buttons {
    padding: 0 20px;
}

#rd-access-page .title-area h1,
#rd-access-page .package-title h1 {
    margin-top: 0;
}

#rd-access-page .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.rd-access-box {
    padding: 20px;
    margin: 32px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.rd-personal-box {
    background: url('/wp-content/uploads/featured-rdp-bg.jpg');
    background-position: center;
    background-size: cover;
}

.rd-business-box {
    background: url('/wp-content/uploads/featured-rds-bg.jpg');
    background-position: center;
    background-size: cover;
}

.rd-access-box a {
    color: #fff;
}

.rd-access-box .content-area h1 {
    font-size: 19px;
    min-height: 100px;
}

.rd-access-box h1 {
    font-size: 32px;
}

.rd-access-box .content-area {
    padding-top: 190px;
}

.rs-windows-android {
    display: flex;
    align-items: center;
}

.android-rs-feature-item {
    background: white;
    min-height: auto;
    margin-bottom: 8px;
}

.android-rs-feature-item h4 {
    font-weight: 700;
    color: #2980b9;
}

#digital-signage-page .container-fluid {
    padding: 0;
    margin: 0;
}

.benefits h3,
.best-rda-solutions h3 {
    font-weight: 700;
    color: #2980b9;
}

#rd-access-page .single-button-m .product-buttons .btn-trial,
#rd-access-page .single-button-m .product-buttons .btn-get-app {
    max-width: 250px;
}

.home-page .business-box .widget-content-home,
#es-home-page .business-box .widget-content-home {
    min-height: 110px;
    padding: 10px;
}

#es-home-page .business-box .product-buttons .btn-trial,
#es-home-page .business-box .product-buttons .btn-buy-now {
    width: 90%;
}

.margin-td-m {
    margin-top: 48px;
    margin-bottom: 48px;
}

.personal-page .business-icon img {
    width: 50px;
    margin: 16px;
}

.bq-thumbnail-item {
    align-items: center;
    display: flex;
}

.bq-content {
    margin: 32px;
}

#point-of-sale-page .solutions-block .beta-trial-desc {
    min-height: 120px;
}

#point-of-sale-page .solutions-block .key-features ul {
    text-align: left;
}

.productivity-pack-diagram {
    margin-top: 32px;
    margin-bottom: 32px;
}

.productivity-pack-item {
    display: flex;
    align-items: center;
}

#productivity-pack-page .product-buttons {
    max-width: 400px;
}

#logmein-alternative-page .key-benefits {
    min-height: 200px;
}

#logmein-alternative-page .customer-quotes img {
    padding: 16px 0;
}

#education-page .product-buttons,
#logmein-alternative-page .product-buttons {
    max-width: 480px;
}

#logmein-alternative-page .product-buttons {
    margin: 10px auto 20px auto;
}

#logmein-alternative-page h4 {
    margin-top: 30px
}

#logmein-alternative-page .product-iconbox-container small {
    font-size: 60%;
}

#logmein-alternative-page .product-iconbox-container ul {
    border: none;
}

#logmein-alternative-page .product-iconbox-container ul li:hover {
    background-color: inherit;
}

#education-page li.s-vpadding {
    padding: 16px 0;
}

#education-page .access-mobile-video {
    width: 80%;
    margin: 0 auto;
}

#education-page .preface {
    width: 90%;
    margin: 0 auto;
}

#customers-edu-page ul {
    list-style-type: square;
}

#customers-edu-page .before-list li,
#customers-edu-page .after-list li {
    list-style-type: none;
}

#customers-edu-page .before-list li:before {
    content: "\2212";
    display: inline-block;
    width: 30px;
    margin-left: -30px;
    font-size: 2em;
    transform: translateY(10%);
}

#customers-edu-page .after-list li:before {
    content: "\002B";
    display: inline-block;
    width: 30px;
    margin-left: -30px;
    font-size: 2em;
    transform: translateY(10%);
}

.edu-map iframe {
    height: 480px;
    width: 100%;
}

.case-studies .cs-details {
    display: none;
}

.case-studies .case-study-item {
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
}

.toggle-label {
    font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 32px;
    line-height: 60px;
    font-weight: 300;
    color: #292929;
    text-align: center;
}

.toggle-label {
    cursor: pointer;
    padding: 15px 25px 15px 15px;
    margin: 1px 0;
    border: 1px solid #eee;
}

.toggle-label-plus {
    background: url('/wp-content/uploads/toggle-button-plus.png') no-repeat scroll right bottom #f8f8f8;
}

.toggle-label-minus {
    background: url('/wp-content/uploads/toggle-button-minus.png') no-repeat scroll right bottom #f8f8f8;
    margin-bottom: 0;
    border-bottom: 0;
}

#partners-edu-page .featured-partners img {
    max-width: 220px;
    max-height: 80px;
}

#parnters-edu-page .featured-partners .row {
    display: flex;
    align-items: center;
}

.move-outside {
    position: absolute;
    right: -3000px;
}

.move-inside {
    position: relative;
    right: auto;
}

.edu-page .pricing-item-rs .desc {
    padding: 10px;
    min-height: 100px;
}

.edu-page .pricing-item-rs {
    padding: 0 10px;
}

.edu-page .product-buttons {
    width: 90%;
}

#it-support-edu-page .product-buttons {
    width: 50%;
}

#going-edu-page .row {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.edu-page cite {
    float: right;
}

#education-page .customer-container {
    background: white;
}

#education-page .customer-container img {
    max-height: 120px;
    max-width: 160px;
    padding: 10px;
}

.base-info {
    font-size: 16px;
}

.sba-strengths {
    text-align: left;
    padding-left: 32px;
}

#logmein-alternative-page .pricing-item-rs .desc {
    min-height: 130px;
}

.color-blue {
    color: #2eb75b !important;
}

.color-red {
    color: red !important;
}

.underline-alink {
    text-decoration: underline !important;
}

#rcs,
#bcs,
#rdas {
    /*width: 100vw;*/
    /*margin-left: calc(100% / 2 - 100vw / 2);*/
}

#lmi .owl-item h2,
#rcs .owl-item h2,
#bcs .owl-item h2 {
    color: white;
    text-align: center;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.customer-sayings .testimonial-text {
    text-align: center;
    color: white;
    font-size: 1.3em;
    min-height: 120px;
    padding: 0 10%;
}

#bcs .owl-item .testmonial-text,
#rcs .owl-item .testmonial-text,
#rdas .owl-item .testmonial-text {
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 1.3em;
    min-height: 120px;
    padding: 0 10%;
}

#lmi .owl-item .sa_hover_container {
    display: flex;
    align-items: center;
}

#lmi .owl-item .testmonial-img {
    text-align: center;
    float: left;
    width: 50%;
    margin-left: -5%;
}

#lmi .owl-item .testmonial-text {
    text-align: center;
    font-size: 1.3em;
    width: 50%;
    float: right;
    color: white;
}

@keyframes click-wave {}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    outline: 0 !important;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #40e0d0;
}

.option-input:checked::before {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
    border: none;
}

.option-input:checked::after {
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    /*z-index: 100;*/
}

.option-input.radio {
    border-radius: 50%;
    display: inline-block;
}

.option-input.radio::after {
    border-radius: 50%;
}

.content-section {
    max-width: 1440px;
    padding: 32px 0;
    margin: 0 auto;
    width: 80%;
}

.use-case-title {
    display: inline-block;
    margin-left: 5px;
    color: #0f87ee;
}

.use-case-subtitle {
    margin-left: 48px;
}

.use-cases .uc-desc {
    margin: 32px 0;
    display: none;
}

.use-cases .uc-button {
    display: none;
}

.use-cases #sba,
.use-cases #srs,
.use-cases #sos {
    margin: 32px 0;
}

.uc-buttons,
.uc-descs,
.uc-options {
    padding-right: 32px;
}

.use-cases {
    font-size: 1.8rem;
}

.use-cases h1 {
    font-size: 5rem;
}

.use-cases .uc-figcaption {
    padding-top: 32px;
    text-align: center;
}

.uc-buttons .product-buttons {
    width: 80%;
}

.blink_me {
    color: red;
    animation: blinker 0.5s linear 10;
}

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}

.classroom-page .more-desc {
    font-size: 1.2em;
}

.blockquote-container,
.unbeatable-container {
    background: #3195ec;
}

.remote-access-solutions,
.blockquote-content,
.unbeatable-content {
    padding: 32px;
    text-align: center;
    color: white;
}

.blockquote-content .desc a,
.unbeatable-content .desc a {
    color: white;
    text-decoration: underline;
}

.remote-access-solutions .section-dvm-title,
.blockquote-content .section-dvm-title,
.unbeatable-content .section-dvm-title {
    color: white;
}

.blockquote-content .desc,
.unbeatable-content .desc {
    max-width: 1024px;
    margin: 0 auto;
}

.blockquote-content .desc {
    font-size: 1.3em;
}

#business-access-page .features-list {
    background: lightgray;
    color: blue;
    text-align: center;
    padding: 8px 0;
}

.plus-features,
.premium-features,
.pro-features {
    text-align: center;
}

.section-dvm-title {
    text-align: center;
    padding-bottom: 16px;
}

.feature-title {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.question-item,
.key-feature-item,
.pro-feature-item {
    margin-bottom: 32px;
}

.key-feature-item .row {
    display: flex;
    align-items: center;
}

.key-feature-item {
    text-align: left;
}

.question-item .details {
    display: none;
    margin: 16px 8px;
}

.question-item {
    cursor: pointer;
    background: #3195ec;
    color: white;
    padding: 8px;
    /*min-height: 64px;*/
}

.question-item .details a {
    text-decoration: underline;
}

.question-item a,
.question-item .expand-sign {
    color: white;
}

.pro-sign {
    text-transform: uppercase;
    color: green;
    vertical-align: super;
}

#business-access-page #features-details {
    padding-top: 0;
    margin-top: -32px;
}

.product-iconbox-container {
    margin-top: 0;
}

.refer-product-item {
    text-align: center;
    padding: 16px;
}

.refer-product-item>img {
    padding: 16px;
    max-height: 82px;
}

.refer-product-item .col-md-4 {
    padding-right: 4px;
    padding-left: 4px;
    display: inline-block;
    padding-bottom: 32px;
}

.product-iconbox-header {
    color: #3195ec;
    text-transform: uppercase;
}

.pricing-container-rs .best-value {
    color: white;
    background: #3195ec;
    font-size: 1.5em;
    text-transform: uppercase;
    border: 0;
}

.pricing-container-rs .best-value-no {
    font-size: 1.5em;
    border: 0;
}

.section-dvm-title,
#business-access-page .pricing-container-rs .feature-title {
    text-transform: uppercase;
    color: #3195ec;
}


/*
#business-access-page .srs-about-prices {
   width: 100vw;
   margin-left: calc(100% / 2 - 100vw / 2);
   background: lightgray;
   padding: 32px 0;
}
*/

.srs-about-prices .section-dvm-title {
    text-align: left;
}

.section-dvm.dvm-nopadding {
    padding: 0;
}

.section-dvm.dvm-xsmall {
    max-width: 800px;
}

.section-dvm.dvm-small {
    max-width: 1024px;
}

.section-dvm.dvm-medium {
    max-width: 1280px;
}

.section-dvm.dvm-large {
    max-width: 1440px;
}

.section-dvm.dvm-full {
    padding: 32px 0;
    width: 100%;
    max-width: 100%;
}

.section-dvm.dvm-full.dvm-nopadding {
    padding: 0;
}

.section-dvm {
    padding: 32px 0;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

.section-dvm.dvm-last {
    padding-bottom: 0;
}

.rs-pricing-packages,
.rs-pricing-block {
    padding-bottom: 0;
}

.x-sign {
    color: red;
}

.y-sign {
    color: green;
}

.section-dvm-subtitle {
    text-align: center;
}

.rs-premium-feature-item {
    display: flex;
    padding: 32px 0;
    align-items: center;
}

.refer-social-item {
    margin-right: 4%;
}

.refer-social-item:last-child {
    margin-right: 0;
}

.price-no-desc {
    color: #3195ec;
    font-size: 1.4em;
}

#rs-premium-page .price-no-desc a {
    color: #3195ec;
}

.best-value {
    color: white;
    background: #3195ec;
    border: none;
    text-transform: uppercase;
}

.plus-sign {
    text-transform: uppercase;
    color: green;
    vertical-align: super;
}

.premium-sign {
    text-transform: uppercase;
    color: red;
    vertical-align: super;
}

.feature-types {
    font-weight: 400;
    font-size: 0.7em;
}

.plus-features .premium-sign,
.plus-features .plus-sign {
    vertical-align: middle;
}

.detailed-feature-list {
    text-align: center;
    padding: 5px 0;
    background: lightgray;
    text-transform: uppercase;
    font-size: 1.5em;
    text-decoration: underline;
}

#rs-premium-page .rs-premium-feature-item:nth-of-type(even) {
    background: #fff;
}

#rs-premium-page .rs-premium-feature-item:nth-of-type(odd) {
    background: #ECF0F1;
}

#lmi-alternative-page .rs-pricing-packages ul {
    width: 80%;
    margin: 0 auto;
}

#logmein-alternative-page .package-title h1,
#pb-comparison-page .package-title h1 {
    font-size: 20px;
    font-weight: 700;
}

.package-title h1,
.package-title h2 {
    color: #3195ec;
    font-size: 32px;
}

.package-title .subtitle {
    color: #3195ec;
    font-size: 1em;
}

.pro-feature-desc {
    margin-top: 8px;
}

.pro-feature-item img {
    width: 48px;
}

.sos-overview-video,
.rs-overview-video {
    max-width: 512px;
    margin: 0 auto;
    text-align: center;
}

.get-started .product-buttons {
    max-width: 800px;
}

.get-started-note {
    max-width: 600px;
    margin: 0 auto 16px;
}

.price-no sup {
    font-size: 60%;
}

.pro-discount-note {
    margin-top: 16px;
    padding-bottom: 26px;
    font-size: 12px;
    text-align: left;
    margin-left: 32px;
}

.downloads-page .single-button-m .product-buttons .btn-trial {
    width: 250px;
    max-width: 500px;
}

.bapro-vs-lmipro th.title a {
    color: white;
}

.bapro-vs-lmipro th.title {
    color: white;
    background: #3195ec;
    font-size: 1.5em;
    text-transform: uppercase;
    border: 0;
}

.bapro-vs-lmipro th,
.bapro-vs-lmipro td {
    width: 33.333%;
    text-align: center;
    padding: 8px 0;
}

.bapro-vs-lmipro tr:first-child th:first-child {
    background: white;
}

.bapro-vs-lmipro td:nth-child(2) {
    background-color: #7d898e3b;
}

.rs-tmr-table tr:nth-child(odd),
.bapro-vs-lmipro tr:nth-child(odd) {
    background: lightgray;
}

#anydesk-comparison-page .vs-table tr {
    background: inherit;
}

#anydesk-comparison-page .vs-table tr.ad-tools {
    background: lightblue;
}

.bapro-vs-lmipro td:first-child {
    font-weight: 700;
}

.bapro-vs-lmipro .product-buttons {
    width: 90%;
}

.font-double {
    font-size: 2em;
}

.xdisplay-page .next-remote-access {
    background: lightgray;
}

.next-remote-access a {
    color: white;
    background: #3195ec;
    padding: 15px 20px;
    display: block;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1.5px;
}

.next-remote-access a:hover {
    color: white;
    text-decoration: none;
}

.tm-compared-product {
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 1.2em;
}

.tm-compared-product.sba {
    background: #3195ec9c;
}

.tm-compared-product.sos {
    background: #0a88f6e3;
}

.tm-compared-product h3 {
    text-transform: uppercase;
}

.tm-compared-product .product-usage {
    font-weight: 700;
}

.tm-comparison-table th:nth-child(2),
.tm-comparison-table td:nth-child(2) {
    background: #3195ec9c;
    color: white;
}

.tm-comparison-table th:nth-child(3),
.tm-comparison-table td:nth-child(3) {
    background: #0a88f6e3;
    color: white;
}

.tm-comparison-table th:nth-child(4),
.tm-comparison-table td:nth-child(4) {
    background: #f1f1f1;
    color: black;
}

.tr-support-features {
    padding: 10px 0;
    background: #0a88f6e3 !important;
    color: white;
}

.tr-support-features td {
    font-size: 1.6em;
}

tr.separator-symbol {
    line-height: 2px;
}

.product-compare-competitor .comparison-table table tr.separator-symbol td {
    padding: 0;
    border-bottom: 8px solid white;
}

.product-compare-competitor .comparison-table table td:nth-child(1) {
    padding: 5px;
}

#tmr-comparison-page .product-compare-competitor .comparison-table table tr:nth-child(odd) {
    background: none;
}

.text-align-left {
    text-align: left;
}

.tm-product-name {
    min-height: 140px;
}

.tm-product-name h3 {
    min-height: 54px;
}

.tm-strength {
    min-height: 64px;
}

#tmr-comparison-page .comparison-table tr {
    line-height: 1.5em;
}

#tmr-comparison-page .title h3 {
    min-height: 52px;
}

#tmr-comparison-page .single-button-m .product-buttons .btn-trial,
#tmr-comparison-page .single-button-m .product-buttons .btn-buy-now {
    max-width: 100%;
}

#tmr-comparison-page .single-button-m .product-buttons .btn-trial a,
#tmr-comparison-page .single-button-m .product-buttons .btn-buy-now a {
    font-size: 1.0em;
    margin: 5px 0;
}

#tmr-comparison-page .single-button-m .product-buttons .btn-trial a {
    border: 2px solid #2eb75b;
}

.container-fluid.no-padding .col-md-6 {
    padding: 0;
}

.tm-why-splashtop {
    background: url('/wp-content/uploads/woman-on-laptop-bg-minified.jpg');
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 700px;
    color: white;
}

.tm-overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.tm-why-splashtop .row {
    display: flex;
    align-items: center;
    height: 700px;
}

.section-dvm.dvm-full.padding-bottom-0 {
    padding-bottom: 0;
}

.tm-splashtop-strengths {
    font-size: 1.3em;
}

.screen-sharing-table th {
    font-size: 1.5em;
    font-weight: 700;
}

.screen-sharing-table td,
.screen-sharing-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.screen-sharing-table table {
    border-collapse: collapse;
}

.tm-comparison-table .product-usage {
    font-size: 1.8rem;
    font-weight: 400;
    min-height: 100px;
}

.tm-comparison-table .product-buttons {
    margin-bottom: 0;
}

.btn-desc {
    text-transform: initial;
    padding: 5px;
    font-size: 1.4rem;
}

.highlighted-strengths {
    background: #3195ec;
    text-align: center;
    color: white;
}

.highlighted-strengths .section-dvm-title {
    color: white;
}

.separator-symbol {
    line-height: 2px;
    color: white;
    height: 8px;
}

#lmi-alternative-page .pricing-item-rs {
    padding-bottom: 16px;
}

#lmi-alternative-page .rs-pricing-packages,
#lmi-alternative-page .rs-pricing-block {
    padding-bottom: 0;
}


/* carousel */

#blockquote-carousel,
#blockquote-carousel-1,
#blockquote-carousel-2 {
    padding: 0 10px 40px 10px;
    margin-top: 30px;
}


/* Changes the position of the indicators */

#blockquote-carousel .carousel-indicators,
#blockquote-carousel-1 .carousel-indicators,
#blockquote-carousel-2 .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the color of the indicators */

#blockquote-carousel .carousel-indicators li,
#blockquote-carousel-1 .carousel-indicators li,
#blockquote-carousel-2 .carousel-indicators li {
    background: transparent;
}

#blockquote-carousel .carousel-indicators .active,
#blockquote-carousel-1 .carousel-indicators .active,
#blockquote-carousel-2 .carousel-indicators .active {
    background: white;
}

#blockquote-carousel .item .row,
#blockquote-carousel-1 .item .row,
#blockquote-carousel-2 .item .row {
    display: flex;
    align-items: center;
}


/* End carousel */

.customer-sayings {
    background: #3195ec;
    text-align: center;
    color: white;
}

.pioneer-more {
    color: rgb(51, 122, 183);
    text-align: center;
    margin-top: -16px;
}

.pioneer-more:hover {
    cursor: pointer;
}

.scroll-down {
    border: solid rgb(51, 122, 183);
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    position: absolute;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.desc .list-type-yes li {
    list-style-type: disc;
}

#strength-points .title {
    font-size: 3.6rem;
    margin-top: 20px;
}

.home-widgets h2 {
    font-size: 3.6rem;
}

#freetrial-options .title {
    font-size: 3.6rem;
}

.customer-sayings .two-parts .testimonial-img {
    width: 33.3333%;
    float: left;
}

.customer-sayings .two-parts .testimonial-text {
    width: 66.6666%;
    float: left;
}

.testimonial-content {
    /*display: flex;*/
    /*align-items: center; */
}

.ad-tools {
    background: lightblue;
    text-transform: uppercase;
}

.nav-tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    width: 25%;
    padding: 0;
    margin: 0;
}

.pricing-srs .nav-tabs li {
    width: 33%;
}

#pricing-page .pricing {
    min-height: 300px;
}

.pricing-separator {
    border-top: 2px solid #3195ec;
    margin-top: -7px;
}

.pricing-tabs {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    /*margin-left: calc(100% / 2 - 1280px / 2);*/
}

.smartling-es .edu-page .pricing-tabs .nav-tabs li a {
    min-height: 200px;
}

.smartling-es #pricing-page .pricing-tabs .nav-tabs li a,
.smartling-de #pricing-page .pricing-tabs .nav-tabs li a {
    min-height: 180px;
}

.smartling-fr .edu-page .pricing-tabs .nav-tabs li a {
    min-height: 180px;
}

.edu-page .pricing-tabs .nav-tabs li a {
    min-height: 165px;
}

.pricing-tabs .nav-tabs li a {
    background-color: rgba(224, 238, 250, 0.8);
    margin-right: 7px;
    border-radius: 8px 8px 0 0;
    color: #000000;
    min-height: 160px;
    margin-bottom: 5px;
}

.pricing-tabs .nav-tabs li:last-child a {
    margin-right: 0;
}

.pricing-tabs .nav-tabs li.active a:focus,
.pricing-tabs .nav-tabs li.active a,
.pricing-tabs .nav-tabs li.active a:hover,
.pricing-tabs .nav-tabs li a:hover {
    /* color: #fff; */
    color: #3195ec;
    /* background-color: #3195ec; */
    /* box-shadow: 5px 10px #888888; */
    border-top: 2px solid #3195ec;
    border-left: 2px solid #3195ec;
    border-right: 2px solid #3195ec;
    border-bottom: 2px solid white !important;
}

.nav-tabs a {
    display: block;
    padding: .5rem 1rem;
}

.fr-pricing-page .nav-tabs .category-title {
    font-size: 1.8rem;
}

.nav-tabs .category-title {
    font-size: 2rem;
    font-weight: 700;
    color: #479de8;
    display: block;
    min-height: 70px;
    text-transform: uppercase;
}

.edu-page .nav-tabs .category-title {
    font-size: 1.9rem;
}

.smartling-de .edu-page .nav-tabs .category-title,
.smartling-es .edu-page .nav-tabs .category-title,
.smartling-nl .edu-page .nav-tabs .category-title,
.smartling-fr .edu-page .nav-tabs .category-title,
.smartling-it .edu-page .nav-tabs .category-title,
.smartling-pt .edu-page .nav-tabs .category-title {
    font-size: 1.6rem;
}

.pricing-tabs .nav-tabs {
    margin-right: 0;
    border-bottom: 0;
}

.pricing-tabs .nav-tabs>li+li {
    margin: 0;
}

#pricing-page .banner-desc {
    font-size: 2.5rem;
    max-width: 480px;
    margin-top: 64px;
}

#business-access-page .pricing-item-rs .product-buttons .btn-buy-now a,
#sos-page .pricing-item-rs .product-buttons .btn-buy-now a,
#pricing-page .product-buttons .btn-buy-now a,
#remote-support-page .rs-plus .product-buttons .btn-buy-now a,
#remote-support-page .rs-premium .product-buttons .btn-buy-now a,
#coronavirus-page .pricing-item-rs .product-buttons .btn-buy-now a,
.euro-landing .pricing-item-rs .product-buttons .btn-buy-now a {
    font-size: 16px;
    padding: 10px 5px;
}

#business-access-page .per-year,
#sos-page .per-year,
.per-year {
    font-size: 20px;
}

#business-access-page .price-no,
#sos-page .price-no,
.price-no {
    font-size: 34px;
}

.rs-pricing-packages .price-no-desc,
#business-access-page .rs-pricing-packages .price-no-desc,
#pricing-page #business .rs-pricing-packages .price-no-desc {
    min-height: auto;
}

.select-category-text {
    font-size: 2.7rem;
    /*color: white;*/
    font-weight: 700;
}

.product-desc {
    text-align: center;
    font-size: 1.6rem;
}

.cphl {
    background: #0d6dc0;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.cphl-desc {
    font-size: 1.8rem;
    padding: 10px 0;
}

.cphl-header {
    font-size: 3rem;
    font-weight: 700;
}

.pricing-item-rs .li-valign {
    /*min-height: 150px;*/
}

.lmi-comparison h4 {
    font-size: 16px;
}

.addon-title img.baimg {
    width: 50px;
}

.addon-title .title-img {
    min-height: 70px;
}

.addon-title {
    padding: 16px;
}

.addon-desc {
    padding: 0 10px;
    min-height: 210px;
}

.addon-item {
    border: 1px solid gray;
}

.addon-item:nth-child(2) {
    border-left: none;
    border-right: none;
}

.iconbox-content .addons {
    float: inherit;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 500;
    padding-bottom: 32px;
}

li.pricing-list {
    padding: 0 64px;
}

li.pricing-list .form-control {
    font-size: 16px;
}

.pcanywhere .desc {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .1px;
}

.dmlt .row {
    display: flex;
    align-items: center;
}

#lang-choices {
    max-width: 120px;
    color: black;
    border-radius: 4px;
}

.item-title {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 8px 0;
    margin-top: 3.6rem;
    border-bottom: 1px solid gray;
}

.item-col {
    font-size: 1.5rem;
    text-align: center;
    padding: 1.8rem 0.5rem;
}

.virtual-table .category .row:nth-of-type(even) {
    background: #e1eef9;
}

.virtual-table .item {
    padding: 0;
}

.virtual-table .x-sign,
.virtual-table .y-sign {
    font-size: 1.8rem;
}

.virtual-table .align-price {
    min-height: 5.4rem;
    line-height: 5.4rem;
}

.child-category .item-col {
    padding-left: 48px;
    text-align: left;
}

.compare-label {
    font-size: 3.6rem;
}

.compare-sublabel {
    font-size: 1.8em;
}

.about-us-strengths .item {
    display: flex;
    align-items: center;
    padding: 32px 0;
}

.vseparator {
    border-left: 1px solid white;
    margin-left: 8.1%;
    height: 156px;
}

.who-we-are a,
.who-we-are a:hover,
.who-we-are .section-dvm-title {
    color: white;
}

.who-we-are {
    background: #3195ec;
    color: white;
}

.who-we-are .wwa-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.who-we-are .wwa-box:first-child {
    border-right: 1px solid white;
}

.who-we-are .wwa-box {
    width: 50%;
    padding: 0 32px;
}

.about-us-highlights {
    font-size: 2em;
}

.about-us-highlights .numbers {
    font-size: 1.2em;
}

.about-us-strengths .item-img {
    width: 10%;
    margin-right: 16px;
}

.about-us-strengths .item-title {
    margin-top: inherit;
    border-bottom: none;
    color: #3195ec;
}

.about-us-strengths .item-desc {
    width: 80%;
}

.customer-sayings .section-dvm-title {
    color: white;
}

.schedule-now .product-buttons {
    display: block;
}

.schedule-now .product-buttons .btn-trial a:hover,
.schedule-now .product-buttons .btn-trial a {
    background: red;
}

#remote-support-page .rs-basic {
    display: none;
}

.quote-sign {
    content: url('/wp-content/uploads/quote-icon.png');
    position: absolute;
    width: 75px;
    margin-left: calc(100% / 2 - 75px / 2);
    margin-top: -37.5px;
}

.testimonial-divide {
    border-bottom: 1px solid white;
    width: 16px;
    text-align: center;
    margin: 16px auto;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.testimonial-entity {
    font-size: 1.1rem;
}

.testimonial-body {
    font-style: italic;
}

.logo-item:nth-child(1) {
    width: 13.6%;
}

.logo-item:nth-child(2) {
    width: 12.7%;
}

.logo-item:nth-child(3) {
    width: 11.8%;
}

.logo-item:nth-child(4) {
    width: 10.9%;
}

.logo-item:nth-child(5) {
    width: 7.9%;
}

.logo-item:nth-child(6) {
    width: 8.6%;
}

.logo-item:nth-child(7) {
    width: 10.1%;
}

.logo-item:nth-child(8) {
    width: 7.4%;
}

.logo-item:nth-child(9) {
    width: 10.1%;
}

.logo-item:nth-child(10) {
    width: 12%;
}

.logo-item .harvard {
    width: 150px;
    height: 60px;
    background: url(/wp-content/uploads/customers.png) 0 0;
}

.logo-item .toyota {
    width: 135px;
    height: 60px;
    background: url(/wp-content/uploads/customers.png) 680px 0;
}

.logo-item .att {
    width: 128px;
    height: 60px;
    background: url(/wp-content/uploads/customers.png) 538px 0;
}

.logo-item .datto {
    width: 112px;
    height: 64px;
    background: url(/wp-content/uploads/customers.png) 406px 0;
}

.logo-item .ge {
    width: 64px;
    height: 64px;
    background: url(/wp-content/uploads/customers.png) 289px 0;
}

.logo-item .ups {
    width: 69px;
    height: 64px;
    background: url(/wp-content/uploads/customers.png) 223px 0;
}

.logo-item .chicagotitle {
    width: 90px;
    height: 64px;
    background: url(/wp-content/uploads/customers.png) 148px 0;
}

.logo-item .nhl {
    width: 60px;
    height: 64px;
    background: url(/wp-content/uploads/customers.png) 60px 0;
}

.logo-item .osz-imt {
    width: 150px;
    height: 60px;
    background: url(/wp-content/uploads/OSZ-IMT-logo.jpg);
    background-size: cover;
}

.logo-item .bechtle {
    width: 65px;
    height: 65px;
    background: url(/wp-content/uploads/Bechtle-logo.png);
    background-size: cover;
}

.new-quote {
    display: none;
}

#overlay-menu .mobile-menu {
    display: none;
}

.more-info label {
    /* display: none;*/
}

.mobile-main-menu .ce-sign {
    float: right;
    border: solid #f6f6f6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform .2s ease;
}

.mobile-main-menu.active .ce-sign {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.partner-item .clip {
    position: relative;
    width: 298px;
    height: 180px;
    margin: 10px auto;
    display: inline-block;
}

.partner-item .pos-1 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 0;
}

.partner-item .pos-2 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 0;
}

.partner-item .pos-3 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 0;
}

.partner-item .pos-4 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 1990px;
}

.partner-item .pos-5 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 1990px;
}

.partner-item .pos-6 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 1990px;
}

.partner-item .pos-7 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 1790px;
}

.partner-item .pos-8 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 1790px;
}

.partner-item .pos-9 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 1790px;
}

.partner-item .pos-10 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 1590px;
}

.partner-item .pos-11 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 1590px;
}

.partner-item .pos-12 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 1590px;
}

.partner-item .pos-13 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 1390px;
}

.partner-item .pos-14 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 1390px;
}

.partner-item .pos-15 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 1390px;
}

.partner-item .pos-16 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 1190px;
}

.partner-item .pos-17 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 1190px;
}

.partner-item .pos-18 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 1190px;
}

.partner-item .pos-19 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 990px;
}

.partner-item .pos-20 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 990px;
}

.partner-item .pos-21 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 990px;
}

.partner-item .pos-22 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 790px;
}

.partner-item .pos-23 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 790px;
}

.partner-item .pos-24 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 790px;
}

.partner-item .pos-25 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 590px;
}

.partner-item .pos-26 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 590px;
}

.partner-item .pos-27 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 590px;
}

.partner-item .pos-28 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 390px;
}

.partner-item .pos-29 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 390px;
}

.partner-item .pos-30 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 298px 390px;
}

.partner-item .pos-31 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 0 190px;
}

.partner-item .pos-32 {
    background: url(/wp-content/uploads/Splashtop-Integration-Partners-v2.jpg) 596px 190px;
}

.partners-list {
    text-align: center;
}

.partner-desc {
    padding: 10px 20px 32px 10px;
}

#m360 .pricing-item-rs ul li {
    max-width: 90%;
    margin: 0 auto;
}

.price-no-desc .more-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #333;
}

.customer-show-widgets {
    margin: 16px 0;
}

.gototop-container {
    background: grey;
    width: 40px;
    position: fixed;
    height: 40px;
    bottom: 30px;
    /*right: 30px;*/
    left: 30px;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

#go-to-top {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #f6f6f6;
    position: fixed;
    /*right: 42px;*/
    left: 42px;
    bottom: 42px;
    width: 0px;
    height: 0px;
    padding-top: 1px;
    text-indent: -9999px;
    transition: transform .2s ease;
}

.bbblink-wrapper {
    width: 100px;
    margin: 32px auto;
}

.integration-title {
    color: #3195ec;
}

#brpa-page .iconbox-content,
.integration-page .iconbox-content {
    background: white;
}

#remote-access-page .remote-access-solutions,
.integration-page .remote-access-solutions {
    background: #3195ec;
}

#business .rs-pricing-packages .price-no-desc {
    min-height: 100px;
}

#pricing-page .more-info {
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 20px;
}

.product-tmr-comparison-page .pricing-item-rs {
    padding: 32px;
}

#tmr-comparison-page .package-title {
    min-height: 160px;
}

#tmr-comparison-page .pricing-item-rs img {
    padding: 16px;
    background: #3195ec;
    border-radius: 8px;
}

#msp-page .cheaper,
#it-remote-support-page .cheaper,
#ascii-mb-page .cheaper,
#tmr-comparison-page .cheaper {
    color: #3195ec;
    font-weight: 600;
    font-size: 18px;
}

.schedule-demo {
    margin-top: 16px;
}

.schedule-demo img {
    width: 24px;
}

.card-menu .sub-menu-overlay {
    width: 800px;
    z-index: 300;
    left: 50%;
    top: 80px;
    -ms-transform: translateX(-64px);
    transform: translateX(-64px);
    opacity: 0;
    transition: visibility .4s ease, transform .3s ease, opacity .3s ease;
    transition-delay: 0.2s;
    display: block;
    visibility: hidden
}

.card-menu:hover .sub-menu-overlay {
    visibility: visible;
    opacity: 1;
    transform: translate(-64px, -38px);
    -ms-transform: translate(-64px, -38px);
}


.line-menu .sub-menu-overlay {
    width: auto;
    min-width: 180px;
    z-index: 300;
    left: 50%;
    top: 80px;
    opacity: 0;
    transition: visibility .4s ease, transform .3s ease, opacity .3s ease;
    transition-delay: 0.2s;
    -ms-transform: translateX(-64px);
    transform: translateX(-64px);
    max-height: none;
    display: block;
    visibility: hidden;
}

.line-menu:hover .sub-menu-overlay,
.login-overlay.login-show {
    visibility: visible;
    opacity: 1;
    transform: translate(-64px, -38px);
    -ms-transform: translate(-64px, -38px)
}

#header .has-sub-menu>a {
    color: black;
}

#header .has-sub-menu.menu-bold-active>a {
    color: #0d6dc0;
}

#header .menu-bold:hover {
    color: #0d6dc0;
}

#header .menu-bold {
    color: black;
}

#freetrial.has-sub-menu.card-menu .sub-menu-overlay {
    min-width: 1000px;
    width: auto;
    left: calc(50% - 200px);
}

#freetrial .sub-menu-overlay:before {
    left: 264px;
    background-color: transparent;
}

.sub-menu-overlay {
    display: none;
    position: absolute;
    left: -10000px;
    width: auto;
    min-width: 120px;
    max-height: none;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid rgba(49, 149, 236, 1);
    -ms-transform: translateX(-20%) translateY(-30px);
    transform: translateX(-20%) translateY(-30px);
    margin-top: -11px;
}

.sub-menu-overlay:before {
    border: solid rgba(49, 149, 236, 1);
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-top: 12px;
    position: absolute;
    left: 64px;
    top: -20px;
    padding: 5px;
    background-color: white;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

#header .card-menu .sub-menu a {
    white-space: normal;
    text-indent: initial;
    padding: 16px 0;
}

.sub-menu-overlay .sub-menu.none-item {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.sub-menu-overlay .sub-menu {
    padding: 10px 32px;
    max-width: 100%;
}

.sub-menu li {
    width: 100%;
    padding: 3px;
}

.has-sub-menu a:hover {
    text-decoration: none;
}

.menu-free-trial a,
.b-menu-option a,
.card-menu a,
.line-menu a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.sub-menu li:hover {
    background: rgba(211, 211, 211, 0.3);
}

.sub-menu a:hover {
    color: rgba(49, 149, 236, 1);
}

.sub-menu-overlay .sub-menu-title {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.sub-menu-overlay .sub-menu-subtitle {
    display: inline-block;
}

.sub-menu-overlay img {
    width: 32px;
}

#header .main-menu-nav .has-sub-menu a.active:before {
    display: none;
}

.display-flex {
    display: flex;
}

.sm-logo {
    width: 27px;
    height: 27px;
    display: inline-block;
}

.sm-logo-ba {
    background: url(/wp-content/uploads/products-sm-logo.png) 0 0;
}

.sm-logo-rs {
    background: url(/wp-content/uploads/products-sm-logo.png) 0 0;
}

.sm-logo-360 {
    background: url(/wp-content/uploads/products-sm-logo.png) 0 191px;
}

.sm-logo-sos {
    background: url(/wp-content/uploads/products-sm-logo.png) 0 125px;
}

.sm-logo-edu {
    background: url(/wp-content/uploads/products-sm-logo.png) 0 158px;
}

.sm-logo-per {
    background: url(/wp-content/uploads/products-sm-logo.png) 0 158px;
}

.sm-logo-iot {
    background: url(/wp-content/uploads/products-sm-logo.png) 0 92px;
}

.sm-logo-ers {
    background: url(/wp-content/uploads/products-sm-logo.png) 0 224px;
}

.sub-menu.ba:hover,
.sub-menu.rs:hover {
    background: rgba(116, 54, 207, 0.26);
}

.sub-menu.sos:hover {
    background: rgba(67, 94, 121, 0.26);
}

.sub-menu.per:hover {
    background: rgba(95, 121, 64, 0.26);
}

.sub-menu.edu:hover {
    background: rgba(229, 147, 1, 0.26);
}

.sub-menu.iot:hover {
    background: rgba(67, 94, 123, 0.26);
}

.sub-menu.ers:hover {
    background: rgba(13, 109, 192, 0.26);
}

.sm-logo-wrapper {
    min-width: 32px;
    /*margin-left: 24px;*/
}

.sm-desc-wrapper {
    margin-left: 16px;
}

.sm-highlighted {
    background: #e4e2e238;
    padding-bottom: 50px;
}

.line-menu .container {
    padding-left: 0;
    padding-right: 0;
}

.sub-menu a:hover {
    color: rgba(12, 12, 12, 0.82);
}

.sub-menu-overlay .col-md-6 {
    padding-top: 40px;
}

.pack-special {
    border: 1px solid gray;
    padding: 20px;
    font-size: 1.2em;
    margin-bottom: 32px;
}

.bitdefender {
    display: flex;
    align-items: center;
}

.single-button-m img {
    max-width: 200px;
}

.product-buttons.left-button-width {
    width: 300px;
    margin: 20px 0;
}

#esb-page .single-button-m {
    display: flex;
}

#esb-page .single-button-m .product-buttons .btn-buy-now {
    max-width: 250px;
}

#esb-page table th {
    font-size: 1.2em;
    font-weight: 500;
}

.small-width {
    max-width: 800px;
}

.product-item {
    padding: 16px 32px;
    text-align: center;
    margin-bottom: 48px;
    background: #e4e2e238;
}

.product-desc {
    min-height: 100px;
}

#products-page .product-title {
    font-size: 2.0em;
    font-weight: 700;
    float: inherit;
    margin: 10px auto;
}

#products-page .product-buttons .btn-trial a {
    padding: 10px 5px;
}

#products-page .product-buttons .btn-buy-now a {
    background: transparent;
    border: 2px solid #2eb75b;
    color: #2eb75b;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-decoration: none;
    display: inline-block;
    padding: 8px 3px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
}

#products-page .products .banner-desc {
    max-width: 600px;
    margin-top: 0;
    font-size: 2.5rem;
}

.product-icon {
    width: 62px;
    height: 62px;
    display: inline-block;
}

.product-icon-ba {
    background: url(/wp-content/uploads/products-icons.png) 0 0;
}

.product-icon-rs {
    background: url(/wp-content/uploads/products-icons.png) 0 0;
}

.product-icon-sos {
    background: url(/wp-content/uploads/products-icons.png) 0 385px;
}

.product-icon-per {
    background: url(/wp-content/uploads/products-icons.png) 0 465px;
}

.product-icon-edu {
    background: url(/wp-content/uploads/products-icons.png) 0 544px;
}

.product-icon-iot {
    background: url(/wp-content/uploads/products-icons.png) 0 305px;
}

.product-icon-vault {
    background: url(/wp-content/uploads/Vault-logo-blue.png) 0px;
    background-size: 62px;
    width: 62px;
    height: 62px;
}

/*.product-icon-360 { background: url(/wp-content/uploads/products-icons.png) 0 166px; }*/

.product-icon-360 {
    background: url(/wp-content/uploads/products-icons.png) 0 68px;

}

.product-icon-xdi {
    background: url(/wp-content/uploads/products-icons.png) 0 146px;
}

.product-icon-ent {
    background: url(/wp-content/uploads/products-icons.png) 0 0;

}

.product-icon-on-prem {
    background: url(/wp-content/uploads/products-icons.png) 0 622px;
}

/*.product-icon-whi { background: url(/wp-content/uploads/products-icons.png) 0 642px; }*/

.product-icon-whi {
    background: url(/wp-content/uploads/products-icons.png) 0 544px;
}

.partner-icon {
    width: 300px;
    height: 150px;
    display: inline-block;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;
}

.partner-icon-bitdefender {
    background: url(/wp-content/uploads/integration-partners-home.png) 0 0;
}

.partner-icon-servicenow {
    background: url(/wp-content/uploads/integration-partners-home.png) 1500px 0;
}

.partner-icon-datto {
    background: url(/wp-content/uploads/integration-partners-home.png) 1200px 0;
}

.partner-icon-ninja {
    background: url(/wp-content/uploads/integration-partners-home.png) 900px 0;
}

.partner-icon-atera {
    background: url(/wp-content/uploads/integration-partners-home.png) 600px 0;
}

.partner-icon-ivanti {
    background: url(/wp-content/uploads/integration-partners-home.png) 300px 0;
}

.partner-icon-freshdesk {
    background: url(/wp-content/uploads/Splashtop-SOS-Integration-partners.png) 1500px 0;
}

.partner-icon-freshservice {
    background: url(/wp-content/uploads/Splashtop-SOS-Integration-partners.png) 1200px 0;
}

.partner-icon-servicenow-img {
    background: url(/wp-content/uploads/Splashtop-SOS-Integration-partners.png) 900px 0;
}

.partner-icon-spiceworks {
    background: url(/wp-content/uploads/Splashtop-SOS-Integration-partners.png) 600px 0;
}

.partner-icon-zendesk {
    background: url(/wp-content/uploads/Splashtop-SOS-Integration-partners.png) 0 0;
    background-position-y: center;
}

.partner-icon-autotask {
    background: url(/wp-content/uploads/Splashtop-SOS-Integration-partners.png) 300px 0;
}

.integration-container {
    zoom: 0.7;
    -moz-transform: scale(0.9);
}

.ra-benefits {
    display: flex;
    align-items: center;
}

.b-menu-option {
    /*display: none;*/
}

.a-menu-option {
    display: none;
}

.see-more-pricing:before {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    content: " ";
    margin-right: 5px;
    vertical-align: middle;
    background: url(/wp-content/uploads/rs-pricing-more-icons.png) 0 0;
}

.open .see-more-pricing:before {
    background: url(/wp-content/uploads/rs-pricing-more-icons.png) 0 32px;
}

.streamer-items .item {
    text-align: center;
    border: 1px solid lightgray;
}

.item-header {
    padding: 20px;
    color: white;
    font-size: 2rem;
}

.item-header.srs-per {
    background: #5f9329;
}

.item-header.srs-bus {
    background: #4e2975;
}

.item-header.srs-cla {
    background: #eaae1a;
}

.item-header.srs-ent {
    background: #3195ec;
}

.streamer-items .item .desc {
    padding: 20px;
    min-height: 170px;
}

.streamer-items .item .desc p {
    margin-top: 16px;
}

.streamer-items .item img {
    margin-top: 32px;
    max-width: 100px;
}

.tmr-a-option {
    display: block;
}

.tmr-b-option {
    display: none;
}

#freetrial-options {
    display: none;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.brpa-choices {
    max-width: 1024px;
    margin: 0 auto;
}

.brpa-choice {
    text-align: center;
    border: 3px solid white;
    background: white;
    color: black;
    margin-top: 5px;
    padding-bottom: 10px;
}

.brpa-choice .product-buttons .btn-trial {
    max-width: 360px;
    width: 90%;
    margin: 0 auto;
}

.brpa-choice .product-buttons {
    width: 100%;
}

.brpa-reason {
    margin: 8px 0;
    font-size: 16px;
}

.brpa-reason:before {
    width: 33px;
    height: 33px;
    display: inline-block;
    position: relative;
    content: " ";
    margin-right: 5px;
    vertical-align: middle;
    background: url(/wp-content/uploads/icon-checkmark.png) 0 0;
}

#bapro-teamviewer-comparison-page .brpa-reason:before,
#lmic-alternative-page .brpa-reason:before,
#sos-teamviewer-page .brpa-reason:before {
    width: 33px;
    height: 33px;
    display: inline-block;
    position: relative;
    content: " ";
    margin-right: 5px;
    vertical-align: middle;
    background: url(/wp-content/uploads/icon-checkmark-black.png) 0 0;
}

.brpa .product-buttons .btn-trial a {
    font-size: 18px;
    padding: 5px;
}

.brpa .pioneer-desc-top {
    color: white;
    margin-bottom: 15vh;
    margin-left: 2vw;
}

#business-access-page .package-title h2,
#sos-page .package-title h2,
#remote-support-page .package-title h2,
#business-access-page .package-title h1,
#sos-page .package-title h1,
#remote-support-page .package-title h1,
.package-title h1,
.package-title h2 {
    font-size: 21px;
    margin-top: 32px;
}

#business-access-page .pricing-no-desc,
#sos-page .pricing-no-desc,
.price-no-desc {
    font-size: 14px;
}

#sos-page .pricing-item-rs,
#business-access-page .pricing-item-rs,
#pricing-page .pricing-item-rs,
#remote-support-page .pricing-item-rs:not(.single-pricing-item),
#it-help-desk-page .pricing-item-rs,
#it-remote-support-page .pricing-item-rs,
#virtual-labs-remote-support-page .pricing-item-rs,
#accounting-page .pricing-item-rs,
#cloudaccounting-page .pricing-item-rs,
#coronavirus-page .pricing-item-rs,
#business-access-resources-page .pricing-item-rs,
.features-single-page .pricing-item-rs,
.euro-landing .pricing-item-rs {
    background: white;
    border: 1px solid lightgrey;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    border: solid 2px transparent;
    -webkit-transition: border 0.5s ease-out;
    transition: border 0.5s ease-out;
    border-radius: 3px;
    padding: 10px 20px;
}

#sos-page .sos-basic .pricing-item-rs:hover,
#sos-page .sos10 .pricing-item-rs:hover,
#sos-page .sos200 .pricing-item-rs:hover,
#sos-page .sos-unlimited-addons .pricing-item-rs:hover,
#business-access-page .ba-solo .pricing-item-rs:hover,
#business-access-page .ba-pro .pricing-item-rs:hover,
#pricing-page .cls-m360 .pricing-item-rs:hover,
#pricing-page .cls-cloud .pricing-item-rs:hover,
#pricing-page .sos-basic .pricing-item-rs:hover,
#pricing-page .sos10 .pricing-item-rs:hover,
#pricing-page .sos200 .pricing-item-rs:hover,
#pricing-page .sos-unlimited-addons .pricing-item-rs:hover,
#remote-support-page .rs-plus .pricing-item-rs:hover,
#remote-support-page .rs-premium .pricing-item-rs:not(.single-pricing-item):hover,
#pricing-page .ba-solo .pricing-item-rs:hover,
#pricing-page .ba-pro .pricing-item-rs:hover,
#pricing-page .rs-plus .pricing-item-rs:hover,
#pricing-page .rs-premium .pricing-item-rs:hover,
#rs-premium-page .rs-premium .pricing-item-rs:hover,
#it-help-desk-page .pricing-item-rs:hover,
#it-remote-support-page .pricing-item-rs:hover,
#virtual-labs-remote-support-page .pricing-item-rs:hover,
#accounting-page .pricing-item-rs:hover,
#cloudaccounting-page .pricing-item-rs:hover,
#coronavirus-page .pricing-item-rs:hover,
#business-access-resources-page .pricing-item-rs:hover,
.features-single-page .pricing-item-rs:hover,
.euro-landing .pricing-item-rs:hover {
    border: 2px solid #3195ec;
}

.brpa .pioneer-desc h1 {
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 0;
}

#pricing-page #remote-support .pricing-item-rs ul li {
    max-width: none;
}

#sos-page .pricing-item-rs ul li,
#business-access-page .pricing-item-rs ul li {
    max-width: 330px;
    margin: 0 auto;
}

.fontsize-10 {
    font-size: 10px;
}

.see-more-pricing {
    font-weight: 700;
    margin-top: 10px;
}

#pricing-page .col-md-4,
#pricing-page .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.pricing-item-rs .rs-features-include {
    margin-top: 0;
    margin-bottom: 20px;
}

.brpa-choice:hover {
    border: 3px solid #3195ec;
}

.overlay-compare-items .select-product {
    text-transform: none;
    margin-top: 16px;
    color: white;
}

#msp-page img,
#coronavirus-page img,
#ascii-mb-page img {
    max-width: 100px;
}

#coronavirus-page .pricing-item-rs {
    padding: 0 20px;
}

.partner-item {
    width: 16.0%;
    display: inline-block;
}

.color-default {
    color: #3195ec !important;
}

.ft-title {
    padding: 32px 0;
    background: #3195ec;
    text-align: center;
    font-size: 3.0rem;
    color: white;
    text-transform: uppercase;
}

.ft-product-item .price-no {
    font-size: 28px;
}

.ft-product-item .package-title {
    color: #3195ec;
    font-size: 22px;
    margin: 16px 0;
    font-weight: 700;
}

.ft-target {
    margin-top: 8px;
    margin-bottom: 16px;
    color: gray;
    font-weight: 700;
}

.ft-best-for {
    color: gray;
}

.fbf-item {
    line-height: 32px;
}

.ft-best-for-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ft-logo {
    width: 66px;
    height: 66px;
    display: inline-block;
}

.ft-logo-enterprise {
    background: url(/wp-content/uploads/enterprise-circle-icon.png) 0 0;
    background-size: 66px 66px;
    background-repeat: no-repeat;
}

.ft-logo-rs-new {
    /* background: url(/wp-content/uploads/SRS-circle-icon.png) 0 0; */
    background: url(/wp-content/uploads/SRS-circle-icon-dark.png) 0 0; 
    background-size: 66px 66px;
    background-repeat: no-repeat;
}

.ft-logo-sos-new {
    background: url(/wp-content/uploads/SOS-circle-icon.png) 0 0;
    background-size: 66px 66px;
    background-repeat: no-repeat;
}

.ft-logo-rs {
    background: url(/wp-content/uploads/ft-logos.png) 0 0;
}

.ft-logo-sos {
    background: url(/wp-content/uploads/ft-logos.png) 0 66px;
}

.ft-logo-ba {
    background: url(/wp-content/uploads/ft-logos.png) 0 141px;
}

.migration-product-item {
    text-align: center;
    border-right: 1px solid #3195ec;
}

.migration-product-item:last-child {
    border-right: none;
}

.easy-step {
    margin-bottom: 32px;
}

.easy-steps-img img {
    max-height: 300px;
}

.easy-step-title {
    font-size: 32px;
}

.easy-steps-desc {
    margin-top: 32px;
}

.step-desc {
    margin-left: 30px;
}

.easy-step-title:before {
    width: 0px;
    height: 24px;
    display: inline-block;
    position: relative;
    border: 3px solid #3195ec;
    content: " ";
    margin-right: 20px;
    vertical-align: middle;
}

.modal-header .btn-trial a {
    padding: 16px 32px;
    background-color: white;
    border-color: white;
    border-radius: 3px;
    color: #000;
    line-height: 3.6;
}

.modal-header .btn-trial a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.comparison-modal .table thead th {
    font-size: 18px;
    font-weight: 600;
}

.comparison-modal .price-no {
    font-size: 1.8em;
    font-weight: 700;
}

.comparison-modal .table thead th:not(:first-child),
.comparison-modal .table tbody td:not(:first-child) {
    text-align: center;
}

.comparison-modal .table tbody td {
    padding: 10px 0;
}

.comparison-modal .modal-title {
    display: inline-block;
    font-size: 36px;
    color: white;
}

.comparison-modal .modal-header {
    background-color: #0d6dc0;
    padding: 32px;
}

.comparison-modal .modal-dialog {
    width: 70%;
    max-width: 1440px;
    margin: 100px auto;
}

.comparison-modal .modal-body {
    min-height: 500px;
    max-height: 600px;
    overflow-y: scroll;
}

.comparison-modal .x-sign,
.comparison-modal .y-sign {
    font-size: 2rem;
}

.comparison-modal .modal-header .close {
    position: relative;
    display: inline-block;
    right: auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 1;
    border: 0;
    font-size: 32px;
    padding: 1rem;
    background-color: transparent;
    margin-top: 0;
    margin-left: 48px;
}

.comparison-modal .modal-header .close:hover {
    opacity: 0.7;
}

.comparison-modal .modal-header .close:before {
    transform: rotate(45deg);
}

.comparison-modal .modal-header .close:after {
    transform: rotate(-45deg);
}

.comparison-modal .modal-header .close:before,
.comparison-modal .modal-header .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background-color: #fff;
}

.bus-mobile-modal-header {
    display: none;
}

.a-option-pricing .rs-pricing-packages .features {
    margin-top: 32px;
}

.a-option-pricing .rs-pricing-packages .features li {
    text-align: left;
}

.a-option-pricing .rs-pricing-packages .features li:before {
    width: 24px;
    height: 20px;
    display: inline-block;
    position: relative;
    content: " ";
    margin-right: 5px;
    vertical-align: middle;
    transform: scale(0.6);
    background: url(/wp-content/uploads/icon-checkmark-p.png) 0 0;
}

.a-option-pricing .rs-features-include {
    text-align: left;
}

.a-option-pricing {
    display: block;
}

.b-option-pricing {
    display: none;
}

#download-page .nav-justified>li.active>a#dl-ca-ent {
    background: #3195ec;
}

#download-page .nav-justified>li.active>a#dl-ca-edu {
    background: #eaae1a;
}

#download-page .nav-justified>li.active>a#dl-ca-per {
    background: #5f9329;
}

#download-page .nav-justified>li.active>a#dl-ca-bus {
    background: #9163c2;
}

#download-page .nav-justified>li.active>a#dl-ca-oth {
    background: rgba(64, 64, 64, 0.4);
}

#download-page .nav-justified>li>a {
    background: lightgray;
    border-radius: 0;
}

#download-page .tab-content {
    margin-top: 32px;
}

.dl-item {
    text-align: center;
}

.dl-item-btn {
    padding: 3% 5% 2% 5%;
    text-transform: uppercase;
    font-weight: 700;
    color: deepskyblue;
    cursor: pointer;
    font-size: 16px!important;
}

.dl-item-btn-inner {
    border: 1px solid deepskyblue;
    margin: 0 26%;
    padding: 2% 0;
}

.dl-item-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    margin-bottom: 16px;
}

.dl-item-desc {
    padding: 16px;
    min-height: 240px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
}

.dl-item-ba option {
    background: #9163c2;
}

.dl-item-ba select,
.dl-item-ba .dl-item-desc {
    /*background: #4e2975;*/
    background: linear-gradient(90deg, rgba(100, 68, 145, 1) 0%, rgba(145, 99, 194, 1) 54%);
    color: white;
}

.dl-item-per option {
    background: #5f9329;
}

.dl-item-per select,
.dl-item-per .dl-item-desc {
    background: linear-gradient(90deg, rgba(60, 92, 27, 1) 0%, rgba(95, 147, 41, 1) 54%);
    color: white;
}

.dl-item-edu option {
    background: #eaae1a;
}

.dl-item-edu select,
.dl-item-edu .dl-item-desc {
    background: linear-gradient(90deg, rgba(184, 136, 20, 1) 0%, rgba(234, 174, 26, 1) 54%);
    color: white;
}

.dl-item-ent option {
    background: #3195ec;
}

.dl-item-ent select,
.dl-item-ent .dl-item-desc {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(36, 104, 163, 1) 0%, rgba(49, 149, 236, 1) 54%);
    color: white;
}

.dl-item-oth .dl-item-desc {
    background: linear-gradient(90deg, rgba(64, 64, 64, 0.6) 0%, rgba(64, 64, 64, 0.4) 54%);
    color: white;
}

.dl-item-select {
    bottom: 32px;
    /*position: absolute;*/
    padding-left: 32px;
    padding-right: 32px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.dl-item-desc h2 {
    text-transform: uppercase;
    font-size: 2.8rem;
}

.dl-others-links {
    padding: 0 13%;
    text-align: left;
}

.dl-others-links a {
    text-decoration: none;
    color: white;
}

#download-page {
    background-color: #f5fafd;
}

#download-page .nav-pills>li {
    margin-left: 2px;
}

#download-page .nav-justified>li>a {
    color: black;
    text-transform: uppercase;
}

#download-page .nav-justified>li.active>a {
    color: white;
}

.bt-price {
    font-weight: 700;
    font-size: 16px;
}

.section-dvm.s-width {
    max-width: 800px;
}

.logout-block,
.login-block {
    display: flex;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    font-family: 'Raleway';
}

.login-block h2 {
    color: #2980B9;
}

.login-left-block,
.login-right-block {
    text-align: center;
    width: 50%;
}

.app-store-icon {
    width: 160px;
    height: 48px;
    display: inline-block;
}

#google-store-icon {
    background: url(/wp-content/uploads/apple-google-app-store-icon.png) 0 48px;
}

#apple-store-icon {
    background: url(/wp-content/uploads/apple-google-app-store-icon.png) 0 0;
}

#mylogout a {
    color: #00BFFF;
}

.key-features img {
    max-width: 48px;
}

.freetrial-menu-close-icon,
.freetrial-menu-close-icon-right {
    top: -16px;
    position: absolute;
    color: white;
    font-size: 48px;
    right: 16px;
    cursor: pointer;
}

.page-mask {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 64, 64, 0.6);
    z-index: 10;
    display: none;
}

#page-mask-right {
    z-index: 1000;
}

.free-trial-color {
    color: deepskyblue;
}

.streamer-text {
    margin-top: 40px!important;
    font-weight: bold;
}

.dl-item-desc p {
    margin: auto 10%;
}

.margin-top-m a {
    color: deepskyblue;
}

.xdisplay-page .margin-top-m a {
    color: white;
}

.next-remote-access a:hover {
    background-color: deepskyblue;
}

#contact-departments {
    margin: 5% 0 2% 0;
    font-size: 42px;
    color: #4f4f4f;
}

#contact-sales {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4f4f4f;
}

.contact-margin {
    line-height: 26px;
    margin-bottom: 20px;
}

.contact-text-weight {
    font-weight: 900;
}

.contact-text-color {
    color: blue;
}

.contact-technical-support {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4f4f4f
}

.contact-office-title {
    font-weight: 700
}

.contact-address {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
}

.contact-press {
    font-size: 28px;
    font-weight: bold;
    color: #4f4f4f;
}

.contact-offices {
    margin: 5% 0 2% 0;
    font-size: 42px;
    color: #4f4f4f;
}

.contact-sales-general {
    display: flex;
    flex-direction: column;
    line-height: 24px;
    margin-bottom: 20px;
}

#partners-edu-page .fluid-width-video-wrapper {
    position: initial!important;
}

.case-study-titles {
    font-weight: 600;
    margin-top: 16px;
}

.press-kit-release {
    background: #3195ec;
    text-align: center;
    color: white;
    padding: 20px 0;
}

.press-kit-release .col-md-4 {
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.press-kit-release a {
    color: white;
}

.press-kit-release h2 {
    color: white
}

.press-kit-release .see-all-press {
    margin-top: 15px
}

#press-kit-page .see-all {
    margin-top: 25px;
}

.press-kit-solutions {
    background: #e4e2e238;
    padding: 10px 18px
}
/*
#press-kit-page .btn-trial {
    width: fit-content;
    padding: 0 20px
}

#press-kit-page .btn-trial a {
    padding: 15px 15px;
    font-size: 14px;
}
*/
.press-kit-solutions img {
    max-width: 80px;
    vertical-align: middle;
    justify-content: center;
}

#press-kit-page .blue {
    color: blue;
}

.g2-leader-image {
    height: 150px;
    margin-top: -10px;
}

.smb-techfest-image {
    width: 160px;
    height: 140px;
}

.g2-high-performance-image {
    height: 150px;
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    margin-top: -10px;
}

.g2-growd-leader-image {
    height: 106px;
    transform: translateY(15px) scale(1.2);
    -ms-transform: translateY(15px) scale(1.2);
    margin-bottom: 34px;
}

.press-kit-logo1 {
    height: 60px;
    width: auto;
}

.anchor-top {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

.dvm-last-awards-padding {
    padding: 32px 0;
}

.mobiview-comparison-page .product-title h1 {
    text-align: center;
    font-size: 3.2em;
}

.mobiview-comparison-page .col-md-6 {
    display: flex;
    justify-content: center;
}

#mylogin h2,
#mylogout h2,
#mylogin p,
#mylogout p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

#vnc-alternative-page h2 {
    margin-top: 30px;
}

#referral-page h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

#referral-page .link-wrap {
    word-break: break-all;
}


/*START Business Special Page css*/

#business-special-page .integrations.pioneer-middle {
    background: url('/wp-content/uploads/special-personal-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

#business-special-page .desc ul li {
    list-style-type: disc;
    margin: 0 0.5em;
}

#business-special-page .special-desc {
    margin-top: 20px;
}

#business-special-page .btn-buy-now a {
    letter-spacing: 1.2px;
    padding: 18px;
    width: auto;
}

.discount-note {
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
}


/*END Business Special Page css*/

.bapro-features {
    list-style: none;
}

.bapro-features li:before {
    content: '✓';
    color: green;
    padding-right: 15px;
}

.center-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.red-color {
    color: red;
}

.color-green {
    color: green;
}

#sos-teamviewer-page .midwest-case-study a {
    font-size: 18px;
}

#sos-teamviewer-page .tmr-a-option {
    padding-top: 10px;
}

.bapro-teamviewer-comparison .banner-desc.m-banner-padding {
    padding: 90px 64px 50px 65px;
}

.bapro-tv-table {
    display: table;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}

.bapro-tv-table th {
    text-align: left;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: bold;
}

.bapro-tv-table th a {
    color: #333333;
}

.bapro-tv-table tr:nth-child(2) td:first-child,
.bapro-tv-table tr:nth-child(3) td:first-child {
    font-size: 14px;
}

.bapro-tv-table tr:nth-child(2) {
    padding-bottom: 5px;
}

.small-font-size {
    font-size: 9pt;
}

.rs-tooltip {
    color: #0670b6;
    text-decoration: underline;
}

.rs-tooltip:hover {
    color: #23527c;
    cursor: pointer;
}

.awards-logo-section {
    padding-bottom: 0px;
    padding-top: 0px;
}

.awards-logo-section .row {
    margin-right: 50px;
    margin-left: 50px;
}

.awards-logo-section .row img {
    width: 90%;
}

.awards-logo-section .row .col-lg-3 {
    display: flex;
    justify-content: center;
}

.security-priority-section .key-features {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

.security-priority-section {
    margin-top: 32px;
}

.security-priority-section .feature-title {
    text-align: center;
    font-size: 12px;
    font-weight: 800
}

.security-priority-section .key-feature-item-left {
    display: flex;
    flex-direction: column;
    align-items: center
}

.security-priority-section .key-feature-item {
    margin: 0;
    padding: 16px 0;
}

.security-priority-section .key-feature-item .col-md-10 {
    padding: 0 30px 0 10px;
}

.security-priority-section .key-features img {
    max-width: 80px;
}

.security-priority-section .key-features .lock-image {
    max-width: 55px;
    margin-bottom: 8px;
}

.contact-text {
    color: #3b3a42
}

.show-euros {
    display: none;
}

.hide-euros {
    display: inline-block;
}

.show-emea {
    display: none;
}

.double-strike, .single-strike {
    position: relative;
}

#business-access-page .price-no.single-strike,
.price-no.single-strike {
    font-size: 20px;
}

.single-strike:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    bottom: 40%;
    border-bottom: 2px solid red;
}

.double-strike:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    bottom: 40%;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.head-banner-chat-icon {
    width: 24px;
    height: auto;
    margin-right: 2px;
}

#rs-premium-page .desc-note {
    margin-top: 32px
}

.sos-unlimited-addons h4 {
    font-weight: 700
}

.sos-unlimited-addons img {
    height: 40px
}

.easy-deployment-image {
    width: 35px
}

.linux-iphone-image {
    width: 300px;
}

.linux-machine-image {
    width: 250px;
}

.linux-deploy-image {
    width: 500px;
}

.syncro-image {
    max-width: 500px
}

#syncro-integration-page .pricing-item-rs {
    padding: 20px;
}

.dls .os a.learn-more-weight {
    font-weight: 500;
}

#it-help-desk-page .pricing-item-rs img,
#it-remote-support-page .pricing-item-rs img,
#virtual-labs-remote-support-page .pricing-item-rs img,
#accounting-page .pricing-item-rs im {
    max-width: 100px;
}

.div-margin-top {
    margin-top: 12px;
}

.compliance-item {
    display: flex;
    align-items: center;
}

.compliance-img {
    flex-shrink: 0;
}

.security-logos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.security-logo img {
    max-height: 80px;
    max-width: 150px;
    margin: 0 32px;
}

.selected-show {
    display: none;
    margin-top: 5px
}

#bitdefender-selection {
    margin-top: 18px;
}

.text-size-h2 {
    font-size: 36px;
}


/*social share*/

#social-share {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    bottom: 20%;
    z-index: 10;
}

#social-share a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: 45px;
}

.share-facebook {
    background: url(/wp-content/uploads/socialIcons.png) 0 0;
}

.share-twitter {
    background: url(/wp-content/uploads/socialIcons.png) 0px 180px;
}

.share-reddit {
    background: url(/wp-content/uploads/socialIcons.png) 0px 135px;
}

.share-linkedin {
    background: url(/wp-content/uploads/socialIcons.png) 0px 90px;
}

.share-email {
    background: url(/wp-content/uploads/socialIcons.png) 0px 45px;
}

.share-weibo {
    background: url(/wp-content/uploads/social-share-logos-china.png) 0 0;
}

.share-douban {
    background: url(/wp-content/uploads/social-share-logos-china.png) 0px 180px;
}

.share-qzone {
    background: url(/wp-content/uploads/social-share-logos-china.png) 0px 134px;
}

.share-baidu {
    background: url(/wp-content/uploads/social-share-logos-china.png) 0px 45px;
}

.btn-trial-middle {
    max-width: 300px;
}

.embed-video {
    max-width: 560px;
    margin: 0 auto 20px auto;
}

.widget-content-home h2 {
    font-size: 100%;
}

.bapro-teamviewer-comparison-page-euro .bapro-tv-table th {
    text-align: center;
}

.bapro-tv-table-td {
    font-size: 14px;
}

.set-width {
    width: 60%;
    margin: 0 auto;
}

#accounting-page ul {
    max-width: 510px;
    margin: 0 auto;
}

#accounting-page h4 {
    margin-bottom: 30px;
}

.section-dvm.notoppadding {
    padding-top: 0;
}

#datto-page #ao-form-c38eacbe-e468-4dac-a7dc-a8450e74d382 {
    margin: 0!important;
}

#datto-page .section-dvm-title,
#business-access-resources-page .section-dvm-title {
    text-align: left;
}

.btn-desc.text-font {
    font-size: 2.0rem;
}

.iot-page .product-buttons {
    max-width: 1000px;
}

.referral-screenshot {
    border: 1px solid lightgrey;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.corona-news {
    display: none;
}

.corona-news-asia {
    display: none;
}


/* Modal Content */

#bigger-team-discounts-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

#bigger-team-discounts {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    max-width: 600px;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: 25%;
}

.bigger-team-discounts {
    cursor: pointer;
}


/* The Close Button */

.modal-close {
    color: #9a9a9a;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.side-by-side-section {
    width: 760px;
    margin: 0 auto;
    transform: translateY(-80px);
    margin-bottom: -100px;
}

.left-side-section {
    float: left;
    height: 260px;
    width: 400px;
    margin-top: 25px;
    padding: 20px;
    color: #404040;
    background: #F1F1F1;
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
    border-bottom: 1px solid #979797;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.right-side-section {
    float: left;
    height: 310px;
    padding: 20px;
    width: 300px;
    color: white;
    background: #299AD5;
    border: 1px solid #1694D6;
    border-radius: 20px;
}

.highlights {
    font-size: 1.1em;
    font-weight: 700;
}

#accounting-page .single-button-m .product-buttons {
    margin: 10px auto;
}

#accounting-page .single-button-m .btn-buy-now {
    width: 180px;
    max-width: 180px;
}

#accounting-page .single-button-m .btn-buy-now a {
    font-size: 1.2em;
    letter-spacing: 2px;
    padding: 8px 1px;
    border-radius: 15px;
}

#accounting-page .bapro-features {
    padding-left: 0;
}

#accounting-page .price {
    margin: 20px 0;
}

#accounting-page .price div:first-of-type {
    font-size: 2.4em;
}

#accounting-page .price div:last-of-type {
    font-size: 0.8em;
}

.stb-free-trial {
    font-size: 0.8em;
    color: white;
}

#accounting-page h1 {
    width: 80%;
}

.best-value.best-value-format {
    font-size: 1.1em;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.best-value-no.best-value-format {
    font-size: 2.2em;
}

#coronavirus-landing-page .resource-format {
    padding: 10px 20px;
    background: #3195ec;
    min-height: 150px;
    border: 2px solid white;
    color: white;
    transition: background 0.3s;
}

#coronavirus-landing-page .large-height-format .resource-format {
    min-height: 220px;
}

.smartling-es #coronavirus-landing-page .large-height-format .resource-format {
    min-height: 230px;
}

#coronavirus-landing-page .resource-format:hover {
    background: #0e66b3;
}

.resource-format a {
    color: white;
}

#coronavirus-landing-page .single-button-m,
#coronavirus-landing-page .btn-buy-now {
    width: 200px;
}

#coronavirus-landing-page .btn-buy-now a {
    background-color: #3195ec;
    font-size: 1.2em;
    padding: 12px 5px;
}

#coronavirus-landing-page .btn-buy-now a:hover {
    background-color: #6cb0ea;
}

#linux-page .section-dvm-title {
    text-align: left;
}

#footer-wrapper h3 {
    font-size: 20px;
}

.features-link-cards a {
    display: block;
    height: 100%;
    padding: 16px 0;
    color: #444;
    font-weight: 500;
    border: 1px solid #444;
    text-align: center;
    vertical-align: middle;
    transition: color 0.2s ease, border 0.2s ease;
}

.features-link-cards a:hover {
    color: #0d6dc0;
    border: 1px solid #0d6dc0;
    text-decoration: none;
}

.features-highlighted-banner {
    background-color: lightgrey;
    font-weight: 700;
    width: 100%;
    font-size: 1.2em;
    margin-top: 32px;
    text-align: center;
    color: #444;
    padding: 16px 10px;
}

.features-single-page-subtitle h3 {
    font-weight: 500;
}

.features-single-page-image {
    margin: 20px 0;
    max-width: 600px;
    width: 100%;
}

.features-single-page .pricing-item-rs .btn-trial {
    width: 40%;
}

.features-single-page .btn-trial a {
    font-size: 1.2em;
    padding: 12px 5px;
}

.section-dvm-title-left {
    text-transform: uppercase;
    color: #3195ec;
}

.features-page-video {
    max-width: 780px;
    margin: 24px auto
}

.features-single-page .pricing-container-rs {
    margin-top: 16px;
}

.features-single-page .package-title h2 {
    margin-top: 0;
}

.features-single-page .pricing-item-rs img {
    max-width: 80px;
    margin: 5px 0;
}

.features-single-page .rs-pricing-packages li {
    padding: 0
}

.three-columns {
    column-count: 3;
}

.case-studies-single-page .grid {
    padding: 0 32px;
}

.case-studies-single-page .grid.col-620 {
    border-right: 1px solid #333;
}

@media only screen and (min-width: 769px) and (max-width: 860px) {
    .js #education-page .pricing-tabs .nav-tabs li a {
        min-height: 230px;
    }
    .js .smartling-es #education-page .pricing-tabs .nav-tabs li a {
        min-height: 260px;
    }
    .js .smartling-es #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-de #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 240px;
    }
    .js .smartling-fr #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 250px;
    }
    .js .smartling-it #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-nl #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-pt #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 215px;
    }
    .js .smartling-zh #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 180px;
    }
    .js .smartling-pt #education-page .pricing-tabs .nav-tabs li a {
        min-height: 250px;
    }
    .js .smartling-fr #education-page .pricing-tabs .nav-tabs li a {
        min-height: 270px;
    }
    .js #education-page .nav-tabs .category-title {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 861px) and (max-width: 1024px) {
    .js .smartling-it #education-page .pricing-tabs .nav-tabs li a,
    .js .smartling-nl #education-page .pricing-tabs .nav-tabs li a,
    .js #education-page .pricing-tabs .nav-tabs li a {
        min-height: 210px;
    }
    .js .smartling-es #education-page .pricing-tabs .nav-tabs li a,
    .js .smartling-fr #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 250px;
    }
    .js .smartling-de #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-pt #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-es #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 220px;
    }
    .js .smartling-nl #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-it #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 200px;
    }
    .js .smartling-fr #education-page .pricing-tabs .nav-tabs li a {
        min-height: 260px;
    }
    .js .smartling-pt #education-page .pricing-tabs .nav-tabs li a {
        min-height: 230px;
    }
    .js #education-page .nav-tabs .category-title {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .js #education-page .pricing-tabs .nav-tabs li a {
        min-height: 200px;
    }
    .js .smartling-es #education-page .pricing-tabs .nav-tabs li a {
        min-height: 232px;
    }
    .js .smartling-es #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-fr #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 200px;
    }
    .js .smartling-it #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-nl #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-pt #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 180px;
    }
    .js .smartling-fr #education-page .pricing-tabs .nav-tabs li a {
        min-height: 212px;
    }
    .js .smartling-de #education-page .pricing-tabs .nav-tabs li a,
    .js .smartling-it #education-page .pricing-tabs .nav-tabs li a {
        min-height: 210px;
    }
    .smartling-de .edu-page .nav-tabs .category-title,
    .smartling-it .edu-page .nav-tabs .category-title {
        font-size: 1.8rem;
    }
    .smartling-fr .edu-page .nav-tabs .category-title,
    .smartling-es .edu-page .nav-tabs .category-title {
        font-size: 1.6rem;
    }
    .smartling-nl .edu-page .nav-tabs .category-title,
    .smartling-pt .edu-page .nav-tabs .category-title {
        font-size: 1.5rem;
    }
}

#education-page.edu-page .generic-banner {
    background-image: url('/wp-content/uploads/education-banner-darkened.jpg');
}

@media only screen and (min-width: 992px) and (max-width: 1175px) {
    #footer .menu-block {
        width: 150px;
        min-width: 150px;
    }
}

.show-br {
    display: none;
}

.show-cn {
    display: none;
}

.show-nl {
    display: none;
}

.show-tw {
    display: none;
}
.show-en {
    display: none;
}
.social-icons li.show-fr {
    display: none;
}

@media only screen and (min-width: 481px) and (max-width: 650px) {
    .js .smartling-nl .edu-page .pricing-tabs .nav-tabs li a,
    .js .smartling-fr .edu-page .pricing-tabs .nav-tabs li a {
        min-height: 220px;
    }
    .js .smartling-pt .edu-page .pricing-tabs .nav-tabs li a,
    .js .smartling-fr #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 220px;
    }
    .js .smartling-de #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 200px;
    }
    .js .smartling-it #pricing-page .pricing-tabs .nav-tabs li a,
    .js .smartling-pt #pricing-page .pricing-tabs .nav-tabs li a {
        min-height: 180px;
    }
    .js .edu-page .pricing-tabs .nav-tabs li a {
        min-height: 210px;
    }
}

/* "Best Value" Angled Version */

.bv-hl {
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    background: #3195ec;
    display: table;
    color: #fff;
    padding: 10px 33px 10px 50px;
    position: absolute;
    right: -38px;
    top: 8px;
    font-size: 16px;
}


/* "Best Value" Flat Version */

.sos200 .bv-hl,
.rs-premium .bv-hl,
.sos10 .bv-hl {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    z-index: 9;
    display: block;
    right: -2px;
    left: -2px;
    top: -2px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    border: solid 2px #3195ec;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
}

.sos10 .bv-hl {
    background-color: orange;
    border: solid 2px orange;
}

.sos200 .pricing-item-rs,
.rs-premium .pricing-item-rs,
.sos10 .pricing-item-rs {
    overflow: visible !important;
}

/*************New Hero Start***********************/

.home2-desktop .pioneer {
    padding-bottom: 32px;
    background-image: url(/wp-content/uploads/home-hero.jpg);
    background-position: right center;
    min-height: auto!important;
}

.home2-desktop h1 {
    font-size: 36px;
    color: white;
    line-height: 60px;
    margin-top: 120px;
    font-weight: 500;
    padding-left: 32px;
    padding-right: 32px;
}

.home2-desktop .ft-target,
.three-product-boxes .ft-target {
    width: 90%;
    margin: auto
}

.home2-desktop h3 {
    font-size: 24px;
    color: white;
    line-height: 30px;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 15px;
}

.home2-desktop .box-product-name,
.three-product-boxes .box-product-name {
    font-weight: 400;
    font-size: 20px;
    margin: 12px 0 8px;
    color: #3195ec;
}

.home2-desktop .product-boxes-item .ft-logo,
.three-product-boxes .product-boxes-item .ft-logo {
    margin: 0;
}

.home2-desktop p:empty {
    display: none;
}

.home2-desktop .box-title,
.three-product-boxes .box-title {
    color: #333;
    font-size: 22px;
    margin: 16px 0;
}

.home2-desktop .product-buttons,
.three-product-boxes .product-buttons {
    margin: 5px auto 30px;
}

.home2-desktop .featured-area .news,
.sba-news-banner .news {
    padding-top: 9px;
    padding-bottom: 3px;
    margin-left: 0;
    padding-left: 0;
    background: #258aef;
    font-size: 18px;
    height: fit-content;
    box-shadow: 0 0 16px #012242;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
}

.pioneer-overlay-bg .sba-news-banner .news {
    padding-top: 3px;
}

.home2-desktop .featured-area .news a,
.sba-news-banner .news a {
    color: white;
    transition: all .2s ease-in-out;
}

.home2-desktop .featured-area .news a:hover,
.sba-news-banner .news a:hover {
    font-size: 1.1em;
}

@media screen and (max-width: 767px) {
    .page-template-landing-page .landing-small-bg,
    .page-template-landing-page #landing-page .landing-bg {
        padding-top: 20px;
    }
    .page-template-landing-page .sba-news-banner .news {
        position: initial
  }
}

.home2-desktop .product-boxes-item,
.three-product-boxes .product-boxes-item {
    text-align: center;
    background-color: white;
    padding: 20px 8px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.home2-desktop .product-boxes-item a:hover,
.three-product-boxes .product-boxes-item a:hover {
    text-decoration:none;
}

.home2-desktop .product-boxes-item .ft-logo,
.three-product-boxes .product-boxes-item .ft-logo {
    margin: 15px 0 5px 0;
}

.home2-desktop .product-boxes-item .package-title,
.three-product-boxes .product-boxes-item .package-title {
    font-weight: 400;
}

.home2-desktop .ft-product-item .product-buttons .btn-trial a,
.three-product-boxes .ft-product-item .product-buttons .btn-trial a {
    padding: 8px 5px;
    background: #2eb75b;
    color: white;
    border: 1px solid #2eb75b;
}

.home2-desktop .ft-product-item .product-buttons .btn-trial a:hover,
.three-product-boxes .ft-product-item .product-buttons .btn-trial a:hover {
    background: white;
    color: #2eb75b;
    border: 1px solid #2eb75b;
}

.home2-desktop .ft-target,
.three-product-boxes .ft-target {
    max-width: 260px;
    margin: auto
}

.home2-desktop .box-solid-shadow,
.three-product-boxes .box-solid-shadow {
    margin: 0 10px 10px;
    background: #258aef;
    height: 14px;
}

.home2-desktop {
    display: block;
}

.home2-desktop .customer-container {
    margin-top: 64px;
}

.home2-desktop .product-box-business {
    width: 90%;
}

.home2-desktop .featured-area {
    margin-bottom: 80px
}

.home2-desktop .container.product-boxes,
.three-product-boxes .container.product-boxes {
    padding-left: 0;
    padding-right: 0;
}

.home2-desktop .product-boxes-item-group,
.three-product-boxes .product-boxes-item-group {
    width: 100%;
    display: flex;
}

.home2-desktop .product-boxes .row,
.three-product-boxes .product-boxes .row {
    display: flex;
    flex-wrap: nowrap;
}

.home2-desktop .product-boxes .col-md-4,
.three-product-boxes .product-boxes .col-md-4 {
    display: flex;
    margin-bottom: 30px
}

.home2-desktop .product-boxes-item::after,
.three-product-boxes .product-boxes-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #258aef;
  padding: 7px 0;
  color: #000000;
  width: 100%;
  z-index: 1;
}

.smartling-fr .home2-desktop .featured-content {
    max-width: 1170px;
    margin: auto;
}

.smartling-fr .home2-desktop .featured-content  h3 {
    font-size: 24px;
    line-height: 30px;
    max-width: 900px;
    margin: 20px auto 10px;
    line-height: 1.4em;
}

.smartling-fr .home2-desktop .featured-content  h1 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.home2-desktop .product-boxes-item,
.three-product-boxes .product-boxes-item {
    box-shadow: 1px 3px 12px #0000002E;
}

@media screen and (max-width: 1440px) {
    .home2-desktop h1 {
        padding-left: 32px;
        padding-right: 32px;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        line-height: 40px;
    }
    .home2-desktop h3 {
        margin-top: 30px
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .home2-desktop .featured-content h1 {
        margin-top: 70px;
    }

    .home2-desktop .featured-content h3 {
        font-size: 24px;
    }
    
    .home2-desktop .featured-area {
        margin-bottom: 35px
    }
}

@media screen and (min-width: 1171px) {
    .home2-desktop .product-boxes .row .ft-product-item,
    .three-product-boxes .product-boxes .row .ft-product-item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
    .home2-desktop .ft-product-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .home2-desktop .product-boxes-item, .home2-desktop .box-solid-shadow,
    .three-product-boxes .product-boxes-item, .three-product-boxes .box-solid-shadow {
        margin-left: 0;
        margin-right: 0;
    }

    .home2-desktop .box-title,
    .three-product-boxes .box-title {
        font-size: 18px
    }

    .home2-desktop .featured-content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .home2-desktop .featured-area {
        margin-bottom: 32px;
    }

    .home2-desktop .pioneer {
        background-position: center;
    }
}

@media only screen and (max-width: 991px) {
    .js #header .main-menu-nav {
        display: none;
    }

    .js .a-menu-option {
        display: block;
    }

    .home2-desktop .featured-area {
        margin-bottom: 16px;
    }

    .home2-desktop h1 {
        margin-top: 90px;
        line-height: 50px;
    }

    .home2-desktop .pioneer {
        background-position: bottom;
    }

    .home2-desktop .container.product-boxes,
    .three-product-boxes .container.product-boxes {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home2-desktop .product-boxes .row,
    .three-product-boxes .product-boxes .row {
        flex-direction: column;
    }
}

@media only screen and (max-width: 980px) {
    .js .home2-desktop .pioneer {
        height: auto;
    }

    .home2-desktop .ft-target,
    .three-product-boxes .ft-target {
        max-width: max-content;
    }

    .js .home2-desktop .featured-area .news,
    .sba-news-banner .news {
        position: absolute
    }

    #home1-desktop .featured-content #remote-access, #home1-desktop .featured-content #remote-support {
        bottom: 7vh;
    }

    #home1-desktop .customer-container {
        margin-top: 180px;
    }

    .js .home-page .customer-container .logo-item {
        width: 20% !important;
    }
}

@media only screen and (max-width: 768px) {
    .home2-desktop h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .home2-desktop h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .smartling-fr .home2-desktop .featured-content  h1 {
        font-size: 36px;
    }

    .smartling-fr .home2-desktop .featured-content  h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 650px) {
    #home1-desktop .customer-container {
        margin-top: 250px;
    }
    .js .home-page .customer-container .logo-item {
        width: 30% !important;
    }
    .js .partner-icon {
        -moz-transform: scale(0.5);
    }
}

@media only screen and (max-width: 480px) {
    .home2-desktop h1 {
        font-size: 30px;
        line-height: 48px;
        margin-top: 110px;
    }

    .home2-desktop h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .smartling-fr .home2-desktop .featured-content  h1 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 130px
    }

    .js .home-page .customer-container .logo-item {
        width: 40% !important;
    }
}

@media only screen and (max-width: 445px) {
    .js .home2-desktop .featured-area .news,
    .sba-news-banner .news {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .sba-news-banner .news {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 350px) {
    .home2-desktop .featured-area .news {
        font-size: 16px;
        padding-top: 10px;    
    }

    #home1-desktop .customer-container {
        margin-top: 300px;
    }
}
/*************New Hero End***********************/
.marquee {
    margin: 32px auto 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marquee img {
    margin-right: 16px
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 30px;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
}

.marquee:after {
    right: 0;
}

.marquee__content {
    width: 300%;
    display: flex;
    line-height: 30px;
    animation: marquee 60s linear infinite forwards;
    align-items: center
}

.marquee__content:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-66.6%);
    }
}

#footer button {
    background-color: #0d6dc0;
}

#footer button:hover {
    background-color: #6cb0ea;
}

#footer hr {
    width: 95%;
    margin: auto;
    border: 0;
    border-top: 1px solid #b7b7b7;
    opacity: 50%;
}

.newsletter-signup {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 10px 0;
    line-height: 24px;
}

.newsletter-signup a {
    margin-left: 10px;
    color: white;
    text-decoration: none
}

.newsletter-signup a button {
    border: none;
    letter-spacing: 1.4px;
    padding: 8px 32px;
    border-radius: 15px;
    margin: 18px auto 24px;
    font-weight: 700;
    color: white;
}

.newsletter-signup a button:focus {
    outline: none;
}

.product-buttons.blog-buttons .btn-trial {
    width: 70%
}

.product-buttons.blog-buttons .btn-trial a {
    font-size: 1.4em;
    letter-spacing: 0;
    padding: 12px 5px;
}

/*Downloads Item Single Page Start*/
.downloads-device-page .product-header-downloads {
    height: 100%;
}

.devices-nav {
    display: inline-block;
    text-align: center;
}

.devices-nav img {
    padding: 10px 10px 16px;
}

.downloads-devices-nav-logo:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.device-navs-desc {
    max-width: 1280px;
    margin: 10px auto;
}

.product-header-downloads .product-title {
    float: none;
    margin-left: 0;
    margin-top: 32px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .devices-nav img {
        width: 100px
    }
}
@media only screen and (max-width: 767px) {
    .devices-nav img {
        width: 76px
    }
    .js .partner-icon {
        -moz-transform: scale(0.8);
        -moz-transform-origin: 0 0;
    }
}
/*Downloads Item Single Page End*/

/*START new /blog css*/

.product-content-block .entry-title>a {
    font-size: 22px;
    transition: color 0.2s ease-in-out;
}

.product-content-block.entry-title>a:hover {
    text-decoration: none;
}

.page-template-blog-excerpt .post-entry {
    font-size: 15px;
    line-height: 24px
}

.page-template-blog-excerpt .read-more>a {
    font-size: 15px
}

.page-template-blog-excerpt .type-post:last-of-type .content-box {
    border-bottom: none!important;
}

.page-template-blog-excerpt .hfeed {
    background: #F7F5F5;
}

.blog-categories-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #6F7C8C;
}

.blog-categories-square {
    width: 8px;
    height: 8px;
    background: #337AB7;
    margin-right: 10px;
}

.blog-categories-item.indent {
    padding-left: 10px;
}

.blog-categories-item.indent .blog-categories-square {
    width: 10px;
    height: 2px;
}

.blog-categories-item a {
    width: 90%
}

.blog-categories-item-name.subscribe {
    margin: 8px 0;
}

.blog-categories-item-name {
    color: #6F7C8C;
    font-size: 16px;
}

.blog-categories-title {
    font-size: 1.6em;
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 7px;
    position: relative;
}

.blog-categories-title:after {
    content: "";
    width: 110px;
    height: 2px;
    background: #337AB7;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.blog-right-div {
    background: white;
    padding: 5px 25px 20px 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

.blog-right-div button {
    width: 100%;
    color: white;
    background-color: #337AB7;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    border: none
}

.blog-right-div-image {
    position: absolute;
    width: 24px;
    right: 28px;
    top: 26px;
}

.blog-social-icons {
    width: 40px;
    height: 40px
}

.follow-us {
    justify-content: space-around;
    margin-top: 20px
}

.blog-categories-item-name.selected-category {
    color: #424242;
    font-weight: bold;
    text-decoration: none;
    cursor: initial;
    pointer-events: none;
}

.blog-categories-item-name.selected-category + div {
    color: #424242;
    font-weight: bold;
}

.blog-excerpt.generic-banner {
    background-image: url('/wp-content/uploads/blog-archive-banner.jpg');
    text-align: center;
}

.blog-excerpt.generic-banner .banner-overlay-bg {
    background-color: rgba(0,0,0,0.5);
}

.archive.category {
    background-color: #F7F5F5;
}

.blog-right-div.date ul {
    padding-left: 0;
}

.blog-right-div.date li {
    display: flex;
    align-items: center;
}

.blog-right-div.date li a {
    color: #6F7C8C;
    font-size: 16px;
}

.blog-right-div.date li a.selected-category {
    color: #424242;
    font-weight: bold;
    text-decoration: none;
    cursor: initial;
    pointer-events: none;
}

.archive.date {
    background: #F7F5F5;
}


.post-author {
    position: relative;
    margin-top: 32px;
}

.post-author::before {
    content: '';
    position: absolute;
    top: -4px;
    width: 24px;
    height: 2px;
    background-color: #0d6dc0;
    left: 0;
}

.archive.author .hfeed {
    background-color: #eee;
}
.archive.author #content-blog {
    max-width:none;
    margin: 40px auto
}

#multiple_authors_list_widget-2 .widget-title {
    display: none;
}

#multiple_authors_list_widget-2 .author_index_1 {
    display: none;
}

#multiple_authors_list_widget-2 .pp-multiple-authors-layout-simple_list ul li {
    border: none;
    line-height: 30px;
    padding: 0.5em 0;
    list-style: disc;
}

#multiple_authors_list_widget-2 .pp-multiple-authors-layout-simple_list ul {
    padding-left: 1em;
    margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dl-item-select {
        padding: 0 20%
    }
    .js .blog-right-div:first-of-type {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .js .device-icon-top {
        margin-top: -58px
    }
    .js #remote-support-page .device-icon-top {
        margin-top: -35px
    }
    .js .press-kit-release .middle {
        border-left: 1px solid white;
        border-right: 1px solid white
    }
    .js .press-logo-images {
        padding: 10px 15% 0 15%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .js #logmein-alternative-page .productivity-pack-item {
        display: block
    }
    .js .product-content-block {
        padding: 30px;
    }
    .js .blog-right-div:first-of-type {
        margin-top: 30px;
    }
}

/*END new /blog css*/

/*START table responsive css*/
.table-responsiveness .title-responsiveness {
    display: none;
}

@media screen and (max-width: 767px) {
    .table-responsiveness thead {
        display: none;
    }

    .table-responsiveness .table-bordered {
       border: none
    }

    .table-responsiveness tr {
        display: flex;
        flex-direction: column;
        margin: 0 0 20px;
    }

    .table-responsiveness th, .table-responsiveness td { 
        width: 100%;
    }

    .table-responsiveness .title-responsiveness {
        display: block;
        font-weight: 700;
        color: #333;
        margin-bottom: 8px;
    }

    .table-responsiveness tr td:first-child {
        background: lightgray;
        font-weight: 700;
    }

    .table-responsiveness .table-category-title {
        border: none;
        background: none;
        margin-bottom: 0;
        font-size: 1.6em;
        border: none;
    }
    
    .table-responsiveness .table-category-title td {
        background: none !important;
        border: none;
        font-size: 1em
    }

    .table-responsiveness .rs-sos-comparison tr:first-child {
        display: none;
    }

    .table-responsiveness .rs-sos-comparison td {
        text-align: left;
        padding: 2%;
    }

    .table-responsiveness .rs-sos-comparison tr:last-child td:first-child {
        display: none;
    }
}

/*END table responsive css*/

.beta-trial-box p:empty {
    display: none
}

#sos-ff-page .sos10-highlighted p:empty {
    display: none
}

/**** SOS Teams Title Top Margin in Variations ****/
.smartling-pt #sos-page .package-title h2,
.smartling-fr #sos-page .package-title h2,
.smartling-es #sos-page .package-title h2,
.smartling-nl #sos-page .package-title h2,
.smartling-pt .sos-pricing-packages .package-title h2,
.smartling-fr .sos-pricing-packages .package-title h2,
.smartling-es .sos-pricing-packages .package-title h2,
.smartling-nl .sos-pricing-packages .package-title h2,
.smartling-it .sos-pricing-packages .package-title h2,
.smartling-de .sos-pricing-packages .package-title h2 {
    margin-top: 50px;
}

.pioneer p:empty,
.generic-banner p:empty,
.product-buttons p:empty {
    display: none;
}

#mac-remote-access-page .product-buttons p:empty {
    display: block;
}

#cn-notice-buttons .cn-button.bootstrap {
    margin-right: .3em;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cn-button.bootstrap, .cn-button.wp-default {
    font-family: sans-serif;
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    text-decoration: none;
    outline: 0;
}

#cn-notice-buttons .cn-button.bootstrap:hover {
    color: #fff;
    background-color: #04c;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

/*********Mobile Version of Top Navigation Start ********/

#header ul.dropdown-menu-customized {
    width: auto;
    text-align: initial;
    display: none;
}

#header .dropdown-menu-customized {
    color: white;
    display: block;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 0.8em 0.7em;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#header .new-mobile-menu ul a {
    color: white;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 13px 43px 13px 20px;
    text-transform: none;
    font-family: Texta-Black,sans-serif;
    font-size: 17px;
    color: #fff;
}

#header .new-mobile-menu ul {
    color: white;
    width: auto;
    text-align: initial;
    padding-left: 0;
}

#header .new-mobile-menu ul li {
    width: 100%;
}

#header .new-mobile-menu .dropdown-title {
    background: #333;
    font-size: 22px;
    border-radius: 3px;
    margin: 0.5em 0.5em 0;
}

#header .new-mobile-menu .dropdown-menu-customized>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#header .new-mobile-menu .dropdown-menu-customized.solution li {
    margin-left: 0.5em;
}

#header .new-mobile-menu .dropdown-menu-customized li {
    margin: 0.5em 0;
}

.dropdown-menu-customized li a:after,
.dropdown-menu-customized li a:before  {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -8px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: 50%;
    width: 0;
    
}

.dropdown-menu-customized.solution li a:after,
.dropdown-menu-customized.solution li a:before {
    right: 30px;  
}

.dropdown-menu-customized li a:after {
    margin-top: -4px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-title .caret {
    right: 20px;
    position: absolute;
    top: 45%;
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
    .js #header .overlay-menu-content .menu-content.row {
        display: table-cell;
    }
}

/*********Mobile Version of Top Navigation End ********/

/*********New Left Right Image Texts Section Style Start *********/
.new-section { 
    max-width: 1366px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
    padding: 64px 16px 32px
}

.new-section > * {
    width: 50%;
    padding-left:32px;
    padding-right: 32px; 
}

.new-section img {
    margin-top: 20px;
}

.new-section .section-dvm-title-left {
    margin-bottom: 24px;
    text-transform: none
}

@media screen and (min-width: 992px) {
    .new-section  div:first-child {
        padding-left: 0;
    }

    .new-section  div:last-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .new-section {
        -webkit-flex-flow: column-reverse;
        flex-direction: column-reverse;
        padding: 32px;
        margin: auto;
        width: 100%;
    } 

    .new-section:nth-of-type(2n) {
        -webkit-flex-flow: column;
        flex-direction: column;
    }

    .new-section > * {
        width: 100%
    }

    .new-section img {
        width: 80%;
        margin: auto;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .new-section img {
        width: 90%;
    }

    .new-section { 
        -webkit-flex-flow: column-reverse;
        flex-direction: column-reverse;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .js .section-dvm.new-section div {
        padding-left: 0;
        padding-right: 0;
    }
}
/*********New Left Right Image Texts Section Style End *********/

/*******New Style Button Start*******/
.new-style-button {
    padding: 8px 20px;
    background: #2EB75B;
    border: 1px solid #2EB75B;
    color: white;
    font-size: 1.2em;
    font-weight: 700;
    transition: all 0.3s ease-in;
    border-radius: 3px;
}

.new-style-button:hover {
    background: white;
    color: #2EB75B;
    font-size: 1.2em;
    font-weight: 700;
    transition: all 0.3s ease-in;
}
/*******New Style Button End*******/

/***********Features Single Page Product Boxes Style Start *****************/
.features-single-product-boxes .product-buttons .btn-buy-now a {
    background: transparent;
    border: 2px solid #2eb75b;
    color: #2eb75b;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-decoration: none;
    display: inline-block;
    padding: 8px 3px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
}

.features-single-product-boxes .product-item { 
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.features-single-product-boxes .col-sm-6,
.features-single-product-boxes .col-lg-4 {
    margin-bottom: 32px;
}

.features-single-product-boxes .product-desc {
    min-height: auto;
    margin: 18px auto;
}

.features-single-product-boxes .row {
    display: flex;
    flex-wrap: wrap;
}

.features-single-product-boxes .product-title { 
    margin-left: 0;
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    margin-top: 16px;
    margin-bottom: 0;
}

.features-single-product-boxes .btn-trial a {
    font-size: 1.2em;
    padding: 12px 5px;
}

.features-single-product-boxes .product-icon {
    margin-top: 16px;
}

@media only screen and (min-width: 1200px) {
    .features-single-product-boxes .product-buttons .btn-trial a {
        padding: 10px 1px;
        font-size: 1.2em;
        letter-spacing: 1.2px;
    }

    .features-single-product-boxes .product-buttons .btn-buy-now a {
        padding: 9px 1px;
        font-size: 1.2em;
        letter-spacing: 1.2px;
    }
}

@media only screen and (max-width: 767px) { 
    .features-single-product-boxes .row {
        display: block
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-single-product-boxes .product-buttons .btn-trial, .features-single-product-boxes .product-buttons .btn-buy-now {
        width: 100%;
        margin: 10px 0;
    }
}
/***********Features Single Page Product Boxes Style End *****************/

/*************New Home Page Start***********/
#en-home-page {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
}
.home-page a {
    color: #0D6DC0;
}
.home-page .ft-product-item a {
    color: deepskyblue;
}
#home3-desktop .hero-bg {
    padding-bottom: 32px;
    background-image: url(/wp-content/uploads/unicorn-hero7.jpg);
    background-position: center;
    background-size: cover;
}

#home3-desktop h1 {
    font-size: 50px;
    color: white;
    line-height: 60px;
    margin-top: 80px;
    font-weight: 500;
}
.home3-desktop {
    display: none;
}

#home3-desktop h3 {
    font-size: 30px;
    color: white;
    line-height: 48px;
    margin-top: 32px;
    font-weight: 400;
}

#home3-desktop .featured-area {
    text-align: left;
    max-width: 700px;
}

#home3-desktop .new-style-button {
    margin: 32px 0 64px;
    background: transparent;
    border: white solid 2px;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.horizontal-line {
    width: 100%;
    height: 15px;
    background: #258AEF 0% 0% no-repeat padding-box;
}

.home-page .customer-container {
    margin: 48px auto 0 !important
}

.home-page .customer-container p {
    display: none;
}

.home-page .logo-item:nth-child(1) {
    width: 16.6%;
}

.home-page .logo-item:nth-child(2) {
    width: 15.7%;
}

.home-page .logo-item.show-eu:nth-child(3) {
    width: 8.8%;
}

.home-page .logo-item:nth-child(4) {
    width: 15.9%;
}

.home-page .logo-item:nth-child(5) {
    width: 14.9%;
}

.home-page .logo-item:nth-child(6) {
    width: 10.6%;
}

.home-page .logo-item:nth-child(7) {
    width: 12.1%;
}

.home-page .logo-item:nth-child(8) {
    width: 9.4%;
}

.small-solution-cards {
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1280px;
    margin: 40px auto 30px;
    justify-content: space-between;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;   
}

.small-solution-item {
    text-align: center;
    width: 16%;
    padding: 12px 25px;
    background-color: #eee;
    color: #0D6DC0;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: row;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;    
}

.smartling-de .home-page .small-solution-item, #home4-desktop .featured-content {
    word-break: break-word;
}

.small-solution-item.blue-highlighted {
    background-color: #0D6DC0;
    color: white;
    position: relative;
    transition: background-color 0.4s ease-out, color 0.3s ease-in-out;
    text-decoration: none;
}

.small-solution-item.blue-highlighted::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #0D6DC0;
    padding: 4px 0 3px;
    width: 100%;
    z-index: 1;
}
.section-left, .section-right {
    padding: 32px;
}
.customers-card {
    align-items: center;
    justify-content: start;
    box-shadow: 0 0 10px #eee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.customers-card-left {
    width: 35%;
    padding: 20px;
    background-color: #eee;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-around;
}
.customers-card-right {
    width: 55%;
    padding: 20px 20px 20px 40px;
    font-size: 1.2em;
}
.featured-case-studies {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.featured-case-studies  h3 {
    color: #3195ec;
    margin-top: 32px;
    margin-bottom: 32px;
}
.customers-card-title {
    margin-bottom: 16px;
    font-size: 1.1em;
}
.customers-card-left button {
    border: 2px solid #2EB75B;
    transition: all 0.3s ease-in;
    color: #2EB75B;
    border-radius: 3px;
}
.customers-card-left button:hover {
    background: #2EB75B;
    border: 2px solid #2EB75B;
    color: white;
}
.section-left-right {
    max-width: 1280px;
    margin: 32px auto;
    -ms-flex-direction: row;   /* TWEENER - IE 10 */
    flex-direction: row;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.section-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-right {
    width: 50%;
   text-align: right
}
.section-left p {
   margin-top: 24px;
}
.home-education {
    font-size: 1.2em;
    background: url(/wp-content/uploads/row-span-remote-desktop-full-minified.jpg);
    background-position: center;
    background-size: cover;
}
.section-right.image {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 1171px) and (max-width: 1366px) {
   .customers-card-left {
       width: 40%;
    }
    .customers-card-right {
       width: 60%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1170px) {
    .customers-card-left {
        width: 44%;
        padding: 20px 10px;
    }
    .customers-card-title {
        font-size: 1em;
    }
    .customers-card-right {
        width: 56%;
        padding: 20px 10px;
        font-size: 1.1em;
    }
}
@media only screen and (min-width: 992px) {
    .featured-case-studies .row, .featured-case-studies .col-md-6 {
        display: flex;
    }
    .section-left h3, .section-left p {
        max-width: 550px;
    }
    .section-left p {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .section-left-right.image-text-reverse {
        flex-direction: column-reverse;
    }
    .section-left-right {
        flex-direction: column;
    }
    .section-left {
        width: 100%;
    }
   .section-right {
        width: 100%;
        text-align: center;
        padding: 0 32px;
  }
    .section-right img {
        width: 400px;
    }
    .home-education {
        background-position: left;
    }
    .home-education .section-left {
        width: 90%
    }
    .section-right.image {
        align-items: center;
        text-align: center;
    }
    .js .awards-logo-section .row img {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    .js .home-page .free-trial-button {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .small-solution-cards {
        flex-wrap: wrap;
    }
    .small-solution-item {
        width: 33%;
        margin-bottom: 16px;
    }
   .home-education .section-left {
        width: 100%
    }
    .js .awards-logo-section .row img {
        width: 70%;
    }
}
@media only screen and (min-width: 680px) {
    .featured-case-studies .row > div {
        display: flex;
    }
}
@media only screen and (max-width: 679px) {
    .featured-case-studies .row .customers-card {
        display: flex;
        flex-direction: column;
    }
    .customers-card-left, .customers-card-right {
        width: 100%;
        text-align: center;
    }
    .featured-case-studies .row > div {
        margin-bottom: 16px;
    }
    #home3-desktop h1 {
         font-size: 42px;
    }
    #home3-desktop h3 {
         font-size: 22px;
    }
}
@media only screen and (max-width: 480px) {
    .js .partner-icon {
        -moz-transform: scale(0.6);
    }
    .small-solution-item {
        width: 49%;
    }
    .js .awards-logo-section .row img {
        width: 90%;
    }
}
.hide-americas {
    display: block;
}
.show-americas {
    display: none;
}
.hide-eu {
    display: block;
}
.show-eu {
    display: none;
}
/*************New Home Page End***********/

.smartling-nl #start-free-trial-page .ft-product-item .product-buttons .btn-trial a  {
    font-size: 1em;
}

/************Author Card Start Applied for case-studies cards*************/
.cs-section .row {
    display: flex;
    flex-wrap: wrap;
}

.cs-section .row .col-sm-6 {
    display: flex;
    margin-bottom: 24px
}

.cs-section h2 {
    margin-bottom: 24px
}

.section-card {
    box-shadow: 0 0 10px #eee;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.section-card img {
    height: 120px;
    object-fit: scale-down;
    object-position: center;
    font-family: 'object-fit: scale-down; object-position: center;';
}

#author-page .section-card img {
    object-fit: contain;
}

.section-card-bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-card button {
    border: 2px solid #2EB75B;
    transition: all 0.3s ease-in;
    color: #2EB75B;
    border-radius: 3px;
    background: white;
    padding: 3px 24px;
}

.section-card button:hover {
    background: #2EB75B;
    border: 2px solid #2EB75B;
    color: white;
}

.section-card-desc {
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .cs-section .row {
        display: block;
    }
    .cs-section .row .col-sm-6 {
        margin-bottom: 20px;
    }
}
/************Author Card End*************/

/***Phone number shown on Hero Banner for many pages starts****/
.sales-support-numbers.one-no {
    display: none;
}
/***Phone number shown on Hero Banner for many pages ends****/

/********* EMEA Contact Us Button on Nav Bar Start*********/
#first-layer-menu .nav-contact-us a {
    color: #2EB75B;
    border: 1px solid #2EB75B;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
}

#first-layer-menu .nav-contact-us a:hover {
    background: #2EB75B;  
    color: white;
}

#menu-area .nav-phone {
    position: absolute;
    right: 3%;
}

@media screen and (max-width: 1280px) and (min-width: 981px) {
    .smartling-pt #menu-area .nav-phone,
    .smartling-es #menu-area .nav-phone,
    .smartling-de #menu-area .nav-phone {
        right: initial;
        top: 12px;
    }
}

@media screen and (max-width: 1170px) and (min-width: 981px) {
    #menu-area .nav-phone {
        position: absolute;
        bottom: 44px;
        left: 3%;
        right: auto;
    }
}

@media screen and (max-width: 980px) and (min-width: 500px) {
    #menu-area .nav-phone {
        position: absolute;
        right: calc(50% - 80px);
    }
}

@media screen and (max-width: 499px) {
    #menu-area .nav-phone {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    #first-layer-menu .nav-contact-us a {
        padding: 1px 8px
    }
}
/********* EMEA Contact Us Button on Nav Bar End*********/

/********Alternative Pages Style Start******************/
.inner-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.progress-item-text {
    height: 56px;
    display: flex;
    align-items: center;
}

.progress-border {
    margin-bottom: 16px;
    margin-top: 16px;
    width: 90%;
    margin-right: 16px;
}

.progress-item-blue .progress-border {
    border: 1px solid #0D6DC0;
}

.progress-item-grey .progress-border {
    border: 1px solid #a9a9a9;
}

.progress-item-grey, .progress-item-blue  {
    font-weight: 700;
}

.progress-item-blue {
    color: #0D6DC0;
}

.progress-blue {
    color: #fff;
    background-color: #0D6DC0;
    height: 24px;
}

.progress-grey {
    color: #000;
    background-color: #a9a9a9;
    height: 24px;
}

@media only screen and (max-width: 991px) {
    .progress-item-left {
        width: 30%;
   }

   .progress-item-right {
        width: 65%;
   }
}

@media only screen and (max-width: 420px) {
    .progress-item-left {
         width: 40%;
    }
    .progress-item-right {
         width: 58%;
    }
}

/********Alternative Pages Style End******************/

/***********Chinese Floating Chat Start*******************/
.wechat-float-popup {
    font-family: PingFangSC, sans-serif;
}

.contact-us-rectangle:hover {
    cursor: pointer;
}

.wechat-float:hover #contact-us-float-modal {
    display: block;
}

#contact-us-float-modal {
    position: absolute;
    right: 40px; 
    top: -136px;
    display: none;
    padding-right: 16px
}

.wechat-float {
    position: fixed;
    right: 16px;
    bottom: 15%;
    z-index: 100;
}

.wechat-float.mobile {
    display: none;
    right: 0;
    bottom: 10%;
    opacity: 1;
    -webkit-transition: -webkit-opacity 200ms ease-in-out;
    -moz-transition: -moz-opacity 200ms ease-in-out;
    -o-transition: -o-opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.wechat-float.mobile.transparent {
    opacity: 0.3;
}

#wechat-float-mobile-modal {
    display: none;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    left:0; top: 0;
    position: fixed;
    overflow: auto;
}

.wechat-float-save-button {
    margin: 32px auto;
    font-size: 20px;
    font-family: PingFangSC;
    text-align: center;
    color: #ebebeb;
    font-weight: 600;
}

/* The Close Button */
.wechat-modal-close {
    margin-right: 10px;
    float: right;
    margin-top: 10px;
    width: 30px;
    height: 30px;
}

.wechat-modal-close:hover,
.wechat-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .wechat-float.desktop {
        display: none;
    }
    .wechat-float.mobile {
        display: block;
    }
}
/***********Chinese Floating Chat End*******************/
.show-fr-only {
    display: none;
}
.show-fr-display {
    display: none;
}
/***************expansion panel start***********************/
.expansion-panel .panel-heading a {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 16px 32px 16px 20px;
    text-decoration: none;
    align-items: center;
}

.expansion-panel .panel-heading {
    padding: 0;
}

.expansion-panel .panel-default>.panel-heading {
    color: white;
    background-color: #258AEF;
    border-color: #258AEF;
}

.expansion-panel .panel-default {
    border-color: white;
    box-shadow: none;
}

.expansion-panel .collapsed {
    background-color: #0D6DC0;
}

.expansion-panel .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    right: 16px;
    position: absolute;
    /* top: 16px; */
    margin-top: auto;
    margin-bottom: auto;
    border-top: 10px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transition: all .2s ease-in-out;
}

.expansion-panel .panel-title {
    position: relative;
}

.expansion-panel .collapsed .triangle {
    transition: all .2s ease-in-out;
    transform: rotate(-90deg);
    transform-origin: center center;
}
.expansion-panel .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.thank-you-confirm-page {
    font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

.thank-you-confirm-page .section-dvm .col-md-5 {
    margin-bottom: 24px;
}

.thank-you-confirm-page .hero-bg {
    background-image: url('/wp-content/uploads/header-thank-you-confirm.png');
    background-size: cover;
    color: white;
    min-height: 320px;
    display: flex;
    align-items: center;
    background-position: bottom
}

@media only screen and (max-width: 991px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: none;
    }
}
/***************expansion panel end***********************/

/***************Flexible Trial Form start***********************/

.form-container {
    max-width: 700px;
    padding: 30px 10px 50px;
    margin: 0 auto;
    background: white;
    border: 1px solid #707070;
    border-radius: 2px;
}

.form-background {
    position: relative;
    z-index: 1;
    padding: 60px 15px 120px;
    width: 100%;
}

.bg-grey {
    background: #eeeeee;
}

@media screen and (max-width: 480px) {
    .form-background {
        padding: 50px 15px 80px;
    }
    .form-container {
        padding: 20px 10px 40px;
    }
}
/***************Flexible Trial Form end***********************/

/********** EMEA Job Pages Start ****************/
.careers-emea-job {
    font-size: 1.1em;
}

.careers-emea-job h2 {
    font-size: 22px;
    margin-bottom: 16px;
}

.careers-emea-job .section-dvm.notoppadding {
    padding-bottom: 24px;
}

.careers-emea-job .banner-desc.m-banner-padding {
    padding-bottom: 48px;    
}

.careers-emea-job .subul {
    list-style-type: circle;
}

/********** EMEA Job Pages End ****************/

#first-layer-menu .login-continue-site a {
    color: #258aef
}

#first-layer-menu .login-continue-site a:hover {
    text-decoration:underline
}

.free-trial-button-menu-ham {
    display: none;
}

@media only screen and (max-width: 991px){
    .free-trial-button-menu-ham {
        display: block;
    }
    .a-menu-option.menu-icon-area {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;
        align-items: center;
    }
    /* .js .free-trial-button {
        display: none;
    } */
}

@media only screen and (max-width: 350px){
    #second-layer-menu .logo {
        width: 150px;
        transform: translateY(-6px);
    }
}

/********** Language dropdown start ****************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

#header .dropdown ul li {
    display: block;
    padding: 4px 0 4px 0;
}

.language-selector > .dropdown-menu {
    display: none;
    min-width: 110px;
}

.language-selector.open > .dropdown-menu {
    display: block;
}

.language-selector .dropdown-submenu .dropdown-menu {
    display: none;
    right: auto;
    left: -101%;
    min-width: 110px;
}

.language-selector .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
}

.language-selector .dropdown-menu>li>a {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
}

.language-selector .dropdown-menu > .dropdown-submenu > a {
    justify-content: space-between;
}

.language-selector .dropdown-menu>li:hover {
    background-color: #f5f5f5;
}

.language-selector .dropdown-submenu:hover .dropdown-menu {
    display: block;
}

#first-layer-menu .language-selector  a .caret {
    border-right: 5px dashed;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    color: lightgray;
}

#lang-choices .btn.btn-default .caret {
    color: lightgray;
}

#lang-choices .btn {
    padding: 4px 10px;
}

@media only screen and (max-width: 480px){
    .js .language-selector .dropdown-menu {
        font-size: 16px;
        min-width: 115px;
    }
}

/********** Language dropdown end ****************/

@media only screen and (max-width: 375px){
    .js .partner-icon {
        -moz-transform: scale(0.5);
    }
}

.arve-error {
    display: none;
}

.get-streamer-button {
    display: none;
}

div[id*="aoform"][style*="visible"] + script + .acton-loading, div[id*="aoform"][style*="visible"] + script + p + .acton-loading {
    display: none;
}

.hubspot-styles + .hubspot-loading {
    display: none;
}

.case-study-quote {
    background-color: #258aef;
    color: white;
    padding: 24px 20px;
}

.case-study-quote-desc {
    font-size: 1.2em;
}

.case-study-quote-person {
    margin-top: 16px;
    font-size: 0.9em;
}

.case-study-quote-v2 {
    padding: 32px 20px;
    box-shadow: 1px 0px 6px 1px #eeeeee;
    position: relative;
}

.case-study-quote-v2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #258aef;
    padding: 4px 0;
    color: #000000;
    width: 100%;
    z-index: 1;
}

.case-study-quote-v2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    background-color: #258aef;
    padding: 4px 0;
    color: #000000;
    width: 100%;
    z-index: 1;
}

.case-study-quote-desc-v2 {
    font-size: 1.2em;
}

.case-study-quote-person-v2 {
    margin-top: 16px;
    font-size: 0.9em;
}

/****************Security Pages Series Start**************************/
.security-series-banner.generic-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-image: url(/wp-content/uploads/header-security.jpg);
}

.security-series-banner-desc, .security-compliance-section {
    color: white;
    margin: 0 auto;
    width: 90%;
    padding: 128px 0;
    max-width: 1366px;
}

.security-series-banner-desc h1 {
    font-weight: 700;
}

.security-pages-series {
    font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

.four-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.four-flex-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 16px 32px;
    width: 25%;
    text-align: center;
 }
.four-flex-item div:first-child {
    margin-bottom: 16px;
}
.four-flex-title {
    font-weight: 700;
}
.four-flex-desc {
    margin-top: 4px;
    font-size: 14px;
}

.security-span {
    font-size: 1.2em;
    background: url(/wp-content/uploads/security-span.jpg);
    background-position: center;
    background-size: cover;
    color: white;
}

.section-dvm.section-dvm-security {
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    padding: 64px 16px 32px
}

.section-dvm-security-part {
    width: 50%;
    padding-right: 32px; 
}

.section-dvm.section-dvm-security {
    padding: 64px 0 32px;
    max-width: 1366px;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .four-flex-item {
        width: 50%;
        padding: 16px;
    }
    .section-dvm.section-dvm-security { 
        flex-direction: column;
        padding: 32px;
        margin: auto;
        width: 100%;
    }
    .section-dvm-security-part {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 420px) {
    .four-flex-item {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .js .security-series-banner-desc {
        width: auto;
        margin: 0 10px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .section-dvm.section-dvm-security {
        padding: 32px 0;
    }
    .section-dvm-security-part {
        padding: 0 42px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .js .security-series-banner-desc {
        padding-left: 0;
        padding-right: 0;
    }
    .section-dvm-security-part {
        padding: 0 10px;
    }
}


/****************Security Pages Series End**************************/

/****************Secondary Navigation Start*************************/
.secondary-nav a {
    padding: 0 24px; 
}
.secondary-nav {
    top: 90px;
    background-color: #eee;
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    position: static;
    position: sticky;
    z-index: 100;
}
.logged-in .secondary-nav {
    top: 122px;
}
.secondary-nav-selected {
    font-weight: 700;
}

.secondary-nav-mobile .navbar-toggle .triangle {
    right: 0;
    position: absolute;
    top: 4px;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 7px dashed;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    color: #337ab7;
    transition: all .2s ease-in-out;
}

.logged-in .secondary-nav-mobile.mobile-only {
    top: 134px;
}

.secondary-nav-mobile.mobile-only {
    position: fixed;
    top: 89px;
    width: 100%;
    background-color: transparent;
    padding: 0;
}

@media screen and (max-width: 350px) {
    .secondary-nav-mobile.mobile-only {
        top: 84px;
    }
    .logged-in .secondary-nav-mobile.mobile-only {
        top: 129px;
    }
}

.secondary-nav-mobile .navbar-toggle.collapsed .triangle {
    transition: all .2s ease-in-out;
    transform: rotate(-90deg);
    transform-origin: center center;
}

.secondary-nav-mobile .navbar-default .navbar-toggle:focus, .security-pages-series .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-color: transparent;

}

.secondary-nav-mobile .navbar-default .navbar-toggle {
    border-color: transparent;

}

.secondary-nav-mobile .navbar-default .navbar-brand {
    color: #337ab7;
    font-weight: 700;
    height: 32px;
    padding: 9px 15px;
    font-size: 15px;
}

.secondary-nav-mobile .navbar {
    min-height: 32px;
}

.secondary-nav-mobile .navbar-default .navbar-nav>li>a {
    padding-top: 5px;
    color: #337ab7;
    padding-bottom: 5px;
}
/****************Secondary Navigation End*************************/

/****************New Landing Page Start********************/

/***
New Landing Page Header & Footer
New Landing Hubspot Header & Footer
***/

#landing-top-widget #lang-choices .btn {
    height: 38px;
    border-radius: 0;
}

#landing-top-widget .free-trial-button {
    margin-right: 10px;
}

.page-template-landing-page-hubspot-menu #first-layer-menu .navbar,
.page-template-landing-page #first-layer-menu .navbar {
    display: block;
    max-width: 1920px;
    margin: 32px auto 0;
    min-height: auto;
    width: 80%;
}

.page-template-landing-page-hubspot-menu #first-layer-menu,
.page-template-landing-page #first-layer-menu {
    margin: 0 0 16px;
}

.page-template-landing-page-hubspot-menu #first-layer-menu .navbar .container-fluid,
.page-template-landing-page #first-layer-menu .navbar .container-fluid {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif
}

/* .page-template-landing-page-hubspot-menu #header ul li.landing-top-phone-number,
.page-template-landing-page-hubspot-menu #header ul li:nth-of-type(2) {
    display: none;
} */

.page-template-landing-page-hubspot-menu #header ul li.landing-top-phone-number,
.page-template-landing-page-hubspot-menu #header ul li .free-trial-button { 
    display: none;
}

.page-template-landing-page .landing-top-phone-number {
    color: #0D6DC0;
    font-size: 22px;
    padding-right: 30px;
    line-height: 40px;
}

.page-template-landing-page #first-layer-menu .free-trial-button a {
    font-size: 16px;
    font-weight: 800;
    background: #0D6DC0;
    border: #0D6DC0;
    color: white;
    padding: 8px 20px;
    min-width: 180px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.36px;
}

.page-template-landing-page #footer-wrapper {
    background-color: #f8f8f8;
    min-height: 300px;
}


.page-template-landing-page .social-icons .facebook {
    width: 32px;
    background: url('/wp-content/uploads/fb-black-bg-icon.png');
}

.page-template-landing-page .social-icons .linkedin {
    width: 32px;
    background: url('/wp-content/uploads/linkedin-black-bg-icon.png');
}

.page-template-landing-page .social-icons .youtube {
    width: 32px;
    background: url('/wp-content/uploads/youtube-black-bg-icon.png');
}

.page-template-landing-page .social-icons .twitter {
    width: 32px;
    background: url('/wp-content/uploads/twitter-black-bg-icon.png');
}

.page-template-landing-page .social-icons .instagram {
    width: 32px;
    background: url('/wp-content/uploads/instagram-black-bg-icon.png');
}

.page-template-landing-page #footer-wrapper .container-fluid {
    padding-top: 64px;
    padding-bottom: 64px;
    font-size: 16px;
    letter-spacing: 0.56px;
}

#landing-footer .social-icons {
    text-align: right;
    margin-right: 0;
}

.page-template-landing-page .social-icons li {
    width: 50px;
    height: 50px;
}

.page-template-landing-page .social-icons li a {
    width: auto;
    height: auto;
}

.page-template-landing-page-hubspot-menu #footer {
    display: none;
}

@media only screen and (max-width: 768px) {
    #landing-top-widget .navbar-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;  
        justify-content: center;      
    }
}

@media only screen and (max-width: 767px) {
    #landing-top-widget #first-layer-menu {
        margin: 0 0 12px;
    }

    #landing-top-widget #first-layer-menu .navbar {
        margin: 12px auto 0;
    }


    #landing-top-widget .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }

    #landing-top-widget .navbar-nav .open .dropdown-menu>li>a {
        padding: 0px 6px 0px 0px;
    }

    #landing-top-widget .navbar-header {
        text-align: center;
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 650px) {
    #landing-top-widget .landing-top-phone-number {
        display: none;
    }
}

/**
Landing Page Main Content
**/

#landing-page .landing-bg {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('/wp-content/uploads/header-unicorn-german-bg.jpg');;
    color: white;
    min-height: 780px;
    padding-bottom: 64px;
    padding-top: 64px;
    background-position: center;
    background-size: cover
}
.landing-small-bg {
    background: #eee;
    min-height: 400px;
    padding-bottom: 32px;
    padding-top: 32px;
}
.landing-hero-section {
    padding: 64px 15px;
    max-width: 1920px;
    width: 80%;
    margin: auto;
}
.landing-small-bg .landing-hero-section {
    padding: 32px 15px 0;
    max-width: 1600px;
}
.landing-bg h1, .landing-small-bg h1 {
    line-height: 1.4;
    font-size: 36px;
}
.landing-bg .featured-area, .landing-small-bg .featured-area {
    text-align: left;
}
.landing-small-bg .featured-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    justify-content: space-around;
}
.landing-hero-btns {
    max-width: 780px;
}
.landing-btns-bottom {
    max-width: 780px;
    margin: 50px auto 20px;
}
.landing-bg .btn-desc, .landing-btns-bottom .btn-desc {
    font-size: 15px;
}
.landing-hero-btns .product-buttons .btn-buy-now a, .landing-hero-btns .product-buttons .btn-trial a {
    letter-spacing: 1px;
    padding: 10px 0;
    font-weight: 700;
    background: none;
    color: #fff;
    border-radius: 0;
    border: 4px white solid;
    transition: all .3s;
}

.landing-hero-btns .product-buttons .btn-buy-now a:hover, .landing-hero-btns .product-buttons .btn-trial a:hover {
    background-color: #0d6dc0;
    color: #fff;
    border: 4px #0d6dc0 solid;
}

.landing-btns-bottom .product-buttons .btn-buy-now a, .landing-btns-bottom .product-buttons .btn-trial a {
    letter-spacing: 1px;
    padding: 10px 0;
    font-weight: 700;
    background: none;
    color: #fff;
    border-radius: 0;
    background-color: #0d6dc0;
    border: 4px #0d6dc0 solid;
}
.landing-btns-bottom .product-buttons .btn-buy-now a:hover, .landing-btns-bottom .product-buttons .btn-trial a:hover {
    background-color: #fff;
    color: #0d6dc0;
}

.land-tile-section {
    max-width: 1920px;
    margin: auto
}
.land-tile-item {
    width: 100%;
    height: 100%;
    color: white;
    display: table;
    text-align: center;
}
.land-tile-text-btn {
    display: table-cell;
    vertical-align: middle;
}
.land-tile-text {
    font-size: 24px;
    margin: auto;
    margin-bottom: 24px;
    max-width: 500px;
    width: 94%;
    margin-top: 16px;
}
.land-tile-section .flex-container:nth-child(1) .flex-item:nth-child(2) .land-tile-text {
    max-width: 350px;
}
.land-tile-section .flex-container:nth-child(2) .flex-item:nth-child(1) .land-tile-text {
    max-width: 320px;
}
.product-buttons.land-tile-btn .btn-trial a {
    background: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.56px;
    padding: 8px 0;
    border-radius: 0;
    max-width: 250px;
    border: 3px white solid;
    font-size: 1.3em;
}
.land-tile-text-btn p:empty {
    margin: 0;
}
.product-buttons.land-tile-btn .btn-trial a:hover {
    background-color: white;
    color: #258AEF;
}

.land-tile-section .flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    justify-content: space-around;
    line-height:30px;
}
.land-tile-section .flex-item {
    padding: 2px;
    color: white;
    text-align: center;
    font-weight: 700;
    flex: 1 0 auto;
    height:auto;
    width: 33.33%;
}
.land-tile-section .flex-item:before {
    content:'';
    float:left;
    padding-top:70%;
}

.land-tile-section .flex-container:nth-child(1) .flex-item:nth-child(2) .land-tile-item, .land-tile-section .flex-container:nth-child(3) .flex-item:nth-child(2) .land-tile-item {
    background-color: #258AEF;
}
.land-tile-section .flex-container:nth-child(2) .flex-item:nth-child(1) .land-tile-item, .land-tile-section .flex-container:nth-child(2) .flex-item:nth-child(3) .land-tile-item {
    background-color: #0D6DC0;
}
.land-tile-section .flex-container:nth-child(2) .flex-item:nth-child(2) {
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.land-tile-section .flex-container:nth-child(2) .flex-item:nth-child(2) .land-tile-item {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.land-tile-item-zoombg {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(/wp-content/uploads/landing-image3.jpg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center top;
    transition: all 0.5s ease;
}
.land-tile-section .flex-container:nth-child(2) .flex-item:nth-child(2) .land-tile-item:hover > .land-tile-item-zoombg,
.land-tile-section .flex-container:nth-child(2) .flex-item:nth-child(2) .land-tile-item:focus > .land-tile-item-zoombg {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#landing-page .section-dvm.center {
    margin-top: 48px;
    margin-bottom: 48px;
}
.land-tile-item img {
    height: 100%;
    width: 100%;
}

#landing-page .awards-logo-section {
    display: flex;
    justify-content: space-around;
}

.page-template-landing-page .animated-modal, .animated-modal-width {
    max-width: 1170px;
    width: 80%;
    overflow: hidden;  
    transform: translateY(-50px);
    transition: all .7s;
}
.benefits-animated-modal-title {
    background: #eee;
    padding: 16px 0;
    margin-bottom: 40px;
    color: #0d6dc0;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
}
#animatedModalBenefits .col-md-6 .row {
    min-height: 130px;
}

.page-template-landing-page .animated-modal .col-md-6 {
    padding: 20px 3% 0;
}

.page-template-landing-page .animated-modal .benefits-title {
    font-weight: 700;
}

.support-animated-modal-left {
    padding-right: 6%;
}
.support-animated-modal-left .margin-top-s {
    margin-top: 24px
}
.support-animated-modal-left-title {
    font-size: 26px;
    color: #0d6dc0;
    line-height: 1.2;
    font-weight: 500;
    max-width: 500px;
}

/************Overlay with title and three cards per row***********/

.animated-modal-title {
    font-size: 36px;
    font-weight: 600;
    color: #0D6DC0;
    text-transform: uppercase;
}
.animated-modal-desc {
    font-size: 16px;
}
.animated-modal.three-card-per-row .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-wrap: wrap;
}
.animated-modal.three-card-per-row .container-fluid {
    margin-top: 20px;
}
.animated-modal.three-card-per-row .col-md-4 {
    padding: 20px 16px 30px;
}
.animated-modal-three-col-image {
    text-align: center;
    margin-bottom: 20px;
}
.animated-modal-three-col-title {
    color: #0D6DC0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
/* Start state */  
.animated-modal .benefits-title,
.animated-modal p,
.animated-modal .benefits-animated-modal-title,
.animated-modal-desc,
.animated-modal-three-col-desc,
.animated-modal-three-col-title {
    transform: translateY(-50px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .benefits-animated-modal-title,
.fancybox-slide--current .animated-modal .benefits-title,
.fancybox-slide--current .animated-modal p,
.fancybox-slide--current .animated-modal-desc,
.fancybox-slide--current .animated-modal-three-col-desc,
.fancybox-slide--current .animated-modal-three-col-title {
    transform: translateY(0);
    opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .benefits-animated-modal-title,
.fancybox-slide--current .animated-modal-three-col-title {
    transition-delay: .1s;
  }

.fancybox-slide--current .animated-modal .benefits-title {
    transition-delay: .2s;
  }
  
.fancybox-slide--current .animated-modal p,
.fancybox-slide--current .animated-modal-desc,
.fancybox-slide--current .animated-modal-three-col-desc {
    transition-delay: .3s;
}

.page-template-landing-page .fancybox-bg {
    background-color: rgba(0,0,0,0.46);
}

/***Landing Footer***/
#landing-footer {
    width: 80%;
    margin: auto;
}
#landing-footer .bbb-logo{
    text-align: right;
}
#landing-footer .social-icons {
    padding-left: 0;
}

@media only screen and (max-width: 1300px) {
    .benefits-animated-modal-title {
        font-size: 16px;
        font-weight: 500;
    }
    #animatedModalBenefits .col-md-6 .row {
        min-height: 150px;
    }
}
@media only screen and (max-width: 1170px) and (min-width: 992px) {
    .land-tile-text {
        margin-bottom: 0;
    }
    .land-tile-text-btn {
        padding-top: 20px;
    }
    .product-buttons.land-tile-btn .btn-trial a {
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 1024px) {
    .benefits-animated-modal-title {
        font-weight: 400;
    }
    .landing-small-bg .featured-area {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 991px) {
    .page-template-landing-page .landing-top-phone-number {
        font-size: 16px;
    }
    .page-template-landing-page #first-layer-menu .free-trial-button a {
        font-size: 14px;
    }
    .landing-hero-btns .product-buttons .btn-buy-now a, .landing-hero-btns .product-buttons .btn-trial a,
    .landing-btns-bottom .product-buttons .btn-buy-now a, .landing-btns-bottom .product-buttons .btn-trial a {
        font-size: 1.2em;
    }
    #landing-footer .social-icons {
        margin-right: auto;
        text-align: left;
    }
    #landing-footer .bbb-logo{
        text-align: left;
    }
    #animatedModalBenefits .col-md-6 .row {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    #landing-page .awards-logo-section {
        flex-wrap: wrap;
        justify-content: center;
    }
    #landing-page .awards-logo-section img {
        margin: auto 12px;
    }
    .land-tile-section .flex-container {
        flex-direction: column;
        -webkit-flex-flow: column;
    }
    .land-tile-section .flex-item {
        width: 100%;   
    }
    .land-tile-section .flex-item:before {
        padding-top: 0;
    }
    .land-tile-item {
        padding: 40px 0;
    }
    .flex-item.mobile-hidden {
        display: none;
    }
    .landing-hero-btns .product-buttons .btn-buy-now a, .landing-hero-btns .product-buttons .btn-trial a,
    .landing-btns-bottom .product-buttons .btn-buy-now a, .landing-btns-bottom .product-buttons .btn-trial a {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 650px) {
    #landing-footer {
        width: 98%;
    }
    #landing-footer .social-icons, #landing-footer .bbb-logo {
        text-align: center;
    }
    .page-template-landing-page .animated-modal, .animated-modal-width {
        width: 90%;
    }
    .page-template-landing-page .fancybox-content {
        padding: 32px 16px;
    }
    .support-animated-modal-left-title {
        font-size: 22px;
    }
    #landing-page .featured-content h1 {
        line-height: 1.3;
        font-size: 30px;
    }
    .landing-hero-section {
        width: 100%;
        padding: 32px 15px;
    }
    #landing-page .landing-bg {
        min-height: 400px;
    }
}

@media only screen and (max-width: 479px) {
    #landing-page .awards-logo-section img {
        width: 150px;
        margin: auto;
    }
    #landing-page .featured-content {
        display: block;
    }
}

/****************Landing Page Content End********************/

/************New Section Template Start***********/
/* five logos flex */
.five-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    -webkit-flex-flow: row;
}
.five-flex-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    width: 20%;
    text-align: center;
}
.five-flex-item div:first-child {
    margin-bottom: 16px;
}

/*96*96 logo with title */
.ra-solution-logo {
    width: 96px;
    height: 96px;
}

.ra-solution-title {
    font-size: 20px;
    color: #0D6DC0;
    margin-top: 16px;
}
.ra-solution-desc {
    color: black;
    margin-top: 4px;
    font-size: 16px;
}

.grey-card {
    background-color: #eee;
    padding: 32px 24px;
    margin: 16px 0;
}
.grey-card ul {
    padding-left: 1.0em;
}
.grey-card-title {
    font-weight: bold;
    margin-bottom: 16px;
}

.column-same-height .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto
}
.column-same-height .row > [class*='col-'] {
    display: flex;
}

/********New Hero Background*********/
.hero-bg-line {
    color: white;
    min-height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover
}
.hero-bg-line h1 {
    line-height: 50px;
    margin-top: 0;
    font-weight: 700;
}
.hero-bg-line .featured-area {
    text-align: left;
}
#vdi-page .hero-bg-line {
    background-image: url(/wp-content/uploads/header-vdi-solutions.jpg);
}
#lmi-alternative-page .hero-bg-line {
    background-image: url(/wp-content/uploads/Header-LMI-alternative.jpeg);
}
#nutanix-page .hero-bg-line {
    background-image: url(/wp-content/uploads/nutanix-banner.jpg);
}
#government-page .hero-bg-line {
    background-image: url(/wp-content/uploads/header-government-desktop.jpg);
}
#education-page .hero-bg-line {
    background-image: url(/wp-content/uploads/education-header.jpg);
}

.image-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.new-font-one-larger {
    font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}
.new-font-two-larger {
    font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
}

/********Who we are info section************/
.who-we-are .wwa-box:first-child {
    width: 35%;
    border: none;
    padding-left: 0
}
.who-we-are .wwa-box:nth-child(2) {
    width: 30%;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.who-we-are .wwa-box:last-child {
    width: 35%
}
.who-we-are .section-dvm-title {
    color: #3195ec;
}
.who-we-are a {
    color: #337ab7;
}
.who-we-are a:hover {
    color: #23527c;
}
.who-we-are {
    background: #eee;
    color: #333;
}
.about-us-highlights {
    font-size: 1.3em;
}

/**********New Product Boxes Section************/
.three-product-boxes.new-product-boxes .box-title {
    font-size: 18px;
}
.three-product-boxes.new-product-boxes .product-boxes-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
}
.new-product-boxes .product-boxes-item ul {
    margin-right: 0;
    padding-left: 0;
    list-style-type: none;
}
.new-product-boxes .product-boxes-item .single-button-m .product-buttons .btn-trial a {
    padding: 8px 5px;
    background: #2eb75b;
    color: white;
    border: 1px solid #2eb75b;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0;
}
.new-product-boxes .product-boxes-item .single-button-m .product-buttons .btn-trial a:hover {
    background: white;
    color: #2eb75b;
    border: 1px solid #2eb75b;
}
.box-product-name a {
    color: #3195ec;
}
.three-product-boxes .box-product-name a:hover {
    text-decoration: underline;
    color: #3195ec;
}
.three-product-boxes.new-product-boxes .product-boxes .col-md-6 {
    display: flex;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
    .who-we-are .wwa-box:first-child, .who-we-are .wwa-box:nth-child(2) {
         width: 50%;
    }
    .who-we-are .wwa-box:last-child {
        max-width: 500px;
        width: 100%;
        padding: 32px 0;
    }
    .who-we-are .wwa-boxes {
        flex-wrap: wrap;
    } 
    .who-we-are .wwa-box:nth-child(2) {
        border-right: none;
    }
}

@media only screen and (max-width: 991px) {
    .five-flex {
        flex-wrap: wrap;
    }
    .five-flex-item {
        width: 30%;
        padding: 16px;
    }
    .image-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    .js .who-we-are .wwa-box:last-child {
        padding-left: 16px;
        padding-right: 16px;
    }
    .who-we-are .wwa-box:first-child {
        padding-left: 32px;
        width: 100%;
    }
    .who-we-are .wwa-box:nth-child(2) {
        border-left: none;
        width: 100%
    }
}
@media only screen and (max-width: 767px) {
    .five-flex-item {
        width: 50%;
    }
    .column-same-height .row > [class*='col-'] {
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .five-flex-item {
        width: 100%;
    }
}


/************New Section Template End***********/

/************Trial Landing Start*************/
.form-landing {
    font-family: 'Raleway', sans-serif;
}
.form-landing .flexible-form .trial-description {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
}
.form-landing-title {
    max-width: 1366px;
    width: 90%;
    margin: auto auto 70px;
    padding: 0 15px;
}
.form-landing-title h1 {
    font-size: 42px
}
.form-landing > .container {
    max-width: 1366px;
    width: 90%;
}
.form-landing .form-landing-right .container-fluid {
    margin-top: 70px;
    padding-left: 30px;
}
.form-landing .form-landing-right .row {
    padding-bottom: 50px;
}
.left-right-text-title {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 26px
}
.left-right-text-desc {
    font-size: 20px;
    line-height: 26px
}
@media only screen and (min-width: 992px) {
    .form-landing .form-landing-left {
        padding-right: 50px
    }
    .form-landing:after {
        height: 400px;
        width: 100%;
        left: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background: url(/wp-content/uploads/flexible-trial-bottom.svg) no-repeat;
        background-size: cover;
        z-index: -1;
    }
}
@media only screen and (max-width: 1280px) {
    .form-landing:after {
        height: 280px;
    }
}
@media only screen and (max-width: 1170px) {
    .form-landing .form-landing-left {
        padding-right: 15px
    }
    .form-landing .form-landing-right .container-fluid {
        margin-top: 50px;
    }
    .form-landing-title h1 {
        font-size: 36px
    }
    .form-landing .flexible-form .trial-description {
        line-height: 26px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .form-landing-title {
        text-align: center;
    }
    .form-landing .form-landing-right .container-fluid {
        margin-top: 80px;
    }
    .form-landing > .container {
        width: 100%;
    }
    .form-landing .form-landing-right .container-fluid {
        padding-left: 15px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 650px) {
    .form-landing .form-landing-right .row {
        padding-bottom: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form-landing .form-landing-right .col-xs-3 {
        padding-bottom: 20px;
    }
    .form-landing .form-landing-right .col-xs-3,
    .form-landing .form-landing-right .col-xs-9 {
        width: 100%;
        text-align: center;
    }
}

/************Trial Landing End*************/
/************Gated Content Pages Start***************/
.gated-content-page {
    font-size: 15px
}
.gated-content-page .ao-form {
    background-color: #eee;
}
.gated-content-page .non-gartner-left p, .gated-content-page .non-gartner-left ul {
    margin-bottom: 20px;
}
.gated-content-page .five-flex-item {
    width: 100%;
    padding: 0;
}
.gated-content-page .five-flex-item:first-child {
    padding-left: 0;
}
.gated-content-page .five-flex-item:last-child {
    padding-right: 0;
}
.gated-content-page .five-flex-item div:first-child {
    margin-bottom: 0
}
.gated-content-page .five-flex-item-first {
    padding: 32px 0;
    background: #258AEF 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}
.gated-content-page .five-flex-item-first > div {
    width: 90%;
    max-width: 768px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.gated-content-page .section-dvm {
    max-width: 1536px;
}
.gated-content-page .five-flex-item .product-buttons .btn-buy-now a {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0;
    padding: 12px 5px;
    border-radius: 0;
    border: 2px solid white;
}
.gated-content-page .five-flex-item h1 {
    padding-left: 16px;
    padding-right: 16px;
}
@media only screen and (max-width: 1680px) {
    .gated-content-page .five-flex-item-first > div {
        max-width: 683px;
    }
    .gated-content-page .section-dvm {
        max-width: 1366px;
    }
}
@media only screen and (min-width: 992px) {
    .gated-content-page .five-flex-item:first-child {
        margin-right: 5px;
    }
    .gated-content-page .five-flex-item:last-child {
        margin-left: 5px;
    }
    .gated-content-page .non-gartner-left {
        max-width: 580px;
        margin-top: 24px
    }
}
@media only screen and (max-width: 991px) {
    .gated-content-page .five-flex-item:last-child {
        display: none;
    }
    .gated-content-page .five-flex-item-first > div {
        max-width: none;
    }
    .gated-content-page .five-flex-item-first {
        justify-content: center;
    }
}
@media only screen and (max-width: 650px) {
    .gated-content-page .five-flex-item-first {
        padding: 32px 25px;
    }
    .gated-content-page .five-flex-item-first > div {
        margin: 0;
        width: 100%;
    }
    .gated-content-page .five-flex-item h1 {
        padding-left: 0;
        padding-right: 0;
    }
}

/************Gated Content Pages End***************/

/***************Landing Page (simple menu) start***********************/

.page-template-landing-page-simple-menu #header .main-menu-nav,
.page-template-landing-page-simple-menu #header .menu-icon-area,
.page-template-landing-page-simple-menu #header .right-menu-nav ul .divider ~ li:not(.sl_opaque):not(.line-menu),
.page-template-landing-page-simple-menu #header .right-menu-nav ul .divider ~ li.line-menu + .divider {
    display: none;
}

.page-template-landing-page-simple-menu #header .right-menu-nav ul .divider ~ li.line-menu {
    padding-right: 8px;
}

.page-template-landing-page-simple-menu #menu-area {
    margin-top: -6px;
    margin-bottom: 16px;
}

.page-template-landing-page-simple-menu #header nav.right-menu-nav {
    margin-top: 14px;
    margin-bottom: -14px;
}


/* TODO */
.page-template-landing-page-simple-menu-php #header .nav-phone {
    display: none !important;
}



@media screen and (max-width: 410px) {
    .page-template-landing-page-simple-menu #header nav.right-menu-nav > ul > li,
    .page-template-landing-page-simple-menu #header nav.right-menu-nav .divider {
        display: none;
    }
    .page-template-landing-page-simple-menu #header .right-menu-nav ul .divider ~ li.sl_opaque {
        display: inline-block;
    }
}

/************Landing Page (simple menu) Template End***********/

/***************Demo Video Pages panel start***********************/
.demo-pages .product-buttons .btn-trial a {
    border: 2px solid #2eb75b;
}

.demo-pages .product-buttons .btn-buy-now a {
    background: transparent;
    border: 2px solid #2eb75b;
    color: #2eb75b;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    transition: background-color .5s,font-size .5s;
    border-radius: 4px;
}

.demo-pages .product-buttons .btn-buy-now a:hover {
    background: #3ec76b;
    color: #fff;
}

.demo-pages .product-buttons .btn-trial, .demo-pages .product-buttons .btn-buy-now {
    text-transform: capitalize;
}

#demo-videos-demo-section {
    display: flex;
    flex-wrap: wrap;
}

.demo-video-title {
    color: #3195ec;
    margin-bottom: 16px;
}

.demo-pages .more-pricing-list {
    display: none;
}

.demo-pages .see-more-pricing:before {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    content: " ";
    margin-right: 5px;
    vertical-align: middle;
    background: url(/wp-content/uploads/rs-pricing-more-icons.png) 0 0;
}

.demo-pages .see-more-pricing.open:before {
    background: url(/wp-content/uploads/rs-pricing-more-icons.png) 0 32px;
}

.demo-pages h2 {
    font-size: 36px;
}

@media (max-width: 767px) {
    #demo-videos-demo-section {
        display: block;
    }
}
/***************expansion panel end***********************/

/***************Announcement Banner Start***********************/
.announcement-banner {
    padding-top: 6px;
    padding-bottom: 9px;
    margin-left: 0;
    padding-left: 0;
    /* background: rgba(37, 138, 239, 0.5); */
    background: rgba(37, 138, 239);
    font-size: 20px;
    height: fit-content;
    box-shadow: 0 0 16px #012242;
    color: #fff;
    text-align: center;
    font-weight: 500;
    width: 100%;
}
.announcement-banner a {
    color: white;
    text-decoration: underline;
    display: inline-block;
    transition: all .2s;
}
.announcement-banner a:hover {
    transform: scale(1.02);
    color: #fff;
}

@media screen and (max-width: 991px) {
    .announcement-banner a {
        display: block;
    } 
}

/***************Announcement Banner End***********************/

/***************Capterra iFrame Start**************/
.capterra-wrapper {
    position: relative;
    padding-bottom: 68%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.capterra-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***************Capterra iFrame Ends**************/

/**************Hubspot Forms Start*****************/
.hubspot-form .left-right-text-title {
    font-size: 14pt;
}
.hubspot-form .left-right-text-desc {
    font-size: 11pt;
    line-height: 20pt;
}
.hubspot-form .customer-container .logo-item {
    width: auto;
}
.hubspot-form .form-container {
    padding: 40px 20px;
}

.hubspot-form .form-container h4 + p {
    margin-bottom: 20px;
}

.hubspot-form-container {
    max-width: 600px;
    margin: 20px auto;
    font-family: 'Raleway', sans-serif;
}
.hubspot-form-desc {
    margin-bottom: 30px;
    text-align: center;
}
.hubspot-form-desc h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.hubspot-form-addl {
    max-width: 600px;
    margin: auto;
    padding-top: 13px;
}
.hubspot-form-container .hubspot-styles .hbspt-form .hs-submit > .actions {
    text-align: center;
}
.hubspot-form-bottom {
    padding-bottom: 32px;
    font-family: 'Raleway', sans-serif;
}
.hubspot-custom-thank-you {
    display: none;
    margin-bottom: 17px;
    text-align: center;
}
.hubspot-form-thank-you-hide {
    display: none;
}
@media only screen and (min-width: 992px) {
    .form-landing.hubspot-form:after {
        background: none
    }
}

.animated-modal.animated-modal-set-width {
    max-width: 1170px;
    width: 80%;
    overflow: hidden;
    transform: translateY(-50px);
    transition: all .7s;
}

.hide-offscreen {
    position: fixed;
    top: 0;
    left: -5000px;
    width: 100%;
    width: 100vw;
    pointer-events: none;
}

.ab-variation {
	display: none;
}

/******** Trial Overlay ********/

@media screen and (min-width: 1024px) {
    .wide-trial-overlay {
        min-width: calc(100vw - 60px);
    }
}

@media screen and (min-width: 1280px) {
    .wide-trial-overlay {
        min-width: 1190px;
    }
}

/******** Product Cards ********/

.product-cards{
    position: relative;
    top: -54px;
    width: 100%;
    padding: 0 67px;
    justify-content: center;
    z-index: 1;
}

.product-cards .cards__wrapper{
    margin: 0 auto;
    max-width: 1295px;
    gap: 25px;
    width: 100%;
    text-align:center;
    justify-content:center;
  }

.product-cards .card{
    width: 33%;
    max-width: none;
} 

@media (max-width: 1024px){
    .product-cards .cards__wrapper{
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 1024px){
    .product-cards .card{
        max-width: 415px;
    }
}

@media (max-width: 768px){
    .product-cards{
        padding: 0 25px;
    }
}
            
.button--blue {
    background-color: #236db6;
    color: white;
    transition: background-color .5s,font-size .5s;
}

a.button--blue:hover{
    background-color: #3487d8;
    color: white;
}

/**************example formatted pricing page*****************/

.testTable {
    margin-top: 70px;
}

.testTable > thead > tr>th {
    font-weight: bold;
    color: #1673A7; 
}

.testTable > tbody td:first-child {
    border-right: 2px solid #ddd;
    font-weight: 500;
    color: #448fb8;

}

/**************example formatted pricing page end*****************/

/************* home page banner image *************/


@media only screen and (min-width: 1300px){
    .hero-bg-right .home-bg-right {
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
    }
    .hero-bg-right .hero__image img{
        display: none !important;
    }
}

@media only screen and (max-width: 1299px){
    .hero-bg-right .home-bg-right {
        display: none !important; 
    }
}

/*****************************************/

@media only screen and (max-width: 1025px){
    .product-cards .card{
        width:100%;
    }
}
  
@media only screen and (min-width: 1025px) and (max-width:1194px){
    .hero__button:first-child{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1329px){
    .card__header.rs-title-alignment{
        margin: 30px 0 30px 0 !important;
    }
}
@media only screen and (max-width: 1392px){
    .card__text.ent-text-alignment{
        margin-bottom: 46px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1041px){
    .card__text.sos-text-alignment{
        margin-bottom: 42px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1041px){
    .card__text.sos-ent-text-alignment{
        margin-bottom: 66px !important;
    }
}

@media only screen and (min-width: 1042px) and (max-width: 1392px){
    .card__text.sos-ent-text-alignment{
        margin-bottom: 42px !important;
    }
}

@media (max-width:1024px){
    .product-card .hero__image{
        padding: 0px !important;
    }
}

@media (max-width:475px){
    .hero-bg-right{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:1024px){
    .hero-bg-right .hero__image{
        display: none;
    }
}

@media (max-width:1024px){
    .hero-bg-right .hero__main{
        margin-bottom: 131px !important;
    }
}

@media (max-width:475px){
    .hero-bg-right{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

