/*
	Theme Name: Speed Pro Theme
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'itcfranklingothic_lt_bookcnRg';
    src: url('fonts/itc_franklin_gothic_lt_book_condensed-webfont.woff2') format('woff2'),
         url('fonts/itc_franklin_gothic_lt_book_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'LubalinGraphLT-Book';
  src: url('fonts/LubalinGraphLT-Book.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/LubalinGraphLT-Book.woff') format('woff'), 
		url('fonts/LubalinGraphLT-Book.ttf')  format('truetype'), 
		url('fonts/LubalinGraphLT-Book.svg#LubalinGraphLT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*NEW FONTS*/

@font-face {
    font-family: 'ITCFranklinGothic LT Book';
    src: url('fonts/FranklinGothicLT-Book.woff2') format('woff2'),
        url('fonts/FranklinGothicLT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LubalinGraph LT';
    src: url('fonts/LubalinGraphLT-Book.woff2') format('woff2'),
        url('fonts/LubalinGraphLT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LubalinGraph LT';
    src: url('fonts/LubalinGraphLT-Demi.woff2') format('woff2'),
        url('fonts/LubalinGraphLT-Demi.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #1c1c1c;
	font-family: 'ITCFranklinGothic LT Book';
	font-size: 18px;
	font-size: 1.8rem;
/* 	line-height: 1.5; */
}

#icims_content_iframe body.iCIMS_Body{
	font-family: 'ITCFranklinGothic LT Book' !important;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #055c89;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #bbbbbd;
}

.entry-content a:hover {
	color: #055c89;
	text-decoration:underline;
}

.entry-content a.btn:hover{
	text-decoration:none;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: linear;
}

.entry-content center{
	margin:10px 0px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'LubalinGraph LT';
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight:bold;
}

h3 {
	font-size: 21px;
	font-size: 2.1rem;
	color:#055c89;	
	font-weight:bold;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

body .es_button{
	text-align:center;
}

body .es_msg {
    color: #fff;
    text-align: center;
	width:100%;
	margin-top:15px;
}

input[type="button"]:before{
	background: #bbbbbd none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

/* button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ffffff;
	border: none;
	box-shadow: none;
	color: #000000;
	cursor: pointer;
	font-weight: 300;
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
	text-transform: uppercase;
	width: auto;
} */

/* button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #bbbbbd;
} */

/* input[type="button"],input[type="submit"]{
	background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 0 1px transparent;
    color: #000;
    display: inline-block;
    overflow: hidden;
    padding: 6px 33px;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
} */

input[type="button"]:hover::before, input[type="button"]:focus::before, input[type="button"]:active::before {
    transform: scale(2);
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 20px;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 20px;
	padding: 0.6rem 2rem;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1160px;
}

.site-inner {
	clear: both;
	padding-bottom:30px;
	position:relative;
	z-index:9;
	padding-top:100px;
}
/*
.search .site-inner{
	padding-top:5rem;
}

.home .site-inner {
	padding:0px;
}
*/
.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 830px;
}

.archive .content{
	padding-top:15px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
	font-size:21px;
}

.error404 .entry-title{
	color: #055c89;
	padding-bottom: 15px;
	background: url("images/multi-border.jpg") center bottom no-repeat;
	margin-top:40px;
	text-align:center;
	font-weight: bold;
}

.error404 .sidebar{
	margin-top:5rem;
}

.entry-title a,
.sidebar .widget-title a,h2 a {
	border: none;
	font-weight:600;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	z-index: 999;
	width: 100%;
}

.site-header .wrap{
	max-width:1060px;
	margin:0 auto;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0 20px;
	padding: 2rem 0 2rem;
	width: 130px;
	position:relative;
	z-index:1000;
	line-height: 0;
}

.title-area img{
	max-width:130px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 205px;
}



/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #020202;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	margin: 0px 19px 0px;
	margin: 0rem 1.9rem 0rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #141414;
}

.genesis-nav-menu > .menu-item > a:hover,.genesis-nav-menu .current-menu-item > a,ul.genesis-nav-menu li:hover > a,.genesis-nav-menu .current-menu-ancestor > a{
	border-bottom:4px solid #055c89;
}

.genesis-nav-menu > .menu-item > a {
	text-transform:none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0 !important;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 260px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

.nav-primary #menu-main-menu li:last-child > a{
	margin-right:0px;
}

#menu-main-menu{
	margin-top:3px;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: transparent;
    	position: absolute;
    	right: 0;
    	top: 30px;
    	width: 100%;
	text-align:right;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #141414;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	color:#fff;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 14px;
  right: 14px;
  height: 5px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #055C89;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #055C89;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 0px;
	margin-left: 0rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
	padding-left: 40px; 
	position:relative;
}

.entry-content ul li::before {
  	background: #000;
	content: "";
	font-size: 32px;
	line-height: 0;
	border-radius: 100%;
	height: 6px;
	width: 6px;
	display: block;
	position: absolute;
	left: 15px;
	top: 11px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #055C89;
	color:#fff;
	text-decoration:none;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 15px;
	margin-top: 15rem;
	width: 300px;
	background:#055c89;
	padding:20px 15px;
	color:#fff;
}

.sidebar .widget-title,.sidebar a,.sidebar a:hover{
	color:#fff;
}

.sidebar .widget-title{
	margin-bottom:10px;
}

.sidebar .widget_categories .widget-title{
	border-bottom: 1px solid #508dad;
	padding-bottom:10px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	word-wrap: break-word;
	font-size:22px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #000;
	background-color: #fff;	
	border-top: 2px solid #055c89;
}

.footer-widgets .wrap {
	padding: 35px 0 0px;
	padding: 3.5rem 0 0rem;
	position:relative;
}

.footer-widgets-1{
	float: left;
	width: 88%;
}

.footer-widgets-2 {
	float: left;
	width: 12%;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	word-wrap: break-word;
}

.footer-widgets section{
	display:inline-block;
}

.footer-widgets-1 section{
	float:left;
}

.footer-widgets-1 section:first-child{
	margin-right:15px;
}

.footer-widgets-1 section:first-child img{
	margin-bottom:0px;
}

.footer-widgets-1 section:last-child{
	margin-top:0px;
}

.footer-widgets section.widget_nav_menu ul li{
	float:left;
	margin-left:20px;
	font-size:19px;
	min-width:100px;
}

.footer-widgets section.widget_nav_menu ul li a{
	border-bottom:3px solid #025b88;
	color:#1c1c1c;
}

.footer-widgets section.widget_nav_menu ul li ul{
	margin-top:7px;
}

.footer-widgets section.widget_nav_menu ul li ul li{
	font-size:16px;
	display:block;
	margin-left:0px;
	float:none;
	min-width:inherit;
	margin-bottom:5px;
}

.footer-widgets section.widget_nav_menu ul li ul li a{
	border-bottom:0px;
}

.footer-widgets section.widget_nav_menu ul li ul li a:hover{
	border-bottom: 4px solid #055c89;
}

.footer-widgets-2 section{
	font-size:15px;
	margin-top:15px;
	position:relative;
	width:100%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: transparent;
    	font-size: 14px;
    	padding: 4.8rem 0 3.8rem;
    	text-align: center;
}

.site-footer a{
	text-decoration:underline;
}

.site-footer a:hover{
	color:#055c89;
}

/* 
Text meant only for screen readers.
---------------------------------------------------------------------------------------------------*/
/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/*
CUSTOM STYLING
---------------------------------------------------------------------------------------------------- */
#logo-menu{
	/*transition: all 0.4s ease;*/
	position: fixed;
  	width: 100%;
	z-index: 10;
	border-bottom: 4px solid #055c89;
}

#logo-menu.sticky{
  	position: fixed;
  	width: 100%;
	z-index: 10;
    background: #fff;
	/*transition: all 0.4s ease;*/
}

#logo-menu.sticky .title-area{
	/*padding:10px 0;*/
}

.sticky #latest-event-banner{
	height: 65px;
	padding-top: 20px;
}

.sticky #latest-event-banner h4{
	font-size:17px;
}

#internal-dynamic-menu{
	background:#000;
	text-align:center;
	display:none;
}

#internal-dynamic-menu ul li{
	display:inline-block;
}

#internal-dynamic-menu ul li a{
	padding:14px 20px;
	color:#fff;
	display:inline-block;
}

.archive-description{
	display:none;
}

#hero-banner{
	position:relative;
}

.error404 #hero-banner,.search #hero-banner{
	margin-bottom:25px;
}

.search .read-more{
	color:#055C89;
}

#hero-banner img{
	width:100%;
}

#latest-event-banner{
	width:calc((100% - ((100% - 1160px) / 2)) - 203px);
	width:-webkit-calc((100% - ((100% - 1160px) / 2)) - 203px);
	width:-moz-calc((100% - ((100% - 1160px) / 2)) - 203px);
	width:-ms-calc((100% - ((100% - 1160px) / 2)) - 203px);
	height:81px;
	background-image:url("images/header-bar.png");
	background-size:100%;
	background-position:0 0;
	background-repeat:no-repeat;
	color:#fff;
	position:absolute;
	bottom:5px;
	right:0px;
	text-align:left;
	padding-top:24px;
	padding-left: 144px;
	z-index:10;
}

#latest-event-banner h4{
	font-family: "LubalinGraphLT-Book";
	font-weight:bold;
	text-shadow:2px 2px 10px #000;
	color:#fff;
}

#latest-event-banner h4 strong{
	font-weight:400;
	font-family:'itcfranklingothic_lt_bookcnRg';
}

#latest-event-banner a{
	background: #ffffff none repeat scroll 0 0;
    	border-radius: 20px;
    	color: #055c89;
    	display: inline-block;
    	font-size: 19px;
    	line-height: 1.1;
    	padding: 4px 23px;
    	text-shadow: none;
	margin-left:10px;
	vertical-align: middle;
    	-webkit-transform: perspective(1px) translateZ(0);
    	transform: perspective(1px) translateZ(0);
    	box-shadow: 0 0 1px transparent;
    	position: relative;
    	overflow: hidden;
    	-webkit-transition-property: color;
    	transition-property: color;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
}

#latest-event-banner a:hover{
	color:#000;
}

#hero-banner .soliloquy-container{
	max-width:100% !important;
	width:100%;
	max-height: none !important;
}

#hero-banner .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: transparent;
    text-shadow: unset;
    text-align: left;
    padding: 0;
	padding-left:calc((100% - 950px) / 2 );
}

#hero-banner .soliloquy-container *{
	margin-bottom:20px;
}

#hero-text,#hero-banner .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	width:100%;
	font-size:33px;
	color:#fff;
	text-shadow:3px 5px 7px #000;
	height:160px;
}

#hero-text h1,.soliloquy-container h1{
	font-size:40px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}

#hero-text a,.soliloquy-container a{
	background: #ffffff none repeat scroll 0 0;
    	border-radius: 15px;
    	color: #006da6;
    	display: inline-block;
    	font-size: 24px;
    	line-height: 1.1;
    	padding: 8px 40px;
    	text-shadow: none;
		vertical-align: middle;
    	-webkit-transform: perspective(1px) translateZ(0);
    	transform: perspective(1px) translateZ(0);
    	box-shadow: 0 0 1px transparent;
    	position: relative;
    	overflow: hidden;
    	-webkit-transition-property: color;
    	transition-property: color;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
}

#hero-text a:before,#latest-event-banner a:before,.soliloquy-container a:before{
	content: "";
    	position: absolute;
    	z-index: -1;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: #bbbbbd;
    	border-radius: 100%;
    	-webkit-transform: scale(0);
    	transform: scale(0);
    	-webkit-transition-property: transform;
    	transition-property: transform;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
    	-webkit-transition-timing-function: ease-out;
    	transition-timing-function: ease-out;
}

#hero-text a:hover:before, #hero-text a:focus:before, #hero-text a:active:before,.soliloquy-container a:hover:before,.soliloquy-container a:focus:before,.soliloquy-container a:active:before,#latest-event-banner a:hover:before, #latest-event-banner a:focus:before, #latest-event-banner a:active:before {
    	-webkit-transform: scale(2);
    	transform: scale(2);
}

#hero-text a:hover,.soliloquy-container a:hover{
	color:#000;
}

.btn{
	padding:6px 44px;
	display:inline-block;
	background-color:#055c89;
	font-size:19px;
	color:#fff;
	border-radius:0px;
	vertical-align: middle;
    	/*-webkit-transform: perspective(1px) translateZ(0);
    	transform: perspective(1px) translateZ(0);
    	box-shadow: 0 0 1px transparent;
    	position: relative;
    	overflow: hidden;
    	-webkit-transition-property: color;
    	transition-property: color;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;*/
	-webkit-transition: all .23s ease-in-out;
	-moz-transition: all .23s ease-in-out;
	transition: all .23s ease-in-out;
		border:2px solid #055c89;
	font-family: 'LubalinGraph LT';
	font-weight:bold;
	width: auto;
}

.btn:before{
	content: "";
    	position: absolute;
    	z-index: -1;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: #fff;
    	border-radius:0px;
    	-webkit-transform: scale(0);
    	transform: scale(0);
    	-webkit-transition-property: transform;
    	transition-property: transform;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
    	-webkit-transition-timing-function: ease-out;
    	transition-timing-function: ease-out;
	display:block;
}

.btn:hover{
	background: #f9f9f9;
	color: #055c89;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
    	-webkit-transform: scale(2);
    	transform: scale(2);
		display:none;
}

.arrow{
	background-image:url("images/button-arrow.png");
	background-position:center right 15px;
	background-repeat:no-repeat;
	padding: 6px 39px 6px 28px;
}

.arrow:hover{
	background-image:url("images/button-arrow-black.png");
	background-position:center right 15px;
	background-repeat:no-repeat;
	padding: 6px 39px 6px 28px;
}

#border-heading h2,.border-heading h2,.single .entry-title{
	background:url("images/multi-border.jpg") center bottom no-repeat;
	padding-bottom:9px;
}

.single h1.entry-title{
	font-weight:bold;
	text-align:center;
}

#security-research{
	padding-top:20px;
}

#security-research .widget_siteorigin-panels-builder .panel-grid-cell:nth-of-type(2){
	border-right:0px;
	border-left:0px;
}

#security-research .widget_siteorigin-panels-builder .panel-grid-cell{
	box-shadow: 0px 1px 12px rgba(156,152,152,0.4);
	width: 32.5%;
	padding:39px 30px 35px 25px;
	font-size:19px;
}

#security-research .widget_siteorigin-panels-builder .panel-layout{
	max-width:1025px;
	margin:0 auto;
}

.entry-content #security-research .widget_siteorigin-panels-builder .panel-grid-cell a:hover{
	text-decoration:none;
}

#security-research .widget_siteorigin-panels-builder .panel-grid-cell h4{
	font-family:'ITCFranklinGothic LT Book';
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

#security-research .widget_siteorigin-panels-builder .panel-grid-cell ul{
	margin-top:40px;
}

#security-assessments{
	padding-top:20px;
}

#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell:nth-of-type(2){
	border-right:0px;
	border-left:0px;
}

#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell{
	box-shadow: 0px 1px 12px rgba(156,152,152,0.4);
	width: 32.5%;
	padding:39px 30px 35px 32px;
	font-size:19px;
}

#security-assessments .widget_siteorigin-panels-builder .panel-layout{
	max-width:1025px;
	margin:0 auto;
}

.entry-content #security-assessments .widget_siteorigin-panels-builder .panel-grid-cell a:hover{
	text-decoration:none;
}

.pedigree h2{
	color:#055c89;
}

#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell h4{
	font-family: 'ITCFranklinGothic LT Book';
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell .btn{
	margin-top:55px;
}

#mission-methodology,#mission-methodology h2,#mission-methodology a{
	color:#fff;
}

#mission-methodology h2{
	border-bottom:1px solid #5794b3;
	padding-bottom:10px;
}

.entry-content #mission-methodology ul{
	margin-left:0px;
}

.entry-content #mission-methodology ul li{
	width:50%;
	display:inline-block;
	list-style-type:none;
	float:left;
	margin-bottom:15px;
}

.entry-content #mission-methodology ul li:before{
	display:none;
}

a.blue-arrow{
	font-weight: bold;
	color:#055c89;
	position:relative;
}

a.blue-arrow:after{
	background-image: url("images/button-arrow-blue.png");
    	content: "";
    	display: block;
    	height: 15px;
    	margin-left: 10px;
    	position: absolute;
    	right: -20px;
    	top: 3px;
    	width: 10px;
}

.entry-content #mission-methodology a:after,#thought-leadership a:after{
	background-image: url("images/button-arrow.png");
    	content: "";
    	display: block;
    	height: 15px;
    	margin-left: 10px;
    	position: absolute;
    	right: -20px;
    	top: 3px;
    	width: 10px;
}

#thought-leadership a:after{
	top: 9px;
}

.entry-content #mission-methodology a,#thought-leadership a{
	border-bottom:3px solid transparent;
	position: relative;
}

.entry-content #mission-methodology a:hover,#thought-leadership a:hover{
	border-bottom:3px solid #b9b9b9;
	text-decoration: none;
}

#border-heading.pedigree .so-panel,.border-heading.pedigree .so-panel{
	margin-bottom:5px;
}

#border-heading.pedigree .widget_siteorigin-panels-builder h2,.border-heading.pedigree .widget_siteorigin-panels-builder h2 {
    background: rgba(0, 0, 0, 0) url("images/small-border.png") no-repeat scroll center bottom;
	text-align:center;
	margin-top:30px;
	color:#055c89;
}

body .lsow-carousel .lsow-carousel-item p{
	margin-bottom:0px;
}

.pedigree .widget_siteorigin-panels-builder img{
	/*margin-right:30px;*/
	margin:0 auto;
}

#thought-leadership > .panel-grid-cell{
	padding:20px;
	border:1px solid #9bb6c4;
}

#thought-leadership,#thought-leadership .panel-grid-cell .widget-title,#thought-leadership a,#thought-leadership h2{
	color:#fff;
}

#thought-leadership a{
	font-weight:bold;
	display:inline-block;
	margin-top:10px;
	position:absolute;
	bottom:15px;
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
}

#thought-leadership #bottom-latest-event-banner a{
	position:relative;
	bottom:0px;
	left:0%;
	transform:translateX(0%);
	-ms-transform:translateX(0%);
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
}

#bottom-latest-event-banner{
	padding:20px;
	font-size:22px;
}

#bottom-latest-event-banner a{
	margin-left:10px;
}

#bottom-latest-event-banner strong{
	font-size:28px;
	color:#fff;
}

#bottom-latest-event-banner strong,#bottom-latest-event-banner section{
	display:inline-block;
	margin-right:10px;
}

#thought-leadership .widget_siteorigin-panels-builder .panel-grid{
	margin-bottom:0px;
	border:1px solid #9bb6c4;
}

#thought-leadership .widget_siteorigin-panels-builder .panel-grid:first-child .panel-grid-cell,#thought-leadership .widget_siteorigin-panels-builder .panel-grid:last-child .panel-grid-cell{
	width:50%;
	padding-left:20px;
	position: relative;
	padding-bottom:40px;
	min-height:291px;
}

#thought-leadership .widget_siteorigin-panels-builder .panel-grid:first-child{
	border-bottom:0px;
}

#thought-leadership .widget_siteorigin-panels-builder .panel-grid:last-child{
	border-top:0px;
}

#thought-leadership .widget_siteorigin-panels-builder .panel-grid .panel-grid-cell:first-child{
	border-right:1px solid #9bb6c4;
}

#thought-leadership .widget_siteorigin-panels-builder .panel-grid:nth-child(2) .panel-grid-cell:first-child{
	border:0px;
}

#thought-leadership .widget_siteorigin-panels-builder .panel-grid .panel-grid-cell:first-child .textwidget{
	padding-right:7px;
}

#thought-leadership .widget-title{
	margin: 0 0 5px -20px;
	background:url("images/title-bars-bg.png") 0 0 no-repeat;
	padding: 17px 15px 17px 55px;
	position:relative;
	font-family: "itcfranklingothic_lt_bookcnRg";
	font-size:28px;
	font-weight:bold;
}

#news .widget-title:before{
	background: rgba(0, 0, 0, 0) url("images/news-icon.png") no-repeat scroll 0 center;
    	content: "";
    	display: block;
    	height: 21px;
    	left: 20px;
    	position: absolute;
    	top: 19px;
    	width: 25px;
}

#blog .archive-pagination{
	display:none;
}

#blog .widget-title:before{
	background: rgba(0, 0, 0, 0) url("images/blog-icon.png") no-repeat scroll 0 center;
    	content: "";
    	display: block;
    	height: 22px;
   	 left: 20px;
    	position: absolute;
    	top: 19px;
    	width: 22px;
}

#talk .widget-title:before{
	background: rgba(0, 0, 0, 0) url("images/talk-icon.png") no-repeat scroll 0 center;
    	content: "";
    	display: block;
    	height: 27px;
    	left: 20px;
    	position: absolute;
    	top: 19px;
    	width: 26px;
}

#thought-leadership .widget_siteorigin-panels-builder .panel-grid article{
	padding-right:20px;
	font-size:22px;
	margin-bottom:20px;
}

#footer-social{
	cursor: pointer;
    	position: absolute;
    	right: 0;
    	top: -9px;
	background: #066697 none repeat scroll 0 0;
}

#footer-social a:hover{
	color:#fff;
}

#footer-social ul {
	/*background: #04496d none repeat scroll 0 0;
	width: 130px;*/
	right: 0px;
	z-index: 9;
	position:relative;
	overflow: hidden;
}

#social-icon{
	/*width:37px;
	height:31px;*/
	padding: 10px 23px;
	display:block;
	background:rgba(0, 0, 0, 0) url("images/hover-social-icon.png") no-repeat scroll center center;
	cursor: pointer;
	float: right;
	position: relative;
	text-indent: -9999px;
}

#social-icon.hover-icon{
	background:url("images/hover-social-icon.png") center center no-repeat;
}

#footer-social li{
	display:inline-block;
	text-indent: unset;
	color:#fff;
	font-size: 27px;
	float:left;
}

#footer-social li a {
	border: 1px solid #366d8a;
	border-right: none;
	background-color: #fff;
	padding: 3px 9px 0 10px;
	display: inline-block;
}

#footer-social li:last-child > a {
	padding: 3px 12px 0 13px;
	border-right: 1px solid #366d8a;
}

#footer-social li a:hover {
	background-color: rgb(6, 102, 151);
}

.page-template-default #border-heading h2,.single #border-heading h2,.single .entry-title,.page-template-default .border-heading h2,.single .border-heading h2{
	color:#055c89;
	padding-top:25px;
}

.entry-content strong{
	color:#055c89;
}

#menu-internal-page-menu,#menu-pedigree-page,#menu-knowledge-menu,#menu-news-page,#menu-services{
	/*border-bottom:1px solid #bbbbbb;
	margin-top:20px;*/
}

#internal-page-menu{
	text-align:center;
	padding: 5% 0% 3% 0%;
}

#internal-page-menu li:before{
	display:none;
}

#internal-page-menu li{
	display:inline-block;
	margin:0px 5px;
	padding:0px;
	text-indent: 0;
}

#internal-page-menu li a{
	font-family: 'LubalinGraph LT';
	max-width:285px;
	min-width:175px;
	min-height:40px;
	background:#a9a9a9;
	color:#fff;
	display:block;
	text-align:center;
	font-size:19px;
	font-weight:normal;
	padding: 6px 10px 0;
	position:relative;
    	vertical-align: middle;
    	-webkit-transform: perspective(1px) translateZ(0);
    	transform: perspective(1px) translateZ(0);
    	box-shadow: 0 0 1px transparent;
    	position: relative;
    	-webkit-transition-property: color;
    	transition-property: color;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
	text-decoration: none;
}

#internal-page-menu li a:before {
    	content: "";
    	position: absolute;
    	z-index: -1;
    	top: 0;
    	left: 0;
   		right: 0;
    	bottom: 0;
    	background: #055c89;
    	-webkit-transform: scaleY(0);
    	transform: scaleY(0);
    	-webkit-transform-origin: 50% 100%;
    	transform-origin: 50% 100%;
    	-webkit-transition-property: transform;
    	transition-property: transform;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
    	-webkit-transition-timing-function: ease-out;
    	transition-timing-function: ease-out;
}

#internal-page-menu li a:hover:before, #internal-page-menu li a:focus:before, #internal-page-menu li a:active:before {
    	-webkit-transform: scaleY(1);
    	transform: scaleY(1);
}

#internal-page-menu li.current-menu-item a{
	background:#055c89;
}

body .wpsm_nav-tabs > li > a .fa{
	float:right;
}

body .wpsm_nav-tabs{
	width:350px;
	background:#055c89;
	padding-bottom:20px;
}

body .wpsm_nav-tabs > li{
	text-indent:0px;
	margin-right: 0px !important;
}

.wpsm_nav-tabs > li > a{
	text-align:left;
}

body #tab_container_149 .wpsm_nav-tabs > li > a,body #tab_container_156 .wpsm_nav-tabs > li > a,body #tab_container_159 .wpsm_nav-tabs > li > a,body #tab_container_162 .wpsm_nav-tabs > li > a{
	text-align:left !important;
	cursor:pointer;
	padding: 5px 17px 0px 18px !important;
	border:0px !important;
}

body #tab_container_149 .wpsm_nav-tabs > li.active > a:hover,body #tab_container_156 .wpsm_nav-tabs > li.active > a:hover,body #tab_container_159 .wpsm_nav-tabs > li.active > a:hover,body #tab_container_162 .wpsm_nav-tabs > li.active > a:hover{
	border:0px !important;
}

body #tab_container_149 .wpsm_nav-tabs > li > a:hover,body #tab_container_156 .wpsm_nav-tabs > li > a:hover,body #tab_container_159 .wpsm_nav-tabs > li > a:hover,body #tab_container_162 .wpsm_nav-tabs > li > a:hover{
	border:0px !important;
}


body #tab_container_149 .wpsm_nav-tabs > li.active > a,body #tab_container_156 .wpsm_nav-tabs > li.active > a,body #tab_container_159 .wpsm_nav-tabs > li.active > a,body #tab_container_162 .wpsm_nav-tabs > li.active > a{
	border:0px !important;
}

#tab-panels h3{
	background: #055c89 none repeat scroll 0 0;
    color: #fff;
    margin: 0 !important;
    padding: 15px 0 10px 20px;
    width: 350px !important;
	border-bottom: 1px solid #508dad;
}

body #tab_container_149 .wpsm_nav-tabs > li,body #tab_container_156 .wpsm_nav-tabs > li,body #tab_container_159 .wpsm_nav-tabs > li,body #tab_container_162 .wpsm_nav-tabs > li{
	margin-right:0px !important;
}

#tab-panels .siteorigin-widget-tinymce.textwidget div{
	margin-bottom:0 !important;
	padding-top:0px;
}

#tab-panels hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 6px 0;
    padding: 0; 
}

.events-page .entry-title{
	font-size:24px;
	font-family: "itcfranklingothic_lt_bookcnRg";
	margin-bottom: 5px;
}

.events-page .entry-title a{
	color:#055c89;
}

.events-page article{
	margin-bottom:20px;
}

.search-form input{
	border-radius:0px;
}

#mission{
	padding:0 23% 0 0;
}

#methodology{
	padding: 0 25% 0 13%;
}

/*#internal-page-menu li a[title]:hover:after{
	content: attr(title);
	padding: 8px 12px;
	color: #85003a;
	position: absolute;
	left: -50%;
	bottom: 100%;
	z-index: 20;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 2px #c0c1c2;
	-webkit-box-shadow: 0px 0px 2px #c0c1c2;
	box-shadow: 0px 0px 2px #c0c1c2;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
}*/

.presentations .entry-content img{
	border:1px solid #000;
}

.news-list{
	margin-bottom:10px;
	clear:both;
}

.news-list span{
	display:block;
	float:left;
}

.news-list span:first-child{
	width:18%;
}

.news-list span:last-child{
	width:82%;
}

.news-list br{
	display:none;
}

body li.feed-item {
	padding: 0px;
	text-indent: 0px;
	margin: -1px 0 0;
}

body li.feed-item a,.whitepapers h3,.casestudies .entry-title,.whitepaper .entry-title,.in_news .entry-title{
	font-size: 22px;
	font-family: "itcfranklingothic_lt_bookcnRg";
}

.research-page h2{
	font-family: "itcfranklingothic_lt_bookcnRg";  
	font-size: 22px;
	font-weight: 600;
	color: #055c89;
}

.research-page h2 a{
	color: #055c89;
}

.casestudies .entry-title a,.whitepaper .entry-title a,.in_news .entry-title a{
	font-weight:600;
}

.whitepaper .entry-title a,.in_news .entry-title a{
	text-transform:uppercase;
}

.in-the-news h1.entry-title{
	display:none;
}

.in-the-news h2.entry-title{
	margin-bottom:5px;
}

.in-the-news .entry-meta{
	font-size:0px;
}

.in-the-news .entry-meta time{
	font-size:16px;
}

body li.feed-item::before {
	display: none;
}

.casestudy-read-more{
	text-align:right;
	font-weight:600;
	display:inline-block;
	margin-bottom:25px;
}

.event-read-more{
	font-size:13px;
	margin-top:0px;
}

#thought-leadership .type-tribe_events h2{
	font-size:21px;
}

#thought-leadership .type-tribe_events h2 a:after{
	display:none;
}

#thought-leadership .type-tribe_events h2 a{
	border-bottom:0px;
}

#heart {
    	animation-delay: 3s;
    	animation-iteration-count: infinite;
    	color: #c0392b;
	margin:30px 0;
}

#bus {
    	animation-duration: 1.5s;
    	color: #c0392b;
	margin:30px 0;
}

#adv {
    	color: #2e90c3;
		margin:30px 0px;
}

.hospital-hack .entry-content{
	max-width:820px;
	margin:0 auto;
}

.hospital-hack .fa-ambulance,.hospital-hack .fa-heartbeat{
	color:#e74c3c;
}

.events-class{
	font-size:22px;
}

#copyright-section{
		max-width: 75%;
    	padding-bottom: 20px;
}

.rss-aggregator .feed-item{
	margin-bottom:10px;
}

body .es_textbox_class {
    border-radius: 0;
    width: 100%;
}

#mc-embedded-subscribe-form{
	text-align:center;
}

#mc-embedded-subscribe-form label{
	text-align:left;
	display:block;
}

#mc-embedded-subscribe-form input[type="email"]{
	width:100% !important;
	border-radius:0px;
}

#bottom-upcoming-event{
	position:relative;
}

#thought-leadership #bottom-upcoming-event a{
	position:relative;
	display: inline-block;
	margin-top: 0;
	bottom: auto;
	left: auto;
	transform: unset;
	-ms-transform: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
	margin-left: 15px;
}

.hero-panel .sow-slider-image-wrapper {
    max-width: 675px !important;
    text-align: center;
}

.hero-panel .sow-slider-image-wrapper a{
	display:inline-block;
	padding:9px 26px;
	background:#055c89;
	border:2px solid #055c89;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-family: 'LubalinGraph LT';
	font-weight:bold;
	margin-top:34px;
	-webkit-transition: all .23s ease-in-out;
	-moz-transition: all .23s ease-in-out;
	transition: all .23s ease-in-out;
	margin-right:10px;
}

.hero-panel .sow-slider-image-wrapper a:hover{
	background:#f9f9f9;
	color:#055c89;
}

.hero-panel .sow-slider-image-wrapper img.aligncenter{
	margin: 0 auto 3.8rem;
	max-width:350px;
}

.hero-panel .sow-slider-image-wrapper a:first-child{
	margin-right:60px;
}

.entry-content .hero-panel ul li{
	text-indent:0px;
}

.entry-content .hero-panel ul li::before{
	display:none;
}

.special-announcements > .panel-grid-cell{
	max-width:695px;
	margin:0 auto;
	text-align:center;
}

.special-announcements > .panel-grid-cell > .so-panel:first-child{
	margin-bottom:10px !important;
	margin-top:20px;
}

.special-announcements .btn{
	padding: 6px 25px;
	margin:33px 0 25px;
}

body .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
	text-shadow: initial !important;
}

.category-blog .entry-title a {
    font-family: "itcfranklingothic_lt_bookcnRg";
    font-size: 22px;
    font-weight: 600;
	color: #055c89;
}

.category-blog .entry-header .entry-meta{
	font-size:90%;
}

#single-hero-image img{
	width:100%;
}

.wpematico_credit{
	display:none;
}

.archive-pagination ul li:before{
	display:none !important;
}

.entry-content .archive-pagination ul li{
	padding:0px;
}

.blog-page-loop{
	width:650px;
	margin:0 auto;
}

.blog-page-loop article{
	margin-bottom:35px;
	padding-bottom:10px;
	border-bottom:1px solid #E8E8E8;
}

.post-title-description{
	width:73%;
	float:left;
	font-size: 18px;
}

.blog-featured-image{
	width: auto;
	float: right;
	border: 1px solid #ddd;
	line-height: 0;
	padding: 6px;
}

.author-details img{
	margin-right:10px;
	border-radius:100%;
}

/* .author-details .entry-meta br{
	display:none;
} */

.author-details .entry-meta .entry-time{
	padding-top:0px;
	display:block;
	font-size:14px;
}

.entry-author a{
	pointer-events: none;
}

.subscribe-blog{
	width:471px;
	margin:0 auto;
}

.subscribe-blog #mc-embedded-subscribe-form label{
	width:30%;
	display:inline-block;
	color: #055c89;
	font-weight:bold;
	font-size:25px;
	font-family: 'LubalinGraph LT';
}

.subscribe-blog #mc-embedded-subscribe-form input[type="email"]{
	width:70% !important;
	display:inline-block;
	border:0px;
	border-bottom:1px solid #ddd;
	border-left: 1px solid #333;
	padding: 6px 10px;
}

/* .subscribe-blog input[type="submit"]{
	background:#005B88;
	color:#fff;
	padding: 0.8rem 2rem;
	font-size: 16px;
	font-weight: 600;
} */

.presentations-tilles{
	display: table !important;
	width: 100%;
	border-spacing: 15px 12px;
	border-collapse: separate;
}

.presentations-tilles > .panel-grid-cell{
	width:33.33% !important;
	display:table-cell;
	position:relative;
	padding:25px 20px 50px 20px;
	box-shadow: 0px 1px 12px rgba(156,152,152,0.4);
}

.presentations-tilles > .panel-grid-cell.panel-grid-cell-empty{
	opacity:0;
}

.presentations-tilles > .panel-grid-cell .btn{
	position:absolute;
	bottom:0px;
	left:50%;
	text-align:center;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	width:230px;
	font-size:18px;
	bottom: 35px;
}

.emodal ul {
    margin-left: 2rem;
}

.archive .site-inner{
	padding-top:10rem;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap,.site-header .wrap {
		max-width: 960px;
	}

	.genesis-nav-menu a{
		padding: 0rem 2rem 0.4rem;
		margin:0rem 1rem 0rem;
	}

	#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell h4{
		font-size:19px;
	}

	#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell{
		font-size:16px;
	}

	.btn {
		font-size:16px;
	}

	.pedigree .widget_siteorigin-panels-builder img {
    		margin-right: 10px;
	}

	#hero-text h1,.soliloquy-container h1 {
    		font-size: 34px;
	}

	#hero-text,.soliloquy-container{
		font-size: 29px;
	}

	#thought-leadership .widget_siteorigin-panels-builder .panel-grid article{
		font-size:20px;
	}

	.footer-widgets section.widget_nav_menu li {
    		margin-left: 10px;
    		font-size: 16px;
	}

	.footer-widgets-1 section:first-child {
    		margin-right: 0px;
	}

	.footer-widgets-1 section:first-child img {
    		max-width: 80%;
	}

	#copyright-section {
    	max-width: 76%;
	}
	
	.footer-widgets section.widget_nav_menu ul li {
    	margin-left: 16px;
    	font-size: 16px;
    	min-width: 80px;
	}
	
	.footer-widgets section.widget_nav_menu ul li ul li {
		font-size: 14px;
	}
	
	#footer-social li{
		font-size: 19px;
	}

	.content{
		width: 680px;
	}

	.sidebar{
		width:255px;
	}

	.sidebar .widget_categories .widget-title{
		font-size:21px;
	}

	.tab-content .tab-pane{
		font-size:16px !important;
	}
	
	.entry-content ol, .entry-content ul{
		margin-left:2rem;
	}
	
	.presentations-tilles > .panel-grid-cell .btn{
		bottom:0px;
		width: 100%;
    	font-size: 15px;
	}
	
	.entry-content #internal-page-menu ul {
    	margin-left: 0rem;
	}

}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 700px;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.header-full-width .title-area, .header-full-width .site-title {
    	width: 155px;
	}

	.genesis-nav-menu a {
    		padding: 0rem 1rem 0.3rem;
    		font-size: 16px;
	}

	#latest-event-banner {
    		width: 100%;
	}

	#hero-text h1,.soliloquy-container h1 {
    		font-size: 30px;
	}

	#hero-text,.soliloquy-container {
    		font-size: 26px;
	}

	#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell{
		padding: 25px 14px 15px 14px;
		min-height: inherit;
	}

	#mission{
		padding:0 10% 0 0;
	}
	
	#methodology{
		padding: 0 5% 0 8%;
	}

	.pedigree .widget_siteorigin-panels-builder img {
    		margin-right: 0;
    		max-width: 119px;
	}

	#bottom-latest-event-banner strong, #bottom-latest-event-banner section {
    		margin-right: 0px;
	}

	#bottom-latest-event-banner {
    		font-size: 18px;
	}
	
	#bottom-latest-event-banner strong {
    		font-size: 18px;
	}

	#thought-leadership .widget-title{
		font-size:24px;
	}

	.footer-widgets-1,.footer-widgets-2 {
    		width: 100%;
    		text-align: center;
	}

	.footer-widgets-1 section {
    		float: none;
	}

	.footer-widgets-1 section:last-child {
    		margin-top: 0;
    		top: 5px;
    		position: relative;
	}

	.footer-widgets .wrap{
		padding: 1.2rem 0 2rem;
		padding: 12px 0 20px;
	}
	
	#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell h4,#security-research .widget_siteorigin-panels-builder .panel-grid-cell h4 {
    	font-size: 16px;
	}
	
	#security-research .widget_siteorigin-panels-builder .panel-grid-cell{
		padding: 25px 20px 35px 20px;
		font-size: 16px;
	}
	
	#security-research .widget_siteorigin-panels-builder .panel-grid-cell ul {
    	margin-top: 25px;
	}
	
	.entry-content ul li {
    	padding-left: 25px;
	}
	
	.entry-content ul li::before{
		left: 8px;
    	top: 10px;
	}

	.content {
    		width: 66%;
	}
	
	.sidebar {
    		width: 32%;
			margin-top:12rem;
	}

	.sidebar .widget_categories .widget-title,.sidebar .widget-title {
    		font-size: 18px;
	}

	body .wpsm_nav-tabs {
    		width: 30%;
		float:left;
	}

	.tab-content {
    		width: 70%;
    		float: left;
	}

	#tab-panels h3{
		width:30% !important;
		font-size: 19px;
		padding: 9px 0 9px 17px;
	}
	
	body #tab_container_149 .wpsm_nav-tabs > li > a, body #tab_container_156 .wpsm_nav-tabs > li > a, body #tab_container_159 .wpsm_nav-tabs > li > a, body #tab_container_162 .wpsm_nav-tabs > li > a{
		font-size:18px !important;
		word-wrap: break-word;
	}

	#internal-page-menu li a {
    	max-width: 160px;
    	min-width: 140px;
    	min-height: 36px;
		font-size: 15px;
	}

	#hero-banner .soliloquy-container .soliloquy-caption .soliloquy-caption-inside{
		padding-left: calc((100% - 600px) / 2 );
	}
	
	.footer-widgets section.widget_nav_menu ul li {
    	margin-left: 14px;
    	min-width: 78px;
	}
	
	.site-footer{
		padding:0px;
		text-align:left;
	}
	
	.footer-widgets-2{
		position:absolute;
		bottom:-25px;
	}
	
	.so-widget-sow-hero-default-e8deb155884b .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p{
		font-size:17px;
	}
	
	#border-heading h2,.border-heading h2, .single .entry-title{
		font-size:24px;
	}
	
	td{
		padding:5px;
	}

}

@media only screen and (max-width: 730px) {

	.wrap {
    		max-width: 95%;
	}
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 0px 10px 2px;
		padding: 0rem 0.2rem;
		font-size:23px;
	}

	.responsive-menu {
		display: none;
		background: #055C89;
    	z-index: 10000;
    	position: relative;
		padding: 5px 0;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
		z-index:1000;
		top:-20px;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
		display: block !important;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.nav-primary a, .nav-primary .genesis-nav-menu .sub-menu a {
    	color: #fff;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}

	.nav-primary {
    		margin-top:10px;
	}

	.nav-primary .wrap{
		max-width:100%;
	}

	#latest-event-banner {
    		background-size: cover;
    		height: inherit;
    		padding: 10px;
		background:#04496d;
		position: relative;
	}

	#latest-event-banner a{
		padding: 2px 15px;
		font-size: 15px;
	}

	#hero-text h1,.soliloquy-container h1 {
    		font-size: 19px;
			margin:0px;
	}

	#hero-text,.soliloquy-container {
    		font-size: 19px;
			padding-left:15px;
			top: 70%;
	}

	#hero-text a,.soliloquy-container a{
		font-size: 18px;
		padding: 5px 27px;
	}

	#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell {
    		padding: 30px 25px 15px 25px;
    		min-height: inherit;
    		width: 95%;
    		margin: 0 auto 15px;
	}

	#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell:nth-of-type(2) {
    		border-right: 1px solid #dadada;
    		border-left: 1px solid #dadada;
	}

	.pedigree .widget_siteorigin-panels-builder img {
    		max-width: 50%;
    		margin: 0 17px;
	}

	#thought-leadership .widget_siteorigin-panels-builder .panel-grid:first-child .panel-grid-cell, #thought-leadership .widget_siteorigin-panels-builder .panel-grid:last-child .panel-grid-cell {
	    	width: 100%;
			border-right:0px;
	}

	.footer-widgets-1 section:first-child img {
    		margin-bottom: 10px;
	}

	.content {
    		width: 100%;
		float:none;
	}
	
	.sidebar {
    		width: 100%;
		max-width:300px;
		float:none;
		margin:0 auto;
	}

	#tab-panels h3 {
    		width: 100% !important;
	}

	body .wpsm_nav-tabs,.tab-content {
    		width: 100%;
    		float: none;
	}

	#internal-page-menu li a{
		margin-bottom: 5px;
		display: block;
    	margin: 0 auto 5px;
    	max-width: 100%;
	}

	#featured-logos{
		text-align:center;
	}

	#internal-page-menu li {
    	display: block;
    	text-align: center;
		margin:0px 0px;
	}

	.footer-widgets-2 section {
    	font-size: 13px;
	}

	.header-full-width .title-area, .header-full-width .site-title {
    	margin: 0 auto;
	}

	#hero-banner .soliloquy-container * {
    	margin-bottom: 7px;
    	font-size: 20px;
	}

	#hero-banner .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    	padding-left: 25px;
	}

	#hero-text, #hero-banner .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom{
		margin-bottom: 0;
		height: 89px;
	}

	.sticky #latest-event-banner{
		bottom:-1px;
	}
	
	.hero-panel .sow-slider-image-wrapper {
		max-width: 90% !important;
		padding: 55px 0px 50px 0px !important;
	}
	
	.so-widget-sow-hero-default-e8deb155884b .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
		padding: 30px 0px 35px 0px !important;
	}
	
	.hero-panel .sow-slider-image-wrapper a {
    	max-width: 200px;
    	margin: 15px auto 0;
		display:block;
		font-size: 16px;
	}
	
	.hero-panel .sow-slider-image-wrapper a:first-child {
    	margin-right: auto;
	}
	
	#security-research .widget_siteorigin-panels-builder .panel-grid-cell{
		width:95%;
		margin:0 auto 13px;
	}
	
	#security-assessments .widget_siteorigin-panels-builder .panel-grid-cell h4, #security-research .widget_siteorigin-panels-builder .panel-grid-cell h4 {
    	font-size: 21px;
	}
	
	.entry-content ul li {
    	padding-left: 20px;
	}
	
	.entry-content ul li::before {
		left: 4px;
	}
	
	.footer-widgets section.widget_nav_menu ul li {
    	margin-left: 0;
    	min-width: 100%;
    	display: block;
		float:none;
	}
	
	.footer-widgets section {
    	display: block;
	}
	
	.footer-widgets-2 {
    	position: relative;
    	bottom: 0;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
    	background-color: transparent;
    	border: 1px solid transparent;
    	border-top: none;
    	color: #fff;
    	padding: 0.3rem 0.5rem;
	}
	
	.genesis-nav-menu > .menu-item > a:hover, .genesis-nav-menu .current-menu-item > a {
    	border-bottom: 0px;
		color: #fff;
	}
	
	.hero-panel .sow-slider-image-wrapper img.aligncenter{
		max-width:75%;
	}
	
	body .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p{
		font-size:17px !important;
	}
	
	.full-stretch-menu .menu-news-page-container {
    	max-width: 95%;
    	margin: 0 auto;
	}
	
	.footer-widgets section.widget_nav_menu ul li.have-submenu,.footer-widgets section.widget_nav_menu ul li{
		width: 100%;
		float: none;
		min-width: 100%;
		margin-bottom: 0;
	}
	
	.footer-widgets section.widget_nav_menu ul li{
		border-bottom:1px solid #b4b4b4;
		padding: 10px 38px;
	}
	
	.footer-widgets section.widget_nav_menu ul li ul li{
		border-bottom:0px;
		padding: 3px 17px;
	}
	
	.footer-widgets section.widget_nav_menu ul li.have-submenu{
		background:url("images/plus.jpg") left 15px top 18px no-repeat;
	}
	
	.footer-widgets section.widget_nav_menu ul li.have-submenu.expand{
		background:url("images/cross.jpg") left 15px top 18px no-repeat;
	}
	
	.footer-widgets section.widget_nav_menu ul li ul li a:hover {
    	border-bottom: 0px;
	}
	
	.footer-widgets section.widget_nav_menu ul li a {
    	border-bottom: 0px;
    	display: block;
    	text-align: left;
	}
	
	.site-footer{
		text-align:center;
	}
	
	.presentations-tilles{
		border-spacing: 15px 0px;
	}
	
	.presentations-tilles > .panel-grid-cell{
		width:100% !important;
		display:block;
		border-right: 0px solid #21277a;
		padding:15px 0px 0 !important;
		margin:0px 0px 25px  !important;
	}
	
	.presentations-tilles > .panel-grid-cell p{
		padding:0px 15px !important;
	}
	
	.presentations-tilles > .panel-grid-cell p:last-child{
		padding:0px !important;
		margin-bottom:0px;
	}
	
	.presentations-tilles > .panel-grid-cell .btn {
		position: relative;
		transform: none;
    	bottom: inherit;
    	left: inherit;
    	margin: 0 auto;
    	display: block;
	}
	
	#logo-menu.sticky{
		z-index:99999;
	}
	
	.news-list span:first-child {
    	width: 100%;
    	float: none;
	}
	
	.news-list span:last-child {
    	width: 100%;
    	float: none;
	}
	
	.blog-page-loop,.subscribe-blog {
	width: 100%;
}

.subscribe-blog #mc-embedded-subscribe-form label{
	font-size:20px;
}

.blog-page-loop article.type-post .entry-header{
	display: flex;
    flex-direction: column-reverse;
}

.post-title-description {
    width: 100%;
	float: none;
}

.blog-featured-image {
    width: auto;
	float: none;
	text-align: center;
	border:0px;
	margin-bottom:10px;
}

.full-stretch-menu#internal-page-menu .menu-knowledge-menu-container{
	padding:0px 30px;
}

.entry-content .full-stretch-menu#internal-page-menu .menu-knowledge-menu-container ul {
    margin-left: 0rem;
}

}

@media only screen and (max-width: 415px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

	#methodology {
    	padding: 0 5% 0 0% !important;
	}

	#footer-social {
    		right: 0;
    		top: 14px;
    		bottom: 0;
    		position: relative;
    		width: 119px;
    		margin: 0 auto;
	}

	#social-icon {
    		padding: 7px 12px;
	}

	#footer-social li{
		font-size:22px;
	}
	
	#footer-social ul{
		width:100%;
	}

	#thought-leadership > .panel-grid-cell {
    		padding: 20px !important;
	}

	#copyright-section {
    	max-width: 100%;
	}

	.pedigree .widget_siteorigin-panels-builder img{
		margin:0 auto;
	}

	.footer-widgets-1 section:last-child{
		top: 0px;
	}
	
	.footer-widgets-2 section{
		margin-top:0px;
	}
	
	.footer-widgets section.widget_nav_menu ul li{
		margin-bottom:10px;
	}
	
	.footer-widgets section.widget_nav_menu ul li ul li{
		margin-bottom:0px;
	}

}

@media only screen and (max-width: 380px) {

	.pedigree .widget_siteorigin-panels-builder img {
    		max-width: 100%;
    		margin: 0 auto;
	}

	#hero-banner .soliloquy-container * {
    	margin-bottom: 5px;
    	font-size: 17px;
	}
	
}