/*
Theme Name:
*/

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 25px;
    
    overflow-x: hidden;
}

p {
    line-height: 26px;
    margin: 0 0 15px;
}

strong {
    color: #252525;
}

hr {
    border-top: 1px solid #d1d1d1;
    margin-top: 30px;
}

a {
    color: #23b137;
    text-decoration: none;
}

a:hover {
    color: #23b137;
    text-decoration: underline;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Header */

.company-news {
    background: url("news.jpg");
    width: 100%;
    height: 500px !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: fixed;
}

.featuredimg-single {
    width: 100%;
    height: 500px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: fixed;
}

.main {
    position: relative;
    top: 500px;
    background: #ffffff;
}


/* New Menu */

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-bottom: 15px;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}

.navbar-right {
    margin-top: 8px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /* color: #23b137 !important; */
    color: #23b137;
    text-decoration: none;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #23b137;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
}

.open > .dropdown-menu {
    background: #23b137;
    border: none;
    background: rgba(35, 177, 55, 0.85);
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 3px;
}

.dropdown-menu li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
}

.dropdown-menu > li > a {
    color: #ffffff !important;
}

.dropdown-menu > li > a:hover {
    background: none;
}

.navbar-nav > li > .dropdown-menu:after {
    position: absolute;
    right: 10%;
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(35, 177, 55, 0.85);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #transparent;
    border-color: #337ab7;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
    margin-top: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.10);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav > li {
    margin-right: 30px;
}

.nav > li:last-child {
    margin-right: 0px;
}

.nav > li > a {
    padding: 14px 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #23b137;
    background: transparent;
}


/* Register / Login Button */

a[href="#login"] {
    color: #ffffff !important;
    background: #23b137;
    border-radius: 3px;
    padding: 6px 12px !important;
    margin: 10px 0 0 10px;
}

a[href="#login"]:hover, a[href="#login"]:focus {
    background: #20a233 !important;
    color: #ffffff;
}

li#menu-item-4462 a:hover {
    color: #ffffff !important;
}

.btn-color {
    border-radius: 3px;
    background-color: #23b137 !important;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 12px;
}

.btn-color:hover {
    border-radius: 3px;
    background: #20a233 !important;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 12px;
    text-decoration: none;
}

a.btn-color:hover {
    color: #ffffff !important;
}

.btn-default {
    background-color: transparent;
}

.btn-link {
    border: none;
    color: #23b137;
    font-size: 16px;
}

.btn-link:hover,
.btn-link:focus {
    border: none;
    color: #23b137;
    text-decoration: underline;
}

.navbar {
    color: #ffffff;
    transition: background 0.5s ease, border 0.5s ease, box-shadow 0.15s ease;
}


/* Content */

.btn-border {
    border-radius: 3px;
    border: 1px solid #23b137;
    color: #23b137;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 30px;
}

.btn-border:hover,
.btn-border:focus {
    border-radius: 3px;
    background: #20a233 !important;
    border: 1px solid #23b137 !important;
    color: #ffffff !important;
}

.btn-border-white {
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 30px;
}

.btn-border-white:hover {
    border-radius: 3px;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #23b137;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 30px;
    text-decoration: none;
}

.adv-pub {
    padding: 20px 0 50px 0;
}

.adv-pub p {
    margin-bottom: 16px;
}

.pub-adv-single .tagline {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-top: -15px;
}

.pub-adv-single h2 {
    font-size: 42px;
    text-transform: uppercase;
}

.pub-adv-single h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.gray-bg {
    background: #eeeeee;
}

.benefits .col-md-6:first-child {
    padding-right: 30px;
}

.benefits .col-md-6:nth-child(2) {
    padding-left: 30px;
}

.benefits img {
    margin: 30px 0 40px 0;
}

.benefits p {
    text-align: left;
}

.benefits .row {
    margin-bottom: 40px;
}

.benefits .row:last-child {
    margin-bottom: 0px;
}

.nav-single {
    padding-top: 11px;
}

.sticky {
    position: fixed;
    top:0;
    z-index: 10000;
}
.menu-padding {
    padding-top: 50px;
}
.single-menu {
    background-color: #eeeeee;
    border-bottom: 1px solid #d1d1d1;
    height: 50px;
    left: 0;
    right: 0;
}
.single-menu ul { padding-left: 0; pointer-events: all;}
.single-menu.sticky .dynlogo {
    background: url("logo-dark.png") no-repeat left center;
    width: 100px;
    height: 50px;
    display: block;
}


.btn-border-menu {
    border-radius: 3px;
    border: 1px solid #23b137;
    color: #23b137 !important;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
}

.btn-border-menu:hover {
    background: #23b137;
    color: #ffffff !important;
}

.nav-single li {
    list-style: none;
    float: left;
    margin-left: 25px;
}

.nav-single li a {
    text-transform: uppercase;
    color: #252525;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
}

.nav-single li a:hover {
    color: #000000;
}

.pub-adv-single .container {
    padding: 70px 0 100px 0;
}

.container.text-center.text-bottom {
    padding-top:0px;
}

.pub-adv-single h2 {
    margin-bottom: 40px;
}

.ad-units .row {
    padding: 120px 0;
    border-bottom: 1px solid #d1d1d1;
}

.ad-units .row:first-child {
    padding-top: 30px;
}

/*
.ad-units .row:last-child {
    padding-bottom: 50px;
    border-bottom: none;
}

 .ad-units .row:nth-child(5) {
    padding-bottom: 50px;
    border-bottom: none;
} */

.green-bg {
    background: #23b137;
    color: #ffffff;
}

.green-bg hr {
    border-top: 1px solid #ffffff;
}

.green-bg h3 {
    color: #ffffff;
}

.green-bg .container {
    padding: 25px 0 30px 0;
}

.green-bg .container p {
    padding-bottom: 15px;
}

.left {
    text-align: left;
}

.left img {
    margin-top: 0;
}

.about {
    background: url("about-bg.png") no-repeat bottom right;
}

.devider {
    border-top: 1px solid #d1d1d1;
    margin: 0;
}

.partner-logos {
    margin-top: -70px;
    padding-bottom: 50px;
}

.partners1 {
    /*background: url(img/logos-left.png) repeat-x;*/
    background: url("logosleft-v2.png") repeat-x;
    height: 140px;
}

.partners2 {
    /* background: url("img/logos-right.png") repeat-x; */
    background: url("logosright.png") repeat-x;
    height: 140px;
}

.toright {
    animation: toright-animation linear 60s;
    animation-iteration-count: infinite;
    -webkit-animation: toright-animation linear 60s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: toright-animation linear 60s;
    -moz-animation-iteration-count: infinite;
    -o-animation: toright-animation linear 60s;
    -o-animation-iteration-count: infinite;
    -ms-animation: toright-animation linear 60s;
    -ms-animation-iteration-count: infinite;
}

@keyframes toright-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 3600px 0;
    }
}

@-moz-keyframes toright-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 3600px 0;
    }
}

@-webkit-keyframes toright-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 3600px 0;
    }
}

@-o-keyframes toright-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 3600px 0;
    }
}

@-ms-keyframes toright-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 3600px 0;
    }
}

.toleft {
    animation: toleft-animation linear 60s;
    animation-iteration-count: infinite;
    -webkit-animation: toleft-animation linear 60s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: toleft-animation linear 60s;
    -moz-animation-iteration-count: infinite;
    -o-animation: toleft-animation linear 60s;
    -o-animation-iteration-count: infinite;
    -ms-animation: toleft-animation linear 60s;
    -ms-animation-iteration-count: infinite;
}

@keyframes toleft-animation {
    0% {
        background-position: 3600px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-moz-keyframes toleft-animation {
    0% {
        background-position: 3600px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes toleft-animation {
    0% {
        background-position: 3600px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-o-keyframes toleft-animation {
    0% {
        background-position: 3600px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-ms-keyframes toleft-animation {
    0% {
        background-position: 3600px 0;
    }
    100% {
        background-position: 0 0;
    }
}

.culture-intro {
    background: url("company-culture-bg.jpg");
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Footer */

footer {
    background-color: #252525;
    color: #ffffff;
    padding: 40px 0;
    font-size: 14px;
}

footer a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer ul {
    list-style: square;
}

footer ul li {
    margin-bottom: 12px;
}

footer img {
    margin: 20px 0 12px 0;
}

footer i {
    font-size: 12px;
}

footer h3 {
    color: #ffffff;
}

.fa-facebook,
.fa-twitter,
.fa-linkedin,
.fa-google-plus,
.fa-pinterest-p {
    color: #23b137;
    border: 1px solid #23b137;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    margin: 0 6px 0 0;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-linkedin:hover,
.fa-google-plus:hover,
.fa-pinterest-p:hover {
    background: #23b137;
    color: #252525;
    cursor: pointer;
}

.copyright {
    padding-right: 110px;
}


/* Cursor Style */

#blinking-cursor {
    -webkit-animation: .7s blink step-end infinite;
    -moz-animation: .7s blink step-end infinite;
    -ms-animation: .7s blink step-end infinite;
    -o-animation: .7s blink step-end infinite;
    animation: .7s blink step-end infinite;
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
}

@keyframes "blink" {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-moz-keyframes blink {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-webkit-keyframes "blink" {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-ms-keyframes "blink" {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-o-keyframes "blink" {
    from,
    to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

.cursorTextEffect {
    text-align: center;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    padding-top: 228px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.perks ul {
    margin: 0;
    padding: 0 30px 0 10px;
}

.perks li {
    display: inline-block;
    margin-top: 40px;
    min-height: 100px;
    vertical-align: middle;
    font-size: 18px;
}

.perks li span {
    padding-right: 30px;
    display: inline-block;
    float: left;
    padding-bottom: 30px;
}

.persk-border {
    border-right: 1px solid #eeeeee;
}

.perks-dev {
    border-top: 1px solid #eeeeee;
    margin: 30px 20px 0 0;
}

.perks li span:hover {}

.environment {
    background: url("environment.jpg");
    width: 100%;
    height: 500px !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #fff;
}

.environment h3 {
    color: #fff;
}

.big-caps {
    text-transform: uppercase;
    font-weight: 700;
}

.green-bg hr {
    margin: 50px 0;
}

.culture-img {
    background: #eeeeee;
    padding: 60px 0px 40px 0;
    border-top: 1px solid #d1d1d1;
}

#owl-demo .item {
    margin: 10px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #23b137;
    border: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 10px 10px;
}

.open-positions {
    border-bottom: 1px solid #d1d1d1;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.open-positions .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.city {
    float: right;
}

.open-positions p:last-child {
    border-bottom: none;
}

.paragraph-title {
    color: #252525;
    text-transform: uppercase;
    border-bottom: none !important;
    font-weight: 700;
    margin-left: -15px;
}

.job-description h3 {
    margin-bottom: 0;
}

.job-description hr {
    border-bottom: 1px solid #d1d1d1;
    margin: 40px 0 0 0;
}

.job-description .paragraph-title {
    margin-top: 30px;
}

.small {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    margin: 30px 0;
}

.category {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.date {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}

.news-section {
    margin: 40px 0 70px 0;
}

.news {
    padding: 60px 0;
}

.news h2 {
    margin: 0;
    line-height: 32px;
}

.news h2 a {
    font-size: 24px;
    color: #252525;
    margin: 0;
}

.news h2 a:hover,
.news h2 a:focus {
    color: #23b137;
    text-decoration: none;
}

.more {
    font-size: 14px;
}

.devider {
    border-top: 1px solid #d1d1d1;
}

.pagination > li > a,
.pagination > li > span {
    color: #252525;
    border: 1px solid #d1d1d1;
    margin-top: 40px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #23b137;
    border-color: #23b137;
}

.single-dropdown li a {
    color: #252525 !important;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    font-style: italic;
    border-left: 5px solid #23b137;
}

.news-single h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}

.news-single h2 {
    font-size: 26px;
    line-height: 34px;
    text-transform: capitalize;
    margin: 30px 0 16px 0;
}

.news-single h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0 14px 0;
}

.news-single h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0 10px 0;
}

img.pull-left {
    margin: 5px 20px 20px 0;
}

img.pull-right {
    margin-left: 20px;
}

.featured-img {
    margin-bottom: 20px;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.sidebar h3 {
    color: #252525;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 40px 0 10px 0;
}

.recent-post {
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0;
}

.recent-post:nth-child(4) {
    padding-top: 0;
}

.recent-post img {
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.recent-post p,
.recent-post a {
    font-size: 14px;
    color: #252525;
    line-height: 20px;
    margin-bottom: 0;
}

.recent-post a:hover,
li.archive-item a:hover {
    color: #23b137;
    text-decoration: none;
}

.recent-post span {
    font-size: 12px;
}

ul.archive {
    list-style: none;
    padding-left: 0;
}

ul.archive li {
    border-bottom: 1px solid #d1d1d1;
    padding: 8px 0;
    font-size: 14px;
}

ul.archive li a {
    color: #252525;
    font-weight: 300;
}

ul.archive li a:hover {
    text-decoration: none;
    color: #23b137;
}

ul.archive li:first-child {
    padding-top: 0;
}

.fb-share,
.tw-share,
.g-share,
.in-share,
.p-share {
    color: #747474;
    border: none;
    background: #ffffff;
    border-radius: 50%;
    margin-top: 0;
}

.fb-share:hover,
.tw-share:hover,
.g-share:hover,
.in-share:hover,
.p-share:hover {
    background: #d1d1d1;
}

.share {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0 30px 0;
    margin: 30px 0;
}

.share h3,
.related h3 {
    color: #252525;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0 10px 0;
}

.related-article {
    float: left;
    width: 31.25%;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}

.related-article:last-child {
    margin-right: 0;
}

.related-article img {
    margin-bottom: 10px;
}

.related-article a {
    color: #252525;
}

.related-article a:hover {
    color: #23b137;
    text-decoration: none;
}

.table > thead > tr > th {
    font-weight: 400;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    font-weight: 400;
    padding: 10px 8px;
}

.table-head {
    background: #252525;
    color: #ffffff;
    text-transform: uppercase;
}

.contact {
    margin-top: 60px;
}

.contact img {
    padding-bottom: 10px;
}

.contact p {
    margin-bottom: 0;
}

.we-provide {
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
    column-count: 2;
    column-gap: 2.5em;
}

.technology {
    background-image: url("technology-bg-left.png"), url("technology-bg-right.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

#technology-carousel {
    width: 100%;
    /* height: 1180px; */
    height: 1120px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
}

#technology-carousel.single-sign-on {
    background-image: url("single-sign-on.jpg");
}

#technology-carousel.visualize-trends {
    background-image: url("visualize-trends.jpg");
}

#technology-carousel.streamlined-funding {
    background-image: url("streamlined-funding.jpg");
}

#technology-carousel.simplified-campaigns {
    background-image: url("simplified-campaigns.jpg");
}

#technology-carousel.automated-reporting {
    background-image: url("automated-reporting.jpg");
}

#technology-carousel h3 {
    color: #252525;
    text-align: center;
}

#technology-carousel p {
    text-align: center;
    color: #747474;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#technology-carousel .item {
    margin: 0 75px 200px 75px;
}

#technology-carousel #ipad {
    position: absolute;
    z-index: 5;
    top: 16%;
    left: 1%;
    width: 100%;
}

#technology-carousel p .tagline {
    text-align: center;
    color: #747474;
    display: block;
    font-size: 20px;
}

#owl-carousel img {
    position: relative;
    top: 68px;
    left: 32px;
}

.owl-carousel .owl-item img {
    width: 93%;
}

.owl-nav {
    position: relative;
    top: -450px;
}

.owl-prev {
    position: relative;
    left: -490px;
    background: url("arrow.png") no-repeat;
    text-indent: -99999px;
    width: 27px;
    height: 51px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-next {
    position: relative;
    left: 500px;
    background: url("arrow.png") no-repeat;
    text-indent: -99999px;
    width: 27px;
    height: 51px;
}

#owl-carousel .owl-dots {
    position: relative;
    top: -120px;
}

#owl-carousel .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #252525;
    border: 1px solid #252525;
    height: 14px;
    width: 14px;
}

#owl-carousel .owl-dot span {
    background: none;
    border: 1px solid #252525;
    width: 14px;
    height: 14px;
}

.single-sign-on {
    background-image: url("");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
}

.pin-img {
    float: right;
}

.stocks p {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px;
}


/* Leadership page */

.flipster__item {
    width: 75%;
    vertical-align: top
}

.flipster__item h2,
.flipster__item p {
    display: none
}

.flipster__item--current h2,
.flipster__item--current p {
    display: block;
}

.flipster__item__content img {
    margin-bottom: 30px;
}

.flipster {
    overflow: hidden;
}

.flipster__button {
    top: 14.5%;
    background: #eeeeee;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 6px;
    opacity: 1;
    color: #252525;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flipster__button:hover {
    background: #dfdfdf;
    border: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flipster__button--next {
    right: 86px;
}

.flipster__button--prev {
    left: 83px;
}

.flipster__button svg {
    position: relative;
    top: 6px;
    stroke-width: 2px;
}

.flipster__button--next:focus,
.flipster__button--prev:focus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

 .geotrust {
        margin-top: 40px;
}


@media only screen and (min-width: 1024px) {
    .biography { margin: 0 120px; }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .error-page form {
    margin: 60px 0 200px 0;
    width: 50%;
}

    footer {
        text-align: left;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
    }
    #textEffect {
        font-size: 40px;
        line-height: 60px;
    }
    #blinking-cursor {
        font-size: 40px;
    }
    .open-positions {
        padding: 20px 0px 5px 0px;
    }
    .copyright {
        padding-right: 0px;
    }
    .nav li {
        margin-right: 16px;
    }
    .perks ul {
        margin: 0;
        padding: 0 10px 0 10px;
    }
    .related-article {
        width: 30.4%;
        margin-right: 20px;
    }
    .related-article:last-child {
        margin-right: 0;
    }
    .recent-post span {
        font-size: 11px;
    }
    .sidebar {
        margin-top: 86px;
    }
    .navbar-collapse {
        border-color: #e7e7e7;
    }
    .navbar-nav > li > .dropdown-menu:after {
        border: none;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        overflow: hidden;
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid #333333;
        color: #ffffff !important;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border-color: #333333;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
        background: #252525;
        color: #ffffff;
    }
    .navbar-nav {
        margin: 10px -15px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff !important;
        text-transform: uppercase;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #a8c1ac !important;
    }
    .dropdown-menu li a:hover {
        color: #23b137 !important;
    }
    .navbar-collapse {
        border-color: transparent !important;
    }
    a[href="#login"] {
        color: #ffffff !important;
        background: #23b137;
        border-radius: 3px;
        padding: 6px 12px !important;
        margin: 9px 12px 0 12px;
        text-align: center;
    }
    .navbar-nav > li > .dropdown-menu:after {
        border: none !important;
    }
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        border-color: #333333 !important;
    }
    .nav > li {
        margin-right: 0px !important;
    }
    .technology-mobile h3 {
        padding-top: 60px;
    }
    .single-sign-on {
        background-image: url("single-sign-on.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        color: #747474;
    }
    .visualize-trends {
        background-image: url("visualize-trends.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-top: -20px;
        color: #747474;
    }
    .streamlined-funding {
        background-image: url("streamlined-funding.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-top: -20px;
        color: #747474;
    }
    .simplified-campaigns {
        background-image: url("simplified-campaigns.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-top: -20px;
        color: #747474;
    }
    .automated-reporting {
        background-image: url("automated-reporting.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-top: -20px;
        color: #747474;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #23b137 !important;
        background: none;
    }
    .verticalLine {
        border-right: none !important;
    }
    .geotrust {
        margin-bottom: 20px;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .row-center {
        text-align: center;
    }
    footer {
        text-align: center;
        padding: 20px 0;
    }
    .copyright {
        padding-right: 0;
    }
    #textEffect {
        font-size: 30px;
    }
    #blinking-cursor {
        font-size: 30px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
    }
    .pub-adv-single .container {
        padding: 20px 0 50px 0;
    }


    .partner-logos {
        margin-top: -60px;
        padding-bottom: 40px;
    }
    .open-positions {
        padding: 20px 0px 5px 0px;
    }
    .open-positions p {
        float: left;
        line-height: 14px;
    }
    .open-positions a {
        line-height: 22px;
    }
    .pin-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 20px;
    }
    .contact .col-md-4 {
        margin-bottom: 40px;
    }
    .contact .col-md-4.col-md-offset-2 {
        margin-top: -70px;
    }
    .single-menu {
        display: none;
    }
    .culture-img {
        display: none;
    }
    .perks li {
        margin-top: 20px;
        margin-bottom: -10px;
    }
    .persk-border {
        border: none;
    }
    .perks ul {
        margin: 0;
        padding: 0 10px 0 10px;
    }
    .news img {
        margin-bottom: 20px;
    }
    .related-article {
        width: 100%;
        margin-bottom: 10px;
    }
    .related-article:last-child {
        margin-bottom: 0px;
    }
    .navbar-collapse {
        border-color: #e7e7e7;
        background: #252525;
    }
    .navbar-nav > li > .dropdown-menu:after {
        border: none !important;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        overflow: hidden;
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid #333333;
        color: #ffffff !important;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border-color: #333333 !important;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .dropdown,
    .dropup {
        border-bottom: 1px solid #333333;
    }
    .navbar-nav {
        margin: 0px -15px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff !important;
        text-transform: uppercase;
        font-weight: 700;
    }
    .dropdown-menu li a:hover {
        color: #23b137 !important;
    }
    .navbar-collapse {
        border-color: transparent !important;
    }
    .ad-units .row {
        padding: 20px 0px 70px 0px;
    }
    .ad-units .row:first-child {
        padding-top: 0px;
    }
    .pub-adv-single h2 {
        margin: 40px 0;
    }
    .ad-units .row:nth-child(3) {
        padding: 20px 0px 70px 0px;
    }
    a[href="#login"] {
        color: #ffffff !important;
        background: #23b137;
        border-radius: 3px;
        padding: 10px 12px !important;
        margin-top: 0px !important;
        text-align: center;
    }
    .nav > li {
        margin-right: 0px !important;
    }
    .news-single h1 {
        margin-top: 60px;
    }
    .paragraph-title {
        margin-left: 0;
    }
    a[href="#login"] {
        margin-left: 0px;
        padding: 10px 12px;
    }
    .technology-mobile .container {
        margin-bottom: -50px;
    }
    .technology-mobile .container .row {
        padding: 0;
    }
    .technology-mobile {
        color: #ffffff;
        margin-top: -90px;
    }
    .technology-mobile h3 {
        color: #252525;
        padding-top: 60px;
    }
    #technology-carousel p .tagline {
        color: #747474;
    }
    #technology-carousel p {
        color: #747474;
    }
    .technology-mobile img {
        margin-top: 40px;
    }
    .single-sign-on {
        background-image: url("single-sign-on.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    .visualize-trends {
        background-image: url("visualize-trends.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-top: -20px;
    }
    .streamlined-funding {
        background-image: url("streamlined-funding.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-top: -20px;
    }
    .simplified-campaigns {
        background-image: url("simplified-campaigns.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-top: -20px;
    }
    .automated-reporting {
        background-image: url("automated-reporting.jpg");
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-top: -20px;
    }
    .logos h3 {
        padding-top: 40px;
    }
    #technology-carousel p {}
    #technology-carousel #ipad {
        top: 40%;
    }
    #owl-carousel img {
        top: 40px;
        right: 40px;
    }
    .benefits .col-md-6:first-child,
    .benefits .col-md-6:nth-child(2) {
        padding-right: 0px;
    }
    .benefits .col-md-6:first-child {
        margin-bottom: 60px;
    }
    .login {
        width: 40%;
    }
    .verticalLine {
        border-right: none !important;
    }

    .owl-carousel.owl-hidden {

    }
    .error-page form {
    width: 80% !important;
}

.menu-padding {
    padding: 0;
    display: block;
    border: 1px solid red;
    position: relative;
    top: 200px;
}

}

.test input,
button,
select,
textarea {
    color: #333333;
    background: none;
    border-color: #cccccc;
    font-size: 14px;
    padding: 4px 10px;
    margin-top: 1px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Share Icons */

.cresta-share-icon i.c-icon-cresta-facebook,
.cresta-share-icon i.c-icon-cresta-twitter,
.cresta-share-icon i.c-icon-cresta-gplus,
.cresta-share-icon i.c-icon-cresta-linkedin,
.cresta-share-icon i.c-icon-cresta-pinterest,
.cresta-share-icon i.c-icon-cresta-print {
    color: #747474;
}

.cresta-share-icon i.c-icon-cresta-facebook:hover,
.cresta-share-icon i.c-icon-cresta-twitter:hover,
.cresta-share-icon i.c-icon-cresta-gplus:hover,
.cresta-share-icon i.c-icon-cresta-linkedin:hover,
.cresta-share-icon i.c-icon-cresta-pinterest:hover,
.cresta-share-icon i.c-icon-cresta-print:hover {
    background: #d1d1d1;
    border: none;
}

.cresta-share-icon i.c-icon-cresta-facebook,
.cresta-share-icon i.c-icon-cresta-twitter,
.cresta-share-icon i.c-icon-cresta-gplus,
.cresta-share-icon i.c-icon-cresta-linkedin,
.cresta-share-icon i.c-icon-cresta-pinterest {
    background: #ffffff;
}

.cresta-share-icon i.c-icon-cresta-facebook:hover,
.cresta-share-icon i.c-icon-cresta-twitter:hover,
.cresta-share-icon i.c-icon-cresta-gplus:hover,
.cresta-share-icon i.c-icon-cresta-linkedin:hover,
.cresta-share-icon i.c-icon-cresta-pinterest:hover {
    border: 2px solid transparent !important;
    color: #747474;
}


/* Latest Post Widget */

h3.entry-title a {
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    color: #252525;
}

h3.entry-title a:hover {
    text-decoration: none;
    color: #23b137;
}

h3.entry-title {
    margin-top: -5px;
    line-height: 22px;
}

.latest-posts .small {
    font-size: 11px;
    margin-top: -5px;
    font-weight: 300;
}

.media {
    border-bottom: 1px solid #d1d1d1;
    margin-top: 30px;
}

.media img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 60px;
    height: 60px;
}

.media img:hover {
    background: red;
}

.latest-posts .media>.pull-left {
    padding-right: 20px;
}


/* Search Widget */

.input-group {
    width: 100%;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -40px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    z-index: 1;
}

pre {
    display: block;
    padding: 0;
    margin: 0;
    font-size: none;
    line-height: none;
    word-break: none;
    word-wrap: none;
    color: none;
    background-color: transparent;
    border: none;
    border-radius: none;
}

h1.title {
    display: none;
}

.dev {
    height: 80px;
}

.no-space {
    margin: 0;
}

.pub-adv-single.no-space {
    border: 1px solid red;
}

.apply {
    margin-top: -20px;
}

#hpplayerholder {
    overflow: hidden;
    position: relative;
}

#hpplayer {
    position: relative;
    left: 0px;
    background: rgba(255, 255, 255, 0.6)
}

.wp-post-image {
    margin-bottom: 20px;
}


/* Custom Scroll Bar */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #eeeeee;
}

::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#cat {
    margin-top: 9px;
    /* Filter on News page */
}


/* Animation */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/* bounceIn */

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}


/* slideIn */

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}


/* Font Awesome */

@font-face {
    font-family: 'FontAwesome';
    src: url("fontawesome-webfont.eot-v=4.6.3");
    src: url("fontawesome-webfont.eot-#iefix&v=4.6.3") format('embedded-opentype'), url("fontawesome-webfont.woff2-v=4.6.3") format('woff2'), url("fontawesome-webfont.woff-v=4.6.3") format('woff'), url("fontawesome-webfont.ttf-v=4.6.3") format('truetype'), url("fontawesome-webfont.svg-v=4.6.3#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
    color: #e30613;
}

.fa-code:before {
    content: "\f121";
    color: #6513bc;
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-search:before {
    content: "\f002";
}

.fa-search {
    position: relative;
    top: -1px;
}


/* Modal */

.modal-header {
    border-bottom: none;
    padding: 15px 15px 0 0;
}

.advertiser-pin {
    margin: 25px 0;
}

.advertiser-pin img,
.publisher-pin img {
    margin-bottom: 15px;
}

.publisher-pin {
    margin-bottom: 40px;
}

.verticalLine {
    border-right: 1px solid #d1d1d1;
    margin-right: -10px;
}

.sign-in {
    margin-top: 20px;
}

.login {
    width: 80%;
    margin: 0 auto;
}

.login a {
    color: #747474;
}

.login a:hover {
    color: #23b137;
}

.form-username,
.form-password {
    text-align: left;
}

.form-username label,
.form-password label {
    font-weight: 300;
}

input#username.form-control {
    margin-bottom: 15px;
}

.remember {
    text-align: left;
    margin-bottom: 5px;
}

.remember label {
    font-weight: 300;
    font-size: 12px;
}

input.remember-check {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.form-control:focus {
    border-color: #23b137;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(35, 177, 55, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(35, 177, 55, 0.6);
}

/* Fixes */

img#pm-1.img-responsive,
img#pm-2.img-responsive,
img#pm-3.img-responsive,
img#pm-4.img-responsive {
    margin-top: 60px;
}

.col-md-6 ul {
    margin-left: -20px;
}

.blog {
    margin-top: -40px;
}

#header {
    backface-visibility: hidden;
    perspective: initial;
}

.about-pin {
    margin-top: 5px;
}

.page-id-110 {
    margin-top: -15px;
}

.people p:first-child {
    margin-top: -60px;
}

.people img {
    margin-top: 60px;
}

.flipster__button { top: 41%; }
.flipster--carousel .flipster__item--past, .flipster--carousel .flipster__item--future {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.error-page {
    margin: 60px 0 200px 0;
}

.error-page form {
    width: 50%;
}

.modal-title {
    padding-left: 10px;
}

.modal-body .list-group-item {
    background: url("platform.png") no-repeat 50% 35%;
    padding-top: 140px;
    height: 200px;
    padding-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;

}

.modal-body .list-group-item.platform {
    background-image: url("platform.png");
    background-size: 70px 86px;
}

.modal-body .list-group-item.factor {
    background-image: url("factor.png");
    background-size: 70px 86px;
}
.modal-body .list-group-item.pivot {
    background-image: url("optimal.png");
    background-size: 70px 86px;
}


.first-name {
    border: 1px solid red;
}

#cookie-law-info-bar {
padding: 10px 0;
}

.cli-plugin-button, .cli-plugin-button:visited {
    background: #23b137 !important;  
    text-decoration: none;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;10px;
    font-weight: normal !important;
    margin: auto 20px !important;
}

a#CONSTANT_OPEN_URL {
    text-decoration:underline !important    
}