/*!
 * Creative v1.0.3 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
    width: 100%;
    position: relative;
}
body {
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

.main-container {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 61px; /* height of your footer */
    background-image: url("https://s3.eu-central-1.amazonaws.com/content.pirche.com/pirche-background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

hr {
    border-color: #499F7E;
    border-width: 3px;
    max-width: 150px;
}

hr.light {
    border-color: white;
}

hr.thin {
    border-width: 1px;
    max-width: 150px;
}

hr.highlight {
    border-color: #499F7E;
    border-width: 1px;
    max-width: 100px;
}

.vl {
    border-left: 3px solid #499F7E;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #499F7E;
    text-decoration: none;
    cursor: pointer;
}
a.primary.fa {
    text-decoration: none;
}
a.primary{
    color: white;
}
a.fab:hover,
a.fas:hover {
    text-decoration: none;
}

a.block-space.ng-hide {
    display: block!important;
    visibility: hidden;
}
a.block-space-top {
    padding-top: 23px;
}



a:hover,
a:focus {
    color: #7CC89C
}
.disabled {
    cursor: not-allowed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
h1.top {
    margin-top: 0px;
}
h1 a.blog, h1.blog {
    font-size: 24px !important;
}

p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

div.landing {
    color: #499F7E;
    margin-top: 60px;
    margin-bottom: 10px;
}

p.landing {
    font-size: 20px;
}

.bg-primary {
    background-color: #FF0000;
}
.bg-secondary {
    background-color: #b9d9da;
}
hr.secondary {
    border-color: #7CC89C
}
.bg-dark {
    background-color: #222222;
    color: white;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
section {
    padding: 20px 0;
}

section.single {
    padding: 50px 0;
}

aside {
    padding: 50px 0;
}
.no-padding {
    padding: 0;
}
.input-matrix {
    margin: 5px 0px;
}
.checkbox-label {
    text-align: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.registration-label {
    text-align: left;
}
@media (max-width: 767px) {
    .registration-label {
        text-align: center;
    }
}
input[type="checkbox"].large {
    -webkit-transform: scale(1.6,1.6);
    -moz-transform: scale(1.6,1.6);
    -o-transform: scale(1.6,1.6);
    margin-left:    -28px;
}
.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
    color: #499F7E;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #7CC89C
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #499F7E;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #499F7E;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #499F7E !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
@media (min-width: 768px){
    .navbar-nav > li > a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px !important;
    }
    .btn-navbar {
        font-size: 10px !important;
        margin-top: 13px !important;
    }

}
@media (min-width: 992px){
    .navbar-nav > li > a{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px !important;
    }
    .btn-navbar {
        font-size: 13px !important;
        margin-top: 10px !important;
    }

}
@media (min-width: 768px) {
    .navbar-default {
        /*background-color: transparent;*/
        border-color: rgba(255, 255, 255, 0.3);
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(18, 122, 121, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #7CC89C
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(18, 122, 121, 0.7);
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #7CC89C
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.05);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #499F7E;
        font-size: 14px;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #7CC89C
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #499F7E;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #499F7E;
    }
}

.navbar-brand {
    padding: 5px 3px;
}

section.first {
    padding-top: 48px;
}

.background {
    background-color: inherit;
}

.color-filter {
    background-color: rgba(0, 119, 120, 0.5);
    background-blend-mode: luminosity;
    -webkit-filter: grayscale(15%);

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.color-filter:hover {
    background-color: transparent;
    -webkit-filter: grayscale(0%);
}

.claim {
    margin-top: 0;
    text-align: center;
}

section#claim {
    padding-top: 100px;
    padding-bottom: 0px !important;
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}
@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}
.service-box p {
    margin-bottom: 0;
}
.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(0, 119, 120, 0.9);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
.call-to-action h2 {
    margin: 0 auto 20px;
}
.text-primary {
    color: #499F7E;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}
::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}
img::selection {
    color: white;
    background: transparent;
}
img::-moz-selection {
    color: white;
    background: transparent;
}
body {
    webkit-tap-highlight-color: #222222;
}

footer {
    color: white;
    margin-top: 50px;
}
footer h3 {
    margin-bottom: 30px;
}
footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}
footer .footer-col {
    color: white;
}
footer .footer-below {
    padding: 20px;
    background-color: #499F7E;
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
}

footer .fab, footer .fas {
    font-size: 1.3em;
}

#register input.ng-invalid-required.input-lg {
    border-color: #ce0004;
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(241, 12, 0, 0.6);
    box-shadow: 0 0 8px rgba(241, 12, 0, 0.6);
}

img.responsive {
    max-width: 100%;
    height: auto;
}

div.spacer {
    height: 25px
}

/* Early access flyover jumbotron */
.flyover {
    overflow: hidden;
    position: fixed;
    opacity: 0.75;
    transition: left 1.0s;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
}

.flyover-login {
    opacity: 0.95;
}

@media (max-width: 767px) {
    .flyover {
        left: 200%;
        width: 98%;
        z-index: 50;
        opacity: 0.95;
    }

    .flyover-centered {
        top: 100%;
        transform: translate(-100%, -100%);
    }

    .flyover.in {
        left: 1%;
    }

    .partners-container {
        padding-bottom: 50px;
    }

    h1 a.blog, h1.blog {
        font-size: 18px !important;
    }

    h2  {
        font-size: 24px !important;
    }

}

@media (max-width: 991px) {
    .container-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 768px) {
    .flyover {
        left: 140%;
        width: 40%;
        z-index: 1050;
    }

    .flyover-centered {
        top: 30%;
        transform: translate(-30%, -30%);
    }

    .flyover.in {
        left: 58%;
    }
}

.flyover-top {
    top: 60px;
}

.flyover-bottom {
    bottom: 60px;
}

.early-access {
    background-color: white;
    padding: 10px 20px 0px !important;
}

.area-open {
    max-height: 6000px !important;
}

.area-closed {
    max-height: 0px;
    -webkit-transition: max-height 1s;-moz-transition: max-height 1s ease-in-out;-ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;transition: max-height 1s;
    overflow: hidden;
}

.free-row {
    margin: 20px 0px 20px 0px;
}
.alert {
    margin-bottom: 0px;
    display: inline-block;
}

.alert-bottom {
    margin-bottom: 30px;
}

@media (min-width: 767px) {
    .vcenter {
        display: flex;
        align-items: center;
    }
}
.login-form {
    background: #ffffff;
    padding: 30px 20px;
    margin: 40px auto;
    border-radius: 0px;
    position: absolute;
    top: 3%;
    right: 3%;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    transition: left 1.0s;
}
@media (max-width: 767px) {
    .login-form {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .login-form {
        width: 40%;
    }
    .row.display-flex {
        display: flex;
        flex-wrap: nowrap;
    }
}
.btn-secondary {
    color: #000000;
    background-color: #fafafa;
    border-color: #797979;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: #000000;
    background-color: #e6f0f0;
    border-color: #797979;
}
.btn-radio {
    color: #000000;
    background-color: #fafafa;
    border-color: #797979;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    height:70px;
}
.btn-radio:hover,
.btn-radio:focus,
.btn-radio.focus,
.btn-radio:active,
.btn-radio.active,
.open > .dropdown-toggle.btn-radio {
    color: #000000;
    background-color: #e6f0f0;
    border-color: #797979;
}
.btn-default {
    color: #222222;
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    margin: 10px 10px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #222222;
}
.btn-primary {
    color: #ffffff;
    background-color: #499F7E;
    border-color: #499F7E;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #7CC89C;
    border-color: #499F7E;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #499F7E;
    border-color: #499F7E;
}
.btn-primary .badge {
    color: #499F7E;
    background-color: #ffffff;
}
.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-xl {
    padding: 15px 30px;
}

.btn-group {
    width: 100%;
}
.btn-tab {
    background-color: #f5f5f5;
}
.btn-tab:hover {
    background-color: #B2D6D6 !important;
    color: #ffffff;
}

.btn-full {
    width:  100%;
}

.btn-half{
    width:  50%;
    text-align: center;
}

.btn-navbar {
    margin-top: 10px;
    padding: 5px 15px;
}

.btn-bottom {
    margin-bottom: 30px;
}

.btn-top {
    margin-top: 30px;
}

.last-element {
    margin-bottom: 50px;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.tab-group li a:hover {
    background: #179b77;
    color: #ffffff;
}
.tab-group .active a {
    background: #1ab188;
    color: #ffffff;
}

.tab-content > div:last-child {
    display: none;
}


.blockconsent {
    z-index: 1045;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=50);
    background-color: white;
}

.consent-panel {
    margin-top: 20px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.literature {
    width:  80%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.literature-title {
    font-style: italic;
    font-size:  14pt;
}

.literature-authors {
    font-size:  12pt;
}

.literature-meta {
    font-size:  8pt;
}

.center-cropped {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}

.center-cropped-small {
    width: 100%;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}

.center-cropped-contain {
    background-size: contain;
}

.center-cropped-contain-margin {
    background-size: contain;
    margin-bottom: 20px;
    margin-top: 20px;
}

.center-cropped-cover {
    background-size: cover;
}

.center-cropped-main-feature {
    width: 100%;
    height: 300px;
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: zoom-in;
    font-size: 120px;
    line-height: 2.5;
    color: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    transition: all 1.0s;
}

.center-cropped-main-feature:hover {
    color: rgba(0, 0, 0, 0.2);
}

.main-feature-zoom {
    cursor: zoom-out;
    width: 100%;
}

.center-cropped-thumbnail {
    width: 100%;
    height: 80px;
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.thumbnail.feature {
    height: inherit;
}

/* extra positioning */
.thumbnail {
    display: flex;
    flex-direction: column;
}

.thumbnail .caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-form {
    background: #ffffff;
    padding: 30px 20px;
    margin: 40px auto;
    border-radius: 0px;
    position: absolute;
    top: 4%;
    right: 3%;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    transition: left 1.0s;
    width: 94%;
    height: 87.7%;
    overflow-y: auto;
}

.blog-entry {
    text-align: justify;
}

.blog-image {
    padding-top: 10px;
    padding-bottom: 20px;
}

.education-space {
    padding-bottom: 20px;
}

.webinar-thumbnail{
    margin: auto;
    width: 80%;
}

.webinar-thumbnail img {
    width: 100%;
}

@media only screen and (max-width : 991px) {
    .webinar {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width : 992px) {
    .webinar {
        margin-bottom: 45px;
    }
}

.blog-content{
    padding-top: 10px;
    padding-bottom: 50px;
}

.pdf-button {
    font-size: 20pt;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    /* For mobile phones: */
    [class*="modal-dialog"] {
        width: 80%;
    }
}

@media only screen and (min-width: 992px) {
    /* For large screens: */
    [class*="modal-dialog"] {
        width: 60%;
    }
}

.panel-modal {
    margin-bottom: 0px;
}

.row.space {
    padding: 5px 5px;
}

.relogin-container {
    margin-bottom: 0px;
}


.relogin-matrix {
    margin: 5px 5px 5px 5px;
}

.imprint {
    min-height: 100%;
    height: auto;
    margin: 0 auto -15px;
    padding: 0 0 15px;
}

.fullFooter {
    height: 15px;
}

.thumbnail.pricing {
    border-radius: 0px;
    background-image: linear-gradient(#f9fbfb, #b9d9da);
    border-style: none;
}

.thumbnail.pricing-right {
    border-radius: 0px;
    background-image: linear-gradient(#f9fbfb, #b9d9da);
    border-style: none;
    margin-left: 10px;
}

.container-fluid.pricing {
    padding-left: 30px;
    padding-right: 30px;
}
.thumbnail.pricing.clean {
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    background-image: none;
}
hr.pricing.clean {
    border-color: #d3d3d3;
    border-width: 1px;
    max-width: 100%;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    transition: all 1.0s;
}
hr.pricing.clean.active {
    border-color: #499F7E;
}

.register-button {
    margin-top: 30px;
    margin-bottom: 20px;
}
.thumbnail.pricing.clean.active {
    border-color: #499F7E;
    box-shadow: 0 0 0 rgba(178, 214, 214, 0.075) inset, 0 0 15px rgba(178, 214, 214, 1.0);
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    transition: all 1.0s;
}

.thumbnail.pricing-inner {
    border-radius: 0px;
    border-style: none;
    margin-bottom: 0px;
}

.thumbnail.pricing-inner.clean {
    border-radius: 0px;
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0px;
}

h3.pricing, h4.pricing {
    color: #499F7E;
    margin-top: 4px;
}


h3.pricing.clean {
    margin-top: 14px;
}

h4.pricing.clean {
    margin-top: 25px;
}

h3.pricing.middle, h4.pricing.middle {
    margin-top: 25px;
    margin-bottom: 25px;
}

span.pricing.clean {
    font-style: italic;
}

div.free {
    margin: 14px;
}

.btn-pricing {
    padding-top:    8px;
    padding-bottom: 8px;
    margin-top: 15px;
    width: 75%;
    margin-bottom: 25px;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .btn-pricing {
        font-size: 8px;
    }
}

.container-center {
    text-align: center;
}

.btn-multiline {
    padding-top:    8px;
    padding-bottom: 8px;
    width:          100%;
}

.eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    flex-direction: column;
}

li.pricing {
    border-style: none;
    border-bottom-style: solid;
    border-top-style: solid;
    background-color: transparent;
    padding: 6px 0px;
}
li.pricing.clean {
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px 0px;
}
li.pricing-button {
    border-style: none;
    background-color: transparent;
    padding: 0px 0px;
}

.list-group.pricing-button {
    margin-bottom: 0px;
}

.pricing.list-group-item:first-child {
    border-top-style: none;
}

.pricing.list-group-item:last-child {
    border-bottom-style: none;
}

.pricing-bottom {
    padding-bottom: 15px;
}

.leftInnerPricingColumn {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .leftInnerPricingColumn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.rightInnerPricingColumn {
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .rightInnerPricingColumn {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.majorPricingColumn {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .majorPricingColumn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.packagePrice {
    font-size: 60px;
    font-weight: bold;
}

.packagePriceText {
    font-size: 12px;
}

.faqQuestion {
    font-weight: bold;
    text-align: left;
}

.faqAnswer {
    text-align: left;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexRowItem {
    margin-left: 3%;
    margin-right: 3%;
    padding: 8px 0px;
    border-bottom-style: solid;
    border-color: #d3d3d3;
    border-width: 1px;
}

.flexRowItemContent {
    min-height: 40px;
}

.flexRowItemSimple {
    margin-bottom: 15px;
}

.thumbnail.flexRow-Inner {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .flexRow {
        flex-direction: column;
    }
}

.flexRowItem.no-border {
    border-bottom-style: none;
}

.flexRowItem.no-border-permanent {
    border-bottom-style: none;
}

@media (max-width: 767px) {
    .flexRowItem.no-border {
        border-bottom-style: solid;
        border-color: #d3d3d3;
        border-width: 1px;
    }
    .flexRowItem.no-border:last-of-type {
        border-bottom-style: none;
    }
}

.tooltip.in{
    opacity:1 !important;
}

.tooltip-inner {
    color: black;
    background-color: rgb(240,250,250);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(240,250,250);
}

@media only screen and (max-width : 767px) {
    .box {
        height: auto !important;
    }
    .inner-box {
        height: auto !important;
    }
}

.low-padding {
    padding-left: 5px;
    padding-right: 5px;
}

li.smalltext {
    font-size:  10px;
}

li.striked {
    text-decoration: line-through;
    text-decoration-color: darkred;
}

.ribbon {
    position: absolute;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 170px;
    height: 110px;
    text-align: right;

}

.ribbon.plans {
    right: 20px;
    height: 70px;
}

.ribbon.register {
    right: 15px;
}

@media (max-width: 767px) {
    .ribbon.plans {
        right: 10px;
    }
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    width: 130px;
    display: block;
    background: #499F7E;
    background: darkred;
    position: absolute;
    top: 16px;
    left: 60px
}

.ribbon-pricing {
    position: absolute;
    right: 10px;
    top: 103px;
    z-index: 1;
    overflow: hidden;
    width: 190px;
    height: 110px;
    text-align: right;
}
.ribbon-pricing span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
    transform: rotate(325deg);
    -webkit-transform: rotate(325deg);
    width: 210px;
    display: block;
    background: #499F7E;
    background: darkred;
    position: absolute;
    top: 65px;
    right: -55px;
}

.thumbnail .caption {
    padding: 2px;
}

.large-icon {
    font-size: 24pt;
}

.keywords {
    font-size: 10px;
    color: darkgrey;
    font-style: italic;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}

.feature-text {
    text-align: justify;
}

.feature-logo {
    font-size: 96px;
    color: #499F7E;
}

.module-padding {
    padding: 15px;
}

.active-thumb {
    -webkit-box-shadow: inset 0 0 0 rgba(178, 214, 214, 0.075), 0 0 15px rgba(178, 214, 214, 1.0);
    box-shadow: 0 0 0 rgba(178, 214, 214, 0.075) inset, 0 0 15px rgba(178, 214, 214, 1.0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h3.feature-heading {
    margin-top: 0px;
}

.markdown-image p{
    text-align: center;
    padding: 10px;
}
.markdown-image img {
    width: 80%;
    border: 1px solid lightgrey;
    max-width: max-content;
}

.link-copy {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p.blog-heading {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.dropdown-menu-partners {
    min-width: 140px;
    padding: 3px 3px;
}

.dropdown-menu-partners > li > a {
    padding: 8px 20px;
}

.dropdown-menu-partners > li > a > img {
    max-width: 100px;
}

.partner-image {
    width: 100%;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
    background-size: contain;
}

.align-caret {
    padding-top: 6px;
}

.heatmap-button {
    height: 36px;
    width: 36px;
    margin: 2px;
    border-radius: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.heatmap-button:hover {
    border-width: 2px;
    border-style: solid;
    border-color: #499F7E;
    -webkit-transition: all 0.05s;
    -moz-transition: all 0.05s;
    transition: all 0.05s;
}

.heatmap-color-1 {
    background-color: #EDEDED;
}

.heatmap-color-2 {
    background-color: #AFDBAD;
}

.heatmap-color-3 {
    background-color: #F5E0EE;
}

.heatmap-color-4 {
    background-color: #7ABCD0;
}

.heatmap-color-5 {
    background-color: #8BB4C9;
}

.heatmap-color-6 {
    background-color: #9BACC2;
}

.heatmap-color-7 {
    background-color: #ACA4BB;
}

.heatmap-color-8 {
    background-color: #BC9CB4;
}

.heatmap-color-9 {
    background-color: #CD94AD;
}

.heatmap-color-10 {
    background-color: #DD8CA6;
}

.heatmap-color-11 {
    background-color: #EE849F;
}

.heatmap-color-12 {
    background-color: #AD488D;
}

.highlight {
    margin-top: 20px;
    margin-bottom: 20px;
}

.highlight-description p {
    text-align: justify;
}