/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #6D6B6D;
    background-color: #fff;
}

body {
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #6D6B6D;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #1997B5;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #105f72;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f0f0f0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: 0%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: 0%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: 0%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: 0%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    max-width: 100%;
    background-color: #f5f5f5;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f0f0f0;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #468847;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #b94a48;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #adabad;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
    clear: both;
}


/* honeypot field on contact-us */

.Company-size-field {
    display: none;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

html.overlay-open .navbar-fixed-top {
    z-index: 400;
}

html.js fieldset.collapsed {
    height: auto;
}

html.js input.form-autocomplete {
    background-image: none;
}

body {
    position: relative;
}

body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px;
}

body.navbar-is-fixed-top {
    padding-top: 64px !important;
}

body.navbar-is-fixed-bottom {
    padding-bottom: 64px !important;
}

body.toolbar {
    padding-top: 30px !important;
}

body.toolbar .navbar-fixed-top {
    top: 30px;
}

body.toolbar.navbar-is-fixed-top {
    padding-top: 94px !important;
}

body.toolbar-drawer {
    padding-top: 64px !important;
}

body.toolbar-drawer .navbar-fixed-top {
    top: 64px;
}

body.toolbar-drawer.navbar-is-fixed-top {
    padding-top: 128px !important;
}

body.admin-menu .navbar-fixed-top {
    top: 29px;
}

body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px !important;
}

body div#admin-toolbar {
    z-index: 1600;
}

body #toolbar,
body #admin-menu,
body #admin-toolbar {
    box-shadow: none;
}

body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600;
}

body #admin-menu .dropdown li {
    line-height: normal;
}

.navbar.container {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .navbar.container {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .navbar.container {
        max-width: 940px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar.container {
        max-width: 1140px;
    }
}

.navbar.container>.container {
    margin: 0;
    padding: 0;
    width: auto;
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
    z-index: 1500;
}

#toolbar {
    z-index: 1600;
}

.modal {
    z-index: 1620;
}

.modal-dialog {
    z-index: 1630;
}

.modal-backdrop {
    z-index: 1610;
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px;
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0;
    }
}

ul.secondary {
    float: left;
}

@media screen and (min-width: 768px) {
    ul.secondary {
        float: right;
    }
}

.page-header {
    margin-top: 0;
}

.block:first-child h2.block-title {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.region-help>.glyphicon {
    font-size: 18px;
    float: left;
    margin: -0.05em 0.5em 0 0;
}

.region-help .block {
    overflow: hidden;
}

form#search-block-form {
    margin: 0;
}

.navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px;
}

@media screen and (min-width: 992px) {
    .navbar #block-search-form {
        float: right;
    }
}

.navbar-search .control-group {
    margin-bottom: 0px;
}

ul.action-links {
    margin: 12px 0;
    padding: 0;
}

ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 6px 0 0;
}

ul.action-links .glyphicon {
    padding-right: 0.5em;
}

input,
textarea,
select,
.uneditable-input {
    max-width: 100%;
    width: auto;
}

input.error {
    color: #b94a48;
    border-color: #ebccd1;
}

fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0;
}

fieldset .panel-body {
    clear: both;
}

fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
}

fieldset .panel-heading a.panel-title:hover {
    text-decoration: none;
}

.form-actions {
    clear: both;
}

.resizable-textarea textarea {
    border-radius: 0;
}

.radio:first-child,
.checkbox:first-child {
    margin-top: 0;
}

.radio:last-child,
.checkbox:last-child {
    margin-bottom: 0;
}

.help-block,
.control-group .help-inline {
    color: #999999;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
}

.panel-heading {
    display: block;
}

a.tabledrag-handle .handle {
    height: auto;
    width: auto;
}

.error {
    color: #b94a48;
}

div.error,
table tr.error {
    background-color: #f2dede;
    color: #b94a48;
}

.control-group.error {
    background: none;
}

.control-group.error label,
.control-group.error .control-label {
    color: #b94a48;
    font-weight: 600;
}

.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
    color: #555555;
    border: 1px solid #ccc;
}

.control-group.error .help-block,
.control-group.error .help-inline {
    color: #6D6B6D;
}

.list-inline>li.first {
    padding-left: 0;
}

.nav-tabs {
    margin-bottom: 10px;
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
    list-style: none;
    list-style-image: none;
}

.tabs--secondary {
    margin: 0 0 10px;
}

.submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: normal;
    color: #777;
}

.password-strength {
    width: 17em;
    float: right;
    /* LTR */
    margin-top: 1.4em;
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    /* LTR */
    font-weight: bold;
}

.password-indicator {
    background-color: #949494;
    height: 0.3em;
    width: 100%;
}

.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #999999;
}

input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}

div.password-confirm {
    float: right;
    /* LTR */
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}

div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent,
.password-parent {
    clear: left;
    /* LTR */
    margin: 0;
    width: 36.3em;
}

.progress-wrapper .progress {
    margin-bottom: 10px;
}

.pagination ul>li>a.progress-disabled {
    float: left;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1997B5;
    border-color: #1997B5;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.form-autocomplete .glyphicon {
    color: #999999;
    font-size: 120%;
}

.form-autocomplete .glyphicon.glyphicon-spin {
    color: #0097b4;
}

.form-autocomplete .input-group-addon {
    background-color: #ffffff;
}

.ajax-progress .glyphicon {
    font-size: 90%;
    margin: 0 -0.25em 0 0.5em;
}

.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.glyphicon-refresh {
    -webkit-transform-origin: 50% 45%;
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -o-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
}


/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */

.tabbable {
    margin-bottom: 20px;
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0;
}

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
    color: #999999;
    font-size: 12px;
}

.tab-pane>.panel-heading {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 0 0;
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    padding-bottom: 20px;
    width: 220px;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
    outline: 0;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
    outline: 0;
}

.tabs-left>.tab-content,
.tabs-right>.tab-content {
    border-radius: 0 0 0 0;
    box-shadow: none;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 15px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: -1px;
}

.tabs-left>.nav-tabs>li>a {
    border-radius: 0 0 0 0;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #f0f0f0 #ddd #f0f0f0 #f0f0f0;
}

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:hover,
.tabs-left>.nav-tabs>.active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    box-shadow: none;
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: -1px;
}

.tabs-right>.nav-tabs>li>a {
    border-radius: 0 0 0 0;
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: #f0f0f0 #f0f0f0 #f0f0f0 #ddd;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:hover,
.tabs-right>.nav-tabs>.active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
}

th.checkbox,
td.checkbox,
th.radio,
td.radio {
    display: table-cell;
}

.views-display-settings .label {
    font-size: 100%;
    color: #666666;
}

.views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0 0;
}

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
    max-width: inherit;
}

.form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

@media (min-width: 768px) {
    .form-horizontal .form-group label {
        float: left;
        width: 16.66666667%;
    }
}

.alert a {
    font-weight: bold;
}

.alert-success a {
    color: #356635;
}

.alert-info a {
    color: #2d6987;
}

.alert-warning a {
    color: #a47e3c;
}

.alert-danger a {
    color: #953b39;
}

.btn {
    border-radius: 0;
}

.btn-danger {
    background: #0097b4;
    border-color: #0097b4;
    border-radius: 4px;
}

.btn-danger:hover,
.btn-danger:focus {
    background: #006c81;
    border-color: #006c81;
    border-radius: 4px;
}

.btn-primary {
    background: rgba(230, 234, 238, 0.4);
    border-color: #1997B5;
    border: 1px solid #f5f5f5;
    color: #041C23;
}

.btn-primary:hover {
    border: 1px solid #f5f5f5;
    color: #fff;
}

a:active,
a:hover,
a:visited,
a:link,
a:focus {
    outline: 0;
    text-decoration: none;
}

a.footer-link:active,
a.footer-link:hover,
a.footer-link:visited,
a.footer-link:link {
    color: #6D6B6D;
}

body {
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
}

body h1,
body .h1 {
    font-size: 32px;
}

.container {
    max-width: 940px;
}


/*
html.js input.form-autocomplete{background:none;}
html.js input.form-autocomplete:after {
  display:block; height:15px; width:15px; position:absolute; top:2px;
  background: url(../../misc/throbber.gif) 0 2px no-repeat;
}
html.js input.throbbing:after {background-position:-17px}
*/

#section-content {
    min-height: 800px;
}

#cboxClose {
    border: none !important;
}

.body a:not(.btn) {
    color: #29bcb8;
}

.body a:hover {
    color: #176866;
}

body #block-system-main {
    position: relative;
}

body select,
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body .uneditable-input {
    padding: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 2em;
}

p {
    padding: 1px 0 0 0;
    margin: 0 0 1em;
}

body.html {
    font-size: 15px;
    line-height: 144%;
}

ul ul {
    margin-bottom: 10px;
}

body pre {
    white-space: pre;
    overflow: auto;
}

h1.title {
    margin: 0 0 10px;
}

#section-banner.hidden-xs {
    display: block !important;
}

body h3,
body .h3,
body .block h3.block-title {
    font-size: 24px;
}

.pane-node {
    position: relative;
}

.pane-node .pane-title {
    font-size: 20px;
}

body .block .block-title {
    font-size: 28px;
}

.pad-left {
    padding-left: 25px;
}

.region-banner .md-slide-wrap {
    box-shadow: none;
}

body .md-objects .md-object,
body .md-objects .md-object a,
body .slider-item>div {
    line-height: 1.3em;
}

body .bx-wrapper .bx-controls-direction a {
    z-index: 9;
}

body.admin-menu .block-panels-mini,
body.admin-menu .view-content {
    padding-top: 20px;
    clear: both;
}

.section-strapline {
    padding-top: 20px;
}

body .field-collection-view {
    padding: 0;
    margin: 0;
}

body .field-name-field-main-image {
    margin-bottom: 20px;
}

body .group-placeholder .field-name-field-main-image {
    margin: 0;
}

body #section-footer,
body #section-header {
    background: rgba(0, 20, 45, 0.85);
    box-shadow: none;
    z-index: 9;
}

.bx-wrapper {
    z-index: 7;
}

body h2 {
    font-size: 36px;
    font-weight: 700;
}

body #section-breadcrumb {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

.section-breadcrumb,
.section-header {
    position: relative;
    z-index: 2;
}

.region-marquee>.block {
    padding-top: 20px;
}

.region-marquee .container,
.section-strapline .container {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

body #section-content {
    padding: 0;
}

body #section-content .container {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

body .superhero-dropdown.open {
    margin: 0;
}

body {
    background: #fff;
    /* Old browsers */
}

body div .inline {
    display: inline;
    margin: 0 10px 0 0;
}

body div .sub-header {
    font-size: 18px;
    margin: 0;
}

body div .topic-title {
    margin: 0 0 5px 0;
}

body #section-header.superhero-sticky .site-logo {
    padding: 20px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body #section-header.superhero-sticky.fixed .site-logo {
    height: 0;
    overflow: hidden;
}

body #section-header.fixed-transition .superhero-dropdown>ul>li>a {
    line-height: normal;
}

.home-team .inside {
    padding-top: 150px;
    position: relative;
}

.home-team .inside .field-name-field-headshot {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: center;
}

.home-team .inside .field-name-field-headshot img {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid;
}

.home-team .inside .field-name-field-role {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    font-size: 95%;
    line-height: 1.3em;
    height: 2.6em;
    padding: 0 5px;
}

.home-team .inside .pane-title {
    font-size: 16px;
    margin: 0 0 5px;
    text-align: center;
}

.home-team .contextual-links-region.panel-pane {
    position: static;
}

.view-team-members {
    text-align: center;
}

.view-team-members .views-row {
    float: none;
    clear: none;
    display: inline-block;
    width: 19%;
    vertical-align: top;
    min-width: 175px;
}

.view-team-members .views-row.bio-photo {
    display: inherit;
    margin-bottom: 30px;
    float: left;
    height: 250px;
}

.view-team-members .views-row.bio-photo .field-name-field-role {
    margin-top: -10px;
    display: block;
    position: relative;
}

.view-mode-call_out .group-header,
.view-mode-call_out .group-footer,
.view-mode-call_out .group-left,
.view-mode-call_out .group-right,
.view-mode-call_out .field-group-div {
    position: relative;
}

.group-header .group-splash-image {
    margin-bottom: 20px;
}


/*---Team and Advisor Landing Page ---*/

.bio-photo .field-name-field-headshot a {
    display: inline-block;
    border-radius: 0;
    border: 1px solid #ccc;
}

.bio-photo .field-name-field-headshot a:hover {
    border-color: #337788;
}

.bio-photo .field-name-field-headshot img {
    border: none;
    border-radius: 0;
}

.bio-photo {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 28%;
}


/*---media finder--------*/

#media-browser-page-wrapper {
    position: relative;
    top: 40px;
}

body .ui-dialog.media-wrapper {
    position: absolute !important;
    left: 10% !important;
    right: 10% !important;
    top: 0 !important;
    height: 95% !important;
    width: auto !important;
}

body .ui-dialog.media-wrapper>iframe.media-modal-frame {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    top: 0 !important;
}

#media-browser-page-wrapper #media-browser-tabset {
    padding-top: 40px;
}

#media-browser-page-wrapper #media-browser-tabset #branding {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    padding: 40px 0 0 0;
}

#media-browser-page-wrapper #media-browser-tabset .media-list-thumbnails li {
    max-width: 150px;
    height: 150px;
    overflow: hidden;
}

#media-browser-page-wrapper #media-browser-tabset .media-list-thumbnails li img {
    max-width: 100%;
}

.view-mode-full h3.sup {
    font-size: 22px;
    margin-top: -7px;
}

.field-type-text-with-summary h2 {
    font-size: 24px;
}

.field-type-text-with-summary h3 {
    font-size: 20px;
}

.field-type-text-with-summary h3 {
    font-size: 20px;
}


/*---product pages-------*/

.show-by-cloudbees:after,
.by-cloudbees #page-title:after {
    content: ' by CloudBees ';
    display: inline-block;
    vertical-align: top;
    font-size: 50%;
    color: #999;
    padding: 5px;
    margin-top: -10px;
}

.tightGridBox,
.tightGrid {
    margin: 0 0 0 -10px;
    list-style: none;
    display: block;
    padding: 0;
    position: relative;
}

.tightGridBox>ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.panels-flexible-row .tiles,
.tightGridBox .tightGrid {
    width: 25%;
    min-width: 195px;
    margin: 0 -5px 0 5px;
    float: left;
    clear: none;
}

.tightGridBox .tightGrid>div {
    margin: 5px !important;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.tightGridBox .tightGrid>div:hover {
    box-shadow: none;
    background: #fff;
}

.tightGridBox .tightGrid .videoTeaser iframe {
    height: 175px;
}

.videoTeaser {
    font-size: 0.9em;
}

.media-youtube-video iframe,
.videoTeaser iframe {
    width: 100%;
    min-height: 175px;
    max-height: 350px;
    min-width: 640px;
}

.videoTeaser .field-name-title>h3 {
    margin: 0;
    padding: 0 5px;
    font-size: 18px;
}

.videoTeaser .field-name-body {
    margin: 0;
    padding: 0 5px;
}

.panels-flexible-row .inside .tiles {
    margin: 0 5px 0 -5px;
}

.tiles.tightGridBox .tightGrid {
    width: 100%;
}


/*.md-slide-item {text-shadow:0 1px 10px rgba(0,0,0,.5)} */

.jenkinsEnterpriseSlides .md-slide-item {
    text-shadow: 0 0 10px #fff, 0 0 3px #fff;
}

body div.contextual-links-wrapper {
    font-size: 13px !important;
}

body #section-strapline .container {
    padding: 0;
    max-width: 970px;
}

body #section-strapline .container>.row {
    padding: 0;
    margin: 0;
    font-size: 0;
}

body #section-strapline .container>.row .jenkins .panels-flexible-region {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

body #section-strapline .container>.row .jenkins .panels-flexible-region>.inside {
    padding: 0;
}

@media screen and (max-width: 790px) {
    body .container .inside>.panels-flexible-region,
    body #section-strapline .container>.row .jenkins .panels-flexible-region {
        min-width: 100%;
    }
}

.section-strapline .jenkins .pane-node {
    padding: 15px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4), 0 10px 15px -7px rgba(0, 0, 0, 0.33);
    background: rgba(255, 255, 255, 0.75);
    min-height: 200px;
    position: relative;
}

.section-strapline .jenkins .pane-node h3 {
    margin: 10px 0 5px;
    font-size: 24px;
    min-height: 2.4em;
}

.section-strapline .jenkins .pane-node h3 a {
    color: #008996;
}

.section-strapline .block-panels-mini .panels-flexible-region .panel-pane {
    border-radius: 0;
}

.click-thru .bottom-group {
    position: absolute;
    bottom: 0;
    right: 0;
}

.click-thru .bottom-group .btn {
    border-top-left-radius: 5px;
}

.click-thru .bottom-group .btn-info.even a {
    color: #fff;
}

.btn-info a {
    color: #fff !important;
}

.v-space {
    margin: 20px 0;
}

.jenkins-overview .click-thru {
    font-size: 140%;
    line-height: 1.5em;
    padding: 0 30px 20px 0 !important;
}

.btn.btn-info.action,
.jenkins-overview .click-thru .btn {
    border-radius: 0;
    box-shadow: none;
}

.btn.btn-info.action a,
.jenkins-overview .click-thru .btn a {
    font-size: 140%;
    padding: 5px;
    display: block;
    text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 3px !important;
    color: #fff !important;
}

body .btn.btn-info.action a {
    font-size: 14px;
    padding: 0;
}

.jenkins-overview .click-thru .bottom-group {
    position: relative;
    margin: 20px 0;
}

.jenkins-overview.pane-node .pane-title {
    font-size: 25px;
}

.click-thru .field-name-field-logo img {
    margin-right: 5px;
}

.callout iframe {
    height: 300px;
}

body #section-callus {
    background-color: rgba(41, 188, 184, 0.5);
    box-shadow: inset 0 200px 300px -100px rgba(20, 95, 95, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.cards .views-row {
    display: inline-block;
    vertical-align: top;
}

.cards .views-row .view-mode-card {
    width: 161px;
    cursor: pointer;
    font-size: 85%;
    line-height: 1.4em;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin: 0 5px 10px 0;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
    position: relative;
    height: 265px;
}

.cards .views-row .view-mode-card .field-name-field-logo {
    padding: 5px 0 10px;
}

.cards .field {
    position: relative;
    z-index: 2;
}

.cards .field.field-name-field-background-teaser {
    position: static !important;
}

.cards .field-name-field-background-teaser img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 9999em;
    width: auto;
}

.cards .views-row .view-mode-card:before {
    content: "More";
    position: absolute;
    display: block;
    padding: 1px 5px;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    border-left: 1px solid #999;
    background: #1997B5;
    color: #ffffff;
    line-height: normal;
}

.cards .css-styles-add-on:before {
    content: "Add-on";
    display: block;
    position: absolute;
    top: 20px;
    right: -40px;
    font-weight: bold;
    color: #fff;
    background: #c30;
    padding: 2px 50px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    line-height: normal;
    z-index: 3;
}

.cards .css-styles-new:before {
    content: "New";
    display: block;
    position: absolute;
    top: 15px;
    right: -35px;
    font-weight: bold;
    color: #fff;
    background: #c30;
    padding: 2px 50px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    line-height: normal;
}

.cards .views-row .view-mode-card h5 {
    min-height: 2.4em;
}

.css-styles-iframe .field-name-field-iframe {
    float: left;
    width: 50%;
}

.css-styles-iframe .field-name-field-iframe iframe {
    height: 25em;
}

.css-styles-iframe.css-styles-gc .field-name-field-iframe {
    float: left;
    width: 60%;
}

.css-styles-iframe.css-styles-gc .field-name-field-iframe iframe {
    height: 40em;
}

.css-styles-iframe.css-styles-gc .group-main {
    float: left;
    width: 40%;
    padding-right: 40px;
}

.css-styles-iframe .group-main {
    float: left;
    width: 50%;
    padding-right: 40px;
}

.css-styles-callout .group-main {
    font-size: 133%;
}

.css-styles-callout .group-main h4 {
    font-size: 20px;
}


/*-----exposed fieldset----------*/

body label {
    font-weight: normal;
    font-size: 85%;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: #fff 0 1px 3px;
}

.view-filters {
    clear: both;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.view-content:before,
.view-content:after,
.view-filters:before,
.view-filters:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.view-filters legend {
    display: none;
}

.view-filters .control-group,
.view-filters fieldset.form-wrapper {
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 10px 0;
    margin: 0;
}

.view-filters fieldset.form-wrapper:first-child {
    width: 100%;
}

.view-filters fieldset.form-wrapper:first-child .control-group:first-child {
    min-width: 25%;
}

.view-filters fieldset.form-wrapper:first-child .control-group:last-child {
    min-width: 50%;
}

.view-filters fieldset.form-wrapper:first-child .control-group input {
    width: 100%;
}

.view-filters>.control-group {
    max-width: 100%;
}

.view-filters .control-group {
    max-width: 100%;
    width: auto;
    min-width: 0;
}

.view-filters .control-group input {
    max-width: 100%;
    min-width: 0;
}

.view-filters .control-group select {
    max-width: 100%;
}

.view-filters .btn-primary {
    float: right;
    clear: both;
}

body .views-exposed-form .views-exposed-widget {
    padding: 0;
    max-width: 100%;
}

body .views-exposed-form .views-exposed-widget.views-submit-button {
    float: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    /* background: rgba(0, 125, 150, 0.05) !important; */
    box-shadow: none !important;
    border-radius: 0;
    border: 1px solid #f5f5f5;
}

.filter-right .view-filters {
    float: right;
    width: 22%;
    clear: none !important;
}

.filter-right .view-content {
    float: left;
    width: 78%;
    clear: none !important;
    padding-right: 20px !important;
}

.filter-right.cards .view-content {
    padding-right: 5px !important;
}

.filter-right .view-header {
    clear: none !important;
    float: left !important;
    width: 61%;
    margin-bottom: 20px;
}

.filter-right .view-header .view-content {
    width: 100%;
    clear: both !important;
    padding: 0 !important;
}

.filter-right.clear-header .view-header {
    clear: both !important;
    width: 100%;
}

.filter-right .control-group {
    padding: 0 0 10px;
}

body .filter-right .views-exposed-form .views-exposed-widget,
.filter-right .control-group,
.filter-right .view-filters .control-group input,
.filter-right .view-filters .control-group select {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}


/*---Events Page ---*/

.page-company-events h1,
.page-company-events h2,
.page-company-events h3,
.page-company-events h4,
.page-company-events h5,
.page-company-events h6 {
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
}

.page-company-events .events-page-description {
    font-size: 18px;
}

.page-company-events .block-system .filter-right .view-content {
    min-width: 100%;
    padding-right: 0 !important;
}

.page-company-events .block-system .filter-right .view-content .views-field-title .field-content a:not(.btn) {
    color: black;
    font-weight: bold;
    padding: 5px;
}

.node-type-event .section.section-content {
    background-color: #fff;
}


/*--- resource list----*/

.resources-view,
.resources-view .node.resource,
ul.resources,
ul.resources>li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.css-styles-resources-view .node.resource,
.resources-view .node.resource,
ul.resources>li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px;
    margin: 0 0 20px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: none;
}

.css-styles-resources-view .node.resource {
    clear: both;
}

.css-styles-resources-view .node.resource.css-styles-doc {
    width: 32%;
    display: inline-block;
    float: left;
    clear: none;
    margin-right: 2%;
    height: 18em;
    text-align: center;
}

.css-styles-resources-view .node.resource.css-styles-doc.css-styles-last {
    margin: 0 !important;
}

.resources-view .node.resource .resourceHeadline,
ul.resources>li .resourceHeadline {
    font-weight: bold;
    font-size: 125%;
    color: #29bcb8;
    cursor: pointer;
    min-height: 55px;
    line-height: 140%;
    padding: 5px 0;
}

.resources-view .node.resource .resourceHeadline:hover,
ul.resources>li .resourceHeadline:hover {
    color: #176866;
}

.resources-view .node.resource .field-name-field-feed-item-description,
ul.resources>li .field-name-field-feed-item-description {
    display: none;
}

ul.resources>li.shown .field-name-field-feed-item-description {
    display: block;
}

.resources-view .node.resource .group-left,
ul.resources>li .resource>.group-left {
    width: 48px;
    position: absolute;
}

.resources-view .node.resource .group-right,
ul.resources>li .resource>.group-right {
    width: auto;
    float: none;
    padding-left: 58px;
    min-height: 55px;
}

.css-styles-resources-view.css-styles-center {
    text-align: center;
}

.css-styles-resources-view.css-styles-center .field-name-field-resource-reference {
    display: inline-block;
    width: 61%;
    text-align: left;
}

.css-styles-resources-view.css-styles-center .ds-2col.css-styles-doc>.group-left {
    float: none;
    clear: both;
    padding: 20px;
}

.css-styles-resources-view .ds-2col>.group-left {
    width: auto;
    padding: 0 15px 0 0px;
}

.css-styles-resources-view .ds-2col>.group-right {
    width: auto;
    float: none;
}

.css-styles-resources-view .resourceHeadline {
    font-size: 125%;
    font-weight: bold;
    margin: 5px 0;
}

.css-styles-resources-view>.field-name-field-resource-reference>.label-above {
    display: none;
}


/*----case study-------*/

.inline-summary {
    width: 33%;
    min-width: 200px;
    float: right;
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 10px;
    box-shadow: none;
}

.inline-summary .topics {
    padding: 10px;
    border: solid 1px #555555;
}

.inline-summary .summary-title {
    font-family: inherit;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0;
}


/*----*/

.node-teaser {
    padding-bottom: 20px;
}

.node-teaser h1,
.node-teaser h2,
.node-teaser h3,
.node-teaser h4,
.node-teaser h5 {
    margin-top: 0;
}

.teal-bg {
    background: #1997B5;
    color: #fff;
    text-shadow: none;
}

.blue-bg {
    background: #335061;
    color: #fff;
    text-shadow: none;
}

.gold .level {
    background: #0097b4;
    color: #743;
    text-shadow: none;
    box-shadow: none;
}

.silver .level {
    background: #ddd;
    color: #666;
    text-shadow: none;
    box-shadow: none;
}

.img a {
    display: block;
    text-align: center;
}

.group-logo .img a {
    padding: 10px;
}

body div div.panel-pane .node.left-image,
.node.left-image {
    position: relative;
    padding: 0 0 30px 140px;
    min-height: 120px;
}

.node.left-image .group-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    text-align: center;
    font-size: .9em;
    box-shadow: none;
}

.node.left-image .group-logo div {
    position: relative;
}

.node.left-image .group-logo>.group-placeholder {
    width: 80px;
    height: 80px;
}

.node.left-image .group-logo .level {
    border-radius: 0;
}

.node.left-image .group-logo .level a {
    color: #fff;
    cursor: default;
}

body div div.panel-pane .node.left-image.node-event,
.node.left-image.node-event {
    position: relative;
    padding: 0 0 20px 104px;
    min-height: 130px;
}

.node.left-image.node-event .group-logo {
    width: 84px;
}

.node.left-image.node-event .group-logo>.group-placeholder {
    width: 64px;
    height: 64px;
    margin: 10px;
    background: url(/sites/all/themes/me/images/calendar-icon_64.png) no-repeat center;
}

.node.left-image.node-event.event-type-juc .group-logo>.group-placeholder {
    background: url(/sites/all/themes/me/images/jenkins_64.png) no-repeat center;
}

.node.left-image.node-event.event-type-webinar .group-logo>.group-placeholder {
    background: url(/sites/all/themes/me/images/gotomeeting_64.png) no-repeat center;
}

.logoTeaser.ds-2col-stacked-fluid {
    padding-bottom: 20px;
}

.logoTeaser.ds-2col-stacked-fluid h3,
.logoTeaser.ds-2col-stacked-fluid h4 {
    margin: 0;
}

.logoTeaser.ds-2col-stacked-fluid .field-name-post-date {
    font-size: 85%;
    opacity: .67;
    margin: -2px 0 5px;
}

.logoTeaser.ds-2col-stacked-fluid>.group-header {
    padding-bottom: 5px;
}

.logoTeaser.ds-2col-stacked-fluid>.group-left {
    width: 100px;
    margin-right: -100px;
}

.logoTeaser.ds-2col-stacked-fluid>.group-right {
    width: auto;
    padding-left: 100px;
}

.logoTeaser.ds-2col-stacked-fluid .field-name-node-link {
    float: right;
}

.teamMember.node .group-left img {
    border-radius: 50%;
}

.teamMember.node .group-right .role {
    display: block;
    margin-bottom: 5px;
}

.quote .quoteBody {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 10px 10px 10px 2em;
    background: #fff;
    box-shadow: none;
    min-height: 180px;
    font-style: italic;
    color: #555;
    line-height: normal;
    text-align: left;
    text-shadow: none;
}

.quote .quoteBody:before {
    content: "\201C";
    font-weight: bold;
    font-size: 300%;
    color: #ccc;
    position: absolute;
    display: block;
    top: 18px;
    margin-top: -0.5em;
    left: 5px;
    width: .67em;
    height: .5em;
}

.quote .quoteBody p:after {
    content: "\201D";
}

.view-mode-full .quote .quoteBody {
    min-height: 50px;
}

.quotez .quoteBody .field-item::before {
    content: "\201C";
    display: block;
    float: left;
    font-size: 300%;
    color: #ccc;
}

.node.view-mode-full .field-collection-item-field-quote {
    width: 50%;
    float: right;
    margin: 0 0 15px 15px;
}

.quoteBox {
    width: 50%;
    float: left;
    margin: 0 0 15px 15px;
}

.field-collection-view-links {
    float: left;
    width: 100%;
    padding: 0;
    margin: -5px 0 10px;
    clear: both;
    list-style: none;
    text-align: right;
}

.field-collection-view-links li {
    display: inline-block;
    list-style: none;
}

.quote .quoteFooter,
.quote .group-footer,
.testimonial .testimonial-author {
    font-size: 90%;
    margin: -1px 0 0 0;
    text-align: left;
    padding: 15px 0 15px 60px;
    background: url(/sites/all/themes/me/images/bg-testimonial.png) no-repeat 20px 0px;
}

.quote .quoteFooter h4,
.quote .quoteFooter .contact-title,
.quote .group-footer .field-name-field-contact-name {
    font-size: 120%;
    font-weight: bold;
    margin: 0;
    font-family: inherit;
}

.node.view-mode-full .field-name-field-main-image {
    background: #fff;
    box-shadow: none;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
}

.node.view-mode-full .field-name-field-main-image a {
    display: block;
}

.node.view-mode-full.node-case-study .field-name-field-main-image {
    max-width: 430px;
    margin-top: 20px;
}

.field-name-field-pdf {
    margin-bottom: 20px;
}

h4.label-above {
    margin-top: 20px;
}

.region-sidebar-first ul.menu {
    font-size: 13px;
    padding: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.3);
}

.region-sidebar-first ul.menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.25);
}

.region-sidebar-first ul.menu li.active>a {
    font-weight: bold;
}

.region-sidebar-first ul.menu li.active .active {
    font-weight: bold;
    border-left: 2px solid #0097b4;
    color: #0097b4;
}

.region-sidebar-first ul.menu li a {
    display: block;
    padding: 15px 10px;
    border-left: #335061 5px solid;
}

.region-sidebar-first ul.menu li a:hover {
    box-shadow: none;
    text-shadow: 0 1px 3px #fff;
    border-left: 5px solid #0097b4;
}

.region-sidebar-first ul.menu ul.menu {
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    background: none;
}

.region-sidebar-first ul.menu ul.menu li {
    background: none;
}

.region-sidebar-first ul.menu ul.menu a {
    border-left: #9dd 5px solid;
}

body .rteindent2 {
    margin-left: 0;
}

.view-webniar-video-archive .view-mode-archive {
    margin-bottom: 20px !important;
}

.view-webniar-video-archive .view-mode-archive .field-name-body .call-action,
.view-webniar-video-archive .view-mode-archive .field-name-body img {
    display: none;
}

.node>.title,
.view-webniar-video-archive .view-mode-archive>.title {
    margin-bottom: 2px;
}

.node>.date,
.view-webniar-video-archive .view-mode-archive>.date {
    display: block;
    margin-bottom: 10px;
}

.field-name-field-media .field-type-taxonomy-term-reference {
    display: none;
}


/*---------partners-----------------*/

.css-styles-splash-image .group-overlay {
    box-shadow: none;
    position: absolute;
    width: 61%;
    bottom: 0;
    padding: 20px 20px 20px 0;
    background: #f9fcfe;
    border-top-right-radius: 20px;
    font-size: 125%;
    line-height: 150%;
}

.group-header .css-styles-splash-image .group-overlay {
    width: 50%;
}

.css-styles-splash-image h4.headline {
    font-size: 22px;
}

.css-styles-splash-image .group-placeholder {
    min-height: 200px;
    box-shadow: none;
    border-top-right-radius: 40px;
    overflow: hidden;
}

h4.date.sub {
    font-weight: bold;
    font-size: 13px;
    font-family: inherit;
    color: #333;
    margin: -8px 0 0 0;
}

h3.view-divider {
    border-top: 1px solid rgba(0, 70, 100, 0.3);
    padding-top: 10px;
    margin-top: 50px;
}

.view-mode-full h3.sub {
    margin-top: -7px;
}

.node-ecosystem-service.css-styles-hide-plans .plans {
    display: none;
}

.node-ecosystem-service .plans {
    max-width: 940px;
    float: left;
}

.callout .views-exposed-form {
    padding: 10px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.callout .views-exposed-form .views-widget-filter-type_1,
.callout .views-exposed-form .views-widget-filter-type {
    float: none;
    clear: both;
}

.callout .views-exposed-form .views-exposed-widget {
    padding-bottom: 5px;
    width: 50%;
}

.callout .views-exposed-form .views-exposed-widget.views-widget-sort-by,
.callout .views-exposed-form .views-exposed-widget.views-widget-sort-order {
    float: left;
    display: none;
}

.callout .views-exposed-form .views-exposed-widget input {
    width: 100%;
}

.callout .views-exposed-form .views-exposed-widget .views-widget {
    margin-right: 10px;
}

.callout .views-exposed-form .views-exposed-widget.views-submit-button {
    clear: both;
    float: right;
    width: auto;
}

.node-type-ecosystem-service #page-title {
    display: none;
}

.hideTitle .group-header {
    padding-left: 100px;
    min-height: 100px;
    position: relative;
}

.hideTitle .group-header .field-name-field-logo {
    position: absolute;
    left: 0;
    top: 0;
}

.call-box.pull-right {
    margin: 0 0 20px 20px;
}

.call-box .callout-item {
    margin-bottom: 10px;
}

.call-box .callout-item:last-child {
    margin-bottom: 0;
}

.call-box,
.call-box.inside-effect>.block-contents {
    padding: 20px;
    border: 1px solid #555555;
    background: #fff;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 0;
}

.call-box.inside-effect>.block-contents {
    margin: 0 0 20px;
}

body .call-box.margin-title {
    margin-top: 45px;
}

.call-box.inside-effect {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.node.left-image .group-logo.call-box {
    padding: 0;
    width: auto;
    text-align: center;
}

.node.left-image .group-logo.call-box .group-placeholder {
    margin: 20px;
}

.entity-field-collection-item h4 {
    marign-top: 0;
}

body .node.view-mode-full.left-image {
    padding: 0;
}

.view-mode-full.left-image .group-main {
    padding-left: 188px;
    min-height: 400px;
}

.view-mode-full.left-image .call-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.view-mode-full.left-image .call-box .group-placeholder {
    height: 128px;
    width: 128px;
    margin-bottom: 10px;
}

.view-mode-full .col-group {
    width: 50%;
    float: left;
    padding-right: 20px;
    clear: none;
}

.works-with a {
    font-weight: bold;
    color: #000 !important;
    cursor: default;
}

.watermark img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .33;
}

.region-sidebar-second .call-box {
    padding: 0;
}

.region-sidebar-second .call-box .block-contents {
    margin: 10px;
}

.region-sidebar-second .call-box .views-exposed-widget {
    float: none;
    clear: both;
    display: block;
}

.region-sidebar-second .call-box .views-exposed-widget label {
    margin: 10px 0 2px;
}

.region-sidebar-second .call-box .views-exposed-widgets select,
.region-sidebar-second .call-box .views-exposed-widgets input {
    width: 100%;
    min-width: 0;
}


/*---------four_columns_flex--------*/

#mini-panel-four_columns_flex {
    text-align: center;
}

#mini-panel-four_columns_flex .panels-flexible-region {
    display: inline-block;
    float: none;
    position: relative;
}

#mini-panel-four_columns_flex .submitted {
    display: none;
}

#mini-panel-four_columns_flex .pane-node {
    position: relative;
    padding-bottom: 4em;
}

#mini-panel-four_columns_flex .pane-node .pane-title {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
}

#mini-panel-four_columns_flex .field-name-field-forground a {
    display: inline-block;
    border-radius: 0;
    border: 4px solid #ccc;
    padding: 10%;
    height: 125px;
    width: 125px;
}

#mini-panel-four_columns_flex .field-name-field-forground a:hover {
    border-color: #29BCB8;
    box-shadow: none;
}


/*-------------tight grid------------*/

.tight-grid .row {
    margin-left: -5px;
    margin-right: -5px;
}

.tight-grid .row .col {
    padding: 0 5px;
}


/*-------------header----------------*/

#section-header li.show-in-footer {
    display: none;
}

#section-header .region-menu {
    padding: 0;
}

.site-logo img {
    max-width: 380px;
}

#section-top .site-logo a {
    display: block;
    padding: 20px;
    border-bottom: solid transparent;
    margin-left: -20px;
}

#section-top .site-logo a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: solid;
}

#section-top .site-logo a img {
    position: relative;
}

body #section-top {
    background-color: rgba(0, 20, 45, 0.85);
    box-shadow: none;
    position: relative;
}

body #search-block-form .form-actions button {
    padding: 0;
    font-size: 0;
    border: 0;
    height: 24px;
    width: 24px;
    border: none !important;
    margin: 0;
    right: 0;
    position: absolute;
}

body #section-top #block-search-form .form-wrapper {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    text-align: center;
}

body #section-top #block-search-form .form-wrapper::before {
    content: "\e003";
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body #section-top #block-search-form .container-inline {
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}


/*-------------menu-------------------*/

.block-superhero-dropdown {
    min-height: 30px;
}

body #section-top .container,
body #section-header .container {
    padding: 0 10px;
    position: relative;
}

body #section-header .superhero-dropdown {
    width: 100%;
}

body #section-header .superhero-dropdown>ul {
    width: 100%;
    float: left;
}

body #section-header .superhero-dropdown>ul>li {
    float: left;
    line-height: normal;
    margin: 0 5px 0 0;
}

body #section-header .superhero-dropdown>ul>li>a {
    font-weight: 600;
    display: inline-block;
    padding: 20px 15px 16px;
    line-height: normal !important;
}

body #section-header .site-logo a {
    line-height: normal;
    padding: 20px 0;
    margin: 0;
    border: none;
}

body #section-header.fixed .superhero-dropdown>ul>li.home {
    width: auto;
    margin: 0 5px 0 0;
}

body #section-top .region-top-third {
    white-space: nowrap;
    color: #fff;
    position: absolute;
    top: -35px;
    right: 170px;
    width: auto;
    background: rgba(0, 20, 45, 0.85);
    padding: 35px 5px 5px;
    font-size: .9em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: none;
}

body #section-top .region-top-third #block-search-form {
    display: inline-block;
    vertical-align: bottom;
}

body #section-top .region-top-third .block-superhero-dropdown {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    min-height: 0;
}

body #section-top .region-top-third .block-superhero-dropdown .superhero-dropdown>ul>li>a {
    border-bottom-width: 1px;
    font-family: inherit;
    margin: 0;
    font-size: 12px;
    text-transform: none;
}

.lock-icn:before {
    content: "\e033";
    padding: 0 5px 0 0;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body #section-top .region-top-third input {
    background: rgba(200, 255, 255, 0.5) !important;
    color: #fff;
    width: 170px !important;
}

@media screen and (min-width: 791px) {
    body #section-header .superhero-dropdown>ul>li.home {
        width: 0;
        margin: 0;
        overflow: hidden;
    }
    body #section-header .superhero-dropdown>ul>li.login {
        display: none;
    }
    body #section-header .superhero-dropdown>ul>li.try {
        margin: 0;
        float: right;
        position: relative;
        left: 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    body #section-header .superhero-dropdown>ul>li.try>a {
        margin: 10px;
        padding: 10px 20px 10px;
        background: #F90;
        border: none;
        border-radius: 0;
        text-shadow: 0 1px 20px #600;
    }
    body .superhero-dropdown>ul li.try>ul {
        right: 0;
    }
}

@media screen and (max-width: 790px) {
    body #section-header .superhero-dropdown>ul>li {
        float: none;
        clear: both;
        margin: 0;
    }
    body #section-header .superhero-dropdown>ul>li>a {
        display: block;
        padding: 10px 20px;
        float: none;
        clear: both;
    }
    body .superhero-dropdown .menu-arrow {
        top: 0;
    }
    body #section-header .region-menu {
        height: 1px;
    }
    body #section-top .site-logo a {
        padding: 15px 20px 5px;
        margin-right: 40px;
    }
    body #section-top .site-logo a img {
        height: 20px;
        width: auto;
    }
    body #section-top .region-top-third {
        display: none;
    }
}


/*-------------submenu----------------*/

.region-submenu.navbar {
    margin: 0;
    min-height: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.region-submenu.navbar .container-fluid,
.region-submenu.navbar .container-fluid .navbar .menu {
    padding: 0;
    text-align: left;
}

.superhero-sticky.fixed.stack {
    z-index: 8;
    border-bottom: none;
}

.superhero-sticky.fixed.stack.padded {
    margin-top: 20px;
}

#section-submenu {
    background: rgba(230, 250, 255, 0.95);
    box-shadow: none;
}

.navbar .superhero-dropdown>.menu {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    box-shadow: none;
}

.navbar .superhero-dropdown>.menu:before,
.navbar .superhero-dropdown>.menu:after {
    content: " ";
    display: table;
}

.navbar .superhero-dropdown>.menu:after {
    clear: both;
}

.navbar .superhero-dropdown>.menu>li {
    float: none;
    margin: 0;
    padding: 0;
    clear: none;
    list-style: none;
    display: inline-block;
}

.navbar .superhero-dropdown>.menu>li>a {
    position: relative;
    display: block;
    padding: 15px 10px 5px;
    margin: 0 5px 0 0;
    line-height: 20px;
    border-bottom: 4px solid transparent;
}

.navbar .superhero-dropdown>.menu>li>a.active {
    border-color: #c60;
    color: #067;
    text-shadow: 0 1px 3px #fff;
}

.navbar .superhero-dropdown>.menu>li>a {
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar .superhero-dropdown>.menu>li>a:hover,
.navbar .superhero-dropdown>.menu>li>a.active {
    border-color: #29bcb8;
}

.navbar .superhero-dropdown>.menu>li>a:hover {
    background: rgba(255, 255, 255, 0.2);
}

hide#section-submenu .superhero-dropdown {
    float: none;
}

hide#section-submenu .navbar .menu>li.expanded>.menu {
    width: 525px;
    text-align: left;
}

hide#section-submenu .navbar .menu>li.expanded>.menu li {
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

hide#section-submenu .navbar .menu>li.expanded>.menu li a {
    padding: 5px 10px;
}

.superhero-dropdown .menu>.arrow {
    padding-right: 30px;
}

.superhero-dropdown .menu>.child a {
    padding-left: 30px;
    border: none;
}

.superhero-dropdown .menu>li>a.arrow:before,
.superhero-dropdown .menu>.arrow>a:before {
    content: "\25B6 ";
    right: 10px;
    display: block;
    position: absolute;
    line-height: 40px;
}

.superhero-dropdown .menu li .nolink {
    line-height: 30px;
    padding: 0 15px;
    display: block;
    font-size: 12px;
    color: #5d5d5d;
    background: rgba(0, 20, 45, 0.16);
}

#section-footer .menu-block-wrapper>ul.menu>li>ul.menu>li.social-li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}

#section-footer .menu-block-wrapper>ul.menu>li>ul.menu>li.social-li img {
    width: 26px !important;
    height: 26px !important;
}

#section-footer .menu-block-wrapper>ul.menu>li>ul.menu>li.social-li .social-link--twitter img {
    height: 21px !important;
}

#section-footer .menu-block-wrapper>ul.menu>li>ul.menu>li.social-li+li {
    margin-left: 5px !important;
}

.connect-menu ul.menu {
    text-align: left !important;
    padding-top: 10px !important;
}


/*-------------footer----------------*/

body #section-footer .container {
    border: none;
}

#section-footer .menu-block-wrapper ul.menu li {
    text-align: left;
}

#section-footer .menu-block-wrapper>ul.menu>li {
    float: left;
    min-height: 200px;
    min-width: 14.666666667%;
    max-width: 14.666666667%;
    margin: 0 1%;
}

#section-footer .menu-block-wrapper>ul.menu>li>a,
#section-footer .menu-block-wrapper>ul.menu>li>span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 100%;
    padding-left: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    display: block;
}

#section-footer .menu-block-wrapper>ul.menu>li>a:hover {
    color: rgba(255, 255, 255, 0.6);
}

#section-footer .menu-block-wrapper>ul.menu>li>ul.menu>li {
    display: block;
}

#section-footer .menu-block-wrapper li.show-in-header {
    display: none;
}

@media screen and (max-width: 790px) {
    #section-footer .menu-block-wrapper>ul.menu>li {
        float: none;
        clear: both;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 20px 20px;
        min-height: 75px;
    }
}


/*-------------slideshow-------------*/

body .section-showcase .block .block-title,
body #section-showcase .block .block-title {
    display: inline-block;
    box-shadow: none;
    padding: 10px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
}

body .section-showcase,
body #section-showcase {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: none;
}

body .view-id-latest_work .bx-wrapper .bx-prev,
body .view-id-latest_work .bx-wrapper .bx-next {
    top: 5px;
    bottom: 0;
    margin: 0;
    width: 657px;
    background: rgba(200, 235, 235, 0.75) !important;
    box-shadow: none;
}

body .view-id-latest_work .bx-wrapper .bx-next {
    box-shadow: none;
}

body .view-id-latest_work .bx-wrapper .bx-prev:hover,
body .view-id-latest_work .bx-wrapper .bx-next:hover {
    background: rgba(41, 188, 184, 0.67) !important;
}

body .view-id-latest_work .bx-wrapper .bx-controls-direction i.fa {
    display: block;
    position: absolute;
    right: 20px;
    vertical-align: middle;
    line-height: 2em;
    top: 50%;
    margin-top: -1em;
}

body .view-id-latest_work .bx-wrapper .bx-controls-direction .bx-next i.fa {
    right: auto;
    left: 20px;
}

body .bx-wrapper .bx-pager.bx-default-pager {
    position: relative;
    margin: 0;
    top: 0;
    display: inline-block;
    width: auto;
    padding: 15px 20px 5px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bx-wrapper .bx-viewport {
    overflow: visible !important;
    box-sizing: content-box;
    padding: 65px 0 0;
    margin-top: -70px;
}

.cards .panel-pane.pane-block.pane-webform {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: none;
    margin: 5px 5px 15px !important;
    padding: 10px !important;
}

.cards .panel-pane .panel-pane.pane-block.pane-webform {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: none;
    margin: none !important;
    padding: none !important;
}

.cards .pane-node,
.bx-wrapper .view-mode-slide {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #555555;
    box-shadow: none;
    margin: 5px 5px 15px !important;
    height: 140px;
    text-align: center;
}

no.cards .pane-node:hover,
no.bx-wrapper .view-mode-slide:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    opacity: .8;
}

.bx-wrapper .view-mode-slide a {
    display: inline-block;
    padding-top: 5px;
}

.bx-wrapper .view-mode-slide img {
    position: relative;
    top: 10px;
}

.cards .pane-node h4,
.bx-wrapper .view-mode-slide h4 {
    font-size: 17px;
    margin-top: 5px;
}

.panel-pane .bx-wrapper .bx-viewport {
    padding-top: 20px;
    margin: -20px 0 20px;
}

body .inside .panel-pane.view-id-latest_work .bx-wrapper .bx-prev,
body .inside .panel-pane.view-id-latest_work .bx-wrapper .bx-next,
body .panel-pane .view-id-latest_work .bx-wrapper .bx-prev,
body .panel-pane .view-id-latest_work .bx-wrapper .bx-next {
    border-radius: 0;
    box-shadow: none !important;
}

body .panel-pane .bx-wrapper {
    margin-bottom: 20px;
}

body .panel-pane .bx-wrapper .bx-controls {
    text-align: center;
}

body .panel-pane .bx-wrapper .bx-controls .bx-pager {
    border-radius: 0;
    box-shadow: none;
    top: 5px;
}

.card.pane-node,
.cards .pane-node {
    padding: 10px 10px 35px 100px;
    text-align: left;
    font-size: .9em;
    min-height: 165px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.bigger .card.pane-node,
.bigger.cards .pane-node,
.bigger .cards .pane-node {
    min-height: 190px;
}

.inline.cards {
    font-size: 0;
}

.inline.cards>div {
    font-size: 13px;
}

disable.inline.cards.center .node-teaser-alt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 120px;
}

.inline .card.pane-node,
.inline.cards .pane-node {
    display: inline-block;
    width: 31.3%;
    margin: 5px 1% 15px;
    vertical-align: top;
    font-size: 13px;
}

.center .card.pane-node,
.center.cards .pane-node {
    padding: 100px 10px 0px;
    text-align: center;
    min-height: 380px;
}

.center .card.pane-node .field-name-body,
.center.cards .pane-node .field-name-body {
    min-height: 175px;
    padding-bottom: 35px;
}

body div div.inline .panel-separator {
    display: none;
}

.cards.center .pane-node .field-name-field-forground {
    right: 5px;
}

.cards .pane-node.double-height {
    min-height: 336px;
}

.cards .pane-node .field-name-field-forground {
    position: absolute;
    left: 5px;
    top: 10px;
}

.cards .pane-node .pane-title,
.cards .panel-pane.pane-block.pane-webform .pane-title {
    margin: 0;
    padding: 0;
    font-size: 21px;
    position: relative;
    z-index: 2;
}

.cards .pane-node h4.sub {
    margin: 0;
    padding: 0 0 5px;
    font-size: 15px;
    position: relative;
    z-index: 2;
}

.cards .field.field.field-name-field-goto-link {
    position: absolute;
    font-size: 9px;
    line-height: normal;
    bottom: 5px;
    right: 5px;
    padding: 4px 14px;
}

.view .view-header .field.field.field-name-field-goto-link {
    position: static;
    font-size: 9px;
    line-height: 12px;
    padding: 5px;
}

.cards .pane-node .iframe {
    position: relative;
    padding: 10px;
    margin: 10px 0px -35px -100px;
}

.cards .pane-node .iframe p {
    display: block;
    margin: 0;
    line-height: 0;
    font-size: 0;
}

.cards .no-image .pane-node,
.cards .pane-node.no-image,
.pane-node.no-image.card,
.no-image .cards .pane-node {
    padding-left: 10px;
}

.no-image .cards .pane-node .field-name-field-forground {
    display: none;
}

iframe.newsletter-iframe {
    height: 225px;
}

.buttons.view-mode-compact {
    display: inline-block;
    width: 24%;
    text-align: center;
    line-height: 1.2em;
    margin-right: 1%;
    vertical-align: top;
    font-size: 95%;
}

.buttons.view-mode-compact .btn {
    padding: 2px;
    height: 28px;
    width: 28px;
    box-sizing: content-box;
    border-radius: 0;
    margin-bottom: 4px;
    box-shadow: none;
    border: 1px solid #ccc !important;
}

.buttons.view-mode-compact .btn:hover {
    background: #eee;
}

.buttons.view-mode-compact .btn:active {
    box-shadow: none;
    background: #eee;
}


/*-------------jquery ui tabs--------*/

body .ui-widget-content {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

body .ui-tabs {
    margin: 0;
    padding: 0;
    border: none;
    font-family: inherit;
    background: none;
}

body .ui-tabs .ui-tabs-nav {
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    overflow: hidden;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
}

body .ui-tabs .ui-tabs-nav>li {
    float: none;
    vertical-align: bottom;
    display: inline-block;
    margin: 0 0 0 5px !important;
    position: relative;
    background: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .ui-tabs .ui-tabs-nav>li.ui-tabs-active {
    margin: 0;
    padding: 0;
    z-index: 2;
    box-shadow: none !important;
    border-bottom: 1px solid #fff;
    background: #fff;
}

body .ui-tabs .ui-tabs-nav>li>a {
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 90%;
}

body .ui-tabs .ui-tabs-nav>li>a:hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

body .ui-tabs .ui-tabs-nav>li:first-child,
body .ui-tabs .ui-tabs-nav>li:first-child>a {
    border-top-left-radius: 15px;
}

body .ui-tabs .ui-tabs-nav>li:last-child,
body .ui-tabs .ui-tabs-nav>li:last-child>a {
    border-top-right-radius: 15px;
}

body .ui-tabs .ui-tabs-nav>li.ui-tabs-active a {
    color: #666;
}

body .ui-tabs .ui-tabs-nav>li.ui-tabs-active a:hover {
    background: #fff;
    box-shadow: none;
}

body .ui-tabs .ui-tabs-panel {
    padding: 15px 0;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: #fff;
    color: #333;
}

.tab-content .tab-pane.node-inline-tab-content>.content>.field {
    position: relative;
    z-index: 2;
    padding: 0px;
    left: 0;
    right: 0;
}

.tab-content .tab-pane.node-inline-tab-content {
    margin: 0;
    padding: 1em 20px 20px;
    line-height: normal;
    overflow: hidden;
    position: relative;
    min-height: 340px;
    text-align: center;
    color: #fff;
    background: rgba(135, 211, 210, 0.5);
    box-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 100, 125, 0.75), rgba(255, 255, 255, 0.5) -1px -1px 1px, #699 0 0 10px;
    font-size: 150%;
}

.tab-content .tab-pane.node-inline-tab-content a {
    text-shadow: 1px 1px 1px rgba(0, 100, 125, 0.75), rgba(255, 255, 255, 0.5) -1px -1px 1px, #fff 0 0 10px, #fff 0 0 30px, #fff 0 0 50px;
    color: #3c3c3c !important;
}

.tab-content .tab-pane.node-inline-tab-content .inline-tab-title {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 2px #045, 0 0 20px #6cc;
    font-size: 33px;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-body {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px 75px;
    font-size: 100%;
    z-index: 2;
}

.tab-content .tab-pane.node-inline-tab-content .field.field-name-field-company-reference>.field-items>.field-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 140px;
    padding: 10px;
    min-height: 155px;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-tab-title {
    display: none;
}

.tab-content .tab-pane.node-inline-tab-content .field.field-name-field-background-teaser {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    padding: 0;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-background-teaser img {
    width: 100%;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-company-reference>.field-items>.field-item {
    display: inline-block;
    text-align: center;
    width: 140px;
    padding: 10px;
    min-height: 155px;
    vertical-align: top;
}

.field-name-field-isdefault {
    display: none !important;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-forground {
    padding: 20px;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-company-reference .view-mode-slide {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: none;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-company-reference .view-mode-slide .field-name-title {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    box-shadow: none;
}

.tab-content .tab-pane.node-inline-tab-content>.content>.field.field-name-field-full-teaser-link {
    position: absolute;
    font-weight: bold;
    right: 0;
    left: 0;
    bottom: 20px;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-full-teaser-link a {
    display: inline-block;
    color: #333333 !important;
    padding: 2px 15px;
    border-radius: 0;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-quote-reference>.field-items>.field-item {
    width: 250px;
    font-size: 75%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
}

.tab-content .tab-pane.node-inline-tab-content .field-name-field-quote-reference .quoteBody {
    min-height: 100px;
}

.tab-content .tab-pane.node-inline-tab-content>.content>.field.field-name-field-forground {
    padding: 20px;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-left {
    padding-left: 50%;
    text-align: left;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-left .field-name-field-forground {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    text-align: right;
    padding: 20px;
    margin: 1em 0 0;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-left .inline-tab-title {
    text-align: left;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-left .field-name-field-company-reference>.field-items>.field-item {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-left>.content>.field.field-name-field-full-teaser-link,
.tab-content .tab-pane.node-inline-tab-content.css-styles-img-right>.content>.field.field-name-field-full-teaser-link {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-right {
    padding-right: 50%;
    text-align: right;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-right .field-name-field-forground {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    text-align: left;
    padding: 20px;
    margin: 1em 0 0;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-right .inline-tab-title {
    text-align: right;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-img-right .field-name-field-company-reference>.field-items>.field-item {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.tab-content .tab-pane.node-inline-tab-content.css-styles-hide-text .inline-tab-title,
.tab-content .tab-pane.node-inline-tab-content.css-styles-hide-text .field-name-field-goto-link {
    display: none;
}

.tab-box .pane-content {
    text-align: center;
}

.tab-box .pane-content .nav-pills {
    display: inline-block;
    background: #fff;
    margin: 1.75em 0 -1.75em;
    border-radius: 0;
    z-index: 3;
    position: relative;
    box-shadow: none;
}


/*-------------events----------------*/

.event-page .node-event {
    position: relative;
}

.event-page .node-event .group-header {
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.75);
    text-shadow: #fff 0 0 10px, #fff 0 1px 2px;
    padding: 10px;
    top: 10px;
    left: 10px;
}

.event-page .node-event .group-footer {
    position: absolute;
    top: 0;
}

.event-page .node-event .group-left,
.event-page .node-event .group-right {
    padding-top: 660px;
}

.node-event .action {
    margin-bottom: 10px;
}

.event-page .node-event .group-header .when {
    margin-top: 0px;
}

.event-page .show-date .date-display-single,
.event-page .node-event .group-header .when .date-display-single {
    font-size: inherit;
    display: block;
}

.event-page .field-type-addressfield .name-block {
    font-size: 15px;
    font-weight: bold;
}

.event-page div .date-display-single span {
    line-height: normal;
    font-weight: normal;
}

.event-page .sub-header .date-display-single,
.event-page .css-styles-span-all .date-display-single,
.event-page .track-columns .schedule-item .node-event-item .field-name-field-start-end-time,
.event-page .schedule-item .views-row:first-child .node-event-item .field-name-field-start-end-time,
.event-page .schedule-item .node-event-item.css-styles-left .field-name-field-start-end-time,
.event-page .css-styles-left .date-display-single {
    display: block;
}

.event-page .schedule-item {
    display: inline;
    position: static;
    font-size: 0;
}

.event-page .schedule-item .node-event-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding: 0 0 0 10px;
    width: 50%;
    float: none;
    clear: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

.event-page .schedule-item .node-event-item.css-styles-cols-3 {
    width: 33.3%;
}

.event-page .schedule-item .views-row:first-child .node-event-item {
    padding: 0;
}

.event-page .schedule-item .node {
    padding-bottom: 20px;
    min-height: 5em;
}

.event-page .schedule-item .field-name-field-keynote,
.event-page .schedule-item .field-name-field-start-end-time {
    position: absolute;
    left: -100px;
    top: 1px;
    width: 80px;
    text-align: right;
}

.event-page .schedule-item .field-name-field-keynote {
    top: 3.5em !important;
    color: #c60;
}

.event-page .schedule-item .node-event-item .field-name-field-start-end-time {
    display: none;
}

.event-page .schedule-item .event-track-all {
    clear: both !important;
    display: block !important;
    position: relative;
    width: 100% !important;
}

.event-page .schedule-item .event-track-all .track {
    display: none;
}

.event-page .schedule-item .event-track-all .field-name-field-start-end-time {
    display: block !important;
}

.event-page .schedule-item .node-event-item {
    position: relative;
}

.event-page.cols-4 .schedule-item .node-event-item {
    width: 25%;
}

.event-page.cols-3 .schedule-item .node-event-item {
    width: 33.3%;
}

.cols-4 .field-name-field-contact-reference .field-name-field-headshot {
    display: none;
}

.event-page .field-name-field-location-map {
    position: relative;
    z-index: 2;
}

.event-page .panel-schedule .pane-content {
    padding-left: 100px;
}

.event-page .track-columns .pane-content .schedule-item .node {
    width: 100%;
    float: none;
    clear: both;
    position: relative;
}

.css-styles-spacer .track,
.css-styles-spacer .field-name-title {
    display: none !important;
}

.node.event-type-z-other .field-name-field-event-type,
.node.event-type-juc .title.link-node {
    display: none;
}

.field-type-addressfield .name-block {
    font-weight: bold;
}

.field-name-field-contact-reference .field-name-field-headshot {
    float: left;
    margin: 10px 15px 0 0;
}

.field-name-field-contact-reference .field-name-field-headshot a {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid;
    display: block;
}

.field-name-field-contact-reference .contact-title {
    margin-bottom: 2px;
}


/*---*/


/*-------------price-list------------*/

.service-row {
    border: 1px solid rgba(0, 75, 100, 0.4);
    float: left;
    width: 100%;
    clear: both;
}

.service-row,
.service-row .views-field-field-plan {
    clear: both;
    text-shadw: 0 1px 2px #fff;
}

.service-row .views-field-field-plan,
.views-table tr {
    box-shadow: none;
    margin-bottom: 0;
    text-shadow: 0 1px 2px #fff;
    background: none;
}

no.service-row .views-field-field-plan {
    box-shadow: inset 0 200px 200px -200px rgba(255, 225, 150, 0.33);
}

.service-row .views-field-field-plan .entity {
    display: block;
    float: left;
    vertical-align: top;
    width: 25%;
    padding: 10px 10px 5px 10px;
    min-height: 100px;
}

.service-row .views-field-field-plan .entity h4,
.service-row .views-field-field-plan .entity .group-price-units {
    display: none;
}

.service-row .views-field-field-plan .entity:nth-child(even) {
    box-shadow: none;
}

no.service-row .views-field-field-plan .entity:nth-child(even) {
    box-shadow: none;
}

.service-row .views-field-title>strong {
    font-size: 120%;
    display: block;
    padding: 7px;
    position: relative;
    z-index: 2;
    background: #aee;
    text-shadow: 0 1px 1px #fff;
    border-bottom: 1px solid rgba(0, 75, 100, 0.4);
    margin-top: -1px;
    color: #378;
}

.service-row.views-row-last:nth-child(2) .views-field-title>strong {
    display: none;
}

.service-row .views-field-field-plan .field-name-field-plan-name,
.service-row .views-field-field-plan .field-name-field-price,
.service-row .views-field-field-plan .field-name-field-units,
.service-row .views-field-field-plan .field-name-field-users,
.service-row .views-field-field-plan .field-collection-view-links {
    display: none;
}

.service-row .views-field-field-plan .entity .field-name-field-feed-item-description ul {
    padding-left: 25px;
}

.service-row.views-row-first {
    border-bottom: 1px solid rgba(0, 75, 100, 0.4);
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    box-shadow: none;
}

.service-row.views-row-first .views-field-field-plan {
    box-shadow: none;
}

.service-row.views-row-first .views-field-field-plan .entity {
    min-height: 0;
    padding: 20px;
    position: relative;
}

.service-row.views-row-first .views-field-field-plan .entity:nth-child(even) {
    box-shadow: none;
}

.service-row.views-row-first .views-field-field-plan .field-name-field-plan-name {
    display: block;
    font-size: 150%;
    padding: 10px;
}

.service-row.views-row-first .views-field-field-plan .entity h4 {
    display: block;
    padding-bottom: 10px;
}

.service-row.views-row-first .views-field-title,
.service-row.views-row-first .views-field-field-plan .field-name-field-feed-item-description {
    display: none;
}

.service-row.views-row-first .views-field-field-plan .field-name-field-price,
.service-row.views-row-first .views-field-field-plan .field-name-field-units {
    display: inline-block;
}

.service-row.views-row-first .views-field-field-plan .field-name-field-units {
    font-size: 66.67%;
    font-weight: normal;
    margin-left: -0.25em;
}

.service-row.views-row-last {
    margin-bottom: 50px;
}

.service-row.views-row-2 {
    display: none;
}

.service-row.price .views-field-field-plan {
    text-align: center;
}

.service-row.price .views-field-field-plan .field-name-field-price,
.service-row.price .views-field-field-plan .field-name-field-units {
    display: inline-block;
}

.service-row.price.views-row-first .views-field-field-plan .field-name-field-price,
.service-row.price.views-row-first .views-field-field-plan .field-name-field-units {
    display: none;
}

.service-row.price .views-field-field-plan .entity {
    min-height: 0px;
    padding: 20px;
    font-size: 150%;
    width: 33.3%;
}

.service-row.price.views-row-first .views-field-field-plan .entity {
    font-size: 1em;
}

.service-row .views-field-field-plan .entity .group-price-units {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 15px;
}

.service-row.views-row-first .views-field-field-plan .entity .group-price-units {
    display: block;
}

.service-row.views-row-first .views-field-field-plan .entity:first-of-type .group-price-units span {
    display: none;
}

.service-row.views-row-first .views-field-field-plan .entity:first-of-type .group-price-units:before {
    content: '2 weeks free';
}

.views-table {
    width: 100%;
}

.view-footer .views-table {
    margin-top: 20px;
}

.views-table th {
    font-size: 125%;
}

.views-table .views-field {
    padding: 2px;
}

.views-field.plan-price .entity,
.views-field.plan-price .field-name-field-price,
.views-field.plan-price .field-name-field-units {
    display: inline-block;
    clear: none;
}

.views-field.plan-price .field-name-field-units {
    font-size: 90%;
    color: #999;
    margin-left: -0.25em;
    display: none;
}

.views-field.plan-price .entity {
    width: 20%;
}


/* whitepapers */

.whitepapers .group-left {
    width: 15%;
}

.whitepapers .group-right {
    width: 85%;
}

.whitepapers img {
    border: solid 1px #ccc;
}


/* free trial centering removal */

.no-center .field-name-body {
    text-align: left;
}


/* Customer Stories */

.customer-stories-row {
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
}

.customer-stories-row img {
    margin-bottom: 20px;
}


/* Products -- going bestial on the panels */

#mini-panel-jenkins_options .panels-flexible-region-jenkins-xcvbx,
#mini-panel-jenkins_options .panels-flexible-region-jenkins-asdf,
#mini-panel-jenkins_options .panels-flexible-region-jenkins-center {
    width: 48% !important;
    margin-left: 2% !important;
    /*background: #dadada;*/
}

.panels-flexible-region-jenkins-asdf {
    background-color: #008996;
}

.panels-flexible-region-jenkins-xcvbx {
    background-color: #008996;
}

.panels-flexible-region-jenkins-center {
    background-color: #008996;
}

.section-strapline .panels-flexible-region {
    border-radius: 0;
}

.front #quicktabs-homepage_tab_carousel .quicktabs-tabs {
    z-index: 5 !important;
    overflow: hidden;
}

#block-views-careers-block {
    margin-top: 0;
}

@media only screen and (max-width: 480px) {
    .panels-flexible-511-inside .card {
        width: 100%;
    }
}

@media only screen and (max-width: 950px) {
    .panels-flexible-511-inside .card {
        width: 50%;
    }
}

.panels-flexible-region-155-callout {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 1.5em;
}

.field-name-field-registration-url a {
    padding: .5em 1em;
    border-radius: 0;
    display: inline-block;
    font-size: 1.2em;
    background-color: #29BCB8 !important;
    color: #fff !important;
    margin-top: .67em;
    margin-bottom: 4px;
    box-shadow: none;
    border: 1px solid #ccc !important;
    text-shadow: none !important;
}

.field-name-field-registration-url a:hover {
    background: #29e1dd;
}

.field-name-field-registration-url a:active {
    box-shadow: none;
}


/* Homepage Alerts */

.node-homepage-alert>h3 {
    display: none;
}

.block+#block-quicktabs-homepage-tab-carousel {
    margin-top: 0;
}

.view-homepage-alerts>.view-content {
    padding: 20px !important;
    max-width: 960px;
    margin: 0 auto;
}

.view-homepage-alerts p {
    padding: 0 !important;
    margin: 0 !important;
}

.view-homepage-alerts {
    display: none;
    color: #323232;
    font-size: 1.33em;
    line-height: 1.3;
    background: #b0d4e3;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwZDRlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OGJhY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0d4e3), color-stop(100%, #88bacf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b0d4e3 0%, #88bacf 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d4e3', endColorstr='#88bacf', GradientType=0);
    /* IE6-8 */
}

.view-homepage-alerts a {
    color: #161616 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

.view-homepage-alerts .carousel .item {
    -webkit-transition: opacity 1.33s ease-in-out, left 1s ease-in-out;
    -moz-transition: opacity 1.33s ease-in-out, left 1s ease-in-out;
    -ms-transition: opacity 1.33s ease-in-out, left 1s ease-in-out;
    -o-transition: opacity 1.33s ease-in-out, left 1s ease-in-out;
    transition: opacity 1.33s ease-in-out, left 1s ease-in-out;
}

.view-homepage-alerts .carousel .active.left {
    opacity: 0;
    z-index: 2;
}

.view-homepage-alerts .carousel .next {
    opacity: 1;
    z-index: 1;
}

.region-page-bottom>iframe {
    display: none;
}

.webform-client-form input,
.webform-client-form select,
.webform-client-form textarea {
    max-width: 100%;
}

.webform-client-form label {
    font-size: 100%;
    font-weight: bold;
    display: block;
}

.webform-component .form-text.form-email {
    padding: 2px;
    height: 2em;
}

.view-office-locations .views-row+.views-row {
    margin-top: 2em;
}

@media screen and (max-width: 600px) {
    .panelizer-view-mode.node-page .panels-flexible-region,
    .panelizer-view-mode.node-iframe-form .panels-flexible-region,
    .panelizer-view-mode.node-article .panels-flexible-region {
        float: none;
        width: 100%;
    }
}

.css-styles-no-time .field-name-0filed-start-end-time {
    display: none;
}

.panels-flexible-region-156-callout-inside>.panel-pane {
    padding: 18px 12px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: none;
    background: rgba(233, 235, 255, 0.33);
}

.panels-flexible-region-156-callout-inside h2.pane-title {
    margin-top: 0;
}

.panels-flexible-region-156-callout-inside h4:last-child {
    margin-bottom: 0;
}

.cb-btn {
    display: inline-block;
    padding: .67em 2em;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-radius: 0;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-decoration: none !important;
    -webkit-transition: background-image 0.15s ease-in-out;
    -moz-transition: background-image 0.15s ease-in-out;
    -ms-transition: background-image 0.15s ease-in-out;
    transition: background-image 0.15s ease-in-out;
}

div#block-views-press-releases-block-1 {
    margin-left: 27px;
    margin-right: 27px;
}

div.view-display-id-collapsible_archive h3,
div.view-grouping-header {
    cursor: pointer;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    padding: 6px 0;
}

div.view-display-id-collapsible_archive ul {
    list-style: none;
    width: 160px;
    /* prevents slide jump in jQuery - modify as needed */
}

div.view-display-id-collapsible_archive ul li {
    background: none;
    line-height: 130%;
    padding: 3px 0 5px;
}

.view-display-id-collapsible_archive .view-grouping-content {
    margin-left: 20px;
}


/* JUC LANDING STYLE OVERRIDES */

.page-company-events-juc .filter-right .view-header {
    margin-bottom: 0;
}

.page-company-events-juc .filter-right .view-header .view-content {
    margin-bottom: 30px;
}

.section-strapline .jenkins .pane-node.product-panel--on-premise {
    background: url('/sites/all/themes/me/images/premise_bkgd.jpg') no-repeat right bottom;
}

.section-strapline .jenkins .pane-node.product-panel--cloud {
    background: url('/sites/all/themes/me/images/cloud_bkgd.jpg') no-repeat;
}

.section-strapline .jenkins .pane-node.product-panel {
    background-size: cover;
}

tbody th {
    border-bottom: none;
    padding-top: 1em;
}

#section-footer .nolink {
    display: none;
}

.node-type-product-template-1 #section-content>.container,
.node-type-landing-page #section-content>.container {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.node-type-product-template-1 h1.title,
.node-type-product-template-1 h2.pane-title,
.node-type-product-template-1 .field-label,
.node-type-product-template-1 .panelizer-view-mode>h2,
.node-type-product-template-1 .panel-separator,
.node-type-landing-page h1.title,
.node-type-landing-page h2.pane-title,
.node-type-landing-page .field-label,
.node-type-landing-page .panelizer-view-mode>h2,
.node-type-landing-page .panel-separator,
.node-landing-call-to-action-panel>h3 {
    display: none;
}

.node-landing-call-to-action-panel,
.group-cta-panel {
    padding: 20px 20px 40px !important;
    background-color: #6D6B6D;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.field-name-field-icon-section-intro,
.node-landing-call-to-action-panel>*,
.group-cta-panel>* {
    margin: 0 auto;
    max-width: 940px;
}

.node-type-product-template-1 .view-landing-slider,
.node-type-product-template-1 .field-name-field-wysiwyg-text,
.node-type-product-template-1 .field-name-field-landing-slider,
.node-type-product-template-1 .node-landing-icon-section,
.node-type-landing-page .view-landing-slider,
.field-name-field-icon-sets,
.node-type-landing-page .field-name-field-wysiwyg-text,
.node-type-landing-page .field-name-field-landing-slider,
.node-type-landing-page .node-landing-icon-section {
    margin: 0 auto !important;
    padding: 10px 20px 20px !important;
    max-width: 940px !important;
}

.node-type-product-template-1 .field-name-field-icon-sets {
    max-width: 660px !important;
}

.group-cta-panel {
    clear: both;
}

.node-type-product-template-1 .group-cta-panel {
    min-height: 320px;
}

.group-cta-panel .field-name-field-image,
.node-landing-call-to-action-panel .field-name-field-media,
.group-cta-panel .field-name-field-media {
    margin: 0 auto .67em;
    width: 60%;
}

.node-type-product-template-1 .node-landing-icon-section h2,
.node-type-landing-page .node-landing-icon-section h2 {
    font-weight: bold;
}

.node-type-product-template-1 .node-landing-icon-section .file-image,
.node-type-landing-page .node-landing-icon-section .file-image {
    text-align: center;
    margin-bottom: 1em;
}

.node-landing-call-to-action-panel .field-name-field-headlinetext,
.group-cta-panel .field-name-field-headlinetext {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 1em;
}

.node-landing-call-to-action-panel .field-name-field-featured-client-headline,
.group-cta-panel .field-name-field-featured-client-headline,
.field-name-field-cta-promos-headline {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin: 0 auto .75em;
    padding-top: 1.33em;
}

.node-landing-call-to-action-panel .field-name-field-featured-client-descriptio,
.group-cta-panel .field-name-field-featured-client-descriptio {
    margin-bottom: 1em;
}

.field-name-field-cta-promos {
    text-align: center;
}

.field-name-field-top-cta-links,
.field-name-field-hp-car-cta-link,
.field-name-field-button-s- {
    clear: both;
    padding-top: 2em;
    text-align: center;
}

.field-name-field-hp-car-cta-link .field-item,
.field-name-field-top-cta-links .field-item,
.field-name-field-button-s- .field-item {
    display: inline-block;
}

.field-name-field-top-cta-links {
    margin-bottom: 2em;
}

.field-name-field-hp-car-cta-link .field-item+.field-item,
.field-name-field-top-cta-links .field-item+.field-item,
.field-name-field-button-s- .field-item+.field-item {
    margin-left: 2em;
}

.region.region-top-third.col-xs-6.col-sm-4.col-md-4.col-lg-4 {
    z-index: 1000;
}

.region.region-top-fourth.col-xs-6.col-sm-4.col-md-4.col-lg-4 {
    position: absolute;
    top: -7px;
    right: 2px;
    text-align: right;
    padding-right: 0;
}

.region.region-top-fourth.col-xs-6.col-sm-4.col-md-4.col-lg-4 button {
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    height: 36px;
    border: none !important;
}

.front .group-text-and-callout .field-name-field-hp-car-cta-link a,
.region.region-top-fourth.col-xs-6.col-sm-4.col-md-4.col-lg-4 button,
.field-name-field-hp-car-cta-link a,
.field-name-field-top-cta-links a,
.field-name-field-button-s- a {
    color: #fff !important;
    font-size: 21px;
    display: inline-block;
    background-color: #0097b4;
    font-weight: 500;
    padding: 22px 20px 20px;
    border: none;
    line-height: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.front .group-text-and-callout .field-name-field-hp-car-cta-link a:hover,
.region.region-top-fourth.col-xs-6.col-sm-4.col-md-4.col-lg-4 button:hover,
.field-name-field-hp-car-cta-link a:hover,
.field-name-field-top-cta-links a:hover,
.field-name-field-button-s- a:hover {
    background-color: #006c81;
}

.region.region-top-fourth.col-xs-6.col-sm-4.col-md-4.col-lg-4 button {
    padding: 18px;
}

@media (max-width: 365px) {
    .region.region-top-fourth.col-xs-6.col-sm-4.col-md-4.col-lg-4 button {
        font-size: 18px;
        padding: 10px 12px;
        width: 130px;
    }
}

@media (max-width: 790px) {
    .region.region-top-fourth.col-xs-6.col-sm-4.col-md-4.col-lg-4 {
        top: 8px;
    }
}

@media (max-width: 335px) {
    .region.region-top-fourth.col-xs-6.col-sm-4.col-md-4.col-lg-4 button {
        font-size: 17px;
        padding: 10px;
        width: 110px;
    }
}

@media (min-width: 768px) {
    .field-collection-item-field-landing-slider .field-name-field-media {
        float: right;
        width: 48%;
    }
    .field-collection-item-field-landing-slider .field-name-field-rich-text {
        float: left;
        width: 48%;
    }
    .node-landing-call-to-action-panel {
        padding: 40px 15px !important;
    }
    .field-name-field-cta-promos>.field-items>.field-item {
        width: 33.3%;
        display: inline-block;
        padding: 10px 20px 40px !important;
    }
    .field-name-field-icon-sets>.field-items>.field-item {
        width: 33.3%;
        float: left;
        padding: 0px 20px 20px !important;
    }
    .field-name-field-featured-client-descriptio {
        display: inline-block;
        float: left;
        width: 48%;
    }
    .field-name-field-featured-client-video,
    .field-name-field-featured-client-image {
        display: inline-block;
        float: right;
        width: 48%;
    }
    .node-type-product-template-1 .field-name-field-featured-client-descriptio {
        float: right;
        clear: right;
    }
    .node-type-product-template-1 .field-name-field-featured-client-video,
    .node-type-product-template-1 .field-name-field-featured-client-image {
        float: left;
        clear: left;
    }
    .field-name-field-featured-client-descriptio:after,
    .field-name-field-featured-client-video:after,
    .field-name-field-featured-client-image:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        height: 0;
    }
    .field-name-field-featured-client-video+*,
    .field-name-field-featured-client-image+* {
        clear: both;
    }
}


/*
* 	Owl Carousel Owl Demo Theme
*	v1.23
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    font-weight: bold;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #29bcb8;
    filter: alpha(opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

#owl-demo .owl-item>div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
}

#owl-demo .owl-item>div {
    background: #42bdc2;
    text-align: center;
    padding: 50px 0px;
    margin: 3px;
    color: white;
    font-size: 32px;
    border: 1px white;
}

.wrapper-with-margin {
    margin: 0px 50px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -60px;
    top: 48%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -60px;
    top: 48%;
}

.field-collection-item-field-icon-sets .field-name-field-media {
    text-align: center;
    margin-bottom: 1em;
}

.field-name-field-icon-sets:after,
.wrap-featured-client:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.node-type-product-template-1 .wrap-featured-client:after {
    clear: none;
}

.field-name-field-icon-section-intro {
    margin-top: 4em;
}

.owl-carousel .field-name-field-rich-text {
    margin-top: 4em;
}


/* TEAM EDITION STEPS */

.team-edition-steps-main-content-container {
    margin-bottom: 30px;
}

.team-edition-steps-container {
    margin-bottom: 30px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.team-edition-steps-container h2 {
    text-align: center;
}

.team-edition-steps-circle-container {
    margin-right: auto;
    margin-left: auto;
}

.team-edition-steps-column-container {
    clear: both;
}

.team-edition-number-circle-content {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 100px;
}

.team-edition-number-circle-container {
    float: left;
    position: relative;
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
}

.team-edition-number-circle {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    padding: 26px 0 26px 0;
    background: #29bcb8;
    border: 1px solid #29bcb8;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
}

.team-edition-number-circle-circle-container {
    width: 80px;
    float: left;
}

@media screen and (min-width: 500px) and (max-width: 780px) {
    .team-edition-number-circle-container:nth-child(2n+2) {
        margin-right: 0;
    }
    .team-edition-number-circle-container:nth-child(2n+3) {
        clear: left;
    }
    .team-edition-steps-container {
        width: 100%;
    }
    .team-edition-number-circle-container {
        width: 50%;
    }
}

.team-edition-steps-left-column-title {
    clear: both;
}

@media screen and (max-width: 500px) {
    .team-edition-number-circle-container:nth-child(1n+1) {
        margin-right: 0;
    }
    .team-edition-number-circle-container:nth-child(1n+2) {
        clear: left;
    }
    .team-edition-steps-container {
        width: 100%;
    }
    .team-edition-number-circle-container {
        width: 100%;
    }
}

@media screen and (min-width: 780px) {
    .team-left-column,
    .team-right-column,
    .team-edition-steps-left-column-title {
        width: 47%;
    }
    .team-left-column {
        float: left;
        margin-right: 5%;
    }
    .team-right-column {
        float: right;
    }
}

@media screen and (max-width: 780px) {
    .team-left-column,
    .team-right-column {
        width: 100%;
        clear: both;
    }
}


/* Events View */

.page-company-events .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
}

.page-company-events .block-system .col-lg-3 {
    min-width: 160px;
}

.page-company-events .block-system .col {
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.page-company-events .views-exposed-widget {
    margin-right: 40px;
}

#edit-field-event-type-tid-wrapper>label,
#edit-date-wrapper>label,
#edit-field-event-region-tid-wrapper>label {
    display: none;
}

.page-company-events .block-system .filter-right .view-content {
    min-width: 100%;
    padding-right: 0 !important;
}

.page-company-events .block-system .col-lg-3 a.content-path {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.page-company-events .block-system .filter-right .view-content .views-field.views-field-field-event-type {
    padding-bottom: 20px;
}

.page-company-events .block-system .col-lg-3 .taxonomy-term.vocabulary-event-type {
    min-height: 70px;
}

.page-company-events .block-system .col-lg-3 .taxonomy-term.vocabulary-event-type a {
    display: block;
}

.page-company-events .block-system .col-lg-3 #taxonomy-term-1531,
.page-company-events .block-system .col-lg-3 #taxonomy-term-996,
.page-company-events .block-system .col-lg-3 #taxonomy-term-986,
.page-company-events .block-system .col-lg-3 #taxonomy-term-991,
.page-company-events .block-system .col-lg-3 #taxonomy-term-1746 {
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin-top: 20px;
}

.page-company-events .block-system .col-lg-3 #taxonomy-term-1531 {
    background-image: url("/sites/all/themes/custom/cb_2016rev2/images/events/icons/calendar.png");
    background-size: 80px 71px;
}

.page-company-events .block-system .col-lg-3 #taxonomy-term-996 {
    background-image: url("/sites/all/themes/custom/cb_2016rev2/images/events/icons/CB_bee.png");
    background-size: 100px 37px;
}

.page-company-events .block-system .col-lg-3 #taxonomy-term-986 {
    background-image: url("/sites/all/themes/custom/cb_2016rev2/images/events/icons/jenkins-blue.png");
    background-size: 80px 80px;
}

.page-company-events .block-system .col-lg-3 #taxonomy-term-991 {
    background-image: url("/sites/all/themes/custom/cb_2016rev2/images/events/icons/webinar.png");
    background-size: 80px 80px;
}

.page-company-events .block-system .col-lg-3 #taxonomy-term-1746 {
    background-image: url("/sites/all/themes/custom/cb_2016rev2/images/events/icons/meetup.png");
    background-size: 80px 54px;
}

.page-company-events .block-system .col-lg-3 {
    margin: 23px;
    padding: 0;
    background-color: #fff;
    text-align: center;
    width: 85%;
    height: 310px;
    box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.page-company-events .block-system .col-lg-3 .views-field.views-field-field-registration-url {
    margin-top: 58px;
}

.page-company-events .block-system .col-lg-3 a.registration.ext {
    background-color: #0097b4;
    padding: 15px 20px 11px;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    position: absolute;
    z-index: 8;
    left: 50%;
    margin-left: -40%;
    width: 81%;
    bottom: 20px;
}

.page-company-events .block-system .col-lg-3 a.registration.ext:hover {
    background-color: #00829b;
}

.page-company-events .block-system .col-lg-3 span.ext {
    display: none;
}


/* Product Template 1 */

.node-type-product-template-1 .field-name-field-icon-sets>.field-items>.field-item {
    padding: 0 !important;
    width: 100%;
}

.node-type-product-template-1 .field-name-field-icon-sets>.field-items>.field-item.even {
    clear: left;
    float: left;
}

.node-type-product-template-1 .field-name-field-icon-sets>.field-items>.field-item.odd {
    clear: right;
    float: right;
}

.node-type-product-template-1 .field-name-field-icon-sets .field-item.even .field.field-name-field-media {
    clear: left;
    float: left;
}

.node-type-product-template-1 .field-name-field-icon-sets .field-item.odd .field.field-name-field-media {
    clear: right;
    float: right;
}

.node-type-product-template-1 .field-name-field-icon-sets .field-item.even .field.field-name-field-media,
.node-type-product-template-1 .field-name-field-icon-sets .field-item.odd .field.field-name-field-media {
    margin: 15px 0 60px 0;
}

.node-type-product-template-1 .field-name-field-icon-sets .field-name-field-rich-text {
    margin: 30px 0;
    width: 98%;
    position: relative;
    padding: 0;
}

.node-type-product-template-1 .field-name-field-icon-sets .field-item.even .field-name-field-rich-text {
    clear: right;
    left: 25px;
}

.node-type-product-template-1 .field-name-field-icon-sets .field-item.odd .field-name-field-rich-text {
    clear: left;
}

@media (min-width: 480px) {
    .page-company-events .block-system .col-lg-3 {
        width: 40%;
    }
    .node-type-product-template-1 .field-name-field-icon-sets>.field-items>.field-item {
        height: 200px;
    }
}

@media (min-width: 580px) {
    .node-type-product-template-1 .field-name-field-icon-sets>.field-items>.field-item {
        min-height: 150px;
    }
}

@media (min-width: 768px) {
    .page-company-events .block-system .col-lg-3 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .node-type-cjp-trials .jumbotron .col-lg-8 {
        width: 57%;
    }
    .node-type-cjp-trials .jumbotron .trials-sidebar-container {
        width: 455px;
    }
}

.docker-selection-button .panel {
    padding: 12px;
    min-height: 115px;
}

.docker-selection-button.active .panel {
    background-color: #29bcb8;
    color: #ffffff;
}

.docker-selection-button.active .docker-selection-button-title {
    font-weight: bold;
}

.docker-selection-button-title input {
    margin-right: 10px;
    font-weight: bold;
}

.docker-selection-button-title {
    font-weight: bold;
}

.docker-selection-button-subhead {
    margin-top: 5px;
}

.docker-selection-button-content {
    margin-top: 10px;
}

.docker-sidebar2-title h3 {
    margin-top: 0;
}

.docker-sidebar2-container.call-box {
    padding: 10px 20px 20px 20px;
    margin-top: 30px;
}

.initially-hidden {
    display: none;
}

.docker-sidebar1-content ul li:before {
    content: "\2713\0020";
}

.docker-sidebar1-content ul {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.display-inline {
    display: inline;
}

.display-flex {
    @include display(flex);
}

.m-b-2 {
    margin-bottom: 20px;
}

.m-b-3 {
    margin-bottom: 30px;
}

.m-b-4 {
    margin-bottom: 40px;
}

.m-t-2 {
    margin-top: 20px;
}

.m-t-3 {
    margin-top: 30px;
}

.m-t-4 {
    margin-top: 40px;
}

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    color: #335061;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    font-weight: 300;
}

body {
    color: #6D6B6D;
}

h2,
h3 {
    color: #6D6B6D;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.ui-widget-content a {
    color: #80aec2;
}

.ui-widget-content a:hover,
.ui-widget-content a:focus {
    color: #1b7d7b;
}

.container {
    max-width: 1170px !important;
}

.navbar.container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.navbar.container {
    margin-top: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

body {
    background-color: #ffffff;
}

.header-container {
    width: 100%;
    border-bottom: 10px solid #d53734;
}

.page-header {
    margin-top: 10px;
}

.homes-banner-button:before,
.homes-banner-button:after {
    content: " ";
    display: table;
}

.homes-banner-button:after {
    clear: both;
}

.homes-banner-button:before,
.homes-banner-button:after {
    content: " ";
    display: table;
}

.homes-banner-button:after {
    clear: both;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}


/* HOME SIMPLIFIED */

.background-dark {
    background: #0097B4;
}

.background-white {
    background: #ffffff;
}

.background-header-light-blue {
    background: #1997B5;
}

.homes-banner-image {
    color: white;
    margin-top: -1px;
}

.homes-banner-image h1 {
    font-size: 36px;
    margin-bottom: 0;
}

.homes-banner-image h4 {
    margin-bottom: 20px;
}

.homes-featured-items h3 {
    margin-top: 0;
    color: #1c6499;
}

.homes-highlight-items h3 {
    margin-top: 0;
    color: #1c6499;
}

.homes-highlight-items h1 {
    text-align: center;
    font-size: 36px;
    color: #646464;
    margin-top: 0;
    margin-bottom: 40px;
}

.homes-highlight-items .row {
    margin-bottom: 60px;
}

.homes-highlight-items a {
    text-decoration: none;
}

.homes-highlight-items a:hover {
    text-decoration: none;
}

.node-type-home-simplified .jumbotron p {
    font-size: 14px;
}

.jumbotron.footer-container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-top: 1px solid #f5f5f5;
}

.jumbotron.footer-container p {
    font-size: 14px;
}

.jumbotron.banner-container {
    background: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.jumbotron .container:not(.container.regular-container) {
    max-width: 100%;
}

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

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

.field-name-field-hp-car-cta-link a {
    text-decoration: none;
}

.field-name-field-hp-car-cta-link a:hover {
    text-decoration: none;
}

.field-name-field-top-cta-links a {
    text-decoration: none;
}

.field-name-field-top-cta-links a:hover {
    text-decoration: none;
}

button[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-search button[type="submit"] {
    margin-top: 0;
    border-radius: 4px;
}


/* MAIN NAV */


/* Third Level Menus */

.menu-block-wrapper.menu-name-menu-juc {
    float: right;
}

.nav .open>a.active,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #335061;
    border-color: #ffffff;
}

.nav>li {
    display: inline-block;
}

.nav>li .dropdown-menu>li {
    background: transparent;
}

.nav>li .dropdown-menu>li>a {
    color: #335061;
    background: #ffffff;
    padding: 15px 10px;
}

.nav>li.dropdown.open {
    background: #fff;
    color: #ffffff;
}

@media (max-width: 991px) {
    .nav-caret {
        display: none !important;
    }
}

.nav-caret {
    position: relative;
    top: 1px;
    left: 3px;
}

.nav>li .caret {
    display: none;
}

.nav .open>a {
    background-color: #f5f5f5;
}

.nav>li a {
    color: #6D6B6D;
    text-decoration: none;
    background: transparent;
}

.navbar #block-search-form {
    float: right;
    /* margin: 15px 0 0px 75px; */
    margin: 1% 0% 0% 3%;
    position: fixed;
}

.header-container-nav .nav>li>a:hover,
.header-container-nav .nav>li>a.active-trail,
.header-container-nav .nav>li>a.active {
    border-bottom: 4px solid #fff;
    text-decoration: none;
    padding-bottom: 11px;
}

.header-container-nav .nav>li .dropdown-menu>li {
    padding: 0px 0px;
}

.header-container-nav .nav>li .dropdown-menu>li.last {
    border-bottom: none;
}

.header-container-nav .nav>li .dropdown-menu>li>a:hover,
.header-container-nav .nav>li .dropdown-menu>li>a:focus,
.header-container-nav .nav>li .dropdown-menu>li>a.active {
    color: #fff;
    text-decoration: none;
    background-color: #0097b4;
}

.header-container-nav .dropdown-menu {
    padding: 0;
}

.nav>li>a {
    text-decoration: none;
    padding-left: 0;
    padding-right: 20px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer .nav>li>a {
    padding-bottom: 4px;
}

.nav>li.home>a {
    padding-right: 0;
    margin-right: 0;
}

.nav>li a:hover {
    color: #6D6B6D;
    text-decoration: none;
    background: #fff;
}

.nav>li.active-trail a.active-trail,
.nav>li.active a {
    font-weight: normal;
}

.nav>li:hover {
    background: none;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
}

.navbar.container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar .show-in-footer {
    display: none;
}

.navbar .home {
    display: none;
}

.navbar .login {
    display: none;
}

.navbar .nav>li.active-trail a.active-trail,
.navbar .nav>li.active a {
    font-weight: normal;
}

.navbar-header {
    width: 100%;
}

body input[type="search"] {
    height: 2.45em;
    padding-left: 10px;
    background: rgba(230, 234, 238, 0.4);
}

.utility-container {
    float: right;
    width: 100%;
    padding-top: 0px;
}

.utility-container ul li {
    display: inline-block;
    text-decoration: none;
}

.utility-container .utility-links {
    float: right;
    font-size: 12px;
}

.utility-container .utility-links a {
    color: #646464;
    text-decoration: none;
}

.utility-container .utility-links a:hover {
    text-decoration: none;
    color: #646464;
}

.utility-container .utility-links a:visited,
.utility-container .utility-links a:active {
    text-decoration: none;
    color: #646464;
}

.utility-container .utility-links a.btn,
.utility-container .utility-links a.btn:hover {
    text-decoration: none;
    color: #ffffff;
}

.utility-container .utility-links li {
    margin-right: 20px;
}

.btn a {
    text-decoration: none;
}

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

.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*FOOTER MENU */

.region-footer-first .show-in-header {
    display: none;
}

.region-footer-first .dropdown-menu {
    display: block;
    padding-right: 40px;
    position: relative;
    top: -2px;
    color: #ffffff;
    border: none;
    box-shadow: none;
    background: none;
}

.region-footer-first .dropdown-menu a {
    color: #ffffff;
    background: #335061;
}

.region-footer-first .nav {
    background: #fff;
    color: #6D6B6D;
}

.region-footer-first .nav .open>a {
    background-color: #fff;
}

.region-footer-first .nav>li a {
    color: #ffffff;
    text-decoration: none;
    background: transparent;
}

.region-footer-first .nav>li a:hover {
    color: #6D6B6D;
    text-decoration: none;
    background: #fff;
}

.footer-container .nav>li .dropdown-menu>li>a {
    background: #fff;
    color: #6D6B6D;
    text-decoration: none;
    padding: 3px 0;
}

.footer-container .nav>li .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #335061;
}

.footer-container .nav>li .dropdown-menu>li>a .dropdown-menu {
    background-color: none;
}

.footer-container .connect-menu .nolink {
    padding-top: 15px;
    padding-bottom: 4px;
    display: block;
    padding-left: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

.footer-container .menu-block-wrapper>ul.menu>li {
    /* float: left;
  min-height: 200px;
  min-width: 12%; */
    max-width: 17%;
    margin: 0 1%;
}

.footer-container .menu-block-wrapper>ul.menu>li>a {
    color: #6D6B6D;
    padding-left: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    display: block;
    font-weight: 900;
}

.footer-container .menu-block-wrapper>ul.menu>li>ul.menu>li.social-li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 0 0 1px !important;
}

.footer-container .menu-block-wrapper>ul.menu>li>ul.dropdown-menu>li.social-li+li {
    margin-left: 1px !important;
}

.footer-container .menu-block-wrapper>ul.menu>li>ul.dropdown-menu>li.social-li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-container .menu-block-wrapper>ul.menu>li>ul.dropdown-menu>li.social-li img {
    width: 26px;
    height: 26px;
}

.footer-container .menu-block-wrapper>ul.menu>li>a {
    white-space: nowrap;
}

.footer-container .dropdown-menu>li>a {
    white-space: normal;
}

.footer {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.main-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.node-type-home-simplified .main-container {
    padding-top: 0;
    padding-bottom: 0;
}

.region-sidebar-first ul.menu {
    box-shadow: none;
    background: none;
}

.region-sidebar-first .nav>li {
    display: block;
}

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.region-sidebar-first .nav>li a {
    color: #335061;
    text-decoration: none;
    background: none;
    white-space: normal;
}

.region-sidebar-first ul.menu li a:hover {
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
}

.region-sidebar-first .menu-block-wrapper li.active-trail>ul.dropdown-menu {
    display: block;
    position: relative;
    background: none;
    box-shadow: none;
    border: none;
    z-index: 1;
}

.region-sidebar-first .menu-block-wrapper .nav>li .dropdown-menu>li>a {
    background: none;
    white-space: normal;
    font-size: 12px;
    text-decoration: none;
}

.region-sidebar-first .menu-block-wrapper .nav>li .dropdown-menu>li>a:hover {
    color: #105f72;
}

.region-sidebar-first .menu-block-wrapper .nav>li .dropdown-menu>li {
    background: none;
}

.region-sidebar-second .call-box .block-contents {
    margin-left: 10px;
}

.region-sidebar-second .call-box .view-content {
    margin-left: 10px;
}

.region-sidebar-second .call-box h3 {
    margin-top: 10px;
    margin-left: 10px;
}

.call-box,
.call-box.inside-effect>.block-contents {
    box-shadow: none;
}

.container {
    max-width: 940px;
}

.breadcrumb {
    background: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    display: none;
}

.breadcrumb a {
    color: #646464;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

body .ui-tabs .ui-tabs-nav>li.ui-tabs-active {
    box-shadow: none !important;
}

body .ui-tabs .ui-tabs-nav>li {
    box-shadow: none !important;
}

.node-type-product-template-1 .main-container,
.node-type-landing-page .main-container {
    padding-top: 0;
    padding-bottom: 0;
}

.page-node-28141 .field-name-field-featured-client-descriptio {
    font-size: 1.7em;
    line-height: 144%;
}

.page-node-28141 .field-name-field-image img {
    margin: auto;
}

.node-type-landing-page .field-name-field-icon-sets img {
    margin: auto;
}

.webform-client-form {
    margin-top: 10px;
}

::-webkit-input-placeholder {
    padding-left: 5px;
}

:-moz-placeholder {
    /* older Firefox*/
    padding-left: 5px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    padding-left: 5px;
}

:-ms-input-placeholder {
    padding-left: 5px;
}

body .webform-component label {
    margin-bottom: 0;
}

body .webform-component input {
    margin-bottom: 20px;
}

body .webform-component select {
    margin-bottom: 20px;
}

.view-ecosystem .view-content {
    margin-bottom: 20px;
    margin-top: 20px;
}


/*case studies */

.inline-summary .field-name-field-challenge,
.inline-summary .field-name-field-solution {
    margin-bottom: 15px;
}

h4.section.casestudy {
    clear: both;
}

.quoteBox {
    margin-top: 20px;
}

.whitepapers .group-left {
    width: 110px;
    max-width: 110px;
}

.whitepapers .group-right {
    float: none;
    width: auto;
    max-width: none;
}

.view-webniar-video-archive.view-id-webniar_video_archive.view-display-id-page .views-row {
    border-bottom: solid 2px #646464;
    margin-bottom: 20px;
}

.region-sidebar-second .block {
    padding: 10px;
}

.cards .field-name-field-logo .img-responsive {
    display: inline !important;
}

.page-blog .view-blog .views-row {
    padding: 20px 0 25px;
    box-shadow: 0 -1px 0 #a3a3a3;
}

.page-blog .view-blog .views-row .node-blog {
    padding-bottom: 0;
}

.page-header {
    border-bottom: none;
}

.view-id-service_partners.view-display-id-page .node-teaser .img-responsive {
    display: inline !important;
}

.view-id-reseller_partners.view-display-id-page .node-teaser .img-responsive {
    display: inline !important;
}

.view-id-training_partners.view-display-id-page .node-teaser .img-responsive {
    display: inline !important;
}

.view-office-locations .views-row+.views-row {
    margin-top: 1em;
}

.view-id-careers.view-display-id-page div.easy_social_box.vertical {
    height: 68px;
    margin-left: 215px;
    clear: both;
    margin-top: 5px;
}

.form-control {
    border: none;
}

.view-id-events.view-display-id-page a {
    text-decoration: none;
}

.view-id-events.view-display-id-page a:hover {
    text-decoration: none;
}

a.registration.ext {
    text-decoration: none;
}

a.registration.ext:hover {
    text-decoration: none;
}

.btn-success {
    background-color: #0097b4;
}

.btn-success:hover {
    background-color: #9dd;
}

.btn-default {
    background: #0097b4;
    color: #fff !important;
    text-shadow: none;
    border: 1px solid #0097b4 !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #00829b !important;
    border-top: 1px solid #00829b;
    color: #fff !important;
    text-shadow: none;
}

.chosen-container {
    border: none;
    box-shadow: none;
}

.btn.btn-info.action a,
.jenkins-overview .click-thru .btn a {
    text-shadow: none !important;
}

.btn-info {
    color: #ffffff;
    text-shadow: none;
    background-color: #0097b4;
    border-color: #00829b;
}

.btn-info a {
    text-shadow: none;
}

.btn-info:hover {
    color: #fff;
    background-color: #00829b;
    border-color: #00829b;
}


/* RESPONSIVE MENUS */

@media (min-width: 992px) {
    .container,
    .jumbotron .container.regular-container {
        width: 750px;
    }
    .hide-submenus>ul {
        display: none !important;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu li:hover>ul.dropdown-menu {
        display: block;
        position: absolute;
        top: -1px;
        left: 274px;
    }
    .navbar-container .dropdown-menu {
        width: 275px;
    }
    .login {
        display: none;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 4px;
    }
    .navbar-container ul.nav li.dropdown:hover ul.dropdown-menu:before {
        content: "\f0d8";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ccc;
        position: absolute;
        top: -15px;
        right: 60px;
        z-index: -999;
        font-size: 30px;
    }
    ul.nav li.dropdown ul.dropdown-menu {
        margin-top: 0;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu ul.dropdown-menu {
        display: none;
    }
    .container.navbar-container {
        padding-left: 0;
    }
    .navbar .dropdown-submenu {
        position: relative;
    }
    .navbar .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        display: block;
    }
    .navbar .dropdown-submenu:hover>.dropdown-menu {
        display: block;
        position: relative;
        z-index: 2000;
    }
    .navbar .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
    .navbar .dropdown-submenu>a:hover:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
    .navbar .dropdown-submenu:hover>a:after {
        border-left-color: #fff;
    }
    .navbar .dropdown-submenu.pull-left {
        float: none;
    }
    .navbar .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
    .header-container-util {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: none;
    }
    .header-container-nav {
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .navbar {
        font-size: 14px;
    }
    .navbar .menu.nav>li>a {
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .homes-featured-items .col-md-6 {
        margin-bottom: 30px;
    }
    .view-id-careers.view-display-id-page div.easy_social_box.vertical {
        margin-left: 0;
    }
    .navbar {
        font-size: 14px;
    }
    .navbar .menu.nav>li>a {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .filter-right .view-filters {
        width: 75%;
        clear: none !important;
    }
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}

@media (max-width: 991px) {
    .navbar .login {
        display: inline;
    }
    .utility-links .hidden-xs {
        display: none !important;
    }
    .hidden-xs.search-container {
        display: none !important;
    }
    .header-container-nav .nav>li>a:hover,
    .header-container-nav .nav>li>a.active-trail,
    .header-container-nav .nav>li>a.active {
        border-bottom: none;
        padding-bottom: 5px;
        text-decoration: none;
    }
    .navbar-collapse {
        border-top: none;
    }
    .navbar-collapse ul {
        position: relative;
        background: none;
    }
    .navbar-collapse .nav>li {
        width: 100%;
    }
    .navbar-collapse .nav>li.show-in-footer {
        display: none;
    }
    .navbar-collapse .nav>li>a {
        padding: 5px;
    }
    .navbar-collapse .nav>li>a:hover,
    .navbar-collapse .nav>li>a:focus {
        padding: 5px;
    }
    .navbar-collapse .expand {
        display: block !important;
    }
    .navbar-collapse .nav>li .dropdown-menu>li>a {
        color: #6D6B6D;
        background: none;
        border: none;
        box-shadow: none;
    }
    .navbar-collapse .nav>li .dropdown-menu>li {
        color: #ffffff;
        background: none;
        border: none;
        box-shadow: none;
    }
    .navbar-collapse .dropdown-menu {
        width: 100%;
        background: none;
        color: #ffffff;
        box-shadow: none;
        border: none;
        float: none;
    }
    .navbar-collapse .dropdown-menu>li {
        background: none;
    }
    .navbar-collapse .dropdown-menu>li>a {
        background: none;
    }
    .navbar-collapse .dropdown-menu.visible>li:hover>.dropdown-menu,
    .navbar-collapse .dropdown-menu.visible>li:active>.dropdown-menu,
    .navbar-collapse .dropdown-menu.visible>li:focus>.dropdown-menu {
        display: none;
    }
    .navbar-collapse .dropdown-menu.visible>li:hover .menu-item-has-children+.dropdown-menu.visible,
    .navbar-collapse .dropdown-menu.visible>li:active .menu-item-has-children+.dropdown-menu.visible,
    .navbar-collapse .dropdown-menu.visible>li:focus .menu-item-has-children+.dropdown-menu.visible {
        display: block !important;
        position: relative;
        left: 20px;
    }
    .navbar-collapse .dropdown-menu.visible .dropdown-menu.visible {
        margin-left: 20px;
    }
    .navbar-collapse .menu-item-has-children {
        position: relative;
    }
    .navbar-collapse .open-menu-link {
        display: none;
        position: absolute;
        right: 15px;
        top: 0;
        line-height: 30px;
        font-size: 30px;
        cursor: pointer;
        color: #6D6B6D;
    }
    .navbar-collapse .open-menu-link a {
        color: #6D6B6D;
    }
    .navbar-collapse .open-menu-link.close {
        opacity: 1;
    }
    .navbar-collapse li .dropdown-menu {
        display: none;
    }
    .visible {
        display: block !important;
        position: relative;
    }
    .visible>.dropdown-menu {
        display: none;
    }
}

@media (min-width: 792px) {
    .navbar-container .menu.nav ul ul {
        min-width: 200px;
    }
    .homes-banner-image {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 640px) and (max-width: 1200px) {
    .footer-container .menu-block-wrapper>ul.menu>li {
        min-width: 23%;
        max-width: 23%;
    }
    .footer-container .menu-block-wrapper>ul.menu>li.menu-mlid-35261 {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .navbar-container .menu.nav ul ul {
        min-width: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container,
    .jumbotron .container.regular-container {
        width: 970px;
    }
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .jumbotron .container.regular-container {
        max-width: 1170px;
        width: 1170px;
    }
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
    #webform-component-first-name {
        padding-right: 10px;
    }
    #webform-component-first-name,
    #webform-component-last-name {
        float: left;
        width: 50%;
    }
}

@media (max-width: 640px) {
    .footer-container .menu-block-wrapper>ul.menu>li {
        min-width: 100%;
        max-width: 100%;
        min-height: inherit;
    }
}

.node-type-case-study .group-main-content.panel {
    border: none;
}

.node-type-case-study .group-main-content.panel .quoteBox {
    width: 75%;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        padding-bottom: 20px;
        border-color: #ffffff !important;
    }
    .navbar-toggle:active {
        display: block;
        padding-bottom: 20px;
        border-color: #ffffff !important;
        background-color: #ffffff;
    }
    .navbar-collapse {
        border-top: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

.jumbotron.cjppp-submenu {
    background-color: #335061;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cjppp-submenu {
    background-color: #000000;
    color: #ffffff;
    font-size: 16.1px;
}

.cjppp-submenu a {
    margin-right: 20px;
    color: #ffffff;
    text-decoration: none;
}

.cjppp-submenu:hover {
    text-decoration: none;
    color: #ffffff;
}

.cjppp-res-card-card-row {
    display: flex;
    justify-content: space-between;
}

.cjppp-res-card-card {
    float: left;
    width: 33%;
}

.cjppp-res-card-card .cjppp-res-card-image {
    margin-bottom: 10px;
}

.cjppp-details {
    margin-bottom: 50px;
}

.cjppp-details h2 {
    text-align: center;
}

.cjppp-details h4 {
    text-align: center;
}

.cjppp-details .cjppp-details-container {
    margin-top: 50px;
}

.cjppp-details .cjppp-details-container .cjppp-details-container-row {
    margin-bottom: 50px;
}

.cjppp-details .cjppp-details-container .cjppp-over-detail-content-title {
    margin-top: 0;
}

.cjppp-details .cjppp-details-container .cjppp-over-detail-content-title a {
    text-decoration: none;
}

.cjppp-details .cjppp-details-container .cjppp-over-detail-content-title a:hover {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .jumbotron.cjppp-fea-3-highlights-jumbotron .container.regular-container.cjppp-fea-3-highlights {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.cjppp-quote-logo {
    min-height: 54px;
    display: flex;
    align-items: baseline;
}

.jumbotron.cjppp-fea-2-editions-outer-container {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.jumbotron.cjppp-fea-2-editions-outer-container .cjppp-fea-2-ed-container-column.colnum0 {
    padding-right: 50px;
}

@media screen and (max-width: 992px) {
    .jumbotron.cjppp-fea-2-editions-outer-container .cjppp-fea-2-ed-container-column.colnum0 {
        border-bottom: 1px solid #999999;
        margin-bottom: 30px;
        padding-bottom: 40px;
        padding-right: 0;
        padding-left: 0;
    }
}

.jumbotron.cjppp-fea-2-editions-outer-container .cjppp-fea-2-ed-container-column.colnum1 {
    padding-left: 50px;
}

@media screen and (max-width: 992px) {
    .jumbotron.cjppp-fea-2-editions-outer-container .cjppp-fea-2-ed-container-column.colnum1 {
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) {
    .jumbotron.cjppp-fea-2-editions-outer-container.numcols2 {
        background: url("/sites/all/themes/custom/cb_2016/images/fea-2-edition-bg.png") repeat-y center top #f0f0f0;
    }
}

.jumbotron.cjppp-fea-2-editions-outer-container p {
    font-size: 14px;
}

.cjppp-fea-2-ed-container-column {
    padding-left: 20px;
    padding-right: 20px;
}

.jumbotron.cjppp-resources-container {
    padding-top: 18px;
}

.jumbotron.cjppp-resources-container p {
    font-size: 14px;
}

.cjppp-res-card-row {
    margin-top: 40px;
}

@media screen and (min-width: 1000px) {
    .cjppp-res-card-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
    }
}

@media screen and (max-width: 689px) {
    .cjppp-res-card-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.cjppp-res-card-card {
    width: 200px;
    padding: 20px;
    border: solid 1px #999999;
    box-shadow: none;
    background-color: #ffffff;
}

@media screen and (max-width: 1000px) {
    .cjppp-res-card-card {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 689px) {
    .cjppp-res-card-card {
        width: 300px;
        clear: both;
        margin-bottom: 20px;
    }
}


/* COMPUTER MONITOR CAROUSEL */

.carousel-indicators.cjppp-fea-3-highlights-indicators {
    position: relative;
    left: inherit;
    width: 100%;
    height: 580px;
    margin-left: 0;
    text-align: left;
    background-color: #555555;
}

.carousel-indicators.cjppp-fea-3-highlights-indicators li {
    background: none;
    border: none;
}

.carousel-indicators.cjppp-fea-3-highlights-indicators .active {
    width: 100%;
    min-height: 200px;
}

@media screen and (min-width: 992px) {
    .carousel-indicators.cjppp-fea-3-highlights-indicators .active .arrowbox0:after,
    .carousel-indicators.cjppp-fea-3-highlights-indicators .active .para-arrowbox2:after {
        content: url('/sites/all/themes/custom/cb_2016/images/cjppp-gray-lighter-right-arrow.png');
        width: 50px;
        height: 200px;
        top: 0px;
        right: -50px;
        position: absolute;
        z-index: 1000;
    }
    .carousel-indicators.cjppp-fea-3-highlights-indicators .active .arrowbox1:after,
    .carousel-indicators.cjppp-fea-3-highlights-indicators .active .para-arrowbox3 {
        content: url('/sites/all/themes/custom/cb_2016/images/cjppp-gray-lightisher-right-arrow.png');
        width: 50px;
        height: 200px;
        top: 200px;
        right: -50px;
        position: absolute;
        z-index: 1000;
    }
    .carousel-indicators.cjppp-fea-3-highlights-indicators .active .arrowbox2:after,
    .carousel-indicators.cjppp-fea-3-highlights-indicators .active .para-arrowbox4:after {
        content: url('/sites/all/themes/custom/cb_2016/images/cjppp-gray-lightish-right-arrow.png');
        width: 50px;
        height: 200px;
        top: 400px;
        right: -50px;
        position: absolute;
        z-index: 1000;
    }
}

.carousel-indicators.cjppp-fea-3-highlights-indicators .arrowbox0,
.carousel-indicators.cjppp-fea-3-highlights-indicators .para-arrowbox2 {
    background-color: #f0f0f0;
}

.carousel-indicators.cjppp-fea-3-highlights-indicators .arrowbox1,
.carousel-indicators.cjppp-fea-3-highlights-indicators .para-arrowbox3 {
    background-color: #e0e0e0;
}

.carousel-indicators.cjppp-fea-3-highlights-indicators .arrowbox2,
.carousel-indicators.cjppp-fea-3-highlights-indicators .para-arrowbox4 {
    background-color: #c4c4c4;
}

.carousel-indicators.cjppp-fea-3-highlights-indicators .cjppp-highlights-arrowbox {
    height: 200px;
    padding: 10px;
    list-style-type: initial;
}

.carousel-indicators.cjppp-fea-3-highlights-indicators .cjppp-highlights-arrowbox:hover {
    cursor: hand;
}

.carousel-indicators.cjppp-fea-3-highlights-indicators .cjppp-highlights-arrowbox ul {
    list-style-type: disc;
    padding-left: 20px;
}

.carousel-indicators.cjppp-fea-3-highlights-indicators .cjppp-highlights-arrowbox ul li {
    display: list-item;
    border-radius: 0;
    text-indent: initial;
    width: auto;
    height: auto;
}

.arrow-right0,
.para-arrow-right2 {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #f0f0f0;
}

.jumbotron.cjppp-fea-3-highlights-jumbotron {
    background-color: #555555;
    padding-top: 20px;
    padding-bottom: 0;
    max-height: 600px;
}

.jumbotron.cjppp-fea-3-highlights-jumbotron p {
    font-size: 14px;
}

.cjppp-fea-3-computer {
    position: relative;
}

.cjppp-fea-3-computer img {
    margin-top: 24px;
    margin-left: 51px;
}

.carousel-inner.cjppp-highlights-carousel-inner {
    height: 580px;
    background: url("/sites/all/themes/custom/cb_2016/images/monitor.png") no-repeat 14px -21px;
    position: relative;
}

.carousel-inner.cjppp-highlights-carousel-inner .item.cjppp-fea-3-computer.active {
    position: relative;
    top: 0;
    left: 0;
}

.carousel-inner.cjppp-highlights-carousel-inner>.item.cjppp-fea-3-computer>img {
    max-width: none;
}

.cjppp-quotes-quote {
    margin-bottom: 40px;
}

.cjppp-quotes-author p {
    font-size: 17.5px;
    line-height: 1.5;
}

.cjppp-quote {
    font-style: italic;
    font-size: 17.5px;
    line-height: 1.5;
}

.cjppp-quote-photo {
    align-self: flex-start;
    margin-bottom: 20px;
}

.cjppp-quote-logo {
    align-self: flex-end;
}

.cjppp-banner-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.cjppp-quote-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.fea-3-quote-divider {
    border-top: solid 1px #999999;
    margin-top: 50px;
}

.cjpfeat-compare-col {
    background-color: #c4c4c4;
    color: #000000;
    border: 5px solid #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cjpfeat-compare-col.cjpfeat-compare-col-selected {
    background-color: #c4c4c4;
}

.cjpfeat-compare-col.cjpfeat-compare-col-header {
    background-color: #335061;
    font-weight: bold;
    color: #ffffff;
}

.cjpfeat-compare-col.cjpfeat-compare-col1 {
    justify-content: flex-start;
    border-left: none;
    width: 50%;
}

.cjpfeat-details {
    margin-top: 50px;
}

.cjpfeat-feature-col.even {
    clear: left;
}

.node-type-cjp-product-page .main-container,
.node-type-cjp-features .main-container,
.node-type-service-support .main-container,
.node-type-customer-success .main-container,
.node-type-customer-success-landing .main-container,
.node-type-products-rh .main-container,
.node-type-cjp-trials .main-container {
    padding-top: 0;
}

.service-support-container-heading {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.jumbotron ul li {
    font-size: 14px;
}

.jumbotron p {
    line-height: 1.4;
}

.jumbotron.service-support-container {
    padding-bottom: 0;
}

.jumbotron.service-support-container.service-support-background-row-0 {
    background-color: #ffffff;
}

.jumbotron.service-support-container .homes-highlight-items .row {
    margin-bottom: 30px;
}

.jumbotron.service-support-container.service-support-background-row-1 {
    background-color: #1997B5;
    color: #ffffff;
}

.jumbotron.service-support-container.service-support-background-row-1 a {
    color: #ffd69f;
}

.jumbotron.service-support-container.service-support-background-row-1 h2,
.jumbotron.service-support-container.service-support-background-row-1 h3,
.jumbotron.service-support-container.service-support-background-row-1 h4 {
    color: #ffffff;
}

.jumbotron.service-support-container.service-support-background-row-2 {
    background-color: #f1ab4d;
    color: #ffffff;
}

.jumbotron.service-support-container.service-support-background-row-2 a {
    color: #1997B5;
}

.jumbotron.service-support-container.service-support-background-row-2 h2 {
    color: #ffffff;
}

.jumbotron.service-support-container .homes-highlight-description-container p {
    line-height: 1.4;
}

.cjpp-over-button {
    margin-top: 50px;
}

.ss-section-concluding-container-link a.btn {
    width: 100%;
}

.ss-section-concluding-container-image img {
    width: 100%;
    height: 100%;
}

.service-support-background-row-concluding {
    margin-bottom: -20px;
}

.customer-success-quote {
    font-style: italic;
    padding-left: 70px;
    padding-right: 70px;
}

.customer-success-quote:before {
    display: block;
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    content: open-quote;
    font-size: 150px;
    position: absolute;
    left: 0;
    top: -50px;
    color: #1997B5;
}

.customer-success-quote-author {
    text-align: right;
}

.customer-success-quote-author:before {
    display: block;
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    content: close-quote;
    font-size: 150px;
    position: absolute;
    right: 20px;
    top: -90px;
    color: #1997B5;
}

.customer-success-quote-container {
    background: #f0f0f0;
    font-size: 2em;
    line-height: 1.5;
    color: #1997B5;
}

.customer-success-quote-container .customer-success-quote-container-content {
    border-top: 1px solid #1997B5;
    border-bottom: 1px solid #1997B5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.customer-success-video-container {
    background: #1997B5;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.2;
}

.customer-success-video-container h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.customer-success-logo-container {
    background: #f0f0f0;
}

.customer-success-body-container-content {
    font-size: 21px;
}

@media (min-width: 768px) {
    .customer-success-body-container-content {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        -webkit-column-gap: 50px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 50px;
        /* Firefox */
        column-gap: 50px;
    }
}

.customer-success-body-container-content ul li {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .customer-success-customer-logo {
        border-left: 4px solid #555555;
        padding-left: 40px;
    }
}

.customer-success-cloudbees-logo {
    padding-right: 40px;
}

.customer-success-cloudbees-logo img {
    max-width: 300px;
}

.customer-success-logo-container-content {
    margin-top: 30px;
}

.jumbotron.customer-success-landing-body-container {
    background: #1997B5;
    color: #ffffff;
}

.jumbotron.customer-success-landing-body-container h1,
.jumbotron.customer-success-landing-body-container h2,
.jumbotron.customer-success-landing-body-container h3,
.jumbotron.customer-success-landing-body-container h4,
.jumbotron.customer-success-landing-body-container h5,
.jumbotron.customer-success-landing-body-container h6 {
    color: #ffffff;
}

.jumbotron.customer-success-logo-container {
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 25px;
}

.jumbotron.customer-success-body-container {
    padding-top: 0;
    margin-top: 0;
}

.jumbotron.color-bg--white {
    background-color: #ffffff;
}

.jumbotron.color-bg--dark-blue {
    /* background-color: #335061; */
    background-color: #0a576e;
    color: #ffffff;
}

.jumbotron.color-bg--dark-blue h1,
.jumbotron.color-bg--dark-blue h2,
.jumbotron.color-bg--dark-blue h3,
.jumbotron.color-bg--dark-blue h4,
.jumbotron.color-bg--dark-blue h5,
.jumbotron.color-bg--dark-blue h6 {
    color: #ffffff;
}

.jumbotron.color-bg--teal {
    background-color: #28aed4;
    color: #ffffff;
}

.jumbotron.color-bg--teal h1,
.jumbotron.color-bg--teal h2,
.jumbotron.color-bg--teal h3,
.jumbotron.color-bg--teal h4,
.jumbotron.color-bg--teal h5,
.jumbotron.color-bg--teal h6 {
    color: #ffffff;
}

.jumbotron.color-bg--teal a {
    color: #ffffff;
}

.jumbotron.color-bg--yellow {
    background-color: #f1ab4d;
    color: #ffffff;
}

.jumbotron.color-bg--yellow a {
    color: #1997B5;
}

.jumbotron.color-bg--yellow h1,
.jumbotron.color-bg--yellow h2,
.jumbotron.color-bg--yellow h3,
.jumbotron.color-bg--yellow h4,
.jumbotron.color-bg--yellow h5 {
    color: #ffffff;
}

.jumbotron.color-bg--gray {
    background-color: #555555;
    color: #ffffff;
}

.jumbotron.color-bg--gray h1,
.jumbotron.color-bg--gray h2,
.jumbotron.color-bg--gray h3,
.jumbotron.color-bg--gray h4,
.jumbotron.color-bg--gray h5,
.jumbotron.color-bg--gray h6 {
    color: #ffffff;
}

.jumbotron.color-bg--gray a {
    color: #ffffff;
}

.jumbotron.color-bg--gray-light {
    background-color: #f0f0f0;
}

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

.color-bg--white .cjppp-over-detail-content h1,
.color-bg--white .cjppp-over-detail-content h2,
.color-bg--white .cjppp-over-detail-content h3,
.color-bg--white .cjppp-over-detail-content h4,
.color-bg--white .cjppp-over-detail-content h5,
.color-bg--white .cjppp-over-detail-content h6 {
    color: #1997B5;
}

.color-bg--dark-blue {
    background-color: #335061;
    color: #ffffff;
}

.color-bg--dark-blue h1,
.color-bg--dark-blue h2,
.color-bg--dark-blue h3,
.color-bg--dark-blue h4,
.color-bg--dark-blue h5,
.color-bg--dark-blue h6 {
    color: #ffffff;
}

.color-bg--teal {
    background-color: #1997B5;
    color: #ffffff;
}

.color-bg--teal h1,
.color-bg--teal h2,
.color-bg--teal h3,
.color-bg--teal h4,
.color-bg--teal h5,
.color-bg--teal h6 {
    color: #ffffff;
}

.color-bg--yellow {
    background-color: #f1ab4d;
    color: #ffffff;
}

.color-bg--yellow a {
    color: #1997B5;
}

.color-bg--yellow h2 {
    color: #ffffff;
}

.color-bg--gray {
    background-color: #555555;
}

.customer-success-logo-container-logos {
    display: flex;
    align-items: center;
}

.customer-success-card-container-row {
    margin-bottom: 30px;
    margin-top: 40px;
}

.customer-success-card-container-row a {
    text-decoration: none;
}

.customer-success-card-container-row a:hover {
    text-decoration: none;
}

.customer-success-card {
    border: solid 1px #999999;
    padding: 20px;
    min-height: 275px;
    margin-bottom: 40px;
}

.customer-success-card .customer-success-card-logo {
    margin-top: 10px;
    text-align: center;
    clear: both;
}

.customer-success-card .customer-success-card-description {
    margin: 20px 0;
    color: #555555;
    text-decoration: none !important;
    clear: both;
}

.customer-success-card .customer-success-card-description a {
    text-decoration: none;
}

.customer-success-card .customer-success-card-description a:hover {
    text-decoration: none;
}

.customer-success-card .customer-success-card-description a:hover {
    text-decoration: none !important;
}

.customer-success-card .customer-success-card-more {
    margin: 10px 0;
    clear: both;
    color: #1997B5;
}

.customer-success-card .customer-success-card-more a {
    text-decoration: none;
}

.customer-success-card .customer-success-card-more a:hover {
    text-decoration: none;
}

a .customer-success-card-more,
a .customer-success-card-description,
a .customer-success-card {
    text-decoration: none;
}

a:hover .customer-success-card-more {
    text-decoration: none;
}

a:hover .customer-success-card-description {
    text-decoration: none !important;
}

a:hover .customer-success-card {
    text-decoration: none !important;
}

.cjppp-banner-title-container {
    max-width: 600px;
}

.prod-card-container {
    width: 300px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-right: 40px;
    margin-top: -55px;
}

@media screen and (min-width: 1024px) {
    .prod-card-container.prod-card-green:after {
        content: url('/sites/all/themes/custom/cb_2016rev2/images/prodrh/green-check-circle-sm-med.png');
        left: 121px;
        position: absolute;
        top: 24px;
        z-index: 50;
    }
    .prod-card-container.prod-card-teal:after {
        content: url('/sites/all/themes/custom/cb_2016rev2/images/prodrh/teal-check-circle-sm-med.png');
        left: 120px;
        position: absolute;
        top: 24px;
        z-index: 50;
    }
}

.product-card-hanger:before,
.product-card-hanger:after {
    position: absolute;
    top: -21px;
}

.prod-card-details {
    padding: 60px 10px 10px 10px;
    margin-top: -21px;
    border-radius: 0 0 20px 20px;
    position: relative;
    height: 350px;
    color: #6D6B6D;
}

.prod-card-details:first-child {
    margin-top: 0px;
    padding-top: 20px;
}

.prod-card-details:last-child {
    height: 200px;
}

@media screen and (max-width: 1023px) {
    .prod-card-details {
        margin-right: 0;
        margin-left: 0;
    }
    .prod-card-details:first-child {
        border-top: 20px solid transparent;
    }
    .prod-card-details:before {
        content: none;
    }
    .prod-card-details:after {
        content: none;
    }
    .product-card-hanger-column-title-content {
        display: none;
    }
}

.prod-card-divider {
    position: relative;
    z-index: 999;
    text-align: center;
    padding: 10px;
}

.product-card-hanger-container {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

@media screen and (max-width: 1023px) {
    .product-card-hanger-endpoint-content-container {
        display: none;
    }
    .product-card-hanger-left-endpoint-content,
    .product-card-hanger-right-endpoint-content {
        display: none;
    }
    .prod-card-details:first-child {
        padding-top: 0;
    }
    .product-card-hanger-title-container {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .product-card-hanger-endpoint-content-container {
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: space-between;
    }
    .product-card-hanger-left-endpoint-content {
        position: relative;
        text-align: center;
        width: 200px;
        font-size: 24px;
        font-weight: bold;
        top: 25px;
        display: block;
    }
    .product-card-hanger-right-endpoint-content {
        position: relative;
        text-align: center;
        width: 200px;
        font-size: 24px;
        font-weight: bold;
        top: 25px;
        display: block;
    }
}

.product-card-hanger-column-title-content {
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
}

.product-card-hanger-left-column-title-content {
    width: 300px;
    font-size: 30px;
    top: -40px;
    position: relative;
    text-align: center;
    margin-right: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-card-hanger-right-column-title-content {
    width: 300px;
    font-size: 30px;
    top: -40px;
    position: relative;
    text-align: center;
    margin-right: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.prod-card-angle-btn-content {
    position: relative;
    top: 0;
}

.prod-card-angle-btn {
    position: relative;
    top: 371px;
    z-index: 50;
    padding: 15px;
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
    text-transform: uppercase;
    color: #ffffff;
}

.prod-card-concluding-button {
    text-align: center;
    padding: 15px;
    position: relative;
    top: -72px;
    text-transform: uppercase;
    margin-left: 60px;
    margin-right: 60px;
    z-index: 50;
}

.btn-prodcard {
    border: 1px solid #ffffff;
    background-color: #1997B5;
    color: #ffffff;
    padding: 15px;
}

.btn-prodcard:hover,
.btn-prodcard:focus {
    color: #1997B5;
    background-color: #ffffff;
    border: 1px solid #1997B5;
}

.prod-highlight-color.prod-card-green .prod-card-angle-btn,
.prod-highlight-color.prod-card-green .prod-card-concluding-button {
    border: 1px solid #ffffff;
    background-color: #78B037;
    color: #ffffff;
    border-radius: 10px;
}

.prod-highlight-color.prod-card-green .prod-card-angle-btn a,
.prod-highlight-color.prod-card-green .prod-card-concluding-button a {
    color: #ffffff;
    text-decoration: none;
}

.prod-highlight-color.prod-card-green .prod-card-angle-btn a:hover,
.prod-highlight-color.prod-card-green .prod-card-concluding-button a:hover {
    color: #ffffff;
}

.prod-highlight-color.prod-card-green .prod-card-angle-btn:hover,
.prod-highlight-color.prod-card-green .prod-card-concluding-button:hover,
.prod-highlight-color.prod-card-green .prod-card-angle-btn:focus,
.prod-highlight-color.prod-card-green .prod-card-concluding-button:focus {
    color: #ffffff;
    background-color: #6b9d31;
    border: 1px solid #ffffff;
}

.prod-highlight-color.prod-card-green .btn-prodcard {
    border: 1px solid #ffffff;
    background-color: #78B037;
    color: #ffffff;
    border-radius: 10px;
}

.prod-highlight-color.prod-card-green .btn-prodcard:hover,
.prod-highlight-color.prod-card-green .btn-prodcard:focus {
    color: #78B037;
    background-color: #ffffff;
    border: 1px solid #78B037;
}

.prod-highlight-color.prod-card-teal .prod-card-angle-btn,
.prod-highlight-color.prod-card-teal .prod-card-concluding-button {
    border: 1px solid #ffffff;
    background-color: #1997B5;
    color: #ffffff;
    border-radius: 10px;
}

.prod-highlight-color.prod-card-teal .prod-card-angle-btn a,
.prod-highlight-color.prod-card-teal .prod-card-concluding-button a {
    color: #ffffff;
    text-decoration: none;
}

.prod-highlight-color.prod-card-teal .prod-card-angle-btn a:hover,
.prod-highlight-color.prod-card-teal .prod-card-concluding-button a:hover {
    color: #ffffff;
}

.prod-highlight-color.prod-card-teal .prod-card-angle-btn:hover,
.prod-highlight-color.prod-card-teal .prod-card-concluding-button:hover,
.prod-highlight-color.prod-card-teal .prod-card-angle-btn:focus,
.prod-highlight-color.prod-card-teal .prod-card-concluding-button:focus {
    color: #ffffff;
    background-color: #16849f;
    border: 1px solid #ffffff;
}

.prod-highlight-color.prod-card-teal .btn-prodcard {
    border: 1px solid #ffffff;
    background-color: #1997B5;
    color: #ffffff;
    border-radius: 10px;
}

.prod-highlight-color.prod-card-teal .btn-prodcard:hover,
.prod-highlight-color.prod-card-teal .btn-prodcard:focus {
    color: #1997B5;
    background-color: #ffffff;
    border: 1px solid #1997B5;
}

.prod-highlight-color .prod-card-concluding-button.empty-prod-button {
    height: 53px;
    background-color: transparent;
    border: transparent;
}

.prod-highlight-color .prod-card-concluding-button.empty-prod-button:hover {
    background-color: transparent;
    border: transparent;
}

.product-card-hanger-title-container {
    padding: 15px;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 10px;
}

.product-card-hanger-title-container h2 {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .product-card-hanger {
        padding-top: 1px;
        padding-bottom: 1px;
        margin: 40px auto 0;
        width: 100%;
        height: 3px;
        position: relative;
        background-image: url('/sites/all/themes/custom/cb_2016rev2/images/3px-b5b5b5.png');
        color: #ffffff;
    }
    .product-card-hanger h2 {
        color: #ffffff;
        margin-top: 4px;
    }
    .product-card-hanger:before,
    .product-card-hanger:after {
        position: absolute;
        top: -21px;
    }
    .product-card-hanger:after {
        content: url('/sites/all/themes/custom/cb_2016rev2/images/prodrh/gray-circle-small.png');
        right: -30px;
    }
    .product-card-hanger:before {
        left: -30px;
        content: url('/sites/all/themes/custom/cb_2016rev2/images/prodrh/gray-circle-small.png');
    }
}

.product-card-hanger {
    color: #ffffff;
}

.product-card-hanger h2 {
    margin-top: 0;
}

.jumbotron.product-card-jumbo {
    background-color: #ffffff;
}

.paragraphs-items-field-para-pg-sect-prod-card-full {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 900px) {
    .paragraphs-items-field-para-pg-sect-prod-card-full {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
}

@media screen and (max-width: 899px) {
    .prod-card-details:first-child {
        margin-top: 0;
    }
    .prod-card-angle-btn {
        top: 372px;
    }
    .product-card-hanger-left-column-title-content {
        padding-left: 0;
        margin-left: 0;
        position: absolute;
        width: 100%;
        margin-right: 0;
        text-align: center;
        top: -24px;
        padding-right: 30px;
    }
    .product-card-hanger-right-column-title-content {
        padding-left: 0;
        margin-left: 0;
        position: absolute;
        width: 100%;
        margin-right: 0;
        text-align: center;
        top: 978px;
        padding-right: 30px;
    }
}

.pricing-card-content-container {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .pricing-card-content-container {
        display: flex;
        justify-content: center;
    }
}

.prod-card-container-background {
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-image: url(/sites/all/themes/custom/cb_2016rev2/images/product-hanger-bg.png);
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
    width: 330px;
    left: -28px;
    padding-left: 25px;
    padding-right: 25px;
}

.prod-card-link {
    margin-top: 10px;
}

.para-icon-card-container {
    display: flex;
    justify-content: space-around;
}

.para-icon-card-container .homes-highlight-icon-container {
    text-align: center;
}

.para-icon-card-container .homes-highlight-icon-container img {
    display: inline !important;
}

.pricing-card-content {
    width: 300px;
    border: 1px solid #999999;
    margin-right: 40px;
    padding: 0;
    border-radius: 4px;
}

.pricing-card-content:last-child {
    margin-right: 0;
}

.pricing-card-content .pricing-card-title,
.pricing-card-content .pricing-card-subtitle,
.pricing-card-content .pricing-card-image,
.pricing-card-content .pricing-card-content {
    border: none;
}

.pricing-card-content .pricing-card-title {
    padding: 20px;
}

.pricing-card-content .pricing-card-title h2 {
    margin: 0;
}

.pricing-card-content .pricing-card-subtitle {
    padding: 20px;
}

.pricing-card-content .pricing-card-content-text {
    padding: 20px;
}

.pricing-card-content .pricing-card-button {
    padding: 20px;
}

.pricing-card-image,
.para-res-card-image {
    text-align: center;
}

.pricing-card-image img,
.para-res-card-image img {
    display: inline !important;
}

.para-res-card-image {
    margin-bottom: 20px;
}

.para-icon-card-container {
    margin-top: 40px;
}

.para-cs-logo-content-logo {
    text-align: center;
}

.para-cs-logo-content-logo img {
    display: inline;
}

.cs-logo-card-content-container {
    margin-top: 40px;
}

.cs-logo-button-container {
    clear: both;
    margin-bottom: 30px;
}

.para-video-section-header .para-video-section-headline-text {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 16px;
}

.para-video-section-header .para-video-section-subtitle-text {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 16px;
}

.para-video-section-content-container {
    margin-top: 40px;
}

.para-video-section-content-container p,
.para-video-section-content-container ul,
.para-video-section-content-container li {
    font-size: 17px;
}

.jumbotron.cs-logo-card-jumbo-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.node-type-products-rh .main-container {
    padding-bottom: 0;
}

.node-type-products-rh .homes-highlight-header-container h3,
.node-type-products-rh .homes-highlight-items h3 {
    color: #1997B5;
}

.node-type-products-rh .color-bg--teal .homes-highlight-header-container h3,
.node-type-products-rh .color-bg--teal .homes-highlight-items h3 {
    color: #ffffff;
}

.node-type-cjp-features .cjppp-submenu-content {
    height: 20px;
}

.jumbotron.customer-success-landing-body-conclusion {
    background-color: #ffffff;
    padding-left: 30px;
}

.jumbotron.sticky-footer-alert-container {
    padding: 0 30px 0 30px;
    z-index: 1001;
    margin-bottom: 0;
    position: relative;
}

.jumbotron.sticky-footer-alert-container.sticky-footer-stuck {
    position: fixed;
}

.jumbotron.sticky-footer-alert-container #close-sticky-alert {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 20px;
    padding: 5px;
}

.jumbotron.sticky-footer-alert-container.color-bg--white #close-sticky-alert {
    color: #000000;
}

#sticky-alert {
    display: none;
}

#close-sticky-alert {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: #000000;
    border: none;
    font-size: 20px;
    padding: 5px;
}

body {
    position: relative;
}

.para-highlights .jumbotron.cjppp-fea-3-highlights-jumbotron {
    color: #555555;
}

.para-highlights .jumbotron.cjppp-fea-3-highlights-jumbotron h1,
.para-highlights .jumbotron.cjppp-fea-3-highlights-jumbotron h2,
.para-highlights .jumbotron.cjppp-fea-3-highlights-jumbotron h3,
.para-highlights .jumbotron.cjppp-fea-3-highlights-jumbotron h4,
.para-highlights .jumbotron.cjppp-fea-3-highlights-jumbotron h5,
.para-highlights .jumbotron.cjppp-fea-3-highlights-jumbotron h6 {
    color: #555555;
}

.para-highlights .jumbotron.cjppp-fea-3-highlights-jumbotron a {
    color: #555555;
}

.para-highlights.color-bg--white .jumbotron.cjppp-fea-3-highlights-jumbotron {
    background-color: #ffffff;
}

.para-highlights.color-bg--dark-blue .jumbotron.cjppp-fea-3-highlights-jumbotron {
    background-color: #335061;
}

.para-highlights.color-bg--teal .jumbotron.cjppp-fea-3-highlights-jumbotron {
    background-color: #1997B5;
}

.para-highlights.color-bg--yellow .jumbotron.cjppp-fea-3-highlights-jumbotron {
    background-color: #f1ab4d;
}

.para-highlights.color-bg--gray .jumbotron.cjppp-fea-3-highlights-jumbotron {
    background-color: #555555;
}

.para-highlights.color-bg--gray-light .jumbotron.cjppp-fea-3-highlights-jumbotron {
    background-color: #f0f0f0;
}

.trials-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.trials-sidebar-container {
    padding: 30px;
    background-color: #2d5260;
}

.trials-sidebar-container label {
    color: #ffffff;
    text-shadow: none;
}

.trials-sidebar-container input,
.trials-sidebar-container select {
    background: #ffffff !important;
}

.trials-main-image-text h1,
.trials-main-image-text h3 {
    color: #6D6B6D;
}

.trials-main-image-text h1 {
    font-size: 41px;
    margin-bottom: 0;
}

.trials-main-image-text h3 {
    font-size: 21px;
}

.trials-main-image-text.trials-main-image-text-color--white h1,
.trials-main-image-text.trials-main-image-text-color--white h3 {
    color: #ffffff;
}

.trials-main-image-text.trials-main-image-text-color--dark h1,
.trials-main-image-text.trials-main-image-text-color--dark h3 {
    color: #6D6B6D;
}

.trials-section-content .homes-highlight-icon-container img {
    display: inline !important;
}

ul.checkmark-list li {
    background: url("../images/teal-circle-checkmark.png") no-repeat 0 2px;
    padding-left: 40px;
    padding-bottom: 20px;
}

ul.checkmark-list {
    list-style-type: none;
}

.trials-cjp2col-rcol-container {
    background-color: #def8fa;
    padding: 20px 30px 30px 30px;
}

a.circle-link-arrow:after {
    content: url('/sites/all/themes/custom/cb_2016rev2/images/circle-more-link.png');
    width: 20px;
    height: 20px;
    top: 5px;
    left: 8px;
    position: relative;
    z-index: 10;
}

.trials-sidebar-container select {
    display: block;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.trials-divider-container {
    background-color: #f6f6f6;
    height: 10px;
    margin-bottom: 40px;
    margin-top: 10px;
}

@media screen and (min-width: 1024px) {
    .trials-banner-container {
        max-height: 600px;
    }
}

.m-t-4 {
    margin-top: 40px !important;
}

.download-page .cje {
    border-bottom: 3px solid #f90;
    padding-bottom: 2rem;
}

.download-page>div {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.download-page .btn-group {
    white-space: nowrap;
    float: none;
    display: block;
    position: relative;
    padding-right: 2rem;
}

.download-page .btn-group>.btn {
    display: block;
    float: none;
}

.download-page .btn-group>.btn.dropdown-toggle {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: -10px;
    bottom: -10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.download-page .btn-group>.btn>.v {
    font-size: 1.1rem;
    display: block;
}

.download-page .details {
    text-align: center;
    font-size: 1.1rem;
    padding-right: 2rem;
}

.download-page .btn-primary {
    background: #f89c20;
    border-color: #f92;
}

.download-page .btn-primary:hover {
    background: #194765;
    border-color: #81B0C4;
}

.download-page #download-menu>.dropdown-menu {
    width: 50rem;
    padding: 2rem;
}

.download-page #download-menu>.dropdown-menu * {
    line-height: normal !important;
}

.download-page #download-menu>.dropdown-menu h3 {
    font-size: 1.25rem;
}

.download-page #download-menu .btn-group>.btn {
    min-height: 2.2rem;
}

.download-page #download-menu>.dropdown-menu p {
    margin: 0.25rem 0;
}

.download-page #download-menu>.dropdown-menu .download-type {
    color: #999;
    margin-top: 1rem;
}

.download-page #download-menu>.dropdown-menu .download-type b {
    font-size: 1.2rem;
    display: block;
    color: #333;
}

.download-page .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.download-page .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.view-webniar-video-archive.view-display-id-page_upcoming_webinars .read-more-link,
.view-webniar-video-archive.view-display-id-block_on_demand_webinars .read-more-link,
.webinar-card .read-more-link {
    display: none;
}

.webinar-card {
    border: solid 1px #000000;
    margin-bottom: 30px;
}

.webinar-card .btn.btn-info.action {
    background-color: transparent;
    border: none;
}

.webinar-card .btn.btn-info.action:hover {
    background-color: none;
    border: none;
}

.webinar-card .btn.btn-info.action a {
    background-color: #0097b4;
    border-color: #0097b4;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.webinar-card .btn.btn-info.action a:hover {
    background-color: #335061;
    border-radius: 4px;
}

.webinar-card-description {
    padding: 15px;
}

.webinar-card-image {
    min-width: 100%;
    min-height: 200px;
}

.w-100 {
    width: 100%!important;
}

.webinars-listing-block .btn {
    display: block !important;
    white-space: normal !important;
}

.fg-bg-component {
    position: relative;
}

.fg-bg-component.jumbotron .fg-bg-component-card-content {
    position: relative;
}

.fg-bg-component.jumbotron .fg-bg-component-card-title {
    min-height: 52px;
    position: relative;
}

.fg-bg-component.jumbotron .fg-bg-component-card-title h3 {
    position: absolute;
    bottom: 0;
}

.fg-bg-component.jumbotron .fg-bg-component-card-title h3 a {
    text-decoration: none;
}

.fg-bg-component.jumbotron .fg-bg-component-card-title h3 a:hover {
    text-decoration: none;
}

.fg-bg-component.jumbotron .fg-bg-component-card-text {
    margin-top: 20px;
}

.fg-bg-component.jumbotron .fg-bg-component-card-text p {
    font-size: 14px;
}

.fg-bg-component.jumbotron .fg-bg-component-card-underlay {
    padding: 10px;
    background: #1997B5;
    color: #ffffff;
}

.fg-bg-component.jumbotron .fg-bg-component-card-underlay h3 {
    color: #ffffff !important;
}

.fg-bg-component.jumbotron .fg-bg-component-card-underlay h3 a {
    color: #ffffff !important;
}

.fg-bg-component.jumbotron .fg-bg-component-card-featured-block {
    padding: 10px;
    background: #333333;
    color: #ffffff;
}

.fg-bg-component.jumbotron .fg-bg-component-card-featured-block .fg-bg-component-link-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fg-bg-component.jumbotron .fg-bg-component-card-featured-block .fg-bg-component-card-title {
    min-height: unset;
    text-align: center;
}

.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h1,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h2,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h3,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h4,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h5 {
    color: #f1ab4d;
    position: relative;
}

.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h1 a,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h2 a,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h3 a,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h4 a,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h5 a {
    color: #f1ab4d;
}

.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h1 a:hover,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h2 a:hover,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h3 a:hover,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h4 a:hover,
.fg-bg-component.jumbotron .fg-bg-component-card-featured-block h5 a:hover {
    color: #f1ab4d;
}

.fg-bg-component.jumbotron .fg-bg-component-card-featured-block a {
    color: #ffffff;
}

.fg-bg-component.jumbotron .fg-bg-component-card-featured-block a:hover {
    color: #ffffff;
}

.fg-bg-component.jumbotron .fg-bg-component-card-image img {
    max-width: 100%;
}

.fg-bg-component.jumbotron .fg-bg-component-background-image-content-container {
    text-align: center;
    color: #ffffff !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    padding: 20px;
}

.fg-bg-component.jumbotron .fg-bg-component-background-image-content-container h1,
.fg-bg-component.jumbotron .fg-bg-component-background-image-content-container h2,
.fg-bg-component.jumbotron .fg-bg-component-background-image-content-container h3,
.fg-bg-component.jumbotron .fg-bg-component-background-image-content-container h4,
.fg-bg-component.jumbotron .fg-bg-component-background-image-content-container h5 {
    color: #ffffff;
}

.fg-bg-component.jumbotron .fg-bg-component-background-image-content-container .fg-bg-component-card-title {
    min-height: inherit;
}

@media (min-width: 1200px) {
    .webinar-card-button-container {
        position: absolute;
        bottom: 20px;
        width: 79%;
    }
    .webinar-card-button-container .webinar-card .btn.btn-info.action {
        width: 100%;
    }
    .wc-links-1 {
        padding-bottom: 80px;
    }
    .wc-links-2 {
        padding-bottom: 160px;
    }
    .wc-links-3 {
        padding-bottom: 240px;
    }
    .wc-links-4 {
        padding-bottom: 320px;
    }
}

@media (max-width: 520px) {
    .csl-logo-container {
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .csl-logo-container:nth-child(2n+1) {
        margin-right: 0;
    }
}

@media (min-width: 521px) and (max-width: 599px) {
    .csl-logo-container {
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .csl-logo-container:nth-child(3n+1) {
        margin-right: 0;
        clear: right;
    }
}

@media (min-width: 600px) and (max-width: 799px) {
    .csl-logo-container {
        margin-right: 45px;
        margin-bottom: 40px;
    }
    .csl-logo-container:nth-child(3n+1) {
        margin-right: 0;
        clear: right;
    }
}

@media (min-width: 800px) and (max-width: 991px) {
    .csl-logo-container {
        margin-right: 35px;
        margin-bottom: 40px;
    }
    .csl-logo-container:nth-child(4n+1) {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .csl-logo-container {
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .csl-logo-container:nth-child(5n+1) {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .csl-logo-container {
        margin-right: 47px;
        margin-bottom: 40px;
    }
    .csl-logo-container:nth-child(6n+1) {
        margin-right: 0;
    }
}

.customer-success-card-source-flag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

@media screen (min-width: 992px) {
    .menu-block-13 .dropdown a:after {
        content: "\f107";
        white-space: nowrap;
        display: inline;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
    }
    .caret {}
}

.block-core {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50b65b+0,1ea0be+100 */
    background: #50b65b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #50b65b 0%, #1ea0be 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b65b', endColorstr='#1ea0be', GradientType=1);
    /* IE6-9 */
    max-height: 100%;
    height: 680px;
    margin: 10px;
    float: left;
    position: relative;
    left: 0px;
    z-index: 1000;
    text-align: center;
    padding: 10%;
    color: #fff;
    border-radius: 5px;
}

.block-codeship {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a96b5+0,744590+100 */
    background: #1a96b5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1a96b5 0%, #744590 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1a96b5 0%, #744590 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1a96b5 0%, #744590 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a96b5', endColorstr='#744590', GradientType=1);
    /* IE6-9 */
    max-height: 100%;
    height: 680px;
    margin: 10px;
    float: left;
    position: relative;
    left: 0px;
    z-index: 1000;
    text-align: center;
    padding: 10%;
    color: #fff;
    border-radius: 5px;
}

.block-devoptics {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50b65b+0,1ea0be+100 */
    background: #50b65b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #50b65b 0%, #1ea0be 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b65b', endColorstr='#1ea0be', GradientType=1);
    /* IE6-9 */
    margin: 10px;
    height: auto;
    max-height: 550px;
    float: left;
    position: relative;
    left: 0px;
    z-index: 1000;
    text-align: center;
    padding: 10%;
    color: #fff;
    border-radius: 5px;
}

.block-jenkins {
    background-color: #fff;
    margin: 10px;
    min-height: 300px;
    height: 100%;
    left: 0px;
    border: 1px solid #CBD1D2;
    border-radius: 5px;
    text-align: left;
    padding: 5%;
}

.btn-danger-b {
    background: #28AED4;
    color: #fff;
    border-radius: 4px;
    width: 85%;
    float: right;
}

.btn-danger-b:hover {
    background: #fff;
    color: #28AED4;
    border-radius: 4px;
    border: 1px solid #28AED4;
    width: 85%;
    float: right;
}


/* ABOUT PAGE */

.p1 {
    padding: 8px;
}

.pt1 {
    padding-top: 8px;
}

.pr1 {
    padding-right: 8px;
}

.pb1 {
    padding-bottom: 8px;
}

.pl1 {
    padding-left: 8px;
}

.px1 {
    padding-left: 8px;
    padding-right: 8px;
}

.py1 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.p2 {
    padding: 16px;
}

.pt2 {
    padding-top: 16px;
}

.pr2 {
    padding-right: 16px;
}

.pb2 {
    padding-bottom: 16px;
}

.pl2 {
    padding-left: 16px;
}

.px2 {
    padding-left: 16px;
    padding-right: 16px;
}

.py2 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p3 {
    padding: 24px;
}

.pt3 {
    padding-top: 24px;
}

.pr3 {
    padding-right: 24px;
}

.pb3 {
    padding-bottom: 24px;
}

.pl3 {
    padding-left: 24px;
}

.px3 {
    padding-left: 24px;
    padding-right: 24px;
}

.py3 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.p4 {
    padding: 32px;
}

.pt4 {
    padding-top: 32px;
}

.pr4 {
    padding-right: 32px;
}

.pb4 {
    padding-bottom: 32px;
}

.pl4 {
    padding-left: 32px;
}

.px4 {
    padding-left: 32px;
    padding-right: 32px;
}

.py4 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.p5 {
    padding: 40px;
}

.pt5 {
    padding-top: 40px;
}

.pr5 {
    padding-right: 40px;
}

.pb5 {
    padding-bottom: 40px;
}

.pl5 {
    padding-left: 40px;
}

.px5 {
    padding-left: 40px;
    padding-right: 40px;
}

.py5 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p6 {
    padding: 48px;
}

.pt6 {
    padding-top: 48px;
}

.pr6 {
    padding-right: 48px;
}

.pb6 {
    padding-bottom: 48px;
}

.pl6 {
    padding-left: 48px;
}

.px6 {
    padding-left: 48px;
    padding-right: 48px;
}

.py6 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.p7 {
    padding: 56px;
}

.pt7 {
    padding-top: 56px;
}

.pr7 {
    padding-right: 56px;
}

.pb7 {
    padding-bottom: 56px;
}

.pl7 {
    padding-left: 56px;
}

.px7 {
    padding-left: 56px;
    padding-right: 56px;
}

.py7 {
    padding-top: 56px;
    padding-bottom: 56px;
}

.p8 {
    padding: 64px;
}

.pt8 {
    padding-top: 64px;
}

.pr8 {
    padding-right: 64px;
}

.pb8 {
    padding-bottom: 64px;
}

.pl8 {
    padding-left: 64px;
}

.px8 {
    padding-left: 64px;
    padding-right: 64px;
}

.py8 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.m1 {
    margin: 8px;
}

.mt1 {
    margin-top: 8px;
}

.mr1 {
    margin-right: 8px;
}

.mb1 {
    margin-bottom: 8px;
}

.ml1 {
    margin-left: 8px;
}

.mx1 {
    margin-left: 8px;
    margin-right: 8px;
}

.my1 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.m2 {
    margin: 16px;
}

.mt2 {
    margin-top: 16px;
}

.mr2 {
    margin-right: 16px;
}

.mb2 {
    margin-bottom: 16px;
}

.ml2 {
    margin-left: 16px;
}

.mx2 {
    margin-left: 16px;
    margin-right: 16px;
}

.my2 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.m3 {
    margin: 24px;
}

.mt3 {
    margin-top: 24px;
}

.mr3 {
    margin-right: 24px;
}

.mb3 {
    margin-bottom: 24px;
}

.ml3 {
    margin-left: 24px;
}

.mx3 {
    margin-left: 24px;
    margin-right: 24px;
}

.my3 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.m4 {
    margin: 32px;
}

.mt4 {
    margin-top: 32px;
}

.mr4 {
    margin-right: 32px;
}

.mb4 {
    margin-bottom: 32px;
}

.ml4 {
    margin-left: 32px;
}

.mx4 {
    margin-left: 32px;
    margin-right: 32px;
}

.my4 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.m5 {
    margin: 40px;
}

.mt5 {
    margin-top: 40px;
}

.mr5 {
    margin-right: 40px;
}

.mb5 {
    margin-bottom: 40px;
}

.ml5 {
    margin-left: 40px;
}

.mx5 {
    margin-left: 40px;
    margin-right: 40px;
}

.my5 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m6 {
    margin: 48px;
}

.mt6 {
    margin-top: 48px;
}

.mr6 {
    margin-right: 48px;
}

.mb6 {
    margin-bottom: 48px;
}

.ml6 {
    margin-left: 48px;
}

.mx6 {
    margin-left: 48px;
    margin-right: 48px;
}

.my6 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.m7 {
    margin: 56px;
}

.mt7 {
    margin-top: 56px;
}

.mr7 {
    margin-right: 56px;
}

.mb7 {
    margin-bottom: 56px;
}

.ml7 {
    margin-left: 56px;
}

.mx7 {
    margin-left: 56px;
    margin-right: 56px;
}

.my7 {
    margin-top: 56px;
    margin-bottom: 56px;
}

.m8 {
    margin: 64px;
}

.mt8 {
    margin-top: 64px;
}

.mr8 {
    margin-right: 64px;
}

.mb8 {
    margin-bottom: 64px;
}

.ml8 {
    margin-left: 64px;
}

.mx8 {
    margin-left: 64px;
    margin-right: 64px;
}

.my8 {
    margin-top: 64px;
    margin-bottom: 64px;
}

html {
    font-size: 16px;
    line-height: 140%;
}

body {
    font-family: 'Lato', sans-serif;
}

.gray {
    color: #626A6D;
}

.mg-body {
    font-size: 1.375rem;
}

.lg-body {
    font-size: 1.125rem;
}

.sm-body {
    font-size: .875rem;
}

.hero {
    font-size: 3rem;
    font-weight: 900;
    line-height: 110%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 3rem;
    line-height: 110%;
}

h2 {
    font-size: 2.25rem;
    line-height: 120%;
}

h3 {
    font-size: 2rem;
    line-height: 120%;
}

h4 {
    font-size: 1.5rem;
    line-height: 130%;
}

h5 {
    font-size: 1.25rem;
    line-height: 130%;
}

h6 {
    font-size: 1rem;
    line-height: 140%;
}

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

.text-thin {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-ultrabold {
    font-weight: 900;
}

.Profile {
    margin-bottom: 16px;
    text-align: center;
}

.Profile-Image {
    background: #BDD8E4;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 24px;
    width: 160px;
    height: 160px;
}

@media (min-width: 992px) {
    .Profile-Image.xl {
        height: 280px;
        width: 280px;
    }
    .Profile-Image.lg {
        height: 240px;
        width: 240px;
    }
    .Profile-Image.md {
        height: 220px;
        width: 220px;
    }
    .Profile-Image.sm {
        height: 180px;
        width: 180px;
    }
    .Profile-Image.xs {
        height: 160px;
        width: 160px;
    }
}

@media (min-width: 992px) {
    div[id^='Profile'],
    div[id*=' Profile'] {
        position: absolute;
    }
}

.Profile-Name {
    font-weight: 700;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    #AboutSection-01 {
        height: 360px;
    }
    #AboutSection-02 {
        height: 470px;
    }
    #AboutSection-03 {
        height: 280px;
    }
    #AboutSection-04 {
        height: 470px;
    }
    #AboutSection-05 {
        height: 340px;
    }
    #AboutSection-06 {
        height: 300px;
        margin-bottom: 128px;
    }
    #AboutSection-Investors {
        margin-bottom: 128px;
    }
}

@media (min-width: 992px) {
    #Profile-03 {
        left: 30px;
        top: -360px;
    }
}

@media (min-width: 1200px) {
    #Profile-03 {
        left: 120px;
        top: -360px;
    }
}

@media (min-width: 992px) {
    #Profile-06 {
        left: 300px;
        top: 350px;
    }
}

@media (min-width: 1200px) {
    #Profile-06 {
        left: 336px;
        top: 350px;
    }
}

@media (min-width: 992px) {
    #Profile-09 {
        left: 100px;
        top: 230px;
    }
}

@media (min-width: 1200px) {
    #Profile-09 {
        left: 160px;
        top: 224px;
    }
}

@media (min-width: 992px) {
    #Profile-10 {
        left: 420px;
        top: 310px;
    }
}

@media (min-width: 1200px) {
    #Profile-10 {
        left: 470px;
        top: 310px;
    }
}

@media (min-width: 992px) {
    #Profile-04 {
        left: -410px;
        top: 292px;
    }
}

@media (min-width: 1200px) {
    #Profile-04 {
        left: -460px;
        top: 292px;
    }
}

@media (min-width: 992px) {
    #Profile-01 {
        left: 34px;
    }
    #Profile-02 {
        left: 106px;
    }
    #Profile-05 {
        left: 60px;
        top: 420px;
    }
    #Profile-07 {
        left: -560px;
        top: 830px;
    }
    #Profile-08 {
        left: 30px;
    }
    #Profile-11 {
        left: 450px;
        top: 364px;
    }
    #Profile-12 {
        left: 1008px;
        top: 656px;
    }
    #Profile-13 {
        left: 853px;
        top: 943px;
    }
    #Profile-14 {
        left: 616px;
        top: 1081px;
    }
}

.block-core {
    height: auto;
    margin-bottom: 10px;
    text-align: left;
    padding: 3%;
    color: #fff;
    border-radius: 5px;
}

.block-codeship {
    /* IE6-9 */
    height: auto;
    max-height: 550px;
    text-align: center;
    padding: 10%;
    color: #fff;
    border-radius: 5px;
}

.block-devoptics {
    height: auto;
    max-height: 550px;
    text-align: left;
    padding: 5%;
    color: #fff;
    border-radius: 5px;
}

.block-starter {
    background: #fff;
    height: 550px;
    max-height: 550px;
    text-align: center;
    padding: 10%;
    border: 1px solid #CBD1D2;
    border-radius: 5px;
    color: #6D6B6D;
}

.block-jenkins {
    border: 1px solid #CBD1D2;
    border-radius: 5px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    padding: 3%;
    border-radius: 5px;
    padding: 5% 5% 2% 5%;
}


/* end */

.core-green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50b65b+0,1ea0be+100 */
    background: #50b65b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #50b65b 0%, #1ea0be 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b65b', endColorstr='#1ea0be', GradientType=1);
    /* IE6-9 */
}

.devops-red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc4275+0,b23579+15,744590+100 */
    background: #bc4275;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bc4275 0%, #b23579 15%, #744590 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bc4275 0%, #b23579 15%, #744590 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bc4275 0%, #b23579 15%, #744590 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc4275', endColorstr='#744590', GradientType=1);
}

.codeship-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a96b5+0,744590+100 */
    background: #1a96b5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1a96b5 0%, #744590 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1a96b5 0%, #744590 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1a96b5 0%, #744590 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a96b5', endColorstr='#744590', GradientType=1);
}

.support-white {
    border: 1px solid #CBD1D2;
    border-radius: 5px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    padding: 3%;
    border-radius: 5px;
    padding: 5% 5% 2% 5%;
}


/* newest css */

.block-devoptics {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc4275+0,b23579+15,744590+100 */
    background: #bc4275;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bc4275 0%, #b23579 15%, #744590 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bc4275 0%, #b23579 15%, #744590 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bc4275 0%, #b23579 15%, #744590 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc4275', endColorstr='#744590', GradientType=1);
    height: auto;
    margin-bottom: 10px;
    left: 0px;
    padding: 3%;
    color: #fff;
    border-radius: 5px;
}

.block-codeship {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a96b5+0,744590+100 */
    background: #1a96b5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1a96b5 0%, #744590 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1a96b5 0%, #744590 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1a96b5 0%, #744590 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a96b5', endColorstr='#744590', GradientType=1);
    /* IE6-9 */
    height: auto;
    max-height: 550px;
    text-align: center;
    padding: 10%;
    color: #fff;
    border-radius: 5px;
}

.block-core {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50b65b+0,1ea0be+100 */
    background: #50b65b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #50b65b 0%, #1ea0be 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b65b', endColorstr='#1ea0be', GradientType=1);
    /* IE6-9 */
    height: auto;
    max-height: 550px;
    text-align: center;
    padding: 10%;
    color: #fff;
    border-radius: 5px;
}

.block-starter {
    background: #fff;
    margin: 10px;
    height: 550px;
    max-height: 550px;
    left: 0px;
    z-index: 1000;
    text-align: center;
    padding: 10%;
    border: 1px solid #CBD1D2;
    border-radius: 5px;
    color: #6D6B6D;
}

.block-jenkins {
    border: 1px solid #CBD1D2;
    border-radius: 5px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    left: 0px;
    z-index: 1000;
    text-align: left;
    padding: 3%;
    border-radius: 5px;
    padding: 5% 5% 2% 5%;
}

.prod-panel {
    background-color: #fff;
    max-height: 100%;
    padding: 5%;
    text-align: left;
    border-left: 1px solid #CBD1D2;
    border-bottom: 1px solid #CBD1D2;
    border-right: 1px solid #CBD1D2;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.panel-price {
    height: auto;
    height: 609px;
    border: 1px solid #CBD1D2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 5%;
    padding: 0% 7% 10% 7%;
    background: #fff;
}

.b-dev-ops {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc4275+0,b23579+15,744590+100 */
    background: #bc4275;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bc4275 0%, #b23579 15%, #744590 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bc4275 0%, #b23579 15%, #744590 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bc4275 0%, #b23579 15%, #744590 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc4275', endColorstr='#744590', GradientType=1);
    height: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.b-core {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50b65b+0,1ea0be+100 */
    background: #50b65b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #50b65b 0%, #1ea0be 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #50b65b 0%, #1ea0be 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b65b', endColorstr='#1ea0be', GradientType=1);
    /* IE6-9 */
    height: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.b-codeship {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a96b5+0,744590+100 */
    background: #1a96b5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1a96b5 0%, #744590 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1a96b5 0%, #744590 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1a96b5 0%, #744590 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a96b5', endColorstr='#744590', GradientType=1);
    height: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.b-support {
    background: #5F6E74;
    height: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.b-kit {
    background: #1996B5;
    height: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

