/*
Theme Name: Autopsy 2019
Theme URI: https://www.autopsy.com
Author: Basis Technology
Author URI: https://www.basistech.com
Description: Custom theme for Cyber Triage
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: cybertriage
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
# Elements
# Forms
# Navigation
	## Links
	## Buttons
	## Menus
		### Fancy Menus
		### Mobile Menu
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Global Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	font-family: 'Open Sans', 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: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

.smalltext {
	font-size: 0.9rem;
}

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;
}

.checkbox+.checkbox, 
.radio+.radio {
	margin-top: 5px;
}

.checkbox label, 
.radio label {
	padding-left: 0;
}

fieldset {
	border: 1px solid #DCDCDF;
	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;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
input,
select,
textarea {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.05rem;
	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;
	visibility: hidden;
}

h1,
h1:lang(ja) {
	font-weight: 700;
	font-size: 3.5rem;
	color: #0D7BFF;
	line-height: 1.1;
}

h2,
h2:lang(ja) {
	font-weight: 500;
	font-size: 2.5rem;
	color: #0D7BFF;
}

h3,
h3:lang(ja) {
	font-weight: 500;
	font-size: 1.8rem;
	color: #0D7BFF;
}

h4,
h4:lang(ja) {
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #2F323A;
}

h5,
h5:lang(ja) {
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #2F323A;
}


h6,
h6:lang(ja) {
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	color: #2F323A;
}

p {
	margin: 0 0 1.3rem 0;
}
  
/*
body:lang(ja) {
	font-weight: 500;
	font-family:"Meiryo",Helvetica, Arial, sans-serif;
	line-height: 1.6;
}
*/

body:lang(ja) {
	font-weight: 500;
	font-family:'Open Sans',Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

p:lang(ja) {
	font-weight: 500;
	font-family:'Open Sans',Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

/*
li:lang(ja) {
	font-weight: 500;
	font-family:'Open Sans',Helvetica, Arial, sans-serif;
	line-height: 1.6;
}
*/

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	background: #0D7BFF;
	color: #fff;
	font-size: 1.8rem;
	margin: 30px auto 40px;
	padding: 25px 40px;
	text-align: center;
	width: 80%;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.4;
	box-shadow: 10px 10px #dcdcdf;
	border: none;
}

address {
	margin: 0 0 1.5em;
}

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: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

.text-right {
	text-align: right !important;
}

.text-white,
.text-white:lang(ja) {
	color: #fff !important;
}

.text-orange,
.text-orange:lang(ja) {
	color: #FF9900 !important;
}

.text-slate,
.text-slate:lang(ja) {
	color: #2f323a; !important;
}

.text-center {
	text-align: center;
}

.text-small {
	font-size: 0.8rem;
}

.large {
	font-size: 5rem;
}

.builder-dark-masthead .large {
	visibility: hidden;
}

.wf-active .builder-dark-masthead .large {
	visibility: visible;	
}


.pill {
	display: inline-block;
	padding: 3px 15px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
}



@media screen and (max-width: 800px) {
	.text-right {
		text-align: left;
	}
}



/*--------------------------------------------------------------
# Add Ons		
--------------------------------------------------------------*/

.border {
	border: 1px solid #dcdcdf;
}

.no-bullets li:before {
	display: none; 
}




/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*: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;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

hr {
	background-color: #B9BABD;
	border: 0;
	height: 1px;
	margin: 0.5rem 0 1.25rem;
}

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 > p {
	padding-left: 5px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 2em;
}

p + ul {
	margin-top: -0.8rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 0.9rem;
}


/*-callout box-*/

.callout-box {
	padding: 20px 25px;
}

.callout-box.light {
	background-color: rgba(13,123,255,0.1);
}

.callout-box p {
	font-size: 0.9rem;
}





/*--------------------------------------------------------------
# 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: #666;
	border: 1px solid #f1f2f5;
	border-radius: 0;
	background: #f1f2f5;
	font-weight: normal;
}

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: #2F323A;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

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 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: #DCDCDF;
	border-radius: 3px;
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #0D7BFF;
	opacity: 0;
	pointer-events: none;
}

.checkbox input:checked ~ label:after {
	opacity: 1;
}

.checkbox input:focus ~ label:before {
	background: #DCDCDF;
}




/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a,
a:focus,
a:visited,
a:active {
	outline: 0;
	color: #0D7BFF;
	text-decoration: none;
}

a:hover {
	outline: 0;
	color: #0D7BFF;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

.clickable-div {
	cursor: pointer;
	transition: 0.3s;
}

.clickable-div:hover {
	border-color: #0D7BFF;
	transition: 0.3s;
}

.clickable-div:hover .more,
.more:hover {
	text-decoration: none;
	transition: 0.3s;
}

.clickable-div:hover .more:after,
.clickable-div .more:hover:after {
	margin-left: 6px;
	transition: 0.3s;
}

.clickable-div:hover a {
	text-decoration: none;
	transition: 0.3s;
}








/*--------------------------------------------------------------
	## Buttons
--------------------------------------------------------------*/


a.btn,
.btn,
a.btn-primary,
a.button,
.btn-primary,
input[type="submit"] {
	padding: 3px 10px 2px 14px;
	background: none;
	border: 2px solid #0D7BFF;
	color: #0D7BFF;
	display: inline-block;
	border-radius: 4px;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.8px;
	font-size: 0.9rem;
	cursor: pointer;
}

/*
a.btn:after,
.btn:after,
a.btn:after,
.btn:after,
a.btn-primary:after,
a.button:after,
.btn-primary:after {
	content: "\f061";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	margin: 1px 0 0 5px;
	vertical-align: text-top;
}
*/


a.btn:hover,
a.btn:active,
a.btn:focus,
a.button:hover,
a.button:active,
a.button:focus,
a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus,
a.button:hover,
a.button:active,
a.button:focus,
.btn:hover,
.btn:active,
.btn: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,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #0D7BFF;
	border: 2px solid #0D7BFF;
	color: #fff;
	text-decoration: none;
	outline: none;
}

button:hover,
button:active,
button:focus {
	outline: none;
}

/*
a.btn-primary:hover:after,
a.button:hover:after,
.btn-primary:hover:after {
	margin: 2px 0 2px 8px;
	transition: 0.1s;
		-webkit-transition: 0.1s;
}
*/

.btn-primary + .btn-primary,
.button + .button {
	margin-left: 0.5em;
}


.btn-secondary {
	background: #0D7BFF !important;
	border: none !important;
	color: #fff !important;
}

.btn-secondary:hover {
	color: #2f323a !important;;
}

.ct-ad .btn-secondary {
	box-shadow: 0px 0px 10px #2f323a;
}

.btn-large {
	font-size: 20px !important;
	padding: 8px 17px 7px !important;
}

.btn-large:after {
	font-size: 15px !important;
	margin: 5px 0px 5px 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: #0D7BFF;
}

/*
.more {
	position: relative;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	bottom: 0;
	transition: 0.3s;
	font-size: 0.9rem;
}
*/

.btn:after,
a.btn:after,
a.btn-primary:after,
a.button:after,
.btn-primary:after,
.more:after {
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	margin: 4px 0 0 6px;
	vertical-align: top;
}

/*

.arrow-fix:after {
	margin: 3px 5px 0;
}

.arrow-fix:hover:after {
	margin-left: 10px;
}

.arrow-margin-left-fix:after {
	margin-left: 5px;
}

.arrow-margin-left-fix:hover:after {
	margin-left: 10px;
}

.arrow-margin-top-fix:after {
	margin: 3px 2px 0;
}
*/

@media screen and (max-width: 640px) {
	.btn-primary {
		width: 100%;
	}
	.btn-primary + .btn-primary {
		margin-left: 0;
		margin-top: 0.8rem;
	}
}



/*--------------------------------------------------------------
	## Menus
--------------------------------------------------------------*/

nav.navbar {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 0;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
	height: 90px;
	margin-bottom: 0;
}

nav.navbar.has-supernav {
	height: 120px;
}

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;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	visibility: hidden;
}

.menu-main-menu-container .menu li + li {
	margin-left: 25px;
}

.wf-active .menu-main-menu-container .menu li {
	visibility: visible;
}

.menu-main-menu-container .menu li:before {
	display: none;
}

.menu-main-menu-container .menu li a {
	color: #2F323A;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
	margin: 0;
}

.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: #0D7BFF;
}

.menu-main-menu-container .menu li > .sub-menu {
	position: absolute;
	display: none;
	margin: 0;
	min-width: 200px;
	padding: 10px 0 0 0;
	text-align: left;
	left: -50%;
}

.menu-main-menu-container .menu #menu-item-215 > .sub-menu {
	margin-left: 10px;
}

.menu-main-menu-container .menu #menu-item-219 > .sub-menu {
	left: -120%;
}

.menu-main-menu-container .menu #menu-item-223 > .sub-menu {
	left: -180%;
}

.menu-main-menu-container .menu li > .sub-menu::before {
	position: absolute;
	content: " ";
	left: calc(50% - 5px);
	top: 0;
	height: 10px;
	width: 20px;
/* 	transform: translateX(-50%); */
	border-bottom: 10px solid #2F323A;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.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.menu-item-1308 > .sub-menu {
	margin: 0 0 0 -103px;
}

.menu-main-menu-container .menu li > .sub-menu li {
	display: block;
	width: 100%;
	margin: 0;
	background-color: #2F323A;
	padding-left: 14px;
	padding-right: 14px;
}

.menu-main-menu-container .menu li > .sub-menu li a {
	display: block;
	width: 100%;
	line-height: 1.4;
	color: #ffffff;
	font-size: 14px;
	padding: 7px 0px;
}

.menu-main-menu-container .menu li > .sub-menu li a:hover {
	color: #0D7BFF;
}

.menu-main-menu-container .menu li > .sub-menu li:first-child a {
	padding-top: 1.2em;
}

.menu-main-menu-container .menu li > .sub-menu li:last-child a {
	padding-bottom: 1.2em;
}

.lang-item a {
	border: 1px solid #2F323A;
}

.lang-item a:hover {
	border: 1px solid #0D7BFF; 
}

.current-lang {
	display: none !important;
}

.menu-item-1410 {
	display: none !important;
}

.japanese-browser-detected .menu-item-1410 {
	display: inline-block !important;
}

@media screen and (max-width: 1024px) {
	.menu-main-menu-container .menu li + li {
		margin-left: 12px;
	}
	.menu-main-menu-container .menu li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 970px) {
	.menu-main-menu-container .menu > li {
		padding: 0;
		font-size: 0.9rem;
	}
}

/* Super Menu */
.super-menu-container {
	background: #2f323a;
}

.super-menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.super-menu-container li {
	display: inline-block;
	line-height: 1;
	margin-top: 3px;
	margin-bottom: 8px;
}

.super-menu-container li + li {
	margin-left: 15px;
}

.super-menu-container li:before {
	display: none;
}

.super-menu-container li:last-child {
	margin-right: 0;
}

.super-menu-container a,
.super-menu-container a:visited {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.5px;
}

.super-menu-container a:hover,
.super-menu-container a:focus,
.super-menu-container a:active {
	opacity: 0.7;
	text-decoration: none;
	transition: 0.1s;
		-webkit-transition: 0.1s;
}

/*--------------------------------------------------------------
		### Mobile Menu
--------------------------------------------------------------*/

/* Hamburger Icon and "X" */

.mobile-navigation {
	display: none;
	color: #2F323A;
	padding-right: 15px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 502;
}

.mob-menu {
	padding-top: 25px;
	text-align: right;
	color: #2F323A;
	opacity: 1;
}

.mob-menu i {
	font-size: 2em;
	cursor: pointer;
	color: #2F323A;
	margin-top: 0;
}

.mob-menu.close {
	color: #2F323A;
	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: 120px;
	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 #DCDCDF;
	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 #DCDCDF;
	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: #2F323A;
	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: #2F323A;
	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;
	}

}

/*--------------------------------------------------------------
		### Landing Page Sub Menu
--------------------------------------------------------------*/

.landing-page-submenu-container {
	background-color: #f1f2f5;
}

.landing-page-submenu {
	font-family: 'Dosis', sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: center;
	margin: 1.9rem 1.5rem 1.5rem;
}

.landing-page-submenu li {
	display: inline-block;
	margin: 0 1.5rem 0.7rem;
}

.landing-page-submenu li:before {
	display: none;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background: #2f323a;
}

.deep-footer {
	color: #DCDCDF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.deep-footer a {
	color: #DCDCDF;
}

.deep-footer a:hover {
	color: #f1f2f5;
}

.deep-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.deep-footer .menu li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}

.deep-footer .menu li:before {
	color: #DCDCDF;
	content: "|";
	left: 0;
	padding-right: 10px;
	position: relative;
}

.deep-footer .social-btns {
	text-align: right;
}

.deep-footer .social-btns a {
	font-size: 20px;
	margin-right: 10px;
	opacity: 0.8;
	text-decoration: none;
}

.deep-footer .social-btns a:hover {
	opacity: 1;
	text-decoration: none;
}

.social-btns i {
	font-style: normal;
}

.social-btns .fab {
	font-family: FontAwesome;;
}

.social-btns .fas {
	font-family: FontAwesome;;
}

.copyright p, 
.copyright li,
.copyright a {
	font-size: 14px;
	margin: 0;
}

.copyright p,
.footer-menu-container {
	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;
	}
	
	.copyright p,
	.footer-menu-container {
		display: block;
	}
	
	.deep-footer .menu li {
		margin: 0;
	}
	
	.deep-footer .menu li:before {
		display: none;
	}
}


/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}

.alignright-over-margin {
	margin: 1rem -145px 1rem 1rem;
	display: inline-block;
	float: right;
}

@media screen and (max-width: 720px) {
	.alignright {
		display: block;
		margin: 1.5em auto;
		float: none;
	}
}


/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 30px 0;
}

.side-bar-blog-listing .widget {
	margin: 0;
}

.side-bar-blog-listing .widget-title {
	display: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
/* 	margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


iframe {
	border: 1px solid #B9BABD;
}


#rosetteIframe {
	border: 0 !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/


.img-caption {
	font-size: 0.9rem;
	color: #848486;
	font-style: italic;
}

.box-shadow {
	box-shadow: 7px 7px #dcdcdf;
}

.clickable-div .box-shadow:hover,
.v2-hero-callout-box.box-shadow:hover {
	box-shadow: 9px 9px #dcdcdf;
}

.border {
	border: 1px solid #B9BABD;
}


/*--------------------------------------------------------------
# Card Container
--------------------------------------------------------------*/

.card-container {
  border: 1px solid #B9BABD;
  background: #fff;
  margin-bottom: 20px;
}

.clickable-div.card-container:hover {
	box-shadow: 7px 7px #dcdcdf;
}

.no-border {
	border: none;
}


.card p:last-child {
	margin-bottom: 0;
}

.card img {
	max-height: 30px;
	text-align: center;
}

.card-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 125px;
}

/*
.card-img-container img {
	max-width: 160px;
	max-height: 60px;
}
*/

.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;
}

.card-inner a p,
.card-inner a:visited p,
.card-container p {
	color: #000000;
	font-size: 0.9rem;
	word-break: break-word;
}

.card-inner ul {
	margin: 0 0 1.3rem 1.3rem;
	font-size: 0.9rem;
}







/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

.icon-img-container {
	max-width: 50%;
	display: inline-block;
	margin-bottom: 15px;
}

.icon-img-container img {
	max-width: 150px;
	max-height: 80px;
	object-fit: contain;
}


/*--------------------------------------------------------------
# Customizations
--------------------------------------------------------------*/
.green {
	color: #60a845;
}

.whitebg {
	background: #fff;
}

.lightgreybg {
	background: #f1f2f5;
}

.bluebg {
	background: #0D7BFF;
}


.darkgreybg,
.dark-grey-bg {
	background: #2F323A;
	color: #fff;
}

.main-margin-bottom {
	margin-bottom: 2.5em;
}

.firstchild-padding-top {
	padding-top: 10px;
}

.margin-bottom-remove {
	margin-bottom: 0;
}

.header-margin-top {
	margin-top: 20px;
}

.section-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

.grey-band p:last-of-type {
	margin-bottom: 0.5em;
}


/*--------------------------------------------------------------
# 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: 300;
}



@media screen and (max-width: 1024px) {
	.container {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.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;
	}
	
	.mobile-margin-fix {
		margin-left: -15px !important;
		margin-right: -15px !important;	
	}
}


@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;
	}
}

/*--------------------------------------------------------------
# Front Page Template (Builder)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Front Page Template (Builder) - Dark Row Masthead
--------------------------------------------------------------*/
.builder-dark-content {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 800px;
	margin-top: 100px;
	max-height: calc(100vh - 100px);
	position: relative;
	text-align: center;	
	width: 100%;
	z-index: 0;
}

.fake-masthead {
	margin-top: 150px;
}

.fake-masthead-short {
	margin-top: 120px;
}

/*
.announcement-banner ~ .site-content .fake-masthead {
    margin-top: 180px;
}

.announcement-banner ~ .site-content .fake-masthead-short {
    margin-top: 145px;
}
*/

.builder-dark-masthead {
	background-color: #2F323A;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 400px;
/* 	margin-top: 90px; */
	position: relative;	
	width: 100%;
	z-index: 0;
}

.builder-dark-masthead a.button {
	font-size: 16px;
	margin-top: 1em;
	padding: 5px 30px;
}

.dark-overlay {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	display: block;
	position: absolute;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	z-index: 1;
}

.builder-dark-content .inner-content,
.builder-dark-masthead .inner-content {
	display: block;
	position: absolute;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	top: 40%;
	right: 0; 
	left: 0;
	position: absolute;
	z-index: 2;
}

.builder-dark-masthead .inner-content {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
}

.builder-dark-content h1,
.builder-dark-masthead h1,
.builder-dark-content h2,
.builder-dark-masthead h2 {
	color: #ffffff;
}

.builder-dark-content p,
.builder-dark-masthead p {
	color: #DCDCDF;
}

.dark-product-logos {
	border-top: 1px solid #DCDCDF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
}

.dark-product-logo {
    opacity: 0.6;
    padding: 0 20px;
    transition: all 0.4s ease 0s;
}

.dark-product-logo:hover {
    opacity: 1;
    transform: scale(1.1);
}

.chevron {
	bottom: 0;
    display: inline-block;
    height: 20px;
    margin: 20px 0;
    opacity: 0.6;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 20;
}

.chevron:hover {
    opacity: 1;
}

.chevron::after, .chevron::before {
    content: " ";
    display: block;
    height: 10px;
    width: 40px;
}

.chevron::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #fff;
}

.chevron::before {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-top: 10px solid transparent;
}

.vcenter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

@media screen and (max-width: 450px) {
	.builder-dark-masthead h1 {
		font-size: 56px;
	}
	.builder-dark-masthead h2 {
		font-size: 36px;
	}
}

/*--------------------------------------------------------------
## Front Page Template (Builder) - Plain Content
--------------------------------------------------------------*/

.builder-plain-content, 
.section-padding {
	padding-top: 35px;
	padding-bottom: 35px;
}

.builder-plain-content.remove {
	padding-top: 0;
	padding-bottom: 0;
}

.builder-plain-content {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*--------------------------------------------------------------
## Front Page Template (Builder) - Text Slider
--------------------------------------------------------------*/

.slider-section {
	padding-bottom: 0;
	padding-top: 60px;
}

.slider-section .carousel {
	background-size: cover;
	margin-bottom: 60px;
	min-height: 260px;
}

.slide {
	color: #ffffff;
	text-align: left;
}

.text-slider li:before {
	display: none;
}

.slide:focus,
.slick-slide:focus,
.slick-active:focus {
	outline: 0;
}

.flex-direction-nav a {
	height: 70px;
}

.flex-direction-nav a:before {
	color: #2F323A;
	font-size: 60px;
}

.carousel-control span {
	color: #2F323A;
	font-size: 50px !important;
	margin-top: -30px !important;
}

.item-inner {
	padding: 20px 50px;
}

.carousel-indicators {
	bottom: -45px;
	margin-bottom: 0;
}

.carousel-indicators li {
	border-color: #2F323A;
	height: 15px;
	width: 15px;
}

.carousel-indicators li.active {
	background-color: #2F323A;
	height: 15px;
	width: 15px;
}

@media screen and (max-width: 1024px) {
	.carousel-control span {
		font-size: 30px !important;
		margin-top: -10px !important;
	}
	
	.item-inner {
		padding: 20px 100px;
	}
}

@media screen and (max-width: 768px) {
	.item-inner {
		padding: 10px 70px;
	}
	
	.item-inner a.button {
		font-size: 16px;
		padding: 5px 10px;
	}
	
}

/*--------------------------------------------------------------
## Front Page Template (Builder) - CTAs
--------------------------------------------------------------*/

.ctas {
	padding-top: 30px;
}

.ctas h3 {
	text-align: center;
}

.cta {
	border: 6px solid #f1f2f5;
	border-radius: 6px;
	margin-bottom: 40px;
}

.cta_image {
	border-bottom: 1px solid #f1f2f5;
	padding: 0 40px;
}

.cta_content {
	padding: 20px 10px;
	text-align: left;
}

/*--------------------------------------------------------------
## Front Page Template (Builder) - Two-Column Content Blocks
--------------------------------------------------------------*/

.single-tc-block {
	margin-top: 1.3em;
}

@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;
	}
}


/*--------------------------------------------------------------
## Front Page Template (Builder) - Customer Logos
--------------------------------------------------------------*/
.builder-customer-logos + .builder-customer-logos {
	padding-top: 0;
}

/*
.builder-customer-logos h2 {
	color: #ffffff;
}
*/

.builder-customer-logos .slide {
	display: inline-block;
}

.builder-customer-logos .slide.no-slide {
	padding: 0 35px 35px 35px;
}

.builder-customer-logos .slide img {
	margin: auto auto;
	max-width: 200px;
	max-height: 65px;
	padding: 15px;
}

.builder-customer-logos .slide.gov-customer-logo img {
	max-height: 105px;
}

.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;	
	}
}



.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;
}

.flex-center-hor {
	align-items: center;
}

.card-inner {
	padding: 20px;
}

.flex-5,
.flex-4,
.flex-3,
.flex-2 {
	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);
}

@media screen and (max-width: 1200px) {
	.flex-5,
	.flex-4 {
		flex-basis: calc(33.3% - 30px);
	}
}

@media screen and (max-width: 768px) {	
	.flex-5,
	.flex-4,
	.flex-3 {
		flex-basis: calc(50% - 30px);
	}
}

@media screen and (max-width: 640px) {
	.flex-5,
	.flex-4,
	.flex-3,
	.flex-2 {
		flex-basis: auto;
		width: 100%;
	}
}



/* Announcement Banner - Added 4/7/2018 - SW */

.announcement-banner {
	background: #0D7BFF;
	color: #ffffff;
	padding: 10px 0;
	position: relative;
		top: 120px;
		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 p {
		font-size: 14px;
	}
}


/* Landing Page Template - New July 2018 */
 
 
/* Landing Page Banner */
.landing-page-banner {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 70px;
	width: 100%;
}

.landing-page-header {
	text-align: center;
}

.landing-page-banner h1,
.landing-page-banner h2 {
	color: #ffffff;
/* 	margin-bottom: 0; */
}

.landing-page-banner h2 {
	font-size: 3.5rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.landing-page-banner p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
}

.landing-page-banner h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	font-style: italic;
	text-transform: none;
}

.landing-container {
	padding-top: 20px;
	/* padding-bottom: 30px; */
}

.landing-container.whitebg {
	background: #ffffff;
}

.landing-container.graybg {
	background: #f1f2f5;
}

.landing-container.slatebg {
	background: #2F323A;
}

/* Landing Page Three-Column Icons */
.landing-two-col-container {
	text-align: center;
}

.landing-three-col-icon {
	display: inline-block;
	margin-right: -4.5px;
	margin-top: 20px;
	padding: 0 30px;
	text-align: center;
	vertical-align: top;
	width: 33.3%;
}

.landing-two-col-icon {
	display: inline-block;
	margin: 20px -4.5px 30px 0;
	padding: 0 30px;
	text-align: center;
	vertical-align: top;
	width: 35%;
}

.landing-three-col-icon img {
	vertical-align: middle;
	max-height: 100px;
	max-width: 120px;
	width: auto;
}

.landing-two-col-icon img {
	vertical-align: middle;
	max-height: 100px;
	max-width: 150px;
	width: auto;
}

.landing-three-col-icon h4,
.landing-two-col-icon h4 {
	margin-top: 1em;
}

.landing-three-col-icon p,
.landing-two-col-icon p {
	font-style: normal;
	font-weight: normal;
	margin: 0.5em auto;
}

.landing-three-col-icon li {
	margin-bottom: 0;
}

.landing-two-col-icon .more:after {
	margin-top: 6px;
}

@media screen and (max-width: 640px) {
	.landing-three-col-icon,
	.landing-two-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: 0.9rem;
}

.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;		
	}
}




/*-blog-*/

/* SINGLE POST */

/* Single News, Case Studies, and 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; */
/* 	margin: 0 0 0.5em 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;
}


.date {
	color: #000;
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.rosette {
	color: #eb3925;
}

.cyber-triage {
	color: #2F323A;
}

.autopsy {
	color: #d07a22;
}

.fintech {
	color: #000000;
}

@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;
	}
	
	.share-btns {
		text-align: center;
	}
	
	.share-btns .social-btns,
	.post-info .social-btns {
		margin-bottom: 0.7rem;
	}
}/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/

body 
.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;}




/* New Front Page Template Hero Section - January 2019 (SW) */
.v2-hero-with-callouts-container {
	background-position: center center;	
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.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: 65%;
	    flex-basis: 65%;
	padding-right: 20px;

}

.v2-hero-callouts {
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
	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: #ffffff;
}
*/

.v2-hero-content h1 {
	color: #2f323a;
}

.v2-hero-callout-box {
	background: #f1f2f5;
	border: 2px solid #2f323a;
	display: block;
	margin-bottom: 30px;
	padding: 25px 20px;
/* 	box-shadow: 0px 3px 20px rgba(0, 0, 0, .2); */
	transition: 0.3s;
}

.v2-hero-callout-box:last-child {
	margin-bottom: 0;
}

.v2-hero-content h3 {
	margin-bottom: 30px;
}

.v2-hero-content p {
	margin-bottom: 0.8rem;
}

.v2-hero-callout-box h4 {
	font-size: 1.6rem;
	color: #0D7BFF;
}

.v2-hero-callout-box h4,
.v2-hero-callout-box p {
/* 	color: #ffffff; */
	margin-bottom: 0;
}

.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:hover {
	text-decoration: none;
	transition: 0.3s;
	border: 2px solid #0D7BFF;
/* 	box-shadow: 7px 7px #dcdcdf; */
}

.v2-hero-callout-box .more:after {
	font-size: 20px;
	margin: 3px;
}

.v2-hero-callout-box:hover .more:after {
	margin-left: 8px;
}

.v2-hero-content .pill {
	margin-right: 7px;
}

@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;
		width: 370px;
		margin: auto;
	}
	
	.v2-hero-content {
		padding-right: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.v2-hero-callout-box {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 540px) {

	.v2-hero-content p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 480px) {
	.v2-hero-content .pill {
		max-width: 145px;
		margin: 0 auto 0.3rem;
	}
	
	.v2-hero-content .pill-cap {
		display: block;
		margin-bottom: 1rem;
	}
}


@media screen and (max-width: 400px) {
	
	.v2-hero-callouts {
		width: 100%;
	}
	
	.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%;
	}
}




/* Search Results Nav */
.nav-links {
	margin-top: 5%;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}


/*-CT Ad-*/

.ct-ad {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 0.9rem;
}

@media screen and (max-width: 850px) {
	.ct-ad .flex-2 {
		flex-basis: 100%;
		width: 100%;
		margin-right: 0;
	}
	
	.ct-ad {
		text-align: center;
	}
	
	.ct-ad .btn-secondary {
		margin-bottom: 30px;
	}
}



.bold		{ font-weight: 700;}

.noborder	{ border: none !important; }