/*
Theme Name: Flat Theme
Theme URI: http://shapebootstrap.net/
Author: the ShapeBootstrap team
Author URI: http://shapebootstrap.net/
Description: The "Flat Theme" theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: flattheme

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.
*/

.semi-bold,
.semibold {
    font-weight: 600 !important;
}
.event-category-lecture .entry-thumbnail.col-md-3 {
    display: none;
}
.finance-bg-1 div.container {
    padding-top: 100px;
    padding-bottom: 200px;
}


/* SECONDARY NAV FIX BY SHANE - 03.10.18 // */

/*li.free-trial {
    background: #019fff;
    padding: 6px 20px;
    margin: -6px 20px 0 20px !important;
    border-radius: 4px;
}*/

li.free-trial a {
    background: #019fff;
    padding: 6px 20px;
    margin: -4px 20px 0 20px !important;
    border-radius: 4px;
}

li.free-trial a:hover,
li.free-trial a:active {
    color: #000;
}

/* // SECONDARY NAV FIX BY SHANE */


.mktoFieldWrap input {
    padding: 10px 15px !important;
}
button.mktoButton {
    box-shadow: none !important;
    background: #1656a0 !important;
    padding: 10px 20px !important;
    margin: 20px 0 0 -8px !important;
}
textarea {
    height: 80px !important;
}
input, select, textarea {
    box-shadow: none !important;
    border-radius: 4px !important;
}


select::-moz-focus-inner,
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  outline: none !important;
  outline: 0 !important;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.single .entry-meta {
    font-weight: 500;
}
.single-intertrustnews .entry-thumbnail,
.single-expressplaynews .entry-thumbnail,
.single-expressplayblog .entry-thumbnail,
.single-intertrustblog .entry-thumbnail,
.single-personagraphblog .entry-thumbnail,
.single-whitecryptionnews .entry-thumbnail,
.single-whitecryptionpress .entry-thumbnail,
.single-genecloudblog .entry-thumbnail,
.single-genecloudnews .entry-thumbnail,
.single-whitecryptionblog .entry-thumbnail {
    display: none !important;
}


/* SECONDARY NAV FIX BY SHANE - 03.10.18 // */

/*#menu-personagraph a,
#menu-whitecryption a {
     color: #fff !important;
}*/

.secondary-nav li a {
  color: #fff;
}

/* // SECONDARY NAV FIX BY SHANE */


.single button.btn.btn-danger {
  margin-top: 10px;
}

#menu-personagraph .active a,
#menu-whitecryption .active a,
#menu-modulus .active a  {
    font-weight: 700 !important;
}

@media (max-width: 992px){
  #menu-personagraph li { margin-top: 20px; }
  ul#menu-whitecryption { margin-left: -20px; }
  ul#menu-personagraph  { padding: 0; }
} /* /media */


@media (max-width: 490px){

} /* /media */

body {
  padding-top: 80px;
  color: #34495e;
  background: #f5f5f5;
  font-weight: 400;
}

span.sub-title {
    display: block;
}

.page-template-page-expressplay-developer header#header,
.page-template-page-modulus header#header,
.page-template-page-personagraph header#header,
.page-template-page-genecloud header#header,
.page-template-page-seacert header#header,
.page-template-page-whitecryption header#header,
.page-template-page-expressplay header#header,
.page-template-page-trusted header#header {
    position: absolute;
}


a.btn.btn-primary {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: white;
    border: 0;
    color: #373d53;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 30px;
    font-weight: 500;
    padding: 10px 25px;
}

.btn-gray {
    color: rgb(255, 255, 255)!important;
    background-color: rgba(54, 54, 54, 0.8)!important;
    border-color: rgba(54, 54, 54, 0.8)!important;
    float: left;
    margin-top: 0 !important;
}

.black-background-header {
    background: #333;
    width: 100%;
    z-index: 999;
    height: 64px;
    border-radius: 0; /*SHANE-M2 ADDED*/
}

.col-md-3.col-sm-6.no-padding {
    border-bottom: 2pt solid #fff;
    border-top: 2pt solid #fff;
    border-left: 1pt solid #fff;
    border-right: 1pt solid #fff;
}

/* #main-slider .item.active

has been moved directly to slider

*/

.wet-asphalt {
    background-color: transparent !important;
}

body a.navbar-brand:hover {
  opacity: 1 !important;
}

body, h1, h2, h3, h4, h5 {
  font-family: "proxima-nova",sans-serif !important;
}

section#main-slider {display: none;}

.home section#main-slider {display: block;}

.page-id-10160 section#main-slider {display: block;}

body > section,
#boxed > section {
  padding: 20px 0 50px 0;
}

h2.animation.animated-item-1 {
  visibility: hidden;
}

.top50 {
  margin-top: 150px !important;
}

#boxed{
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px;
  background-color: #F5F5F5;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

#boxed #header{
  left: auto;
  min-width: 1200px;
  right: auto;
}

.display-posts-listing {
  text-align: center;
}

.display-posts-listing span.date {
  display: block;
  margin: 20px 0 10px 0;
}

.display-posts-listing a.title {
    display: block;
font-weight: 600;
}

.display-posts-listing .excerpt a {
    display: block;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
}
.home-news {
padding-right: 120px;
padding-left: 0px;
}
.home-events {
padding-left: 0px;
padding-right: 0px;
}
.white {
color:white !important;
font-weight: 400;
}
.input-group {
    display: inline;
}
input#s {
    border-radius: 6px;
    max-width: 100% !important;
    width: 100% !important;
}
span.input-group-btn {
position: relative;
top: -42px;
right: 33px;
float: right;
}
.inner-news h2, .inner-news p {
    padding: 0 30px;
}
.inner-news p.postmetadata {
    display: none;
}
.inner-news .entry-thumbnail {
    /*height: 175px;*/
    overflow: hidden;
    background: #fff;
    margin: 30px;
    border: .5pt solid #ececec;
}
.listing-item {
    width: 33.33333333333333%;
    float: left;
    padding: 0 15px;
}
.ptitle {
    max-height: 151px;
    overflow: hidden;
}
.inner-news .entry-thumbnail img {
    /*height: 100%;*/
    /*width: auto;*/
    width: 100%;
    margin: 0 auto;
    /*max-width: none;*/
}
.inner-news {
    border: 1pt solid #ececec;
    min-height: 660px;
    padding: 0;
}
.inner-news .categories a {
    background: #1657a2;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
}
.inner-news .categories {
    border-radius: 30px;
    margin: 0 30px;
    position: absolute;
    bottom: 30px;
    height: 25px;
    overflow: hidden;
}
button#load-more {
    margin: 30px auto;
    color: white;
    background: #1656a0;
    border: 0;
    border-radius: 4px;
    display: block;
    position: relative;
    top: 30px;
    padding: 5px 15px;
}
.inner-news .share {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.background-hover:hover h4, .background-hover:hover p {
  color:white;
  text-decoration:none !important;
}

#metaslider_4017 img, #metaslider_4018 img {
    opacity: 1 !important;
}

.metaslider #metaslider_4017 .caption-wrap, .metaslider #metaslider_4018 .caption-wrap {
    opacity: 1 !important;
}
#metaslider_4017, #metaslider_4018 {
    border-radius: 0;
}
.entry-meta ul li {
    list-style: none;
}
.entry-meta ul {
    padding: 20px 0;
}
.entry-meta {
    clear: both;
}
.single .col-md-3 img {
    width: 100%;
    height: auto;
}
.single .entry-thumbnail.col-md-3 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    height: 250px;
    overflow: hidden;
}

/* History page timeline text blocks */
.page-id-24 .metaslider .caption-wrap {
    background: transparent !important;
    color: #333 !important;
    left: 80px !important;
    width: 80% !important;
    /*border: 1px solid red;*/
}







/* ###### SHANE'S CSS CALENDAR ICONS // ###### */

.event-item {
    clear: both;
    padding-bottom: 30px !important;
    overflow: auto;
}

.event-calendar {
  padding-right: 35px;
}

.event-info .date {
  margin-top: 0px;
}

.blog-date {
    width: 60px;
    text-align: center;
    margin-top: 5px;
    padding-right: 10px;
}

.blog-date .blog-date-month {
  position: relative; /* for the hole-punches */
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0;
  background: #e83e25;
  color: white;
  border: 1px solid #c83520;
  border-bottom: none;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.blog-date .blog-date-month.month-jan { background: #e83e25; }
.blog-date .blog-date-month.month-feb { background: #e83e25; }
.blog-date .blog-date-month.month-mar { background: #e83e25; }
.blog-date .blog-date-month.month-apr { background: #e83e25; }
.blog-date .blog-date-month.month-may { background: #e83e25; }
.blog-date .blog-date-month.month-jun { background: #e83e25; }
.blog-date .blog-date-month.month-jul { background: #e83e25; }
.blog-date .blog-date-month.month-aug { background: #e83e25; }
.blog-date .blog-date-month.month-sep { background: #e83e25; }
.blog-date .blog-date-month.month-oct { background: #e83e25; }
.blog-date .blog-date-month.month-nov { background: #e83e25; }
.blog-date .blog-date-month.month-dec { background: #e83e25; }


.blog-date .blog-date-month span {
  background: green;
  display: inline;
  height: 0;
  border: 1px solid blue;
}

/* ~~~~~~~~ hole-punches ~~~~~~~~ */
.blog-date .blog-date-month::before,
.blog-date .blog-date-month::after {
    content: " ";
    background: black;
    width: 4px;
    height: 4px;
    display: block;

    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
}

.blog-date .blog-date-month::before { position: absolute; top: 4px; right: 5px;}
.blog-date .blog-date-month::after { position: absolute; top: 4px; left: 5px; }

/* ~~~~~~~~ // hole-punches ~~~~~~~~ */

/* ~~~~~~~~ hole-punch rings // ~~~~~~~~ */
.blog-date .blog-date-month div::before,
.blog-date .blog-date-month div::after {
    content: " ";
    background: black;
    width: 2px;
    height: 8px;
    display: block;

    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
}

.blog-date .blog-date-month div::before { position: absolute; top: -3px; right: 6px;}
.blog-date .blog-date-month div::after { position: absolute; top: -3px; left: 6px;}

/* ~~~~~~~~ // hole-punch rings ~~~~~~~~ */

.blog-date .blog-date-day {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5em;
  padding: 5px 0;
  background: #fefefe;
  color: #333;
  border: 1px solid #dcdcdc;
  border-top: none;

  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* ###### // SHANE'S CSS CALENDAR ICONS ###### */















/*  ~~~~~~~~~~~~~~~ TIMELINE POSITIONING // ~~~~~~~~~~~~~~~ */

.timeline-high {
    /*border: 1px solid red;*/
    position: absolute;
    top: -240px !important;
}

.timeline-low {
    /*border: 1px solid green;*/
    position: absolute;
    top: -63px !important;
}

/* LEGACY POSITIONING...

.page-id-24 .slide-3495 .caption-wrap {
    bottom: 375px !important;
}
.page-id-24 .slide-3494 .caption-wrap {
    bottom: 138px !important;
}
.page-id-24 .slide-3484 .caption-wrap {
    bottom: 372px !important;
}
.page-id-24 .slide-3493 .caption-wrap {
    bottom: 80px !important;
}
.page-id-24 .slide-3482 .caption-wrap {
    bottom: 217px !important;
}
.page-id-24 .slide-3492 .caption-wrap {
    bottom: -6px !important;
}
.page-id-24 .slide-3480 .caption-wrap {
    bottom: 283px !important;
}

*/

/*  ~~~~~~~~~~~~~~~ // TIMELINE POSITIONING ~~~~~~~~~~~~~~~ */

input#ninja_forms_field_4 {
border-radius: 3px;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 600;
 font-style: normal;
 color: rgb(255, 255, 255);
 background-color: rgba(54, 54, 54, 0.8);
 border-color: rgba(54, 54, 54, 0.8);
 display: inline-block;
 width: auto;
 height: auto;
 text-align: center;
 cursor: pointer;
 -webkit-appearance: none;
 padding: 1em 2.5em;
 border-width: 0px;
 outline: none;
}

input.ninja-forms-field, textarea.ninja-forms-field, select.ninja-forms-field {
 width: 100% !important;
 padding: 12px;
 margin: 6px 0 4px;
 border: 1px solid #ccc;
 background: #fafafa;
 font-family: sans-serif;
 font-size: 14px;
 line-height: normal;
 box-sizing: border-box;
 border-radius: 2px;
}
.home ul.eo-events li {
    width: 100% !important;
    text-align: left !important;
    min-height: 0;
}
p.regular{
  font-weight: 500;
}
a:hover {
  /*opacity: 0.6;*/
  text-decoration:none !important;
}






/* Solutions pages CSS // */

.solution-main {
    position: absolute;
    top: 50px;
    left: 130px;
}
.solution-logo{
  margin: 0 auto;
  padding: 30px 30px 50px;
  max-width: 500px;
  width: 100%;
}
.main-solution {
    position: relative;
}
.solution-badge{
    border-radius: 5px;
    background-color: rgba(181, 181, 181, 0.47);
    font-weight: 600;
    padding: 10px 16px;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.solution-second-header{
  background:#ececec;
    padding: 30px 0;
}

.section-text-right{
  padding-left: 50px;
  padding-right:0;
}
.section-text-left{
  padding-right: 100px;
  padding-left:0;
}


/* Solutions Landing-specific CSS moved to local page */

/* // Solutions pages CSS */


.black-section{
  background-color: #333333;
  border: 1pt solid #ffffff;
    padding: 35px 50px;
    min-height: 300px;
}
.company{
  border: 1pt solid #dadada;
    padding: 35px 50px;
    background-color: #fff;
    min-height: 350px;
}
.download-wp{
     border: 1pt solid #dadada;
    padding: 20px 30px !important;
    min-height: 290px;
}
/*.learnmore{*/ /*renamed by ST on 12/7/17 */
.learnmore {
    border: 1pt solid #dadada;
    padding: 20px 30px;
    min-height: 320px;
    margin-right: 30px;
    background-color: white;
}
/*.learnmore:last-child{*/  /*renamed by ST on 12/7/17 */
.learnmore:last-child {
    margin-right: 0;
}
.interested {
    float: left;
    text-align: center;
    margin: 50px;
}
.circle {
    background: #ececec;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    text-align: center;
}
.center-container {
    display: block;
    margin-left: 18%;
    width: 64%;
}

.main-contact {
    background: #1656a0;
    color: white;
    padding: 20px;
    position: relative;
    top: 160px;
    font-size: 19px;
    float: right;
}
.back-white {
    background: white;
    padding: 20px 20px 60px 20px;
}
.col-sm-6.company {
    border: 1pt solid #dadada;
    padding: 35px 50px;
}
.col-sm-3.companies .back-white {
    min-height: 660px;
    position: relative;
}
.companies a.home-button {
    position: absolute !important;
    bottom: 20px;
    top: auto;
    left: 22%;
}
.center {
  text-align: center;
}

.member.clear img {
    margin-top: 1.75em;
}
.blue-background {
background:#16598e;
    padding: 40px 0 80px 0;
}
.purple-background {
    background-color: #37195b;
}
.blue-background-header {
background:#16598e;
    padding: 0px 0 30px 0;
}
.dark-blue-background {
    background: #143772;
    padding: 40px 0 80px 0;
}
.dark-blue-background-header {
    background: #143772;
    padding: 0px 0 30px 0;
}
.container.secondary-nav h3 {
    display: inline;
    position: relative;
    top: 15px;
}
span.trademark {
    font-size: 9px;
    position: relative;
    top: -10px;
}
.padding-111 {
padding-left: 111px !important;
}
.post.hentry.ivycat-post {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-top: 15px;
    border: 1pt solid #ececec;
    min-height: 550px;
    border-radius: 0;
    position: relative;
}

.ivycat-post .entry-utility {
    position: absolute;
    bottom: 15px;
}

.ivycat-post img {
    width: 100% !important;
    height: auto !important;
}
.ivycat-post .entry-thumbnail {
    height: 150px;
    overflow: auto;
}
.gray-background {
background:#ececec;
    padding: 80px 0 80px 0;
}
.gray-background2 {
background:#ececec;
/*    padding: 40px 0;*/
}
.gray-background-height {
background:#ececec;
    padding: 40px 0 80px 0;
}
.back-white {
    background: white;
    padding: 20px 20px 60px 20px;
}
.color-logo img {
    float: left;
    margin: 5px 0 35px 0;
}
.companies hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.gray-background-header {
background:#ececec;
    padding: 40px 0 40px 0;
}
.white-background {
background:#fff;
    padding: 80px 0 80px 0;
    min-height:300px;
}
.white-background2 {
background:#fff;
    padding: 40px 0 !important;
    min-height:300px;
}
.black-background {
background:#333;
    padding: 40px 0 40px 0;
     min-height:300px;
}
.black-background2 {
background:#333;
    padding: 40px 0 40px 0;
}
.black-background-header {
    background: #333;
   /*  position: fixed; */
    width: 100%;
    z-index: 999;
    height:58px;
}
.secondary-nav img {
    width: 180px;
    padding: 30px 0 0 0;
    float: left;
}
.home li.eo-event-future.eo-multi-day {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
    min-height: 100% !important;
}

p.small {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.home-newsblog{
  margin: 20px 0 40px 0;
}

p.event-date {
  font-size: 13px;
  font-weight: 500;
  margin: -10px 0 0;
}
.col-sm-4 .back-white {
  min-height: 450px;
  margin-bottom: 20px;
  overflow: auto;
}
.home .eo-events a {
  font-weight:bold;
}
#header2 a.navbar-brand img {
  width: 230px !important;
}
a.navbar-brand img:hover {
  opacity:1 !important;
}


/*
Disabled this global declaration due to flickering issue on hover.
a img:hover {
opacity:.8;
}
*/


.secondary-nav ul {
    float: right;
    list-style: none;
    padding: 20px 0 10px 0;
margin-right:-20px
}


/* Shane moved home tiles css directly to index page */


.secondary-nav li {
    float: left;
    margin: 0 20px;
}
ul.copyrights {
    font-size: 12px;
}
ul.copyrights.left {
    float: left;
}
.circle-number {
  text-align: center;
  color: white;
  background: #175a8f;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 20px;
  font-size: 30px;
  margin: 30px auto;
}
#footer .row {
  margin-bottom: 50px;
}
#footer .row .col-sm-2 img {
  max-width: 80%;
  margin-top: 13px;
}
.footer-links li a {
  font-size: 14px;
}
.footer-links li:first-child a {
  font-size: 16px;
  line-height: 3.25em;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.search header.page-header {
  margin: 0 0 20px 0;
}
.search div#content {
  margin: 0 !important;
}
a.eye-glass {
  float: right;
  width: 20px;
  height: auto;
  margin: 30px 0px 0 30px;
  z-index: 99999;
  position: relative;
}
#header form#searchform {
  right: 100px;
  width: 250px;
  margin: 26px 0 0 20px;
  position: absolute;
  top: 54px;
  background: white;
  padding: 10px;
  height: 55px;
  border: 1pt solid #ececec;
}
.hidden-xs i.icon-angle-down {
    display: none;
}
.active.active i.icon-angle-down {
    color: white;
}
.hidden {
display:none;
}
.one-padding {
    padding-left: 1px !important;
    padding-right: 1px !important;
}.no-left-padding-resp {
padding-left: 0 !important;
}
.no-left-padding {
padding-left: 0 !important;
}
.no-right-padding {
padding-right: 0 !important;
}
ul.the-newicons {
  margin: 0 0 20px 0;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
ul.the-newicons li {
  float: left;
  width: 33%;
  height: 150px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #c7c7c7;
}
h1 span.new {
  color: red;
  font-size: 14px;
  position: relative;
  top: -18px;
}
ul.the-newicons p {
  margin: 0 auto;
  padding: 0;
  height: 2em;
  color: #999;
  font-size: 12px;
  line-height: 1.25em;
  width: 100%;
}
ul.the-newicons img {
  margin: 0 auto;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Headings */
body {
  color: rgba(64,64,64,.8);
  background-color: #333;
  font-family: "PT Serif",Georgia,serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

h1.archive-title {
  display: none;
}

.author h1.archive-title {
  display: block;
}

h1.bigger {
    font-size: 34px;
    font-weight: 400;
}
.header-copy {
    margin: -300px 0 50px 0;
    display: block;
    clear: both;
}
h1 {
    line-height: 1.4em;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #333;
}
p.caption {
font-size:14px;
}
a.social-footer img {
  float: left;
  width: 30px;
  height: auto;
  margin: 0 10px 0 0;
}

.social-icons a img:hover {
opacity:.75;
}
.col-sm-2.footer-links ul li {
    float: none;
    display: block !important;
}
.col-sm-2.footer-links ul li:first-child {
    font-weight: bold;
}
.social-icons {
    margin: -20px auto 17px auto;
}
.social-module {
    height: 46px;
    width: 100%;
}
.social-module.social-square {
    text-align: center;
}
.clearfix:before,
.media-item:before,
.media-list.padding>li>a:before,
.media-list.padding>.item>a:before,
.clearfix:after,
.media-item:after,
.media-list.padding>li>a:after,
.media-list.padding>.item>a:after {
    content: " ";
    display: table;
}
.itru-btn {
    background-color: #019fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 0;
    color: #373d53;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 30px;
    font-weight: 600;
    color: white;
    width: 180px;
    border-radius: 4px;
}
.social-module.social-square>li,
.social-module.social-square div {
    float: none;
    display: inline-block;
    margin: 0 3px;
}
.social-module.social-square>li a, .social-module.social-square div a {
    width: 35px;
}
.social-buttons>li.facebook a, .social-buttons>div.facebook a {
    background-color: #306199;
}
.social-buttons>li.twitter a, .social-buttons>div.twitter a {
    background-color: #26c4f1;
}
.social-buttons>li.linkedin a, .social-buttons>div.linkedin a {
    background-color: #007bb6;
}
.social-buttons>li.youtube a, .social-buttons>div.youtube a {
    background-color: #df1c31;
}
.social-buttons>li a, .social-buttons>div a {
    color: #fff;
    background-color: #ccc;
    border-radius: 2px;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 37px;
    text-align: center;
}
.social-buttons2>li.facebook2 a, .social-buttons2>div.facebook2 a {
    background-color: #fff;
    color:#306199 !important;
}
.social-buttons2>li.twitter2 a, .social-buttons2>div.twitter2 a {
    background-color: #fff;
    color:#26c4f1 !important;
}
.social-buttons2>li.linkedin2 a, .social-buttons2>div.linkedin2 a {
    background-color: #fff;
    color:#007bb6 !important;
}
.social-buttons2>li.youtube2 a, .social-buttons2>div.youtube2 a {
    background-color: #fff;
    color:#df1c31 !important;
}
.social-buttons2>li a, .social-buttons2>div a {
    color: #fff;
    background-color: #ccc;
    border-radius: 2px;
    display: block;
    font-size: 24px;
    height: 35px;
    line-height: 37px;
    text-align: center;
}
.itru {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.itru-chevron-right:before {
    content: "\f054";
}

a.itru-btn:hover{
  color:white;
  opacity:0.8;
}
.support-box-wc {
    background-color: #394056;
    width: 80%;
    margin:0;
    padding: 30px;
    }
.itru-facebook:before {
    content: "\f09a";
}
.itru-twitter:before {
    content: "\f099";
}
.itru-linkedin:before {
    content: "\f0e1";
}
.itru-youtube:before {
    content: "\f167";
}
.social-module.no-label .text {
    display: none;
}

ul.eo-events.eo-events-shortcode {
  list-style: none;
  padding: 0;
}
ul.eo-events.eo-events-shortcode {
  clear: both;
  overflow: auto;
}

a.home-button {
  position: relative;
  top: 20px;
}

li.eo-event-cat-lecture {
  min-height: 0 !important;
}

li.eo-event-past, li.eo-event-future {
  width: 40%;
  float: left;
  margin: 0 10% 0 0;
  min-height: 350px;
  text-align: center;
}

img.attachment-thumbnail.wp-post-image {
  margin: 0 auto;
}

a.home-button:hover {
  color: #bdc3c7 !important;
}
.eo-past-date a {
  background-color: #428bca;
  color: #fff;
  padding: 10px 3px;
}
p.careers {
  margin: 50px 0;
}

.home-button {
    padding: 13px 26px;
    color: #fff !important;
    background-color: #1357a3;
    border-color: transparent;
    font-size: 12px;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    border-radius: 3px;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -o-transition: .1s opacity linear;
    transition: .1s opacity linear;
    -webkit-backface-visibility: hidden;
}

h2 {
    font-size: 24px;
    line-height: 1.3em; /* 1.4em */
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-size: 22px;
    line-height: 1.3em; /* 1.5em */
    font-weight: 400;
    font-style: normal;
}

h4 {
    /* color: #666666; */
    line-height: 1.3em; /* 1.7em */
    font-size: 20px;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em; /* 1.6em */
    font-style: normal;
}
h5.title {
    margin-bottom: -10px !important;
    color: #929090;
    font-weight: 500;
}

hr {
    margin-top: 60px;
    margin-bottom: 70px;
    border: 0;
    border-top: 1px solid #eee;
}
.spacer {
margin-top:50px;
margin-bottom:25px;
}
.black-back {
    background: #0c0c0c;
    min-height: 500px;
}

/* ".home-tiles" used to live here - moved for consolidation. -ST */

.img-back.first {
    background: #ececec;
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-back.second {
    background: #ececec;
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-back.third {
    background: #ececec;
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-back p, .black-back h4, .img-back p, .img-back h4 {
    padding-left: 50px;
    padding-right: 50px;
}

.black-back p, .img-back p {
    padding-bottom: 20px;
}

.blue {
    color: #1657A2;
}

.home-button:hover {
  opacity: .8;
}
.col-md-4.no-padding.press {
    width: 32%;
    padding: 0 2%;
    border-right: 1pt solid #ececec;
}
.col-md-4.no-padding.press.last {
    border-right: 0 !important;
}
.clear {
clear:both;
overflow:auto;
}

.no-padding {
padding-left:0;
padding-right:0;
}

.section-home {
  overflow: auto;
  padding: 60px 8%;
}

.section-other {
  overflow: auto;
  padding: 30px 0;
}

h1.page-title {
  font-size: 2.6em;
  line-height: 1em;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

h1, h2, h3 {
  margin: 0.5em 0 .5em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto', sans-serif;
}

/* .btn */
.btn {
  font-weight: 400;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-xlg {
  padding: 24px 48px;
  font-size: 24px;
}
.btn-xlg [class^="icon-"],
.btn-xlg [class*=" icon-"] {
  margin-right: 10px;
}

/* Anchor Link */
a{
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

/* iFrame */
.iframe-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */

  padding-top: 30px;
  /* IE6 workaround*/

  height: 0;
  overflow: hidden;
}
.iframe-container iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe.map {
border: 0;
}
/* Edit button */
.post-edit-link {
  font-size: 12px;
  color: #999;
  opacity: 0;
}
.post:hover .post-edit-link,
.page:hover .post-edit-link {
  opacity: 1;
}
/* =Our Changes
-------------------------------------------------------------- */
.new-items {
padding: 30px 0 80px 0;
text-align:center;
}
.new-items ul {
list-style:none;
}
.listing-item a.title {
    display: block;
    margin: 30px 0 0 0;
}
img.about-image {
  text-align: center;
  margin: 40px auto;
}
.image-gallery-wrapper img {
  float: left;
    width: 100%;
    border: 1px solid #cecece;
}
.image-gallery-wrapper {
  clear:both;
overflow:auto;
margin-bottom: 50px;
}
.licensing{
  padding: 0 20px 20px 0;;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}
.type-event .entry-meta .author,
.type-event .entry-meta .category,
.type-event .entry-meta .date {
  display: none;
}
.post .entry-thumbnail, article.attachment .entry-thumbnail {
  margin: -20px -20px 20px;
  max-height: 200px;
  overflow: hidden;
}
a.navbar-brand img {
  display: inline-block;
  width: 175px;
  height: auto;
  z-index: 999999;
  position: relative;
  margin-top: -8px;

}
.section-home .col-md-6 {
    margin-top: 30px;
}
section#title {
  display: none;
}

a.prev.hidden-xs, a.next.hidden-xs, ol.carousel-indicators {
  display: none !important;
}
p.date {
    margin: 20px 0 5px 0;
}
#header {
    background-color: white !important;
    border-bottom: 1pt solid #ececec;
}

/* =WordPress Core
-------------------------------------------------------------- */

.sticky{}

.bypostauthor{}

.alignnone {

}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto;
}
.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
.wp-caption {
  background: #eee;
  padding: 5px;
  text-align: center;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0;
}
.entry-caption {
  margin-top: 15px;
}
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  text-align: center;
}
.gallery-columns-3 .gallery-item {
  max-width: 31%;
  max-width: -webkit-calc(29.299999999999997%);
  max-width: calc(29.299999999999997%);
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.navbar .navbar-main {
    margin-top: 20px;
    float: right;
}
.navbar .navbar-main > li {
    margin-left: 5px;
    text-align: center;
    /* width: 19%; */
}
.navbar .navbar-main > li.active > a {
    color: #43579f;
    font-weight: 600 !important;
}
.navbar .navbar-main > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  color: #bdc3c7;
}


/* ~~~~~~ NAV DROPDOWN: MAIN NAV // ~~~~~~  */

#menu-item-2667 ul.dropdown-menu::before, /* Products */
#menu-item-2597 ul.dropdown-menu::before /* Solutions */
{
    content: " ";
    background: #ececec;
    width: 100%;
  height: 1pt;
    display: block;
    margin: -53px 0 53px 0;
}

#menu-item-2667 .dropdown-menu li a, /* Products */
#menu-item-2597 .dropdown-menu li a /* Solutions */
{
    font-size: 12px !important;
    /*font-weight: 200 !important;*/
}

/* #menu-item-3115 ul.dropdown-menu li:first-child, */
/* #menu-item-3335 ul.dropdown-menu li:first-child, */
#menu-item-2667 ul.dropdown-menu li:first-child, /* Products */
#menu-item-2597 ul.dropdown-menu li:first-child, /* Solutions */
#menu-item-2363 ul.dropdown-menu li:first-child /* Company */
{
    padding-left: 0;
}

/* li#menu-item-3115 a, */
/* li#menu-item-3335 a, */
li#menu-item-2667 a, /* Products */
li#menu-item-2597 a, /* Solutions */
li#menu-item-2363 a /* Company */
{
  z-index: 999999;
  position: relative;
  font-weight: 400;
}

/* #menu-item-3115 .dropdown-menu a:hover, */
/* #menu-item-3335 .dropdown-menu a:hover, */
#menu-item-10723 .dropdown-menu a:hover, /* Innovation */
#menu-item-10722 .dropdown-menu a:hover, /* Newsroom */
#menu-item-2363 .dropdown-menu a:hover /* Company */
{
  background: white !important;
}

/* #menu-item-3115 .dropdown-menu, */
/* #menu-item-3335 .dropdown-menu, */
#menu-item-10723 .dropdown-menu, /* Innovation */
#menu-item-10722 .dropdown-menu, /* Newsroom */
#menu-item-2363 .dropdown-menu /* Company */
{
  position: absolute;
  box-shadow: none;
  border: 1pt solid #ececec;
  padding: 0;
  /* margin-top: 10px; */ /*Shane disabled on Jan 14, 2019 */
   	margin-top: 0; /* Shane */
  width: 200px;
  background: #f9f9f9;
	top: 61px;
}

/* #menu-item-3115 .dropdown-menu li, */
/* #menu-item-3335 .dropdown-menu li, */
#menu-item-10723 .dropdown-menu li, /* Innovation */
#menu-item-10722 .dropdown-menu li, /* Newsroom */
#menu-item-2363 .dropdown-menu li /* Company */
{
  border-top: 0 !important;
  padding: 0;
  display: block;
  text-align: left;
  margin: 0;
  border-bottom: 1pt solid #ececec;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
/*  #menu-item-3115 .dropdown-menu, */
/*  #menu-item-3335 .dropdown-menu, */
	#menu-item-10723 .dropdown-menu, /* Innovation */
	#menu-item-10722 .dropdown-menu, /* Newsroom */
  #menu-item-2363 .dropdown-menu /* Company */
	{
    position: absolute;
  }
} /* /media */



/* ~~~~~~ // NAV DROPDOWN: MAIN NAV ~~~~~~  */






/* ~~~~~~ NAV DROPDOWN: PRODUCTS // ~~~~~~  */

/* product name appended text // */

/*

li.menu-item-expressplay a::after {
    content:"DRM System";
    display:block;
}

li.menu-item-seacert a::after {
    content:"Certificate Authority";
    display:block;
}

li.menu-item-whitecryption a::after {
    content:"Software Security";
    display:block;
}

li.menu-item-personagraph a::after {
    content:"Programmatic Marketing";
    display:block;
}

li.menu-item-genecloud a::after {
    content:"Genomic Data Platform";
    display:block;
}

*/

/* // product name appended text */

/* products icon spacing // */

li.menu-item-modulus,
li.menu-item-planetos,
li.menu-item-expressplay,
li.menu-item-seacert,
li.menu-item-whitecryption,
li.menu-item-personagraph,
li.menu-item-genecloud { padding: 0; }

li.menu-item-modulus       { padding-right: 37px;  }
li.menu-item-planetos      { padding-right: 28px;  }
li.menu-item-expressplay   { padding-right: 30px;  }
li.menu-item-seacert       { padding-right: 35px;  }
li.menu-item-whitecryption { padding-right: 20px;  }
li.menu-item-personagraph  { padding-right: 22px;  }
li.menu-item-genecloud     { padding-right: 0;     }

li.menu-item-modulus a,
li.menu-item-planetos a,
li.menu-item-expressplay a,
li.menu-item-seacert a,
li.menu-item-whitecryption a,
li.menu-item-personagraph a,
li.menu-item-genecloud a {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

/* // products icon spacing */

li.menu-item-modulus a:before,
li.menu-item-planetos a:before,
li.menu-item-expressplay a:before,
li.menu-item-seacert a:before,
li.menu-item-whitecryption a:before,
li.menu-item-personagraph a:before,
li.menu-item-genecloud a:before
{
    content: " ";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 35px;
    background-size: cover;
}





/* ~~~~~~ // NAV DROPDOWN: PRODUCTS ~~~~~~  */



.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333 !important;
}
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff !important;
}
.navbar-inverse .navbar-nav .dropdown-menu li {
    margin: 0 -2px;
    display: inline-block;
    /*border-top: .1pt solid #636363;*/
    /*padding: 0px 20px;*/
}


.navbar .navbar-main > li:focus > a,
.navbar .navbar-main > li:active > a,
.navbar .navbar-main > li:hover > a,
.navbar .navbar-main > li.active > a,
.navbar .navbar-main > li.active:hover > a,
.navbar .navbar-main > li.open > a,
.navbar .navbar-main > li.open:hover > a {
  background-color: transparent;
  color: #BDC3C7;
}
.navbar .navbar-main .dropdown-menu > li > a {
  padding: 8px 15px;
    color: #6b6b6b;
    text-transform: none;
}
.navbar .navbar-main .dropdown-menu > li:hover > a, .navbar .navbar-main .dropdown-menu > li:focus > a, .navbar .navbar-main .dropdown-menu > li.active > a {
    background-color: white;
    opacity: 1;
    color: #1656a0;
    /*font-weight: 600 !important;*/
}
.navbar .navbar-main .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar .navbar-main .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar .navbar-main li.dropdown:hover > ul.dropdown-menu {
  display: block;
  -webkit-animation: fadeInUp 300ms;
  -moz-animation: fadeInUp 300ms;
  -ms-animation: fadeInUp 300ms;
  -o-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
}
.navbar .navbar-main .sub-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
#mobile-menu .navbar-collapse {
  max-height: 100%;
}
span.menu-toggler {
    color: black !important;
}
ul li span.menu-toggler {
  display: inline-block;
  width: 30px;
  cursor: pointer;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
ul li span.menu-toggler i {
  display: block;
  line-height: 40px;
}
ul li span.menu-toggler .icon-angle-right,
ul li span.menu-toggler.collapsed .icon-angle-down {
  display: none;
}
ul li span.menu-toggler .icon-angle-down,
ul li span.menu-toggler.collapsed .icon-angle-right {
  display: block;
}
.sp-mobile-menu ul li.active > a,
.sp-mobile-menu ul li:hover > a {
  color: #fff;
}

ul {
  padding-left: 20px;
}
.turquoise,
.green-sea,
.sun-flower,
.orange,
.emerald,
.nephrits,
.carrot,
.pumkin,
.peter-river,
.belize-hole,
.alizarin,
.pomegranate,
.amethyst,
.wisteria,
.clouds,
.silver,
.wet-asphalt,
.midnight-blue,
.concrete,
.asbestos {
  color: #fff;
}
.turquoise h1,
.green-sea h1,
.sun-flower h1,
.orange h1,
.emerald h1,
.nephrits h1,
.carrot h1,
.pumkin h1,
.peter-river h1,
.belize-hole h1,
.alizarin h1,
.pomegranate h1,
.amethyst h1,
.wisteria h1,
.clouds h1,
.silver h1,
.wet-asphalt h1,
.midnight-blue h1,
.concrete h1,
.asbestos h1,
.turquoise h2,
.green-sea h2,
.sun-flower h2,
.orange h2,
.emerald h2,
.nephrits h2,
.carrot h2,
.pumkin h2,
.peter-river h2,
.belize-hole h2,
.alizarin h2,
.pomegranate h2,
.amethyst h2,
.wisteria h2,
.clouds h2,
.silver h2,
.wet-asphalt h2,
.midnight-blue h2,
.concrete h2,
.asbestos h2,
.turquoise h3,
.green-sea h3,
.sun-flower h3,
.orange h3,
.emerald h3,
.nephrits h3,
.carrot h3,
.pumkin h3,
.peter-river h3,
.belize-hole h3,
.alizarin h3,
.pomegranate h3,
.amethyst h3,
.wisteria h3,
.clouds h3,
.silver h3,
.wet-asphalt h3,
.midnight-blue h3,
.concrete h3,
.asbestos h3,
.turquoise h4,
.green-sea h4,
.sun-flower h4,
.orange h4,
.emerald h4,
.nephrits h4,
.carrot h4,
.pumkin h4,
.peter-river h4,
.belize-hole h4,
.alizarin h4,
.pomegranate h4,
.amethyst h4,
.wisteria h4,
.clouds h4,
.silver h4,
.wet-asphalt h4,
.midnight-blue h4,
.concrete h4,
.asbestos h4,
.turquoise h5,
.green-sea h5,
.sun-flower h5,
.orange h5,
.emerald h5,
.nephrits h5,
.carrot h5,
.pumkin h5,
.peter-river h5,
.belize-hole h5,
.alizarin h5,
.pomegranate h5,
.amethyst h5,
.wisteria h5,
.clouds h5,
.silver h5,
.wet-asphalt h5,
.midnight-blue h5,
.concrete h5,
.asbestos h5,
.turquoise h6,
.green-sea h6,
.sun-flower h6,
.orange h6,
.emerald h6,
.nephrits h6,
.carrot h6,
.pumkin h6,
.peter-river h6,
.belize-hole h6,
.alizarin h6,
.pomegranate h6,
.amethyst h6,
.wisteria h6,
.clouds h6,
.silver h6,
.wet-asphalt h6,
.midnight-blue h6,
.concrete h6,
.asbestos h6 {
  color: #fff;
}
.turquoise {
  background-color: #1abc9c;
}
.green-sea {
  background-color: #16a085;
}
.sun-flower {
  background-color: #f1c40f;
}
.orange {
  background-color: #f39c12;
}
.emerald {
  background-color: #2ecc71;
}
.nephritis {
  background-color: #27ae60;
}
.carrot {
  background-color: #e67e22;
}
.pumkin {
  background-color: #d35400;
}
.peter-river {
  background-color: #3498db;
}
.belize-hole {
  background-color: #2980b9;
}
.alizarin {
  background-color: #e74c3c;
}
.pomegranate {
  background-color: #c0392b;
}
.amethyst {
  background-color: #9b59b6;
}
.wisteria {
  background-color: #8e44ad;
}
.clouds {
  background-color: #ecf0f1;
  color: #777;
}
.clouds h1,
.clouds h2,
.clouds h3,
.clouds h4,
.clouds h5,
.clouds h6 {
  color: #888;
}
.silver {
  background-color: #bdc3c7;
}
.wet-asphalt {
  background-color: #34495e;
}
.wet-asphalt a {
  color: #bdc3c7;
}
.wet-asphalt a:hover {
  color: #d9534f;
}
a.bluelink:hover {
    color: #333333;
}
.midnight-blue {
  background-color: #2c3e50;
}
.concrete {
  background-color: #95a5a6;
}
.asbestos {
  background-color: #7f8c8d;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */

  padding-top: 30px;
  /* IE6 workaround*/

  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider {
  position: relative;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 650px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
button.btn.btn-danger {
    color: black;
    background: transparent;
    border: 0;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
     -moz-animation: fadeInUp 300ms linear 300ms both;
       -o-animation: fadeInUp 300ms linear 300ms both;
      -ms-animation: fadeInUp 300ms linear 300ms both;
          animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
     -moz-animation: fadeInUp 300ms linear 600ms both;
       -o-animation: fadeInUp 300ms linear 600ms both;
      -ms-animation: fadeInUp 300ms linear 600ms both;
          animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#services .media:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Portfolio */
#recent-works {
  padding: 90px 0;
}
#recent-works .item-inner {
  position: relative;
  margin: 0;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item {
  padding: 0;
  margin: 0;
}
.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* Pricing Table */
.pricing-tables .plan {
  border-radius: 4px;
  list-style: none;
  margin: 0 0 20px;
  background: #3498db;
  text-align: center;
  padding: 30px 0;
}
.pricing-tables .plan li {
  padding: 5px 0;
  color: #fff;
}
.pricing-tables .plan li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-tables .plan li.plan-name {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.pricing-tables .plan li.plan-name h3 {
  margin: 0;
}
.pricing-tables .plan li.plan-price {
  margin-bottom: 10px;
}
.pricing-tables .plan li.plan-price > div {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 24px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
.pricing-tables .plan li.plan-price > div sup {
  font-size: 10px;
  line-height: 10px;
}
.pricing-tables .plan li.plan-price > div > small {
  display: block;
  font-size: 11px;
}
.pricing-tables .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
.pricing-tables .plan.featured {
  background-color: #2c3e50;
}

/* Title */
#title h1 {
  margin: 0;
  font-size: 36px;
}

/* Meet The Team */
#meet-the-team .designation {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}
.img-thumbnail {
  border: 0;
}
.progress,
.progress .bar {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

/* Breadcrumb */
ul.breadcrumb {
  margin: 20px 0 0;
  background: transparent;
}
ul.breadcrumb > li {
  text-shadow: none;
}
ul.breadcrumb > li > a,
ul.breadcrumb > li .divider {
  color: #fff;
}
ul.breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.7);
}
ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px 0;
}
.btn-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.btn-social.btn-facebook {
  background: #4f7dd4;
}
.btn-social.btn-facebook:hover {
  background: #789bde;
}
.btn-social.btn-twitter {
  background: #5bceff;
}
.btn-social.btn-twitter:hover {
  background: #8eddff;
}
.btn-social.btn-linkedin {
  background: #21a6d8;
}
.btn-social.btn-linkedin:hover {
  background: #49b9e3;
}
.btn-social.btn-google-plus {
  background: #dc422b;
}
.btn-social.btn-google-plus:hover {
  background: #e36957;
}
.btn-social:hover {
  color: #fff;
}
#social {
  text-align: center;
}
.icon-social {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-social.icon-facebook {
  background-color: #3c5899;
}
.icon-social.icon-facebook:hover {
  background-color: #4e6fba;
}
.icon-social.icon-twitter {
  background-color: #29c5f6;
}
.icon-social.icon-twitter:hover {
  background-color: #5ad2f8;
}
.icon-social.icon-google-plus {
  background-color: #d13d2f;
}
.icon-social.icon-google-plus:hover {
  background-color: #da6459;
}
.icon-social.icon-pinterest {
  background-color: #c61118;
}
.icon-social.icon-pinterest:hover {
  background-color: #ec1e26;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 100%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.modal {
  border: 0;
}
.modal#loginForm {
  width: 600px;
  margin-left: -300px;
}
.modal .modal-header {
  border: 0;
  padding: 20px 20px 0;
}
.page-template-page-insights .flexslider .slides p {
    font-weight: 600;
}
.modal .modal-header > h4 {
  font-weight: 400;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
  margin: 0;
}
.modal .modal-body {
  padding: 20px;
}
.modal input[type="text"],
.modal input[type="password"] {
  padding: 5px 10px;
  min-height: 30px;
  width: 130px;
  margin-right: 10px;
}
.modal .icon-remove {
  color: #848484;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.modal button {
  margin-left: 10px;
  border: 0;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.registration-form {
  border: 0;
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}
#bottom {
  color: #bdc3c7;
 display:none;
}
#bottom h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
#bottom .media-heading {
  display: block;
  font-weight: 400;
}
ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*Unordered Lists*/
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}
ul.social > li {
  display: inline-block;
  margin: 0 5px;
}
ul.social > li > a {
  font-size: 24px;
  color: #666;
}
ul.social > li > a:hover {
  color: #999;
}
.accordion-group {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.accordion-heading .accordion-toggle {
  color: #666;
  font-weight: 700;
}
.accordion-inner {
  border-top: 0;
}
.post,
article.attachment {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post .entry-thumbnail,
article.attachment .entry-thumbnail {
  margin: -20px -20px 20px;
}
.post .entry-thumbnail img,
article.attachment .entry-thumbnail img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.post h2.entry-title,
article.attachment h2.entry-title {
  margin-top: 0;
}
.post .entry-meta,
article.attachment .entry-meta {
  margin-bottom: 20px;
}
.post .entry-meta ul,
article.attachment .entry-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post .entry-meta ul li,
article.attachment .entry-meta ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
}
.post .entry-meta ul li a,
article.attachment .entry-meta ul li a {
  color: #999;
}
.post sup.featured-post,
article.attachment sup.featured-post {
  font-size: 13px;
  top: -10px;
}
ul.pagination > li > a,
ul.pagination > li > span {
  border: 0;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #34495e;
  color: #fff;
}
textarea#message {
    padding: 10px 15px;
    height: 446px;
}
.widget {
  margin-bottom: 30px;
}
.timeline {
  position: relative;
  margin-bottom: -3px !important;
}
.timeline .timeline-bar-wrapper {
  position: static;
}
.timeline .timeline-bar {
  text-align: center;
}
.timeline .timeline-bar:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  left: 50%;
  margin-left: -4px;
  border-radius: 3px;
  background-color: #ff5335;
}
.timeline .timeline-bar h2 {
  margin: 20px 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.timeline h2.time {
  background: #f5f5f5;
}
.timeline i {
  display: inline-block;
  margin: 10px 0;
  font-size: 26px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  line-height: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ff5335;
}
.timeline .timeline-item-box {
  position: relative;
  z-index: 2;
}
.timeline .timeline-item-box.odd {
  margin-top: 70px;
}
.timeline .timeline-item-box.odd:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: #fff;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}
.timeline .timeline-item-box.even {
  margin-top: 120px;
}
.timeline .timeline-item-box.even:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #fff;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}
.box {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.rounded {
  border-radius: 4px;
  -webkit-border-radius:4px;
  -moz-border-radius: 4px;
}
#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}
#footer {
  padding-top: 30px;
  color: #000;
  background-color: #e7e7e9;
}
#footer a:hover {
    color: #1656a0;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 0;
}
ul.footer-nav li {
  float: none;
  display: block !important;
}
ul.copyrights {
    margin: -15px 0 0 0 !important;
    float: right;
}

.tab-content {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
.nav-tabs > li > a {
  color: #555;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li > a:hover {
  border-color: #ddd;
}
a.accordion-toggle {
  display: block;
}
div.pp_default .pp_description {
  margin-top: 13px;
}
.top-margin{
  margin-top: 8px;
}
.black-box{
  border-radius: 30px;
    padding: 30px;
    width: 30%;
    margin-right: 5%;
    background-color: #333;
    min-height: 200px;
}
#box-hover:hover{
  opacity: 0.8;

}
/*shortcode*/
.dropcap {
  overflow: hidden;
}
.dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
/*block*/
.block.rounded{
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-style: solid;

}

.block.border-solid{
  border-style: solid;
}
.block.border-dashed{
  border-style: dashed;
}
.block.border-dotted{
  border-style: dotted;
}

/* Block number */
.blocknumber {
 position: relative;
 min-height: 45px;
 padding:10px 0 5px 60px;
 }

.blocknumber span{
  font-weight:bold;
  width:48px;
  height:48px;
  line-height:48px;
  display:block;
  text-align:center;
  position: absolute;
  top: 0;
  left: 0;
}

/*core*/

code{
    display: inline-block;
    white-space: inherit;
    margin: 10px 0 5px;
}

/*right side widget area*/
.widget-area ul{
    list-style: none;
    padding: 0;
}
.widget-area ul li{
    padding: 5px 0;
}
.widget-area .tagcloud{

}

/*search*/
.widget-area #searchform{
    margin-bottom: 30px;
}

/*calender*/
.widget-area #calendar_wrap table{
    width: 100% ;
}
.widget-area #calendar_wrap th{
    text-align: center;
}
.widget-area #calendar_wrap td{
    text-align: center;
}
.widget-area #calendar_wrap tr{
    border-bottom: 1px solid #eee;
    line-height: 25px;
}
.widget-area #calendar_wrap #prev{
    text-align: left;
}
.widget-area #calendar_wrap #next{
    text-align: right;
}
/*tag clound*/
.widget-area .tagcloud a{
    font-size: 14px !important;
    color: #FFF;
    background-color: #428BCA;
    border-color: #285E8E;
    padding: 1px 5px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 3px;
}

.widget-area .tagcloud a:hover{
    background-color: #3276B1;
}

.widget-area ul li{
    padding: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.widget-area ul li a{
   margin-left: 10px;
}
.widget-area ul li:before{
    position: absolute;

    font-family: FontAwesome;
    content: "\f105";
}
.widget-area ul.children{
    margin-top: 10px;
}
.widget-area ul.children li{
    margin-left: 15px;
}
.widget-area select{
    width: 100%;
    margin: 10px 0;
    height: 34px;
    padding: 6px 12px;
}

/* select {
    height: 42px;
    margin: 6px 0 4px 0;
    padding: 0 !important;
} */

.widget-area img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.wp-smiley{
    display: inline-block;
}
.rsswidget{
    display: inline-block;
}
.textwidget img{
    margin-top: 10px;
}
/*blog*/

table{
    width: 100%;
}
tr{
    border-bottom: 1px solid #eee;
}
td,th{
    padding: 8px 0;
}
/*caption*/
.wp-caption img{
    max-width: 100%;
}
.wp-caption p.wp-caption-text{
    padding: 3px;
}

#respond code{
    white-space: normal;
    display: inline-block;
    margin-bottom: 20px;
}

.pager {
margin: 0; /* override by Shane */
}

/*paser paginaton,breadcrumbs*/

.pager .previous>a,
.pager .next>a{
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.breadcrumb {
    width: 100%;
    text-align: right;
}
ul.breadcrumb > li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}

/*divider*/

.divider-default{
    margin-bottom: 5px;
}
.divider-lg{
    margin-bottom: 100px;
}
.divider-md{
    margin-bottom: 50px;
}
.divider-sm{
    margin-bottom: 20px;
}
.divider-xs{
    margin-bottom: 10px;
}

/*faq*/
li.faq span.number{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    background: #34495E;
    color: #FFF;
    font-size: 24px;
}
.faq h4{
    margin-top: 0;
}
ul li.faq{
    margin-top: 30px;
}

/*services page*/
.media.services{
    margin-bottom: 30px;
}

/*logo*/
a.navbar-brand img{
    display: inline-block;
}
/*download btn*/
#main-info {
background-color: #ECF0F1;
}

/*pinterest btn*/
.btn-social.btn-pinterest{
    background: #FF0014;
}

/*admin bar*/
.admin-bar .navbar-fixed-top{
    top:32px;
}

.admin-bar .navbar .navbar-main .dropdown-menu {
	top: 66px;
}

/*responsive menu*/
#mobile-menu .navbar-collapse{
    border-top:0;
    box-shadow:none;
}
.navbar-inverse .navbar-nav li{

}
.navbar-inverse .navbar-nav>li a{
  color: #666;
  /* padding: 13px 15px; */ /* Shane */
padding: 13px 15px 28px 15px; /* Shane */
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
}

/*testimonial*/
blockquote small{
    color: rgba(255, 255, 255, 0.8);
}
div#tss_id3915 div#tss_content{
  background-color: white;
}
div#tss_id3920 #tss_content,
div#tss_id3922 #tss_content{
  width: 47%;
}

#tss_warppper{
  display:inline;
  padding: 0 !important;
}
div#tss_content {
    width: 30%;
    min-height: 660px;
    float: left;
    margin: 15px;
    border: 1px solid #ececec;
    padding: 20px 30px;
    background-color: white;
}

#tss_image {
    width: auto !important;
    max-height: 85px;
    border-radius: 0!important;
    text-align: center;
    margin: 0 auto 15px;
}
#tss_name {
    font-weight: 600 !important;
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 0;
}
#tss_occupation {
    font-style:normal !important;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3em;
}
#tss_testimonial {
    font-size: 16px !important;
    text-align: left;
    padding-bottom: 20px;
    font-style: italic;
}

/*responsive menu*/
.navbar-toggle{
  margin-top: 25px;
}

/*bottom*/
ul#menu-company-menu{
   padding-left: 0;
}
ul#menu-company-menu li{
  list-style: none;
  position: relative;
}
ul#menu-company-menu li:before{
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}

.home ul.display-posts-listing {
    padding: 0;
}
.home li.listing-item {
    list-style: none;
    margin: 0 !important;
}
.home .listing-item a.title {
    display: block;
    margin: 30px 0 10px 0;
    font-size: 14px;
    font-weight: 700;
}
.home span.author, .home span.date {
    font-size: 14px;
}
.home span.excerpt {
    display: block;
    font-size: 14px;
}
.home span.excerpt-dash {
    display: none;
}
.section{
    margin: 0 auto;
    overflow: auto;
    padding: 60px 0;
}
.gray {
  background-color: #F5F5F5;
}
.header-image {
  background-color: #555;
  text-align: center;
  border-radius: 40px;
  margin: 30px auto 0px;
}
.placeholder1, .placeholder2, .placeholder3, .placeholder4, .placeholder5{
  background-color: #555;
  text-align: center;
  border-radius: 40px;
  margin: 30px auto 0px;
  width:360px;
  margin-top: 0;
  overflow-y: hidden;
}
.placeholder1{
  height: 280px;
  float:right;
}
.placeholder2{
  height:155px;
  float:left;
}
.placeholder3{
  height:200px;
  float:right;
}
.placeholder4{
  height:205px;
  float:left;
}
.placeholder5{
  height:230px;
  float:right;
}
.placeholder-text{
  color: white;
  font-weight: 600;
  padding: 9%;
}
.right {
  float:right;
}
#menu-main-menu a:hover {
    color: #1656a0 !important;
    /*font-weight: 600 !important;*/
    opacity: 1 !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent !important;
}


.navbar .navbar-main .dropdown-menu {
    background-color: white;
    box-shadow: none;
    border: 0;
    margin: 0;
    position: fixed;
    top: 34px;
    left: 0;
    width: 100%;
    min-width: 100%;
    padding: 100px 20px 10px 20px;
    z-index: 0;
    text-align: center;
    border-radius: 0;
    /* border-top: 1px solid #ececec; */
    border-bottom: 1px solid #ececec;
}

.products{
  font-size: 36px;
  padding: 0px 20px 20px;
  letter-spacing: -0.3px;
  line-height: 1.3em;
  font-weight:400;
}
.products-block{min-height: 280px; overflow:hidden;}
span.platforms{
  font-weight:bold;
  font-size: 18px;
}
.platform-text{
  margin-top: 5px;
}
.platform-text p{
  font-size: 13px;
}
.product-ep-icon{
  height:150px;
}
.product-ep-icon img{
  margin: 0 auto;
  width: 160px;
}
.product-image{
  margin: 0 auto;
}
a.bigbluelink{
  color: #1657a2;
  font-size:16px;
  font-weight:600;
}
a.bluelink {
  color: #1657a2;
}
.inner-news p.author.small {
    margin: 16px 0 15px 0;
}
a.read-more {
    color: #1657a2;
    display: block;
    margin: 15px 0 0 0;
}
a.whitelink{
color:#ffffff;
    font-weight: bold;
}
a.whitelink:hover{
    opacity: 0.5;
    color:#ffffff;
}
a.bigbluelink:hover, a.smallbluelink:hover{
  text-decoration: none;
  opacity:0.5;
}
.white {
  color: white !important;
}
a#moreinfo:hover {
  outline: 0 !important;
}
a#moreinfo div{
  width: 350px;
  height: 100px;
  background-color:#3F8703;
  margin: 0 auto; top: 165px;
  position: relative;
}
p.moreinfo-text{
  font-weight:600;
  font-size: 18px;
  padding: 25px 40px;
  letter-spacing: 0.5px
}
.uppercase-tag{
  text-transform: uppercase;
  font-weight:700;
}
#seacert, #expressplay, #whitecryption, #genecloud, #personagraph, #intertrustplatform{
  margin-top: -200px;
  padding-top: 200px;
}
.intertrustplatform-text{
    margin-top: 60px;
}
.platform-hover{
  height: 144px;
}
.platform-hover:hover {
    background-color: rgba(236, 236, 236, 0.58);
}
.platform-hover img{
  width: 60px;
}
.platform-text{
  margin-top: 75px;
}
.pd-bg1, .pd-bg2{
  background-size: cover;
    height: 410px;
}
.section-text{
  width: 440px;
}
.pd-bg1-text{
  max-width: 570px;
  margin: 0 auto;
}
.pd-bg2-text{
  max-width: 1040px;
  margin: 0 auto;
}
.product-info-box{
    background-color: #333333;
    padding: 20px 30px 10px;
    margin: 30px 0px 30px 113px;
    width: 80%;
}
.product-info-box p{
  font-weight: 600;
}
.products-row1, .products-row3, .products-row5{
  width:350px;
  letter-spacing: 0.3px;
}
.products-row2, .products-row4{
  width: 376px;
  letter-spacing: 0.3px;
  float: right;
}
.header-image{
  width:600px;
  height: 130px;
}
.research-hr{
  width: 40%;
  float: left;
  border-bottom: 1px solid;
  margin: 15px 28px;
}
.research1, .research3{
  padding: 10px 30px;
  border-right: 1px solid;
}
.research2, .research4{
  padding: 10px 20px 10px 50px;
}
.right-padding{
  padding-right: 100px;
}
/*Product-Seacert*/
.sc-gradient{
     background: #604f75;
    background: -moz-linear-gradient(90deg, #604f75 0%, #3c215d 100%);
    background: -webkit-linear-gradient(90deg, #604f75 0%, #3c215d 100%);
    background: -o-linear-gradient(90deg, #604f75 0%, #3c215d 100%);
    background: -ms-linear-gradient(90deg, #604f75 0%, #3c215d 100%);
   background: linear-gradient(90deg, #604f75 0%, #3c215d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604f75', endColorstr='#3c215d',GradientType=1 );
}
.sc-bg-1 div.container{
  padding-top: 40px;
  padding-bottom: 470px;
}
.sc-bg-3 div.container{
  padding: 40px 0;
}
.sc-icon {

}
.sc-icon img{
  margin-bottom: 5px;
}
.sc-feature{
  margin: 30px 0;
}
.sc-customer-logo{
float:right;
}
.sc-customer-logo img{
    max-height:40px;
    margin: 11px 20px 0;
}
/*Product-Genecloud*/
.gc-gradient{
     background: #2DBE60;
    background: -moz-linear-gradient(90deg, #52d881 0%, #219bbf 100%);
    background: -webkit-linear-gradient(90deg, #52d881 0%, #219bbf 100%);
    background: -o-linear-gradient(90deg, #52d881 0%, #219bbf 100%);
    background: -ms-linear-gradient(90deg, #52d881 0%, #219bbf 100%);
    background: linear-gradient(90deg, #52d881 0%, #219bbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d881', endColorstr='#219bbf',GradientType=1 );
}
.gc-bg-1 div.container{
  padding-top: 40px;
  padding-bottom: 360px;
}
p.header {
  font-size: 18px;
  font-weight: 400;
}
/*Product-whitecryption*/
.wc-gradient{
  background: #414a66;
    background: -moz-linear-gradient(90deg, #6f83bd  0%, #1e1e23 100%);
    background: -webkit-linear-gradient(90deg, #6f83bd  0%, #1e1e23 100%);
    background: -o-linear-gradient(90deg, #6f83bd  0%, #1e1e23 100%);
    background: -ms-linear-gradient(90deg, #6f83bd  0%, #1e1e23 100%);
    background: linear-gradient(90deg, #6f83bd  0%, #1e1e23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f83bd ', endColorstr='#1e1e23',GradientType=1 );
}
.wc-dark-background{
      background: #394056;
    padding: 40px 0 70px 0;
    min-height: 300px;
}
.wc-dark-background2{
      background: #394056;
    padding: 40px 0;
}
.wc-bg-1 div.container{
  padding: 40px 60px 520px;
  max-height:560px;
}
img.center{
  margin: 0 auto;
}
/*trustcomputing*/
.section-text-left2{
  padding-right:50px;
}
.trustedcomputing-hero div.container{
  padding-top:185px;
}
.trustedcomputing-bg-2{
  padding: 95px 0;
height: 100%;
}
.trustedcomputing-bg-3{
    padding: 85px 0;
}
.trustedcomputing-bg-4{
    padding: 50px 0;
}
.tc-ep{
  width: 344px;
  margin: 0 auto;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-5ths {
    width: 20%;
    float: left;
}


#mobile-menu form#searchform {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    border: 0;
}
.flex-direction-nav .flex-prev{
  left:0 !important;
}
.flex-direction-nav .flex-next{
  right: 0 !important;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  span.platforms{
    font-size:16px;
    line-height:1.6em;
  }
  .platform-text p{
    line-height:1.4em;
  }
  h5 {
    margin-bottom: 20px !important;
  }
} /* // @media */

@media (min-width: 992px) {
  .inner-news:nth-child(3n+3) {
    border-left: 0 !important;
  }
  .inner-news:nth-child(3n+1) {
    border-right: 0 !important;
  }
  .inner-news {
    border-bottom: 0 !important;
  }
  .alm-reveal {
    overflow: auto;
  }
  .alm-listing.alm-ajax {
    border-bottom: .5pt solid #ececec;
  }
  .col-md-5ths {
    width: 20%;
    float: left;
  }
} /* // @media */

@media (min-width: 400px) {
  .navbar .navbar-main {
    margin-right: -20px;
  }
  .col-lg-5ths {
      width: 20%;
      float: left;
  }
  div#tss_content{
    min-height:570px;
  }
  div#tss_id3920 #tss_content,
  div#tss_id3922 #tss_content{
    height:390px;
  }
  div#tss_id3920 #tss_testimonial,
  div#tss_id3922 #tss_testimonial{
    height:190px;
  }
} /* // @media */

@media (max-width: 1200px){
  .img-reverse-eng{
    margin: 0 !important;
  }
  .page-template-page-insights .flexslider .slides p {
      display: none;
  }
  .page-id-2376 .black-section{
      min-height: 340px;
  }
  .company {
      min-height: 510px;
  }
  div#tss_id3920 #tss_content,
  div#tss_id3922 #tss_content {
      margin: 0;
      height: 440px;
  }
  .utility-bg-3{
      background-position: 40% bottom;
  }
  .utility-bg-2 div.container {

      padding: 20px 15px;
  }
  .resp-black-textbox{
      background-color: rgba(0, 0, 0, 0.62);
      padding: 10px 30px !important;
  }
  .resp-white-textbox{
      background-color: rgba(255, 255, 255, 0.62);
      padding: 20px 30px;
  }
  .utility-bg-4{
      background-position: 70% bottom;
  }
  .page-id-6815 .black-section, .page-id-7224 .black-section{
      min-height: 350px;
  }
  .page-id-6815 .company, .page-id-7224 .company{
      padding: 25px;
      min-height: 472px;
  }
} /* // @media */

@media (max-width: 992px){
  ul.eo-events li {
      width: 47% !important;
      margin: 0 1.5% 0 1.5% !important;
  }

  .section-text-left, .section-text-right {
      padding: 0;
  }
  .navbar-inverse .navbar-nav>li a {
      padding: 13px 5px;
  }
  #header .container {
      max-width: none !important;
  }
  .navbar-inverse .navbar-nav li {
      width: auto !important;
      margin-left: 15px;
  }
  ul#menu-main-menu {
      width: auto !important;
  }
  div#tss_content{
        width:50%;
        margin:0;
        min-height:570px;
      }
  .ep-pricing-bg .col-sm-6{
      width: 100%;
  }
  .ep-pricing-bg{
          background-position: 100% 250px;
          max-height: 540px;
  }
  .ep-pricing-bg div.container{
      height:800px;
  }
  .page-id-2376 .black-section{
      min-height: 445px;
  }

  div#tss_id3920 #tss_content,
  div#tss_id3922 #tss_content {
      margin: 0;
      height: 540px;
  }
} /* // @media */
@media (max-width: 810px){
a.navbar-brand img{
        width:150px;
}
}
@media (max-width: 769px){

.container{
    margin: 0;
}
.page-template-page-insights .caption h1 {
    font-size: 20px;
    padding: 20px;
}
h1.bigger{
    font-size: 28px;
  }
.products-hero{
    background-position: 50% bottom;
}
h5 {
  margin-bottom: 20px !important;
}
.col-md-4.col-sm-4.platform-hover {
    width: 33.3%;
    float: left;
    margin-bottom: 30px;
}
  .platform-text p{
    line-height:1.4em;
  }
.no-left-padding {
    padding-left: 15px !important;
}
.col-sm-6.col-md-6.center {
/*  clear:both;*/
}
/*.pd-bg1, .pd-bg2 {
    padding: 20px 0;
}*/
.pd-bg2{
  height: 430px;
}
.licensing{
    width: 33%;
    float: left;
}
.products-block{min-height: 300px;  margin: 20px 0;}
  .products-hero div.container{
    padding-top: 75px;
  }
  .products-hero{
    min-height: 450px;
  }
  .product-ip, .product-gc, .product-ep, .product-wc, .product-sc, .product-pg{
    margin:0;
}
.section-text-left, .section-text-right{
    padding:0;
}

/*disabled by ST on 12/7/17 */
.learnmore{
margin:0;
}

.pd-bg2 {
    height: 260px;
}
#expressplay img, #genecloud img, #whitecryption img, #personagraph img, #seacert img {
    margin: 0 auto;
    width: 100%;
}
.intertrustplatform-text{
    margin-top:0;
}
.platform-text p{
  font-size: 14px;
}
.products-row1, .products-row2, .products-row3, .products-row4, .products-row5{
  width: 100%;
}
.products-row2 p.section-text {
  width: 100% !important;
  float:left;}
.placeholder1, .placeholder2, .placeholder3, .placeholder4, .placeholder5{
  width: 100%;
    margin: 30px auto 0;
    float: left;
}
.products-container, .products-container2, .products-container3{
  width: 86%;
    margin: 0 auto;
}
.research-hr{display:none;}
.research1, .research3{
  border-right: none;
  padding: 10px;
}
.research2, .research4{
  padding: 10px;
}
a#moreinfo div{
  top: 20px;
    width: 70%;
}
.ep-bg-2, .ep-bg-4, .ep-pricing-bg{
    padding:0;
}
.ep-bg-1 div.container, .ep-bg-2 div.container, .ep-bg-4 div.container{
/*    padding:25% 15px;*/
    background-color:rgba(0, 0, 0, 0.62);
}
.ep-bg-3 div.container{
/*    padding: 25% 15px;*/
    background-color: rgba(255, 255, 255, 0.88);
}
.ep-pricing-bg div.container{
    padding: 5% 15px;
}
.ep-bg-3{
        background-position: 40% 50%;
}
.ep-pricing-bg {
    background-position: 25% 340px;
     max-height:665px;
     background-size:contain;
 }
.product-info-box{
        margin: 20px auto 0;
}
.pricing{
    width: 100%;
}
div#tss_content {
    width: 100%;
    min-height: 360px;
}
.sc-bg-1 div.container {
    padding-top: 40px;
    padding-bottom: 270px;
}
.sc-bg-3 div.container {
    padding: 40px 15px;
}
#tss_id3915 div#tss_content {
    width: 100%;
    min-height: 310px;
}
.black-section{
    min-height:445px;
}
.download-wp{
    min-height: 351px;
}
.incar-bg-1{
    background-position: 70% bottom;
}
.incar-bg-2{
    background-position: 60% 70%;
}
.incar-bg-3{
    background-position: 60% top;
}
.incar-bg-4 div.container{
    padding-top: 60px;
}
.medicine-bg-2{
    background-position: 70% bottom;
}
.white-background{
    padding: 40px 0;
}
.utility-bg-3{
    background-position: 40% bottom;
}
.utility-bg-2 div.container {

    padding: 20px 15px;
}
.resp-black-textbox{
    background-color: rgba(0, 0, 0, 0.62);
    padding: 20px 30px;
}
.resp-white-textbox{
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px 30px;
}
.utility-bg-4{
    background-position: 70% bottom;
}
.page-id-6815 .black-section, .page-id-7224 .black-section{
    min-height: 350px;
    width:100%;
}
.page-id-6815 .company, .page-id-7224 .company{
    padding: 25px;
}
.background-img {
    min-height: 320px !important;
}

#footer .row .col-sm-2 img {
    max-width: 110px;
    margin-bottom: 20px;
}
.home-news, .home-events {
padding-right: 15px !important;
padding-left: 15px !important;
}
.col-md-4.no-padding.press {
    width: 100%;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1pt solid #ececec;
}
#footer .col-sm-4 {
    margin: 20px 0;
    float: left;
    clear: both;
    padding: 0;
}
div#tss_content {
    width: 100%;
    min-height: 360px;
}
#tss_id3920 div#tss_content,
#tss_id3922 div#tss_content{
    width: 100%;
    min-height: 415px;
}
.page-id-2374 .black-section{
    min-height: 281px;
}
.page-id-2374 .download-wp{
    min-height: 210px;
}
.page-id-2376 .download-wp{
    min-height: 290px;
}
.page-id-2372 .black-section{
    min-height: 365px;
}
.home-bg-1, .home-bg-2 {
    background-position: 70% bottom;
}
.page-id-2376 .black-section {
    min-height: 225px;
}
.arrow-block {
    display: list-item;
}
.page-id-6815 .company2, .page-id-7224 .company2{
    margin-left:0;
    margin-bottom: 40px;
}
svg.horizontal-arrow{display:none;}
svg.vertical-arrow{
    display:block; z-index:4;
    margin: -30px 40% -45px;
}
  .dash{
   display:flex;
  }
} /* // @media */



/* RESOURCES SECTION // */

@media (max-width: 991px){

.resources-row {
  margin: 0;
}

.resources-row > div {
    padding: 0 !important;
    margin: 0;
    margin-bottom: 20px;
  }
} /* /@media */

/* // RESOURCES SECTION */






@media only screen and (max-width: 992px) {
  .resources-row{
    margin-bottom: 0 !important;
  }
  .no-left-padding-resp {
    padding: 0;
  }
  .page-template-page-whitecryption .black-background-header {
    height: 110px;
  }
  .page-template-page-whitecryption .black-background-header h3.white {
    display: block;
  }
  ul#menu-whitecryption {
    float: left;
    margin: 0 0 0 -20px;
    display: block;
  }
} /* // @media */

@media only screen and (max-width: 768px) {
  .resources-title div{
    text-align:left !important;
  }
  .resources-title {
    height: inherit !important;
    line-height: inherit !important;
  }
/*
  #main-slider .carousel .item {
    background-position: 73% -90px;
  }
*/
  .company {
    min-height: 350px;
  }
  .wc-bg-2 div.container{
    padding: 30% 15px;
    background-color: rgba(255, 255, 255, 0.88)
  }
} /* // @media */

@media (max-width: 693px) {
  .page-template-page-insights .caption h1 {
    font-size: 14px;
    padding: 10px;
    margin: 0;
  }
} /* // @media */

@media (max-width: 744px) {
.page-template-page-whitecryption .black-background-header {
  height: 150px;
}

/* SECONDARY NAV FIX BY SHANE - 03.10.18 // */

/*li.free-trial {
    margin: 7px 20px 0 20px !important;
}*/

li.free-trial a {
    margin: 7px 20px 0 20px !important;
  }

}/* /@media */

@media (max-width: 502px){
  p.second-header {
    padding-top: 210px;
  }
} /* // @media */

@media (max-width: 480px){
  #menu-personagraph li {
    margin: 20px 28px 0 0px !important;
  }


.pd-bg2 {
    height: 520px;
}
.patent-bg-1 {
    padding: 100px 0 100px !important;
}
/*
.home-hero-text h1.header {
    margin: -65px 0 123px 0;
}
*/
/*ul.eo-events li {
    width: 97% !important;
}*/
.section{overflow:hidden;}
.products-container, .products-container2, .products-container3 {
    padding: 0 20px;
    width: 90%;
    margin: 0 auto;
}
p.second-header {
    padding-top: 160px;
}
.products {font-size: 32px;}
.header-image, .placeholder1, .placeholder2, .placeholder3, .placeholder4, .placeholder5{
  width: 100%;
  margin-top: 30px;
}

.section-header{font-size:25px;}
.products-row1, .products-row2, .products-row3, .products-row4, .products-row5{
  width: 100%;
  float:left;
}
.products-row2 p.section-text{width: auto!important;}
.mscale1{
  float:left;
}
.research-hr{display:none;}
.research1, .research3{
  border-right: none;
  padding: 10px;
}
.research2, .research4{
  padding: 10px;
}
a#moreinfo div{
  top: 20px;
  width: 100%
}
.products-hero{
    background-position: 50% bottom;
    min-height:540px;
}
.products-hero div.container{
    padding-top: 50px;
}
.platform-text{
  margin-top: 78px;
}
.product-ip, .product-gc, .product-ep, .product-wc, .product-sc, .product-pg{
    margin:0;
}
span.platforms{
    font-size: 16px;
}
.section-text-left, .section-text-right{
    padding:0;
}

/* disabled by ST on 07/12/17 */
.learnmore{
    width: 100%;
    min-height: 220px;
}

#expressplay img,
#genecloud img,
#whitecryption img,
#personagraph img,
#seacert img {
    margin: 0 auto;
    width: 100%;
}
.ep-bg-2, .ep-bg-4, .ep-pricing-bg, .wc-bg-2{
    padding:0;
}
.ep-bg-1 div.container, .ep-bg-2 div.container, .ep-bg-4 div.container{
    padding:25% 15px;
    background-color:rgba(0, 0, 0, 0.62);
}
.solutions-bg-5 div.container, .solutions-bg-6 div.container{
    padding: 25% 15px;
    background-color: rgba(255, 255, 255, 0.88);
}
.ep-bg-3{
        background-position: 40% 50%;
}
.ep-pricing-bg {
    max-height: 630px;
    background-position: 25% 410px;
}
.product-info-box{
        margin: 20px auto 0;
}
.sc-bg-1 div.container{
    padding-bottom: 300px;
}
.sc-icon img{
    margin: 0 auto 10px;
}
.sc-bg-3 div.container {
    padding: 40px 15px;
}

.wc-bg-1 div.container {
    padding: 40px 15px 400px;
    max-height: 440px;
}
.wc-bg-2 div.container{
    padding: 30% 15px;
    background-color: rgba(255, 255, 255, 0.88)
}
#tss_id3915 div#tss_content {
    width: 100%;
    min-height: 450px;
}
.gc-bg-1{
    background-image:none;
    height:380px;
}
.container.gc-bottom-block {
    padding: 50px 15px !important;
}
#tss_id3920 div#tss_content,
#tss_id3922 div#tss_content{
    width: 100%;
    min-height: 510px;
}
.solutions-bg-3 div.container{
    padding:25% 15px;
    background-color:rgba(0, 0, 0, 0.62);
}
.media-bg-1 div.container, .incar-bg-4 div.container, .home-bg-1 div.container{
    background-color: rgba(255, 255, 255, 0.50);
}
.media-bg-3 div.container, .incar-bg-2 div.container, .home-bg-3 div.container{
    background-color: rgba(255, 255, 255, 0.75);
}
.media-bg-2 div.container, .incar-bg-1 div.container, .incar-bg-3 div.container, .home-bg-2 div.container{
    background-color: rgba(0, 0, 0, 0.62);
}
.black-section{
    padding: 30px !important;
    min-height: 330px;
}
.col-sm-6.company h4{
    font-size: 18px;
}
.white-background, .gray-background{
    padding: 40px 0;
}
.medicine-bg-2 div.container{
    padding-top: 80px;
    background-color: rgba(0, 0, 0, 0.62);
}
.page-id-2376 .black-section {
    min-height: 225px;
}
h3{
    font-size: 18px;
}
.utility-bg-1{
    background-position: 83% bottom;
}
.utility-bg-3 div.container{
    background-color: rgba(255, 255, 255, 0.80);
}
.utility-bg-2 div.container {
    background-color: rgba(0, 0, 0, 0.62);
    padding: 20px 15px;
}
.utility-bg-4{
    background-position: 50% bottom;
}
.arrow-block {
    display: inline-block;
}
.page-id-6815 .company2, .page-id-7224 .company2{
    margin-left:0;
    margin-bottom: 40px;
}
svg.horizontal-arrow{display:none;}
svg.vertical-arrow{
    display:block; z-index:4;
    margin: -30px 32% -45px;
}
.dash{display:flex;}
.page-id-6815 .col-sm-6.company, .page-id-7224 .col-sm-6.company {
    height: 455px;
    padding: 20px;
}
.page-id-6815 .col-sm-6.company:last-child, .page-id-7224 .col-sm-6.company:last-child{
    margin-bottom: 40px;
}
.resp-black-textbox {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 !important;
}
.resp-white-textbox {
    background-color: rgba(255, 255, 255, 0);
    padding: 0 !important;
}
} /* // @media NOTE: Needed to close the media query. Guessed appropriate location. - SHANE */

@media (max-width: 437px){

} /* // @media */
@media (max-width: 374px){
  .img-crypto{
    margin-top: -50px !important;
  }
  .black-background, .white-background, .gray-background {
  /*    padding:0;*/
  }
  h1.bigger {
      font-size: 24px;
  }
  p.header {
      font-size: 16px;
  }
  span.platforms {
      font-size: 15px;
  }
  .pd-bg1 {
      height: 490px;
  }
  .pd-bg2 {
      height: 580px;
  }
  #seacert,
  #expressplay,
  #whitecryption,
  #genecloud,
  #personagraph,
  #intertrustplatform {
      margin-top: -30px;
      padding-top: 30px;
  }
  /*
  .header-icon-whitecryption, .header-icon-personagraph{
      margin: 10px 0 0 -14px;
  }
  */
  div#tss_content{
      min-height: 600px;
  }
  .ep-pricing-bg div.container{
      padding: 5% 15px;
  }
  .utility-bg-3 div.container,
  .utility-bg-4 div.container{
      padding: 30px 15px;
  }
  .utility-bg-2 div.container{
      padding: 20px 15px;
  }
  .resp-black-textbox {
      background-color: rgba(0, 0, 0, 0);
      padding: 0;
  }
  .page-id-6815 .company2, .page-id-7224 .company2{
      padding: 30px;
  }
  .page-id-6815 .col-sm-6.company, .page-id-7224 .col-sm-6.company{
      height: 550px;
  }
} /* // @media */

@media (max-width: 400px) {
  .page-template-page-whitecryption .black-background-header {
    height: 170px;
  }
} /* // @media */

@media only screen and (max-width: 735px){} /* // @media */

@media only screen and (max-width: 1068px){} /* // @media */

/* Effort to adjust Insight slider - need to revisit */
/* #metaslider_4018 .flex-viewport { max-height: 600px; } */


/* ###### SHANE'S RESPONSIVE TEXT WRAPPING // ###### */

@media (min-width: 768px) { .resp-text-break { display: inline; } } /* // @media */

@media (min-width: 992px) { .resp-text-break { display: block; } } /* // @media */

@media (min-width: 1200px) { .resp-text-break { display: block; } } /* // @media */

/* ###### // SHANE'S RESPONSIVE TEXT WRAPPING ###### */






/* ~~~~~~~~~ PRODUCT-BOXES - updated JAN 17, 2019 // ~~~~~~~~~ */

.event-row {
  display: flex;
}

.event-product-boxes {
  padding: 0 5px 10px 5px;
  display: flex; /* NOV. 13 */
}

.event-product-boxes.first-box {
  padding-right: 5px;
  padding-left: 0;
  display: flex;
}

.event-product-boxes.last-box {
  padding-right: 0;
  padding-left: 5px;
  display: flex;
}

.event-product-boxes.solo-box {
  padding-right: 0;
  padding-left: 0;
}

.inner-box {
  background: #f6f7fb;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px;
  width: 100%;
}

.inner-box.hover {
  background: #fff;
  border: 1px solid #aab2bd;
  box-shadow: 0 2px 3px #aab2bd;
}

.inner-box > a {
display: inline-block;
margin-top: 10px;
}


@media (max-width: 991px){

  .event-row {
    display: block;
  }

  .event-product-boxes,
  .event-product-boxes.first-box,
  .event-product-boxes.last-box,
  .event-product-boxes.solo-box {
    padding: 0 0 10px 0;
    display: block;
  }
} /* // @media */



/* appended Dec 26, 2018 // */
@media (max-width: 682px) {
  .inner-box > a {
    float: none;
    margin-right: 0;
  }

} /* // @media */
/* // append */




/* ~~~~~~~~~ // PRODUCT-BOXES ~~~~~~~~~ */




/* ~~~~~~~~~ */

.link-arrow,
.link-arrow-left {
    display: inline-block;
    position: relative;
}

.link-arrow:hover { /* color: red; */ }

.link-arrow:after {
    content: "\25BA";
    font-size: 50%;
    position: relative;
    top : -.25em;
    display: inline-block;
    padding-left: 5px;
    pointer-events: none;
}

.link-arrow:hover:after { /* color: red; */ }

.link-arrow-left:before {
    content: "\25C0";
    font-size: 50%;
    position: relative;
    top : -.25em;
    display: inline-block;
    padding-right: 5px;
    pointer-events: none;
}

/* ~~~~~~~~~ */




/* SHANE-M2 SECONDARY NAV DROPDOWN HACKS // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


ul#menu-whitecryption {
  /*border: 1px solid red;*/
  float: right;
  margin-right: -20px;
  padding: 0;
  width: auto;
}

ul#menu-whitecryption > li {
  float: left;
  margin: 0 10px;
  width: auto;
}

ul#menu-whitecryption > li > a {
  color: white;
/*  padding: 0; */
  padding: 0 10px;
  border-radius: 0;
  /*border: 1px solid orange;*/
  background-color: transparent;
}

ul#menu-whitecryption > li > a:hover {
    color: #DDDDDD;
}

ul#menu-whitecryption > li > a > small { font-size: 70%; display: block; }

ul#menu-whitecryption > li.free-trial > a {
  background: #019fff;
  padding: 6px 20px;
  margin: -4px 20px 0 20px !important;
  border-radius: 4px;
}

ul#menu-whitecryption.navbar > li.active > a {
  color: white;
}

ul#menu-whitecryption .dropdown-menu {
  position: absolute;
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 0;
/*  margin-top: -5px; */ /* Shane */
margin-top: 0; /* Shane */
  width: 200px;
  background: #f9f9f9;
	top: 38px;
}

ul#menu-whitecryption .dropdown-menu li {
    border-top: 0 !important;
    padding: 0;
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1pt solid #dadada;
    width: 100%; /* Added for MODULUS 2: Industries */
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  #menu-item-15670 .dropdown-menu {
    position: absolute;
  }
} /* /media */


/* // SHANE-M2 SECONDARY NAV DROPDOWN HACKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*  // Custom additions EJE */

.modal-body {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
}

