/*
Theme Name: BroadVision 2016
Theme URI: www.broadvision.com/en/
Template: twentythirteen
Author: David Stewart
Author URI: http://www.broadvision.com/en/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: black,brown,orange,tan,white,yellow,light,one-column,two-columns,right-sidebar,fluid-layout,responsive-layout,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready
Version: 1.7.1460399946
Updated: 2016-12-1 
*/
/**
 * Table of Contents:
 *
1   Reset
2   Basic Structure
3   Header
4   Navigation
5   Content
6   Entry Header
7   Home Slider & Hero Image
7.1 Page Banners
7.2 Rev Slider
8   Entry Meta
9   Entry Content
9.5 Blog Content
10  Page Links
11   Video
12   Post/Paging Navigation
13   Archives
14   404
15   Comment Form
16   SideBar and Widgets
17   Footer
19   Bottom Panel
20.0 Button
21   Partner Page Table
22   Columns Containers Text Boxes
23   Media Queries
24 Various Pages
25.0 Related Posts
26 Tables
26.1 downloads-list
26.2 RH 19/5 
26.3 heading
27 Global Offices Page-
28 video sidebar
29 dropdown menu selector -Resources Page
30 Gridbox
31 Media Queries

 * ----------------------------------------------------------------------------

/**
 * Open Sans font added for Japanese website
 * ----------------------------------------------------------------------------
 */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600';
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}
body {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    background-color: #EDEDED;
    line-height: 1.5;
    margin: 0px;
}
a {
    color: #0085cb;
    text-decoration: none;
}
a:visited {
    color: #67b2e8;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    color: #0085cb!important;
    outline: 0;
}
a:hover {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    line-height: 1.2;
}
h1 {
    font-size: 38px;
    color: #0085cb;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-right:20px;
}
h2 {
    color: #0085cb;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 0;
    line-height:1.2;
    margin-bottom: 10px;
}
h3 {
    color: #666;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px;
    

}
h4 {
    color: #0085cb;
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 0px;
}
h5 {
    color: #67b2e8;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
}
h6 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
address {
    font-style: normal;
    margin-bottom:24px;
}
address p {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 16px!important;
    line-height: 20px;
      font-weight: 300;

}
address a {
    color: #333!important;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
mark {
    background: transparent;
    color: #000;
}
p {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 30px!important;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 0px;
}
ol {
    margin: 16px 20px;
}
ol li {
    margin: 10px 0px;
}
ul {
    list-style-type: none;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
li > ul,
li > ol {
    margin: 0;
}
hr {
    border-top: 2px dotted #777;
    color: #fff;
    background-color: #fff;
    height: 2px;
    width: 100%;
}
/**
 * 2.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
    background-color: #fff;
    border-left: none;
    border-right: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}
.site-main {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-bottom:100px;
}
.site-main .sidebar-container {
    height: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
}
#content .site-content {
    background-color: #fff;
    width: 100%;
    max-width: 1300px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: 0px!important;
}
.content .author {
    top: 0px;
    position: relative !important;
}
/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */

#masthead {
    position: fixed;
    width: 100%;
    max-width: 1400px;
    top: 0;
    height: 80px
}
#logo_and_title {
    float: left;
    max-width: 217px;
    width: 100%;
    position: relative;
    margin-top: 25px;
    z-index: 650;
}
.site-header {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #BEC0BE!important;
    -webkit-box-shadow: 0 5px 6px -6px rgba(136, 136, 136, 0.58);
    -moz-box-shadow: 0 5px 6px -6px rgba(136, 136, 136, 0.58);
    box-shadow: 0 5px 6px -6px rgba(136, 136, 136, 0.58);
    z-index: 700;
}
.site-header .home-link {
    display: block;
    margin: 0 auto;
    max-width: 1270px;
    padding: 0 20px;
    width: 100%;
}
#lang_sel {
    float: right;
    margin-right: 5%;
    z-index: 999999999;
}
/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------
 */

#navbar {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    padding-top: 20px;
}
#site-navigation {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    height: 80px;
    position: relative;
    top: -20px;
}
.navbar {
    background-color: transparent;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    height: 80px;
    z-index: 100;
}
.site-header .search-form {
    display: none;
}
.site-header .search-field {
    display: none;
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.site-content article {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
.entry-content p {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
}
article .content {
    width: 100%;
    max-width: 500px;
    clear: both;
}
.hentry {
    padding: 0!important;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
    max-width: 1400px;
    padding: 0;
}
#content .post .entry-header {
    width: 100%;
    max-width: 650px;
    margin-top: 0px;
 
}
#content .post {
    max-width: 650px;
    width: 100%;
    border-bottom:1px solid #999;

}

.sidebar-container{
	margin-top:200px;
}
#content .post .entry-thumbnail {
    text-align: left;
    float: left;
}
.entry-thumbnail img {
    margin-bottom: 32px;
}
/**
 * 6.0 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
    padding: 0;
}
.entry-title {
    font-size: 32px;
    font-weight: 400;
    margin-top: 50px;
}
.entry-title a {
    color: #67b2e8;
}
.entry-title a:hover {
    text-decoration: none;
    color: #0085cb
}
/**
 * 7.0 Home Slider & Hero Image
 * ----------------------------------------------------------------------------
 */

.home-banner h1 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #fff;
    font-size: 2.2em!important;
/*    max-width: 450px;*/
    line-height: 1.2!important;
    font-weight: 400;
    width: 100%;
    padding-top:10px;
    hyphens:none;
}
.home-banner p {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #fff;
    font-size: 24px!important;
    width: 100%;
/*    max-width: 430px; */
    line-height: 30px!important;
    padding-top: 20px;
    padding-bottom:0;
    margin-bottom:0;
    
}
.home-banner {
        padding: 20px 2% 2% 2%;
    margin: 0px 0 50px 0;
    hyphens:none;
}
.video-banner h1 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #fff;
    font-size: 2.2em!important;
    max-width: 450px;
    line-height: 1.2!important;
    font-weight: 300;
    width: 100%;
    padding-top:10px;
    hyphens:none;
}
.video-banner p {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #fff;
    font-size: 22px!important;
    width: 100%;
    max-width: 520px;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom:0;
    margin-bottom:0;
    
}
.video-banner {
        padding: 20px 2% 2% 2%;
    margin: 0px 0 50px 0;
    hyphens:none;
}
/**
 * 7.1 Page Banners
 * ----------------------------------------------------------------------------
 */

.mainbanner {
    margin-top: 0px;
    margin-bottom:50px;
    padding:0!important;
    width: 100%;
    height: 100%;
    min-height:250px;
    padding-top:50px;
    position:relative;
    text-align: center;
}
.mainbanner h1 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 300;
    line-height: 40px;
}
.mainbanner p {
    color: #FFFFFF;
    margin-bottom: 10px!important;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}
.mainbanner-content {
vertical-align:middle;

}
/**
 * 7.2 Rev Slider
 * ----------------------------------------------------------------------------
 */

#rev_slider_46_1_wrapper {
    max-width: 1400px!important;
    width: 100%;
    margin: 0 auto;
}
.revslider-main {
    margin-top: 20px!important;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
/**
 * 8.0 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    font-weight: 700;
    clear: both;
    font-size: 14px;
    margin-top: 15px;
}
.entry-meta a {
    color: #444444;
}
.entry-meta a:hover {
    color: #67B2E8;
}
.entry-meta > span {
    margin-right: 20px;
}
.entry-meta > span:last-child {
    margin-right: 0;
}
.featured-post:before {
    content: "";
    margin-right: 2px;
}
.entry-meta .date a:before {
    content: "";
}
.comments-link a:before {
    content: "";
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.comments-link {
    display: none!important;
}
.entry-meta .author a:before {
    content: "|";
    position: relative;
    font-family: "Source Sans Pro";
    left: -10px;
    top: -3px;
}
.categories-links {
    display: none;
}
.categories-links a:first-child:before {
    content: "";
}
.tags-links a:first-child:before {
    display: none;
}
.edit-link a:before {
    content: "";
    position: relative;
    top: -1px;
}
#comments .comments-area {
    margin-top: 50px;
}
/**
 * 9.0 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}
.entry-content a,
.comment-content a {
    color: #0085cb;
}
.entry-content a:hover .comment-content a:hover {
    color: #0085cb;
}
.entry-content .more-link {
    white-space: nowrap;
}
.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}


/**
 * 9.5 Blog Content
 * ----------------------------------------------------------------------------
 */
 .blog-header {
    border-bottom: 2px solid #cdcdcd;
    width: 90%;
    padding-top: 0px;
    margin-bottom: 30px;
}
.blog-title {
    color: #444;
    font-size: 36px;
    padding-top: 50px;
}
.singleblog {
    width: 90%;
    max-width: 650px;
    padding-bottom: 50px;
        padding-top: 60px;
    margin-left: 7%;
    margin-bottom: 50px;
}
#content .blog{
	padding-left:4%;
}

.singleblog h2 {
    font-size: 32px!important;
    line-height: 34px;
    font-weight: 400;
    color: #67b2e8!important;
}

/* 10.0    Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #0085cb;
    border: 1px solid #0085cb;
    color: #fff;
}
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #0085cb;
}
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}
.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}
/* 11.0   Video */

video {
    margin-bottom: 50px;
}
.format-video {
    background-color: #ffffff;
}
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #0085cb;
}
.format-video .entry-title {
    font-size: 32px;
    font-weight: 400;
}
.format-video .entry-meta {
    color: #220e10;
    padding-bottom:20px;
}
/**
 * 12.0 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left;
}
.navigation .nav-next {
    float: right;
}
.navigation a {
    color: #67b2e8;
}
.navigation a:hover {
    color: #67b2e8;
    text-decoration: none;
}
.paging-navigation {
    background-color: transparent;
    padding: 10px 0;
}
.paging-navigation .nav-links {
    margin-left: 30px;
    max-width: 604px;
    width: 100%;
}
.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    font-family: sans-serif;
}
.paging-navigation .nav-next {
    padding: 13px 0;
}
.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}
.paging-navigation .meta-nav {
    background-color: transparent;
    border-radius: 0%;
    color: #0085cb;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px;
}
.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
    background-color: #fff;
    text-decoration: none;
}
.post-navigation {
    background-color: #fff;
    color: #0085cb;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0;
}
.post-navigation .nav-links {
    margin-left: 30px;
    max-width: 1040px;
}
.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}
.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}
/**
 * 13.0 Archives and Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.archive-header {
    background-color: #f3f3f3;
}
.page-header {
    background-color: #f3f3f3;
}
/**
 * 14.0    404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
    background-color: #fff;
}
.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto;
}
.error404 .page-title:before {
    color: #f3f3f3;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;
}
.error404 .page-wrapper {
    background-color: #f3f3f3;
}
.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%;
}
/* 15.0  Comment form */

.comment-respond {
    background-color: #f2f2f2;
    padding: 30px 0;
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}
.comment-reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
form.form p.submit {
    margin: 1em 0;
}
#respond {
    background-color: #eeeeee !important;
}
/**
 * 16.0 Sidebar and Widgets
 * ----------------------------------------------------------------------------
 */

.sidebar-box{
	max-width:315px;
	width:100%;
	height:auto;
	min-height:200px;
	background-color:#FDFDFD;
	border: 1px solid #D0D0D0;
	display:block;
float:left;
	}
	.blue{
border-top:6px solid #0075c9;

	}
	.orange{
	border-top:6px solid #ff9e16;

	}
		.green{
		border-top:6px solid #73a950;
	}

.widget-area .widget {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}
.widget {
    font-size: 16px;
    line-height: 20px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin: 0 0 24px;
    max-width:315px;
    width:100%;
    padding: 20px;
    background-color: #fff;
    word-wrap: break-word;
}
.widget .widget-title {
    color: #555;
    font: 400 normal 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 10px;
}
.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget li {
    padding: 5px 0;
    border-bottom: 1px dotted #BFC0BF;
}
.widget .children li:last-child {
    padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
    color: #777;
    margin-left: 20px;
    border-bottom: 1px dotted #BFC0BF;
}
.widget a {
    color: #777;
}
.widget a:hover {
    color: #0085cb;
}
.widget.widget_text.amr_widget {
    width: 315px;
    float: left;
}
aside.sidebar .search-form {
    border: 1px solid #26a9e0;
    width: 95%;
    margin: 0 0 23px;
    background: #fff;
}
aside.sidebar .search-form input[type="text"] {
    float: left;
    background: none;
    border: none;
    padding: 8px 0 0 10px;
    width: 80%;
    color: #0085ca;
    outline: none;
}
aside.sidebar .search-form input::-webkit-input-placeholder {
    color: #0085ca;
}
aside.sidebar .search-form input:-moz-placeholder {
    color: #0085ca;
}
aside.sidebar .search-form input:-ms-input-placeholder {
    color: #0085ca;
}
aside.sidebar .search-form .submit {
    float: right;
    width: 38px;
    height: 37px;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    background: #0085ca url('images/sprite@2x.png') no-repeat 6px 5px;
    background-size: 32px 37px;
}
.textwidget .grey-box.loading .container{
	opacity:1;
}

.textwidget .socials ul {
    width: 315px;
    margin-left: 20px;
}
.textwidget li {
    border-bottom: none;
}
.textwidget .socials {
    border-bottom: none!important;
}
.textwidget .socials li {
    display: inline-block;
    margin-right: -2px;
    padding: 0 8% 10px 0;
    border-bottom: none!important;
}
.textwidget .socials li:last-child {
    padding-right: 0;
}
.textwidget ul.socials a {
    background: #B2B3B1;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 0;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 30px;
}
.textwidget ul.socials a:hover {
    background: #0085cb;
    color: #fff!important;
}
.textwidget .socials {
    max-width: 315px;
}
/**
 * 17.0 Footer
 * ----------------------------------------------------------------------------
 
 /* footer */

ul.socials a:after {
    position: absolute;
    top: 4px;
    left: 6px;
    font: 20px/24px 'FontAwesome';
}
ul.socials a.facebook:after {
    content: '\f09a';
    top: 3px;
}
ul.socials a.twitter:after {
    content: '\f099';
}
ul.socials a.linkedin:after {
    content: '\f0e1';
}
ul.socials a.googlepl:after {
    content: '\f0d5';
    font-size: 18px;
}
ul.socials a.v-icon:after {
    content: '\f00c';
    left: 4px;
}
.contentinfo .holder ul {
    margin: 0;
}
footer[role="contentinfo"] .holder {
    width: 100%;
    padding: 20px 2% 40px;
}
footer[role="contentinfo"] {
    padding: 10px 0;
    background-color: #000;
    font-size: 12px;
    line-height: 2em;
}
footer[role="contentinfo"] p {
    float: left;
    color: #f2f2f2;
    font-size: 12px;
    line-height: 2em;
    margin: 0 7px 0 0;
}
footer[role="contentinfo"] ul {
    float: left;
}
footer[role="contentinfo"] ul:after {
    clear: both;
    display: block;
    content: '';
}
footer[role="contentinfo"] li {
    display: inline-block;
    background: url('images/separator.gif') no-repeat 0 50%;
    padding: 0 7px;
    margin-right: -2px;
    position: relative;
    top: -15px;
}
footer[role="contentinfo"] li a {
    color: #B2B3B1;
}
footer[role="contentinfo"] li a:hover {
    color: #fff;
}
footer[role="contentinfo"] .sbOptions a {
    color: #505a66;
}
footer[role="contentinfo"] ul.socials {
    float: right;
}
footer[role="contentinfo"] ul.socials li {
    background: none;
    padding: 0 0 0 6px;
}
footer[role="contentinfo"] ul.socials a {
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    font-size: 0;
    color: #505A66;
    background: #fff;
    position: relative;
    border-radius: 11px;
}
footer[role="contentinfo"] ul.socials a:hover {
    background: #66BBE9;
    color: #fff!important;
}
footer[role="contentinfo"] ul.socials a.googlepl:after {
    font-size: 15px;
    left: 2px;
}
footer[role="contentinfo"] ul.socials a.linkedin:after {
    left: 5px;
    top: -2px;
}
footer[role="contentinfo"] ul.socials a.twitter:after {
    left: 5px;
}
footer[role="contentinfo"] ul.socials a.facebook:after {
    left: 5px;
}
footer[role="contentinfo"] ul.socials a:after {
    position: absolute;
    top: 0px;
    left: 3px;
    font: 17px/24px 'FontAwesome';
}
/* 18.0  Bottom-Panel */

.contentinfo .holder {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.bottom-panel {
    background: #323942;
    line-height: 1.3em;
    color: #fff;
    position: relative;
    margin: 0 auto;
    padding: 40px 6% 40px;
}
ul.sub-menu{
	margin-top:5px;
	
}
.bottom-panel a {
    color: #B2B3B1;
}
.bottom-panel a:hover {
    color: #fff!important;
    text-decoration: underline;
}
.bottom-panel .holder {
    background: #323942;
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bottom-panel .box {
    display: table-cell;
    text-align: left;
    padding: 0 15px 0 0;
}
.bottom-panel h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 0px;
}
.bottom-panel h3 a {
    color: #65bbe9;
}
.bottom-panel li {
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 6px;
}
/*  20.0  Buttons --------------------- */

.demo-button {
    background: #67b2e8;
    color: #FFF!important;
    margin: 20px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #4D8FC7;
    padding: 10px 20px;
    border: 0;
    min-width: 165px;
    text-align: center;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none!important;
    cursor: pointer;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -webkit-box-shadow: inset 0 -2px #65B0EF;
    box-shadow: inset 0 -2px #65B0EF;
}
.demo-button:hover,
.demo-button:active {
    background-color: #4D8FC7;
    color: #fff!important;
    text-decoration: none!important;
    border-color: #67b2e8;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.bv-button-darkblue {
	display: inline-block;
      font-size: 17px;
    min-width: 200px;
    padding: 10px 40px;
    color: #fff!important;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    background-color: #0085cb;
    border: 1px solid #0085cb;
    text-align: center;
    border-radius: 3px;
    margin: 20px 40px 0 20px;
    text-decoration: none!important;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.bv-button-darkblue:hover,
.bv-button-darkblue:active {
    background-color: #2F6698;
    border: 1px solid #2F6698;
    color: #fff!important;
    text-decoration: none!important;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.bv-button-darkblue a {
    color: #fff!important;
}
.bv-button-lightblue {
    display: inline-block;
    font-size: 17px;
    min-width: 200px;
    padding: 5px 40px;
    color: #fff!important;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    border: 1px solid #67b2e8;
    border-radius: 3px;
    text-align: center;
    outline: none;
    margin:20px 20px 0;
    text-decoration: none!important;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.bv-button-lightblue:hover,
.bv-button-lightblue:active {
    background-color: #67b2e8;
    border-color: #67b2e8;
    color: #fff!important;
    text-decoration: none!important;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.bv-button-blue {
    display: inline-block;
    font-size: 17px;
    min-width: 200px;
    padding: 5px 40px;
    color: #fff!important;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    border: 1px solid #67b2e8;
    border-radius: 3px;
    text-align: center;
    outline: none;
    margin:20px 20px 0;
    text-decoration: none!important;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.bv-button-blue:hover,
.bv-button-blue:active {
    background-color: #67b2e8;
    border-color: #67b2e8;
    color: #fff!important;
    text-decoration: none!important;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.bv-button-orange {
    display: inline-block;
    font-size: 17px;
    min-width: 200px;
    padding: 5px 40px;
    color: #ffffff!important;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    border: 1px solid #ff9e16;
    border-radius: 3px;
    text-align: center;
    outline: none;
    margin:20px 0;
    text-decoration: none!important;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.bv-button-orange:hover,
.bv-button-orange:active {
    background-color: #ff9e16;
    border-color: #ff9e16;
    color: #fff!important;
    text-decoration: none!important;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.bv-button-green {
    display: inline-block;
      font-size: 17px;
    min-width: 200px;
    padding: 5px 40px;
    color: #fff!important;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    border: 1px solid #73a950;
    margin: 20px 20px;
    border-radius: 3px;
    text-align: center;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.bv-button-green:hover,
.bv-button-green:active {
    text-decoration: none;
    background-color: #73a950;
    border-color: #73a950;
    color: #fff!important;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.bv-button-green-solid {
    display: inline-block;
      font-size: 17px;
    min-width: 200px;
    padding: 10px 40px;
    color: #fff!important;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    background-color: #73a950;
    border: 1px solid #73a950;
    border-radius: 3px;
    text-align: center;
    margin: 20px 20px;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.bv-button-green-solid:hover,
.bv-button-green-solid:active {
    text-decoration: none;
    background-color: #40642A;
    border-color: #40642A;
    color: #fff!important;
    transition: color 0.2s ease-in, background-color 0.2s ease-in;
}
.bv-button {
    float: left;
    font-size: 17px;
    min-width: 200px;
    padding: 7px 15px;
    color: #fff!important;
    border: 1px solid #fff;
    text-align: center;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    margin: 20px 20px;
    border-radius: 3px;
    text-decoration: none!important;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.bv-button:hover,
.bv-button:active {
    background-color: #0085cb;
    color: #fff!important;
    text-decoration: none!important;
    border-color: #0085cb;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.bv-button-white {
    min-width: 200px;
    padding: 10px 40px;
    font-size: 17px;
    color: #fff!important;
    border: 1px solid #fff;
    text-align: center;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    margin: 20px 0px 20px 0;
    outline: none;
    text-decoration: none!important;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.bv-button-white:hover,
.bv-button-white:active {
    background-color: #fff;
    color: #67b2e8!important;
    text-decoration: none!important;
    border-color: #fff;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.button a {
    color: #fff;
}
.button-300{
    position: relative;
    display: inline-block!important;
    margin: 10px 20px 10px 0px;
    vertical-align: top;
    line-height: 20px;
    min-width: 300px;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 400;
    color: white!important;
    text-align: center;
    text-decoration: none;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
}
.button {
    display: inline-block!important;
    margin: 10px 20px 10px 0px;
    vertical-align: top;
    line-height: 20px;
    min-width: 165px;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 400;
    color: white!important;
    text-align: center;
    text-decoration: none;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
}

.button:hover,
.button:active {
    color: #fff!important;
    text-decoration: none!important;
}
.button-green {
    background: #5ca934;
    border-color: #478228 #478228 #3c6f22;
}
.button-green:active {
    background: #5ca934;
    border-color: #3c6f22 #478228 #478228;
}
.button-blue {
    background: #67B2E8;
    border-color: #67B2E8 #67B2E8 #67B2E8;
}
.button-blue:hover {
    background: #3891E2;
    border-color: #3891E2 #3891E2 #3891E2;
}
.button-orange {
    background: #ff9e16;
    border-color: #df770c #df770c #c76a0a;
}
.button-orange:active {
    background: #f4902a;
    border-color: #c76a0a #df770c #df770c;
}
.button-yellow {
	padding:15px 25px;
    background: #FFB81C;
    border-color: #e5a519 #e5a519 #e5a519;
}
.button-yellow:hover,
.button-yellow:active {
    background: #e5a519;
    border-color: #e5a519 #e5a519 #e5a519;
}
.button-darkblue {
    margin: 10px 0;
    background: #0085cb;
    border-color: #0074B2 #0074B2 #2A6087;
}
.button-darkblue:hover {
    background: #006CA6;
    border-color: #2A6087 #0074B2 #0074B2;
}
/* Buttons------------------------------- */
/* 21.0 Partner Page Table------------------------- */
.iseq-container{
	overflow-x:auto;
	overflow-y: hidden;
}
#iseqchart {
    border: 1px solid #9d9d9d;
    border-collapse: collapse;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#iseqchart th {
    border: 1px solid #9d9d9d;
    padding: 6px 10px;
}
#iseqchart td {
    border: 1px solid #9d9d9d;
    padding: 6px 10px;
}
tr:nth-child(even) {
    background: #f2f2f2;
}
tr:nth-child(odd) {
    background: #FFF;
}

/* 22.0 Columns Containers Quotes Text Boxes------------------------- */

.features-list {
    width: 90%;
}

.photoquote {
    max-width: 800px;
    width: 100%;
    
}
.photoquote p {
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.4;
    color: #fff!important;
    font-style: italic;
    text-align: left;
    font-weight:400;
    margin-bottom: 30px;
}
.blockquote {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.blockquote p {
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 24px!important;
    text-align: center!important;
    font-style: italic;
    line-height: 38px!important;
    margin: 0 auto;
    color: #fff!important;
    word-wrap: normal;
    width: 100%;
}
.quote-container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.column-container {
    padding: 0 50px;
    margin: 20px auto;
    width: 100%;
}
.blue-container {
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
background-color:#67B2E8;
}
.blue-quote {
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
}
.blue-quote p {
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    line-height: 36px;
    color: #0085cb;
    width: 100%;
}
.vmoso-feature-list {
    width: 100%;
    max-width: 300px;
    margin:0 auto;
}
.vmoso-features{
	margin:0 auto;
	padding:0 40px;
	
}
.icon_list_item{
	margin-bottom:0px!important;
}
.smile_icon_list .icon_list_item {
	margin-bottom:0!important;
}
.smile_icon_list li {
    margin: 0!important;
}
.article-text-right .smile_icon_list li.icon_list_item {
    margin: 0!important;
}
.vc_custom_1486422883095 .icon_list_item .ult-responsive p{
	margin-bottom:0px !important;
}
li.icon_list_item {
    margin: 0!important;
}
.clearvale-product h3 {
    margin-bottom: 0!important;
}
.quicksilver-product h3 {
    margin-bottom: 0!important;
}
.bv9-product h3 {
    margin-bottom: 0!important;
}
.leftcolumn {
    width: 100%;
}
.rightcolumn {
    width: 80%;
}
.user-challenge {
    width: 80%;
    margin:10px;
}
.partner-challenge {
    width: 80%;
        margin:10px
}
.developer-challenge{
    width: 80%;
        margin:10px
}
.challenges-container{
	margin-bottom:100px;
	padding:10% 0;
}
.bv-product-list-container{
	margin:0 auto;
	width:100%;
}
.uavc-list-content{
	margin-left:5%;
}


/**24.0 Various Pages ---------------------------**/
.pricing-footnotes p{
	font-size:14px;
	line-height:19px;
}
.btn-modal-md {
    padding: 0!important;
}
.btn-modal {
    padding: 13px 25px!important;
}
.mobile-devices-img {
    display: block;
}
.ult_price_action_button:hover {
    background-color: #004BCB;
}
.ult_price_action_button a:hover {
    color: fff;
}
.article-text-right {
    max-width: 500px;
    width: 100%;
}
.article-text-left {
/*    max-width: 550px;*/
    width: 100%;
}
.collapseomatic_excerpt,
.collapseomatic_content {
    margin-left: 0;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
header > div > span.tags-links {
    display: none!important;
}
.whitepaper {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.edit-link {
    display: none;
}
.smile_icon_list li {
    margin: 0!important;
}
.article-text-right .smile_icon_list li.icon_list_item {
    margin: 0!important;
}
li.icon_list_item {
    margin: 0!important;
}

.chimpy_form{
	margin:0 auto;
	width:100%;
	max-width:600px;
	
}
.wpml-ls-legacy-list-horizontal a {
	font-family: "Open Sans", Helvetica, sans-serif;
}

/**25.0 Related Posts ---------------------------**/

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
    font-size: 15px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:visited {
    color: #0085cb;
}
.jp-relatedposts-items-minimal .jp-relatedposts-post:nth-child(2) {
    width: 100% !important;
}
.jp-relatedposts-items-minimal .jp-relatedposts-post:nth-child(1) {
    width: 100% !important;
}
.jp-relatedposts-items-minimal .jp-relatedposts-post:nth-child(3) {
    width: 100% !important;
}
.content #jp-relatedposts .jp-relatedposts-headline {
    max-width: 654px;
}
#jp-relatedposts .jp-relatedposts-items p {
    font-size: 16px;
    line-height: 19px;
}
#jp-relatedposts {
    display: none;
    padding-top: 1em;
    margin: 1em 2%!important;
    position: relative;
    clear: both;
}
#jp-relatedposts .jp-relatedposts-post {
    margin-left: 4%;
}
.content #comments #respond h3#reply-title {
    max-width: 1040px;
}
.contentinfo .holder ul {
    margin: 0;
}
#jp-relatedposts h3.jp-relatedposts-headline em {
    font-size: 16px;
    font-weight: 400!important;
    color: #333;
}
/* 26.0  Table */

#main .table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width:800px;
    border: none;
    margin: 0 0 15px;
}
#main .table th {
    background: #323942;
    color: #fff;
    padding: 7px 0 7px 16px;
    font-weight: bold;
}
#main .table td {
    background: #fff;
    padding: 7px 0 7px 16px;
    vertical-align: middle;
}
#main .table td a {
    color: #505A66;
}
#main .table tr:nth-child(odd) td {
    background: #f7f7f7;
}
#main .table th.col1 {
    width: 22%;
}
#main .table th.col2 {
    width: 25%;
}
#main .table th.col3 {
    width: 32%;
}
#main .table th.col7 {
    width: 71%;
}
/* 26.1 downloads-list */

.downloads-list li {
    float: right;
    padding: 2px 11px 4px 0;
}
.downloads-list a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 17px;
    height: 17px;
    background: url('http://www.broadvision.com/en/wp-content/uploads/2016/05/sprite.png') no-repeat -85px -127px;
}
.downloads-list a.pdf {
    background: url('http://www.broadvision.com/en/wp-content/uploads/2016/05/sprite.png') no-repeat 0 -127px;
}
.downloads-list a.xls,
.downloads-list a.xlsx {
    background: url('http://www.broadvision.com/en/wp-content/uploads/2016/05/sprite.png') no-repeat -17px -127px;
}
.downloads-list a.xml,
.downloads-list a.xsd {
    background: url('http://www.broadvision.com/en/wp-content/uploads/2016/05/sprite.png') no-repeat -34px -127px;
}
.downloads-list a.xbrl {
    background: url('http://www.broadvision.com/en/wp-content/uploads/2016/05/sprite.png') no-repeat -51px -127px;
}
.downloads-list a.doc,
.downloads-list a.docx {
    background: url('http://www.broadvision.com/en/wp-content/uploads/2016/05/sprite.png') no-repeat -68px -127px;
}
/* 26.2 RH 19/5 */


.w68 {
    width: 68%;
}
/* aside */

aside.secfilings {
    float: right;
    width: 30%;
}
/* blue-box */

.blue-box {
    background: #0085cb;
    padding: 20px 38px 10px;
    color: #fff;
}
#main .blue-box h3,
.blue-box a {
    color: #fff;
}
/* filter-form */

.filter-form .row {
    padding: 0 0 20px;
}
.filter-form label {
    display: block;
}
.filter-form select {
    width: 100%;
}
.filter-form div.selector span,
.browseYear-form div.selector span {
    border: none;
    background-color: #f7f7f7;
    background-position: 100% -92px;
    padding: 5px 20px 5px 10px;
    font-size: 14px;
}
.browseYear-form div.selector span {
    border: 1px solid #717983;
    background-color: #fff;
    background-position: 100% -91px;
    padding-right: 55px;
}
.filter-form div.selector select,
.filter-form div.selector,
.browseYear-form div.selector select,
.browseYear-form div.selector {
    height: 24px;
    font-size: 14px;
}
.filter-form fieldset {
    border: 0;
}
.filter-form .submit {
    float: right;
    background: #f7f7f7;
    color: #000000;
    border: none;
    cursor: pointer;
    width: 45px;
    height: 24px;
    padding: 0 0 2px;
}
.filter-form .submit:hover {
    background: #f7f7f7;
}
/* 26.3 heading */

.heading {
    width: 100%;
    padding: 0 0 20px;
}
.heading:after {
    clear: both;
    display: block;
    content: '';
}
.heading .browseYear-form {
    float: right;
    padding: 12px 0 0;
}
.browseYear-form label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 0;
}
.browseYear-form .select,
.browseYear-form .selector {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}
/* heading------------------------------------- */
/* 27 Global Offices Page------------------------------------- */

#main .address-box h2 {
    margin: 0;
}
#main .address-box h3 {
    margin: 0 0 25px;
}
.address-box address {
    padding: 0 0 27px 12px;
    background: url('images/sprite.png') no-repeat -112px 4px;
}
.address-box address a,
.column li a,
.three-columns .items-list a,
.three-columns .children a,
.three-col-js .items-list a,
.three-col-js .children a,
.features-box li a,
.account-box li a {
    color: #505a66;
    cursor: pointer;
}
#main address span {
    display: block;
}
span.adr,
span.tel,
span.email {
    padding-left: 25px;
    display: block;
    position: relative;
}
span.tel:after,
span.adr:after,
span.email:after {
    position: absolute;
    left: 0;
    top: 5px;
    color: #999999;
    font: 20px 'FontAwesome';
}
span.tel:after {
    content: '\f095 ';
    left: 1px;
}
span.adr:after {
    content: '\f041';
}
span.email:after {
    content: '\f0e0';
    font-size: 18px;
}
/* 28 video sidebar ---------------------*/

#cvm-latest-videos-widget-2 {
    max-width: 315px;
    margin-top: 0;
}
.cvm-recent-videos-widget a img {
    border: 1px solid #dbdbdb!important;
    margin-bottom: 5px !important;
    margin-right: 5px;
    float: left;
    margin-top: 8px;
}
.cvm-recent-videos-widget a {
    margin-top: 15px;
    clear: left;
    font-size: 16px;
    display: inline-block;
}
.cvm-recent-videos-widget li a {
    margin-top: 15px;
}
.player-a50db848-3bb1-4f3a-aee4-035475b9bd8f .title a,
#player .title a {
    color: #67b2e8!important;
}
.cvm_single_video_player {
    margin-top: 50px!important;
    margin-bottom: 30px!important;
}
.widget .widget_text .amr_widget {
    width: 315px;
    background-color: #ffffff;
    margin-right: 2%;
}
.buttonwrap {
    margin: 0 auto!important;
    width: 80%;
}
.resources-list {
    width: 100%;
    max-width: 650px;
    margin-left: 4%;
    margin-right: 4%;
}
/* 29 dropdown menu selector -Resources Page */

.select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__arrow {
    height: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    background-color: #0085cb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.select2wpupg-container--below .select2wpupg-selection--single {
    float: none;
    display: block;
    clear: none;
}
#wpupg-grid-rh-resources-pagination .active {
    top: 45px;
    left: 10px;
}
#wpupg-grid-rh-resources-pagination {
    top: 50px;
    left: 9px;
    position: relative;
}
.cvm-recent-videos-widget a {
    padding-top: 0px;
    width: 275px;
    top: -6px;
    left: 1px;
    position: relative;
}
.cvm-recent-videos-widget a img {
    position: relative;
    top: -5px;
    left: -2px;
}
.select2wpupg-container.select2wpupg-container--default {
    display: inline-block;
}
/* SITEMAP PAGE*/

.wsp-container {
    font-family: 'Opens Sans' !important;
}
.wsp-pages-title {
    display: none;
}
.wsp-pages-list {
    font-weight: 300;
    font-size: 18px;
}

/**
 * 30 Grid Box-Featured Content
 * ----------------------------------------------------------------------------
 */
 
.flex-container {
  display: flex; /* or inline-flex */
   justify-content:center;
   padding:0 50px;
   align-items:stretch;
}



.vc_gitem-post-data{
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

.vc_gitem-post-data h4{
	margin-left:0;
	margin-right:0;
	font-size:28px;
	padding:0 15px;
	margin-bottom:0!important;
}

.featured-content {
padding: 0 15px;
 }
.vimeo-digital-transform{
    width:100%;
    max-width:500px;
    height: auto;
    display:inline-block;
}

.video-button-container {
	width: 600px;
	background-image:url(http://www.broadvision.com/wp-content/uploads/2017/04/video-button-digital-transformation.png);
}

  /* 30.1 Mind Map
 * ----------------------------------------------------------------------------
 */
 .mindmap img{
 	width:100%;
 	max-width:800px;
 	height:auto;
 	margin:0px auto 50px;
 	text-align:center;
 	 }
 	
 @media screen and (min-width:48em){
 
  .flex-cards{
 	margin-top:0;
 	padding:0 10px;
 	display:flex;
 	flex-wrap:wrap;
 	justify-content:space-between;
 	
 }
 .card{
 	flex: 0 1 30%;
 }
 .flex-header{
 	text-align:left;
 	 	padding:0 10px;
 }
 	 }

.alignleft{
float:left;

}


.ult_pricing_table .ult_pricing_heading .express{
	background-color: #f39c12;
}


 /* 31 Media Queries
 * ----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */


@media only screen and (max-width: 1155px) {
    #masthead.site-header {
        display: none;
    }
    #logo_and_title {
        display: none;
        z-index: 650;
    }
    .entry-content{
    	padding-left:0;
    	padding-right:0;
    	width:100%;
    	max-width:1400;
    }

    .site-main .sidebar-inner {
        float: none;
    }
}
@media (min-width: 1155px) {
    .singleblog {
        padding-top: 130px;
    }
    .mainbanner {
        margin-top: 80px;
        height:100%;
        margin-bottom:50px;
    }
            .mainbanner h1 {
		vertical-align:middle;
		text-align:center;
		margin:0 auto;
    }
    .revslider-main {
        margin-top: 100px!important;
        width: 100%;
        max-width: 1400px!important;
        padding: 0;
        margin: 0 auto;
    }
    .blog-header {
    	padding-top:80px;
    }
    .entry-header{
    	padding-left:5%;
    }
      .home-banner {
margin-top:80px;
    }
    .video-banner{
margin-top:80px;
    }
 .mindmap img{
 	margin:80px auto 50px;
 }
  .flex-cards{
 	margin-top:0;
 	padding:0 50px;
 	display:flex;
 	flex-wrap:wrap;
 	justify-content:space-between;
 	
 }
 .flex-header{
 	text-align:left;
 	 	padding:0 50px;
 }

}
@media only screen and (max-width: 1000px) {
    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        max-width: 604px;
        position: relative;
        top: 20px;
    }

    }

@media only screen and (min-width: 768px) {
    .marginleft {
        margin-left: 5%;
    }
    .marginleft-column {
        margin-left: 5%;
        margin-top:50px;
    }
    .home-banner h1{
     /*   max-width: 450px;*/
        font-size: 2.5em!important;
        line-height: 1!important;
    }
    .home-banner p {
        font-size: 1.5em!important;
        line-height: 1.2em!important;
    }
    .home-banner {
        padding: 40px 0 0 5%;
    }
      .video-banner h1{
        max-width: 450px;
        font-size: 2.5em!important;
    }
        .video-banner p {
        font-size: 1.3em!important;
        line-height: 1.5em!important;
    }
.photoquote {
padding-left:5%;
}
.challenges-container{
	padding: 0 3%;
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
 .seamless-mobility-row{
    	margin-top:100px;
    }
        .product-container{
    	padding:0 50px;
    }

img.ult-modal-img {
	margin:0 auto;
}
	
}

/* tablet devices--------------------------------------------------- */

@media only screen and (max-width: 768px) {
    .article-text-left {
        max-width: 650px;
        width: 100%;
    }
        .article-text-right {
        max-width: 650px;
        width: 100%;
    }
    .media-query-background {
        background-color: #EEE8AA;
    }
    #content .blog {
        padding-bottom: 42px;
        height: auto;
        padding:0 2%;
    }
    .resources {
        width: 100%!important;
    }
      .bottom-panel .box {
        float: left;
        width: 30%;
        padding: 0 3% 15px 0;
    }
    .bottom-panel {
        padding-bottom: 30px;
    }
    .menu {
        padding-bottom: 40px;
    }
    .date-list {
        padding-top: 55px;
    }
    .info-list img.alignleft {
        margin-right: 25px;
    }
    #main .aside,
    .grey-section aside {
        float: none;
        width: 100%;
        clear: both;
        padding-top: 25px;
    }
    .hold .items-list {
        padding: 0 0 20px;
    }
    .account-box {
        float: none;
        padding: 0 0 30px;
        margin: 0 auto;
    }
    .features-box {
        float: none;
        width: 100%;
    }
    aside.sidebar {
        float: none;
        width: 100%;
        margin: 50px 0 0;
    }

    .column-container {
        padding: 0 0px!important;
        margin: 50px auto;
        width: 100%;
    }

}
/* Tablet devices--------------------------------------------------- */

@media only screen and (max-width: 643px) {
		.upb_row_bg {
background-position: 68% 90%!important;
}
 
 
    footer[role="contentinfo"] ul.socials,
    footer[role="contentinfo"] ul,
    footer[role="contentinfo"] p {
        float: none;
        margin: 10px 0 5px;
    }
    footer[role="contentinfo"] .holder ul {
        margin: 0 auto;
        text-align: center;
    }
    footer[role="contentinfo"] .holder p {
        margin: 0 auto;
        text-align: center;
    }
    footer[role="contentinfo"] li {
        display: inline-block;
        background: none;
        padding: 0 7px;
        margin-right: -2px;
        position: relative;
        top: -15px;
    }
    footer[role="contentinfo"] .sbOptions li {
        padding-bottom: 8px;
    }
    footer[role="contentinfo"] ul.socials a {
        width: 44px;
        height: 44px;
        border-radius: 22px;
        margin-top: 10px;
        margin-right: 5px;
    }
    footer[role="contentinfo"] ul.socials a:after {
        font-size: 33px;
        line-height: 48px;
    }
    footer[role="contentinfo"] ul.socials a.googlepl:after {
        font-size: 29px;
        left: 5px;
    }
    footer[role="contentinfo"] ul.socials a.facebook:after {
        left: 12px;
    }
    footer[role="contentinfo"] ul.socials a.v-icon:after {
        left: 8px;
    }
    .bottom-panel .box {
        width: 100%;
        float:left;
    }
    .bottom-panel .box ul li {
        float: left;
        margin-right: 10px;
    }

    .format-video .entry-title {
        font-size: 28px;
        font-weight: normal;
    }
  
   .partner-logo{
   	text-align:center;
   }
#content .entry-content{
    padding-left:0;
    padding-right:0;
}
	.flex-container{
		padding:0;
	}
}
@media only screen and (min-width: 643) {
.blog .entry-content{
margin-left:4%;
}
    .blue-container {
    padding-bottom: 75px;
}
}
@media only screen and (max-width: 400px) {

   .mainbanner h1 {
        color: #FFFFFF;
        font-size: 36px;
        font-weight: 300;
        line-height: 36px;
    }
    .mobile-devices-img {
        display: none!important;
    }
    .seamless-mobility-row{
    	margin-top:50px;
    }
    .media-query-background {
        background-color: #ffa500;
    }

    .three-columns > ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    footer[role="contentinfo"] .sbOptions {
        width: 140px;
    }
    #content .post .entry-content {
        height: auto;
        width: 100%;

    }
    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
    .singleblog.content p {
        width: 90%;
        max-width: 650px;
        position: relative!important;
        top: 15px;
        left: 0%;
    }
    .singleblog h2 {
        font-size: 32px!important;
        line-height: 34px;
        font-weight: 400;
        color: #67b2e8!important;
    }
    .blue-quote p {
        text-align: center;
        font-size: 24px;
        line-height: 36px;
        font-weight: 400;
        padding: 0;
        color: #0085cb;
        width: 100%;
        margin-top: 0 auto;
    }
    #mainpage h2{
    	font-size:32px;
    	
    }
    .blue-container {
    padding-left:0;
    padding-right:0;
    }

   
}
@media only screen and (min-width: 400px) {

    }


/* Mobile devices--------------------------------------------------- */

@media only screen and (max-width: 359px) {
    .mobile-devices-img {
        display: none;
    }
    .media-query-background {
        background: #777;
    }
    p {
        font-family: "Source Sans Pro", Helvetica, sans-serif;
        color: #000;
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
    }
    .resources {
        width: 100%!important;
    }
    article h2 {
        color: #0085cb;
        font-size: 30px;
        margin-bottom: 10px;
        padding-top: 0px!important;
        font-weight: 400;
    }

    .blog.content h2 {
        font-size: 32px;
        color: #0085cb!important;
        font-weight: 400;
        line-height: 1.2;
        left: 4%;
        position: relative!important;
    }
    .entry-thumbnail img {
        width: 95% !important;
    }
    #content .post .sd-sharing-enabled .sd-title {
        font-family: 'Lato' !important;
        font-weight: 300;
    }
    #content .post .sd-sharing-enabled .robots-nocontent {
        width: 90%;
    }
    .entry-title a {
        margin-top: 50px;
    }
    .site-title {
        font-weight: normal;
    }
    .hentry {
        padding-top: 0px!important;
    }
    .bottom-panel .box {
        float: left;
        width: 100%;
    }
    .bottom-panel .holder {
        padding: 0 5%;
    }
    .bottom-panel .box ul li {
        float: left;
        margin-right: 10px;
    }
}


/**
 * Styles Here for Japanese website
 * ----------------------------------------------------------------------------
 */

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}
h1:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    font-size: 34px;
/*   color: #0085cb;*/
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 0px;
}
h2:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    color: #0085cb;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0px;
  margin-bottom: 10px;

}

h3:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0 10px;
}
h4:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 0px;
}
h5:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    color: #67b2e8;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
}
h6:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    color: #67b2e8;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
address {
    font-style: normal;
    margin: 0 0 24px;
}
address p {
    font-style: normal;
    font-size: 16px!important;
    line-height: 20px;
    font-weight: 300;
}
address a {
    color: #333!important;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
mark {
    background: transparent;
    color: #000;
}
p:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
 /*   color: #000;*/
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 30px!important;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
code,
kbd,
pre,
samp:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    font-size: 18px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.photoquote p:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #fff!important;
    text-align: left;
    font-weight: 300;
    margin-bottom: 30px;
}
.ubermenu-main,
.ubermenu-main .ubermenu-target,
.ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target,
.ubermenu-main div,
.ubermenu-main p,
.ubermenu-main input:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
}
.uavc-list-desc:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
}
.uavc-list-content p:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
}
.bv-button-lightblue:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
}
.bv-button-white:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
}
.ubermenu-main:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
}
.button:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    position: relative;
    display: inline-block!important;
    margin: 10px 20px;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    font-size: 16px;
    color: white!important;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.mainbanner p:lang(ja) {
    font-family: 'Open Sans', Meiryo, MS PGothic, sans-serif;
    color: #FFFFFF;
    margin-bottom: 10px!important;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}
.wpml-ls-flag+span {
    margin-left: .3em;
    margin-right: .3em;
}

/**
 * Styles Here for Russian website
 * ----------------------------------------------------------------------------
 */

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}
h1:lang(ru) {
    font-family: "Source Sans Pro", Meiryo, MS PGothic, sans-serif;
    font-size: 34px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}
