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

@import url("https://use.typekit.net/pwp0jvu.css");

body {
    padding-top: 74px;
    color: #34495e;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    line-height: 1.5em;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .container {
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

#mobile-menu .navbar-collapse {
    border-top: 0;
    box-shadow: none;
}

.navbar .navbar-nav > li a {
    color: #666;
    padding: 0px 25px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

#header {
    background-color: white !important;
    border-bottom: 1pt solid #ececec;
}

#header2 a.navbar-brand img {
    width: 230px !important;
}

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

.secondary-nav li {
    float: left;
    margin: 0 20px;
}
/*homepage*/

/*logo*/
a.navbar-brand img {
    display: inline-block;
}

.navbar-header {
    width: 100%;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #333;
}

.desktop-nav {
    display: none;
}

.menu-primary .menu-item:hover {
    background-color: #f5f5f5;
}

.menu-primary .menu-item.current-menu-item,
.menu-primary .menu-item.current-menu-ancestor,
.menu-primary .menu-item.current-menu-parent {
    background-color: #f5f5f5;
}

.menu-primary .menu-item-has-children {
    position: relative;
}
.menu-primary .menu-item-has-children a {
    display: inline-block;
    font-weight: 600;
    padding: 2.5rem 1.5rem;
}

.menu-primary .menu-item-has-children.current-page-ancestor {
    background-color: #f5f5f5;
}
.menu-primary .menu-item.current-menu-ancestor .sub-menu .current-menu-item,
.menu-primary .menu-item.current-menu-item .sub-menu .current-menu-item,
.menu-primary .menu-item.current-menu-parent .sub-menu .current-menu-item {
    background-color: #fff;
}

.menu-primary .menu-item.current-menu-ancestor .sub-menu .current-menu-item a,
.menu-primary .menu-item.current-menu-item .sub-menu .current-menu-item a,
.menu-primary .menu-item.current-menu-parent .sub-menu .current-menu-item a {
    font-weight: 600;
}

.menu-primary .menu-item-has-children .sub-menu {
    display: none;
    top: 74px;
    z-index: 50;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.menu-primary .menu-item-has-children .sub-menu .menu-item {
    height: 100%;
    display: flex;
    display: -webkit-box;
    align-items: center;
}

.menu-primary .menu-item-has-children .sub-menu .menu-item a {
    font-weight: normal;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.menu-primary .menu-item-has-children.dropdown-horizontal:hover .sub-menu {
    display: flex;
}
.menu-primary .menu-item-has-children.dropdown-horizontal .sub-menu {
    position: fixed;
    left: 0;
    height: 8rem;
    border-radius: 0;
    width: 100%;
    background-color: #f5f5f5;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
}

.menu-primary .menu-item-has-children.dropdown-horizontal .sub-menu .menu-item {
    display: flex;
    display: -webkit-box;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15rem;
}

.menu-primary .menu-item-has-children.dropdown-vertical:hover .sub-menu {
    display: block;
}
.menu-primary .menu-item-has-children.dropdown-vertical .sub-menu {
    position: absolute;
    left: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    min-width: 200px;
}

.menu-primary .menu-item-has-children.dropdown-vertical .sub-menu li a {
    padding: 0.75rem 1.5rem;
    display: block;
    white-space: nowrap;
    width: 100%;
}

.menu-primary .menu-item-has-children.dropdown-vertical .sub-menu li a:hover {
    background-color: #e5e5e5;
}

.menu-primary
    .menu-item-has-children.dropdown-vertical
    .sub-menu
    li.current-page-ancestor
    a {
    background-color: #fff;
}

.menu-primary
    .menu-item-has-children.dropdown-horizontal
    .sub-menu
    .menu-item:hover {
    background-color: #e5e5e5;
}

.menu-primary
    .menu-item-has-children.dropdown-horizontal
    .sub-menu
    .menu-item:hover.current-menu-item {
    background-color: #fff;
}
.menu-primary
    .menu-item-has-children.dropdown-horizontal
    .sub-menu
    .menu-item.current-page-ancestor {
    background-color: #fff;
}
.menu-primary .menu-item.current-menu-item .sub-menu .current-menu-item,
.menu-primary .menu-item.current-menu-ancestor .sub-menu .current-menu-item,
.menu-primary .menu-item.current-menu-parent .sub-menu .current-menu-item {
    background-color: #fff;
}

.menu-primary .menu-item.current-menu-item .sub-menu .current-menu-item a,
.menu-primary .menu-item.current-menu-ancestor .sub-menu .current-menu-item a,
.menu-primary .menu-item.current-menu-parent .sub-menu .current-menu-item a {
    font-weight: 600;
}

.mobile-nav {
    padding-bottom: 2rem;
    position: relative;
}

.mobile-nav .menu-toggler {
    text-align: center;
    display: inline-block;
}

.mobile-nav .menu-item {
    white-space: nowrap;
}

.mobile-nav .menu-item a {
    display: inline-block;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.mobile-nav .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e5e5e5;
    width: 50%;
    height: 100%;
}

.mobile-nav .menu-item .sub-menu .menu-item {
    position: relative;
}

.mobile-nav .menu-item .sub-menu .menu-item a {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.75rem 1.5rem;
}
.mobile-nav .menu-item-has-children {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
}

.mobile-nav .menu-item-has-children a {
    font-weight: 600;
}

.mobile-nav .menu-item-has-children:hover {
    background-color: #e5e5e5;
}

.mobile-nav .menu-item-has-children:hover .sub-menu {
    display: block;
}
.mobile-nav .menu-item-has-children .sub-menu .menu-item a {
    font-weight: normal;
}
.mobile-nav .menu-item-has-children:hover .sub-menu .menu-item a:hover {
    background-color: #f5f5f5;
}

.mobile-toggle {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 26px;
}

.mobile-toggle::before {
    content: "";
    width: 30px;
    height: 4px;
    transform-origin: 4px 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    position: absolute;
    background-color: #1656a0;
}

.mobile-toggle::after {
    content: "";
    bottom: 1px;
    width: 30px;
    height: 4px;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    position: absolute;
    left: 0;
    background-color: #1656a0;
}

.mobile-toggle .nav-bar {
    transition: 0.3s all ease-in-out;
    top: 11px;
    width: 30px;
    height: 4px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transform-origin: 0 50%;
    position: absolute;
    left: 0;
    background-color: #1656a0;
}

.mobile-toggle.close-x::before {
    transform: rotate(45deg) scaleX(1.25);
}

.mobile-toggle.close-x::after {
    transform: rotate(-45deg) scaleX(1.25) translateY(1px);
}

.mobile-toggle.close-x .nav-bar {
    opacity: 0;
    transform: scaleX(0);
}

.dropdown-horizontal .sub-menu .menu-item a:before {
    content: " ";
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}

.dropdown-horizontal .sub-menu .menu-item-modulus a:before {
    background-image: url(/svg/modulus.svg);
}

.dropdown-horizontal .sub-menu .menu-item-planetos a:before {
    background-image: url(/svg/planetos.svg);
}

.dropdown-horizontal .sub-menu .menu-item-expressplay a:before {
    background-image: url(/svg/expressplay2.svg);
}

.dropdown-horizontal .sub-menu .menu-item-seacert a:before {
    background-image: url(/svg/seacert.svg);
}

.dropdown-horizontal .sub-menu .menu-item-whitecryption a:before {
    background-image: url(/svg/whitecryption.svg);
}

.dropdown-horizontal .sub-menu .menu-item-personagraph a:before {
    background-image: url(/svg/personagraph5.svg);
}

.dropdown-horizontal .sub-menu .menu-item-genecloud a:before {
    background-image: url(/svg/genecloud1.svg);
}

.dropdown-horizontal .sub-menu .menu-item-media a:before {
    background-image: url(/svg/media.svg);
}

.dropdown-horizontal .sub-menu .menu-item-fintech a:before {
    background-image: url(/svg/fintech.svg);
}

.dropdown-horizontal .sub-menu .menu-item-automotive a:before {
    background-image: url(/svg/car.svg);
}

.dropdown-horizontal .sub-menu .menu-item-healthcare a:before {
    background-image: url(/svg/health.svg);
}

.dropdown-horizontal .sub-menu .menu-item-connected-home a:before {
    background-image: url(/svg/home.svg);
}

.dropdown-horizontal .sub-menu .menu-item-energy a:before {
    background-image: url(/svg/utility1.svg);
}

@media screen and (min-width: 768px) {
    .desktop-nav {
        display: block;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-toggle {
        display: none;
    }

    .dropdown-horizontal .sub-menu .menu-item a:before {
        position: absolute;
        background-size: cover;
        top: 0;
        width: 6rem;
        height: 6rem;
    }

    .menu-primary .menu-item-has-children a {
        padding: 2.5rem 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .menu-primary .menu-item-has-children a {
        padding: 2.5rem 1.5rem;
    }
}

.admin-bar.logged-in nav.fixed {
    top: 32px;
}

.admin-bar.logged-in nav.fixed .menu-primary .dropdown-horizontal .sub-menu {
    top: 106px;
}

.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bg-gradient-blue {
    background-image: linear-gradient(90deg, #050b30 0%, #2b3655 100%);
}

.resource-body h2,
.resource-body h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.resource-body p,
.resource-body ul li {
    font-size: 16px;
    line-height: 26px;
}

.resource-body p,
.resource-body ul {
    margin-bottom: 20px;
}

.resource-body a {
    color: #1656a0;
}

.resource-body a:hover {
    color: #1656a0;
}

.resource-body ul {
    list-style: disc;
    padding-left: 20px;
}

.text-28 {
    font-size: 28px;
}

.text-30 {
    font-size: 30px;
    line-height: 38px;
}

.text-blue {
    color: #4b8ada;
}

.resources-card-thumbnail-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.resources-card:hover .resources-card-thumbnail-overlay {
    opacity: 1;
}

.max-lines {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}

.max-lines-2 {
    -webkit-line-clamp: 2;
}

.max-lines-3 {
    -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
    .header-mask {
        clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    }

    .alm-reveal {
        justify-content: flex-start;
    }

    .resource-header-mask {
        clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    }

    .resource-header {
        height: 400px;
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    .resource-body h2 {
        font-size: 28px;
    }

    .resource-body p {
        font-size: 18px;
        line-height: 28px;
    }
}

.alm-load-more-btn.more {
    border-radius: 4px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #1656a0;
    border: 1px solid #1656a0;
    text-align: center;
    padding: 6px 12px;
    outline: none;
    background: transparent !important;
    min-width: 133px;
    font-size: 16px;
}

.transition {
    transition: 0.2s all ease-in-out;
}

.event-category-lecture .entry-thumbnail.col-md-3 {
    display: none;
}
.finance-bg-1 {
    background-image: url(/wp-content/uploads/2017/08/header-517051800.jpg);
    max-height: 500px;
    background-size: cover;
}
.finance-bg-2 {
    background-image: url(/wp-content/uploads/2017/08/636248010e1.jpg);
    padding: 120px 0 190px;
    background-size: cover;
}
.finance-bg-3 {
    background-image: url(/wp-content/uploads/2017/08/613550610e1.jpg);
    padding: 130px 0 160px;
    background-size: cover;
}
.finance-bg-1 div.container {
    padding-top: 100px;
    padding-bottom: 200px;
}

li.free-trial a {
    background: #019fff;
    padding: 7px 20px;
    border-radius: 4px;
}

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

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 li a {
    color: #fff;
}

.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: 650px){
  .main-nav-scrolled { position: relative !important; }
  ul#menu-personagraph { float:left; }
} */

span.sub-title {
    display: block;
}

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

/*.main-nav-scrolled {
  position: fixed;
  width: 100%;
  z-index: 1;
  height: 64px;
  top: 0;
  background: #333;
}*/

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%;
    height: 64px;
    border-radius: 0;
    margin-bottom: 0;
}

.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;
}

.wet-asphalt {
    background-color: transparent !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: 77px 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: 0.5pt solid #ececec;
}
.listing-item {
    width: 33.33333333333333%;
    float: left;
    padding: 0 15px;
}
.ptitle {
    max-height: 151px;
    overflow: hidden;
}
.inner-news .entry-thumbnail img {
    width: 100%;
    margin: 0 auto;
}
.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;
}

/* Libsyn Podcast Cookie Message Styles */
#libsyn-container {
    position: relative;
}
#libsyn-cookie-message {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #000;
    max-width: 740px;
    height: 360px;
    background: #000;
    color: #fff;
    padding: 100px;
}

#libsyn-cookie-message > div {
    margin-top: 40px;
}

#libsyn-cookie-message .cpc_button {
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 0px;
    max-width: 195px;
    margin-top: 20px;
}

#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;
}

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

.event-item {
    clear: both;
    /*padding-bottom: 30px !important;*/
    margin: 20px 0 40px 0;
    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: 0.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;
}

/*  ~~~~~~~~~~~~~~~ // 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,
select {
    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;
}

/* 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;
}

.media-bg-1 {
    background-image: url("/wp-content/uploads/2016/12/solutions-meadia-header2.jpg");
    background-position: 80% bottom;
    max-height: 500px;
    background-size: cover;
}

.media-bg-1 div.container,
.media-bg-2 div.container,
.media-bg-3 div.container {
    padding-top: 100px;
    padding-bottom: 200px;
}
.media-bg-2 {
    background-image: url("/wp-content/uploads/2016/12/solutions-media-bg2-1.jpg");
    background-position: 70% bottom;
    max-height: 500px;
    background-size: cover;
}

.media-bg-3 {
    background-image: url("/wp-content/uploads/2016/12/solutions-media-bg3-6.jpg");
    background-position: 70% bottom;
    max-height: 500px;
    background-size: cover;
}
.home-bg-1 {
    background-image: url("/wp-content/uploads/2016/12/solutions-home-header.jpg");
    background-position: 100% bottom;
    max-height: 500px;
    background-size: cover;
}
.home-bg-2 {
    background-image: url("/wp-content/uploads/2016/12/solutions-home-bg-2-1.jpg");
    background-position: 100% bottom;
    max-height: 500px;
    background-size: cover;
}
.home-bg-3 {
    background-image: url("/wp-content/uploads/2016/12/solutions-home-bg-3.jpg");
    background-position: 70% 63%;
    max-height: 500px;
    background-size: cover;
}

.home-bg-1 div.container,
.home-bg-2 div.container,
.home-bg-3 div.container {
    padding-top: 100px;
    padding-bottom: 200px;
}
.incar-bg-1 {
    background-image: url("/wp-content/uploads/2016/12/solutions-car-header1.jpg");
    background-position: 100% bottom;
    max-height: 500px;
    background-size: cover;
}

.incar-bg-1 div.container,
.incar-bg-2 div.container,
.incar-bg-3 div.container,
.incar-bg-4 div.container {
    padding-top: 100px;
    padding-bottom: 200px;
}
.incar-bg-2 {
    background-image: url("/wp-content/uploads/2016/12/solutions-car-carinvention.jpg");
    background-position: 100% 70%;
    max-height: 500px;
    background-size: cover;
}
.incar-bg-3 {
    background-image: url("/wp-content/uploads/2016/12/solutions-car-bg-3-2.jpg");
    background-position: 100% top;
    max-height: 500px;
    background-size: cover;
}
.incar-bg-4 {
    background-image: url("/wp-content/uploads/2016/12/solutions-car-bg-4-1.jpg");
    background-position: 50% bottom;
    max-height: 370px;
    background-size: cover;
}
.medicine-bg-1 {
    background-image: url("/wp-content/uploads/2016/12/solutions-healthcare-header2.jpg");
    background-position: 50% top;
    max-height: 500px;
    background-size: cover;
}

.medicine-bg-1 div.container,
.medicine-bg-2 div.container {
    padding-top: 100px;
    padding-bottom: 200px;
}
.medicine-bg-2 {
    background-image: url("/wp-content/uploads/2016/12/solutions-healthcare-bg2.jpg");
    background-position: 100% bottom;
    max-height: 500px;
    background-size: cover;
}
svg.vertical-arrow {
    display: none;
}
.utility-bg-1 {
    background-image: url(/wp-content/uploads/2016/12/solutions-energy-header1.jpg);
    background-position: 100% bottom;
    max-height: 500px;
    background-size: cover;
}
.utility-bg-1 div.container {
    padding-top: 100px;
    padding-bottom: 200px;
}
.utility-bg-2 {
    background-image: url(/wp-content/uploads/2016/12/solutions-utility-bg2-3.jpg);
    background-position: 25% bottom;
    max-height: 650px;
    background-size: cover;
}
.utility-bg-2 div.container {
    padding-top: 210px;
    padding-bottom: 200px;
}
.utility-bg-3 {
    background-image: url(/wp-content/uploads/2016/12/solutions-utility-bg3-2.jpg);
    background-position: 100% bottom;
    max-height: 600px;
    background-size: cover;
}
.utility-bg-3 div.container {
    padding-top: 60px;
    padding-bottom: 90px;
}
.utility-bg-4 {
    background-image: url(/wp-content/uploads/2016/12/solutions-utility-bg4.jpg);
    background-position: 100% bottom;
    min-height: 400px;
    background-size: cover;
}
.utility-bg-4 div.container {
    padding-top: 105px;
    padding-bottom: 90px;
}
.page-id-6815 .company,
.page-id-7224 .company {
    min-height: 400px;
}
.page-id-6815 .company2,
.page-id-7224 .company2 {
    border: 1pt solid #dadada;
    padding: 35px 50px;
    background-color: #fff;
    min-height: 314px;
    margin-left: 15px;
    z-index: 2;
}
.page-id-6815 .black-section,
.page-id-7224 .black-section {
    margin-right: 15px;
    z-index: 1;
}
.arrow-block {
    display: flex;
}
.dash {
    z-index: 3;
}

.resources-block {
    border: 1pt solid #dadada;
    padding: 20px 30px;
    min-height: 320px;
    margin-right: 30px;
    background-color: white;
}

.resources-block:last-child {
    margin-right: 0;
}

svg.at-icon {
    margin: 0;
} /* THIS FIXES THE NEWSROOM SHARE TOOL ICONS */

.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: 381px;
}
.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;
}

.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;
}

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;
    color: #333;
}
.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 */

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: 0.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: 0.1s opacity linear;
    -moz-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.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;
}
.image-background-square1,
.image-background-square2,
.image-background-square3,
.image-background-square4 {
    height: 206px;
    background-size: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.image-background-square1 {
    background: url(/wp-content/uploads/2016/11/home-items1-2.jpg);
}
.image-background-square2 {
    background: url(/wp-content/uploads/2016/11/home-items2-1.jpg);
}
.image-background-square3 {
    background: url(/wp-content/uploads/2016/11/home-items3-1.jpg);
}
.image-background-square4 {
    background: url(/wp-content/uploads/2016/11/home-items4-1.jpg);
}
.background-hover:hover {
    opacity: 0.6;
}

/* ".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: 0.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 0.5em;
}

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

/* .btn */
.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;
}

.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;
}

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

.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;
}

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;
}

.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 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;
}

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

.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;
}

/*download btn*/
#main-info {
    background-color: #ecf0f1;
}

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

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

/*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;
}

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;
    opacity: 1 !important;
}

.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 p {
    font-size: 13px;
}
.product-ep-icon {
    height: 150px;
}
.product-ep-icon img {
    margin: 0 auto;
    width: 160px;
}
.pd-bg1 {
    background-image: url("/wp-content/uploads/2016/12/products-securesystem2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.pd-bg2 {
    background-image: url("/wp-content/uploads/2016/11/products-dataplatform2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.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;
}

.header-icon-seacert {
    background: url(/svg/seacert.svg);
    content: " ";
    width: 70px;
    height: 70px;
    margin: 0 0px 0 -14px;
    background-size: cover;
    float: left;
}

.header-icon-expressplay {
    background: url(/svg/expressplay2.svg);
    content: " ";
    width: 70px;
    height: 70px;
    margin: 0 0px 0 -12px;
    background-size: cover;
    float: left;
}

.header-icon-whitecryption {
    background: url(/svg/whitecryption.svg);
    content: " ";
    width: 70px;
    height: 70px;
    margin: 0 0px 0 -14px;
    background-size: cover;
    float: left;
}

.header-icon-personagraph {
    background: url(/svg/personagraph5.svg);
    content: " ";
    width: 65px;
    height: 65px;
    margin: 17px 7px 0px -8px;
    background-size: cover;
    float: left;
}

.header-icon-genecloud {
    background: url(/svg/genecloud1.svg);
    content: " ";
    width: 70px;
    height: 70px;
    margin: 0 0px 0 -14px;
    background-size: cover;
    float: left;
}

.uppercase-tag {
    text-transform: uppercase;
    font-weight: 700;
}

.products-hero {
    background-image: url("/wp-content/uploads/2016/11/products-hero.jpg");
    background-position: 60% 50%;
    min-height: 650px;
    background-size: cover;
}

.products-hero div.container {
    padding-top: 155px;
}

#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;
}

.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-icon {
    width: 80px;
    height: 80px;
    background-size: cover;
    margin: 0 auto;
}
.product-ep {
    background: url(/svg/expressplay2.svg);
}
.product-sc {
    background: url(/svg/seacert.svg);
}
.product-wc {
    background: url(/svg/whitecryption.svg);
}
.product-pg {
    background: url(/svg/personagraph5.svg);
}
.product-gc {
    background: url(/svg/genecloud1.svg);
}
.product-ip {
    background: url(/svg/intertrustplatform5.svg);
}

.product-mod {
    background: url(/svg/modulus.svg);
}

.product-pos {
    background: url(/svg/planetos.svg);
}

.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-Expressplay*/
.ep-bg-1 {
    background-image: url(/wp-content/uploads/2015/06/ep-drm-header-1.jpg);
    background-repeat: no-repeat;
    background-position: 50% bottom;
    min-height: 560px;
    background-size: cover;
}
.ep-bg-1 div.container,
.ep-bg-1test div.container {
    padding-top: 90px;
}
.ep-bg-2 {
    background-image: url(/wp-content/uploads/2016/12/ep-uhd1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 500px;
    background-size: cover;
}
.ep-bg-3 {
    background-image: url(/wp-content/uploads/2016/12/ep-openstandard3.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 500px;
    background-size: cover;
}
.ep-bg-4 {
    background-image: url(/wp-content/uploads/2016/12/ep-offlinesupport3-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    min-height: 400px;
}
.ep-pricing-bg {
    background-image: url(/wp-content/uploads/2016/12/ep-pricing1-3.png);
    background-repeat: no-repeat;
    background-position: 90% bottom;
    max-height: 460px;
}
/*Product-Seacert*/
.sc-gradient {
    background: #604f75;
    background: -moz-linear-gradient(90deg, #604f75 0%, #3c215d 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0%, #604f75),
        color-stop(100%, #3c215d)
    );
    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-1 {
    background-image: url("/wp-content/uploads/2016/12/sc-header4-1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.sc-bg-2 {
    background-image: url("/wp-content/uploads/2016/11/sc-bg-2-6.png");
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: cover;
    min-height: 390px;
}
.sc-bg-2 div.container {
    padding: 40px 0;
}
.sc-bg-3 {
    background-image: url("/wp-content/uploads/2016/11/sc-bg-2-6.png");
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: cover;
    min-height: 520px;
}
.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-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0%, #52d881),
        color-stop(100%, #219bbf)
    );
    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;
}
.gc-bg-1 {
    background-image: url("/wp-content/uploads/2016/11/gc-bg-header2.png");
    background-repeat: no-repeat;
    background-position: 50% bottom;
}
.gc-bg-2 {
    background-image: url("/wp-content/uploads/2016/12/gc-collaboration1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
p.header {
    font-size: 18px;
    font-weight: 400;
}
.gc-image2 {
    background-image: url("/wp-content/uploads/2016/12/gc-security4.jpg");
    background-repeat: no-repeat;
    background-position: 83% bottom;
    height: 309px;
    width: 470px;
}
/*Product-whitecryption*/
.wc-gradient {
    background: #414a66;
    background: -moz-linear-gradient(90deg, #6f83bd 0%, #1e1e23 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0%, #6f83bd),
        color-stop(100%, #1e1e23)
    );
    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 {
    background-image: url("/wp-content/uploads/2016/12/wc-header2.png");
    background-repeat: no-repeat;
    background-position: 50% -380%;
}
.wc-bg-1 div.container {
    padding: 40px 60px 520px;
    max-height: 560px;
}
img.center {
    margin: 0 auto;
}
.header-icon-wp-cp {
    background: url(/svg/wc-icon-cp.svg);
    content: " ";
    width: 50px;
    height: 50px;
    margin: 10px 10px 0 0;
    background-size: cover;
    float: left;
}
.header-icon-wp-skb {
    background: url(/svg/wc-icon-skb.svg);
    content: " ";
    width: 50px;
    height: 47px;
    margin: 10px 10px 0 0;
    background-size: cover;
    float: left;
}
.wc-bg-2 {
    background-image: url("/wp-content/uploads/2017/02/wc-codeprotection4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 430px;
}
/*trustcomputing*/
.section-text-left2 {
    padding-right: 50px;
}
.trustedcomputing-hero {
    background-image: url("/wp-content/uploads/2016/12/tc-hero.jpg");
    background-position: 60% bottom;
    min-height: 540px;
    background-size: cover;
}
.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;
}
.header-expressplay-white {
    background: url(/svg/expressplay-w.svg);
    content: " ";
    width: 70px;
    height: 70px;
    margin: 0 0px 0 -14px;
    background-size: cover;
    float: left;
}
.header-whitecryption-white {
    background: url(/svg/whitecryption1-w.svg);
    content: " ";
    width: 70px;
    height: 70px;
    margin: 0 0px 0 -14px;
    background-size: cover;
    float: left;
}
.header-seacert-white {
    background: url(/svg/seacert1-w.svg);
    content: " ";
    width: 70px;
    height: 70px;
    margin: 0 0px 0 -14px;
    background-size: cover;
    float: left;
}
.header-genecloud-white {
    background: url(/svg/genecloud-w.svg);
    content: " ";
    width: 70px;
    height: 70px;
    margin: 0 0px 0 -14px;
    background-size: cover;
    float: left;
}
.header-personagraph-white {
    background: url(/svg/personagraph5-white.svg);
    content: " ";
    width: 60px;
    height: 60px;
    margin: 4px 8px 0 -14px;
    background-size: cover;
    float: left;
}
.trustedcomputing-bg-2 {
    background-image: url("/wp-content/uploads/2016/12/trustedcomputing-bg-2-1.jpg");
    background-position: 30% 70%;
    background-size: cover;
}
.trustedcomputing-bg-3 {
    background-image: url("/wp-content/uploads/2016/12/trustedcomputing-bg-3.jpg");
    background-position: 100% 70%;
    background-size: cover;
}
.trustedcomputing-bg-4 {
    background-image: url("/wp-content/uploads/2016/12/trustedcomputing-bg-4.jpg");
    background-position: 100% 70%;
    background-size: cover;
}
.tc-ep {
    width: 344px;
    margin: 0 auto;
}

.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: 1200px) {
    .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 .navbar-nav > li a {
        padding: 13px 5px;
    }

    .navbar .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) {
    .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;
    }

    .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;
    }
    .section-text-left,
    .section-text-right {
        padding: 0;
    }

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

@media only screen and (min-width: 1442px) {
    .image-background-square1,
    .image-background-square2,
    .image-background-square3,
    .image-background-square4 {
        background-size: 100% auto !important;
    }
} /* // @media */

@media (max-width: 991px) {
    .resources-row {
        margin: 0;
    }

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

@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;
        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;
    }

    .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;
    }

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

.product-name {
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 400;
}
@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;
    }

    .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;
    }

    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;
    }
    .gc-image2 {
        background-image: url(/wp-content/uploads/2016/12/gc-security4.jpg);
        background-repeat: no-repeat;
        background-position: 20px bottom;
        height: 200px;
        width: 314px;
        background-size: cover;
    }
    .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.5);
    }
    .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.8);
    }
    .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;
    }

    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;
    }
    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 */

.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;
    }
}

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

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

.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: -0.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: -0.25em;
    display: inline-block;
    padding-right: 5px;
    pointer-events: none;
}

#menu-whitecryption {
    float: right;
    padding: 0;
    width: auto;
}

#menu-whitecryption > li {
    padding: 10px 0;

    width: auto;
}

#menu-whitecryption > li > a {
    color: white;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

#menu-whitecryption.navbar-main .dropdown-menu > li:hover > a {
    background-color: #428bca;
}

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

#menu-whitecryption > li.active > a {
    color: white !important;
}

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

#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%;
}

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

/* Homepage Tiles
********************/

/* HOME-TILES // */
.tile-wrapper {
    border: 1px solid white;
    border-bottom: none;
}

.tile-wrapper:hover {
    opacity: 0.7;
    transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -webkit-transition: opacity 0.25s linear;
}

.tile-img {
    min-height: 175px;
    background-size: cover !important;
    background-position: center !important;
    padding: 15px;
}

.tile-footer {
    background: #4aa7db;
    padding: 10px;
    width: 100%;
    line-height: 1.1em;
    height: 70px;
    margin: 0;
}

.tile-footer span {
    font-size: 13px;
    opacity: 0.7;
}

.tile-logo {
    margin: 0 auto;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Utility Classes 
*********************/

/* Backgrounds */

.bg-white {
    background-color: #fff;
}

.bg-cover {
    background-size: cover;
}

/* Font weights */

.semi-bold,
.semibold {
    font-weight: 600 !important;
}

/* Flexbox */

/*.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

.justify-end {
    justify-content: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}*/

/* Positioning */

/*.absolute {
    position: absolute;
}

.relative {
    position: relative;
}*/

.pin {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Padding */

.pb-20 {
    padding-bottom: 20px;
}

/* Margin */

.mb-40 {
    margin-bottom: 40px;
}

/* Buttons */

.btn-nav {
    border-radius: 4px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #fff;
    border: 0 !important;
    text-align: center;
    padding: 6px 12px;
    outline: none;
    background: #1656a0 !important;
    min-width: 133px;
    font-size: 16px;
}

.btn-nav:hover,
.btn-nav:active,
.btn-nav:focus {
    color: #fff;
}

/* Global Navigation
***********************/

/*.navbar .navbar-main > li.active > a {
    font-weight: 600!important;
}*/

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

/*.dropdown-horizontal .dropdown-menu li a {
    font-size: 12px!important;
}

.dropdown-vertical ul.dropdown-menu li:first-child {
    padding-left: 0;
}

.dropdown-vertical a {
    font-weight: 400;
}

.dropdown-vertical:hover > .dropdown-menu {
    display: block;
}

.dropdown-vertical .dropdown-menu a:hover {
    background: #fff;
}

.navbar .navbar-main .dropdown-menu {
    border: 0;
    z-index: 0;
}

.dropdown-horizontal.dropdown, .dropdown-vertical.dropdown {
    padding: 30px 0;
}*/

/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/

/*.dropdown-vertical .dropdown-menu {
    position: absolute;
    box-shadow: none;
    border: 1pt solid #ececec;
    padding: 0;
    margin-top: 0;
    width: 200px;
    background: #f9f9f9;
    top: 80px;
}*/

/*.dropdown-horizontal .dropdown-menu {
    position: fixed;
    background-color: #fff;
    justify-content: center;
    box-shadow: none;
    margin: 0;
    top: 81px;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 50px 20px 10px 20px;
}*/

/*.dropdown-horizontal > .dropdown-menu:before,
.dropdown-horizontal > .dropdown-menu:after {
    display: table;
    content: " ";
}*/

/*.dropdown-horizontal > .dropdown-menu:after {
    clear: both;
}*/

/*.dropdown-horizontal:hover > .dropdown-menu {
    display: flex;
}*/

/*.dropdown-vertical .dropdown-menu li {
    border-top: 0 !important;
    padding: 0;
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1pt solid #f6f7fb;
}*/

/*.dropdown-horizontal .dropdown-menu .menu-item {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}*/

/*.dropdown-horizontal .dropdown-menu .menu-item a:before {
    content: " ";
    width: 60px;
    height: 60px;
    position: absolute;
    top: -50px;
    background-size: cover;
}*/

/* MODULUS */
/*.menu-item-modulus a:before {
    background: url(/svg/modulus.svg);
}*/

/* PLANET OS */
/*.menu-item-planetos a:before {
    background: url(/svg/planetos.svg);
}*/

/* EXPRESSPLAY */
/*.menu-item-expressplay a:before {
    background: url(/svg/expressplay2.svg);
    margin: 0 0 0 10px;
}*/

/* SEACERT */
/*.menu-item-seacert a:before {
    background: url(/svg/seacert.svg);
    margin: 0 0 0 -9px;

}*/

/* WHITECRYPTION */
/*.menu-item-whitecryption a:before {
    background: url(/svg/whitecryption.svg);
    margin: 0 0 0 7px; 
}*/

/* PERSONAGRAPH */
/*.menu-item-personagraph a:before {
    background: url(/svg/personagraph5.svg);
    width: 53px; /*override
    height: 53px; /*override
    margin: 0 0 0 6px;
}*/

/* GENECLOUD */
/*.menu-item-genecloud a:before {
    background: url(/svg/genecloud1.svg);
}

*/
@media only screen and (max-width: 768px) {
    .page-id-237 .learnmore {
        margin: 20px;
    }

    .padding-111 {
        padding-left: 15px !important;
    }
    /*    
    .menu-item-modulus a:before,
    .menu-item-planetos a:before,
    .menu-item-expressplay a:before,
    .menu-item-seacert a:before,
    .menu-item-whitecryption a:before,
    .menu-item-personagraph a:before,
    .menu-item-genecloud a:before {
        content: none; 
    }*/
}

/* Media */
/*.menu-item-media a:before {
    background: url(/svg/media.svg);
    margin: 0 0 0 5px;
}*/

/* Fintech */
/*.menu-item-fintech a:before {
    background: url(/svg/fintech.svg);
    margin: 0 0 0 -10px;
}*/

/* Automotive */
/*.menu-item-automotive a:before {
    background: url(/svg/car.svg);
}*/

/* Healthcare */
/*.menu-item-healthcare a:before {
    background: url(/svg/health.svg);
    margin: 0 0 0 -2px;
}*/

/* Connected Home */
/*.menu-item-connected-home a:before {
    background: url(/svg/home.svg);
    margin: 0 0 0 15px;
}*/

/* Energy */
/*.menu-item-energy a:before {
    background: url(/svg/utility1.svg);
    margin: 0 0 0 -10px;
}*/

@media only screen and (max-width: 768px) {
    /* .menu-item-media a:before,
  .menu-item-automotive a:before,
  .menu-item-healthcare a:before,
  .menu-item-connected-home a:before,
  .menu-item-fintech a:before,
  .menu-item-energy a:before {*/
    /*content: none; 
    }*/
}

/* ~~~~~~ // NAV DROPDOWN: SOLUTIONS ~~~~~~ */

/*.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
    background-color: #333 !important;
}
.navbar .navbar-toggle:focus .icon-bar {
    background-color: #fff !important;
}*/

/*.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 0;
    color: #6b6b6b!important;
    text-transform: none;
}*/

.secondary-nav .dropdown-menu > li > a {
    color: #6b6b6b !important;
}

.secondary-nav .dropdown-menu > li > a:hover {
    color: #fff !important;
}

.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;
}

.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 .sub-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}*/

/*#mobile-menu .navbar-collapse {
  max-height: 100%;
}

.navbar-brand img {
  display: inline-block;
  width: 175px;
  height: auto;
  z-index: 999999;
  position: relative;
  margin-top: -8px;

}*/

/* Forms 
*************/

.form-box {
    padding: 30px;
    background-color: #f5f5f5;
}

.cta-body-content h2,
.cta-body-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5em;
    font-weight: 600;
}

.cta-body-content p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.post-form p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.post-form h2,
.post-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5em;
    font-weight: 600;
}

/* Contact Sales Page
**********************/

.cta-sales-wrapper .post-form {
    display: none;
}

/* ONETRUST COOKIE CONSENT // */

#optanon *,
#optanon *:before,
#optanon *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#optanon,
#optanon *,
#optanon div,
#optanon span,
#optanon ul,
#optanon li,
#optanon a,
#optanon p,
.optanon-alert-box-wrapper * {
    font-family: inherit !important;
    background: none;
    border: none;
    bottom: auto;
    clear: none;
}

/* Global overrides // */

.optanon-show-settings-popup-wrapper,
.optanon-show-settings-popup-wrapper *,
.optanon-show-settings-popup-wrapper div,
.optanon-show-settings-popup-wrapper span,
.optanon-show-settings-popup-wrapper ul,
.optanon-show-settings-popup-wrapper li,
.optanon-show-settings-popup-wrapper a,
.optanon-show-settings-popup-wrapper p,
#optanon-show-settings-popup ul,
#optanon-show-settings-popup li,
#optanon-show-settings-popup a,
#optanon-show-settings-popup span {
    font-family: inherit !important;
}

#optanon,
#optanon *,
#optanon div,
#optanon span,
#optanon ul,
#optanon li,
#optanon a,
#optanon p,
.optanon-alert-box-wrapper * {
    font-family: inherit !important;
}

/* // overrides */

/* preferences box // */

div#optanon.modern #optanon-popup-top,
div#optanon.modern div#optanon-popup-body-left-shading {
    background-color: #161618 !important;
    border-bottom: none !important;
}

div#optanon.modern #optanon-popup-top,
div#optanon.modern div#optanon-popup-body-left-shading {
    background-color: #161618 !important;
    border-bottom: none !important;
    height: 81px;
}

div#optanon #optanon-popup-bottom {
    background-color: #161618 !important;
    border: none !important;
}

div#optanon #optanon-popup-wrapper .optanon-white-button-middle {
    background-color: transparent !important;
    padding: 8px 10px !important;
}

div#optanon #optanon-popup-body .legacy-preference-banner-title {
    color: #ffffff !important;
}

div#optanon #optanon-popup-bottom-logo {
    margin: 8px 0 0 10px !important;
    display: none !important;
}

div#optanon #optanon-menu li .preference-menu-item button,
div#optanon #optanon-menu li .preference-menu-item a {
    color: black;
}

div#optanon.modern div#optanon-branding-top-logo {
    margin-top: -4px;
}

/* // preferences box */

/* banner // */
.optanon-alert-box-wrapper .banner-content .banner-policy-link {
    text-decoration: underline !important;
    color: white;
    margin: 0 5px;
}
/* // banner */

/* // ONETRUST COOKIE CONSENT */

@media (max-width: 768px) {
    body {
        padding-top: 51px;
    }

    #header {
        max-height: none;
    }

    /* See corresponding classes above - which also required edits. */
    .page-template-page-modulus #header,
    .page-template-page-personagraph #header,
    .page-template-page-genecloud #header,
    .page-template-page-seacert #header,
    .page-template-page-whitecryption #header,
    .page-template-page-expressplay #header,
    .page-template-page-expressplay-developer #header,
    .page-template-page-expressplay-product #header,
    .page-template-page-expressplay-partners #header,
    .page-template-page-trusted #header,
    .page-template-page-kiora-new #header {
        position: fixed;
    }
} /* /@media */
