/*
Theme Name: Basis Technology
Theme URI: http://underscores.me/
Author: Sunny Wanser for Basis Technology
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basistechnology
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Basis Technology is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------

# Table of Contents

# Normalize
# Typography
# Links
# Buttons
# Main Navigation
# Forms
# Media
# Layout
# Elements
# Infinite Scroll
# Footer
# Templates
# Pages
# Global Styles

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

mark {
	background: #fff;
	color: #000;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 3px;
}

input[type="checkbox"]:before {
	color: black;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #CFD1D7;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

address {
	margin: 0 0 1.5em;
}

td,
th {
	padding: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
input,
select,
textarea {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1rem;
	line-height: 1.6;
}

body:lang(ja) {
	font-weight: 500;
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

/*
p:lang(ja) {
	font-weight: 500;
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height: 1.6;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active h1:lang(ja), 
.wf-active h2:lang(ja),
.wf-active h3:lang(ja),
.wf-active h4:lang(ja),  
.wf-active h5:lang(ja), 
.wf-active h6:lang(ja) {
	visibility: visible;
}


h1,
h2,
h3,
h4,
h5,
h6,
h1:lang(ja), 
h2:lang(ja),
h3:lang(ja),
h4:lang(ja),  
h5:lang(ja), 
h6:lang(ja) {
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 0.7rem 0;
	line-height: 1.3;
}

h1,
h1:lang(ja) {
	font-weight: 700;
	font-size: 3.5rem;
}

h2,
h2:lang(ja) {
	font-weight: 700;
	font-size: 2.5rem;
	color: #272b3f;
}

h3,
h3:lang(ja) {
	font-weight: 500;
	font-size: 1.8rem;
	color: #1789fc;
}

h4,
h4:lang(ja) {
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #1789fc;
}

h5,
h5:lang(ja) {
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #272b3f;
}


h6,
h6:lang(ja) {
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	color: #272b3f;
}

p {
	margin: 0 0 1.3rem 0;
}




/*-formatting-*/
ul,
ol {
	margin: 0 0 1.2rem 2rem;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	margin: 0 0 0.5em 0;
	position: relative;
}

ul li:before {
	content: "•";
	left: -20px;
	position: absolute;
}

ul > li > ul {
	margin-top: 5px;
	margin-bottom: 0 !important;
}

ul > li > ul > li:before {
	content: "–";
}

ol {
	list-style: decimal;
}

ol li {
	margin: 0 0 0.5em 0;
}

ol > li > p {
	padding-left: 5px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 2em;
}

p + ul,
p + ol {
	margin-top: -0.7em;
}


/*-checks-*/
ul.checks {
	margin: 0 0 0 1em;
}

ul.checks li:before,
ul.ct-checks li:before {
    content: "\f00c";
    font-family: FontAwesome;
	color: #1789fc;
	position: absolute;
	left: 0;
}

ul.checks li,
ul.ct-checks li {
	padding: 0 0 0 25px;
}

pre {
	font-size: 13px;
	font-family: monospace, serif;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
	margin: 0 0 1.3em;
}

pre:lang(ja) {
	font-family: 'Menlo', serif;
}

code,
kbd,
tt,
var {
	font-family: 'Source Code Pro', Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	background-color: transparent;
	border-radius: 0;
	color: #000;
	padding: 0;
}

figcaption {
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 2.5em;
}





/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*-links-*/

a,
a:focus,
a:visited,
a:active {
	outline: 0;
	color: #1789fc;
	text-decoration: none;
}

a:hover {
	outline: 0;
	color: #1789fc;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}


/*-buttons-*/

button,
.btn,
a.btn {
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-size: 0.9rem;
	line-height: 1.8;
}

.btn-primary,
a.btn-primary,
.btn-white,
a.btn-white,
.btn-light,
a.btn-light {
	padding: 3px 14px 2px;
	background: none;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
}

.btn-primary,
a.btn-primary {
	border: 2px solid #1789fc;
	color: #1789fc;
}

.btn-secondary,
a.btn-secondary {
	padding: 0;
	text-align: left;
}

a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus,
a.button:hover,
a.button:active,
a.button:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
	background: #1789fc;
	border: 2px solid #1789fc;
	color: #fff;
	text-decoration: none;
	outline: none;
}

button:hover,
button:active,
button:focus {
	outline: none;
}


.btn + .btn,
.button + .button {
	margin-left: 0.5em;
}

.btn-large {
	font-size: 18px !important;
	padding: 5px 15px !important;
}
/*

.btn-large:after {
	font-size: 13px !important;
	margin: 4px 7px !important;
}
*/

.btn-white,
a.btn-white {
	color: #fff;
	border: 2px solid #fff;
}

.btn-white:hover,
a.btn-white:hover,
.btn-white:focus,
a.btn-white:focus,
.btn-white:active,
a.btn-white:active,
.btn-white:active:focus,
a.btn-white:active:focus {
	background-color: #fff;
	border: 2px solid #fff;
	color: #1789fc;
}

.btn-light,
a.btn-light {
	border: 2px solid #CFD1D7;
	color: #aaa;
}

btn-light:hover,
a.btn-light:hover {
	background: #CFD1D7;
	border: 2px solid #CFD1D7;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.btn + .btn {
		margin-left: 0;
		margin-top: 0.8rem;
	}
}


/*-main menu-*/


	/*-(top nav)-*/
	
	/*! this makes sure the nav is visible, DO NOT DELETE!*/
.wf-active .menu-main-menu-container .menu li {
	visibility: visible;
}

nav.navbar {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #CFD1D7;;
	height: 90px;
	margin-bottom: 0;
}

nav.navbar .site-branding img {
	height: 50px;
	margin: 20px 0;
	
	-webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

nav.navbar.shrink .site-branding img {
	height: 50px;
	margin: 15px 0;
	
	-webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.menu-main-menu-container .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 26px;
}

.shrink .menu-main-menu-container .menu {
	padding-top: 24px;
	-webkit-transition: padding-top 0.3s ease;
    -moz-transition: padding-top 0.3s ease;
    -o-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
}


.menu-main-menu-container .menu li {
	display: inline-block;
	font-size: 1.2em;
/* 	margin: 0 1rem; */
	margin: 0;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	visibility: hidden;
}

.menu-main-menu-container .menu li:before {
	display: none;
}

.menu-main-menu-container .menu li a {
	color: #272b3f;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 556;
}

.menu-main-menu-container .menu li > a {
	padding: 0 1rem 1rem 1rem;
}

.menu-main-menu-container .menu li.lang-item {
	padding: 0 0 0 20px;
}

.menu-main-menu-container .menu li.lang-item a {
	padding: 10px 15px;
}

.menu-main-menu-container .menu li a.active,
.menu-main-menu-container .menu li a:hover {
	color: #1789fc;
}


	/*-(sub-menu)-*/

.menu-main-menu-container .menu li > .sub-menu {
	position: absolute;
	display: none;
	margin: 10px 0 0 -45px;
	padding: 10px 20px;
	min-width: 160px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.menu-main-menu-container .menu li:hover > .sub-menu {
	display: block;
	-webkit-animation: menuIn 0.1s;
	animation: menuIn 0.1s;
}

.menu-main-menu-container .menu li:hover > .sub-menu:after {
	content: "";
    position: absolute;
    transform: rotate(45deg);
    height: 100px;
    top: -60px;
    width: 100px;
    left: 50%;
    transform-origin: left top;
}

	/*-EN margin shift for sub-menus-*/
.menu-main-menu-container .menu li.menu-item-20439 > .sub-menu {
	margin-left: -94px;
}

.menu-main-menu-container .menu li.menu-item-23416 > .sub-menu {
	margin-left: -24px;
}

.menu-main-menu-container .menu li.menu-item-23385 > .sub-menu {
	margin-left: -44px;
}

.menu-main-menu-container .menu li.menu-item-23 > .sub-menu {
	margin-left: -64px;
}

	/*-JA margin shift for sub-menus-*/
.menu-main-menu-container .menu li.menu-item-23843 > .sub-menu {
	margin-left: -135px;
}

.menu-main-menu-container .menu li.menu-item-21252 > .sub-menu {
	margin-left: -32px;
}

.menu-main-menu-container .menu li.menu-item-21505 > .sub-menu {
	margin-left: -38px;
}




.menu-main-menu-container .menu li > .sub-menu li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu-main-menu-container .menu li > .sub-menu li a {
	display: block;
	width: 100%;
	line-height: 1.4;
	font-size: 16px;
	padding: 5px 0 5px 0;
	position: relative;
	z-index: 555;
}

.lang-item a {
	border: 1px solid #272b3f;
}

.lang-item a:hover {
	border: 1px solid #1789fc; 
}

.current-lang {
	display: none !important;
}

@media screen and (max-width: 970px) {
	.menu-main-menu-container .menu > li {
		margin: 0 7px;
		font-size: 1rem;
	}
}


	/*-fancy menu-*/

.fancy-menu {
	display: none;
	position: absolute;
	z-index: 9999;
}

.fancy-menu.active {
	display: block;
}

/*!THIS PSEUDOELEMENT CONTROLS MENU HOVERS, DO NOT REMOVE OR ALTER THIS BLOCK!*/
.fancy-menu:before {		
	content: "";		
	cursor: pointer;
	height: 70px;		
	position: absolute;		
		top: -70px;		
		left: 0;
		right: calc(50% - 85px);	
}

.fancy-menu .fancy-menu-inner:before {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    position: absolute;
    content: " ";
    left: 51%;
    top: -12px;
    height: 10px;
    width: 10px;
    transform: translateX(-50%);
    border-bottom: 10px solid #272b3f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-width: 10px;
}

.fancy-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fancy-menu li {
	line-height: normal;
	margin: 0 0 0.4rem 0;
}

.fancy-menu li:before {
	display: none;
}

.fancy-menu p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.4;
}

.product-desc {
	border-top: 1px solid #CFD1D7;
	padding: 10px 0 5px;
	font-style: italic;
	color: #8C8F9A;
	font-weight: 500;
}


.ros-menu-box {
	width: 100%; 
	padding: 15px 10px;
	font-size: 12px;
	text-align: center;
}

.ros-menu-box p {
	font-size: 13px;
}



		/*-new product fancy menu for EN side, 2020-*/

.fancy-menu-inner {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, .1);
	padding: 20px;
}

.fancy-menu .en {
	width: 600px;
}

.fancy-menu .ja {
	width: 700px;
}

.fancy-menu .fancy-menu-inner:before,
.menu-main-menu-container .menu li > .sub-menu::before {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    position: absolute;
    content: " ";
    left: 50%;
    top: -10px;
    height: 10px;
    width: 10px;
    transform: translateX(-50%);
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-width: 10px;
}

.fancy-menu .fancy-menu-inner.en > .product,
.fancy-menu .fancy-menu-inner.ja > .flex-2 > .product {
	display: inline-block;
	padding: 20px 25px;
	width:100%;
}

.fancy-menu .fancy-menu-inner > .flex-2 {
	margin-right: 0;
	flex-basis: calc(50%);
}

.fancy-menu .fancy-menu-inner .product:hover {
	background: #f1f2f5;
	border-radius: 10px;
	cursor: pointer;
}

.fancy-menu .fancy-menu-inner .product.rosette > a,
.fancy-menu .fancy-menu-inner .product.autopsy > a,
.fancy-menu .fancy-menu-inner .product.ct > a,
.fancy-menu .fancy-menu-inner .product.kona > a {
	text-decoration: none;
	color: #000;
	font-style: italic;
} 

.fancy-menu .fancy-menu-inner .product:hover a,
.fancy-menu .fancy-menu-inner .product:hover .product-desc {
	color: #1789fc;
}

.fancy-menu .fancy-menu-inner .product > a > img,
.fancy-menu .fancy-menu-inner.ja .product.rosette > img {
	margin-bottom: 1rem;
} 


.fancy-menu .fancy-menu-inner .product.rosette > a > img,
.fancy-menu .fancy-menu-inner .product.autopsy > a > img,
.fancy-menu .fancy-menu-inner .product.ct > a > img,
.fancy-menu .fancy-menu-inner.ja .product.rosette > img {
	height: 35px;
}

.fancy-menu .fancy-menu-inner .product.kona > a > img {
	height: 30px;
	vertical-align: text-top;
}

.fancy-menu .fancy-menu-inner .product ul li a {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
}

@media screen and (min-width: 800px) {
	.fancy-menu-1 ul,
	.fancy-menu-2 ul,
	.fancy-menu-3 ul {
		display: none !important;
	}

}

@media screen and (max-width: 800px) {
	.fancy-menu.active {
		display: none !important;
	}
		
	.fancy-menu .fancy-menu-inner:before {
		left: 25%;
	} 
}

	/*-mobile menu-*/
	
		/*-hamburger icon*/
		
.mobile-navigation {
	display: none;
	color: #272b3f;
	padding-right: 15px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 502;
}

.mob-menu {
	padding-top: 25px;
	text-align: right;
	color: #272b3f;
	opacity: 1;
}

.mob-menu i {
	font-size: 2em;
	cursor: pointer;
	color: #272b3f;
	margin-top: 0;
}

.mob-menu.close {
	color: #272b3f;
	opacity: 1;
}

.mob-menu.close i {
	font-size: 1.5em;
}

body.active {
  	position: fixed;
  	left: 0;
  	right: 0;
}

.main-mobile-menu-container {
	position: fixed;
	top: 90px;
	right: -105%;
	bottom: 0;
	width: 100%;
	background: #fff;
	transition: right .5s ease-in-out;
	-webkit-transition: right .5s ease-in-out;
	z-index: 10000;
	text-align: left;
}

.main-mobile-menu-container.active {
	right: 0;
}

.main-mobile-menu-container.overflow-y {
	overflow-y: scroll;
}

.main-mobile-menu-container menu {
	padding-left: 0;
}

.main-mobile-menu-container .main-menu {
	border-top: 1px solid #CFD1D7;
	margin-top: 0;
}

.main-mobile-menu-container .main-menu ul {
	margin: 0;
	padding: 0;
}

.main-mobile-menu-container .main-menu li {
	border-bottom: 1px solid #CFD1D7;
	display: block;
	font-size: 14px;	
	list-style-type: none;
	position: relative;
	padding: 0 0 0 20px;
}

.main-mobile-menu-container .main-menu li:before {
	display: none;
}

.main-mobile-menu-container .main-menu li li {
	border-bottom: 0;
}

.main-mobile-menu-container .main-menu li .expand {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	display: inline-block;
	border-bottom: 0 !important;
	padding: 10px 32px 10px 10px;
}

.main-mobile-menu-container .main-menu li .expand:hover {
	background: none;
	border-left: 0;
}

.main-mobile-menu-container .main-menu li .expand:after {
	color: #272b3f;
	content:"\f107";
	font-family: FontAwesome;
}

.main-mobile-menu-container .main-menu li .expand:hover:after {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.main-mobile-menu-container .main-menu li.active > .expand:after {
    font-family: FontAwesome;
	content:"\f106";
}

.main-mobile-menu-container .main-menu li .sub-menu {
	display: none;
}

.main-mobile-menu-container .main-menu li .sub-menu:last-child {
	padding-bottom: 10px;
}

.main-mobile-menu-container .main-menu a {
	display: block;
	color: #272b3f;
	padding: 10px;
	text-decoration: none;
}

.main-mobile-menu-container .main-menu a:hover,
.main-mobile-menu-container .main-menu > li.active > a {
	color: #213768;
}

.main-mobile-menu-container .main-menu li li > a {
	padding: 5px 10px 5px 15px;
	text-transform: none;
}

.main-mobile-menu-container .main-menu li li li > a {
  	padding-left: 30px;
}

@media screen and (max-width: 800px) {
	.mobile-navigation {
		display: block;
	}
	
	.menu-main-menu-container {
		display: none;
	}
	
	.lang-item a,
	.lang-item a:hover {
		border: 0;
	}
}





/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #8C8F9A;
	border: 1px solid #f1f2f5;
	border-radius: 0;
	background: #f1f2f5;
}

select {
	background: #f1f2f5;
	border: 0;
	padding: 10px;
	width: 90%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	background: #fff;
	border-color: #272b3f;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 10px;
	width: 90%;
}

textarea {
	padding-left: 10px;
	width: 90%;
}


.checkbox,
.radio {
	display: block;
	position: relative;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}

.checkbox+.checkbox, 
.radio+.radio {
	margin-top: 5px;
}

.checkbox label, 
.radio label {
	padding-left: 0;
}
.checkbox input[type="checkbox"] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox label {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 27px;
	min-height: 0;
	height: 18px;
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.checkbox label:before,
.checkbox label:after {
	content: '';
	display: block;
	position: absolute;
}

.checkbox label:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #CFD1D7;
	border-radius: 3px;
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #1789fc;
	opacity: 0;
	pointer-events: none;
}

.checkbox input:checked ~ label:after 	{ opacity: 1; }

.checkbox input:focus ~ label:before 	{ background: #CFD1D7; }


/*-form customizations-*/

.inputs-list li:before {
	display: none;
}

.inputs-list span {
	padding: 0 10px;
}

.hs-form fieldset {
	margin-bottom: 10px !important;
}

.hs-error-msgs {
	margin: 0;
	padding: 2px 0;
}

.hs-error-msgs li label {
	font-size: 14px;
	font-weight: normal;
	position: relative;
	padding: 0 0 0 20px;
}

.hs-error-msgs li label:before {
	font-family: 'Glyphicons Halflings';
	content: "\e107";
	color: #1789fc;
	position: absolute;
	left: 0;
	top: 0;
}

.hs-form fieldset {
	max-width: none !important;
}

ul.checks {
	margin: 0 0 0 1em;
}

ul.checks li:before,
ul.ct-checks li:before {
    content: "\f00c";
    font-family: FontAwesome;
	color: #1789fc;
	position: absolute;
	left: 0;
}

ul.checks li,
ul.ct-checks li {
	padding: 0 0 0 25px;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

#rosetteIframe {
	border: 0 !important;
}

/*-images-*/
.img-caption {
	font-size: 1rem;
	font-style: italic;
	text-align: center;
	margin: 0 auto 1.3em;
	color: #8C8F9A;
}

.img-container {
	border: 1.5px solid #CFD1D7;
	box-shadow: 7px 7px #CFD1D7;
	border-radius: 4px;
	margin: 1.3rem auto 1.5rem;
	padding: 20px;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.site-content

/*
.entry-header {
	margin-bottom: 40px;
	margin-top: 90px;
}
*/

.side-menu {
	padding: 20px;
	margin-bottom: 40px;
}

.side-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side-menu li {
	margin-bottom: 10px;
}

.side-menu li:before {
	display: none;
}

.side-menu li a {
	color: #ffffff;
	text-decoration: none;
}

.side-menu li a:hover {
	color: #f1f2f5;
}


/*-bootstrap enhancements-*/
.center-block {
	float: none;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.container-fluid {
	padding: 0;
}

.container {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.content-column {
	padding-right: 30px;
	font-weight: 500;
}


/*-alignments-*/
.alignleft {
	display: inline;
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

/*-clearings-*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*-floats-*/
.float-left		{ float: left !important; }
.float-right	{ float: right !important; }


/*-flex container-*/
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	margin-right: -30px;
}

.flex-2 {
	flex-basis: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
}

.flex-3 {
 	flex-basis: calc(33.3% - 30px);
    -ms-flex-preferred-size: calc(33.3% - 30px);
}

.flex-4 {
	flex-basis: calc(25% - 30px);
	-ms-flex-preferred-size: calc(25% - 30px);
}

.flex-5 {
	flex-basis: calc(20% - 30px);
	-ms-flex-preferred-size: calc(20% - 30px);
}

.flex-5,
.flex-4,
.flex-3,
.flex-2 {
	margin-right: 30px;
}

@media screen and (max-width: 1200px) {
	.flex-5,
	.flex-4 {
		flex-basis: calc(33.3% - 30px);
	}
}

@media screen and (max-width: 1024px) {
	.container {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {		
	.flex-5,
	.flex-4,
	.flex-3 {
		flex-basis: calc(50% - 30px);
	}

	.row-eq-height {
		display: block;
	}
	
	.content-column {
		padding-right: 0;
	}
	
	.one_fourth {
		clear: none !important;
		width: 50% !important;
	}
	
	.full_width, .one_half, 
	.one_third, .two_third, 
	.three_fourth, 
	.one_fifth, .two_fifth, 
	.three_fifth, .four_fifth, 
	.one_sixth, .five_sixth {
		clear: both;
		margin-bottom: 1em;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}
	
}

@media screen and (max-width: 640px) {
	.flex-5,
	.flex-4,
	.flex-3,
	.flex-2 {
		flex-basis: auto !important;
		width: 100%;
		margin-right: 0;
	}
	
	.flex-container {
		margin-right: 0;
	}
}


@media screen and (max-width: 480px) {
	.col-xxs-12 {
		width: 100%;
		text-align: center;
	}
	.one_fourth {
		clear: both;
		margin-bottom: 1em;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}
}

/*-fake masthead-*/
.fake-masthead {
	margin-top: 120px;
}

.fake-masthead-short {
	margin-top: 90px;
}

.announcement-banner ~ .site-content .fake-masthead {
	margin-top: 164px;
}

.announcement-banner ~ .site-content .fake-masthead-short {
    margin-top: 129px;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 1rem;
}

table.two-col th,
table.two-col td {
	border: 1px solid #CFD1D7;
	padding: 0.3rem 0.5rem;
	vertical-align: top;
}

table.two-col th {
	background-color: #f1f2f5;
}





/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #AEB0B8;
	border: 0;
	height: 1px;
	margin: 0.5rem 0 1.25rem;
}

.sticky {
	display: block;
}

/*-arrow-*/

.arrow:after {
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	margin: 4px 0 0 6px;
	vertical-align: top;
}

.arrow.big:after {
	font-size: 15px;
}

/*-clickable div-*/

.clickable-div,
.v2-hero-callout-box {
	cursor: pointer;
	transition: 0.2s;
}

.clickable-div:hover,
.v2-hero-callout-box:hover {
	border-color: #1789fc;
	transform: scale(1.05);
	transition: 0.2s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.clickable-div:hover a,
.v2-hero-callout-box:hover a {
	text-decoration: none;
	transition: 0.3s;
}


/*-callout box-*/
.calloutbox {
	font-size: 1rem;
	padding: 20px 25px;
	margin: 0 auto 1.3rem;
	border-radius: 4px;
}

.calloutbox.light {
	background: #DBEDFF;
}

.calloutbox.lightgrey {
	background: #f1f2f5;
}

.calloutbox p:last-of-type {
	margin-bottom: 0;
}

	/*-callout box table-*/
	
	.calloutbox table {
		border-collapse: separate;
		border-spacing: 0 10px;
	}
	
	.calloutbox table th {
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
		font-weight: 600;
	}
	
	.calloutbox table td {
		padding-right: 10px;
		vertical-align: top;
		font-size: 0.9rem;
		border-bottom: 1px solid #8C8F9A;
		padding-bottom: 0.8rem;
		line-height: 1.3;
	}
	
	
	.calloutbox table td:last-of-type {
		padding-right: 0;
	}
	
	

/*-card container-*/

.card-container {
	border: 1px solid #AEB0B8;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 4px;
}

.card-container.past-event-card {
	background: #f1f2f5;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.card-inner {
	padding: 20px;
}

.card-inner a:visited p,
.card-container p,
.card-container ol,
.card-container ul {
	color: #000000;
	font-size: 1rem;
}

.card-container p:last-of-type {
	margin-bottom: 0;
}

.card-container .btn {
	margin-top: 0.8rem;
}

	/*-base linguistics card-*/
	
	.card-container .base-linguistics + p {
		margin-top: 0.8rem;
	}
	
	.card-container .base-linguistics p {
		font-size: 1.5rem;
	}
	
	.card-container .base-linguistics p:first-child {
		margin-bottom: 0.5rem;
	}


/*-blockquote-*/

blockquote {
	border: 1.5px solid #1789fc;
	background: #e2ecfa;
	box-shadow: 7px 7px #CFD1D7;
	border-radius: 4px;
	margin: 2.5rem -50px 2.8rem;
	padding: 25px 80px 30px;
	text-align: center;
	color: #1789fc;
	font-size: 1.5rem;
	font-weight: 500;
}

blockquote p {
	font-family: 'Dosis', sans-serif;
	line-height: 1.4;
}

.blockquote-author,
.blockquote-author:lang(ja) {
	display: block;
	font-size: 14px;
	display: block;
	margin: 10px 30px 0;
	text-transform: uppercase;
}

@media screen and (max-width: 981px) {
	blockquote {
		margin-left: 0;
		margin-right: 0;
		padding: 25px;
	}
}



.card img {
	max-height: 30px;
	text-align: center;
}

.card-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 125px;
}

.card-details {
	font-family: "Dosis", sans-serif;
	letter-spacing: 0.5px;
	font-size: 12px;
	padding: 20px 20px 0;
}

.card-details .date-container {
	display: none;
}

.category {
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 2px 6px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/*-box shadow-*/
.box-shadow		{ box-shadow: 7px 7px #CFD1D7; }

/*-pill-*/
.pill {
	border-radius: 4px;
	display: inline-block;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 3px 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.pill-large {
	font-size: 16px;
	padding: 5px 14px;
}

.pill-teal {
	background: #47A8A2;
	color: #ffffff;
}

.pill-blue {
	background: #1789fc;
	color: #ffffff;
}

.pill + .share-btns {
	margin-left: 10px;
}

/*-dark masthead-*/
.builder-dark-masthead {
	background-color: #272b3f;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 400px;
	position: relative;	
	width: 100%;
	z-index: 0;
}

.builder-dark-masthead .inner-content {
	display: block;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
	right: 0; 
	left: 0;
	position: absolute;
	z-index: 2;
}

.builder-dark-masthead a.button {
	font-size: 16px;
	margin-top: 1em;
	padding: 5px 30px;
}


/*-customer logos-*/
	/*-slider-*/
.builder-customer-logos + .builder-customer-logos {
	padding-top: 0;
}

.builder-customer-logos .slide {
	display: inline-block;
}

.builder-customer-logos .slide.no-slide {
	padding: 0 20px;
}

.builder-customer-logos .slide img {
	margin: auto auto;
	max-width: 200px;
	max-height: 65px;
	padding: 15px;
}

.builder-customer-logos .slide.increase-logo-size img {
	max-height: 105px;
}

.builder-customer-logos .customer-logo-container {
	margin: 20px 0;
}

.customer-logo-container.no-slide {
	margin: 0;
}

#customerLogoSlider {
	padding: 0 35px;
}

#customerLogoSlider .slick-prev,
#customerLogoSlider .slick-next {
	top: 50%;
}

#customerLogoSlider.slick-slider .slick-track, 
#customerLogoSlider.slick-slider .slick-list {
	align-items: center;
}

/*
#customerLogoSlider .slick-prev:hover:before,
#customerLogoSlider .slick-next:hover:before {
	color: rgba(255, 255, 255, 1);
}
*/

@media screen and (max-width: 450px) {
	.builder-customer-logos .slide img { 
		max-width: 100%;
		padding: 15px 0;	
	}
}


	/*-no slider-*/
.builder-all-customer-logos .img-container {
	display: inline-block;
	padding: 20px 27px;
	border: none;
	box-shadow: none;
	margin: 0;
}


.builder-all-customer-logos .img-container img {
	max-width: 165px;
	max-height: 40px;
	object-fit: contain;
}


.builder-all-customer-logos .img-container.increase-logo-size img {
	max-height: 80px;
}


/*-events block-*/
.builder-events {
	background: #f1f2f5;
}

.builder-events .event-post-container {
	width: 33.3%;
}

.builder-events .event-post .event-post-dates {
	font-weight: 600;
	font-size: 1rem;
}

.builder-events .event-post .event-post-location {
	font-weight: 500;
	font-size: 1rem;
}


@media screen and (max-width: 900px) {
	.builder-events .event-post-container {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	.builder-events .event-post-container {
		display: block;
		margin-right: 0;
		width: 100%;
	}
}


/*-blog preview slider added 1/9/2018-*/


/*
.slick-arrow,
.slick-arrow:hover {
	background: transparent !important;
}
*/
/*

.slick-arrow:hover:before {
	color: #272b3f;
}
*/

.slick-prev:before {
	color: #AEB0B8;
	content: "\f053";
	font-family: FontAwesome;
}

.slick-next:before {
	color: #AEB0B8;
	content: "\f054";
	font-family: FontAwesome;
}
/*

.slick-prev:before, .slick-next:before {
	opacity: 0.5;
}
*/

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.slick-prev,
.slick-next {
	top: 50%;
}

.slick-list {
	margin: 0 15px;
}

.slick-slider .slick-track, 
.slick-slider .slick-list {
	display: flex;
/* 	align-items: center; */
}

@media screen and (max-width: 992px) {
	.blog-list {
		margin-top: 0;
	}
	.has-announcement .blog-list {
		margin-top: 60px;
	}
	.widget-area {
		border-left: 0;
		padding-left: 0;
	}
	.archive-header {
		margin-top: 0;
	}
}

@media screen and (max-width: 800px) {
	.blog-list-card-container {
		flex-basis: calc(50% - 20px);
	}
	.blog-releases-inner {
		padding: 10px;
	}
	.blog-releases p {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	.card-details .category,
	.card-details .date {
		font-size: 9px;
	}
}

@media screen and (max-width: 550px) {
	.blog-list-container {
		display: block;	
	}
	.blog-list-card-container {
		display: block;
		width: 100%;
	}
	.blog-releases-container {
		margin-right: 0;	
	}
	.blog-releases {
		display: block;
		margin-right: 0;
		width: 100%;	
	}
	.blog-releases-left {
		padding-right: 0;
	}
	.blog-releases-right {
		padding-left: 0;
	}
}


/*-announcement banner-*/
.announcement-banner {
	background: #1789fc;
	color: #ffffff;
	padding: 10px 0;
	position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		z-index: 1;
}

.announcement-banner:hover {
	background: #2989fd;
}

.announcement-banner p {
	font-size: 16px;
	margin: 0;
}

.announcement-banner a,
.announcement-banner a:hover,
.announcement-banner a:active,
.announcement-banner a:focus,
.announcement-banner a:visited {
	color: #ffffff;
}

.has-announcement {
	margin-top: 30px;
}

@media screen and (max-width: 480px) {
	.announcement-banner {
		top: 88px;
	}
	.announcement-banner p {
		font-size: 14px;
	}
}


/*-black box CTA-*/
.black-box-cta {
	padding: 1.3em 1.3em 0.5em;
	background: #f1f2f5;
	font-size: 1rem;
	overflow: auto;
}

.fintech-subscription + .side-bar {
	margin-top: 20px;
}

@media screen and (max-width: 981px) {
	.fintech-subscription {
		margin-top: 30px;
	}
}



/*-FAQ-*/
.faq-container {
	border: 1px solid #AEB0B8;
	max-width: 100%;
	width: 800px;
    margin: 0 auto;
}

.faq-container p {
	margin-bottom: 0;
}

.faq-item {
	border-bottom: 1px solid #AEB0B8;
}

.faq-item:last-child {
	border-bottom: 0;
}

.faq-question {
	cursor: pointer;
	display: block;
	padding: 10px 50px 10px 20px;
	position: relative;
}

.faq-question p {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #272b3f;
	font-size: 1.1rem;
	font-weight: 500;
}

.faq-question.active {
	border-bottom: 0;
}

.faq-question:hover,
.faq-question.active {
	background: #f1f2f5;
}

.faq-question:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
		right: 20px;
		top: 27px;
	transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
}

.faq-question.active:after {
	content: "\f106";
}

.faq-answer {
	background: #f1f2f5;
	display: none;
	padding: 0 50px 10px 20px;
}

.faq-answer p {
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/

/*-globally hidden elements when Infinite Scroll is supported and in use-*/
.infinite-scroll .posts-navigation, /*-older / newer posts navigation (always hidden)-*/
.infinite-scroll.neverending .site-footer { /*-theme footer (when set to scrolling)-*/
	display: none;
}

/*-when Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before.-*/
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*-about, solutions, product, and contact-*/

.site-footer {
	color: #CFD1D7;
	font-size: 14px;
	background: #23262f;
}

.site-footer a {
	color: #CFD1D7;
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.menu-footer-menu-container .menu,
.menu-footer-menu-ja-container .menu,
.menu-footer-contact-info .menu,
.menu-footer-contact-info .menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-footer-menu-container .menu li,
.menu-footer-menu-ja-container .menu li {
	display: inline-block;
	vertical-align: top;
}

.menu-footer-menu-container .menu li:before,
.menu-footer-menu-ja-container .menu li:before,
.menu-footer-contact-info .menu li:before,
.menu-footer-contact-info .menu .sub-menu li:before {
	display: none;
}

#menu-item-158,
#menu-item-19814 {
	width: 25%;
}

#menu-item-21142 {
	width: 40%;
}

.menu-footer-menu-container ul.menu > li > a,
.menu-footer-menu-ja-container ul.menu > li > a,
.menu-footer-contact-info > ul.menu > li > a,
.copyright p,
.deep-footer a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0.2em;
}

.copyright p,
.deep-footer a {
	font-weight: normal;
}

.menu-footer-menu-container .menu li .sub-menu,
.menu-footer-menu-ja-container .menu li .sub-menu {
	margin: 0.4em 0 0;
	padding: 0;
}

.menu-footer-menu-container .menu li .sub-menu li,
.menu-footer-menu-ja-container .menu li .sub-menu li {
	display: block;
	width: 100%;
	margin-bottom: 0.4rem;
	line-height: 1;
}

.menu-footer-menu-container .menu li .sub-menu li a,
.menu-footer-menu-ja-container .menu li .sub-menu li a,
.menu-footer-contact-info .menu .sub-menu li {
	color: #CFD1D7;
	text-decoration: none;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.5;
}

.menu-footer-menu-container .menu li .sub-menu li a:hover,
.menu-footer-menu-ja-container .menu li .sub-menu li a:hover  {
	text-decoration: underline;
}


/*-copyright, terms of use, and social links ***/
.deep-footer {
	color: #CFD1D7;
}

.menu-copyright-menu-container,
.menu-copyright-menu-ja-container {
	display: inline-block;
}

.deep-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.deep-footer .menu li {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
}

.deep-footer .menu li:before {
	color: #CFD1D7;
	left: 0;
	padding-right: 10px;
	position: relative;
}

.deep-footer .social-btns {
	margin-top: -15px;
	text-align: right;
}

.deep-footer .social-btns a {
	font-size: 30px;
	margin-right: 10px;
	text-decoration: none;
}

.social-btns a:hover {
	text-decoration: none;
}

.copyright p {
	display: inline-block;
}

@media screen and (max-width: 981px) {
	.deep-footer .social-btns {
		text-align: left;
	}
}

@media screen and (max-width: 800px) {
	.menu-footer-menu-container .menu li,
	.menu-footer-menu-ja-container .menu li {
		width: 100%;
	}
	
	#menu-item-158,
	#menu-item-19814,
	#menu-item-21142 {
		width: 100%;
		margin-top: 15px;
	}
	
	#menu-item-19814 {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	.deep-footer .menu li:before {
		display: none;
	}
	
	.deep-footer .menu li {
		margin: 0;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/*-text meant only for screen readers-*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f2f5;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*-do not show the outline on the skip link target-*/
#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Front Page Template
--------------------------------------------------------------*/

/*-plain content-*/
.builder-plain-content, 
.section-padding {
	padding-top: 35px;
	padding-bottom: 35px;
}

.builder-plain-content.remove {
	padding-top: 0;
	padding-bottom: 0;
}

/*-two-column content blocks-*/
.single-tc-block {
	margin-top: 1.3em;
}


/*-hero section-*/
.v2-hero-with-callouts-container {
	background-position: center center;	
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

.v2-hero-flex-container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.v2-hero-content {
	-ms-flex-preferred-size: 60%;
	    flex-basis: 60%;
	padding-right: 20px;

}

.v2-hero-callouts {
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
	padding-left: 20px;
}

.v2-hero-content h1,
.v2-hero-content h2,
.v2-hero-content h3,
.v2-hero-content h4,
.v2-hero-content h5,
.v2-hero-content h6,
.v2-hero-content p {
	color: #fff;
}

.v2-hero-content h1 {
	font-size: 5rem;
}

.v2-hero-content h1:lang(ja) {
	font-size: 4rem;
}

.v2-hero-content .shuffle {
	color: #1789fc;
}

.v2-hero-callout-box {
	background: #1789fc;
	display: block;
	margin-bottom: 30px;
	padding: 25px 20px;
}

.v2-hero-callout-box:last-child {
	margin-bottom: 0;
}

.v2-hero-callout-box h4 {
	font-size: 1.3rem;
}

.v2-hero-callout-box h4,
.v2-hero-callout-box p {
	margin-bottom: 0;
	color: #fff;
}

.v2-hero-callout-box div {
	display: inline-block;
	margin-right: -4.5px;
	vertical-align: middle;
}

.v2-hero-callout-box div:first-child {
	width: 100px;
}

.v2-hero-callout-box img {
	vertical-align: middle;
	width: 80px;
}

.v2-hero-callout-box div:last-child {
	width: calc(100% - 100px);
}

.v2-hero-callout-box .more:after {
	font-size: 15px;
	margin: 5px 0 0 2px;
}

@media screen and (max-width: 900px) {
	.v2-hero-flex-container {
		display: block;
	}
	
	.v2-hero-callouts,
	.v2-hero-content {
		display: block;
		flex-basis: auto;
		width: 100%;
	}
	
	.v2-hero-callouts {
		padding-left: 0;
	}
	
	.v2-hero-content {
		padding-right: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.v2-hero-callout-box {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 400px) {
	.v2-hero-callout-box div {
		display: block;
		text-align: center;
	}
	
	.v2-hero-callout-box img {
		max-width: 100px;
	}
	
	.v2-hero-callout-box div:first-child {
		margin-bottom: 20px;
		width: 100%;
	}
		
	.v2-hero-callout-box div:last-child {
		padding-left: 0;
		width: 100%;
	}
}


/*-animated home page text-*/

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	/* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;
	/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
}



/*--------------------------------------------------------------
# Management Template
--------------------------------------------------------------*/


.management-headshot {
	display: inline-block;
	margin-bottom: 20px;
}

.management-profile img {
	width: 100%;
}

.management-profile .caption {
    background-color: #272b3f;
    margin-top: -8px;
    padding: 10px;
    position: relative;
    z-index: 10;
}

.management-profile img, .management-profile .caption {
    transition: all 0.3s ease-out 0s;
}

.management-profile:hover .caption {
    transform: translateY(-20px);
}

.management-profile .caption .management-name {
	margin-bottom: 0.1rem;
}

a.management-profile:hover {
	text-decoration: none;
}

.management-title,
.management-title:lang(ja) {
	margin-bottom: 0;
	color: #fff;
}

/*--------------------------------------------------------------
# News Template
--------------------------------------------------------------*/

hr.news {
	margin-bottom: 25px;
	margin-top: 30px;
}

.news-bg {
	background-color: #f1f2f5;
}

.news-margin-fix {
	margin-left: 15px;
	margin-right: 15px;
}

.news-post  {
	border: 1px solid #CFD1D7;
	border-radius: 4px;
	padding: 20px 25px;
	background-color: #f1f2f5;
	margin-bottom: 40px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.news-post:first-child {
	margin-top: 10px;
}

.news-item-mb {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 728px) {
	.news-post {
		margin-right: 5px;
		margin-left: 5px;		
	}
}


/*--------------------------------------------------------------
# Careers Template
--------------------------------------------------------------*/


.careers-first-cb,
.interns-first-cb {
	margin-top: -35px;
}

.career-column-inner img {
	margin: 0 auto 20px auto;
}

.img-career {
	width: 50%;
}

.bottom-content {
	margin-top: 60px;
	padding-top: 1.5em;
}

.btn-careers {
	margin-top: 10px;
}

.testimonial .card-container .card-inner:before {
	color: #1789fc;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 100px;
	line-height: 1;
	opacity: 0.15;
	position: absolute;
}

.testimonial-name {
	font-family: 'Dosis',sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #272b3f;
}


@media screen and (max-width: 768px) {
	.testimonial-column {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}
	
	.careers-first-cb,
	.interns-first-cb {
		margin-left: 5px;
		margin-right: 5px;
	}
	
}

@media screen and (max-width: 600px) {
	.careers-title {
		font-size: 28px;
		margin-bottom: 40px;
	}
}



/*-greenhouse shortcode customizations-*/

.center-box {
	background: #f1f2f5;
	margin-bottom: 40px;
	margin-top: 30px;
	padding-top: 20px;
}

.job-location {
	background: #f1f2f5;
	margin-bottom: 40px;
	padding: 20px 15px 0 15px;
}

.job-listing {
    column-count: 2;
    column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    margin: 1em 1em 2em 1em;
    padding: 0;
}

.job-listing li:before {
	display: none;
}

@media screen and (max-width: 900px) {
	.center-grey-box {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media screen and (max-width: 768px) {
	.job-listing {
	    column-count: 2;
	    column-gap: 0;
	    -moz-column-count: 1;
	    -moz-column-gap: 0;
	    -webkit-column-count: 1;
	    -webkit-column-gap: 0;
	}
	
	.center-box {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.job-location {
		padding: 20px 0;
		margin-left: -35px;
		margin-right: -35px;
	}
	
	ul.jobs {
		padding: 0 10px;
	}
}

@media screen and (max-width: 600px) {
	.center-box {
		margin-left: -30px;
		margin-right: -30px;
	}
}



/*--------------------------------------------------------------
# Solutions Pages
--------------------------------------------------------------*/

/*-side bar-*/

.card-container.nav h5 {
	font-size: 1rem;
	margin-bottom: 0.3rem;
}

.card-container.nav ul li {
	margin-bottom: 0.3rem;
}


.card-container.customer img {
	margin-bottom: 0.7rem;
}

.card-container.customer img:last-child {
	margin-bottom: 0;
}

.card-container.customer h5 {
	margin-bottom: 15px;
	text-align: center;
}

@media screen and (max-width: 981px) {
	.img-gov {
		max-width: 20%;
		margin-bottom: 0.7rem;
	}
}

@media screen and (max-width: 640px) {
	.img-gov {
		max-width: 35%;
	}
}


/*-track record section-*/
.trackrecord .flex-container {
	align-items: center;
	color: #272b3f;
	margin-right: 0;
}

.trackrecord .item-record {
	background: #f1f2f5;
	padding: 25px;
	border-radius: 5px;
}

.trackrecord .item-record + .item-record {
	margin-top: 20px;
}

.trackrecord .flex-item.content {
	padding: 10px 3%;
}

.trackrecord .flex-item.number {
	padding: 0 3%;
}

.flex-item.logo {
	width: 7%;
}

.flex-item.content {
	width: 40%;
	border-right: 4px dotted #CFD1D7;
}

.nologo .logo {
	display: none;
}

.nologo .content {
	width: 47%;
	padding-left: 0;
}

.flex-item.number {
	width: 53%;
}

.trackrecord .flex-item p {
	font-size: 1rem;
	margin-bottom: 0;
}

.trackrecord .flex-item .bignumber {
	font-size: 50px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 0;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
}

@media (max-width: 647px) {
	.trackrecord .flex-item {
		text-align: center;
	}
	
	.flex-item.logo,
	.flex-item.content,
	.flex-item.number {
		width: 100%;
	}
	
	.flex-item.logo {
		width: 15%;
		margin: 0 auto 10px;
	}
	
	.trackrecord .flex-item.content {
		border-right: none;
		border-bottom: 4px dotted #CFD1D7;
		padding: 0 0 20px;
	}
	
	.trackrecord .flex-item.number {
		padding: 20px 0 0;
	}
}


/*--------------------------------------------------------------
# Landing Page Template
--------------------------------------------------------------*/
 
/* Landing Page Banner */
.landing-page-banner {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0 50px;
	width: 100%;
	margin-top: -31px;
}

.landing-page-header {
	text-align: center;
}

.landing-page-banner h1 {
	color: #ffffff;
	margin-bottom: 0;
}

.landing-page-banner p {
	font-size: 24px;
	color: #fff;
}

.landing-page-banner h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	font-style: italic;
	text-transform: none;
}

.landing-container {
	padding-top: 35px;
	padding-bottom: 35px;
}

.landing-container.whitebg {
	background: #ffffff;
}

.landing-container.graybg {
	background: #f1f2f5;
}

.landing-container.slatebg {
	background: #272b3f;
}

/* Landing Page Three-Column Icons */
.landing-three-col-icon {
	display: inline-block;
	margin-right: -4.5px;
	margin-top: 20px;
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
	width: 33.3%;
}

.landing-three-col-icon img {
	vertical-align: middle;
	width: 120px;
}

.landing-three-col-icon h4 {
	margin-top: 1em;
}

.landing-three-col-icon p {
	font-style: italic;
	font-weight: bold;
	margin: 0.5em auto;
}


@media screen and (max-width: 640px) {
	.landing-three-col-icon {
		display: block;
		margin-bottom: 35px;
		margin-right: 0;
		padding: 0;
		width: 100%;	
	}
}

/* Landing Page Four-Column Icons */
.four-col-subcontainer {
	margin-left: 5%;
	width: 95%;
	margin-top: 15px;
}

.landing-four-col-icon {
	display: inline-block;
	margin-right: -4.5px;
	padding: 20px 10px 20px 0;
	text-align: left;
	vertical-align: middle;
	width: 25%;
}

.landing-four-col-icon img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: 30px;
}

.landing-four-col-icon p {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	vertical-align: middle;
}

.landing-four-col-icon a {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


.landing-five-col-customer {
	display: inline-block;
/*
	margin-right: -4.5px;
	padding: 10px;
	vertical-align: top;
	width: 20%;
*/
}


.landing-five-col-customer img {
	max-width: 250px;
	max-height: 40px;
	object-fit: contain;
	margin-bottom: 1.5em;
}

.landing-five-col-customer p {
	font-size: 1rem;
}

.landing-customer-container {
	height: 45px;
	margin-bottom: 20px;
}

.landing-customer-container img {
	max-height: 45px;
	max-width: 80%;
}

@media screen and (max-width: 1200px) {
	.four-col-subcontainer {
		margin-left: 0;
		width: 100%;
	}
	.landing-four-col-icon {
		width: 33.3%;
	}
	
	.landing-five-col-customer {
		margin-bottom: 1.2em;
	}
}

@media screen and (max-width: 800px) {
	.landing-four-col-icon {
		width: 50%;
	}
	.landing-four-col-icon p {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.landing-four-col-icon p {
		font-size: 15px;
	}
	.landing-five-col-customer {
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.landing-four-col-icon {
		display: block;
		margin-right: 0;
		width: 100%;
	}
	
	.landing-four-col-icon {
		text-align: center;		
	}
}





/*--------------------------------------------------------------
# Partner Page
--------------------------------------------------------------*/

#filterablePartners .mix {
	display: none;
}

#eventsContainer .mix {
	display: none;
}

.partner-text {
	margin-bottom: 0;
	text-align: center;
}

.img-partner {
	max-width: 40%;
}


h2.partner-header {
	text-align: center;
}

h2.partner-white {
	color: #ffffff;
}

.clear_column {
	display: none;
}

.partner-terms {
	color: #272b3f;
	font-size: 14px;
	margin-top: 10px;
}

.compensation-row {
	padding: 0 15px 15px;
}


.compensation-grey-box {
	margin-bottom: 40px;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 50px;
}

.card-container.partner-type p:last-of-type {
	margin-bottom: 0;
}

.card-inner .benefits p,
.card-inner .commitments p {
	margin-bottom: 0.3em;
}

.commitments {
	margin-top: 1.3rem;
}

.benefits hr,
.commitments hr {
	margin-bottom: 0.5em;
}

/*
.box.partnership h3 {
	background: #272b3f;
	color: #fff;
}
*/

@media screen and (max-width: 1024px) {
	.masonry {
	    column-count: 2;
	    column-gap: 20px;
	    -moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    margin: 1.5em 0;
	    padding: 0;
	}
}


@media screen and (max-width: 768px) {
	.masonry {
	    column-count: 1;
	    column-gap: 20px;
	    -moz-column-count: 1;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 1;
	    -webkit-column-gap: 20px;
	    margin: 1.5em 0;
	    padding: 0;
	}

	.compensation-row {
		padding-left: 0;
		padding-right: 0;
	}
	
	.blue-box {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.dark-blue-bg-padding {
		margin-left: -30px;
		margin-right: -30px;
	}

}


.profile {
    color: #272b3f;
	margin-bottom: 10px;
	margin-top: 150px;
    padding: 25px 0 0 0;
}

.profile.partner {
	margin-bottom: 0;
}

.profile img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.profile.partner img,
.single-partner img {
	margin-bottom: 1.5em;
	max-width: 250px;
	max-height: 150px;
}

.profile .social-btns {
	margin-bottom: 0.5em;
}

.profile .social-btns a {
	color: #1789fc;
}

.profile .social-btns a:hover {
	opacity: 0.9;
}

.profile hr {
	margin-top: 1.5em;
}

.single-advisor {
	margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Super Blog
--------------------------------------------------------------*/

.date {
	color: #000;
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.rosette		{ color: #eb3626; }
.cyber-triage	{ color: #0d7bff; }
.autopsy 		{ color: #00cc66; }
.fintech 		{ color: #272b3f; }
.bt-news 		{ color: #61a60e; }


/*
.super-blog-list-container {
	margin-bottom: 40px;
}
*/

.flex-container.super-blog {
	margin-bottom: 40px;
	margin-top: 20px;
}

.super-blog-filters {
	background: #F1F2F5;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}

.super-blog-filter {
	display: inline-block;
}

.super-blog-filter + .super-blog-filter {
	margin-left: 15px;
}

/*
.super-blog-filter.active {
	font-weight: bold;
}

.super-blog-filters fieldset, 
.super-blog-filters button {
	display: inline-block;
	vertical-align: middle;
}
*/

.super-blog-btns {
	display: inline-block;
	margin-left: 25px;
}

.super-blog-filters button {
	font-size: 12px;
}


/* FinTech Blog Tag Archive Styles */
.fintech-tag-header h2 {
	color: #000000;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}

.fintech-tag-header h2 span {
	color: #1789fc;
	font-weight: 500;
}

.fintech-tag-header p {
	margin-bottom: 0;
}

.gray-border-box {
	border: 1px solid #AEB0B8;
	margin: 0 0 40px 0;
	padding: 20px 20px 25px 20px;
}

/* Featured Posts on Super Blog */

.featured-posts h4 {
	font-size: 1.8rem;
}

.featured-blog-card-large-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.featured-blog-card-large-image,
.featured-blog-card-large-content.with-image {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.featured-blog-card {
	display: block;
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
}

.featured-blog-card-large-image,
.featured-blog-card-large-content.with-image {
	display: block;
}

.featured-blog-card-large-image {
	height: 200px;
}

.featured-blog-card .category-container {
    margin-bottom: 20px;
}

.featured-blog-card-large.flex-2 {
	margin-right: 0;
}

/*
.featured-blog-card-large.flex-2 + .featured-blog-card-large.flex-2 {
	margin-right: 20px;
}
*/

@media screen and (max-width: 900px) {
	.featured-blog-card {
		display: block;	
	}
	.featured-blog-card-large-image {
		height: 300px;
	}
	.featured-blog-card-large-image,
	.featured-blog-card-large-content.with-image {
		width: 100%;
	}
/*
	.flex-container {
		display: block;	
	}
*/
}

@media screen and (max-width: 600px) {
	.featured-blog-card-large-image {
		height: 200px;
	}
}

/*--------------------------------------------------------------
# Single Page - News, Case Studies, FinTech Blogs
--------------------------------------------------------------*/

.single-post .details {
	margin-bottom: 1.2em;
}

.single-post .category-container {
	display: block;
	margin: 0 0 0.5em 0;
}

.single-post.news .category-container .category {
	color: #64a70b;
	border-color: #64a70b;
}

.single-post.fintech .category-container .category {
	color: #009688;
	border-color: #009688;
}

.case-study .single-post .category-container .category {
	color: #42B0AD;
	border-color: #42B0AD;
}

.single-post .date,
.share-btns,
.share-btns .social-btns,
.post-info .social-btns {
	display: inline-block;
	vertical-align: middle;
}

.social-btns a.btn-primary {
	margin: 0 0 0.1rem 0;
}

.single-post .date + .share-btns,
.share-btns + .btn-primary,
.share-btns + a.btn-primary,
.share-btns .social-btns + .btn-primary,
.share-btns .social-btns + a.btn-primary,
.post-info .social-btns,
.post-info .social-btns + .btn-primary,
.post-info .social-btns + a.btn-primary {
	margin-left: 0.5em;
}


h3.sub-headline {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	color: #8C8F9A;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 640px) {
	.single-post .date + .share-btns,
	.share-btns + .btn-primary,
	.share-btns + a.btn-primary,
	.share-btns .social-btns + .btn-primary,
	.share-btns .social-btns + a.btn-primary,
	.post-info .social-btns + .btn-primary,
	.post-info .social-btns + a.btn-primary  {
		margin-left: 0.5rem;
	}
	
	.share-btns {
		text-align: center;
	}
	
	.share-btns .social-btns,
	.post-info .social-btns {
		margin-bottom: 0.7rem;
		margin-top: 1rem;
	}
	
	.extended-event-header {
		text-align: center;
	}
}




/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/

.event-post-container {
	display: inline-block;
	margin-right: -4px;
	padding: 10px;
	vertical-align: top;
	width: 25%;
}

.event-post {
	background: #fff;
	min-height: 280px;
	padding: 10px 20px 15px 20px;
	border: 1px solid #AEB0B8;
}

.event-post-logo {
	border-bottom: 2px solid #CFD1D7;
	min-height: 130px;
	position: relative;
	text-align: center;
}

.event-post-logo img {
	margin: 0 auto;
	max-height: 100px;
	position: absolute;
		top: 45%;
		left: 0;
		right: 0;
	text-align: center;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
}

.event-post-dates {
	display: block;
}

.event-post-location {
	display: block;
}

.event-date-toggle {
	cursor: pointer;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

.new-filters {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

.new-filters div {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	text-transform: uppercase;
}

.new-filters div:last-child {
	margin-right: 0;
}

.new-filters div.active {
	text-decoration: underline;
}

.filter.timey.active {
	display: none;
}



@media screen and (max-width: 1024px) {
	.event-post-container {
		width: 33.3%;	
	}
}

@media screen and (max-width: 800px) {
	.event-post-container {
		width: 50%;	
	}
}

@media screen and (max-width: 640px) {
	.event-post-container {
		display: block;
		margin-right: 0;
		width: 100%;	
	}
}


#partnerContainer .mix {
	display: none;
}

.container-events {
	padding-bottom: 50px;
}

.events-listing fieldset {
	border: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 2em 0 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.events-listing .clear-btn {
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	.events-listing .clear-btn {
		margin-top: 25px;
		display: block;
		width: 100%;
	}
}



/* Single Events Updates - January 2019 (SW) */
.event-masthead {
	background-position: center center;
	background-size: cover;
	margin-top: 90px;
	min-height: 250px;
	position: relative;
}

.event-masthead:after {
	background: rgba(49, 71, 122, 0.8) ;
	content: "";
	display: block;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
}

.event-masthead .col-md-12 {
	position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		z-index: 2;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
}

.event-masthead h4 {
	display: inline-block;
	margin-right: 30px;
}

.event-masthead h4:last-child {
	margin-right: 0;
}

.event-large-description {
	padding-top: 40px;
	padding-bottom: 40px;
}

.event-large-description .share-btns {
	margin-bottom: 1.3em;
	display: block;
}

/*-single event-*/
.addtoany_list a, 
.widget .addtoany_list a {
	padding: 0 !important;
}

.a2a_kit a + a {
	padding-left: 8px !important;
}

.addtoany_list {
	line-height: 25px;
}

.a2a_svg {
	height: 25px !important;
	line-height: 25px !important;
	width: 25px !important;
}

@media screen and (max-width: 640px) {
	.a2a_svg {
		height: 35px !important;
		line-height: 35px !important;
		width: 35px !important;
	}
}

.events .card-inner a p,
.partners .card-inner a p {
	margin-bottom: 0;
}

.event-card-img,
.partner-card-img {
	text-align: center;
	border-bottom: 1px solid #AEB0B8;
	padding-bottom: 20px;
	margin-bottom: 15px;
	height: 125px;
	position: relative;
}


.event-card-img img,
.partner-card-img img {
	height: auto;
	position: absolute;
	top: 42%;
	transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	left: 50%;
}

.event-card-img img {
	max-width: 90%;
	max-height: 100px;
}

.partner-card-img img {
	max-width: 160px;
	max-height: 60px;
}

.products .card-container img {
	max-height: 40px;
	text-align: left;
	vertical-align: baseline;
	object-fit: contain;
}

.careers .card-container .card-inner hr {
	margin-bottom: 0.5em;
}

.careers .card-container .card-inner ul {
	list-style-type: none;
}

.careers .card-container .card-inner ul {
	margin-left: 0;
	margin-bottom: 0;
}

.careers .card-container .card-inner ul li::before {
	display: none;
}


@media screen and (max-width: 1200px) {
	.flex-5,
	.flex-4 {
		flex-basis: calc(33.3% - 30px);
	}
}


@media screen and (max-width: 768px) {	
	.card {
		display: block;
		padding: 20px;
		margin-bottom: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}
}

/*CAREERS DSLKJF:LKSJD:FKLJS:KDLJF:KLSJDF:KLJSD:KLJF; */

.careers-first-cb,
.interns-first-cb {
	margin-top: -35px;
}

.career-column-inner img {
	margin: 0 auto 20px auto;
}

.img-career {
	width: 50%;
}

.bottom-content {
	margin-top: 60px;
	padding-top: 1.5em;
}

.btn-careers {
	margin-top: 10px;
}

.testimonial .card-container .card-inner:before {
	color: #1789fc;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 100px;
	line-height: 1;
	opacity: 0.15;
	position: absolute;
}

.testimonial-name {
	font-family: 'Dosis',sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #272b3f;
}


@media screen and (max-width: 981px) {
	.img-career {
		width: 25%;
	}
}

@media screen and (max-width: 760px) {
	.tc-ic-blocks img {
		width: 70%;
	}
}

@media screen and (max-width: 480px) {
	.tc-ic-blocks img,
	.img-partner,
	.img-career  {
		width: 30%;
		margin-top: 5px;

	}
	
	.tc-ic-blocks img{
		margin-bottom: 20px;
	}
}

/*-updated single events post 2020-*/
.gray-card {
	background: #F1F2F5;
	border-radius: 4px;
	margin-bottom: 30px;
}

.gray-card-inner {
	padding: 20px;
	position: relative;
}

.gray-card-inner h4,
.gray-card-inner p {
	font-size: 18px;
	margin: 0 0 6px 0;
}

.gray-card-inner p {
	font-size: 14px;
	margin: 0 0 6px 0;
}

.event-speaker-details {
	display: inline-block;
	min-height: 106px;
	vertical-align: middle;
	width: calc(100% - 20px);
}

.event-speaker-details p {
	line-height: 1.3;
}

.speaker-image {
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 96px;
}

.speaker-image ~ .event-speaker-details {
	width: calc(100% - 116px);
}

.speaker-image-logo {
	border-radius: 0;
}

.speaker-card-indicator {
	color: #B0B1B3;
	position: absolute;
		top: 15px;
		right: 15px;
}

.speaker-card-blurb {
	height: 0;
	transition-property: height;
	transition: 0.5s;
		-webkit-transition: 0.5s;
	display: none;
}

.speaker-card-blurb p {
	margin-bottom: 0;
}

.speaker-card-blurb.show {
	height: auto;
	margin-top: 20px;
	transition-property: height;
	transition: 0.5s;
		-webkit-transition: 0.5s;
	display: inline-block;
}

.speaker-card-has-blurb {
	cursor: pointer;
}

.agenda-item {
	background: #F1F2F5;
	border-radius: 4px;
	display: block;
	margin-bottom: 15px;
	padding: 10px 20px;
	position: relative;
}

.agenda-header {
	background: #272b3f;
	color: #ffffff;
	margin-top: 30px;
}

.agenda-header h4 {
	color: #ffffff;
	margin: 0;	
}

.agenda-item h5 {
	color: #1789fc;
	font-size: 21px;
	text-transform: none;
}

.agenda-item p {
	font-size: 16px;
	margin: 0 0 6px 0;
}

.embedded-map {
	height: 305px;
}

@media screen and (max-width: 940px) {
	.flex-3.event-flex-card {
		-ms-flex-preferred-size: calc(50% - 30px);
		    flex-basis: calc(50% - 30px);
	}
}

@media screen and (max-width: 640px) {
	.flex-3.event-flex-card {
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
		margin-right: 20px;
		width: 100%;
	}
	
	.event-speaker-details {
		min-height: 0;
	}
}


/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/

.ros-scroll-box {
	border: solid 1px #CFD1D7;
	padding: 30px 40px;
	margin-bottom: 0;
}

.ros-scroll-box p:last-child {
	margin-bottom: 0;
}

h6.ros-center {
	margin-top: 0;
	margin-bottom: 7px;
}

p.ros-desc {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0;
}

a.ros-desc {
	color: #272b3f;
	font-weight: 500;
}

a.ros-desc:hover {
	color: #272b3f;
}

.ros-box {
	border: solid 1px #CFD1D7;
	padding: 20px 10px;
}

.ros-box-margin {
	margin-bottom: 1.5em;
}

.ros-graphic {
	max-height: 200px;
	margin-bottom: 0.5em;
}

.scroll-btn {
	border-radius: 100%;
	border: 3px solid #1789fc;
	background: transparent;
	display: block;
	height: 34px;
	width: 34px;
	margin: 0.5em auto;
	text-align: center;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

.scroll-btn:hover {
	border-color: #272b3f;
}

.scroll-btn:focus {
	outline: 0;
}

.page-id-20654 .builder-plain-content:nth-child(4) .ros-box h6 {
	margin-top: 0;
}


/* Rosette Page Fixes - Super Hacky - Should rebuild this page completely */

@media screen and (max-width: 992px) {
	.page-id-20654 .builder-plain-content:nth-child(4) .ros-box {
		margin-bottom: 1em !important;
	}
	.page-id-20654 .builder-plain-content:nth-child(5) .col-md-4 {
		display: inline-block;
		margin-right: -4.5px;
		vertical-align: top;
		width: 33.3% !important;
	}
	.page-id-20654 .builder-plain-content:nth-child(6) .col-md-4 {
		margin-bottom: 1em !important;
	}
	.ros-box h6 {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 640px) {
	.page-id-20654 .builder-plain-content:nth-child(5) .col-md-4 {
		padding-left: 3px;
		padding-right: 3px;
		width: 50% !important;
	}
	.page-id-20654 .builder-plain-content:nth-child(5) .col-md-4:last-child {
		width: 100% !important;
	}
	.page-id-20654 .builder-plain-content:nth-child(5) .col-md-4:last-child .col-md-12 {
		display: inline-block;
		margin-right: 0;
		vertical-align: top;
		width: calc(50% - 4px) !important;
	}
	.page-id-20654 .builder-plain-content:nth-child(5) .col-md-4:last-child .col-md-12:nth-child(even) {
		margin-left: 3px;
	}
	.page-id-20654 .builder-plain-content:nth-child(5) .ros-box-margin {
		margin-bottom: 6px;
	}
	.page-id-20654 .builder-plain-content:nth-child(5) .ros-box {
		padding: 20px 0 10px 0;
	}
	.page-id-20654 .builder-plain-content:nth-child(5) .ros-box h6 {
		font-size: 16px;
	}
}


/*** Highlight Page */

.img-highlight {
	border: 1px solid #CFD1D7;
	margin-bottom: 1.2em;
}

.highlight-features {
	margin-bottom: 2em;
}

.highlight-vid {
	margin-bottom: 1.2em;
}

.highlight-p {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.img-sm-highlight {
		width: 50%;
		margin-bottom: 20px;
		margin-top: 10px
	}	
	
	.highlight-p {
		margin-left: 0;
	}
}

/*** Text-Analytics Page */

.img-textanalytics {
	max-width: 50%;
	max-height: 100px;
	margin-top: 1.2em;
}

.img-textanalytics-lg {
	background: #fff;
	padding: 0 10px;
}

/*** Terms of Use */

ul.terms-of-use {
	margin-left: 4em;
	margin-bottom: 1.2em;
}

/*** Fail message styles */
.events .fail-message,
.partners .fail-message,
.events-listing .fail-message {
	position: relative;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	
	transition: 150ms;
		-webkit-transition: 150ms;
		-moz-transition: 150ms;
}

.events .fail .fail-message,
.partners .fail .fail-message,
.events-listing .fail .fail-message {
	opacity: 1;
	margin-top: 25px;
	pointer-events: auto;
}


/*--------------------------------------------------------------
# Capabilities Page
--------------------------------------------------------------*/

.callout-box {
	border: 1px solid #000000;
	margin-left: 9px;
	max-width: 270px;
	padding: 20px;
}

.callout-box ul {
    column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
    column-gap: 10px;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	font-size: 11px !important;
	font-weight: 500 !important;
	margin: 0 !important;	
	text-transform: uppercase;
	padding-right: 0 !important;
}

.callout-box ul li {
	line-height: 2.5;
	padding-bottom: 0 !important;
}

.callout-box ul li:before {
	display: none !important;
}

.callout-box-title {
	color: #213768;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: top;
}

.callout-box-title:before {
	background-image: url(assets/globe-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	vertical-align: top;
	width: 22px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.customer-use {
	border-top: 1px solid #000000;
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}

.cap-customers {
	margin: 20px 0;
}

ul.customers {
	margin: 0;
}

.customers li {
	display: inline-block;
	vertical-align: middle;
/* 	width:19.5%; */
}

.customers li:before {
	display: none;
}

.customers img {
	max-width: 165px;
	max-height: 45px;
	object-fit: contain;
}

.plugins img {
	max-width: 150px;
	max-height: 45px;
	object-fit: contain;
}

.plugins .flex-container {
	align-items: center;
}

.cap-customers li {
	display: inline-block;
	vertical-align: middle;
/* 	width:19.5%; */
}

.cap-customers li:before {
	display: none;
}

.cap-customers img {
	max-width: 250px;
	max-height: 40px;
	object-fit: contain;
}

.customer-img-container {
	padding: 20px 27px;
}


.padding10 {
	padding: 10px;
}

.capability iframe {
	margin-top: 10px;
}

.capability-accent-image {
	margin: 0;
	max-width: 75%;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.cap-customers li {
		width: 25%;
	}
}

@media screen and (max-width: 768px) {
	.cap-customers li {
		width: 33.3%;
	}
}

@media screen and (max-width: 640px) {
	.cap-customers li {
		width: 50%;
	}
	
	.capability-accent-image {
		max-width: 100%;
	}
}

.capability-plain-content,
.capability-large-text {
	margin-bottom: 40px;
}

.capability-large-text p {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}

.capability-case-study {
	padding-top: 40px;
	padding-bottom: 25px;
}

.capability-plain-content ul {
	margin: 0 0 0.5em 1.5em;
}

.capability-callout-cards {
	margin: 0 auto 3em auto;
}

.capability-callout-box {
	border: 1px solid #000000;
	margin: 0 0 30px 0;
	max-width: 100%;
	padding: 20px;
}

.capability-callout-box ul {
    column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
    column-gap: 10px;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	font-size: 11px;
	font-weight: 500;
	margin: 0;	
	text-transform: uppercase;
	padding-right: 0;
}

.capability-callout-box ul li {
	line-height: 2.5;
	padding-bottom: 0;
}

.capability-callout-box ul li:before {
	display: none;
}

.capability-callout-box-title {
	vertical-align: top;
}

.capability-callout-box-title:before {
	background-image: url(assets/globe-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	width: 22px;
}

.tabbed-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabbed-navigation li {
	background: #f1f2f5;
	border: 1px solid #AEB0B8;
	display: inline-block;
	margin-right: -8px;
	margin-bottom: -1px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tabbed-navigation li.active {
	background: #ffffff;
	border-bottom: 2px solid #ffffff;
}

.tabbed-navigation li.active a {
	font-weight: 700;
}

.tabbed-navigation li a,
.tabbed-navigation li a:visited {
	display: block;
	padding: 12px 20px;
	color: #272b3f;
	font-size: 15px;
}

.tabbed-navigation li a:hover {
	text-decoration: none;
}

.tabbed-navigation li:before {
	display: none;
}

.cap-tab-content {
	border: 1px solid #AEB0B8;
	margin-top: -1px;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

.cap-tab-content ul {
	margin-bottom: 1.5em;
}

.cap-tab-content pre {
	max-height: 600px;
	background-color: #f1f2f5;
	border: 1px solid #CFD1D7;
}

.cap-tab-content:focus {
	outline: 0;
}
/*

.cap-tab-content table {
	font-size: 16px;
	margin-top: 10px;
}
*/

.cap-tab-content table tr th,
.cap-tab-content table tr td {
	border: 1px solid #CFD1D7;
	padding: 7px 10px;
	font-weight: 500;
	hyphens: auto;
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  -ms-hyphens: auto;
}

.cap-tab-content table tr th {
	background: #f1f2f5;
	font-weight: 600;
}

.cap-tab-content table tr td:first-child {
	background: #f1f2f5;
	font-weight: 700;
}

/* Widths for Tabbed Content */

.xs-width {
	width: 10px;
}

.sm-width {
	width: 25%;
}

.md-width {
	width: 40%;
}

.cap-tab-content table ul {
	margin: 0;
	padding: 0;
}

.cap-tab-content table li {
	display: inline-block;
	margin-right: 40px;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
}

.excel-icon:before,
.rapidminer-icon:before,
.solr-icon:before,
.elasticsearch-icon:before {
	background-size: cover;
	content: "";
	display: inline-block !important;
}

.excel-icon:before {
	background-image: url(assets/Excel.png);
}

.rapidminer-icon:before {
	background-image: url(assets/RapidMiner.png);
}

.solr-icon:before {
	background-image: url(assets/solr-icon.png);
}

.elasticsearch-icon:before {
	background-image: url(assets/Elasticsearch.png);
}

.cap-tab-content table li .elasticsearch-icon,
.cap-tab-content table li .excel-icon,
.cap-tab-content table li .rapidminer-icon,
.cap-tab-content table li .solr-icon {
	margin-top: 0;
}

.cap-tab-content table li .elasticsearch-icon:before,
.cap-tab-content table li .excel-icon:before,
.cap-tab-content table li .rapidminer-icon:before,
.cap-tab-content table li .solr-icon:before {
	height: 16px;
	margin-bottom: 4px;
	margin-right: 5px;
	vertical-align: bottom;
	width: 16px;
}

.cap-tab-content table ul li:before {
	display: none;
}

.mobile-tabbed-title {
	display: none;
}

/*** Colors and Table Widths for Name Highlighting ***/

.first-name {
	background-color: #D5ECFF; 
	border-bottom: 3px solid #2887D8;
} 

.last-name {
	background-color: #D7F4F2; 
	border-bottom: 3px solid #39B2AC;
} 

.middle-name {
	background-color: #FFE3C7; 
	border-bottom: 3px solid #FF671F;
} 

.full-name {
	background-color: #EFF2C7; 
	border-bottom: 3px solid #969B46;
} 

.title {
	background-color: #EDEDED; 
	border-bottom: 3px solid #9D9D9D;
} 

.organization {
	background-color: #D6E1FF; 
	border-bottom: 3px solid #24408E;
} 

.noun {
	background-color: #D6EFD8;
	border-bottom: 3px solid #40AD48;
}


@media screen and (max-width: 1024px) {
	.menu-capabilites-submenu-container ul {
		font-size: 14px;
	}
	.menu-capabilites-submenu-container li .caret {
		margin-top: 9px;
	}
	.cap-tab-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 992px) {
	
	.capability-accent-image {
		float: none;
		margin: 2em auto 0;
		overflow: auto;
	}
	
	.capability-callout-cards {
		max-width: 60%;	
	}

	.capability-callout-cards {
		max-width: 70%;	
	}
}

@media screen and (max-width: 800px) {
	.capabilities-menu-container {
		display: none;
	}
	
	.capability-callout-cards {
		max-width: 80%;	
	}
	
	.cap-tab-content {
		border: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	
	.tabbed-navigation {
		display: none;
	}
	
	.mobile-tabbed-title {
		display: block;
		margin-bottom: 0.2em;
	}
	
	ol.two-column {
	    column-count: 1;
	    	-webkit-column-count: 1; /* Chrome, Safari, Opera */
			-moz-column-count: 1; /* Firefox */
	    column-gap: 0;
	    	-webkit-column-gap: 0; /* Chrome, Safari, Opera */
			-moz-column-gap: 0; /* Firefox */
	}
}

@media screen and (max-width: 640px) {
	.sidebar-row {
		padding: 20px;
	}
	.capability-callout-box ul {
	    column-count: 2;
			-moz-column-count: 2;
			-webkit-column-count: 2;
	}

	.capability-large-text p {
		font-size: 18px;
	}
	.capability-tabbed-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 440px) {
	.capability-accent-image {
		max-width: 100%;
	}
	.capability-callout-cards {
		max-width: 100% !important;	
	}
}

@media screen and (max-width: 380px) {
	.cap-tab-content table tr td:nth-child(2) {
		background: #ffffff;
	}
	.cap-tab-content table tr td:nth-child(odd) {
		background: #f1f2f5;
	}
}

/*--------------------------------------------------------------
## Case Studies Page 
--------------------------------------------------------------*/

.case-studies-mb {
	margin-bottom: 50px;
}

/*
.download-pdf {
	margin-bottom: 2em;
}
*/

.case_study hr {
	margin-bottom: 1.4em;
}

.case_study .addtoany_share_save_container {
	clear: none;
	float: left;
	margin: 5px 16px 0 0;
	display: inline-block;
}

.cs-subheader,
.cs-subheader:lang(ja),
.subheader,
.subheader:lang(ja) {
	color: #8C8F9A;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
}



.luminoso-cstable > tr {
	border-bottom: 2px solid #CFD1D7;
}

.luminoso-cstable > tr:first-child {
	border-top: 2px solid #CFD1D7;
}

.luminoso-cstable > tr > td {
	padding: 20px 10px 20px 0;
}

.luminoso-cstable > tr > td > p:last-child {
	margin-bottom: 0;
}

/*************
Card Container for cards within case studies
*************/

.casestudy-card {
	border: 1px solid #CFD1D7;
	border-radius: 0;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.casestudy-card > p:last-child {
	margin-bottom: 0;
}

.casestudy-card img {
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
	.case_study .addtoany_share_save_container {
		float: none;
		text-align: center;
		margin-bottom: 2em;
	}	
}

@media screen and (max-width: 768px) {	
	.casestudy-card {
		display: block;
		padding: 20px;
		margin-bottom: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.card-inner {
		width: 100%;
		margin: 0 auto;
	}
}


.widget_recent_entries ul {
	margin: 0;
}

.widget_recent_entries ul li {
	margin: 0 0 0.6em 0;
	line-height: 1.4;
}

.widget_recent_entries ul li:last-of-type {
	margin-bottom: 0;
}

.widget_recent_entries ul li:before {
	display: none !important;
}

.tagcloud a {
	background: #f1f2f5;
	border-radius: 10px;
	display: inline-block;
	font-size: 12px !important;
	font-weight: 500;
	margin: 0 3px 6px 0;
	padding: 5px 10px;
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active {
	background: #EFEFEF;
	text-decoration: none;
}



.flex-container.careers {
	margin-top: -20px;
	margin-bottom: 30px;
}

/*
  
.blog-list-container::after,
.events-list-container::after,
.products-container::after {
    content: "";
    flex: auto;
}
*/

.blog-preview-slider {
	padding-left: 15px;
	padding-right: 15px;
}

.blog-preview-slider .card-container {
/* 	flex-basis: 33%; */
	margin: 0 20px;
}

.blog-list-card-container {
	cursor: pointer;
	-ms-flex-preferred-size: calc(33.3% - 20px);
	flex-basis: calc(33.3% - 20px);
	margin-bottom: 30px;
	padding-bottom: 0;
}

.blog-list-card {
	height: 100%;
	background: #ffffff;
	border: 1px solid #AEB0B8;
	border-radius: 0;
}

.blog-list-card:hover {
	border-color: #1789fc;
	transition: 0.1s;
}

.case-study-card-img {
    height: 125px;
    text-align: center;
    position: relative;
	border-bottom: 1px solid #AEB0B8;
	margin: 0 20px;
}

.case-study-card-img img {
    height: auto;
    max-width: 75%;
    max-height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    	-webkit-transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.blog-list-card a:hover,
.blog-list-card a:focus,
.blog-list-card a:active {
	text-decoration: none;
}

/*
.single .card-details {
	background: transparent;
	margin-bottom: 20px;
	padding: 0;
}

.single .card-details div {
	margin-right: 15px;
	width: auto;
}

.single .card-details .date {
	color: rgb(64, 64, 64);
}
*/

.blog-banner,
.post-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 250px;
	width: 100%;
	margin-bottom: 30px;
}



.blog-releases-container {
	margin-bottom: 40px;
	margin-right: 20px;
}

.blog-releases {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	width: 50%;
}

.blog-releases p {
	font-size: 16px;
	font-weight: 400;
}

.blog-releases-left {
	padding-right: 10px;
}

.blog-releases-right {
	padding-left: 10px;
}

.blog-releases-inner {
	background: #f1f2f5;
	border: 1px solid #CFD1D7;
	border-radius: 5px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	min-height: 180px;
	padding: 7px 20px;
}

.archive-header {
	margin-top: 115px;
}

/*--------------------------------------------------------------
## NLP Landing Page
--------------------------------------------------------------*/

.custom-sol-box {
    position: relative;
}

.custom-sol-box ul {
    list-style-type: none;
}

.card-container.custom-sol-box .card-inner {
	padding: 10px 15px;
}

.cs-one-inside,
.cs-two-inside,
.cs-three-inside,
.cs-four-inside,
.cs-five-inside,
.cs-six-inside {
    display: none;
    width: 48%;
    position: absolute;
    right: 0;
    top: 15px;
}

.cs-one,
.cs-two,
.cs-three,
.cs-four,
.cs-five,
.cs-six {
    padding: 3px 7px;
    width: 48%;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #272b3f;
    margin: 4px 0;
}

.cs-one:hover,
.cs-two:hover,
.cs-three:hover,
.cs-four:hover,
.cs-five:hover,
.cs-six:hover,
.cs-hover.active {
    cursor: default;
    background: #f1f2f5;
    color: #1789fc;
}

.cs-inside.active {
    display: inline;
    transition: 0.3s;
}

.cta-box {
    background: #f1f2f5;
    margin-top: 35px;
    width: 100%;
}

.cta-box-inner {
	padding: 20px 20px 0;
}

.cta-box-inner hr {
	margin-bottom: 0;
}

#custom-sol-box ul {
    margin-top: 25px;
}

.cs-gen {
    padding: 3px 7px;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #272b3f;
    margin: 4px 0;
}

.cs-gen:last-of-type {
    border-bottom: 0;
}

.cycle-one,
.cycle-two,
.cycle-three,
.cycle-four,
.cycle-five {
    opacity: 0.6;
    text-align: center;
    padding: 10px 20px;
    font-weight: 500;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    line-height: 1.3;
}

.cycle-one,
.cycle-two,
.cycle-three,
.cycle-four {
    margin-right: 1%;
    width: 19.2%;
}

.cycle-five {
    width: 19.2%;
}

.initiation:hover ~ .cycle-one,
.requirements:hover ~ .cycle-one,
.requirements:hover ~ .cycle-two,
.design:hover ~ .cycle-two,
.implementation:hover ~ .cycle-three,
.test:hover ~ .cycle-four,
.deploy:hover ~ .cycle-three,
.deploy:hover ~ .cycle-five {
    opacity: 1.0;
    background: #fff;
}

.initiation:hover,
.requirements:hover,
.test:hover,
.design:hover,
.implementation:hover,
.test:hover,
.deploy:hover {
    background: #64A70B;
    color: #fff;
    font-weight: 700;
}

.steps {
    font-size: 14px;
    display: block;
}

.step-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.initiation:hover:before,
.requirements:hover:before,
.design:hover:before,
.implementation:hover:before,
.test:hover:before {
    border-left: 35px solid #64A70B;
}

.cycle-one h4,
.cycle-two h4,
.cycle-three h4,
.cycle-four h4,
.cycle-five h4 {
    font-weight: 700;
    display: block;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #CFD1D7;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.cycle-one p,
.cycle-two p,
.cycle-three p,
.cycle-four p,
.cycle-five p {
    border-bottom: 1px solid #CFD1D7;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cycle-one p:last-of-type,
.cycle-two p:last-of-type,
.cycle-three p:last-of-type,
.cycle-four p:last-of-type,
.cycle-five p:last-of-type {
    border-bottom: 0;
}

.initiation,
.requirements,
.design,
.implementation,
.test,
.deploy {
    width: 15.7%;
    background-color: #CFD1D7;
    height: 100%;
    padding: 13px 15px;
    margin: 5px 5px 25px 5px;
    border-radius: 5px;
    text-align: center;
}

.requirements,
.design,
.implementation,
.test,
.deploy {
    padding-left: 45px;
}

.requirements:after,
.design:after,
.implementation:after,
.test:after,
.deploy:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 35px solid #f1f2f5;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
}

.initiation:before,
.requirements:before,
.design:before,
.implementation:before,
.test:before {
    content: "";
    position: absolute;
    right: -32px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 35px solid #CFD1D7;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    z-index: 1000;
    border-radius: 5px;
}

@media screen and (max-width: 1200px) {
	.initiation,
	.requirements,
	.design,
	.implementation,
	.test,
	.deploy {
		padding-top: 12px;
		padding-bottom: 12px;
		width: 15.5%;
	}
	
	.initiation:before,
	.requirements:before,
	.design:before,
	.implementation:before,
	.test:before {
		border-left: 28px solid #CFD1D7;
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
		right: -26px;
	}
	
	.requirements:after,
	.design:after,
	.implementation:after,
	.test:after,
	.deploy:after {
		border-left: 28px solid #f1f2f5;
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
	}
	
	.initiation:hover:before,
	.requirements:hover:before,
	.design:hover:before,
	.implementation:hover:before,
	.test:hover:before {
	    border-left: 28px solid #64A70B;
}
	
	.steps,
	.step-title {
		font-size: 10px;
	}
}

@media screen and (max-width: 992px) {
	.initiation,
	.requirements,
	.design,
	.implementation,
	.test,
	.deploy {
		display: none;
	}
	.cycle-one, 
	.cycle-two,
	.cycle-three, 
	.cycle-four,
	.cycle-five {
		background: #ffffff;
		color: #000000;
		opacity: 1;
	}
	.cycle-one h4, 
	.cycle-two h4,
	.cycle-three h4, 
	.cycle-four h4,
	.cycle-five h4 {
		color: #000000;
	}
}

@media screen and (max-width: 800px) {
	.cycle-one,
	.cycle-two,
	.cycle-three,
	.cycle-four,
	.cycle-five {
		display: inline-block;
		float: none;
/* 		margin: 10px; */
		vertical-align: top;
		width: 30%;
	}
	.custom-sol-box {
		width: 100% !important;
	}
}

@media screen and (max-width: 640px) {
	.cycle-one,
	.cycle-two,
	.cycle-three,
	.cycle-four,
	.cycle-five {
		width: 100%;
		margin: 15px 0;
	}
	.cs-one, 
	.cs-two, 
	.cs-three, 
	.cs-four, 
	.cs-five, 
	.cs-six {
		display: block;
		width: 100%;	
	}
	
	.cs-one-inside,
	.cs-two-inside,
	.cs-three-inside,
	.cs-four-inside,
	.cs-five-inside,
	.cs-six-inside {
	    display: block;
	    width: 100%;
	    position: relative;
	    overflow: auto;
	    top: 0;
	}
	
	.cs-one-inside.active,
	.cs-two-inside.active,
	.cs-three-inside.active,
	.cs-four-inside.active,
	.cs-five-inside.active,
	.cs-six-inside.active {
		display: block;
	}
	
	.cs-one:hover, 
	.cs-two:hover, 
	.cs-three:hover, 
	.cs-four:hover, 
	.cs-five:hover, 
	.cs-six:hover, 
	.cs-hover.active {
		background: transparent;
		color: #272b3f;
	}
}



/*--------------------------------------------------------------
# Video Page Added May 2020
--------------------------------------------------------------*/
.container-videos {
	margin-bottom: 60px;
}

.flex-container.videos {
	margin-right: -50px !important;
}

.video-card-container {
	margin-bottom: 50px;
	border-radius: 4px;
}

.video-card-container.flex-3 {
	flex-basis: calc(33.3% - 50px);
	margin-right: 50px;
}

li.video-card-container:before {
	display: none;
}

.container-videos ul {
	margin: 0;
}

.video-card-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 212px;
	position: relative;
	border: 1px solid #CFD1D7;
	border-radius: 4px;
	transition: 0.2s;
}

.video-card-pill {
	color: #ffffff;
	font-size: 0.8rem;
	padding: 2px 8px;
	margin-bottom: 8px;
}

/*
.video-single-pill {
	color: #ffffff;
	font-size: 12px;
	margin: 10px 0 20px 0;
	position: relative;
}
*/

.video-card-inner {
	padding: 20px;
}

.video-card-container a:hover {
	text-decoration: none;
}

.video-search-container {
	margin-bottom: 20px;
	position: relative;
}

#video-search-field {
	padding: 5px 35px;
	width: 100% !important;
	border-radius: 4px;
	border: none;
	color: #8C8F9A;
}

#video-search-field:focus {
	background: #f1f2f5;
}

.video-search-icon {
	background-image: url('/wp-content/themes/basistechnology/assets/magnifier.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 16px;
	position: absolute;
		top: 10px;
		left: 10px;
	width: 16px;
}

.video-details {
	margin-top: 20px;
}

h3.video-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 7px;
}

h5.video-speaker,
h5.video-date {
	font-size: 0.8rem;
	margin-bottom: 0;
	line-height: 1.4;
}

h5.video-speaker {
	display: block;
}

h5.video-date {
	color: #B0B1B3;
	display: inline-block;
}


.video-card-pill + h5.video-date {
	margin-left: 10px;
}

.video-card-container:hover .video-card-image {
	transform: scale(1.1);
	transition: 0.2s;
}

.two-column-filter {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.three-column-filter {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.two-column-filter .checkbox:first-child,
.three-column-filter .checkbox:first-child {
    margin-top: 0;
}

.fancybox-bg {
	background: #1789fc !important;
}

.fancybox-caption {
	font-size: 16px !important;
}

.fancybox-caption .fa {
    margin-top: 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

/*
.video-card-image:after {
	color: #ffffff;
	content: "\f04b";
	font-family: "FontAwesome";
	font-size: 30px;
	position: absolute;
		top: 50%;
		left: 0;
		right: 0;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
}
*/

.single-video-preview {
	display: inline-block;
	position: relative;
}

.single-video-preview img {
	border: 1px solid #AEB0B8;
}

.single-video-preview:after {
	color: #ffffff;
	content: "\f04b";
	font-family: "FontAwesome";
	font-size: 60px;
	position: absolute;
		top: 50%;
		left: 0;
		right: 0;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
	.video-card-pill + h5.video-date {
		margin-left: 0;
	}
	
	.video-card-pill {
		margin-bottom: 9px;
	}
	
	h5.video-date {
		margin-bottom: 5px;
		display: block;
	}
}

@media screen and (max-width: 840px) {	
	.video-card-container.flex-3 {
		flex-basis: calc(50% - 50px);
	}
	
}

@media screen and (max-width: 640px) {
	.video-card-container.flex-3 {
		flex-basis: auto;
		width: 100%;
		margin-right: 0;
	}
	
	.flex-container.videos {
		margin-right: 0 !important;
	}
}



/*--------------------------------------------------------------
## JA Site
--------------------------------------------------------------*/
/*-financial compliance page-*/
	/*-giant 10-*/
.large-number {
	display: inline-block;
	font-size: 75px;
	margin-right: 10px;
}

/* PARDOT FORMS - HEIGHT HACKS */
/*
.elastic-pardot-form {
	height: 666px;
}

.footer-pardot-form {
	height: 560px;
}

.product-pardot-form {
	height: 760px;
}

.startup-pardot-form {
	height: 850px;
}
*/

@media screen and (max-width: 1130px) {
	.footer-pardot-form {
		height: 690px;
	}
}

@media screen and (max-width: 1100px) {
	.elastic-pardot-form {
		height: 850px;
	}
	.product-pardot-form {
		height: 860px;
	}
}

@media screen and (max-width: 1050px) {
	.product-pardot-form {
		height: 895px;
	}
}

@media screen and (max-width: 990px) {
	.elastic-pardot-form {
		height: 660px;
	}
	.product-pardot-form {
		height: 730px;
	}
	.startup-pardot-form {
		height: 650px;
	}
}

@media screen and (max-width: 900px) {
	.footer-pardot-form {
		height: 550px;
	}
}

@media screen and (max-width: 700px) {
	.startup-pardot-form {
		height: 700px;
	}
}

@media screen and (max-width: 600px) {
	.elastic-pardot-form {
		height: 850px;
	}
}

@media screen and (max-width: 565px) {
	.footer-pardot-form {
		height: 690px;
	}
	.startup-pardot-form {
		height: 860px;
	}
}

@media screen and (max-width: 545px) {
	.product-pardot-form {
		height: 900px;
	}
}



/*-japanese blog-*/

.blog-item {
	margin-bottom: 40px;
}

.blog-item:first-child {
	margin-top: 10px;
}

.pagination {
	display: block;
	font-size: 16px;
	margin: 40px 0;
}

.page-numbers {
	background: #f1f2f5;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	width: 30px;
}

.page-numbers.current,
.page-numbers:hover {
	background: #40B4E5;
	color: #ffffff;
	text-decoration: none;
}

.page-numbers.dots,
.page-numbers.dots:hover {
	background: transparent;
	color: initial;
}

.page-num,
.page-num:hover {
	background: transparent;
	color: initial;
	display: block;
	font-weight: bold;
	height: auto;
	line-height: auto;
	margin-bottom: 5px;
	text-align: left;
	width: auto;
}

@media screen and (max-width: 640px) {
	.page-numbers {
		display: none;
	}
	.page-numbers.prev,
	.page-numbers.next {
		display: inline-block;
	}
	.page-numbers.page-num {
		display: block;
	}
}

@keyframes anima {
	0% { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; }
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; }
}

/* Audit Pages */
.customer-logo-audit th,
.customer-logo-audit td {
	border: 1px solid #dedede;
	border-collapse: collapse;
	padding: 10px;
}

.customer-logo-audit tr:nth-child(even) td {
	background: #f3f3f3;
}

/*--------------------------------------------------------------
# Markup Colors
--------------------------------------------------------------*/

.names-title			{ background: #dcdddd; border-bottom: 4px solid #8a8a8c; }
.names-firstname		{ background: #d5ecff; border-bottom: 4px solid #2887d8; }
.names-middlename		{ background: #ffe3c7; border-bottom: 4px solid #ff671f; }
.names-lastname			{ background: #d7f4f2; border-bottom: 4px solid #39b2ac; }

.pos-verb				{ background: #f9b3cc; border-bottom: 4px solid #ec0072; }
.pos-noun				{ background: #ddeec6; border-bottom: 4px solid #8dc63f; }
.pos-det				{ background: #d3c2de; border-bottom: 4px solid #6a3490; }
.pos-adp				{ background: #fde3c2; border-bottom: 4px solid #f7a232; }
.pos-pron				{ background: #ffedc4; border-bottom: 4px solid #fec238; }
.pos-aux				{ background: #d5ecff; border-bottom: 4px solid #2887d8; }
.pos-sym				{ background: #c0e6f6; border-bottom: 4px solid #2caae2; }
.pos-punct				{ background: #bec6dd; border-bottom: 4px solid #24408e; }

.entities-activity		{ background: #fde3c2; border-bottom: 4px solid #f7a232; }
.entities-anatomy,
.entities-disease,
.entities-species		{ background: #e2bcd1; border-bottom: 4px solid #9e1f63; }
.entities-cc,
.entities-email,
.entities-personal-id,
.entities-phone			{ background: #d0d3db; border-bottom: 4px solid #272b3f; }
.entities-coordinate,
.entities-date,
.entities-distance,
.entities-measure,
.entities-money,
.entities-number,
.entities-time,
.entities-url			{ background: #dcdddd; border-bottom: 4px solid #8a8a8c; }
.entities-event			{ background: #ffedc4; border-bottom: 4px solid #fec238; }
.entities-food,
.entities-substance		{ background: #ddeec6; border-bottom: 4px solid #8dc63f; }
.entities-identifier,	
.entities-misc			{ background: #facddf; border-bottom: 4px solid #ef5792; }
.entities-lang,
.entities-religion		{ background: #f9b3cc; border-bottom: 4px solid #ec0072; }
.entities-location		{ background: #c0e6f6; border-bottom: 4px solid #2caae2; }
.entities-org			{ background: #bec6dd; border-bottom: 4px solid #24408e; }
.entities-person		{ background: #f8c4be; border-bottom: 4px solid #e93824; }
.entities-product	 	{ background: #fad4b3; border-bottom: 4px solid #ed6f00; }
.entities-title			{ background: #d3c2de; border-bottom: 4px solid #6a3490; }
.entities-transport		{ background: #b3dac8; border-bottom: 4px solid #008448; }


/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/

body 
/*-margin-*/
.m-t-0	{ margin-top: 0 !important; }
.m-t-1	{ margin-top: 10px !important; }
.m-t-2	{ margin-top: 20px !important; }
.m-t-3	{ margin-top: 30px !important; }
.m-t-4	{ margin-top: 40px !important; }
.m-t-5	{ margin-top: 50px !important; }
.m-t-6	{ margin-top: 60px !important; }
.m-t-7	{ margin-top: 70px !important; }
.m-t-8	{ margin-top: 80px !important; }
.m-t-9	{ margin-top: 90px !important; }
.m-t-10	{ margin-top: 100px !important; }


.m-b-0	{ margin-bottom: 0 !important; }
.m-b-1	{ margin-bottom: 10px !important; }
.m-b-2	{ margin-bottom: 20px !important; }
.m-b-3	{ margin-bottom: 30px !important; }
.m-b-4	{ margin-bottom: 40px !important; }
.m-b-5	{ margin-bottom: 50px !important; }
.m-b-6	{ margin-bottom: 60px !important; }
.m-b-7	{ margin-bottom: 70px !important; }
.m-b-8	{ margin-bottom: 80px !important; }
.m-b-9	{ margin-bottom: 90px !important; }
.m-b-10	{ margin-bottom: 100px !important; }

/*-padding */
.p-t-0	{ padding-top: 0 !important; }
.p-t-1	{ padding-top: 10px !important; }
.p-t-2	{ padding-top: 20px !important; }
.p-t-3	{ padding-top: 30px !important; }
.p-t-4	{ padding-top: 40px !important; }
.p-t-5	{ padding-top: 50px !important; }
.p-t-6	{ padding-top: 60px !important; }
.p-t-7	{ padding-top: 70px !important; }
.p-t-8	{ padding-top: 80px !important; }
.p-t-9	{ padding-top: 90px !important; }
.p-t-10	{ padding-top: 100px !important; }

.p-b-0	{ padding-bottom: 0 !important; }
.p-b-1	{ padding-bottom: 10px !important; }
.p-b-2	{ padding-bottom: 20px !important; }
.p-b-3	{ padding-bottom: 30px !important; }
.p-b-4	{ padding-bottom: 40px !important; }
.p-b-5	{ padding-bottom: 50px !important; }
.p-b-6	{ padding-bottom: 60px !important; }
.p-b-7	{ padding-bottom: 70px !important; }
.p-b-8	{ padding-bottom: 80px !important; }
.p-b-9	{ padding-bottom: 90px !important; }
.p-b-10	{ padding-bottom: 100px !important; }


/*-colors-*/
.green 			{ color: #60a845; }
.white			{ color: #ffffff; }

/*-background colors-*/
.white-bg,
.white 			{ background: #ffffff; }
.light-grey-bg,
.lightgrey 		{ background: #f1f2f5; }
.dark-bg,
.slate-bg,
.slate,
.dark-grey-bg	{ background: #272b3f; color: #fff; }
.brightblue-bg	{ background: #1789fc; }




/*-text-*/
.text-white,
.text-white:lang(ja)	{ color: #ffffff !important; }
.text-brightblue 		{ color: #1789fc !important; }
.text-slate 			{ color: #272b3f !important; }
.text-green 			{ color: #60a845 !important; }


.text-right		{ text-align: right !important; }
.text-center 	{ text-align: center !important; }

.text-xsmall 	{ font-size: 0.8rem !important; }
.text-small 	{ font-size: 1rem !important; }
.text-large 	{ font-size: 5rem !important; }


/*-borders-*/
.no-border		{ border: none !important; }
.border 		{ border: 1px solid #CFD1D7; }

/*-mobile text alignments-*/

@media screen and (max-width: 640px) {
	.center-mobile 	{ text-align: center; }
}


@media screen and (max-width: 800px) {
	.text-right {
		text-align: left;
	}
}

@media screen and (max-width: 400px) {
	.col-xxs-4 {
		width: 25%;
	}
	.col-xxs-8 {
		width: 75%;
	}
	.col-xxs-12 {
		float: none;
		width: 100%;
	}
}
