@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i'); /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent;
}

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

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

b,
strong {
    font-weight: 700;
}

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 {
    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;
    box-sizing: content-box;
}

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

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

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family:
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

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

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    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: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    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 #eee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role='button'] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

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

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.small,
small {
    font-size: 85%;
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.initialism,
.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-none {
    text-transform: none;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd,
dt {
    line-height: 1.42857;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: ' ';
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family:
        Menlo,
        Monaco,
        Consolas,
        Courier New,
        monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

.container:after,
.container:before {
    content: ' ';
    display: table;
}

.container:after {
    clear: both;
}

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

.container-fluid:after,
.container-fluid:before {
    content: ' ';
    display: table;
}

.container-fluid:after {
    clear: both;
}

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

.row:after,
.row:before {
    content: ' ';
    display: table;
}

.row:after {
    clear: both;
}

.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,
.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,
.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,
.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 {
    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-1 {
    width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

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

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

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

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

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

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

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

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

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

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

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

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

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

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

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

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

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

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

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

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

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

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

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

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

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

@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-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

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

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

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

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

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

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

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

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

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

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

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

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

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

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

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

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

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

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

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

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

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

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

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

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

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

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

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

@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-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

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

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

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

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

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

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

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

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

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

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

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

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

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

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

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

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

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

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

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

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

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

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

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

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

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

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

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

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

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

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}

caption,
th {
    text-align: left;
}

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

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}

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

fieldset,
legend {
    padding: 0;
    border: 0;
}

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type='search'] {
    box-sizing: border-box;
}

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

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

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

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

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

output {
    padding-top: 7px;
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

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

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

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

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

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='date'].form-control,
    input[type='datetime-local'].form-control,
    input[type='month'].form-control,
    input[type='time'].form-control {
        line-height: 34px;
    }

    .input-group-sm > .input-group-btn > input[type='date'].btn,
    .input-group-sm > .input-group-btn > input[type='datetime-local'].btn,
    .input-group-sm > .input-group-btn > input[type='month'].btn,
    .input-group-sm > .input-group-btn > input[type='time'].btn,
    .input-group-sm > input[type='date'].form-control,
    .input-group-sm > input[type='date'].input-group-addon,
    .input-group-sm > input[type='datetime-local'].form-control,
    .input-group-sm > input[type='datetime-local'].input-group-addon,
    .input-group-sm > input[type='month'].form-control,
    .input-group-sm > input[type='month'].input-group-addon,
    .input-group-sm > input[type='time'].form-control,
    .input-group-sm > input[type='time'].input-group-addon,
    .input-group-sm input[type='date'],
    .input-group-sm input[type='datetime-local'],
    .input-group-sm input[type='month'],
    .input-group-sm input[type='time'],
    input[type='date'].input-sm,
    input[type='datetime-local'].input-sm,
    input[type='month'].input-sm,
    input[type='time'].input-sm {
        line-height: 30px;
    }

    .input-group-lg > .input-group-btn > input[type='date'].btn,
    .input-group-lg > .input-group-btn > input[type='datetime-local'].btn,
    .input-group-lg > .input-group-btn > input[type='month'].btn,
    .input-group-lg > .input-group-btn > input[type='time'].btn,
    .input-group-lg > input[type='date'].form-control,
    .input-group-lg > input[type='date'].input-group-addon,
    .input-group-lg > input[type='datetime-local'].form-control,
    .input-group-lg > input[type='datetime-local'].input-group-addon,
    .input-group-lg > input[type='month'].form-control,
    .input-group-lg > input[type='month'].input-group-addon,
    .input-group-lg > input[type='time'].form-control,
    .input-group-lg > input[type='time'].input-group-addon,
    .input-group-lg input[type='date'],
    .input-group-lg input[type='datetime-local'],
    .input-group-lg input[type='month'],
    .input-group-lg input[type='time'],
    input[type='date'].input-lg,
    input[type='datetime-local'].input-lg,
    input[type='month'].input-lg,
    input[type='time'].input-lg {
        line-height: 46px;
    }
}

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

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline input[type='checkbox'],
.checkbox input[type='checkbox'],
.radio-inline input[type='radio'],
.radio input[type='radio'] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px;
}

.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px;
}

.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

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

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

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

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

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #67b168;
}

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

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

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

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

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #c0a16b;
}

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

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

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

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

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #ce8483;
}

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

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

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

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

@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 .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type='checkbox'],
    .form-inline .radio input[type='radio'] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

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

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: ' ';
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

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

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown,
.dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: '';
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: ' ';
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    content: ' ';
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn input[type='radio'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*='col-'] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type='checkbox'],
.input-group-addon input[type='radio'] {
    margin-top: 0;
}

.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:after,
.nav:before {
    content: ' ';
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}

.nav > li > a {
    padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

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

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

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

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:after,
.navbar:before {
    content: ' ';
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:after,
.navbar-header:before {
    content: ' ';
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: ' ';
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand,
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow:
        inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
        0 1px 0 hsla(0, 0%, 100%, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }

    .navbar-form .checkbox input[type='checkbox'],
    .navbar-form .radio input[type='radio'] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: '/ ';
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

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

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:after,
.pager:before {
    content: ' ';
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes a {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes a {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal,
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:after,
.modal-header:before {
    content: ' ';
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
    content: ' ';
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family:
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: '';
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: ' ';
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: ' ';
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: ' ';
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: ' ';
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel,
.carousel-inner {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media (-webkit-transform-3d), (transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition:
            transform 0.6s ease-in-out,
            -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001)
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5)
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:after,
.clearfix:before {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

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

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

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

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.black-bg {
    background-color: #000;
}

.black-text {
    color: #000;
}

.light-gray-bg {
    background-color: #f4f4f4;
}

.med-gray-bg {
    background-color: #dadddc;
}

.dark-gray-bg {
    background-color: #55585a;
}

.dark-gray-text {
    color: #55585a;
}

.dark-blue-bg {
    background-color: #002854;
}

.dark-blue-vertical-gradient-bg {
    background-image: linear-gradient(0deg, #00518d 9%, #002854);
}

.dark-blue-horizontal-gradient-bg {
    background-image: linear-gradient(270deg, #002854, #00518d);
}

.grey-blue {
    background-color: #274463;
}

.light-blue-bg {
    background-color: #468cff;
}

.link-blue {
    color: #0047ba;
}

.link-blue-light {
    color: #468cff;
}

.grey-blue-text {
    color: #274463;
}

.grey-blue-bg {
    background-color: #274463;
}

.teal {
    background-color: #00b4a0;
}

.teal-text {
    color: #00b4a0;
}

.dark-teal {
    background-color: #005a64;
}

.dark-teal-text {
    color: #005a64;
}

.med-gray-text {
    color: #55585a;
}

.med-blue-text {
    color: #1e3c63;
}

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

.white-text {
    color: #fff;
}

.orange-text {
    color: #ff8700;
}

#cwf-contact-forms-container > input {
    position: absolute;
    left: -50000px;
}

#cwf-contact-forms-container .cwf-contact-form-container {
    border: 2px solid #000;
}

#cwf-contact-forms-container .cwf-contact-form-container > label {
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 30px;
    width: 100%;
    margin-bottom: 0;
}

#cwf-contact-forms-container
    .cwf-contact-form-container
    > label.cwf-contact-form-btn:hover {
    color: #ff8700;
}

#cwf-contact-forms-container
    .cwf-contact-form-container
    label[for='cwf-contact-forms-group-remove'] {
    display: none;
}

#cwf-contact-forms-container .cwf-contact-form-container > input {
    position: absolute;
    left: -50000px;
}

#cwf-contact-forms-container
    .cwf-contact-form-container
    > input:checked
    ~ .cwf-contact-form {
    max-height: 5000px;
    transition: max-height 0.6s ease-in;
}

#cwf-contact-forms-container
    .cwf-contact-form-container
    > input:checked
    ~ label {
    display: none;
}

#cwf-contact-forms-container
    .cwf-contact-form-container
    > input:checked
    ~ label[for='cwf-contact-forms-group-remove'] {
    display: block;
}

#cwf-contact-forms-container .cwf-contact-form {
    max-height: 0;
    transition: max-height 0.6s ease-out;
    overflow: hidden;
    line-height: 1.6;
}

#cwf-contact-forms-container .cwf-contact-form.marketo {
    overflow: visible;
    display: none;
}

#cwf-contact-forms-container .cwf-contact-form .cwf-contact-form-content {
    padding: 0 30px 30px;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .cwf-contact-form-blurb
    h3 {
    margin-bottom: 12px;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .cwf-contact-form-blurb
    b,
#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .cwf-contact-form-blurb
    strong {
    font-weight: 500;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .cwf-contact-form-blurb
    p:last-child {
    padding-bottom: 0;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .conduent-marketo-form-container
    .conduent-marketo-form {
    background-color: #fff;
    max-width: none;
    padding: 30px 0 0;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .conduent-marketo-form-container
    .conduent-marketo-form
    form {
    padding: 0;
}

@media (min-width: 768px) {
    #cwf-contact-forms-container
        .cwf-contact-form
        .cwf-contact-form-content
        .conduent-marketo-form-container
        .conduent-marketo-form
        form {
        padding: 0 30px 20px;
    }
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .conduent-marketo-form-container
    .conduent-marketo-form
    #cwf-file-upload-error
    span {
    color: #b80c0c;
    display: inline-block;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .conduent-marketo-form-container
    .conduent-marketo-form
    .conduent-marketo-content {
    display: none;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .gform_confirmation_wrapper {
    background-color: #fff;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .gform_wrapper {
    padding: 30px 0 0;
    margin: 0;
    background-color: #fff;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .gform_wrapper:before {
    display: none;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .gform_wrapper
    .gform_body {
    padding: 0 0 30px;
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .gform_wrapper
    .gform_body:before {
    display: none;
}

@media (min-width: 768px) {
    #cwf-contact-forms-container
        .cwf-contact-form
        .cwf-contact-form-content
        .gform_wrapper
        .gform_body {
        padding: 0 30px 30px;
    }
}

#cwf-contact-forms-container
    .cwf-contact-form
    .cwf-contact-form-content
    .gform_wrapper
    .gform_footer {
    padding: 0;
}

@media (min-width: 768px) {
    #cwf-contact-forms-container
        .cwf-contact-form
        .cwf-contact-form-content
        .gform_wrapper
        .gform_footer {
        padding: 0 30px 20px;
    }
}

a.contactUs_sidebar_link {
    color: #000;
}

a span.contactUs_sidebar_link_icon {
    font-size: 18px;
}

.contactUs-hero-rightSection,
.contactUs-hero-rightSection a {
    margin-top: 150px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-weight: 300;
}

.contactUs-hero-rightSection a {
    font-weight: 600;
    margin: 0;
}

.contactUs-hero-rightSection a:hover {
    text-decoration: underline;
    color: #fff;
}

.col-sm-6.headerLeftColumnWrap > div.col-sm-12 h2.cwf-margin-top-20 {
    margin-top: 0;
}

.cwf-contactUs-wrapper input,
.cwf-contactUs-wrapper select {
    display: inline-block !important;
    width: 100% !important;
    float: left !important;
    box-sizing: border-box !important;
    padding: 10px 15px !important;
    background-color: #fff !important;
    border: 1px solid #55585a !important;
    outline: none !important;
    min-height: 0 !important;
    transition: min-height 0.1s ease-in-out !important;
    font-family:
        Open Sans,
        Arial,
        sans-serif !important;
    color: #333 !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
}

.cwf-contactUs-wrapper select {
    height: 50px !important;
}

.cwf-contactUs-wrapper label,
.cwf-contactUs-wrapper label strong {
    width: auto !important;
    font-size: 20px;
    font-family:
        Open Sans,
        sans-serif;
    font-weight: 300 !important;
    color: #000;
    line-height: 1.6em !important;
    margin-bottom: 5px;
}

.cwf-contactUs-wrapper .mktoAsterix {
    display: inline-block;
    float: right !important;
    color: #000 !important;
}

.cwf-contactUs-wrapper form,
.cwf-contactUs-wrapper textarea {
    width: 100% !important;
}

.cwf-contactUs-wrapper button {
    display: block;
    width: auto;
    border: 2px solid #000 !important;
    border-radius: 0;
    padding: 18px 48px !important;
    color: #55585a !important;
    background-color: #fff !important;
    background-image: none;
    text-transform: uppercase;
    font-family:
        Open Sans,
        Arial,
        sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: auto !important;
    background-image: none !important;
    letter-spacing: 0.6px;
    line-height: 1;
    transition: background-color 0.3s;
}

.cwf-contactUs-wrapper button:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.cwf-contactUs-wrapper .mktoFormCol {
    display: inline-block;
    width: 50%;
}

.cwf-contactUs-wrapper .mktoForm .mktoFieldWrap {
    float: left;
    width: 95%;
}

.cwf-contactUs-wrapper
    #mktoForm_2735
    > div:nth-child(3)
    > div:nth-child(2)
    > div.mktoFieldWrap
    > label
    > div,
.cwf-contactUs-wrapper
    .mktoFormRow
    .mktoFormCol:first-child
    .mktoOffset:nth-child(1) {
    display: none !important;
}

#mktoForm_2735 > div:nth-child(7) > div.mktoFieldDescriptor.mktoFormCol,
#mktoForm_2735
    > div:nth-child(7)
    > div.mktoFieldDescriptor.mktoFormCol
    > div.mktoFieldWrap.mktoRequiredField,
#mktoForm_2744 > div:nth-child(8) > div.mktoFieldDescriptor.mktoFormCol,
#mktoForm_2744
    > div:nth-child(8)
    > div.mktoFieldDescriptor.mktoFormCol
    > div.mktoFieldWrap.mktoRequiredField {
    width: 100%;
}

#mktoForm_2783 .mktoCheckboxList,
#mktoForm_2783 input {
    width: 100% !important;
}

#mktoForm_2783 .mktoCheckboxList input {
    width: auto !important;
    margin: 4px 0 0;
}

#mktoForm_2783 .mktoCheckboxList label {
    margin-top: -0.3em;
}

#mktoForm_2783 div:nth-child(8) > div.mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .contactUs-hero-rightSection {
        margin-top: 25px;
        padding-top: 25px;
        color: #000;
        font-weight: 300;
        border-top: 1px solid #000;
        text-shadow: none;
    }

    .contactUs-hero-rightSection a {
        color: #000;
        text-shadow: none;
    }

    .row.cwf-margin-top-xs-100.cwf-margin-bottom-150 {
        margin: 50px 0;
    }

    .cwf-contactUs-sidebar {
        padding-top: 50px;
        margin-top: 25px;
        border-top: 1px solid #000;
    }

    .cwf-contactUs-wrapper .mktoFormCol {
        display: block;
        width: 100%;
        clear: both;
    }

    .cwf-contactUs-wrapper .mktoFormCol .mktoOffset {
        display: none !important;
    }

    .cwf-contactUs-wrapper input,
    .cwf-contactUs-wrapper select {
        padding: 10px 15px !important;
        height: 50px !important;
    }

    .cwf-contactUs-wrapper textarea {
        height: 250px !important;
    }
}

.sample-component {
    min-width: 100%;
    text-align: center;
}

#cwf-hdr-search-form-embed .cwf-hdr-searchbox-container {
    position: relative;
}

#cwf-hdr-search-form-embed .cwf-hdr-searchbox-container #cwf-hdr-search-input {
    position: relative;
    display: inline-block;
    font-family:
        Open Sans,
        sans-serif;
    width: 100%;
    padding-right: 20px;
    height: 30px;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
}

@media (min-width: 768px) {
    #cwf-hdr-search-form-embed
        .cwf-hdr-searchbox-container
        #cwf-hdr-search-input {
        font-size: 24px;
        height: 50px;
    }
}

#cwf-hdr-search-form-embed
    .cwf-hdr-searchbox-container
    > input:-ms-input-placeholder {
    color: #aaafb9;
    opacity: 1;
}

#cwf-hdr-search-form-embed .cwf-hdr-searchbox-container > input::-ms-clear {
    display: none;
}

#cwf-hdr-search-form-embed .cwf-hdr-searchbox-container #cwf-hdr-search-clear {
    height: 14px;
    width: 14px;
    position: absolute;
    display: inline-block;
    bottom: 14px;
    right: 15px;
    cursor: pointer;
}

#cwf-hdr-search-form-embed
    .cwf-hdr-searchbox-container
    #cwf-hdr-search-clear
    .cwf-hdr-search-clear-line {
    background-color: #55585a;
    position: absolute;
    margin-bottom: 2px;
    display: block;
    width: 18px;
    height: 2px;
    top: 6px;
    left: -2px;
}

#cwf-hdr-search-form-embed
    .cwf-hdr-searchbox-container
    #cwf-hdr-search-clear
    #cwf-hdr-search-clear-line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cwf-hdr-search-form-embed
    .cwf-hdr-searchbox-container
    #cwf-hdr-search-clear
    #cwf-hdr-search-clear-line-2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.algolia-autocomplete .aa-dropdown-menu {
    font-family:
        Open Sans,
        sans-serif;
    padding: 10px 5px;
}

.algolia-autocomplete .aa-dropdown-menu .autocomplete-header {
    line-height: 1.6em;
    margin-bottom: 2px;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestions {
    margin-bottom: 8px;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    background: rgba(39, 68, 99, 0.2);
}

.algolia-autocomplete
    .aa-dropdown-menu
    .aa-suggestion
    .suggestion-post-content
    em {
    box-shadow: inset 0 -2px 0 0 rgba(39, 68, 99, 0.8);
}

.algolia-stats {
    color: #55585a;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadddc;
}

.algolia-stats .ais-stats--time {
    display: none;
}

.filter-toggle {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

@media (min-width: 768px) {
    .filter-toggle {
        display: none;
    }
}

.filter-toggle:after {
    content: '+';
    position: absolute;
    top: -5px;
    right: -15px;
    font-size: 18px;
}

.filter-toggle.open:after {
    content: '-';
}

.ais-facets {
    margin: 32px 0;
    display: none;
}

@media (min-width: 768px) {
    .ais-facets {
        margin: 64px 0 48px;
        display: block;
        display: -webkit-box;
        display: flex;
    }
}

@media (min-width: 768px) {
    .ais-facets .ais-menu--list {
        display: -webkit-box;
        display: flex;
    }
}

.ais-facets .ais-menu--item__active .ais-menu--link {
    color: #000;
    border: 2px solid #ff8700;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.ais-facets .ais-clear-all--link,
.ais-facets .ais-menu--link {
    font-size: 16px;
    color: #55585a;
    padding: 16px 24px;
    display: block;
    font-weight: 400;
}

@media (min-width: 768px) {
    .ais-facets .ais-clear-all--link,
    .ais-facets .ais-menu--link {
        margin-right: 8px;
        display: inline-block;
    }
}

.ais-facets .ais-clear-all--link__active {
    color: #000;
    border: 2px solid #ff8700;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.algolia-search-box {
    display: none;
}

.algolia-search-box .ais-search-box--input {
    position: relative;
    display: inline-block;
    font-family:
        Open Sans,
        sans-serif;
    width: 100%;
    padding-right: 20px;
    height: 30px;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

@media (min-width: 768px) {
    .algolia-search-box .ais-search-box--input {
        font-size: 24px;
        height: 50px;
    }
}

.algolia-search-box .ais-search-box--input:-ms-input-placeholder {
    color: #aaafb9;
    opacity: 1;
}

.algolia-search-box .ais-search-box--input::-ms-clear {
    display: none;
}

.ais-wrapper {
    display: none;
    padding-top: 50px;
}

@media (max-width: 768px) {
    .ais-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.search-active .ais-wrapper {
    display: block;
}

.search-active .content-area {
    display: none;
}

@media (max-width: 768px) {
    .ais-hits {
        margin-right: 20px;
    }
}

.search-no-results .algolia-stats {
    display: none;
}

.search-no-results .col-sm-8 {
    width: 100%;
}

.search-no-results .col-sm-4 {
    display: none;
}

.ais-hits__empty .empty-notice {
    background-color: #f4f4f4;
    border-left: 4px solid #ff8700;
    padding: 53px 15px 20px 20px;
    position: relative;
}

@media (min-width: 768px) {
    .ais-hits__empty .empty-notice {
        padding: 17px 34px 17px 60px;
        margin-top: 20px;
    }
}

.ais-hits__empty .empty-notice:before {
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    background: url(background-images/i_alert-triangle.svg) no-repeat 0 0;
    width: 23px;
    height: 20px;
    background-size: 23px 20px;
    display: block;
    margin-left: 20px;
}

@media (min-width: 768px) {
    .ais-hits__empty .empty-notice:before {
        top: auto;
    }
}

.ais-hits__empty .empty-content {
    margin: 29px 0 0;
}

@media (min-width: 768px) {
    .ais-hits__empty .empty-content {
        margin: 64px 0 0;
    }
}

.ais-hits__empty .empty-content h2 {
    color: #000;
    margin-bottom: 12px;
    font-size: 24px;
}

@media (min-width: 768px) {
    .ais-hits__empty .empty-content h2 {
        margin-bottom: 30px;
    }
}

.ais-hits__empty .empty-content p {
    padding-bottom: 10px;
    color: #55585a;
    font-size: 16px;
    margin-bottom: 12px;
}

.ais-hits__empty .empty-content__list {
    color: #55585a;
    list-style: none;
    padding: 0;
}

.ais-hits__empty .empty-content__list li {
    padding: 0 0 5px 27px;
    font-size: 16px;
    position: relative;
}

.ais-hits__empty .empty-content__list li span {
    margin-right: 8px;
}

.ais-hits__empty .empty-content__list li:before {
    content: '';
    position: absolute;
    background-color: #9e9e9e;
    width: 16px;
    height: 2px;
    top: 10px;
    left: 0;
}

.ais-article {
    margin-top: 32px;
}

@media (min-width: 768px) {
    .ais-article {
        display: -webkit-box;
        display: flex;
        margin-top: 48px;
    }
}

.ais-article .ais--image {
    display: none;
}

@media (min-width: 768px) {
    .ais-article .ais--image {
        display: block;
        margin-right: 24px;
        position: relative;
        height: 170px;
        width: 170px;
        flex-shrink: 0;
    }
}

.ais-article .ais--image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.ais-article .title {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.2;
}

.ais-article .excerpt {
    line-height: 1.5;
}

.ais-article .excerpt p {
    color: #55585a;
    font-size: 16px;
    font-weight: 400;
}

.ais-article .excerpt .date {
    color: #55585a;
    display: block;
    margin-bottom: 6px;
}

.ais-article .post-type {
    text-transform: uppercase;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    background-color: #f4f4f4;
    letter-spacing: 0.6px;
    display: inline-block;
}

.ais-article .ais-event-date {
    display: none;
}

@media (min-width: 768px) {
    .ais-article .ais-event-date {
        display: block;
        padding: 4px 18px;
        background-color: #fff;
        position: absolute;
        top: 0;
        text-align: center;
        left: 0;
    }
}

.ais-article .ais-event-date__day {
    font-weight: 700;
    font-size: 24px;
    display: block;
    line-height: 1;
}

.ais-article .ais-event-date__month {
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    color: #55585a;
}

.ais-article .date--passed {
    text-decoration: line-through;
}

.ais-article .event-status {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px;
}

.ais-article .event-status--upcoming {
    color: #00837b;
}

.ais-article .event-status--passed {
    color: #c92500;
}

.ais-cta {
    padding-top: 32px;
    border-top: 1px solid #dadddc;
}

@media (min-width: 768px) {
    .ais-cta {
        border-top: none;
        padding-top: 0;
        margin: 48px 0;
    }
}

.ais-cta .cta__container {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 40px;
    background: #002854;
    background-image: linear-gradient(0deg, #002855, rgba(70, 140, 255, 0.3));
    text-align: center;
}

@media (max-width: 345px) {
    .ais-cta .cta__container {
        padding: 40px 20px;
    }
}

.ais-cta .cta__icon {
    background: url(/wp-content/themes/conduent-corporate/img/i_conduent-star.svg)
        no-repeat 0 0;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.ais-cta .cta__content {
    position: relative;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.25px;
    color: #fff;
    z-index: 1;
    width: 100%;
}

.ais-cta .cta__link {
    display: inline-block;
    padding: 14px 52px;
    border-radius: 28px;
    height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    background-image:
        linear-gradient(
            236deg,
            #14c9b5,
            hsla(0, 0%, 63%, 0.32) 37%,
            transparent
        ),
        linear-gradient(180deg, #00837b, #00837b);
    transition: background-image 0.3s ease-in-out;
}

#algolia-pagination {
    margin: 30px 0;
}

#algolia-pagination ul.ais-pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}

#algolia-pagination ul.ais-pagination li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

#algolia-pagination ul.ais-pagination li.ais-pagination--item__page {
    padding: 0;
}

#algolia-pagination
    ul.ais-pagination
    li.ais-pagination--item__page
    .ais-pagination--link {
    font-size: 14px;
    padding: 8px;
    color: #55585a;
    border: 1px solid #dadddc;
    margin: 0 4px;
    font-weight: 600;
    transition: 0.03s ease;
    display: block;
}

#algolia-pagination
    ul.ais-pagination
    li.ais-pagination--item__page
    .ais-pagination--link:focus,
#algolia-pagination
    ul.ais-pagination
    li.ais-pagination--item__page
    .ais-pagination--link:hover {
    text-decoration: underline;
}

#algolia-pagination
    ul.ais-pagination
    li.ais-pagination--item__active
    .ais-pagination--link {
    color: #fff;
    background-color: #274463;
    border: 1px solid transparent;
}

#algolia-pagination ul.ais-pagination li.ais-pagination--item__next a,
#algolia-pagination ul.ais-pagination li.ais-pagination--item__next span,
#algolia-pagination ul.ais-pagination li.ais-pagination--item__previous a,
#algolia-pagination ul.ais-pagination li.ais-pagination--item__previous span {
    color: #55585a;
    font-weight: 400;
    padding: 0 5px;
    display: inline-block;
    font-size: 28px;
}

#algolia-pagination ul.ais-pagination li.ais-pagination--item__next a,
#algolia-pagination ul.ais-pagination li.ais-pagination--item__next span {
    margin-right: 7px;
}

#algolia-pagination ul.ais-pagination li.ais-pagination--item__previous a,
#algolia-pagination ul.ais-pagination li.ais-pagination--item__previous span {
    margin-left: 7px;
}

.cwf_full_page_article_sidebar_container {
    width: 100%;
    z-index: 100;
}

.cwf_full_page_article_sidebar_container.scroll {
    position: absolute;
}

.cwf_full_page_article_sidebar_container.fixed {
    position: fixed;
}

.cwf_full_page_article_sidebar_container .cwf_full_page_article_sidebar {
    float: right;
    padding: 20px;
    background-color: #ccc;
}

.video-wrapper {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.video-wrapper .cwf-video-player {
    cursor: pointer;
    width: 100%;
}

.video-wrapper .cwf-video-player-overlay-button {
    box-sizing: border-box;
    width: 90px;
    height: 90px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    display: block;
    opacity: 0.8;
    cursor: pointer;
}

.video-wrapper .cwf-video-player-overlay-button:hover {
    opacity: 1;
}

.video-wrapper .cwf-video-player-overlay-button.hide-btn {
    display: none;
}

.video-addon {
    margin-bottom: 30px;
    margin-top: 60px;
}

.cwf-video-player-modal-button {
    margin: 15px 0;
}

.cwf-video-player-modal-text-link {
    cursor: pointer;
    margin: 10px 0;
    display: inline-block;
}

.masonry-video-overlay .video-wrapper {
    margin: 0 auto;
    width: 80%;
}

@media (min-width: 1200px) {
    .masonry-video-overlay .video-wrapper {
        width: 70%;
    }
}

body {
    font-size: 16px;
    line-height: 30px;
    font-family:
        Open Sans,
        sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 32px;
    line-height: 1.5em;
    color: #000;
}

.h1,
h1 {
    font-size: 40px;
    margin: 32px 0;
    font-weight: 300;
    line-height: 1.5em;
}

@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 28px;
        margin: 8px 0 32px;
    }
}

.h1.xlarge,
h1.xlarge {
    font-size: 64px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .h1.xlarge,
    h1.xlarge {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .h1.xlarge,
    h1.xlarge {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .h1.tablet-outlier,
    h1.tablet-outlier {
        font-size: 40px;
    }
}

.h2,
h2 {
    line-height: 1.5;
    font-weight: 300;
    font-size: 24px;
}

.h2.large,
h2.large {
    font-size: 32px;
}

.h2.light,
h2.light {
    font-weight: 300;
}

@media (max-width: 991px) {
    .h2,
    h2 {
        font-size: 20px;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .h2.tablet-outlier,
    h2.tablet-outlier {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .h2.tablet-outlier,
    h2.tablet-outlier {
        margin-bottom: 16px;
    }
}

.error404 h2 {
    margin: 0 0 15px;
}

.h3,
h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
}

.h3.less-margin,
h3.less-margin {
    margin: 0 0 15px;
}

.h3.light,
h3.light {
    font-weight: 300;
}

@media (max-width: 991px) {
    .h3.xs-small,
    h3.xs-small {
        font-size: 16px;
    }
}

h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 48px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h4.title {
    transition: color 0.3s ease;
    color: #000;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}

h5.small {
    font-size: 14px;
}

h6 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

h6.regular-text {
    text-transform: none;
}

h6.light-text {
    font-weight: 300;
}

strong.semibold {
    font-weight: 500;
}

.single-articles #breadcrumbs li,
.single-insights #breadcrumbs li,
.single-topics #breadcrumbs li {
    font-size: 12px;
    line-height: 25px;
}

.pb_column_container.col-sm-12.col-lg-3.col-md-3 h3 {
    margin-bottom: 16px;
}

.pb_column_container.col-sm-12.col-lg-3.col-md-3 h3 a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pb_column_container.col-sm-12.col-lg-3.col-md-3 h3 a:hover {
    color: #ff8700;
    text-decoration: underline;
}

p {
    padding-bottom: 24px;
    color: #000;
    margin-bottom: 0;
}

ol,
p,
ul {
    font-size: 20px;
}

@media (max-width: 991px) {
    ol,
    p,
    ul {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    ol.tablet-outlier,
    p.tablet-outlier,
    ul.tablet-outlier {
        font-size: 20px;
    }
}

ol.small,
p.small,
ul.small {
    font-size: 14px;
}

a {
    color: #0047ba;
    font-weight: 500;
}

a:hover {
    color: #ff8700;
    text-decoration: none;
}

a.white-text:focus {
    text-decoration: none;
    color: #fff;
}

a.white-text:focus:hover,
a.white-text:hover {
    color: #ff8700;
}

.cwf-caption {
    padding-top: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #000;
}

@media (min-width: 768px) {
    .cwf-caption {
        font-size: 14px;
        line-height: 19px;
    }
}

.cwf-caption.header {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

ol,
ul {
    margin-bottom: 0;
}

ol,
ol li,
ul,
ul li {
    padding-bottom: 24px;
}

ol li:last-child,
ul li:last-child {
    padding-bottom: 0;
}

li + ul {
    padding-top: 24px;
}

.cwf-list {
    padding-bottom: 32px;
}

.cwf-list.header {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.cwf-list.description {
    padding-bottom: 0;
}

.i-cwf-video-icon {
    bottom: -0.75em !important;
}

hr {
    border-top: 1px solid #000;
}

hr.white {
    border-top: 1px solid #fff;
}

hr.med-gray {
    border-top: 1px solid #dadddc;
}

hr.no-bottom-margin {
    margin-bottom: 0;
}

hr.no-top-margin {
    margin-top: 0;
}

.flex-container {
    display: -webkit-box;
    display: flex;
}

@media (max-width: 991px) {
    .hr.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.eyebrow {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1.5;
}

.caret {
    border: none;
}

.caret:before {
    content: '\e907';
    padding-left: 8px;
    display: inline-block;
    font-family: conduent_icon_font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 0;
}

.i-cwf-caret-right-icon.after:before {
    content: '';
}

.i-cwf-caret-right-icon.after:after {
    content: '\e908';
    padding-left: 8px;
    display: inline-block;
    font-family: conduent_icon_font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.cwf-pagination {
    padding: 48px 0 104px;
    max-width: 720px;
}

.cwf-pagination.no-results {
    display: none;
}

.cwf-pagination form {
    margin-left: auto;
    margin-right: 5%;
}

@media (max-width: 991px) {
    .cwf-pagination {
        padding: 48px 40px 80px;
        max-width: 432px;
    }
}

@media (max-width: 767px) {
    .cwf-pagination {
        padding: 48px 0;
        max-width: 360px;
    }
}

.cwf-pagination .input-group {
    max-width: 320px;
}

.cwf-pagination .pagination-arrow polygon {
    fill: transparent;
    stroke-width: 1px;
}

.cwf-pagination .pagination-arrow text {
    font-size: 14px;
    stroke-width: 0;
    background-color: #fff;
    font-weight: 400;
}

.cwf-pagination .pagination-arrow:not(.disabled) {
    cursor: pointer;
}

.cwf-pagination .pagination-arrow:not(.disabled) polygon {
    stroke: #000;
    transition: stroke 0.3s ease;
}

.cwf-pagination .pagination-arrow:not(.disabled):hover polygon {
    stroke: #ff8700;
}

.cwf-pagination .pagination-arrow:not(.disabled) text {
    fill: #000;
    transition: fill 0.3s ease;
}

.cwf-pagination .pagination-arrow:not(.disabled):hover text {
    fill: #ff8700;
}

.cwf-pagination .pagination-arrow.disabled {
    cursor: default;
}

.cwf-pagination .pagination-arrow.disabled polygon {
    stroke: #aaafb9;
}

.cwf-pagination .pagination-arrow.disabled text {
    fill: #aaafb9;
}

.cwf-pagination .number-container {
    display: -webkit-box;
    display: flex;
    padding-top: 4px;
}

.cwf-pagination .number-container .form-control {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: 5%;
    background-color: #f4f4f4;
    border: none;
    font-weight: 700;
    border-radius: 0;
    box-shadow: none;
}

.cwf-pagination .number-container .of-number {
    padding-top: 12px;
    margin-left: 4px;
    margin-right: auto;
    font-size: 12px;
}

.cwf-pagination .btn-pagination {
    border: 2px solid #000;
    padding: 9px 0 12px;
    font-size: 14px;
    width: 75px;
    background-color: #fff;
    color: #000;
}

.cwf-pagination .btn-pagination:hover {
    border: 2px solid #ff8700;
    background-color: #fff;
    box-shadow: none;
}

.cwf-pagination .btn-pagination:hover:after,
.cwf-pagination .btn-pagination:hover:before {
    color: #ff8700;
}

.cwf-pagination .btn-pagination.prev {
    padding-right: 16px;
    border-left: 2px solid #fff;
}

.cwf-pagination .btn-pagination.prev:before {
    content: '\e906';
    display: block;
    font-family: conduent_icon_font;
    font-weight: 200;
    font-size: 42px;
    margin-left: -14px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cwf-pagination .btn-pagination.next {
    border-right: 2px solid #fff;
}

.cwf-pagination .btn-pagination.next:after {
    content: '\e906';
    display: block;
    font-family: conduent_icon_font;
    font-weight: 200;
    font-size: 42px;
    position: absolute;
    margin-left: 72px;
    top: -8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cwf-breadcrumbs {
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 10;
}

@media (max-width: 767px) {
    .cwf-breadcrumbs {
        display: none;
    }
}

.cwf-breadcrumbs #breadcrumbs {
    position: absolute;
    z-index: 5;
    color: #55585a;
    font-size: 12px;
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    font-weight: 400;
}

.cwf-breadcrumbs #breadcrumbs a {
    color: #55585a;
    font-weight: 400;
}

.cwf-breadcrumbs #breadcrumbs.breadcrumb {
    background-color: transparent;
    width: 72%;
    padding-left: 15px;
}

.cwf-breadcrumbs #breadcrumbs.breadcrumb > li + li:before,
.cwf-breadcrumbs #breadcrumbs.breadcrumb li:first-of-type:before {
    content: '\2003\005C\2003';
    color: #aaafb9;
    font-size: 12px;
}

.cwf-breadcrumbs #breadcrumbs.breadcrumb li:last-of-type:after {
    content: '\2003\005C';
    color: #aaafb9;
    font-size: 12px;
}

.cwf-breadcrumbs .background {
    position: relative;
    z-index: 1;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.75;
    width: 100%;
    height: 24px;
}

.cwf-blur {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.cwf-hr {
    margin-top: 0;
    margin-bottom: 32px;
    border-top: 1px solid #ff8700;
    border-width: 0;
}

.cwf-hr.call-out {
    margin-bottom: 16px;
}

.cwf-hr.call-out:before {
    height: 4px;
    width: 58px;
}

.cwf-hr.featured {
    margin-bottom: 32px;
}

.cwf-hr.featured:before {
    height: 4px;
    width: 64px;
}

.cwf-hr.header:before {
    width: 65px;
}

@media (min-width: 768px) {
    .cwf-hr.header:before {
        width: 155px;
    }
}

.cwf-hr.header-short {
    margin-bottom: 12px;
    height: 6px;
    padding-left: 2px;
    text-align: left;
}

.cwf-hr.header-short:before {
    width: 66px;
    height: 6px;
}

.cwf-hr.article {
    margin-bottom: 12px;
    height: 4px;
    padding-left: 2px;
    text-align: left;
}

.cwf-hr.article:before {
    width: 34px;
    height: 4px;
}

.cwf-hr.article-new {
    margin-bottom: 12px;
    height: 4px;
    padding-left: 2px;
    text-align: left;
}

.cwf-hr.article-new:before {
    width: 125px;
    height: 4px;
}

.cwf-hr.article-mpv {
    margin-bottom: 12px;
    height: 4px;
    padding-left: 2px;
    text-align: left;
}

.cwf-hr.article-mpv:before {
    width: 45px;
    height: 4px;
}

.cwf-hr:before {
    content: '';
    display: block;
    width: 65px;
    height: 4px;
    margin-left: -2px;
    transition: background 0.3s ease;
    background: #ff8700;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}

@media (min-width: 768px) {
    .cwf-hr:before {
        height: 8px;
    }
}

.cwf-border {
    border: 1px solid #000;
}

.cwf-border-teal {
    border: 1px solid #274463;
}

.cwf-border-white {
    border: 1px solid #fff;
}

.cwf-border-light-gray {
    border: 1px solid #f4f4f4;
}

.cwf-border-med-light-gray {
    border: 1px solid #dadddc;
}

.cwf-border-med-gray {
    border: 1px solid #55585a;
}

.cwf-border-orange {
    border: 1px solid #ff8700;
}

.cwf-info-box {
    padding: 24px;
    margin-bottom: 40px;
}

.cwf-info-box :last-of-type {
    padding-bottom: 5px;
    margin-bottom: 0;
}

.cwf-info-box h3 {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .cwf-stat-callout .cwf-hr {
        display: none;
    }
}

.cwf-clear {
    clear: both;
}

.cwf-hide {
    display: none;
}

.cwf-float-right {
    float: right;
}

.cwf-float-left {
    float: left;
}

.cwf-section-padding {
    padding: 48px 0;
}

@media (max-width: 767px) {
    .cwf-section-padding {
        padding: 0 15px;
    }
}

.cwf-margin-top-negative-10 {
    margin-top: -10px;
}

.cwf-margin-top-0 {
    margin-top: 0;
}

.cwf-margin-bottom-0 {
    margin-bottom: 0;
}

.cwf-margin-top-8 {
    margin-top: 8px;
}

.cwf-margin-bottom-8 {
    margin-bottom: 8px;
}

.cwf-margin-top-10 {
    margin-top: 10px;
}

.cwf-margin-top-16 {
    margin-top: 16px;
}

.cwf-margin-bottom-16 {
    margin-bottom: 16px;
}

.cwf-margin-top-20 {
    margin-top: 20px;
}

.cwf-margin-bottom-20 {
    margin-bottom: 20px;
}

.cwf-margin-top-24 {
    margin-top: 24px;
}

.cwf-margin-bottom-24 {
    margin-bottom: 24px;
}

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

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

.cwf-margin-top-32 {
    margin-top: 32px;
}

.cwf-margin-bottom-32 {
    margin-bottom: 32px;
}

.cwf-margin-top-42 {
    margin-top: 42px;
}

.cwf-margin-bottom-42 {
    margin-bottom: 42px;
}

.cwf-margin-top-48 {
    margin-top: 48px;
}

.cwf-margin-bottom-48 {
    margin-bottom: 48px;
}

.cwf-margin-bottom-50 {
    margin-bottom: 50px;
}

.cwf-margin-top-50 {
    margin-top: 50px;
}

.cwf-margin-top-60 {
    margin-top: 60px;
}

.cwf-margin-bottom-60 {
    margin-bottom: 60px;
}

.cwf-margin-top-64 {
    margin-top: 64px;
}

.cwf-margin-bottom-64 {
    margin-bottom: 64px;
}

.cwf-margin-top-75 {
    margin-top: 75px;
}

.cwf-margin-bottom-75 {
    margin-bottom: 75px;
}

.cwf-margin-top-76 {
    margin-top: 76px;
}

.cwf-margin-bottom-76 {
    margin-bottom: 76px;
}

.cwf-margin-top-96 {
    margin-top: 96px;
}

.cwf-margin-bottom-96 {
    margin-bottom: 96px;
}

.cwf-margin-top-104 {
    margin-top: 104px;
}

.cwf-margin-bottom-104 {
    margin-bottom: 104px;
}

.cwf-margin-bottom-150 {
    margin-bottom: 150px;
}

.cwf-padding-0 {
    padding: 0;
}

.cwf-padding-bottom-0 {
    padding-bottom: 0;
}

.cwf-padding-bottom-8 {
    padding-bottom: 8px;
}

.cwf-padding-bottom-10 {
    padding-bottom: 10px;
}

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

.cwf-padding-top-16 {
    padding-top: 16px;
}

.cwf-padding-bottom-16 {
    padding-bottom: 16px;
}

.cwf-padding-top-24 {
    padding-top: 24px;
}

.cwf-padding-bottom-24 {
    padding-bottom: 24px;
}

.cwf-padding-top-28 {
    padding-top: 28px;
}

.cwf-padding-top-30 {
    padding-top: 30px;
}

.cwf-padding-bottom-30 {
    padding-bottom: 30px;
}

.cwf-padding-top-32 {
    padding-top: 32px;
}

.cwf-padding-bottom-32 {
    padding-bottom: 32px;
}

.cwf-padding-top-42 {
    padding-top: 42px;
}

.cwf-padding-top-48 {
    padding-top: 48px;
}

.cwf-padding-bottom-48 {
    padding-bottom: 48px;
}

.cwf-padding-bottom-60 {
    padding-bottom: 60px;
}

.cwf-padding-top-64 {
    padding-top: 64px;
}

@media (max-width: 991px) {
    .cwf-padding-top-64 {
        padding-top: 48px;
    }
}

.cwf-padding-bottom-64 {
    padding-bottom: 64px;
}

@media (max-width: 991px) {
    .cwf-padding-bottom-64 {
        padding-bottom: 48px;
    }
}

.cwf-padding-bottom-69 {
    padding-bottom: 69px;
}

.cwf-padding-top-72 {
    padding-top: 72px;
}

.cwf-padding-bottom-72 {
    padding-bottom: 72px;
}

.cwf-padding-top-75 {
    padding-top: 75px;
}

.cwf-padding-bottom-75 {
    padding-bottom: 75px;
}

.cwf-padding-top-80 {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .cwf-padding-top-80 {
        padding-top: 40px;
    }
}

.cwf-padding-bottom-80 {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .cwf-padding-bottom-80 {
        padding-bottom: 40px;
    }
}

.cwf-padding-top-104 {
    padding-top: 104px;
}

@media (max-width: 991px) {
    .cwf-padding-top-104 {
        padding-top: 64px;
    }
}

.cwf-padding-bottom-104 {
    padding-bottom: 104px;
}

@media (max-width: 991px) {
    .cwf-padding-bottom-104 {
        padding-bottom: 104px;
    }
}

.cwf-padding-left-0 {
    padding-left: 0;
}

.cwf-padding-right-0 {
    padding-right: 0;
}

.cwf-padding-left-16 {
    padding-left: 16px;
}

.cwf-padding-right-16 {
    padding-right: 16px;
}

.cwf-padding-left-24 {
    padding-left: 24px;
}

.cwf-padding-right-24 {
    padding-right: 24px;
}

.cwf-padding-left-32 {
    padding-left: 32px;
}

.cwf-padding-right-32 {
    padding-right: 32px;
}

.cwf-margin-top-xs-0 {
    margin-top: 0;
}

.cwf-margin-bottom-xs-0 {
    margin-bottom: 0;
}

.cwf-margin-top-xs-16 {
    margin-top: 16px;
}

.cwf-margin-bottom-xs-16 {
    margin-bottom: 16px;
}

.cwf-margin-bottom-xs-20 {
    margin-bottom: 20px;
}

.cwf-margin-top-xs-30 {
    margin-top: 30px;
}

.cwf-margin-bottom-xs-30 {
    margin-bottom: 30px;
}

.cwf-margin-top-xs-24 {
    margin-top: 24px;
}

.cwf-margin-bottom-xs-24 {
    margin-bottom: 24px;
}

.cwf-margin-top-xs-32 {
    margin-top: 32px;
}

.cwf-margin-bottom-xs-32 {
    margin-bottom: 32px;
}

.cwf-margin-bottom-xs-44 {
    margin-bottom: 44px;
}

.cwf-margin-top-xs-48 {
    margin-top: 48px;
}

.cwf-margin-bottom-xs-48 {
    margin-bottom: 48px;
}

.cwf-margin-top-xs-50 {
    margin-top: 50px;
}

.cwf-margin-bottom-xs-50 {
    margin-bottom: 50px;
}

.cwf-margin-top-xs-64 {
    margin-top: 64px;
}

.cwf-margin-bottom-xs-64 {
    margin-bottom: 64px;
}

.cwf-margin-bottom-xs-80 {
    margin-bottom: 80px;
}

.cwf-margin-top-xs-100 {
    margin-top: 100px;
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-0 {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-12 {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-16 {
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-16 {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-20 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-45 {
        margin-top: 45px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-45 {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-24 {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-24 {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-30 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-32 {
        margin-top: 32px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-32 {
        margin-bottom: 32px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-48 {
        margin-top: 48px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-48 {
        margin-bottom: 48px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-50 {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-64 {
        margin-top: 64px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-64 {
        margin-bottom: 64px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-75 {
        margin-top: 75px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-75 {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-80 {
        margin-top: 80px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-bottom-sm-80 {
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .cwf-margin-top-sm-125 {
        margin-top: 125px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-0 {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-8 {
        margin-top: 8px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-8 {
        margin-bottom: 8px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-16 {
        margin-top: 16px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-24 {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-24 {
        margin-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-25 {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-32 {
        margin-top: 32px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-32 {
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-48 {
        margin-top: 48px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-48 {
        margin-bottom: 48px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-50 {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-50 {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-64 {
        margin-top: 64px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-64 {
        margin-bottom: 64px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-72 {
        margin-top: 72px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-72 {
        margin-bottom: 72px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-80 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-80 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-100 {
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-104 {
        margin-top: 104px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-bottom-md-104 {
        margin-bottom: 104px;
    }
}

@media (min-width: 992px) {
    .cwf-margin-top-md-150 {
        margin-top: 150px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-top-lg-0 {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-bottom-lg-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-top-lg-16 {
        margin-top: 16px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-bottom-lg-16 {
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-top-lg-32 {
        margin-top: 32px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-bottom-lg-32 {
        margin-bottom: 32px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-top-lg-24 {
        margin-top: 24px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-bottom-lg-24 {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-top-lg-48 {
        margin-top: 48px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-bottom-lg-48 {
        margin-bottom: 48px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-top-lg-64 {
        margin-top: 64px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-bottom-lg-64 {
        margin-bottom: 64px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-top-lg-80 {
        margin-top: 80px;
    }
}

@media (min-width: 1200px) {
    .cwf-margin-bottom-lg-80 {
        margin-bottom: 80px;
    }
}

.cwf-padding-top-xs-0 {
    padding-top: 0;
}

.cwf-padding-bottom-xs-0 {
    padding-bottom: 0;
}

.cwf-padding-top-xs-8 {
    padding-top: 8px;
}

.cwf-padding-bottom-xs-8 {
    padding-bottom: 8px;
}

.cwf-padding-bottom-xs-10,
.cwf-padding-top-xs-10 {
    padding-bottom: 10px;
}

.cwf-padding-top-xs-16 {
    padding-top: 16px;
}

.cwf-padding-bottom-xs-16 {
    padding-bottom: 16px;
}

.cwf-padding-top-xs-24 {
    padding-top: 24px;
}

.cwf-padding-bottom-xs-24 {
    padding-bottom: 24px;
}

.cwf-padding-top-xs-32 {
    padding-top: 32px;
}

.cwf-padding-bottom-xs-32 {
    padding-bottom: 32px;
}

.cwf-padding-top-xs-48 {
    padding-top: 48px;
}

.cwf-padding-bottom-xs-48 {
    padding-bottom: 48px;
}

.cwf-padding-top-xs-50 {
    padding-top: 50px;
}

.cwf-padding-bottom-xs-50 {
    padding-bottom: 50px;
}

.cwf-padding-top-xs-64 {
    padding-top: 64px;
}

.cwf-padding-bottom-xs-64 {
    padding-bottom: 64px;
}

.cwf-padding-top-xs-69 {
    padding-top: 69px;
}

.cwf-padding-bottom-xs-69 {
    padding-bottom: 69px;
}

.cwf-padding-top-xs-72 {
    padding-top: 72px;
}

.cwf-padding-bottom-xs-72 {
    padding-bottom: 72px;
}

.cwf-padding-bottom-xs-75 {
    padding-bottom: 75px;
}

.cwf-padding-top-xs-80 {
    padding-top: 80px;
}

.cwf-padding-bottom-xs-80 {
    padding-bottom: 80px;
}

.cwf-padding-top-xs-100 {
    padding-top: 100px;
}

.cwf-padding-top-xs-104 {
    padding-top: 104px;
}

.cwf-padding-bottom-xs-104 {
    padding-bottom: 104px;
}

.cwf-padding-top-xs-150 {
    padding-top: 150px;
}

.cwf-padding-bottom-xs-150 {
    padding-bottom: 150px;
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-0 {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-0 {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-8 {
        padding-top: 8px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-8 {
        padding-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-10 {
        padding-top: 10px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-10 {
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-16 {
        padding-top: 16px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-16 {
        padding-bottom: 16px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-20 {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-24 {
        padding-top: 24px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-24 {
        padding-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-32 {
        padding-top: 32px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-32 {
        padding-bottom: 32px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-48 {
        padding-top: 48px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-48 {
        padding-bottom: 48px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-62 {
        padding-top: 62px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-64 {
        padding-top: 64px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-64 {
        padding-bottom: 64px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-69 {
        padding-top: 69px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-69 {
        padding-bottom: 69px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-72 {
        padding-top: 72px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-72 {
        padding-bottom: 72px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-75 {
        padding-bottom: 75px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-80 {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-80 {
        padding-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-104 {
        padding-top: 104px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-104 {
        padding-bottom: 104px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-125 {
        padding-top: 125px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-top-sm-150 {
        padding-top: 150px;
    }
}

@media (min-width: 768px) {
    .cwf-padding-bottom-sm-150 {
        padding-bottom: 150px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-0 {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-0 {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-8 {
        padding-top: 8px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-8 {
        padding-bottom: 8px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-10 {
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-10 {
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-16 {
        padding-top: 16px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-16 {
        padding-bottom: 16px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-24 {
        padding-top: 24px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-24 {
        padding-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-32 {
        padding-top: 32px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-32 {
        padding-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-48 {
        padding-top: 48px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-48 {
        padding-bottom: 48px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-64 {
        padding-top: 64px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-64 {
        padding-bottom: 64px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-69 {
        padding-top: 69px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-69 {
        padding-bottom: 69px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-72 {
        padding-top: 72px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-72 {
        padding-bottom: 72px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-75 {
        padding-top: 75px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-75 {
        padding-bottom: 75px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-80 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-80 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-104 {
        padding-top: 104px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-104 {
        padding-bottom: 104px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-top-md-150 {
        padding-top: 150px;
    }
}

@media (min-width: 992px) {
    .cwf-padding-bottom-md-150 {
        padding-bottom: 150px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-0 {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-0 {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-8 {
        padding-top: 8px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-8 {
        padding-bottom: 8px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-10 {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-10 {
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-16 {
        padding-top: 16px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-16 {
        padding-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-24 {
        padding-top: 24px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-24 {
        padding-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-32 {
        padding-top: 32px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-32 {
        padding-bottom: 32px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-48 {
        padding-top: 48px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-48 {
        padding-bottom: 48px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-64 {
        padding-top: 64px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-64 {
        padding-bottom: 64px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-69 {
        padding-top: 69px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-69 {
        padding-bottom: 69px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-72 {
        padding-top: 72px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-72 {
        padding-bottom: 72px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-80 {
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-80 {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-104 {
        padding-top: 104px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-104 {
        padding-bottom: 104px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-top-lg-150 {
        padding-top: 150px;
    }
}

@media (min-width: 1200px) {
    .cwf-padding-bottom-lg-150 {
        padding-bottom: 150px;
    }
}

.cwf-image-header-small {
    height: 280px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover !important;
    background-position: 0 0;
}

@media (max-width: 767px) {
    .cwf-image-header-small {
        height: 144px;
        background-position: 100% 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-image-header-small {
        height: 180px;
    }
}

.cwf-video-header {
    position: relative;
    overflow: hidden;
}

.cwf-video-header.cwf-video-large {
    min-height: 640px;
}

@media (max-width: 991px) {
    .cwf-video-header.cwf-video-large {
        min-height: 749px;
    }
}

@media (max-width: 767px) {
    .cwf-video-header.cwf-video-large {
        min-height: 520px;
    }
}

.cwf-video-header.cwf-video-medium {
    min-height: 460px;
}

@media (max-width: 991px) {
    .cwf-video-header.cwf-video-medium {
        min-height: 749px;
    }
}

@media (max-width: 767px) {
    .cwf-video-header.cwf-video-medium {
        min-height: 520px;
    }
}

.cwf-video-header .mobile-bg {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .cwf-video-header .mobile-bg {
        left: -10px;
        top: -10px;
        width: 110%;
        height: 105%;
    }
}

.cwf-video-header video {
    height: 100%;
    min-height: 56.25vw;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.cwf-video-header .darken-image {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    margin-left: -15px;
    position: absolute;
    background-color: #000;
}

.cwf-video-header .container {
    z-index: 10;
}

.cwf-large-image-header {
    min-height: 640px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .cwf-large-image-header {
        min-height: 743px;
    }
}

@media (max-width: 767px) {
    .cwf-large-image-header {
        min-height: 460px;
    }
}

.cwf-large-image-header .image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% !important;
    margin-left: -15px;
    z-index: 0;
    position: absolute;
}

.cwf-large-image-header .darken-image {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0, transparent);
    width: 100%;
    height: 100%;
    margin-left: -15px;
    z-index: 10;
    position: absolute;
}

.cwf-large-image-header .container {
    z-index: 20;
    position: relative;
}

.cwf-large-image-header h1 {
    padding-top: 104px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .cwf-large-image-header h1 {
        padding-top: 64px;
        margin-bottom: 32px;
    }
}

.cwf-large-image-header h6 + h1 {
    padding-top: 0;
}

@media (max-width: 991px) {
    .cwf-large-image-header .btn {
        min-width: 150px;
    }
}

.cwf-image-header {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover !important;
}

.cwf-image-header .title {
    position: absolute;
    bottom: 50px;
}

.cwf-image-header.medium {
    height: 350px;
}

@media (max-width: 991px) {
    .cwf-image-header.medium {
        min-height: 460px;
    }
}

.cwf-image-header.large {
    height: 460px;
}

.cwf-image-header.large p {
    font-size: 30px;
    padding-bottom: 32px;
}

.cwf-image-header.large.category .row {
    position: relative;
}

.cwf-image-header.large .row {
    position: absolute;
}

.cwf-image-header.large .row .left-section {
    padding-top: 200px;
}

#connect-footer .btn,
#connect-footer a.btn,
.cwf-banner .btn,
.cwf-banner a.btn {
    padding: 15px 20px;
    display: table;
    height: auto;
    font-size: 12px;
    text-align: left;
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    #connect-footer .btn,
    #connect-footer a.btn,
    .cwf-banner .btn,
    .cwf-banner a.btn {
        padding: 15px 44px;
    }
}

#connect-footer .btn .btn-row,
#connect-footer a.btn .btn-row,
.cwf-banner .btn .btn-row,
.cwf-banner a.btn .btn-row {
    display: table-row;
}

#connect-footer .btn .btn-row div,
#connect-footer a.btn .btn-row div,
.cwf-banner .btn .btn-row div,
.cwf-banner a.btn .btn-row div {
    display: table-cell;
    vertical-align: middle;
}

#connect-footer .btn .btn-row div.left,
#connect-footer a.btn .btn-row div.left,
.cwf-banner .btn .btn-row div.left,
.cwf-banner a.btn .btn-row div.left {
    width: 34%;
    text-align: right;
}

#connect-footer .btn .btn-row div.right,
#connect-footer a.btn .btn-row div.right,
.cwf-banner .btn .btn-row div.right,
.cwf-banner a.btn .btn-row div.right {
    width: 65%;
    text-align: left;
}

#connect-footer .btn .btn-row div sub,
#connect-footer a.btn .btn-row div sub,
.cwf-banner .btn .btn-row div sub,
.cwf-banner a.btn .btn-row div sub {
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

#connect-footer .btn .btn-row div sub:before,
#connect-footer a.btn .btn-row div sub:before,
.cwf-banner .btn .btn-row div sub:before,
.cwf-banner a.btn .btn-row div sub:before {
    color: #fff;
    font-size: 32px;
}

#connect-footer .btn .btn-row div span,
#connect-footer a.btn .btn-row div span,
.cwf-banner .btn .btn-row div span,
.cwf-banner a.btn .btn-row div span {
    white-space: normal;
    word-break: break-word;
}

#connect-footer .btn:hover sub:before,
#connect-footer a.btn:hover sub:before,
.cwf-banner .btn:hover sub:before,
.cwf-banner a.btn:hover sub:before {
    color: #fff;
}

#connect-footer .btn:last-of-type,
#connect-footer a.btn:last-of-type,
.cwf-banner .btn:last-of-type,
.cwf-banner a.btn:last-of-type {
    font-size: 12px;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}

#connect-footer .btn:last-of-type sub:before,
#connect-footer a.btn:last-of-type sub:before,
.cwf-banner .btn:last-of-type sub:before,
.cwf-banner a.btn:last-of-type sub:before {
    padding-right: 14px;
}

#connect-footer .btn-orange-border sub:before,
#connect-footer a.btn-orange-border sub:before,
.cwf-banner .btn-orange-border sub:before,
.cwf-banner a.btn-orange-border sub:before {
    color: #ff8700;
}

.cwf-banner {
    line-height: 1.5;
    position: relative;
}

.cwf-banner .btn {
    text-align: center;
}

@media (min-width: 767px) {
    .cwf-banner .row {
        display: -webkit-box;
        display: flex;
    }
}

@media (min-width: 992px) {
    .cwf-banner .row {
        min-height: 278px;
        -webkit-box-align: center;
        align-items: center;
    }
}

.cwf-banner .cwf-contant-info {
    margin: auto;
}

.cwf-banner .cwf-contant-info a.btn.btn-block {
    text-align: center;
}

@media (max-width: 767px) {
    .cwf-banner .cwf-contant-info {
        padding-bottom: 48px;
    }
}

.cwf-banner p {
    margin: 0;
    padding: 0;
}

.cwf-banner .cwf-hr {
    position: absolute;
    top: 0;
}

.cwf-banner h6 {
    margin-bottom: 15px;
}

.cwf-banner .col-sm-4 h4 {
    padding-top: 5px;
}

.cwf-banner .row .visible-xs {
    margin-left: 0;
    margin-right: 0;
}

.cwf-banner h1 {
    margin-top: 0;
}

.cwf-banner h1:empty {
    margin: 0;
}

@media (max-width: 991px) {
    .cwf-banner h3 {
        padding: 0 30px;
    }
}

.cwf-banner h2 {
    font-weight: 400;
}

.cwf-banner .col-sm-6.col-xs-6 {
    padding: 0;
}

.cwf-banner .col-sm-6.col-xs-6 h4 {
    margin: 8px 0 0;
}

.cwf-medium-image-header {
    background-color: #000;
    background-size: cover !important;
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 460px;
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

@media (max-width: 767px) {
    .cwf-medium-image-header {
        height: auto;
        padding-bottom: 25px;
    }
}

.cwf-medium-image-header h6 {
    padding-top: 70px;
}

@media (max-width: 767px) {
    .cwf-medium-image-header h6 {
        padding-top: 64px;
    }
}

.cwf-medium-image-header h4 {
    padding-top: 70px;
    z-index: 2;
    position: relative;
}

@media (min-width: 1200px) {
    .cwf-medium-image-header h4 {
        padding: 0 65px;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .cwf-medium-image-header h4 {
        padding-top: 64px;
        padding: 30px 40px;
    }
}

.cwf-medium-image-header .container {
    position: relative;
    z-index: 2;
}

.cwf-medium-image-header .container.cwf-medium-image-header-mod h1 {
    font-size: 36px;
}

.cwf-medium-image-header .container.cwf-medium-image-header-mod h2 {
    font-size: 18px;
}

.cwf-medium-image-header .holder {
    position: absolute;
    z-index: 0;
    height: 460px;
    width: 100%;
    top: 0;
    right: 0;
}

.cwf-medium-image-header .holder .shape {
    height: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .cwf-medium-image-header .holder.xl_height {
        height: 610px;
    }
}

.cwf-medium-image-header .for-mobile {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cwf-medium-image-header .for-mobile .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}

.cwf-medium-image-header .for-mobile .overlay.white {
    background-color: #fff;
}

.cwf-medium-image-header .for-mobile .overlay.black {
    background-color: #000;
}

.cwf-medium-image-header .for-mobile .overlay.grayblue {
    background-color: #274463;
}

.cwf-medium-image-header .for-mobile .overlay.darkteal {
    background-color: #005a64;
}

@media (min-width: 992px) {
    .cwf-medium-image-header.xl_height {
        height: 610px;
    }
}

.cwf-double-image-header {
    height: 350px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.cwf-double-image-header .box-frost {
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}

@media (max-width: 767px) {
    .cwf-double-image-header .box-frost {
        display: none;
    }
}

.cwf-double-image-header .clipped-image {
    background-size: cover !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
}

@media (max-width: 767px) {
    .cwf-double-image-header .clipped-image {
        display: none;
    }
}

.cwf-double-image-header .for-mobile {
    width: 100%;
    height: 144px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

@media (max-width: 767px) {
    .cwf-double-image-header {
        max-height: auto;
        height: auto;
    }
}

.cwf-double-image-header.vector {
    background-position: 100% 100%;
}

@media (max-width: 767px) {
    .cwf-double-image-header.vector {
        height: 144px;
    }
}

.cwf-inverse-arrow {
    width: 100%;
    position: absolute;
    z-index: 200;
    margin-top: -30px;
    height: 30px;
    background-color: #f4f4f4;
    background: transparent !important;
}

@media (max-width: 767px) {
    .cwf-inverse-arrow {
        margin-top: -16px;
        height: 16px;
    }
}

.cwf-inverse-arrow .left {
    width: 50%;
    height: 0;
    border-bottom: 30px solid #f4f4f4;
    border-right: 50px solid transparent;
    float: left;
}

@media (max-width: 767px) {
    .cwf-inverse-arrow .left {
        border-right: 25px solid transparent;
        border-bottom: 16px solid #f4f4f4;
    }
}

.cwf-inverse-arrow .right {
    width: 50%;
    height: 0;
    border-bottom: 30px solid #f4f4f4;
    border-left: 50px solid transparent;
    float: right;
}

@media (max-width: 767px) {
    .cwf-inverse-arrow .right {
        border-left: 25px solid transparent;
        border-bottom: 16px solid #f4f4f4;
    }
}

.cwf-inverse-arrow.white-bg .left,
.cwf-inverse-arrow.white-bg .right {
    border-bottom: 30px solid #fff;
}

@media (max-width: 767px) {
    .cwf-inverse-arrow.white-bg .left,
    .cwf-inverse-arrow.white-bg .right {
        border-bottom: 16px solid #fff;
    }
}

#connect-footer .btn-group-lg > .btn,
#connect-footer .btn-lg,
.center .btn-group-lg > .btn,
.center .btn-lg {
    margin: 0 auto 24px;
    display: table;
}

.btn-full {
    padding: 22.5px;
    font-size: 12px;
    width: 100%;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 26px 32px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.btn-group-lg > .btn-wide.btn,
.btn-lg.btn-wide {
    padding: 26px 70px;
}

@media (max-width: 767px) {
    .btn-group-lg > .btn,
    .btn-lg {
        width: auto;
    }

    .btn-group-lg > .btn-wide.btn,
    .btn-lg.btn-wide {
        padding: 26px 60px !important;
    }
}

.cwf-small-callout.white-text:after {
    color: #fff;
}

.cwf-small-callout:after {
    content: '\e908';
    color: #0047ba;
    font-family: conduent_icon_font;
    margin-left: 8px;
}

.btn {
    letter-spacing: 0.8px;
    border-radius: 0;
    background-color: #ff8700;
    border: none;
}

.btn.transparent {
    background-color: transparent !important;
    border: 2px solid #000;
    color: #000;
}

.btn.transparent.white {
    transition: all 0.3s ease;
    border-color: #fff;
    color: #fff;
}

.btn.transparent.white svg .play-button-triangle-icon {
    fill: #fff;
}

.btn.transparent.white:hover {
    color: #000;
    background-color: #fff !important;
    font-weight: 700;
}

.btn.transparent.white:hover svg .play-button-triangle-icon {
    fill: #000;
}

.btn.transparent.black,
.btn.transparent.black-text {
    transition: all 0.3s ease;
    color: #000;
}

.btn.transparent.black-text svg .play-button-triangle-icon,
.btn.transparent.black svg .play-button-triangle-icon {
    fill: #000;
}

.btn.transparent.black-text:hover,
.btn.transparent.black:hover {
    color: #fff;
    background-color: #000 !important;
}

.btn.transparent.black-text:hover svg .play-button-triangle-icon,
.btn.transparent.black:hover svg .play-button-triangle-icon {
    fill: #fff;
}

.btn.transparent:hover {
    transition: background-color 0.3s ease;
    background-color: #fff !important;
}

.btn.cta-primary {
    text-transform: uppercase;
}

.btn.block-arrow {
    border: 1px solid #0047ba;
    color: #0047ba;
    background-color: transparent !important;
    display: block;
    padding: 16px 40px 16px 24px;
    position: relative;
    text-align: left;
    font-size: 16px;
    white-space: normal;
    letter-spacing: 0;
    transition: all 0.3s ease;
}

.btn.block-arrow:after {
    content: '\e908';
    color: #0047ba;
    transition: color 0.3s;
    font-family: conduent_icon_font;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
}

@media (max-width: 991px) {
    .btn.block-arrow:after {
        float: right;
    }
}

@media (max-width: 991px) {
    .btn.block-arrow {
        text-align: left;
    }
}

.btn.block-arrow:hover {
    border: 1px solid #ff8700;
    color: #ff8700;
}

.btn.block-arrow:hover:after {
    color: #ff8700;
}

.btn sub:before {
    font-size: 24px;
    padding-right: 10px;
}

.btn:hover {
    background-color: #ff8700;
}

.btn.btn-orange-border,
.btn.btn-teal-border,
.btn.btn-white-border {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    border-style: solid;
    color: #fff;
    font-weight: 300;
}

.btn.btn-orange-border sub,
.btn.btn-teal-border sub,
.btn.btn-white-border sub {
    opacity: 1 !important;
}

.btn.btn-orange-border sub:before,
.btn.btn-teal-border sub:before,
.btn.btn-white-border sub:before {
    transition: color 0.3s;
}

.btn.btn-teal-border {
    border-color: #fff;
}

.btn.btn-teal-border:hover {
    background-color: #274463;
    border-color: #274463;
}

.btn.btn-orange-border {
    border-color: #ff8700;
}

.btn.btn-orange-border:hover {
    background-color: #ff8700;
}

.btn.btn-white-border {
    border-color: #fff;
}

.btn.btn-white-border:hover {
    background-color: #fff;
    color: #000;
}

.btn.btn-med-gray {
    background-color: #55585a;
    border: 1px solid #fff;
    color: #fff;
}

@media (max-width: 991px) {
    .btn.btn-med-gray {
        padding: 16px;
    }
}

.btn.btn-med-gray:active,
.btn.btn-med-gray:hover {
    background-color: #55585a;
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-link-blue {
    background-color: #0047ba;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .btn.btn-link-blue {
        padding: 16px;
    }
}

.btn.btn-link-blue:hover {
    background-color: #fff;
    border: 1px solid #0047ba;
    color: #0047ba;
}

.btn.btn-white {
    border: 1px solid #dadddc;
    background-color: #fff;
    color: #0047ba;
    transition: all 0.3s ease-in-out;
}

.btn.btn-white .caret:before {
    color: #000;
}

.btn.btn-white:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-white-black-border {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

@media (max-width: 991px) {
    .btn.btn-white-black-border {
        padding: 16px;
    }
}

.btn.btn-white-black-border .caret:before {
    color: #000;
}

.video-play-button {
    position: relative;
    padding-left: 3px;
    bottom: -0.25em;
}

.cwf-article-menu .dropdown-toggle,
.cwf-link-list .dropdown-toggle {
    text-align: left;
    padding: 18px 40px 18px 16px;
    position: relative;
    font-size: 16px;
    white-space: normal;
}

.cwf-article-menu .dropdown-toggle .caret,
.cwf-link-list .dropdown-toggle .caret {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -6px;
}

.cwf-article-menu .dropdown-menu,
.cwf-link-list .dropdown-menu {
    width: 100%;
}

html:not(.cdu-mouse) .btn.block-arrow:active,
html:not(.cdu-mouse) .btn.block-arrow:focus,
html:not(.cdu-mouse) .btn.btn-teal-border:active,
html:not(.cdu-mouse) .btn.btn-teal-border:focus,
html:not(.cdu-mouse) .btn.transparent:active,
html:not(.cdu-mouse) .btn.transparent:focus {
    background-color: transparent;
}

.leadership .cwf-open .profile-content p {
    max-height: 2050px;
    height: auto;
}

.leadership .cwf-open .profile-toggle .indicator:before {
    display: none;
}

.leadership .cwf-open .profile-toggle .indicator:after {
    margin: 10px 0 0 15px;
}

.leadership .cwf-close .profile-content p {
    height: 76.8px;
    max-height: 76.8px;
    position: relative;
}

@media (max-width: 991px) {
    .leadership .cwf-close .profile-content p {
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 992px) {
    .leadership .cwf-close .profile-content p {
        height: 96px;
        max-height: 96px;
    }

    .leadership .cwf-close .profile-content p:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        background: linear-gradient(
            90deg,
            hsla(0, 0%, 100%, 0),
            #fff 80%,
            #fff
        );
        width: 150px;
        height: 32px;
    }
}

.leadership .profile-content p {
    transition: max-height 0.4s;
    overflow: hidden;
}

.leadership .profile-toggle {
    cursor: pointer;
}

.leadership .profile-toggle .indicator {
    display: inline-block;
    height: 18px;
    padding-top: 3px;
}

.leadership .profile-toggle .indicator:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 8px 0 0 8px !important;
}

.leadership .profile-toggle .indicator:after,
.leadership .profile-toggle .indicator:before {
    content: '';
    height: 2px;
    width: 12px;
    background: #0047ba;
    display: block;
    margin: -2px 0 0 8px;
}

button.addeventatc {
    width: 230px;
    font-family:
        Open Sans,
        sans-serif;
    border-radius: 0;
    padding: 26px 32px;
    visibility: hidden;
}

button.addeventatc:focus,
button.addeventatc:hover {
    border: 2px solid #000;
}

button.addeventatc:hover {
    color: #fff !important;
}

button.addeventatc .addeventatc_icon {
    display: none;
}

button.addeventatc .addeventatc_dropdown {
    width: 230px;
}

button.addeventatc .addeventatc_dropdown .copyx {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1270px) {
    .pb_column_container.col-sm-12.col-lg-8.col-md-8 {
        padding-left: 55px;
    }
}

@media (min-width: 992px) and (max-width: 1070px) {
    .pb_column_container.col-sm-12.col-lg-8.col-md-8 {
        padding-left: 55px;
    }
}

@media (min-width: 768px) and (max-width: 840px) {
    .pb_column_container.col-sm-12.col-lg-8.col-md-8,
    .pb_column_container.leader-dropdown {
        padding-left: 50px;
    }
}

.img-responsive {
    width: 100%;
}

span.cwf-article-large.cwf-content-card {
    cursor: auto !important;
}

span.cwf-article-large.cwf-content-card .content {
    padding: 24px !important;
}

span.cwf-article-large.cwf-content-card .content ol {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

@media (min-width: 768px) {
    span.cwf-article-large.cwf-content-card .content ol {
        min-height: 96px;
    }
}

span.cwf-article-large.cwf-content-card .content ol li {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

span.cwf-article-large.cwf-content-card:hover h2 {
    text-decoration: none !important;
    color: #000 !important;
}

a.cwf-article-title-under,
span.cwf-article-title-under {
    text-decoration: none;
    display: block;
    padding: 24px 0 0;
}

a.cwf-article-title-under h4,
span.cwf-article-title-under h4 {
    margin: 0;
    padding: 0 0 5px;
}

a.cwf-article-title-under p,
span.cwf-article-title-under p {
    padding: 10px 0 0;
    margin: 0;
    font-weight: 200;
    color: #000;
}

a.cwf-article-title-under .content,
span.cwf-article-title-under .content {
    padding: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
    a.cwf-article-title-under .content,
    span.cwf-article-title-under .content {
        padding: 24px 32px;
    }
}

#primary:not(.corporate-page) a.cwf-article-title-under,
#primary:not(.corporate-page) span.cwf-article-title-under {
    padding: 0;
    height: 461px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    #primary:not(.corporate-page) a.cwf-article-title-under,
    #primary:not(.corporate-page) span.cwf-article-title-under {
        height: 307px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #primary:not(.corporate-page) a.cwf-article-title-under .content,
    #primary:not(.corporate-page) span.cwf-article-title-under .content {
        height: 100%;
    }
}

#primary:not(.corporate-page) a.cwf-article-title-under .title,
#primary:not(.corporate-page) span.cwf-article-title-under .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 8em;
    min-height: 3em;
    margin: 0 0 16px;
    padding: 0;
}

#primary:not(.corporate-page) a.cwf-article-title-under p,
#primary:not(.corporate-page) span.cwf-article-title-under p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 24px;
    max-height: 101px;
    min-height: 96px;
    padding: 0;
    font-size: 16px;
}

#primary:not(.corporate-page) a.cwf-article-title-under .cta,
#primary:not(.corporate-page) span.cwf-article-title-under .cta {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: 55px;
}

@media (max-width: 767px) {
    #primary:not(.corporate-page) a.cwf-article-title-under .cta,
    #primary:not(.corporate-page) span.cwf-article-title-under .cta {
        display: none;
    }
}

#primary:not(.corporate-page) a.cwf-article-title-under:hover .cwf-hr:before,
#primary:not(.corporate-page)
    span.cwf-article-title-under:hover
    .cwf-hr:before {
    background-color: #ff8700;
    transition: all 0.3s ease;
}

#primary:not(.corporate-page) a.cwf-article-title-under:hover .title,
#primary:not(.corporate-page) span.cwf-article-title-under:hover .title {
    text-decoration: underline;
}

#primary:not(.corporate-page) a.cwf-article-title-under:hover .cta,
#primary:not(.corporate-page) a.cwf-article-title-under:hover .title,
#primary:not(.corporate-page) span.cwf-article-title-under:hover .cta,
#primary:not(.corporate-page) span.cwf-article-title-under:hover .title {
    color: #ff8700;
    transition: all 0.3s ease;
}

#primary:not(.corporate-page) a.cwf-article-title-under .image,
#primary:not(.corporate-page) span.cwf-article-title-under .image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 100%;
    height: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #primary:not(.corporate-page) a.cwf-article-title-under .image,
    #primary:not(.corporate-page) span.cwf-article-title-under .image {
        height: 100%;
    }
}

@media (max-width: 767px) {
    #primary:not(.corporate-page) a.cwf-article-title-under,
    #primary:not(.corporate-page) span.cwf-article-title-under {
        height: auto;
        min-height: 214px;
    }

    #primary:not(.corporate-page) a.cwf-article-title-under p,
    #primary:not(.corporate-page) span.cwf-article-title-under p {
        min-height: 0;
    }
}

#primary:not(.corporate-page) a.cwf-article-title-under.fluid-height,
#primary:not(.corporate-page) span.cwf-article-title-under.fluid-height {
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
}

#primary:not(.corporate-page) a.cwf-article-title-under.fluid-height p,
#primary:not(.corporate-page) span.cwf-article-title-under.fluid-height p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    line-height: 24px;
    max-height: 245px;
    min-height: 0;
}

#primary:not(.corporate-page) a.cwf-article-title-under.fluid-height .image,
#primary:not(.corporate-page) span.cwf-article-title-under.fluid-height .image {
    min-height: 0;
    height: auto;
}

@media (min-width: 992px) {
    #primary:not(.corporate-page) a.cwf-article-title-under.fluid-height,
    #primary:not(.corporate-page) span.cwf-article-title-under.fluid-height {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    #primary:not(.corporate-page) a.cwf-article-title-under.fluid-height .image,
    #primary:not(.corporate-page)
        span.cwf-article-title-under.fluid-height
        .image {
        height: 160px;
    }
}

a.cwf-article-title-under.vector .image,
span.cwf-article-title-under.vector .image {
    background-position: 100% 100%;
}

a.cwf-article-title-under .cwf-two-column-article,
span.cwf-article-title-under .cwf-two-column-article {
    background-color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    a.cwf-article-title-under .cwf-two-column-article,
    span.cwf-article-title-under .cwf-two-column-article {
        padding: 24px 0 0 24px;
    }
}

a.cwf-article-large,
span.cwf-article-large {
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    height: auto !important;
    margin-bottom: 32px;
}

a.cwf-article-large:hover,
span.cwf-article-large:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

a.cwf-article-large:hover .cwf-hr:before,
span.cwf-article-large:hover .cwf-hr:before {
    background-color: #ff8700;
}

a.cwf-article-large:hover h3,
a.cwf-article-large:hover h4,
a.cwf-article-large:hover p,
span.cwf-article-large:hover h3,
span.cwf-article-large:hover h4,
span.cwf-article-large:hover p {
    color: #000;
}

a.cwf-article-large:hover .title,
span.cwf-article-large:hover .title {
    color: #ff8700;
    text-decoration: underline;
}

a.cwf-article-large:hover .cta,
a.cwf-article-large:hover .type,
span.cwf-article-large:hover .cta,
span.cwf-article-large:hover .type {
    color: #ff8700 !important;
}

a.cwf-article-large:hover .taxonomy,
span.cwf-article-large:hover .taxonomy {
    background-color: #ff8700;
    color: #fff;
}

a.cwf-article-large .image,
span.cwf-article-large .image {
    height: 300px !important;
}

a.cwf-article-large .content,
span.cwf-article-large .content {
    padding: 34px 20px 30px 30px;
}

a.cwf-article-large .content h2,
span.cwf-article-large .content h2 {
    margin: 0 0 32px;
}

a.cwf-article-large .content .cta,
span.cwf-article-large .content .cta {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .post_grid h3 {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .post_grid .col-md-6 .cwf-article-image-left {
        margin: 0 0 24px;
        padding: 0 0 24px;
    }
}

@media (max-width: 767px) {
    .post_grid .col-md-6 .cwf-article-image-left .cwf-content {
        padding: 0;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .post_grid .col-md-6:last-of-type .post_grid_item {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .post_grid .col-md-6:last-of-type .cwf-article-image-left {
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .post_grid .col-md-6:first-of-type .cwf-article-image-left a {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .cwf-article-image-left {
        padding: 24px 0;
        border-bottom: 1px solid #dadddc;
    }
}

.cwf-article-image-left .content p {
    font-weight: 300;
}

.cwf-article-image-left .cwf-content {
    padding: 0;
    position: relative;
}

.cwf-article-image-left .cwf-content p {
    font-weight: 300;
    font-size: 16px;
}

@media (min-width: 768px) {
    .cwf-article-image-left .cwf-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 24px;
        max-height: 77px;
    }
}

@media (min-width: 992px) {
    .cwf-article-image-left .cwf-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 24px;
        max-height: 101px;
    }
}

.cwf-article-image-left .cwf-content p.cta {
    font-weight: 500;
    position: absolute;
    bottom: 18px;
    transition: color 0.3s ease;
}

@media (min-width: 992px) {
    .cwf-article-image-left .cwf-content p.cta {
        bottom: 24px;
    }
}

@media (min-width: 992px) {
    .cwf-article-image-left .cwf-content {
        padding: 24px;
    }
}

@media (max-width: 991px) {
    .cwf-article-image-left .cwf-content {
        padding: 24px 32px;
    }
}

@media (max-width: 767px) {
    .cwf-article-image-left .cwf-content {
        padding: 16px 0 0;
    }
}

.cwf-article-image-left a {
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 0 0;
    display: block;
    height: 252px;
    border: 1px solid #dadddc;
}

.cwf-article-image-left a.vector {
    background-size: 34% 100% !important;
    background-position: 0 100%;
}

@media (max-width: 1199px) {
    .cwf-article-image-left a.vector {
        background-size: 45% !important;
        background-position: -30% 100%;
    }
}

@media (max-width: 767px) {
    .cwf-article-image-left a.vector {
        background-size: 33.3% !important;
        background-position: 0 100%;
    }
}

@media (max-width: 767px) {
    .cwf-article-image-left a {
        height: 80px;
        background-size: 33.3% !important;
        background-position: 0 0;
        border: none;
    }
}

@media (min-width: 480px) {
    .cwf-article-image-left a {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-article-image-left a {
        height: 208px;
        background-position: -300px 0;
    }
}

@media (min-width: 992px) {
    .cwf-article-image-left a {
        background-position: -350px 0;
    }
}

.cwf-article-image-left a div {
    margin-top: 160px;
    background-color: #fff;
    height: 188px;
}

@media (max-width: 767px) {
    .cwf-article-image-left a div {
        height: auto;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .cwf-article-image-left a div {
        margin-top: 0;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .cwf-article-image-left a div {
        margin-top: 0;
        height: 100%;
    }
}

.cwf-article-image-left a div div {
    margin-top: 0;
    height: 155px;
}

@media (max-width: 767px) {
    .cwf-article-image-left a div div {
        margin-top: 0;
        height: auto;
    }
}

.cwf-article-image-left a:hover div div .cwf-hr:before {
    background: #ff8700;
}

.cwf-article-image-left a:hover div div h4 {
    color: #ff8700;
    text-decoration: underline;
}

.cwf-article-image-left a:hover div div p.link-blue {
    color: #ff8700;
}

.cwf-article-image-left h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 8em;
    min-height: 3em;
    margin-bottom: 10px;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-article-image-left h4 {
        margin: 0;
    }
}

.cwf-article-image-left p {
    padding: 0;
}

.cwf-callout h3 {
    color: #000;
    margin: 0;
}

.cwf-callout a {
    font-weight: 700;
}

.cwf-article-menu ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

.cwf-article-menu ul.dropdown-menu {
    margin: 0;
}

.cwf-article-menu ul li {
    color: #55585a;
    font-size: 16px;
    padding: 8px 0;
    line-height: 1.5em;
}

.cwf-article-menu ul li.current {
    background-color: #f4f4f4;
    color: #55585a;
    margin-left: -25px;
    padding-left: 25px;
    border-left: 4px solid #ff8700;
}

.cwf-article-menu ul li a {
    font-weight: 300;
    white-space: normal;
}

@media (max-width: 767px) {
    .cwf-resources-divider {
        margin-left: -15px;
        margin-right: 0;
        width: calc(100% + 30px);
    }
}

.cwf-article-preview-no-image {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
}

.cwf-article-preview-no-image h2 {
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .cwf-article-preview-no-image p {
        padding-bottom: 24px;
    }
}

.cwf-article-preview-no-image .eyebrow {
    padding-bottom: 8px;
}

.search-results .cwf-article-preview-no-image p:last-of-type {
    padding-bottom: 0;
}

.search-results .featured .cwf-article-preview-no-image {
    display: block;
}

.search-results .featured .cwf-article-preview-no-image p {
    font-size: 20px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .cwf-post-list .quicklinks_container {
        display: inline-block;
    }
}

.cwf-post-list .full-grid.col-lg-4,
.cwf-post-list .full-grid.col-md-4,
.cwf-post-list .full-grid.col-sm-6 {
    border-right: 1px solid #dadddc;
    border-bottom: 1px solid #dadddc;
}

.cwf-post-list .full-grid.col-lg-4:nth-child(3n),
.cwf-post-list .full-grid.col-md-4:nth-child(3n),
.cwf-post-list .full-grid.col-sm-6:nth-child(3n) {
    border-right: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-post-list .full-grid.col-lg-4:nth-child(odd),
    .cwf-post-list .full-grid.col-md-4:nth-child(odd),
    .cwf-post-list .full-grid.col-sm-6:nth-child(odd) {
        border-right: 1px solid #dadddc;
    }

    .cwf-post-list .full-grid.col-lg-4:nth-child(2n),
    .cwf-post-list .full-grid.col-md-4:nth-child(2n),
    .cwf-post-list .full-grid.col-sm-6:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .cwf-post-list .full-grid.col-lg-4,
    .cwf-post-list .full-grid.col-md-4,
    .cwf-post-list .full-grid.col-sm-6 {
        border-bottom: 1px solid #dadddc;
        border-right: none;
    }
}

.cwf-post-list .quicklink-grid.col-lg-6,
.cwf-post-list .quicklink-grid.col-md-6,
.cwf-post-list .quicklink-grid.col-sm-6 {
    border-bottom: 1px solid #dadddc;
}

.cwf-post-list .quicklink-grid.col-lg-6:nth-child(odd),
.cwf-post-list .quicklink-grid.col-md-6:nth-child(odd),
.cwf-post-list .quicklink-grid.col-sm-6:nth-child(odd) {
    border-right: 1px solid #dadddc;
}

.cwf-post-list .quicklink-grid.col-lg-6:last-child,
.cwf-post-list .quicklink-grid.col-lg-6:nth-last-child(2):nth-child(odd),
.cwf-post-list .quicklink-grid.col-md-6:last-child,
.cwf-post-list .quicklink-grid.col-md-6:nth-last-child(2):nth-child(odd),
.cwf-post-list .quicklink-grid.col-sm-6:last-child,
.cwf-post-list .quicklink-grid.col-sm-6:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

@media (max-width: 767px) {
    .cwf-post-list .quicklink-grid.col-lg-6:nth-child(odd),
    .cwf-post-list .quicklink-grid.col-md-6:nth-child(odd),
    .cwf-post-list .quicklink-grid.col-sm-6:nth-child(odd) {
        border-bottom: 1px solid #dadddc !important;
        border-right: none;
    }
}

.cwf-post-list .quicklink-grid.col-lg-4,
.cwf-post-list .quicklink-grid.col-md-4,
.cwf-post-list .quicklink-grid.col-sm-4 {
    border-bottom: 1px solid #dadddc;
    border-right: 1px solid #dadddc;
}

.cwf-post-list .quicklink-grid.col-lg-4:nth-child(3n + 3),
.cwf-post-list .quicklink-grid.col-md-4:nth-child(3n + 3),
.cwf-post-list .quicklink-grid.col-sm-4:nth-child(3n + 3) {
    border-right: none;
}

.cwf-post-list .quicklink-grid.col-lg-4:last-child,
.cwf-post-list .quicklink-grid.col-lg-4:nth-last-child(2):nth-child(odd),
.cwf-post-list .quicklink-grid.col-md-4:last-child,
.cwf-post-list .quicklink-grid.col-md-4:nth-last-child(2):nth-child(odd),
.cwf-post-list .quicklink-grid.col-sm-4:last-child,
.cwf-post-list .quicklink-grid.col-sm-4:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

@media (max-width: 767px) {
    .cwf-post-list .quicklink-grid.col-lg-4,
    .cwf-post-list .quicklink-grid.col-md-4,
    .cwf-post-list .quicklink-grid.col-sm-4 {
        border-right: none;
    }

    .cwf-post-list .quicklink-grid.col-lg-4:nth-child(3n + 3),
    .cwf-post-list .quicklink-grid.col-md-4:nth-child(3n + 3),
    .cwf-post-list .quicklink-grid.col-sm-4:nth-child(3n + 3) {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .cwf-post-list .col-lg-4:nth-child(3n + 1):nth-last-child(-n + 3),
    .cwf-post-list .col-lg-4:nth-child(3n + 1):nth-last-child(-n + 3) ~ div,
    .cwf-post-list .col-md-4:nth-child(3n + 1):nth-last-child(-n + 3),
    .cwf-post-list .col-md-4:nth-child(3n + 1):nth-last-child(-n + 3) ~ div {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .cwf-post-list .col-lg-4:last-child,
    .cwf-post-list .col-md-4:last-child {
        border-bottom: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-post-list .col-lg-4:nth-last-child(2):nth-child(odd),
    .cwf-post-list .col-md-4:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .cwf-post-list.insights .col-xs-12:nth-child(-n + 3) {
        display: block;
    }
}

@media (max-width: 767px) {
    .cwf-post-list.insights .col-xs-12 {
        display: none;
    }
}

.cwf-post-list .cwf-article-category {
    display: block;
}

.cwf-post-list .cwf-article-category:hover {
    box-shadow: 0 21px 24px -21px rgba(0, 0, 0, 0.8);
}

.cwf-post-list .cwf-article-category:hover .cwf-hr:before {
    background-color: #ff8700;
}

.cwf-post-list .cwf-article-category:hover h2 {
    color: #ff8700;
    text-decoration: underline;
}

.cwf-post-list .cwf-article-category .content-container {
    padding: 0 17px;
}

.cwf-post-list .cwf-article-category .content-container .cwf-hr {
    margin-top: 48px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .cwf-post-list .cwf-article-category .content-container .cwf-hr {
        margin-top: 32px;
    }
}

.cwf-post-list .cwf-article-category .content-container h2 {
    height: 72px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 36px;
    max-height: 77px;
}

@media (max-width: 767px) {
    .cwf-post-list .cwf-article-category .content-container h2 {
        height: 60px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
        max-height: 65px;
    }
}

.cwf-post-list .cwf-article-category .content-container .excerpt {
    height: 72px;
    margin-bottom: 48px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 77px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-post-list .cwf-article-category .content-container .excerpt {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .cwf-post-list .cwf-article-category .content-container .excerpt {
        margin-bottom: 0;
    }
}

.cwf-post-list .cwf-article-preview-small {
    text-decoration: none;
    display: block;
}

.cwf-post-list .cwf-article-preview-small h4 {
    height: 3em;
    margin-bottom: 16px;
    padding: 0;
    overflow: hidden;
}

.cwf-post-list .cwf-article-preview-small.vector .image {
    background-position: 100% 100%;
}

.cwf-post-list .cwf-article-preview-small .image {
    height: 145px;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: 0 0;
    background-size: cover !important;
}

.cwf-post-list .cwf-article-preview-small .image .title {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
}

.cwf-post-list .cwf-article-preview-small .excerpt {
    color: #000;
    font-weight: 200;
}

.cwf-post-list .cwf-article-preview-small.meta {
    position: relative;
    padding: 32px 17px 12px;
}

@media (min-width: 767px) {
    .cwf-post-list .cwf-article-preview-small.meta:hover {
        box-shadow: 0 21px 24px -21px rgba(0, 0, 0, 0.8);
    }

    .cwf-post-list .cwf-article-preview-small.meta:hover .cwf-hr:before {
        background-color: #ff8700;
    }

    .cwf-post-list .cwf-article-preview-small.meta:hover h4,
    .cwf-post-list .cwf-article-preview-small.meta:hover h6,
    .cwf-post-list .cwf-article-preview-small.meta:hover span,
    .cwf-post-list .cwf-article-preview-small.meta:hover sub {
        color: #ff8700;
        text-decoration: underline;
    }
}

@media (min-width: 768px) {
    .cwf-post-list .cwf-article-preview-small.meta {
        padding-bottom: 28px;
    }
}

.cwf-post-list .cwf-article-preview-small.meta .type {
    display: block;
    letter-spacing: 0.8px;
    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .cwf-post-list .cwf-article-preview-small.meta .type sub {
        bottom: 0;
    }
}

.cwf-post-list .cwf-article-preview-small.meta .type sub:before {
    font-size: 24px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .cwf-post-list .cwf-article-preview-small.meta .type sub:before {
        font-size: 12px;
    }
}

.cwf-post-list .cwf-article-preview-small.meta .taxonomy-space {
    height: 32px;
    position: relative;
}

.cwf-post-list .cwf-article-preview-small.meta .taxonomy-space .taxonomy {
    padding: 3px 12px 3px 8px;
    margin: 32px 0 8px;
    position: absolute;
    bottom: 0;
}

.cwf-post-list .cwf-article-preview-small.meta h4 {
    margin: 0 0 6px;
}

.cwf-post-list .cwf-article-preview-small.meta .excerpt-container {
    height: 72px;
    margin-bottom: 20px;
}

.cwf-post-list .cwf-article-preview-small.meta .excerpt {
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 77px;
}

.cwf-post-list .cwf-article-preview-small.meta .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
}

.cwf-post-list .cwf-article-preview-small.meta .col-md-3,
.cwf-post-list .cwf-article-preview-small.meta .col-md-9 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.cwf-post-list img.flag {
    margin-top: 7px;
    margin-right: 5px;
    vertical-align: text-top;
}

.solution-holder {
    background-image: url(background-images/T03_background.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover !important;
}

@media (max-width: 991px) {
    .solution-holder {
        background-position: 22% 0;
    }
}

a.cwf-card,
span.cwf-card {
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
    font-weight: 200;
    color: #000;
    margin-bottom: 35px;
    background-color: #fff;
    display: block;
}

a.cwf-card:hover,
span.cwf-card:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

a.cwf-card:hover h3,
a.cwf-card:hover h4,
a.cwf-card:hover p,
span.cwf-card:hover h3,
span.cwf-card:hover h4,
span.cwf-card:hover p {
    color: #000;
}

a.cwf-card:hover .cta,
a.cwf-card:hover .type,
span.cwf-card:hover .cta,
span.cwf-card:hover .type {
    color: #ff8700 !important;
}

a.cwf-card:hover .taxonomy,
span.cwf-card:hover .taxonomy {
    background-color: #ff8700;
    color: #fff;
}

a.cwf-card .cwf-hr,
span.cwf-card .cwf-hr {
    padding: 48px 0 0 32px;
}

a.cwf-card .title,
span.cwf-card .title {
    padding: 0 32px;
    margin-bottom: 6px;
    height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 36px;
    max-height: 113px;
}

@media (max-width: 991px) {
    a.cwf-card .title,
    span.cwf-card .title {
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
        max-height: 65px;
    }
}

a.cwf-card .excerpt,
span.cwf-card .excerpt {
    font-size: 20px;
    height: 96px;
    padding: 0 32px;
    margin-bottom: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 32px;
    max-height: 101px;
}

@media (min-width: 768px) and (max-width: 991px) {
    a.cwf-card .excerpt,
    span.cwf-card .excerpt {
        margin-bottom: 80px;
    }
}

@media (max-width: 991px) {
    a.cwf-card .excerpt,
    span.cwf-card .excerpt {
        font-size: 16px;
    }
}

a.cwf-card .excerpt.content-tile,
span.cwf-card .excerpt.content-tile {
    height: auto !important;
    max-height: none !important;
    display: block !important;
}

a.cwf-card:hover .cwf-hr:before,
span.cwf-card:hover .cwf-hr:before {
    background-color: #ff8700;
}

a.cwf-card:hover .title,
span.cwf-card:hover .title {
    color: #ff8700;
    text-decoration: underline;
}

a.cwf-card:hover .excerpt,
span.cwf-card:hover .excerpt {
    color: #000;
}

.cwf-link-list:not(.white-bg) {
    background-image: url(background-images/T01_background.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media (max-width: 991px) {
    .cwf-link-list:not(.white-bg) {
        background-position: 20% 0;
    }
}

.cwf-link-list hr {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .cwf-link-list hr {
        margin-top: 48px;
    }
}

@media (min-width: 992px) {
    .cwf-link-list hr {
        margin-top: 80px;
    }
}

.cwf-link-list .row hr {
    margin-bottom: 32px;
    margin-top: 20px;
}

.cwf-link-list.cwf-section-padding {
    padding-top: 64px;
    padding-bottom: 4px;
}

@media (max-width: 767px) {
    .cwf-link-list.cwf-section-padding {
        padding-top: 32px;
    }
}

.cwf-link-list h4 {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 300;
}

.cwf-link-list.white-bg .black-text:hover,
.cwf-link-list.white-bg a:hover,
.cwf-link-list.white-bg a h4:hover {
    color: #ff8700;
}

.mobile-cta {
    font-weight: 500;
    padding: 8px 0 32px;
}

@media (min-width: 768px) {
    .mobile-cta {
        padding-bottom: 4px;
    }
}

@media (min-width: 992px) {
    .mobile-cta {
        display: none;
    }
}

input#cwf-pagenum {
    cursor: default;
}

.pagination-arrow:not(.disabled):active {
    -webkit-filter: drop-shadow(2px 2px 3px #000);
    filter: drop-shadow(2px 2px 3px #000);
}

.profile-image.corporate {
    overflow: hidden;
    max-height: 360px;
    max-width: 360px;
    width: 100%;
}

@media (min-width: 992px) {
    .profile-image.corporate {
        max-width: auto;
    }
}

ul.quicklinks {
    list-style: none;
    padding-left: 0;
}

ul.quicklinks li {
    font-size: 16px;
    padding-bottom: 16px;
}

@media (max-width: 991px) {
    h2.quicklinks,
    ul.quicklinks {
        padding-left: 48px;
    }
}

.member-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    overflow: hidden;
}

.member-location {
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    overflow: hidden;
}

.description-location {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    margin-top: -46px;
}

@media (min-width: 768px) {
    .description-location {
        max-height: 150px;
        min-height: 150px;
    }
}

.cwf-filter {
    padding-bottom: 20px;
}

.cwf-filter .cwf-dropdown {
    padding: 0 16px;
}

.cwf-filter .cwf-dropdown .dropdown-header {
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
}

.cwf-filter .cwf-dropdown #business_outcomes_filter_container,
.cwf-filter .cwf-dropdown #industry_filter_container,
.cwf-filter .cwf-dropdown #job_function_filter_container,
.cwf-filter .cwf-dropdown #keywords_filter_container {
    display: inline;
}

.cwf-filter .cwf-dropdown #business_outcomes_filter_container span.filter-intro,
.cwf-filter .cwf-dropdown #industry_filter_container span.filter-intro,
.cwf-filter .cwf-dropdown #job_function_filter_container span.filter-intro,
.cwf-filter .cwf-dropdown #keywords_filter_container span.filter-intro {
    margin-right: 5px;
    display: inline;
    line-height: 2.1em;
    color: #fff;
}

.cwf-filter .cwf-dropdown .dropdown-unavailable {
    opacity: 0.4;
    cursor: default;
}

.cwf-filter .cwf-dropdown .dropdown-unavailable .dropdown ul.dropdown-menu {
    display: none;
}

.cwf-filter .cwf-dropdown .dropdown-unavailable .dropdown .dropdown-toggle {
    cursor: default;
}

.cwf-filter .navbar-header {
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .cwf-filter,
    .cwf-filter .container,
    .cwf-filter .navbar-header {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .cwf-filter img {
        float: left;
    }
}

.cwf-filter .navbar-collapse {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}

.cwf-filter .navbar-toggle {
    float: none;
    padding: 0;
    margin: 10px 0 0;
}

@media (min-width: 480px) {
    .cwf-filter .navbar-toggle {
        display: block;
    }
}

@media (max-width: 991px) {
    .cwf-filter .navbar-toggle {
        margin-top: 0;
    }
}

.cwf-filter .navbar-toggle .visible-xs-block.visible-sm-block {
    float: left;
}

@media (max-width: 991px) {
    .cwf-filter .navbar-toggle img {
        float: left;
    }
}

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

.cwf-filter .dropdown-menu {
    border-radius: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .cwf-filter .dropdown-menu {
        position: relative;
    }
}

.cwf-filter .dropdown button.selected-filter {
    background-color: #fff;
    border: 1px solid #fff;
    color: #55585a;
}

.cwf-filter a {
    font-size: 14px;
}

.cwf-filter a:hover .cwf-reset {
    border-color: #ff8700;
}

.cwf-filter a .cwf-reset {
    width: 100%;
    text-align: center;
    padding: 4px 0;
    border: 2px solid #fff;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .cwf-filter a .cwf-reset {
        margin-top: 0;
    }
}

.cwf-filter .btn-full {
    font-size: 14px;
    text-align: left;
    white-space: normal;
}

.cwf-filter .btn-full .caret {
    right: 24px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 16px;
}

@media (min-width: 992px) {
    .cwf-filter .switch {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-filter .switch {
        margin-top: 16px;
    }
}

.cwf-filter .switch .btn {
    padding: 17.5px 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-filter .switch .btn {
        padding: 17.5px 10px;
    }
}

.cwf-filter .switch .btn.active {
    background-color: #fff;
    color: #55585a;
}

.cwf-filter span.filter-intro {
    font-size: 18px;
    font-weight: 400;
}

.cwf-filter .cwf-filter-keyword-container {
    display: inline;
    position: relative;
}

.cwf-filter .cwf-filter-keyword-container .cwf-filter-keyword-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
}

.cwf-filter
    .cwf-filter-keyword-container
    .cwf-filter-keyword-suggestions
    .selected-suggestion {
    background-color: #ddd;
}

.cwf-filter
    .cwf-filter-keyword-container
    .cwf-filter-keyword-suggestions
    .searched-for {
    font-weight: 700;
}

.cwf-filter .cwf-filter-keyword-container span#cwf-filter-keyword {
    border-bottom: 1px solid #ff8700;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #ff8700;
    font-style: italic;
    line-height: 1.6em;
    min-width: 50px;
}

.cwf-filter .cwf-filter-keyword-container span#cwf-filter-keyword:focus {
    outline: 0;
}

.cwf-filter .dropdown {
    display: inline;
}

.cwf-filter .dropdown .dropdown-toggle {
    cursor: pointer;
    border-bottom: 1px solid #ff8700;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 5px;
}

.cwf-filter .dropdown .dropdown-toggle span.filter-selection {
    display: inline;
    font-size: 20px;
    font-weight: 400;
    color: #ff8700;
    font-style: italic;
    line-height: 1.6em;
}

.cwf-filter .dropdown .dropdown-toggle span.filter-selection:after {
    content: '\00a0\00a0\e907';
    display: inline;
    font-family: conduent_icon_font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 16px;
    vertical-align: text-bottom;
    line-height: 17px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #ff8700;
}

.cwf-filter .dropdown .dropdown-toggle span.filter-selected {
    display: none;
}

.cwf-filter .dropdown .dropdown-toggle.disabled {
    cursor: default;
}

.cwf-filter .dropdown .dropdown-toggle.disabled span.filter-selection:after {
    display: none;
}

.cwf-filter .dropdown .dropdown-toggle.disabled span.filter-selected {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    font-size: 23px;
    vertical-align: text-bottom;
    line-height: 18px;
    margin-left: 4px;
    margin-bottom: 1px;
    border: 2px solid #fff;
    padding: 0 2px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #fff;
    cursor: pointer;
}

.cwf-filter .mobile-filter-dropdown {
    padding: 31px 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #fff;
}

.cwf-filter .mobile-filter-dropdown .caret {
    right: 24px;
    top: 50%;
    margin-top: 5px;
    position: absolute;
    width: auto;
    height: auto;
    float: right;
    position: relative;
    right: 0;
}

.cwf-filter .mobile-filter-dropdown:not(.collapsed) {
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.cwf-filter .mobile-filter-dropdown:not(.collapsed) .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -2px;
}

.cwf-filter .dropdown-menu {
    border: 1px solid #fff;
    max-height: 400px;
    overflow: auto;
}

@media (min-width: 768px) {
    .cwf-filter .dropdown-menu {
        top: calc(100% + 5px);
        min-width: 280px;
    }
}

@media (max-width: 1199px) {
    .cwf-filter .dropdown-menu > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.cwf-filter .dropdown-menu > li:not(.dropdown-header) {
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.cwf-filter .dropdown-menu > li:not(.dropdown-header):hover {
    color: #262626;
    background-color: #ddd;
}

.cwf-filter .dropdown-menu > li:not(.dropdown-header):hover a:hover {
    background-color: #ddd;
}

.cwf-filter .dropdown-menu > li > a {
    white-space: normal;
    line-height: 18px;
}

.cwf-filter .dropdown-menu > li.cat-filter-parent a {
    font-weight: 600;
}

.cwf-filter .dropdown-menu > li.cat-filter-child {
    padding: 10px 0;
}

.cwf-filter .dropdown-menu > li.cat-filter-child a {
    padding-left: 30px;
}

.cwf-filter .dropdown-menu > li.cat-filter-child a:before {
    content: '\2014\a0\a0';
}

#insights-container {
    position: relative;
}

#insights-container .loading-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3);
}

#insights-container .loading-overlay svg {
    position: fixed;
    left: calc(50% - 29px);
    top: calc(50% - 29px);
    opacity: 1;
}

@media (min-width: 992px) {
    #insights-grid .container.cwf-post-list {
        width: calc(100% - 270px);
        max-width: 1197px;
        min-height: 390px;
    }
}

@media (max-width: 991px) {
    #insights-grid .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.cwf-resources {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .cwf-resources {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .cwf-resources {
        margin-bottom: 44px;
    }
}

.cwf-resources .cwf-resource.col-md-12 {
    padding: 0;
}

.cwf-resources .cwf-resource .eyebrow {
    margin-bottom: 20px;
}

.cwf-resources .cwf-resource .eyebrow sub:before {
    font-size: 24px;
    padding-right: 10px;
}

.cwf-resources .cwf-resource sup {
    top: 0.2em;
}

.cwf-resources .cwf-resource sup:before {
    font-size: 16px;
    padding-left: 10px;
}

.cwf-resources .cwf-resource .stats {
    font-size: 14px;
}

@media (max-width: 991px) {
    .cwf-resources .cwf-resource .stats {
        font-size: 12px;
    }
}

.cwf-resources .cwf-resource .stats.download {
    white-space: nowrap;
}

.cwf-resources .cwf-resource .title {
    padding-bottom: 0;
    margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cwf-resources .cwf-resource .title {
        margin-bottom: 24px;
    }
}

.cwf-resources .cwf-resource:hover .eyebrow {
    color: #ff8700;
}

.cwf-resources .cwf-resource:hover .title {
    color: #ff8700;
    text-decoration: underline;
}

.cwf-resources .cwf-resource:hover .stats {
    color: #ff8700;
}

.cwf-resources .cwf-resource:last-of-type hr {
    display: none !important;
}

#connect-footer .social {
    font-size: 24px;
    text-align: center;
}

#connect-footer .social span {
    display: block;
    margin: auto;
}

#connect-footer .social h2 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #connect-footer .tablet-group > div:first-child {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    #connect-footer .follow,
    #connect-footer .tablet-group,
    #connect-footer .tweet {
        padding-left: 0;
        padding-right: 0;
    }
}

#connect-footer .follow .social-icon {
    width: 16.666667%;
    float: left;
}

@media (min-width: 1200px) {
    #connect-footer .follow .social-icon {
        padding-left: 4px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #connect-footer .follow .social-icon {
        padding-left: 13px;
    }
}

#connect-footer .follow .social-icon ~ .social-icon {
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #connect-footer .follow {
        margin-left: -10px;
        padding-top: 26px;
    }
}

@media (max-width: 991px) {
    #connect-footer .contact .btn {
        text-align: center;
    }
}

.pb_column_container #social-rail {
    margin-top: 0;
}

.cdu_social_feed {
    padding: 0 0 10px;
}

.cdu_social_feed .loading-image {
    max-width: 64px;
    width: 100%;
    margin: 30px auto 0;
}

.cdu_social_feed .cdu-social-header {
    float: none;
}

.cdu_social_feed .cdu-social-items {
    position: relative;
}

.cdu_social_feed .cdu-social-items .cdu-social-item {
    position: absolute;
}

.cdu_social_feed .cdu-social-items .cdu-social-item.item_hide {
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 0s 1s,
        opacity 1s linear;
}

.cdu_social_feed .cdu-social-items .cdu-social-item.item_show {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

@media (max-width: 767px) {
    .cdu_social_feed .feed-facebook,
    .cdu_social_feed .feed-linkedin,
    .cdu_social_feed .feed-tweet {
        margin-left: -15px;
    }
}

.cdu_social_feed .feed-facebook .icon,
.cdu_social_feed .feed-linkedin .icon,
.cdu_social_feed .feed-tweet .icon {
    width: 30px;
    float: left;
    display: block;
}

.cdu_social_feed .feed-facebook .icon svg,
.cdu_social_feed .feed-linkedin .icon svg,
.cdu_social_feed .feed-tweet .icon svg {
    max-width: 100%;
    max-height: 100%;
}

.cdu_social_feed .feed-facebook .icon svg path,
.cdu_social_feed .feed-linkedin .icon svg path,
.cdu_social_feed .feed-tweet .icon svg path {
    fill: #c1c1c1;
}

.cdu_social_feed .feed-facebook .icon span,
.cdu_social_feed .feed-linkedin .icon span,
.cdu_social_feed .feed-tweet .icon span {
    font-size: 30px;
    color: #c1c1c1;
}

.cdu_social_feed .feed-facebook .text-side,
.cdu_social_feed .feed-linkedin .text-side,
.cdu_social_feed .feed-tweet .text-side {
    font-weight: lighter;
}

.cdu_social_feed .feed-facebook .text-side p,
.cdu_social_feed .feed-linkedin .text-side p,
.cdu_social_feed .feed-tweet .text-side p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #fff;
}

.cdu_social_feed .feed-facebook .text-side a,
.cdu_social_feed .feed-linkedin .text-side a,
.cdu_social_feed .feed-tweet .text-side a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.cdu_social_feed .feed-facebook .text-side a:hover,
.cdu_social_feed .feed-linkedin .text-side a:hover,
.cdu_social_feed .feed-tweet .text-side a:hover {
    color: #ff8700;
}

.cdu_social_feed .feed-facebook .text-side a:active,
.cdu_social_feed .feed-linkedin .text-side a:active,
.cdu_social_feed .feed-tweet .text-side a:active {
    opacity: 0.75;
}

@media (min-width: 992px) {
    .cdu_social_feed .feed-facebook .text-side,
    .cdu_social_feed .feed-linkedin .text-side,
    .cdu_social_feed .feed-tweet .text-side {
        font-size: 14px;
    }
}

.cdu_social_feed .feed-facebook p,
.cdu_social_feed .feed-linkedin p,
.cdu_social_feed .feed-tweet p {
    margin-bottom: 0;
}

.cdu_social_feed .feed-linkedin:hover {
    text-decoration: none;
}

.cdu_social_feed .feed-linkedin p.li-info {
    color: #fff;
}

.cdu_social_feed .feed-linkedin p.li-info span {
    padding: 0 7px;
}

.cdu_social_feed .feed-tweet {
    padding-bottom: 0;
}

.cdu_social_feed .feed-tweet p {
    color: #fff;
    margin-bottom: 0;
}

.cdu_social_feed .feed-tweet p.account a:hover span {
    text-decoration: none;
}

.cdu_social_feed .feed-tweet p.tweet-text {
    padding: 0;
    word-wrap: break-word;
}

.cdu_social_feed .feed-tweet .twitter-actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cdu_social_feed .feed-tweet .twitter-actions a {
    display: inline-block;
    width: 16px;
    height: 20px;
    text-indent: -99999px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cdu_social_feed .feed-tweet .twitter-actions a.reply {
    background-image: url(/cwf/current/icons/tw-reply.svg);
    opacity: 1;
    transition: opacity 0.3s;
}

.cdu_social_feed .feed-tweet .twitter-actions a.reply:active,
.cdu_social_feed .feed-tweet .twitter-actions a.reply:hover {
    opacity: 0.5;
}

.cdu_social_feed .feed-tweet .twitter-actions a.retweet {
    background-image: url(/cwf/current/icons/tw-retweet.svg);
    width: 21px;
    opacity: 1;
    transition: opacity 0.3s;
}

.cdu_social_feed .feed-tweet .twitter-actions a.retweet:active,
.cdu_social_feed .feed-tweet .twitter-actions a.retweet:hover {
    opacity: 0.5;
}

.cdu_social_feed .feed-tweet .twitter-actions a.favorite {
    background-image: url(/cwf/current/icons/tw-like.svg);
    margin-right: 0;
    opacity: 1;
    transition: opacity 0.3s;
}

.cdu_social_feed .feed-tweet .twitter-actions a.favorite:active,
.cdu_social_feed .feed-tweet .twitter-actions a.favorite:hover {
    opacity: 0.5;
}

.cdu_social_feed .feed-facebook .text-side a {
    color: #fff;
}

.cdu_social_feed .feed-facebook .text-side a .updated {
    display: block;
}

.leader-profile .cwf-social-holder a,
.leadership .cwf-social-holder a {
    float: left;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.leader-profile .cwf-social-holder a:hover,
.leadership .cwf-social-holder a:hover {
    opacity: 1;
}

.leader-profile .cwf-social-holder a h2,
.leadership .cwf-social-holder a h2 {
    line-height: 0;
}

@media (max-width: 991px) {
    .leader-profile .cwf-social-holder a h2,
    .leadership .cwf-social-holder a h2 {
        font-size: 24px;
    }
}

#social-rail {
    position: absolute;
    margin-top: 50px;
    z-index: 500;
}

#social-rail a {
    display: block;
    z-index: 50;
}

#social-rail .cdu_hide_addthis {
    display: none;
}

#connect-footer a [class$='-icon'],
#social-rail a [class$='-icon'] {
    opacity: 1;
    transition: opacity 0.3s;
}

#connect-footer a:hover [class$='-icon'],
#connect-footer a:hover [class$='-icon']:active,
#social-rail a:hover [class$='-icon'],
#social-rail a:hover [class$='-icon']:active {
    opacity: 0.5;
}

.masonry-video-overlay {
    display: none;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
}

.masonry-video-overlay #cwf-close {
    opacity: 0.5;
    width: 80%;
    font-size: 30px;
    padding: 10px;
    z-index: 40;
    position: absolute;
    right: 1%;
    top: 20px;
    width: 30px;
    cursor: pointer;
}

.masonry-video-overlay #cwf-close:focus,
.masonry-video-overlay #cwf-close:hover {
    color: #fff;
    opacity: 1;
}

.masonry-video-overlay #cwf-close .cwf-close-clear-line {
    background-color: #fff;
    position: absolute;
    margin-bottom: 2px;
    display: block;
    width: 18px;
    height: 2px;
    top: 6px;
    left: -2px;
}

.masonry-video-overlay #cwf-close #cwf-close-clear-line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.masonry-video-overlay #cwf-close #cwf-close-clear-line-2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.masonry-video-overlay .video-holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

@media (max-width: 767px) {
    .masonry-video-overlay .video-holder {
        margin-top: 8%;
    }
}

@media (min-width: 768px) {
    .masonry-video-overlay .video-holder {
        margin-top: 5%;
    }
}

@media (min-width: 992px) {
    .masonry-video-overlay .video-holder {
        margin-top: 3%;
    }
}

.masonry-video-overlay .video-holder .video-embed {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
}

@media (min-width: 1200px) {
    .masonry-video-overlay .video-holder .video-embed {
        width: 70%;
        height: 70%;
        left: 14%;
    }
}

#masonry .cwf-masonry-block {
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
    display: block;
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 17px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    font-weight: 200;
}

#masonry .cwf-masonry-block:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

#masonry .cwf-masonry-block:hover .cwf-hr:before {
    background-color: #ff8700;
}

#masonry .cwf-masonry-block:hover h3,
#masonry .cwf-masonry-block:hover h4,
#masonry .cwf-masonry-block:hover p {
    color: #000;
}

#masonry .cwf-masonry-block:hover .title {
    color: #ff8700;
    text-decoration: underline;
}

#masonry .cwf-masonry-block:hover .cta,
#masonry .cwf-masonry-block:hover .type {
    color: #ff8700 !important;
}

#masonry .cwf-masonry-block:hover .taxonomy {
    background-color: #ff8700;
    color: #fff;
}

#masonry .cwf-masonry-block .masonry-social-link-text {
    transition: color 0.3s ease;
}

#masonry .cwf-masonry-block .social-icon.white-text {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

#masonry .cwf-masonry-block .vertical-frost-box-title {
    color: #fff;
    transition: color 0.3s ease;
    margin-top: 63px;
}

#masonry .cwf-masonry-block:focus.black-bg .white-text,
#masonry .cwf-masonry-block:hover.black-bg .white-text {
    color: #fff;
}

#masonry .cwf-masonry-block:focus.black-bg .white-text.vertical-frost-box-title,
#masonry
    .cwf-masonry-block:hover.black-bg
    .white-text.vertical-frost-box-title {
    color: #ff8700;
    transition: color 0.3s ease;
}

#masonry .cwf-masonry-block:focus.black-bg .teal-text,
#masonry .cwf-masonry-block:hover.black-bg .teal-text {
    color: #274463;
}

#masonry .cwf-masonry-block:focus.dark-teal h3,
#masonry .cwf-masonry-block:focus.dark-teal h4,
#masonry .cwf-masonry-block:focus.dark-teal p,
#masonry .cwf-masonry-block:focus.teal h3,
#masonry .cwf-masonry-block:focus.teal h4,
#masonry .cwf-masonry-block:focus.teal p,
#masonry .cwf-masonry-block:hover.dark-teal h3,
#masonry .cwf-masonry-block:hover.dark-teal h4,
#masonry .cwf-masonry-block:hover.dark-teal p,
#masonry .cwf-masonry-block:hover.teal h3,
#masonry .cwf-masonry-block:hover.teal h4,
#masonry .cwf-masonry-block:hover.teal p {
    color: #fff;
}

#masonry .cwf-masonry-block:focus.facebook p.masonry-social-link-text,
#masonry
    .cwf-masonry-block:focus.masonry-social
    div.white-text.masonry-social-blurb
    p,
#masonry .cwf-masonry-block:focus.masonry-social p.masonry-social-link-text,
#masonry .cwf-masonry-block:hover.facebook p.masonry-social-link-text,
#masonry
    .cwf-masonry-block:hover.masonry-social
    div.white-text.masonry-social-blurb
    p,
#masonry .cwf-masonry-block:hover.masonry-social p.masonry-social-link-text {
    color: #ff8700;
    text-decoration: underline;
}

#masonry .cwf-masonry-block:focus.masonry-social .social-icon,
#masonry .cwf-masonry-block:hover.masonry-social .social-icon {
    opacity: 1;
    color: #fff;
}

@media (max-width: 991px) {
    #masonry .cwf-masonry-block {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block {
        background-image: none !important;
        padding: 0;
        height: auto;
    }
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .for-mobile {
        height: 130px;
        background-size: 100% auto !important;
    }
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.white-bg {
        min-height: 360px;
    }
}

#masonry .cwf-masonry-block.video {
    padding: 0;
    min-height: 250px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.video {
        min-height: 400px;
    }
}

#masonry .cwf-masonry-block.video svg {
    opacity: 0.4;
}

#masonry .cwf-masonry-block.video svg:hover {
    opacity: 1;
}

#masonry .cwf-masonry-block.video .for-mobile svg {
    margin-left: 40%;
}

#masonry .cwf-masonry-block.video.long svg {
    margin: 40% 0 0 35%;
}

#masonry .cwf-masonry-block.video.long .visible-sm-block svg {
    margin: 30% 0 0 35%;
}

#masonry .cwf-masonry-block.video.long .visible-xs-block svg {
    margin: 0 0 0 40%;
}

@media (min-width: 768px) {
    #masonry .cwf-masonry-block.video .play_icon svg {
        margin: 30% 0 0 35%;
    }
}

@media (min-width: 992px) {
    #masonry .cwf-masonry-block.video .play_icon svg {
        margin: 35% 0 0 35%;
    }
}

@media (min-width: 1200px) {
    #masonry .cwf-masonry-block.video .play_icon svg {
        margin: 28% 0 0 35%;
    }
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.video p.hidden-xs {
        display: none !important;
    }
}

#masonry .cwf-masonry-block.video .video-content {
    height: 100%;
    min-height: 250px;
    padding: 0 32px;
}

#masonry .cwf-masonry-block.video .video-content .cta {
    padding: 0;
    bottom: 32px;
    position: absolute;
}

@media (min-width: 992px) {
    #masonry .cwf-masonry-block.long {
        height: 750px;
    }

    #masonry .cwf-masonry-block.long .frost {
        padding-top: 390px;
    }

    #masonry .cwf-masonry-block.long .box-frost {
        width: 100%;
        left: 30px;
        margin-top: 390px;
        height: 360px;
    }

    #masonry .cwf-masonry-block.long .box-frost .frost-this {
        margin-left: -30px;
    }

    #masonry .cwf-masonry-block.long .box-frost .frost-this svg {
        width: 100%;
        height: 200%;
        position: relative;
        left: 0;
        top: -100%;
    }

    #masonry .cwf-masonry-block.long .frost-gradient {
        margin-left: -30px;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #masonry .cwf-masonry-block.long.video .video-content {
        height: 360px;
        position: absolute;
        bottom: 0;
    }
}

#masonry .cwf-masonry-block.wide .box-frost {
    left: 30px;
}

#masonry .cwf-masonry-block.wide .frost-gradient {
    background: linear-gradient(270deg, transparent 0, transparent 0, #000);
}

#masonry .cwf-masonry-block .eyebrow {
    padding-top: 32px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .eyebrow {
        padding-top: 24px;
    }
}

#masonry .cwf-masonry-block .eyebrow.dark-gray-text {
    min-height: 68px;
}

#masonry .cwf-masonry-block strong {
    font-weight: 500;
}

#masonry .cwf-masonry-block .large-number {
    font-size: 104px;
    line-height: 1;
    padding-top: 24px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .large-number {
        font-size: 60px;
        line-height: 60px;
    }
}

#masonry .cwf-masonry-block .large-number sup {
    font-size: 48px;
    top: -0.8em;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .large-number sup {
        font-size: 28px;
    }
}

#masonry .cwf-masonry-block.social {
    padding: 0 17px;
    font-size: 32px;
    cursor: default;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.social {
        height: 360px;
    }
}

#masonry .cwf-masonry-block.social a.social:focus,
#masonry .cwf-masonry-block.social a.social:hover {
    text-decoration: none;
}

#masonry .cwf-masonry-block.social .container-fluid {
    overflow: hidden;
}

#masonry .cwf-masonry-block.social .container-fluid .icon-row {
    width: 240px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    #masonry .cwf-masonry-block.social .container-fluid .icon-row {
        width: 380px;
    }
}

@media (min-width: 992px) {
    #masonry .cwf-masonry-block.social .container-fluid .icon-row {
        width: 350px;
        margin-bottom: 24px;
    }
}

#masonry .cwf-masonry-block.social h2[class*='-icon'] {
    text-align: left;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

#masonry .cwf-masonry-block.social h2[class*='-icon']:focus,
#masonry .cwf-masonry-block.social h2[class*='-icon']:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.social {
        padding: 0 9px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #masonry .cwf-masonry-block.social h2 {
        padding-top: 88px;
    }

    #masonry .cwf-masonry-block.social h2.large {
        padding-top: 0;
        font-size: 48px;
    }
}

#masonry .cwf-masonry-block.social .vertical-center {
    padding-top: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
    #masonry .cwf-masonry-block.social .vertical-center {
        padding-top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.social .vertical-center {
        padding-top: 0;
    }
}

#masonry .cwf-masonry-block.facebook,
#masonry .cwf-masonry-block.tweet {
    padding: 32px;
}

#masonry .cwf-masonry-block.facebook h4,
#masonry .cwf-masonry-block.tweet h4 {
    padding-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.facebook h4,
    #masonry .cwf-masonry-block.tweet h4 {
        font-size: 16px;
    }
}

#masonry .cwf-masonry-block.facebook .social-icon,
#masonry .cwf-masonry-block.tweet .social-icon {
    font-size: 32px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.facebook .social-icon,
    #masonry .cwf-masonry-block.tweet .social-icon {
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.quote.long {
        height: 360px;
        padding: 24px 0 0;
    }
}

#masonry .cwf-masonry-block.quote .i-cwf-quote-start-icon {
    padding-top: 32px;
    padding-bottom: 8px;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.quote .i-cwf-quote-start-icon {
        padding-top: 0;
    }
}

#masonry .cwf-masonry-block.quote .i-cwf-quote-end-icon {
    padding-top: 8px;
}

#masonry .cwf-masonry-block.quote .social-icon {
    font-size: 24px;
}

#masonry .cwf-masonry-block.quote h2 {
    margin: 0;
}

#masonry .cwf-masonry-block.quote p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.quote .quote-text {
        min-height: 230px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #masonry .cwf-masonry-block.quote .quote-text h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.quote [class^='col-md-'].dock {
        padding-top: 19px;
        padding-right: 0;
    }
}

#masonry .cwf-masonry-block [class^='col-md-'].dock {
    position: absolute;
    bottom: 32px;
    padding-right: 32px;
    line-height: 16px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block [class^='col-md-'].dock {
        position: relative;
        bottom: auto;
        padding-right: auto;
    }
}

#masonry .cwf-masonry-block p {
    margin-top: 16px;
    margin-bottom: 32px;
    padding-bottom: 0;
    font-size: 16px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 25.6px;
        max-height: 81.8px;
        margin-top: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #masonry .cwf-masonry-block .masonry-blurb,
    #masonry .cwf-masonry-block .masonry-blurb p {
        font-size: 14px;
        line-height: 20px;
    }
}

#masonry .cwf-masonry-block .cta {
    transition: color 0.3s ease;
    font-weight: 500;
}

#masonry .cwf-masonry-block .cta.dark-bg {
    color: #468cff;
}

#masonry .cwf-masonry-block .cta.dock {
    position: absolute;
    bottom: 32px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .cta.dock {
        bottom: 24px;
    }
}

#masonry .cwf-masonry-block .cwf-hr {
    margin: 30px 0 12px;
}

#masonry .cwf-masonry-block .frost {
    height: 100%;
    padding: 0 17px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .frost {
        padding: 0 24px 24px;
    }
}

#masonry .cwf-masonry-block .frost-gradient {
    width: 100%;
    height: 360px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0, transparent 0, #000);
}

#masonry .cwf-masonry-block .box-frost {
    width: 50%;
    height: 360px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -15px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .box-frost {
        display: none;
    }
}

#masonry .cwf-masonry-block .box-frost .frost-this {
    width: 100%;
    height: 100%;
    margin-left: 17px;
}

#masonry .cwf-masonry-block .box-frost .frost-this svg {
    width: 200%;
    height: 100%;
    position: relative;
    left: -100%;
    top: 0;
}

#masonry .cwf-masonry-block .unfrosted-content {
    position: relative;
    height: 100%;
    z-index: 5;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .unfrosted-content {
        height: auto;
    }
}

#masonry .cwf-masonry-block .full-height {
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover !important;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block .full-height {
        height: 142px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

#masonry .cwf-masonry-block h4 {
    margin-bottom: 0;
}

#masonry .cwf-masonry-block.left-image {
    padding-left: 0;
}

#masonry .cwf-masonry-block.left-image .col-md-8 {
    padding-left: 24px;
}

@media (min-width: 768px) {
    #masonry .cwf-masonry-block.left-image .col-md-8 {
        padding-left: 32px;
        padding-right: 32px;
    }
}

#masonry .cwf-masonry-block.left-image p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.left-image p {
        margin-bottom: 32px;
    }
}

#masonry .cwf-masonry-block.right-image {
    padding-right: 0;
}

@media (max-width: 767px) {
    #masonry .cwf-masonry-block.right-image {
        min-height: 360px;
        padding-left: 9px;
        padding-right: 9px;
    }
}

#masonry .cwf-masonry-block.right-image .col-md-12.full-height {
    padding-left: 0;
    padding-right: 0;
}

#masonry .cwf-masonry-block.right-image .cta.dock:not(.cwf-padding-left-0) {
    padding-left: 15px;
}

#masonry .video .top-image {
    height: 140px;
    width: 100%;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    margin-top: -1px;
}

#masonry .video .top-image svg {
    opacity: 0.8;
    margin-left: 40%;
}

@media (min-width: 992px) {
    #masonry .video .top-image svg {
        margin: 15% 0 0 40%;
    }
}

@media (min-width: 1200px) {
    #masonry .video .top-image svg {
        margin: 12% 0 0 40%;
    }
}

#masonry .video .cwf-masonry-block {
    min-height: 250px;
}

#masonry .video .cta {
    padding: 0 32px;
}

#masonry .col-md-8 {
    height: 100%;
}

#masonry .col-md-8 .col-md-6.video .col-md-12,
#masonry .col-md-8 .col-md-6.video a,
#masonry .col-md-8 .col-sm-6.video .col-md-12,
#masonry .col-md-8 .col-sm-6.video a {
    padding: 0;
}

#masonry .col-md-8 .col-md-6.video .col-md-12 .eyebrow,
#masonry .col-md-8 .col-sm-6.video .col-md-12 .eyebrow {
    margin-top: 30px;
}

#masonry .col-md-8 .col-md-6.video .col-md-12 .cta,
#masonry .col-md-8 .col-md-6.video .col-md-12 .cwf-hr,
#masonry .col-md-8 .col-md-6.video .col-md-12 .eyebrow,
#masonry .col-md-8 .col-md-6.video .col-md-12 h4,
#masonry .col-md-8 .col-sm-6.video .col-md-12 .cta,
#masonry .col-md-8 .col-sm-6.video .col-md-12 .cwf-hr,
#masonry .col-md-8 .col-sm-6.video .col-md-12 .eyebrow,
#masonry .col-md-8 .col-sm-6.video .col-md-12 h4 {
    padding: 0 32px;
}

#masonry .col-md-8 .col-md-6.video .visible-sm-block svg,
#masonry .col-md-8 .col-sm-6.video .visible-sm-block svg {
    opacity: 0.8;
    margin: 28% 0 0 35%;
}

#masonry .col-md-8 .col-md-6:not(.frost):not(.video) .cwf-masonry-block,
#masonry .col-md-8 .col-sm-6:not(.frost):not(.video) .cwf-masonry-block {
    padding: 0 32px;
}

#masonry
    .col-md-8
    .col-md-6:not(.frost):not(.video)
    .cwf-masonry-block.facebook,
#masonry
    .col-md-8
    .col-sm-6:not(.frost):not(.video)
    .cwf-masonry-block.facebook {
    padding: 32px;
}

#masonry
    .col-md-8
    .col-md-6:not(.frost):not(.video)
    .cwf-masonry-block.facebook
    p,
#masonry
    .col-md-8
    .col-sm-6:not(.frost):not(.video)
    .cwf-masonry-block.facebook
    p {
    word-break: break-word;
}

@media (max-width: 767px) {
    #masonry
        .col-md-8
        .col-md-6:not(.frost):not(.video)
        .cwf-masonry-block.facebook,
    #masonry
        .col-md-8
        .col-sm-6:not(.frost):not(.video)
        .cwf-masonry-block.facebook {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    #masonry .col-md-8 .col-md-6:not(.frost):not(.video) .cwf-masonry-block,
    #masonry .col-md-8 .col-sm-6:not(.frost):not(.video) .cwf-masonry-block {
        padding: 0 24px;
    }
}

#masonry .col-md-8 .col-md-6:not(.frost):first-of-type,
#masonry .col-md-8 .col-sm-6:not(.frost):first-of-type {
    padding-left: 0;
}

@media (max-width: 767px) {
    #masonry .col-md-8 .col-md-6:not(.frost):first-of-type,
    #masonry .col-md-8 .col-sm-6:not(.frost):first-of-type {
        padding-right: 0;
    }
}

#masonry .col-md-8 .col-md-6:not(.frost):last-of-type,
#masonry .col-md-8 .col-sm-6:not(.frost):last-of-type {
    padding-right: 0;
}

@media (max-width: 767px) {
    #masonry .col-md-8 .col-md-6:not(.frost):last-of-type,
    #masonry .col-md-8 .col-sm-6:not(.frost):last-of-type {
        padding-left: 0;
    }
}

#masonry .col-md-8 .col-md-6.no-tablet-padding div.white-text p,
#masonry .col-md-8 .col-sm-6.no-tablet-padding div.white-text p {
    color: #fff;
}

@media (max-width: 991px) and (min-width: 768px) {
    #masonry .col-md-8 .col-md-6.no-tablet-padding,
    #masonry .col-md-8 .col-sm-6.no-tablet-padding {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .corporate-page .frosted-tiles .col-sm-4 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

.corporate-page .tile,
.corporate-page .tile .frost svg,
.corporate-page .tile.full-image .tile-bg {
    height: 600px;
}

@media (max-width: 991px) {
    .corporate-page .tile,
    .corporate-page .tile .frost svg,
    .corporate-page .tile.full-image .tile-bg {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .corporate-page .tile,
    .corporate-page .tile .frost svg,
    .corporate-page .tile.full-image .tile-bg {
        height: 380px;
    }
}

.corporate-page .tile-bg {
    background-position: 50% 50%;
    background-size: cover;
    height: 360px;
}

@media (max-width: 991px) {
    .corporate-page .tile-bg {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .corporate-page .tile-bg {
        height: 180px;
    }
}

.corporate-page .tile {
    margin-bottom: 10px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .corporate-page .tile {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .corporate-page .tile {
        margin-bottom: 30px;
    }
}

.corporate-page .tile .labels {
    background: linear-gradient(180deg, transparent 0, #000);
    padding: 20px 20px 20px 32px;
}

@media (max-width: 991px) {
    .corporate-page .tile .labels {
        padding: 20px;
    }
}

.corporate-page .tile .labels .eyebrow {
    line-height: 1.2;
    margin-bottom: 16px;
}

.corporate-page .tile .labels p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.corporate-page .tile .frost {
    overflow: hidden;
}

.corporate-page .tile .frost svg {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.corporate-page .tile.healthcare svg {
    height: 1400px;
}

.corporate-page .tile.commercial svg {
    height: 600px;
}

.corporate-page .tile .frost,
.corporate-page .tile .labels {
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .corporate-page .tile .frost,
    .corporate-page .tile .labels {
        height: 200px;
    }
}

.corporate-page .tile .giant-number {
    font-size: 104px;
    letter-spacing: 0;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .corporate-page .tile .giant-number {
        font-size: 86px;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    .corporate-page .tile .giant-number {
        font-size: 60px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .corporate-page .tile .giant-number {
        font-size: 48px;
    }
}

.corporate-page .tile .giant-number .small-cap {
    font-size: 72px;
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .corporate-page .tile .giant-number .small-cap {
        font-size: 64px;
    }
}

@media (max-width: 991px) {
    .corporate-page .tile .giant-number .small-cap {
        font-size: 36px;
    }
}

.corporate-page .half-frost {
    position: relative;
}

.corporate-page .half-frost .background {
    overflow: hidden;
    position: absolute;
}

@media (max-width: 767px) {
    .corporate-page .half-frost .background {
        top: 240px;
    }
}

.corporate-page .half-frost .background svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110%;
    height: 110%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.corporate-page .half-frost .background,
.corporate-page .half-frost .content {
    height: 680px;
}

@media (max-width: 767px) {
    .corporate-page .half-frost .background,
    .corporate-page .half-frost .content {
        height: 480px;
    }
}

.corporate-page .half-frost .content {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 102px 102px 102px 140px;
}

@media (max-width: 1199px) {
    .corporate-page .half-frost .content {
        padding: 80px;
    }
}

@media (max-width: 991px) {
    .corporate-page .half-frost .content {
        padding: 70px 37px 70px 55px;
    }
}

@media (max-width: 767px) {
    .corporate-page .half-frost .content {
        padding: 30px 20px 40px;
    }
}

.corporate-page .half-frost .image {
    background-size: cover;
    background-position: 50% 100%;
    height: 680px;
}

@media (max-width: 767px) {
    .corporate-page .half-frost .image {
        background-position: 50% 0;
        height: 240px;
    }
}

.corporate-page .cwf-article-image-left,
.corporate-page .cwf-article-title-under {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0;
}

.corporate-page .cwf-article-image-left .image,
.corporate-page .cwf-article-title-under .image {
    background-position: 50% 50%;
    background-size: cover;
}

.corporate-page .cwf-article-image-left .content p,
.corporate-page .cwf-article-title-under .content p {
    font-size: 16px;
    line-height: 1.5;
    min-height: 96px;
    padding: 0;
}

.corporate-page .cwf-article-image-left .content .cta,
.corporate-page .cwf-article-title-under .content .cta {
    margin-top: 10px;
}

.corporate-page .cwf-article-title-under {
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
}

.corporate-page .cwf-article-title-under:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.corporate-page .cwf-article-title-under:hover .cwf-hr:before {
    background-color: #ff8700;
}

.corporate-page .cwf-article-title-under:hover h3,
.corporate-page .cwf-article-title-under:hover h4,
.corporate-page .cwf-article-title-under:hover p {
    color: #000;
}

.corporate-page .cwf-article-title-under:hover .title {
    color: #ff8700;
    text-decoration: underline;
}

.corporate-page .cwf-article-title-under:hover .cta,
.corporate-page .cwf-article-title-under:hover .type {
    color: #ff8700 !important;
}

.corporate-page .cwf-article-title-under:hover .taxonomy {
    background-color: #ff8700;
    color: #fff;
}

.corporate-page .cwf-article-title-under .image {
    height: 300px;
}

@media (max-width: 767px) {
    .corporate-page .cwf-article-title-under .image {
        height: 250px;
    }
}

.corporate-page .cwf-article-title-under .content {
    padding: 34px 20px 30px 30px;
}

@media (max-width: 767px) {
    .corporate-page .cwf-article-title-under .content {
        padding: 30px 24px;
    }
}

.corporate-page .cwf-article-title-under .content .title {
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 36px;
    max-height: 77px;
}

.corporate-page .cwf-article-title-under .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 24px;
    max-height: 101px;
}

.corporate-page .cwf-article-image-left {
    display: inline-block;
    width: 100%;
    height: 250px;
}

.corporate-page .cwf-article-image-left:hover {
    cursor: pointer;
}

.corporate-page .cwf-article-image-left:hover .cwf-hr:before {
    background-color: #ff8700;
}

.corporate-page .cwf-article-image-left:hover h3,
.corporate-page .cwf-article-image-left:hover h4,
.corporate-page .cwf-article-image-left:hover p {
    color: #000;
}

.corporate-page .cwf-article-image-left:hover .title {
    color: #ff8700;
    text-decoration: underline;
}

.corporate-page .cwf-article-image-left:hover .cta,
.corporate-page .cwf-article-image-left:hover .type {
    color: #ff8700 !important;
}

.corporate-page .cwf-article-image-left:hover .taxonomy {
    background-color: #ff8700;
    color: #fff;
}

@media (max-width: 767px) {
    .corporate-page .cwf-article-image-left {
        height: 160px;
    }
}

.corporate-page .cwf-article-image-left .image {
    height: 100%;
}

.corporate-page .cwf-article-image-left .content {
    height: 100%;
    border: 1px solid #dadddc;
    border-left: none;
    padding: 32px 28px 22px;
}

@media (max-width: 767px) {
    .corporate-page .cwf-article-image-left .content {
        padding: 32px 20px;
    }
}

.corporate-page .cwf-article-image-left .content .title {
    height: 24px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 24px;
    max-height: 29px;
    max-height: 24px;
    min-height: 24px;
    margin-bottom: 24px;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .corporate-page .cwf-article-image-left .content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 24px;
        max-height: 101px;
    }
}

.corporate-page .see-news-btn {
    margin: 60px auto;
}

.corporate-page .bottom-articles {
    margin-top: 114px;
    padding-bottom: 105px;
}

@media (max-width: 991px) {
    .corporate-page .bottom-articles {
        margin-top: 104px;
        padding-bottom: 96px;
    }
}

@media (max-width: 767px) {
    .corporate-page .bottom-articles {
        margin-top: 40px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .corporate-page .bottom-articles .article-container {
        width: 556px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.about-us .cwf-video-header .mobile-bg,
.about-us .cwf-video-header video {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.about-us .conduent-difference {
    margin-top: 96px;
}

@media (max-width: 991px) {
    .about-us .conduent-difference {
        margin-top: 86px;
    }
}

@media (max-width: 767px) {
    .about-us .conduent-difference {
        margin-top: 64px;
    }
}

.about-us .top-border {
    font-size: 20px;
}

.about-us .top-border:before {
    content: '';
    display: block;
    border-top: 2px solid #55585a;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .about-us .top-border.lives {
        font-size: 24px;
    }
}

.about-us .top-border.industries .giant-number {
    color: #0047ba;
}

.about-us .top-border.countries .giant-number {
    color: #3c006e;
}

.about-us .giant-number {
    font-size: 104px;
    letter-spacing: -5px;
    line-height: 1;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .about-us .giant-number {
        font-size: 60px;
        line-height: 1.4;
        letter-spacing: 0;
    }
}

.about-us .motto {
    height: 600px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 131px;
}

@media (max-width: 991px) {
    .about-us .motto {
        height: 320px;
        margin-top: 111px;
    }
}

@media (max-width: 767px) {
    .about-us .motto {
        margin-top: 94px;
    }
}

.about-us .award {
    min-height: 220px;
    text-align: center;
}

@media (max-width: 767px) {
    .about-us .award {
        min-height: 200px;
    }
}

.about-us .award .cwf-hr:before {
    margin: 0 auto;
}

.about-us .award .eyebrow {
    margin-bottom: 6px;
}

.about-us .award .award-title {
    font-size: 20px;
}

.about-us .award p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
}

.about-us .headquarters {
    position: relative;
}

.about-us .headquarters .image {
    background-position: 50% 50%;
    background-size: cover;
    height: 650px;
}

@media (max-width: 991px) {
    .about-us .headquarters .image {
        background-position-x: 25%;
        height: 680px;
    }
}

@media (max-width: 767px) {
    .about-us .headquarters .image {
        background-position-x: 12%;
        height: 320px;
    }
}

.about-us .headquarters .content {
    padding: 60px 30px 30px;
    position: absolute;
    top: 125px;
    right: 150px;
    width: 360px;
    background-color: hsla(0, 0%, 100%, 0.9);
}

.about-us .headquarters .content p {
    font-size: 16px;
}

@media (max-width: 991px) {
    .about-us .headquarters .content {
        top: 140px;
        right: 24px;
        width: 345px;
    }
}

@media (max-width: 767px) {
    .about-us .headquarters .content {
        position: static;
        padding: 30px 24px;
        width: 100%;
        height: auto;
    }
}

.leadership .leader_info .title {
    font-weight: 600;
}

@media (min-width: 768px) {
    .leadership .cwf-large-image-header {
        min-height: 560px;
    }
}

@media (min-width: 992px) {
    .leadership .cwf-large-image-header {
        min-height: 480px;
    }
}

.leadership .cwf-large-image-header h1 {
    padding-top: 8px;
}

@media (max-width: 767px) {
    .leadership .cwf-large-image-header h1 {
        margin-bottom: 24px;
    }
}

.leadership .cwf-large-image-header .image {
    background-position-x: 100% !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .leadership .cwf-image-header.medium {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .leadership .col-sm-4.col-xs-12:last-of-type .leader,
    .leadership .col-sm-6.col-xs-12:last-of-type .leader {
        margin-bottom: 0;
    }
}

.leadership .director,
.leadership .leader {
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position-x: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 360px;
    position: relative;
    margin-bottom: 30px;
}

.leadership .director:hover,
.leadership .leader:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
}

.leadership .director:after,
.leadership .leader:after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.leadership .director .name-title,
.leadership .leader .name-title {
    position: absolute;
    left: 20px;
    padding-right: 10px;
    bottom: 20px;
    z-index: 1;
}

.leadership .director .name-title .title,
.leadership .leader .name-title .title {
    font-weight: 600;
}

@media (max-width: 767px) {
    .leadership .director,
    .leadership .leader {
        margin-bottom: 15px;
    }
}

.leadership .leaders {
    margin-top: -108px;
}

@media (max-width: 991px) {
    .leadership .leaders {
        margin-top: -230px;
    }
}

@media (max-width: 767px) {
    .leadership .leaders {
        margin-top: 30px;
    }
}

.leadership .directors h1 {
    margin-top: 74px;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .leadership .directors h1 {
        margin-top: 79px;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .leadership .directors h1 {
        margin-top: 58px;
        margin-bottom: 40px;
    }
}

.leadership .future-leaders {
    margin-top: 94px;
}

@media (max-width: 991px) {
    .leadership .future-leaders {
        margin-top: 74px;
    }
}

@media (max-width: 767px) {
    .leadership .future-leaders {
        margin-top: 88px;
    }
}

.leadership .future-leaders .background svg {
    left: 0;
    top: 50%;
    width: 130%;
    height: 130%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.leadership .future-leaders .image {
    background-position: 100% 0;
}

.cwf-innovation .cwf-inverse-arrow .left,
.cwf-innovation .cwf-inverse-arrow .right {
    border-bottom-color: #fff;
}

.cwf-innovation .cwf-corporate-icon-group h2 {
    font-weight: 700;
}

.cwf-innovation .cwf-corporate-icon-group .cwf-icon-group-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
}

.cwf-innovation .cwf-corporate-icon-group .cwf-icon-group-container .icon-item {
    -webkit-box-flex: 1;
    flex: 1 0 100%;
}

@media (min-width: 767px) {
    .cwf-innovation
        .cwf-corporate-icon-group
        .cwf-icon-group-container
        .icon-item {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
    }
}

@media (min-width: 992px) {
    .cwf-innovation
        .cwf-corporate-icon-group
        .cwf-icon-group-container
        .icon-item {
        -webkit-box-flex: 1;
        flex: 1 0 33%;
    }
}

.cwf-innovation
    .cwf-corporate-icon-group
    .cwf-icon-group-container
    .icon-item
    p {
    max-width: 350px;
    padding: 20px 10px 0;
    margin: auto;
}

.cwf-innovation .cwf-corporate-icon-group .cwf-icon-group-container .cwf-icon {
    font-size: 60px;
    color: #468cff;
}

.cwf-innovation .flex-container {
    flex-wrap: wrap;
    margin-top: -40px;
}

.cwf-innovation .flex-container .cwf-icon-block {
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}

@media (min-width: 767px) {
    .cwf-innovation .flex-container .cwf-icon-block {
        -webkit-box-flex: 1;
        flex: 1 0 33%;
    }
}

.cwf-innovation .flex-container .cwf-icon-block .cwf-icon {
    color: #468cff;
    font-size: 60px;
}

.cwf-innovation .flex-container .cwf-icon-block .cwf-icon-title {
    font-weight: 700;
    max-width: 300px;
    margin: 10px auto 0;
}

.cwf-innovation .flex-container .cwf-icon-block .cwf-icon-text {
    max-width: 300px;
    margin: auto;
}

.cwf-innovation .cwf-link-group-wrapper {
    border-top: 1px solid #000;
}

.cwf-innovation .cwf-link-group-wrapper > p {
    max-width: 960px;
    margin: 0 auto;
}

.cwf-innovation .cwf-link-group-wrapper .cwf-link-group-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.cwf-innovation
    .cwf-link-group-wrapper
    .cwf-link-group-container
    .cwf-link-group-item {
    width: calc(100% - 20px);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 10px;
    transition: background-color 0.3s ease;
}

.cwf-innovation
    .cwf-link-group-wrapper
    .cwf-link-group-container
    .cwf-link-group-item:hover {
    background-color: #55585a;
}

.cwf-innovation
    .cwf-link-group-wrapper
    .cwf-link-group-container
    .cwf-link-group-item:focus
    > div
    h4 {
    text-decoration: none;
}

.cwf-innovation
    .cwf-link-group-wrapper
    .cwf-link-group-container
    .cwf-link-group-item
    > div {
    width: 100%;
}

.cwf-innovation
    .cwf-link-group-wrapper
    .cwf-link-group-container
    .cwf-link-group-item
    > div
    h4 {
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
}

.cwf-innovation
    .cwf-link-group-wrapper
    .cwf-link-group-container
    .cwf-link-group-item
    > div
    p {
    text-decoration: underline;
    font-weight: 200;
    font-size: 16px;
}

@media (min-width: 767px) {
    .cwf-innovation
        .cwf-link-group-wrapper
        .cwf-link-group-container
        .cwf-link-group-item-33 {
        width: calc(33% - 20px);
    }

    .cwf-innovation
        .cwf-link-group-wrapper
        .cwf-link-group-container
        .cwf-link-group-item-50 {
        width: calc(50% - 20px);
    }

    .cwf-innovation
        .cwf-link-group-wrapper
        .cwf-link-group-container
        .cwf-link-group-item-100 {
        width: calc(100% - 20px);
    }
}

.innovation .cwf-inverse-arrow .left,
.innovation .cwf-inverse-arrow .right {
    border-bottom-color: #fff;
}

.innovation .cwf-large-image-header {
    position: relative;
}

@media (max-width: 767px) {
    .innovation .cwf-large-image-header {
        min-height: 580px;
    }
}

.innovation .cwf-large-image-header .content h1 {
    padding-top: 8px;
}

.innovation .cwf-large-image-header .shape {
    height: 100%;
    position: absolute;
    top: 0;
    right: 28%;
    z-index: 1;
}

@media (max-width: 991px) {
    .innovation .cwf-large-image-header .shape {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .innovation .cwf-large-image-header .shape {
        right: 24%;
    }
}

.innovation .cwf-large-image-header .image {
    background-position-y: 100% !important;
}

@media (max-width: 767px) {
    .innovation .cwf-large-image-header .image {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

.innovation .technology-driven {
    padding-top: 113px;
}

@media (max-width: 991px) {
    .innovation .technology-driven {
        padding-top: 82px;
    }
}

@media (max-width: 767px) {
    .innovation .technology-driven {
        padding-top: 74px;
    }
}

.innovation .technology-driven .cwf-hr:before {
    margin: 0 auto;
}

.innovation .focus-areas {
    margin-top: 158px;
}

.innovation .focus-areas .focus-section .content {
    z-index: 10;
}

.innovation .focus-areas .focus-section .content h1 {
    margin-top: 0;
}

.innovation .focus-areas .focus-section .image {
    height: 700px;
}

.innovation .focus-areas .focus-section .image .bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innovation .focus-areas .focus-section.transportation {
    margin-top: 225px;
}

.innovation .focus-areas .focus-section.transportation .content {
    padding-right: 150px;
    padding-left: 50px;
}

.innovation .focus-areas .focus-section.transportation .image {
    padding-left: 0;
}

.innovation .focus-areas .focus-section.transportation .image .bg {
    top: -150px;
    background-position-x: 100%;
    height: 600px;
}

.innovation .focus-areas .focus-section.healthcare .content {
    padding-left: 150px;
    padding-right: 50px;
}

.innovation .focus-areas .focus-section.healthcare .image {
    height: 740px;
    padding-right: 0;
}

.innovation .focus-areas .focus-section.healthcare .image .bg {
    background-size: contain;
    top: -330px;
    background-position-x: 100%;
    height: 850px;
}

.innovation .focus-areas .focus-section.customer-care .content {
    padding-right: 150px;
    padding-left: 50px;
}

.innovation .focus-areas .focus-section.customer-care .image {
    padding-left: 0;
}

.innovation .focus-areas .focus-section.customer-care .image .bg {
    top: -130px;
    background-position-x: 100%;
    height: 708.5px;
}

.innovation .focus-areas .focus-section.robotics .content {
    padding-left: 150px;
    padding-right: 0;
}

.innovation .focus-areas .focus-section.robotics .image {
    padding-right: 0;
}

.innovation .focus-areas .focus-section.robotics .image .bg {
    top: -270px;
    margin-left: -260px;
    height: 969px;
}

@media (min-width: 1200px) {
    .innovation .focus-areas .focus-section.customer-care .image .bg {
        background-size: contain;
        background-position-x: 0;
    }

    .innovation .focus-areas .focus-section.robotics .image .bg {
        margin-left: -150px;
    }
}

@media (max-width: 991px) {
    .innovation .focus-areas {
        margin-top: 58px;
    }

    .innovation .focus-areas .focus-section .image {
        height: 350px;
    }

    .innovation .focus-areas .focus-section.transportation {
        margin-top: 110px;
    }

    .innovation .focus-areas .focus-section.transportation .content {
        padding-right: 50px;
        padding-left: 25px;
    }

    .innovation .focus-areas .focus-section.transportation .image .bg {
        top: -70px;
        height: 350px;
    }

    .innovation .focus-areas .focus-section.healthcare .content {
        padding-left: 60px;
        padding-right: 0;
    }

    .innovation .focus-areas .focus-section.healthcare .image {
        height: 350px;
    }

    .innovation .focus-areas .focus-section.healthcare .image .bg {
        top: -170px;
        height: 470px;
    }

    .innovation .focus-areas .focus-section.customer-care .content {
        padding-right: 50px;
        padding-left: 25px;
    }

    .innovation .focus-areas .focus-section.customer-care .image .bg {
        background-size: contain;
        background-position-x: 0;
        top: -50px;
        height: 360px;
    }

    .innovation .focus-areas .focus-section.robotics .content {
        padding-left: 50px;
        padding-right: 0;
    }

    .innovation .focus-areas .focus-section.robotics .image .bg {
        top: -140px;
        margin-left: -90px;
        height: 490px;
    }
}

@media (max-width: 767px) {
    .innovation .focus-areas {
        margin-top: 74px;
    }

    .innovation .focus-areas .focus-section {
        padding-left: 0;
        padding-right: 0;
    }

    .innovation .focus-areas .focus-section.customer-care .content,
    .innovation .focus-areas .focus-section.healthcare .content,
    .innovation .focus-areas .focus-section.robotics .content,
    .innovation .focus-areas .focus-section.transportation .content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .innovation .focus-areas .focus-section.transportation {
        margin-top: 0;
    }

    .innovation .focus-areas .focus-section.transportation .image .bg {
        top: 0;
        height: 330px;
    }

    .innovation .focus-areas .focus-section.healthcare .image .bg {
        top: 0;
        height: 350px;
    }

    .innovation .focus-areas .focus-section.customer-care .image .bg {
        top: 0;
    }

    .innovation .focus-areas .focus-section.robotics .image .bg {
        top: -60px;
        margin-left: -100px;
        height: 410px;
    }
}

.innovation .tile h1 {
    margin-top: 0;
    margin-bottom: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .innovation .tile h1 {
        font-size: 36px;
    }
}

.innovation .tile p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 24px;
    max-height: 125px;
}

@media (max-width: 767px) {
    .innovation .tile p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 24px;
        max-height: 101px;
    }
}

.innovation .track-record .left-col {
    height: 548px;
    padding-left: 0;
}

@media (max-width: 991px) {
    .innovation .track-record .left-col {
        height: 335px;
    }
}

@media (max-width: 767px) {
    .innovation .track-record .left-col {
        height: 248px;
        margin-bottom: 40px;
        padding-right: 0;
    }
}

.innovation .track-record .left-col .bg {
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    padding-top: 40px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .innovation .track-record .left-col .bg {
        padding-top: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .innovation .track-record .left-col .bg {
        padding-top: 20px;
        padding-right: 0;
    }
}

.innovation .track-record .left-col .image {
    height: 427px;
    background-size: cover;
    background-position: 52% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .innovation .track-record .left-col .image {
        height: 276px;
    }
}

@media (max-width: 767px) {
    .innovation .track-record .left-col .image {
        height: 228px;
        background-position-y: 20%;
    }
}

.innovation .track-record .right-col {
    max-width: 530px;
}

@media (min-width: 768px) {
    .innovation .track-record .right-col {
        padding-left: 100px;
        padding-right: 0;
    }
}

.innovation .track-record .giant-number {
    font-size: 60px;
    line-height: 1.1;
}

.innovation .track-record .legend {
    font-size: 14px;
    font-weight: 600;
}

.innovation .track-record .cta {
    font-size: 16px;
}

.innovation .conduent-labs .left-col {
    padding-right: 5px;
}

.innovation .conduent-labs .right-col {
    padding-left: 5px;
}

.innovation .conduent-labs .left-col,
.innovation .conduent-labs .right-col {
    display: inline-block;
    width: 50%;
}

@media (max-width: 767px) {
    .innovation .conduent-labs .left-col,
    .innovation .conduent-labs .right-col {
        width: 100%;
        padding: 0;
    }
}

.innovation .conduent-labs .lab {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    margin: 10px 0;
    height: 680px;
}

@media (max-width: 767px) {
    .innovation .conduent-labs .lab {
        height: 480px;
    }
}

.innovation .conduent-labs .lab .lab-info {
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 400px;
    max-width: 90%;
    min-height: 400px;
    padding: 90px 37px 74px 31px;
    background-color: hsla(0, 0%, 100%, 0.9);
}

@media (max-width: 767px) {
    .innovation .conduent-labs .lab .lab-info {
        padding: 30px 20px 25px 30px;
        min-height: 280px;
    }
}

.innovation .conduent-labs .lab .lab-info h2 {
    margin-bottom: 8px;
}

.innovation .conduent-labs .lab .lab-info p {
    font-size: 16px;
}

.careers .cwf-video-header .mobile-bg,
.careers .cwf-video-header video {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

@media (max-width: 767px) {
    .careers .cwf-video-header {
        height: 566px;
    }

    .careers .cwf-video-header .btn {
        margin-top: 130px;
    }
}

.careers .cwf-inverse-arrow .left {
    border-bottom-color: #2c2c2c;
}

.careers .cwf-inverse-arrow .right {
    border-bottom-color: #313131;
}

@media (max-width: 767px) {
    .careers .cwf-inverse-arrow .right {
        border-bottom-color: #2c2c2c;
    }
}

.careers .main-copy {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 103px;
}

@media (max-width: 767px) {
    .careers .main-copy {
        padding-top: 64px;
        padding-bottom: 60px;
    }

    .careers .main-copy h1 {
        font-size: 24px;
    }
}

.careers .main-copy .second.row {
    margin-top: 48px;
}

@media (max-width: 767px) {
    .careers .main-copy .second.row {
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .careers .main-copy .second.row {
        margin-top: 125px;
    }
}

@media (max-width: 767px) {
    .careers .main-copy .youtube-video {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .careers .main-copy .youtube-video {
        width: 100%;
        height: 260px;
    }
}

@media (min-width: 1200px) {
    .careers .main-copy .youtube-video {
        width: 840px;
        height: 473px;
    }
}

.careers .perks {
    padding-top: 98px;
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .careers .perks {
        padding-top: 80px;
        padding-bottom: 96px;
    }
}

.careers .perks .second.row {
    margin-top: 225px;
}

@media (max-width: 767px) {
    .careers .perks .second.row {
        margin-top: 56px;
    }
}

@media (max-width: 991px) {
    .careers .perks .second.row {
        margin-top: 120px;
    }
}

@media (max-width: 767px) {
    .careers .perks .left-text {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .careers .perks .left-text {
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
    .careers .perks .left-text {
        padding-left: 100px;
    }
}

@media (min-width: 1200px) {
    .careers .perks .left-text {
        padding-left: 150px;
    }
}

@media (max-width: 767px) {
    .careers .perks .right-text {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .careers .perks .right-text {
        padding-right: 30px;
        padding-left: 60px;
    }
}

@media (min-width: 992px) {
    .careers .perks .right-text {
        padding-right: 70px;
    }
}

@media (min-width: 1200px) {
    .careers .perks .right-text {
        padding-right: 110px;
    }
}

.careers .perks .left-image {
    padding-left: 0;
}

.careers .perks .left-image .bg {
    background-position-x: 100%;
    height: 548px;
    padding-top: 55px;
    padding-right: 96px;
}

.careers .perks .left-image .image {
    height: 450px;
}

@media (max-width: 991px) {
    .careers .perks .left-image {
        padding-right: 0;
    }

    .careers .perks .left-image .bg {
        height: 320px;
        padding-top: 30px;
        padding-right: 56px;
    }

    .careers .perks .left-image .image {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .careers .perks .left-image .bg {
        padding-right: 0;
    }
}

.careers .perks .right-image {
    padding-right: 0;
}

.careers .perks .right-image .bg {
    background-position-x: 0;
    height: 480px;
    padding-right: 75px;
}

@media (min-width: 992px) {
    .careers .perks .right-image .bg {
        background-position-y: 40px;
    }
}

.careers .perks .right-image .image {
    height: 439px;
}

@media (max-width: 991px) {
    .careers .perks .right-image {
        padding-left: 0;
    }

    .careers .perks .right-image .bg {
        height: 320px;
        padding-right: 0;
    }

    .careers .perks .right-image .image {
        height: 260px;
    }
}

.careers .perks .bg,
.careers .perks .image {
    background-repeat: no-repeat;
    background-size: cover;
}

.careers .perks .image {
    background-position: 50% 50%;
}

.careers .opportunity {
    padding-top: 110px;
    padding-bottom: 104px;
}

.careers .opportunity .content {
    margin-top: 72px;
}

@media (max-width: 991px) {
    .careers .opportunity {
        padding-top: 78px;
    }

    .careers .opportunity .content {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .careers .opportunity {
        padding-top: 72px;
    }

    .careers .opportunity h1 {
        font-size: 20px;
    }

    .careers .opportunity .content {
        margin-top: 6px;
    }
}

.careers .opportunity .map {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.careers .opportunity .map:first-child {
    position: static;
}

.careers .opportunity .map.orangeDots .cls-1 {
    -webkit-animation: b 2s linear alternate infinite;
    animation: b 2s linear alternate infinite;
}

@-webkit-keyframes b {
    0% {
        r: 3;
    }

    to {
        r: 5;
    }
}

@keyframes b {
    0% {
        r: 3;
    }

    to {
        r: 5;
    }
}

.leader-profile .cwf-profile-image-header {
    height: 480px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 0 150px;
}

@media (min-width: 1550px) {
    .leader-profile .cwf-profile-image-header {
        background-position: 100% 50%;
    }
}

@media (max-width: 1199px) {
    .leader-profile .cwf-profile-image-header {
        background-position: 100% 50%;
        padding: 100px 0 0 100px;
    }
}

@media (max-width: 991px) {
    .leader-profile .cwf-profile-image-header {
        padding: 30px;
        background-position: 80% 50%;
    }
}

@media (max-width: 767px) {
    .leader-profile .cwf-profile-image-header {
        padding: 15px;
        height: 360px;
    }
}

.leader-profile .profile {
    margin-top: 104px;
    margin-bottom: 88px;
}

@media (max-width: 991px) {
    .leader-profile .profile {
        margin-bottom: 56px;
    }
}

@media (max-width: 767px) {
    .leader-profile .profile {
        margin-top: 30px;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .leader-profile .full-bleed-xs {
        position: relative;
        left: -30px;
        width: calc(100% + 60px);
    }
}

@media (min-width: 992px) {
    .leader-profile .full-bleed-xs {
        display: none;
    }
}

.general-manager .img-responsive {
    max-width: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .general-manager .img-responsive {
        min-height: 68px;
        width: auto;
        max-width: 68px;
    }
}

@media (max-width: 768px) {
    .cwf-corporate-cards .row .content {
        padding-left: 0;
    }
}

.cwf-corporate-cards .row:nth-child(odd) .image-container:first-child {
    float: right;
}

.cwf-corporate-cards .row:nth-child(odd) .content {
    padding-left: 0;
}

.cwf-corporate-cards .row:nth-child(odd) .image-container {
    padding-left: 15px;
    padding-right: 0;
}

@media (max-width: 768px) {
    .cwf-corporate-cards .row:nth-child(odd) .image-container {
        padding-left: 0;
    }
}

.cwf-corporate-cards .row .image-container {
    padding-left: 0;
}

.cwf-corporate-cards .row .image {
    min-height: 250px;
    width: 100%;
    float: left;
    background-size: cover;
}

.cwf-corporate-cards .row .title {
    text-transform: uppercase;
}

.cwf-corporate-cards .row .btn {
    white-space: normal;
}

.gform_wrapper {
    position: relative;
    background-color: #f4f4f4;
    padding: 75px 30px 30px;
    margin-bottom: 30px;
}

.gform_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6rem;
    background-color: #fff;
    height: 60px;
    width: 70px;
    -webkit-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}

.gform_wrapper form .gform_body {
    background-color: #fff;
    padding: 30px;
}

.gform_wrapper form .gform_body:before {
    display: inline-block;
    font-family: conduent_icon_font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: '\e915';
    font-size: 30px;
    color: #00b4a0;
    top: 16px;
    left: 82px;
    position: absolute;
}

.gform_wrapper form .gform_body ul li {
    font-size: 16px;
    left: 0 !important;
}

.gform_wrapper form .gform_body ul li.gsection {
    margin-bottom: 28px;
    padding: 0 0 8px;
}

.gform_wrapper form .gform_body ul li.gsection h2.gsection_title {
    font-size: 18px;
}

.gform_wrapper form .gform_body ul li.gfield {
    margin-top: 0;
}

.gform_wrapper form .gform_body ul li label.gfield_label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    color: #666;
    margin-top: 0 !important;
    margin: 0 0 3px;
    padding: 0;
}

.gform_wrapper form .gform_body ul li label.gfield_label .gfield_required {
    color: #b80c0c;
}

.gform_wrapper form .gform_body ul li div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper form .gform_body ul li input,
.gform_wrapper form .gform_body ul li select,
.gform_wrapper form .gform_body ul li textarea {
    width: 100% !important;
    padding: 10px 15px !important;
    border: 1px solid #55585a;
    line-height: 1.2em;
    color: #333;
}

.gform_wrapper form .gform_body ul li div.ginput_container_checkbox li,
.gform_wrapper form .gform_body ul li div.ginput_container_radio li {
    line-height: 20px;
}

.gform_wrapper form .gform_body ul li div.ginput_container_checkbox li label,
.gform_wrapper form .gform_body ul li div.ginput_container_radio li label {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.gform_wrapper form .gform_body ul li div.ginput_container_checkbox li input,
.gform_wrapper form .gform_body ul li div.ginput_container_radio li input {
    display: none;
}

.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_checkbox
    li
    input
    + label:before,
.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_radio
    li
    input
    + label:before {
    content: '';
    position: relative;
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 6px 0 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #55585a;
}

.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_checkbox
    li
    input
    + label:hover:before,
.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_radio
    li
    input
    + label:hover:before {
    margin-top: 0;
    margin-left: 0;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    border: 2px solid #ff8700 !important;
}

.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_checkbox
    li
    input:checked
    + label,
.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_radio
    li
    input:checked
    + label {
    font-weight: 400;
}

.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_checkbox
    li
    input:checked
    + label:before,
.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_radio
    li
    input:checked
    + label:before {
    content: '\2714';
    width: 16px;
    height: 16px;
    margin: 2px 6px 0 2px;
    background-color: #005a64;
    border: none !important;
    color: #fff;
    font-weight: 300;
    padding-left: 3px;
    line-height: 1.2em;
}

.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_radio
    li
    input
    + label:before {
    border-radius: 100%;
}

.gform_wrapper
    form
    .gform_body
    ul
    li
    div.ginput_container_radio
    li
    input:checked
    + label:before {
    content: '';
    background-color: #00b4a0;
    border: 2px solid #005a64 !important;
}

.gform_wrapper form .gform_body ul li.gfield_error {
    background: none;
    border: 0;
    margin: 0;
    padding: 0 0 24px;
}

.gform_wrapper form .gform_body ul li.gfield_error div.validation_message {
    font-family: Arial;
    font-size: 14px;
    color: #b80c0c;
    padding-top: 0;
    font-weight: 400;
}

.gform_wrapper
    form
    .gform_body
    ul
    li.gfield_error
    div.validation_message:before {
    content: 'x';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    color: #fff;
    background-color: #b80c0c;
    margin-right: 6px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.gform_wrapper form .gform_body ul li.gfield_error input,
.gform_wrapper form .gform_body ul li.gfield_error select,
.gform_wrapper form .gform_body ul li.gfield_error textarea {
    border: 1px solid #b80c0c !important;
}

.gform_wrapper form .gform_footer {
    background-color: #fff;
    padding: 30px;
    margin: 0;
}

.gform_wrapper form .gform_footer input[type='button'],
.gform_wrapper form .gform_footer input[type='submit'] {
    border: 2px solid #000;
    border-radius: 0;
    padding: 18px 48px;
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1;
    transition:
        color 0.3s,
        border 0.3s;
}

.gform_wrapper form .gform_footer input[type='button']:hover,
.gform_wrapper form .gform_footer input[type='submit']:hover {
    color: #ff8700;
    border: 2px solid #ff8700;
    transition:
        color 0.3s,
        border 0.3s;
}

.gform_wrapper form div.validation_error {
    color: #b80c0c !important;
    border: 0;
    text-align: left;
    margin-bottom: 0;
    background-color: #fff;
    padding: 30px 30px 10px;
}

.gform_confirmation_wrapper {
    position: relative;
    background-color: #f4f4f4;
    padding: 30px;
    margin: 16px 0;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    border: 1px solid #00b4a0;
    background-color: #d8f8e4;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding: 2rem;
    text-align: center;
}

.gform_confirmation_wrapper .gform_confirmation_message:before {
    content: '✓';
    display: block;
    margin: 0 auto 1rem;
    background-color: #00b4a0;
    color: #d8f8e4;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    font-weight: 700;
    line-height: 30px;
    font-size: 24px;
    text-indent: -2px;
}

.nf-form-cont {
    position: relative;
    background-color: #f4f4f4;
    padding: 75px 30px 30px;
    margin-bottom: 30px;
}

.nf-form-cont .nf-no-margin {
    margin-bottom: 0 !important;
}

.nf-form-cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6rem;
    background-color: #fff;
    height: 60px;
    width: 70px;
    -webkit-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}

.nf-form-cont .nf-form-title h3 {
    margin-bottom: -20px;
}

.nf-form-cont .nf-response-msg {
    margin-top: 15px;
    font-size: 18px;
}

.nf-form-cont .nf-form-wrap:before {
    display: inline-block;
    font-family: conduent_icon_font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: '\e915';
    font-size: 30px;
    color: #00b4a0;
    top: 16px;
    left: 82px;
    position: absolute;
}

.nf-form-cont .nf-form-layout > div {
    background-color: #fff;
    padding: 30px;
}

.nf-form-cont .nf-form-layout > div .html-container h1:last-child,
.nf-form-cont .nf-form-layout > div .html-container h2:last-child,
.nf-form-cont .nf-form-layout > div .html-container h3:last-child,
.nf-form-cont .nf-form-layout > div .html-container h4:last-child,
.nf-form-cont .nf-form-layout > div .html-container h5:last-child,
.nf-form-cont .nf-form-layout > div .html-container h6:last-child,
.nf-form-cont .nf-form-layout > div .html-container ol:last-child,
.nf-form-cont .nf-form-layout > div .html-container p:last-child,
.nf-form-cont .nf-form-layout > div .html-container ul:last-child {
    margin: 0;
    padding: 0;
}

.nf-form-cont .nf-form-layout > div label {
    font-size: 13px;
    font-weight: 700;
    color: #666;
}

.nf-form-cont .nf-form-layout > div input,
.nf-form-cont .nf-form-layout > div select,
.nf-form-cont .nf-form-layout > div textarea {
    padding: 10px 15px;
    border: 1px solid #55585a;
    line-height: 1.2em;
    color: #333;
}

.nf-form-cont .nf-form-layout > div input[type='button'],
.nf-form-cont .nf-form-layout > div input[type='submit'] {
    border: 2px solid #000;
    border-radius: 0;
    padding: 18px 48px;
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1;
    transition:
        color 0.3s,
        border 0.3s;
}

.nf-form-cont .nf-form-layout > div input[type='button']:hover,
.nf-form-cont .nf-form-layout > div input[type='submit']:hover {
    color: #ff8700;
    border: 2px solid #ff8700;
    transition:
        color 0.3s,
        border 0.3s;
}

.nf-form-cont .nf-form-layout > div .nf-field-container {
    margin-bottom: 30px;
}

.nf-form-cont .nf-form-layout > div .label-above .nf-field-label {
    margin-bottom: 3px;
}

.nf-form-cont .nf-form-layout > div .list-checkbox-wrap .nf-field-element li,
.nf-form-cont .nf-form-layout > div .list-radio-wrap .nf-field-element li {
    line-height: 20px;
}

.nf-form-cont
    .nf-form-layout
    > div
    .list-checkbox-wrap
    .nf-field-element
    li
    label,
.nf-form-cont
    .nf-form-layout
    > div
    .list-radio-wrap
    .nf-field-element
    li
    label {
    font-weight: 400;
}

.nf-form-cont
    .nf-form-layout
    > div
    .list-checkbox-wrap
    .nf-field-element
    li
    input,
.nf-form-cont
    .nf-form-layout
    > div
    .list-radio-wrap
    .nf-field-element
    li
    input {
    display: none;
}

.nf-form-cont
    .nf-form-layout
    > div
    .list-checkbox-wrap
    .nf-field-element
    li
    input
    + label:before,
.nf-form-cont
    .nf-form-layout
    > div
    .list-radio-wrap
    .nf-field-element
    li
    input
    + label:before {
    content: '';
    position: relative;
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 6px 0 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #55585a;
}

.nf-form-cont
    .nf-form-layout
    > div
    .list-checkbox-wrap
    .nf-field-element
    li
    input
    + label:hover:before,
.nf-form-cont
    .nf-form-layout
    > div
    .list-radio-wrap
    .nf-field-element
    li
    input
    + label:hover:before {
    margin-top: 0;
    margin-left: 0;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    border: 2px solid #ff8700 !important;
}

.nf-form-cont
    .nf-form-layout
    > div
    .list-checkbox-wrap
    .nf-field-element
    li
    input:checked
    + label:before,
.nf-form-cont
    .nf-form-layout
    > div
    .list-radio-wrap
    .nf-field-element
    li
    input:checked
    + label:before {
    content: '\2714';
    width: 16px;
    height: 16px;
    margin: 2px 6px 0 2px;
    background-color: #005a64;
    border: none !important;
    color: #fff;
    font-weight: 300;
    padding-left: 3px;
    line-height: 1.2em;
}

.nf-form-cont
    .nf-form-layout
    > div
    .list-radio-wrap
    .nf-field-element
    li
    input
    + label:before {
    border-radius: 100%;
}

.nf-form-cont
    .nf-form-layout
    > div
    .list-radio-wrap
    .nf-field-element
    li
    input:checked
    + label:before {
    content: '';
    background-color: #00b4a0;
    border: 2px solid #005a64 !important;
}

.nf-form-cont .nf-form-layout > div .nf-error .ninja-forms-field {
    border-color: #b80c0c;
}

.nf-form-cont .nf-form-layout > div .nf-after-field .nf-error-msg {
    color: #b80c0c;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
}

.nf-form-cont .nf-form-layout > div .nf-after-field .nf-error-msg:before {
    content: 'x';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    color: #fff;
    background-color: #b80c0c;
    margin-right: 6px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.jBox-container .jBox-content {
    max-width: 400px;
}

.jBox-container .jBox-content h1,
.jBox-container .jBox-content h2,
.jBox-container .jBox-content h3,
.jBox-container .jBox-content h4,
.jBox-container .jBox-content h5,
.jBox-container .jBox-content h6 {
    margin-bottom: 6px;
}

.jBox-container .jBox-content p {
    font-size: 13px;
}

.industry-template-default .cwf-warning-box-holder.show-box,
.services-template-default .cwf-warning-box-holder.show-box {
    margin: 0;
}

.industry-template-default .offset-cwf-warning-box,
.services-template-default .offset-cwf-warning-box {
    margin: auto -15px;
    height: 24px;
    transition: max-height 0.5s;
}

.cwf-warning-box-holder {
    opacity: 0;
    max-height: 99999px;
    transition:
        opacity 0.5s,
        max-height 0.5s;
}

.cwf-warning-box-holder.yellow {
    background-color: #fc0;
}

.cwf-warning-box-holder.yellow a,
.cwf-warning-box-holder.yellow h4,
.cwf-warning-box-holder.yellow span {
    color: #000;
}

.cwf-warning-box-holder.teal {
    background-color: #b6f2eb;
}

.cwf-warning-box-holder.teal a,
.cwf-warning-box-holder.teal h4,
.cwf-warning-box-holder.teal span {
    color: #000;
}

.cwf-warning-box-holder.black {
    background-color: #000;
}

.cwf-warning-box-holder.black a,
.cwf-warning-box-holder.black h4,
.cwf-warning-box-holder.black span {
    color: #fff;
}

.cwf-warning-box-holder.white {
    background-color: #fff;
    border: 1px solid #000;
}

.cwf-warning-box-holder.white a,
.cwf-warning-box-holder.white h4,
.cwf-warning-box-holder.white span {
    color: #000;
}

.cwf-warning-box-holder.gray {
    background-color: #55585a;
}

.cwf-warning-box-holder.gray a,
.cwf-warning-box-holder.gray h4,
.cwf-warning-box-holder.gray span {
    color: #fff;
}

.cwf-warning-box-holder.show-box {
    opacity: 1;
    max-height: 99999px;
}

.cwf-warning-box-holder.show-box .offset-cwf-warning-box {
    height: 24px;
    display: block;
}

.cwf-warning-box-holder.remove-box,
.cwf-warning-box-holder.remove-box .offset-cwf-warning-box {
    opacity: 0;
    max-height: 0;
}

.cwf-warning-box-container {
    opacity: 0;
    max-height: 0;
    margin: 0;
    transition:
        opacity 0.5s linear 0s,
        margin 0s linear 0.5s,
        max-height 0s linear 0.5s;
}

.cwf-warning-box-container.show-box {
    opacity: 1;
    max-height: 9999px;
    margin: 0 -15px 15px;
    transition:
        opacity 0.5s linear 0s,
        margin 0s linear 0s,
        max-height 0s linear 0s;
}

.cwf-warning-box-container.no-margin {
    margin: 0 !important;
}

.cwf-warning-box-container.remove-box {
    overflow: hidden;
}

.cwf-warning-box-container.yellow {
    background-color: #fc0;
}

.cwf-warning-box-container.yellow a,
.cwf-warning-box-container.yellow h4,
.cwf-warning-box-container.yellow span {
    color: #000;
}

.cwf-warning-box-container.teal {
    background-color: #b6f2eb;
}

.cwf-warning-box-container.teal a,
.cwf-warning-box-container.teal h4,
.cwf-warning-box-container.teal span {
    color: #000;
}

.cwf-warning-box-container.black {
    background-color: #000;
}

.cwf-warning-box-container.black a,
.cwf-warning-box-container.black h4,
.cwf-warning-box-container.black span {
    color: #fff;
}

.cwf-warning-box-container.white {
    background-color: #fff;
    border: 1px solid #000;
}

.cwf-warning-box-container.white a,
.cwf-warning-box-container.white h4,
.cwf-warning-box-container.white span {
    color: #000;
}

.cwf-warning-box-container.gray {
    background-color: #55585a;
}

.cwf-warning-box-container.gray a,
.cwf-warning-box-container.gray h4,
.cwf-warning-box-container.gray span {
    color: #fff;
}

.cwf-warning-box-container .cwf-warning-box {
    max-width: 1170px;
    margin: 0 auto;
    padding: 25px;
}

.cwf-warning-box-container .cwf-warning-box h4 {
    margin: 0;
}

.cwf-warning-box-container .cwf-warning-box a.cwf-warning-box-close,
.cwf-warning-box-container .cwf-warning-box a.cwf-warning-box-remove {
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}

.cwf_serv_ind_list .cwf_post_list_items {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0s linear 0.5s,
        opacity 0.5s linear;
}

.cwf_serv_ind_list input.cwf_post_list_items_chk {
    position: absolute;
    left: -50000px;
}

.cwf_serv_ind_list .cwf_post_list_items_chk:checked ~ div.cwf_post_list_items {
    max-height: 999999px;
    opacity: 1;
    transition:
        max-height 0s linear,
        opacity 0.5s linear;
}

.cwf_serv_ind_list
    .cwf_post_list_items_chk:checked
    ~ div.cwf_post_list_items_more_btn {
    display: none;
}

.cwf-pull-quote {
    padding: 30px 0;
}

.cwf-pull-quote hr:before {
    background-color: #ff8700;
}

.cwf-pull-quote h1 {
    margin: 14px 0;
}

.cwf-pull-quote .cwf-pull-quote-attribution {
    font-size: 16px;
    text-align: right;
}

.cwf-inline-feature-container {
    padding: 30px;
}

.cwf-inline-feature-container h1,
.cwf-inline-feature-container h2,
.cwf-inline-feature-container h3,
.cwf-inline-feature-container h4,
.cwf-inline-feature-container h5,
.cwf-inline-feature-container h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 32px;
    line-height: 1.5em;
}

.cwf-inline-feature-container hr {
    margin: 30px 0;
}

.cwf-inline-feature-container a,
.cwf-inline-feature-container p,
.cwf-inline-feature-container span {
    font-size: 16px;
}

.cwf-inline-feature-container p:last-of-type {
    padding-bottom: 0;
}

.cwf-inline-feature-container.yellow {
    background-color: #fc0;
}

.cwf-inline-feature-container.yellow h1,
.cwf-inline-feature-container.yellow h2,
.cwf-inline-feature-container.yellow h3,
.cwf-inline-feature-container.yellow h4,
.cwf-inline-feature-container.yellow h5,
.cwf-inline-feature-container.yellow h6,
.cwf-inline-feature-container.yellow p,
.cwf-inline-feature-container.yellow span {
    color: #000;
}

.cwf-inline-feature-container.teal {
    background-color: #b6f2eb;
}

.cwf-inline-feature-container.teal h1,
.cwf-inline-feature-container.teal h2,
.cwf-inline-feature-container.teal h3,
.cwf-inline-feature-container.teal h4,
.cwf-inline-feature-container.teal h5,
.cwf-inline-feature-container.teal h6,
.cwf-inline-feature-container.teal p,
.cwf-inline-feature-container.teal span {
    color: #000;
}

.cwf-inline-feature-container.black {
    background-color: #000;
}

.cwf-inline-feature-container.black a,
.cwf-inline-feature-container.black h1,
.cwf-inline-feature-container.black h2,
.cwf-inline-feature-container.black h3,
.cwf-inline-feature-container.black h4,
.cwf-inline-feature-container.black h5,
.cwf-inline-feature-container.black h6,
.cwf-inline-feature-container.black p,
.cwf-inline-feature-container.black span {
    color: #fff;
}

.cwf-inline-feature-container.black a {
    text-decoration: underline;
}

.cwf-inline-feature-container.hrs {
    background-color: #fff;
    padding: 0;
}

.cwf-inline-feature-container.hrs h1,
.cwf-inline-feature-container.hrs h2,
.cwf-inline-feature-container.hrs h3,
.cwf-inline-feature-container.hrs h4,
.cwf-inline-feature-container.hrs h5,
.cwf-inline-feature-container.hrs h6,
.cwf-inline-feature-container.hrs p,
.cwf-inline-feature-container.hrs span {
    color: #000;
}

.cwf-inline-feature-container.dark_gray {
    background-color: #55585a;
}

.cwf-inline-feature-container.dark_gray a,
.cwf-inline-feature-container.dark_gray h1,
.cwf-inline-feature-container.dark_gray h2,
.cwf-inline-feature-container.dark_gray h3,
.cwf-inline-feature-container.dark_gray h4,
.cwf-inline-feature-container.dark_gray h5,
.cwf-inline-feature-container.dark_gray h6,
.cwf-inline-feature-container.dark_gray p,
.cwf-inline-feature-container.dark_gray span {
    color: #fff;
}

.cwf-inline-feature-container.dark_gray a {
    text-decoration: underline;
}

.cwf-inline-feature-container.light_gray {
    background-color: #f4f4f4;
}

.cwf-inline-feature-container.light_gray h1,
.cwf-inline-feature-container.light_gray h2,
.cwf-inline-feature-container.light_gray h3,
.cwf-inline-feature-container.light_gray h4,
.cwf-inline-feature-container.light_gray h5,
.cwf-inline-feature-container.light_gray h6,
.cwf-inline-feature-container.light_gray p,
.cwf-inline-feature-container.light_gray span {
    color: #000;
}

a.cwf-full-color-feature-link {
    text-decoration: none !important;
    outline: 0 !important;
}

.cwf-full-color-feature-container {
    width: 100%;
    padding: 25px;
    background-color: #274463;
}

.cwf-full-color-feature-container .cwf-full-color-feature-content p {
    font-weight: 300;
    color: #fff;
}

.cwf-full-color-feature-container
    .cwf-full-color-feature-content
    .cwf-full-color-feature-icon {
    text-transform: uppercase;
    float: left;
}

.cwf-full-color-feature-container
    .cwf-full-color-feature-content
    .cwf-full-color-feature-icon
    h5 {
    margin-bottom: 6px;
    color: #fff;
}

.cwf-full-color-feature-container
    .cwf-full-color-feature-content
    .cwf-full-color-feature-icon
    h5
    sub {
    font-size: 24px;
    bottom: -0.18em;
    margin-right: 8px;
}

.cwf-full-color-feature-container
    .cwf-full-color-feature-content
    .cwf-full-color-feature-cta-detail {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

.cwf-full-color-feature-container
    .cwf-full-color-feature-content
    .cwf-full-color-feature-cta-detail
    div {
    line-height: 1.4em;
}

.cwf-feature-item:hover h4.resource-title {
    color: #ff8700;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.cwf-feature-item:hover .cwf-feature-item-cta-detail,
.cwf-feature-item:hover .cwf-feature-item-icon h5 {
    color: #ff8700;
    transition: all 0.3s ease;
}

.cwf-feature-item h4.resource-title {
    margin-bottom: 16px;
}

.cwf-feature-item .cwf-feature-item-icon {
    text-transform: uppercase;
    float: left;
}

.cwf-feature-item .cwf-feature-item-icon h5 {
    margin-bottom: 6px;
    color: #000;
}

.cwf-feature-item .cwf-feature-item-icon h5 sub {
    font-size: 24px;
    bottom: -0.18em;
    margin-right: 8px;
}

.cwf-feature-item .cwf-feature-item-cta-detail {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}

.cwf-feature-item .cwf-feature-item-cta-detail div {
    line-height: 1.4em;
}

.cwf-inline-feature-image-container {
    position: relative;
    width: 100%;
    padding-left: 120px;
}

@media (min-width: 768px) {
    .cwf-inline-feature-image-container {
        padding-left: 170px;
    }
}

.cwf-inline-feature-image-container:hover {
    box-shadow: 0 0 8px 2px hsla(0, 0%, 73%, 0.75);
}

.cwf-inline-feature-image-container:hover
    .cwf-inline-feature-content
    .cwf-inline-feature-cta
    h5 {
    color: #ff8700;
    transition: all 0.3s ease;
}

.cwf-inline-feature-image-container .cwf-inline-feature-image {
    position: absolute;
    width: 120px;
    background-size: cover;
    background-position: 50% 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
}

@media (min-width: 768px) {
    .cwf-inline-feature-image-container .cwf-inline-feature-image {
        width: 170px;
    }
}

.cwf-inline-feature-image-container .cwf-inline-feature-content {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    border: 2px solid #f4f4f4;
}

.cwf-inline-feature-image-container .cwf-inline-feature-content p {
    font-weight: 300;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 24px;
    max-height: 92px;
    min-height: 49px;
}

.cwf-inline-feature-image-container .cwf-inline-feature-content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    padding: 0;
}

.cwf-inline-feature-image-container
    .cwf-inline-feature-content
    .cwf-inline-feature-cta {
    text-transform: none;
}

.cwf-inline-feature-image-container
    .cwf-inline-feature-content
    .cwf-inline-feature-cta
    h5 {
    margin-bottom: 6px;
}

.cwf-inline-feature-image-container
    .cwf-inline-feature-content
    .cwf-inline-feature-cta
    h5
    sub {
    font-size: 24px;
    bottom: -0.18em;
    margin-right: 8px;
}

.cwf-inline-feature-image-container
    .cwf-inline-feature-content
    .cwf-inline-feature-cta
    h5
    span {
    font-weight: 700;
    font-size: 14px;
}

.cwf-inline-feature-image-container
    .cwf-inline-feature-content
    .cwf-inline-feature-file-type-size {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}

.cwf-social-media-page-section {
    font-size: 32px;
}

.cwf-social-media-page-section .cwf-hr {
    height: 8px;
    text-align: left;
}

.cwf-social-media-page-section a {
    display: inline-block;
    margin: 0 10px;
}

.cwf-social-media-page-section a:active,
.cwf-social-media-page-section a:focus,
.cwf-social-media-page-section a:focus:hover,
.cwf-social-media-page-section a:hover {
    color: #fff;
}

.cwf-social-media-page-section a:first-child {
    margin: 0 10px 0 0;
}

.cwf-social-media-page-section a:last-child {
    margin: 0 0 0 10px;
}

.cwf-link-list-section {
    padding-left: 40px;
    padding-right: 40px;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.cwf-link-list-section:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8);
}

.cwf-link-list-section h2 {
    text-transform: uppercase;
}

.cwf-link-list-section .cwf-hr {
    height: 8px;
    text-align: left;
}

.cwf-link-list-section:nth-child(2) .cwf-hr:before {
    background: #00b4a0;
}

.cwf-link-list-section:nth-child(3) .cwf-hr:before {
    background: #468cff;
}

.cwf-link-list-section .cwf-link-list-group {
    -webkit-column-count: 3;
    column-count: 3;
    list-style-type: none;
    padding-left: 0;
}

.cwf-link-list-section .cwf-link-list-group .grid-item {
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.cwf-link-list-section .cwf-link-list-group .grid-item .cwf-link-list-item {
    color: #000;
    font-size: 16px;
    line-height: 1.375;
}

.cwf-link-list-section
    .cwf-link-list-group
    .grid-item
    .cwf-link-list-item:hover {
    color: #0047ba;
    text-decoration: underline;
}

.cwf-link-list-section .cwf-link-list-group .cwf-link-list-cta {
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .cwf-link-list-section .cwf-link-list-group {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 992px) {
    .cwf-link-list-section .cwf-link-list-group {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (max-width: 768px) {
    .continuum-landing-page .cwf-medium-image-header .for-mobile .overlay {
        opacity: 0.3;
    }
}

.continuum-landing-page
    .cwf-medium-image-header.container-fluid
    > div.container
    > div
    > div:first-child
    > img {
    padding: 20px;
}

.continuum-landing-page .equal {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.continuum-landing-page .dark-blue-bg {
    background: #002854;
    margin-top: -40px;
}

.continuum-landing-page .cwf-inverse-arrow.dark-blue-bg .left,
.continuum-landing-page .cwf-inverse-arrow.dark-blue-bg .right {
    border-bottom: 50px solid #002854;
    width: 40%;
}

.continuum-landing-page .striped-bg {
    background: linear-gradient(
        45deg,
        #f7f7f8 41.67%,
        #efeff0 0,
        #efeff0 50%,
        #f7f7f8 0,
        #f7f7f8 91.67%,
        #efeff0 0,
        #efeff0
    );
    background-size: 10px 10px;
}

.continuum-landing-page .striped-bg h1,
.continuum-landing-page .striped-bg h2,
.continuum-landing-page .striped-bg h3,
.continuum-landing-page .striped-bg h4,
.continuum-landing-page .striped-bg h5,
.continuum-landing-page .striped-bg h6,
.continuum-landing-page .striped-bg p,
.continuum-landing-page .striped-bg ul > li > .icon-list {
    color: #000;
}

.continuum-landing-page .cwf-inverse-arrow.striped-bg .left,
.continuum-landing-page .cwf-inverse-arrow.striped-bg .right {
    border-bottom: none;
}

.continuum-landing-page .cwf-intro p {
    font-size: 24px;
}

@media (max-width: 992px) {
    .continuum-landing-page .cwf-intro p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .continuum-landing-page .cwf-intro p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .continuum-landing-page .cwf-intro {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.continuum-landing-page .cwf-medium-image-header > .container:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -16px;
}

@media (max-width: 768px) {
    .continuum-landing-page .cwf-medium-image-header > .container:first-child,
    .continuum-landing-page
        .cwf-medium-image-header
        > .container:first-child
        img {
        width: 100%;
    }
}

.continuum-landing-page .cwf-video-section > .container > h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
}

@media (max-width: 768px) {
    .continuum-landing-page .cwf-video-section > .container > h1 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 38px;
    }
}

.continuum-landing-page .full-width-cta .equal {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.continuum-landing-page .full-width-cta p {
    padding-bottom: 0;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 38px;
}

@media (max-width: 991px) {
    .continuum-landing-page .full-width-cta {
        text-align: center;
    }

    .continuum-landing-page .full-width-cta p {
        padding-bottom: 30px;
    }
}

.continuum-landing-page .conference-agenda-section .equal {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.continuum-landing-page .conference-agenda-section .agenda-header .date-block {
    background: #ff8700;
    color: #fff;
    font-weight: 800;
    padding: 20px;
}

.continuum-landing-page .conference-agenda-section .agenda-header .day-block {
    background-image: linear-gradient(270deg, #00518d, #002854);
    color: #fff;
    padding: 20px;
}

.continuum-landing-page .conference-agenda-section hr {
    margin: 0;
    border-top: 1px solid #d8d8d8;
}

.continuum-landing-page .keynote-headline > h1 {
    font-size: 50px;
    color: #000;
    letter-spacing: 0.54px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 4vw;
}

@media (max-width: 768px) {
    .continuum-landing-page .keynote-headline > h1 {
        font-size: 36px;
        letter-spacing: 0.39px;
        line-height: 48px;
        margin-bottom: 8vw;
    }
}

.continuum-landing-page .keynote-headline > h2 {
    font-size: 24px;
    color: #0047ba;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
}

.continuum-landing-page .featured-headline {
    padding-top: 60px;
}

.continuum-landing-page .featured-headline > h2 {
    font-size: 24px;
    color: #0047ba;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
}

.continuum-landing-page .cwf-grid-container.keynote-section {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 7 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 8 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 9 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 10 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 11 !important;
    }
}

.continuum-landing-page
    .cwf-grid-container.keynote-section
    .cwf-grid-item:nth-child(12) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.keynote-section
        .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 12 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page .cwf-grid-container.featured-section {
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
    }

    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (min-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 3;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page .cwf-grid-container.featured-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 2;
        -ms-grid-row: 5;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 2;
        -ms-grid-row: 6;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container.featured-section
        .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.continuum-landing-page .cwf-grid-container .cwf-grid-item {
    position: relative;
}

.continuum-landing-page .cwf-grid-container .cwf-grid-item a {
    height: 100%;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
}

.continuum-landing-page .cwf-grid-container .cwf-grid-item a:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio {
    position: relative;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio
    h2.speaker {
    font-size: 3vw;
    font-weight: 600;
    margin-bottom: 0;
    color: #002854;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio
    p.title {
    padding-bottom: 0;
    margin-bottom: 30px;
    font-weight: 800;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio
    p {
    font-size: 16px;
    font-weight: 300;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio
    .cta {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio:hover
    .cta {
    color: #ff8700;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio:focus
    .cta,
.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio:focus
    .title,
.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.keynote-speaker
    .speaker-bio:focus
    p {
    text-decoration: none;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.keynote-speaker
        .speaker-bio {
        padding: 20px;
    }

    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.keynote-speaker
        .speaker-bio
        h2.speaker {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: -0.39px;
        line-height: 40px;
    }

    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.keynote-speaker
        .speaker-bio
        .cta {
        position: relative;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.keynote-speaker
        .speaker-bio {
        padding: 20px 20px 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.keynote-speaker
        .speaker-bio {
        padding: 20px 0;
    }

    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.keynote-speaker
        .speaker-bio
        p.title {
        margin-bottom: 20px;
    }

    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.keynote-speaker
        .speaker-bio
        .cta {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.keynote-speaker
        .speaker-bio
        h2.speaker {
        font-size: 24px;
    }
}

.continuum-landing-page .cwf-grid-container .cwf-grid-item.featured-speaker {
    padding: 0 0 50px;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.featured-speaker
        .equal {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.featured-speaker
        a {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.featured-speaker
        .speaker-image {
        padding: 0;
    }
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio {
    position: relative;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .continuum-landing-page
        .cwf-grid-container
        .cwf-grid-item.featured-speaker
        .speaker-bio.vertical-option {
        padding: 20px;
    }
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio
    h3.speaker {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #002854;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio
    p.title {
    font-size: 16px;
    padding-bottom: 0;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio
    p {
    font-size: 16px;
    font-weight: 300;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio
    .cta {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio:hover
    .cta {
    color: #ff8700;
}

.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio:focus
    .cta,
.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio:focus
    .title,
.continuum-landing-page
    .cwf-grid-container
    .cwf-grid-item.featured-speaker
    .speaker-bio:focus
    p {
    text-decoration: none;
}

.continuum-landing-page ul.list-group {
    margin-bottom: 0;
}

.continuum-landing-page ul.list-group > li.list-group-item {
    font-size: 16px;
    border: none;
    padding: 15px;
    border-radius: 0;
}

.continuum-landing-page ul.list-group > li.list-group-item .agenda-time {
    color: #0047ba;
    font-weight: 800;
}

@media (max-width: 768px) {
    .continuum-landing-page
        ul.list-group
        > li.list-group-item
        .agenda-information,
    .continuum-landing-page ul.list-group > li.list-group-item .agenda-time {
        padding-left: 0;
    }
}

.continuum-landing-page ul.list-group > li.list-group-item p {
    padding-bottom: 0;
    font-size: 16px;
}

.continuum-landing-page ul.list-group > li.list-group-item:nth-child(odd) {
    background: #f4f4f4;
}

.continuum-landing-page .schedule-tabs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.continuum-landing-page .schedule-tabs > li {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin: 5px;
    text-align: center;
}

.continuum-landing-page .schedule-tabs > li > a {
    background: #fff;
    border: 2px solid #0047ba;
    border-radius: 0;
    color: #0047ba;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
}

.continuum-landing-page .schedule-tabs > li > a .full-month {
    display: inline-block;
}

.continuum-landing-page .schedule-tabs > li > a .short-month {
    display: none;
}

@media (max-width: 768px) {
    .continuum-landing-page .schedule-tabs > li > a {
        padding-top: 4.5vw;
        padding-bottom: 4.5vw;
    }

    .continuum-landing-page .schedule-tabs > li > a .full-month {
        display: none;
    }

    .continuum-landing-page .schedule-tabs > li > a .short-month {
        display: inline-block;
    }
}

.continuum-landing-page .schedule-tabs > li.active > a {
    background: #0047ba;
    border: 2px solid #0047ba;
    border-radius: 0;
    color: #fff;
}

.continuum-landing-page .schedule-tabs > li.active :hover {
    cursor: default;
}

@media (max-width: 768px) {
    .continuum-landing-page .schedule-tabs {
        padding-bottom: 10px;
    }
}

.continuum-landing-page #accordion {
    margin-top: 10px;
}

.continuum-landing-page #accordion .card-header a {
    cursor: pointer;
}

.continuum-landing-page #accordion .card-header a i {
    transition: all 0.2s ease;
    -webkit-transform: rotate(0deg) translateX(0) translateY(0);
    transform: rotate(0deg) translateX(0) translateY(0);
}

.continuum-landing-page #accordion .card-header a[aria-expanded='true'] > i {
    -webkit-transform: rotate(90deg) translateX(-2px) translateY(4px);
    transform: rotate(90deg) translateX(-2px) translateY(4px);
}

.continuum-landing-page #accordion .card-header a[aria-expanded='false'] > i {
    -webkit-transform: rotate(0deg) translateX(0) translateY(0);
    transform: rotate(0deg) translateX(0) translateY(0);
}

.continuum-landing-page #accordion .card-body {
    margin-left: 24px;
    padding-bottom: 5px;
}

.continuum-landing-page .partner-section ul > li {
    padding-left: 10px;
    padding-right: 10px;
}

.continuum-landing-page .partner-section ul > li .partner-logo {
    width: 170px;
    height: 120px;
    box-shadow: 0 10px 10px 0 rgba(170, 175, 185, 0.4);
}

@media (max-width: 768px) {
    .continuum-landing-page .partner-section ul > li .partner-logo {
        width: 100%;
        height: auto;
    }
}

.continuum-landing-page .partner-section p {
    padding-bottom: 0;
}

.cwf-home-page .tile {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .cwf-home-page .tile {
        margin-bottom: 20px;
    }
}

.cwf-home-page .cwf-grid-item {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .cwf-home-page .cwf-grid-container {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }

    .cwf-home-page .cwf-grid-container .cwf-grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-home-page .cwf-grid-container .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 768px) {
    .cwf-home-page .cwf-grid-container .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-home-page .cwf-grid-container .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 768px) {
    .cwf-home-page .cwf-grid-container .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-home-page .cwf-grid-container .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

.cwf-child-support-page .green-bg,
.cwf-landing-page-2019 .green-bg {
    background: #0c908c;
}

.cwf-child-support-page .blue-bg,
.cwf-landing-page-2019 .blue-bg {
    background: #274463;
}

.cwf-child-support-page .cwf-inverse-arrow.blue-bg .left,
.cwf-child-support-page .cwf-inverse-arrow.blue-bg .right,
.cwf-landing-page-2019 .cwf-inverse-arrow.blue-bg .left,
.cwf-landing-page-2019 .cwf-inverse-arrow.blue-bg .right {
    border-bottom: 31px solid #274463;
}

.cwf-child-support-page .gray-bg,
.cwf-landing-page-2019 .gray-bg {
    background: #55585a;
}

.cwf-child-support-page .cwf-inverse-arrow.gray-bg .left,
.cwf-child-support-page .cwf-inverse-arrow.gray-bg .right,
.cwf-landing-page-2019 .cwf-inverse-arrow.gray-bg .left,
.cwf-landing-page-2019 .cwf-inverse-arrow.gray-bg .right {
    border-bottom: 31px solid #55585a;
}

.cwf-child-support-page .black-bg,
.cwf-landing-page-2019 .black-bg {
    background: #000;
}

.cwf-child-support-page .striped-bg,
.cwf-landing-page-2019 .striped-bg {
    background: linear-gradient(
        45deg,
        #f7f7f8 41.67%,
        #efeff0 0,
        #efeff0 50%,
        #f7f7f8 0,
        #f7f7f8 91.67%,
        #efeff0 0,
        #efeff0
    );
    background-size: 10px 10px;
}

.cwf-child-support-page .striped-bg h1,
.cwf-child-support-page .striped-bg h2,
.cwf-child-support-page .striped-bg h3,
.cwf-child-support-page .striped-bg h4,
.cwf-child-support-page .striped-bg h5,
.cwf-child-support-page .striped-bg h6,
.cwf-child-support-page .striped-bg p,
.cwf-child-support-page .striped-bg ul > li > .icon-list,
.cwf-landing-page-2019 .striped-bg h1,
.cwf-landing-page-2019 .striped-bg h2,
.cwf-landing-page-2019 .striped-bg h3,
.cwf-landing-page-2019 .striped-bg h4,
.cwf-landing-page-2019 .striped-bg h5,
.cwf-landing-page-2019 .striped-bg h6,
.cwf-landing-page-2019 .striped-bg p,
.cwf-landing-page-2019 .striped-bg ul > li > .icon-list {
    color: #000;
}

.cwf-child-support-page .cwf-inverse-arrow.striped-bg .left,
.cwf-child-support-page .cwf-inverse-arrow.striped-bg .right,
.cwf-landing-page-2019 .cwf-inverse-arrow.striped-bg .left,
.cwf-landing-page-2019 .cwf-inverse-arrow.striped-bg .right {
    border-bottom: none;
}

.cwf-child-support-page .cwf-intro p,
.cwf-landing-page-2019 .cwf-intro p {
    font-size: 24px;
}

@media (max-width: 992px) {
    .cwf-child-support-page .cwf-intro p,
    .cwf-landing-page-2019 .cwf-intro p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .cwf-child-support-page .cwf-intro p,
    .cwf-landing-page-2019 .cwf-intro p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .cwf-child-support-page .cwf-intro,
    .cwf-landing-page-2019 .cwf-intro {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.cwf-child-support-page .cwf-inverse-arrow.green-bg .left,
.cwf-child-support-page .cwf-inverse-arrow.green-bg .right,
.cwf-landing-page-2019 .cwf-inverse-arrow.green-bg .left,
.cwf-landing-page-2019 .cwf-inverse-arrow.green-bg .right {
    border-bottom: 31px solid #0d908d;
}

.cwf-child-support-page .cwf-video-header,
.cwf-landing-page-2019 .cwf-video-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.cwf-child-support-page .cwf-video-with-text-blocks .video-quote h1,
.cwf-landing-page-2019 .cwf-video-with-text-blocks .video-quote h1 {
    font-size: 4.2vw;
    line-height: 1.2;
    margin: 0 0 40px;
}

.cwf-child-support-page .cwf-video-with-text-blocks .icon-list,
.cwf-landing-page-2019 .cwf-video-with-text-blocks .icon-list {
    display: inline;
    color: #fff;
    vertical-align: middle;
}

.cwf-child-support-page .cwf-video-with-text-blocks .icon-list .dashicons,
.cwf-landing-page-2019 .cwf-video-with-text-blocks .icon-list .dashicons {
    width: 80px;
    height: 40px;
    font-size: 30px;
}

.cwf-child-support-page .cwf-video-with-text-blocks .icon-list img,
.cwf-landing-page-2019 .cwf-video-with-text-blocks .icon-list img {
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .cwf-child-support-page .cwf-video-with-text-blocks .video-quote h1,
    .cwf-landing-page-2019 .cwf-video-with-text-blocks .video-quote h1 {
        font-size: 50px;
        padding-right: 80px;
    }
}

@media (max-width: 992px) {
    .cwf-child-support-page .cwf-video-with-text-blocks .video-quote h1,
    .cwf-landing-page-2019 .cwf-video-with-text-blocks .video-quote h1 {
        font-size: 5vw;
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .cwf-child-support-page .cwf-video-with-text-blocks .video-quote h1,
    .cwf-landing-page-2019 .cwf-video-with-text-blocks .video-quote h1 {
        font-size: 6vw;
    }
}

.cwf-child-support-page .cwf-building-blocks h2,
.cwf-child-support-page .cwf-map h2,
.cwf-landing-page-2019 .cwf-building-blocks h2,
.cwf-landing-page-2019 .cwf-map h2 {
    font-size: 36px;
    line-height: 1.2;
}

.cwf-child-support-page .cwf-building-blocks .map-outline,
.cwf-child-support-page .cwf-map .map-outline,
.cwf-landing-page-2019 .cwf-building-blocks .map-outline,
.cwf-landing-page-2019 .cwf-map .map-outline {
    text-align: right;
}

@media (min-width: 992px) {
    .cwf-child-support-page .cwf-building-blocks .map-outline #map-poster,
    .cwf-child-support-page .cwf-map .map-outline #map-poster,
    .cwf-landing-page-2019 .cwf-building-blocks .map-outline #map-poster,
    .cwf-landing-page-2019 .cwf-map .map-outline #map-poster {
        display: none;
    }

    .cwf-child-support-page .cwf-building-blocks .map-outline #map-animation,
    .cwf-child-support-page .cwf-map .map-outline #map-animation,
    .cwf-landing-page-2019 .cwf-building-blocks .map-outline #map-animation,
    .cwf-landing-page-2019 .cwf-map .map-outline #map-animation {
        display: block;
    }
}

@media (max-width: 992px) {
    .cwf-child-support-page .cwf-building-blocks .map-outline,
    .cwf-child-support-page .cwf-map .map-outline,
    .cwf-landing-page-2019 .cwf-building-blocks .map-outline,
    .cwf-landing-page-2019 .cwf-map .map-outline {
        padding: 30px 15px 60px;
    }

    .cwf-child-support-page .cwf-building-blocks .map-outline #map-animation,
    .cwf-child-support-page .cwf-map .map-outline #map-animation,
    .cwf-landing-page-2019 .cwf-building-blocks .map-outline #map-animation,
    .cwf-landing-page-2019 .cwf-map .map-outline #map-animation {
        display: none;
    }

    .cwf-child-support-page .cwf-building-blocks .map-outline #map-poster,
    .cwf-child-support-page .cwf-map .map-outline #map-poster,
    .cwf-landing-page-2019 .cwf-building-blocks .map-outline #map-poster,
    .cwf-landing-page-2019 .cwf-map .map-outline #map-poster {
        display: block;
    }
}

@media (max-width: 768px) {
    .cwf-child-support-page .cwf-building-blocks,
    .cwf-child-support-page .cwf-map,
    .cwf-landing-page-2019 .cwf-building-blocks,
    .cwf-landing-page-2019 .cwf-map {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.cwf-child-support-page .cwf-stats h2.stat-headline,
.cwf-landing-page-2019 .cwf-stats h2.stat-headline {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}

.cwf-child-support-page .cwf-stats .left-stat-container,
.cwf-landing-page-2019 .cwf-stats .left-stat-container {
    border-right: 1px solid #fff;
}

.cwf-child-support-page .cwf-stats .left-stat,
.cwf-landing-page-2019 .cwf-stats .left-stat {
    margin-right: 60px;
}

.cwf-child-support-page .cwf-stats .right-stat,
.cwf-landing-page-2019 .cwf-stats .right-stat {
    margin-left: 60px;
}

.cwf-child-support-page .cwf-stats .stat-number,
.cwf-landing-page-2019 .cwf-stats .stat-number {
    font-family:
        Open Sans,
        sans-serif !important;
    font-size: 100px;
    color: #fff;
    line-height: 70px;
    padding-bottom: 20px;
}

.cwf-child-support-page .cwf-stats .stat-type,
.cwf-landing-page-2019 .cwf-stats .stat-type {
    font-size: 60px;
    color: #b0b5b7;
}

.cwf-child-support-page .cwf-stats p,
.cwf-landing-page-2019 .cwf-stats p {
    color: #fff;
    font-size: 24px;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .cwf-child-support-page .cwf-stats .left-stat-container,
    .cwf-landing-page-2019 .cwf-stats .left-stat-container {
        border-right: 0;
    }

    .cwf-child-support-page .cwf-stats .left-stat,
    .cwf-landing-page-2019 .cwf-stats .left-stat {
        margin-right: 0;
        padding-bottom: 48px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .cwf-child-support-page .cwf-stats .right-stat,
    .cwf-landing-page-2019 .cwf-stats .right-stat {
        margin-left: 0;
        padding-top: 48px;
    }

    .cwf-child-support-page .cwf-stats .stat-number,
    .cwf-landing-page-2019 .cwf-stats .stat-number {
        font-size: 60px;
        color: #fff;
        line-height: 40px;
        padding-bottom: 15px;
    }

    .cwf-child-support-page .cwf-stats .stat-type,
    .cwf-landing-page-2019 .cwf-stats .stat-type {
        font-size: 40px;
        color: #b0b5b7;
    }

    .cwf-child-support-page .cwf-stats p,
    .cwf-landing-page-2019 .cwf-stats p {
        font-size: 16px;
    }
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix {
    grid-template-columns: 0 1fr 1fr 1fr;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile {
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover .cwf-hr:before {
    background-color: #ff8700;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover h3,
.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover h4,
.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover p {
    color: #000;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover .title {
    color: #ff8700;
    text-decoration: underline;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover .cta,
.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover .type {
    color: #ff8700 !important;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile:hover .taxonomy {
    background-color: #ff8700;
    color: #fff;
}

.cwf-gdpr-page .cwf-grid-item {
    padding-left: 15px;
    padding-right: 15px;
}

.cwf-gdpr-page .cwf-grid-3-cols {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

.cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

.cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }

    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-3-cols .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.cwf-gdpr-page .cwf-grid-2-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

.cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

.cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

.cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }

    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-gdpr-page .cwf-grid-2-cols .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.cwf-grid-container {
    display: grid;
    display: -ms-grid;
}

.cwf-grid-container:before {
    display: none;
    content: '';
}

.cwf-grid-container .cwf-insights-and-news-card {
    height: 100%;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
}

.cwf-grid-container .cwf-insights-and-news-card:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
}

.cwf-grid-container .cwf-insights-and-news-card .cwf-insight-card-bg {
    min-height: 250px;
}

.cwf-grid-container .cwf-insights-and-news-card > a {
    height: 100%;
    display: block;
}

.cwf-grid-container .cwf-insights-and-news-card > a .cwf-insight-card-bg {
    height: 250px;
}

.cwf-grid-container .cwf-insights-and-news-card > a .cwf-insight-card-content {
    height: calc(100% - 250px);
    position: relative;
}

.cwf-grid-container
    .cwf-insights-and-news-card
    > a
    .cwf-insight-card-content
    .eyebrow {
    padding-bottom: 0;
}

.cwf-grid-container
    .cwf-insights-and-news-card
    > a
    .cwf-insight-card-content
    .cwf-insight-card-read-more {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #ff8700;
}

.cwf-grid-container
    .cwf-insights-and-news-card
    > a
    .cwf-insight-card-content
    .cwf-insight-card-read-more
    .cwf-read-more-text {
    font-size: 14px;
    text-transform: uppercase;
}

.cwf-grid-container
    .cwf-insights-and-news-card
    > a
    .cwf-insight-card-content
    .cwf-insight-card-read-more
    .cwf-icon {
    padding-right: 30px;
    padding-top: 5px;
}

.cwf-grid-container .cwf-insights-and-news-card > a:focus .eyebrow {
    text-decoration: none;
}

.cwf-video-grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.cwf-video-grid-container .video-grid-item {
    padding-left: 15px;
    padding-right: 15px;
}

.cwf-video-grid-container .video-grid-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.cwf-video-grid-container .video-grid-item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.cwf-video-grid-container .video-grid-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

.cwf-video-grid-container .video-grid-item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 768px) {
    .cwf-video-grid-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .cwf-video-grid-container .video-grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(6) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-video-grid-container .video-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.cwf-gdpr-page .entry-content h2 {
    margin-bottom: 30px;
}

.cwf-csr-page .cwf-grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cwf-csr-page .cwf-grid-container .grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(5) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(6) {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(9) {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(10) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(11) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(12) {
        -ms-grid-column: 3;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(13) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(13) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(14) {
        -ms-grid-column: 2;
        -ms-grid-row: 5;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(14) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(15) {
        -ms-grid-column: 3;
        -ms-grid-row: 5;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(15) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(16) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(16) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(17) {
        -ms-grid-column: 2;
        -ms-grid-row: 6;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(17) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

@media (min-width: 991px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(18) {
        -ms-grid-column: 3;
        -ms-grid-row: 6;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(18) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .cwf-csr-page .cwf-grid-container .grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(6) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(9) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(10) {
        -ms-grid-column: 2;
        -ms-grid-row: 5;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(11) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(12) {
        -ms-grid-column: 2;
        -ms-grid-row: 6;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(13) {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(13) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 7 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(14) {
        -ms-grid-column: 2;
        -ms-grid-row: 7;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(14) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 7 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(15) {
        -ms-grid-column: 1;
        -ms-grid-row: 8;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(15) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 8 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(16) {
        -ms-grid-column: 2;
        -ms-grid-row: 8;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(16) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 8 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(17) {
        -ms-grid-column: 1;
        -ms-grid-row: 9;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(17) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 9 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(18) {
        -ms-grid-column: 2;
        -ms-grid-row: 9;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .cwf-csr-page .cwf-grid-container .grid-item:nth-child(18) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 9 !important;
    }
}

.cwf-csr-page .grid-item {
    padding-left: 15px;
    padding-right: 15px;
}

.cwf-csr-page .grid-item .cwf-icon {
    font-size: 40px;
}

.cwf-csr-page .grid-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 7 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 8 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 9 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 10 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 11 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(12) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 12 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(13) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 13 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(14) {
    -ms-grid-column: 1;
    -ms-grid-row: 14;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(14) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 14 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(15) {
    -ms-grid-column: 1;
    -ms-grid-row: 15;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(15) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 15 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(16) {
    -ms-grid-column: 1;
    -ms-grid-row: 16;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(16) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 16 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 17;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(17) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 17 !important;
    }
}

.cwf-csr-page .grid-item:nth-child(18) {
    -ms-grid-column: 1;
    -ms-grid-row: 18;
}

@media (max-width: 768px) {
    .cwf-csr-page .grid-item:nth-child(18) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 18 !important;
    }
}

.cwf-csr-page .entry-content p:last-child {
    padding: 0;
}

.what-we-do .cwf-button-banner .cwf-hr {
    height: 8px;
    margin-bottom: 0;
}

.what-we-do .cwf-button-banner p {
    color: #fff;
}

@media (min-width: 768px) {
    .what-we-do .cwf-button-banner p {
        margin-left: 50px;
        margin-right: 50px;
    }
}

.what-we-do .cwf-button-banner .cwf-banner-buttons > div {
    padding-bottom: 0;
}

.what-we-do .cwf-button-banner .cwf-banner-buttons .btn {
    font-weight: 700;
}

.what-we-do .cwf-button-banner .cwf-banner-buttons > div:nth-child(odd) .btn {
    float: right;
}

.what-we-do .cwf-button-banner .cwf-banner-buttons > div:nth-child(2n) .btn {
    float: left;
}

.what-we-do .cwf-intro-container p {
    padding-bottom: 0;
}

.what-we-do .cwf-hidden-posts {
    height: 0;
    opacity: 0;
    transition: opacity 0.5s linear;
    overflow: hidden;
}

.what-we-do .cwf-display-posts {
    position: absolute;
    left: -50000px;
}

.what-we-do .cwf-display-posts:checked ~ .cwf-hidden-posts {
    height: inherit;
    opacity: 1;
    overflow: hidden;
    transition: opacity 0.5s linear;
}

.what-we-do .cwf-display-posts:checked ~ .cwf-display-posts-btn {
    display: none;
}

.what-we-do .cwf-display-posts-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.what-we-do .cwf-grid-container {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
}

.what-we-do .cwf-grid-container .cwf-grid-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 7 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 8 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 9 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 10 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 11 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item:nth-child(12) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
}

@media (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 12 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr;
    }

    .what-we-do .cwf-grid-container .cwf-grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (min-width: 991px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 3;
        -ms-grid-row: 4;
    }
}

@media (min-width: 991px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .what-we-do .cwf-grid-container .cwf-grid-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(7) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(8) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(9) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 2;
        -ms-grid-row: 5;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(10) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(11) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 2;
        -ms-grid-row: 6;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 768px) {
    .what-we-do .cwf-grid-container .cwf-grid-item:nth-child(12) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.what-we-do .cwf-grid-container .cwf-grid-item {
    position: relative;
    margin-bottom: 30px;
}

.what-we-do .cwf-grid-container .cwf-grid-item a {
    height: 100%;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.5);
}

.what-we-do .cwf-grid-container .cwf-grid-item a:hover {
    box-shadow: 0 39px 30px -39px rgba(0, 0, 0, 0.8);
}

.what-we-do .cwf-grid-container .cwf-grid-item a .cwf-ser-ind-bg-image {
    height: 300px;
}

.what-we-do .cwf-grid-container .cwf-grid-item a .cwf-hr {
    margin-top: 8px;
}

.what-we-do .cwf-grid-container .cwf-grid-item a .cwf-ser-ind-text {
    padding: 34px 20px 50px 30px;
}

.what-we-do .cwf-grid-container .cwf-grid-item a .cwf-ser-ind-text .title {
    transition: all 0.3s ease;
}

.what-we-do .cwf-grid-container .cwf-grid-item a .cwf-ser-ind-text p {
    font-size: 16px;
    font-weight: 200;
}

.what-we-do .cwf-grid-container .cwf-grid-item a .cta {
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    margin-left: 30px;
    transition: all 0.3s ease;
}

.what-we-do
    .cwf-grid-container
    .cwf-grid-item
    a:hover
    .cwf-ser-ind-text
    .title {
    color: #ff8700;
    text-decoration: underline;
}

.what-we-do .cwf-grid-container .cwf-grid-item a:hover .cta {
    color: #ff8700;
}

.what-we-do .cwf-grid-container .cwf-grid-item a:focus .cta,
.what-we-do .cwf-grid-container .cwf-grid-item a:focus .title,
.what-we-do .cwf-grid-container .cwf-grid-item a:focus p {
    text-decoration: none;
}

@media (max-width: 992px) {
    .cwf-innovation {
        margin-top: -72px;
    }
}

.cwf-innovation .cwf-cta-section h2,
.cwf-innovation .cwf-labs-section h2,
.cwf-innovation .h2,
.cwf-innovation h2 {
    font-size: 40px;
    margin: 32px 0;
    font-weight: 300;
    line-height: 1.5em;
}

@media (max-width: 991px) {
    .cwf-innovation .cwf-cta-section h2,
    .cwf-innovation .cwf-labs-section h2,
    .cwf-innovation .h2,
    .cwf-innovation h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .cwf-innovation .cwf-cta-section h2,
    .cwf-innovation .cwf-labs-section h2,
    .cwf-innovation .h2,
    .cwf-innovation h2 {
        margin: 8px 0 32px;
    }
}

.cwf-innovation .cwf-cta-section h2.xlarge,
.cwf-innovation .cwf-labs-section h2.xlarge,
.cwf-innovation .h2.xlarge,
.cwf-innovation h2.xlarge {
    font-size: 64px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .cwf-innovation .cwf-cta-section h2.xlarge,
    .cwf-innovation .cwf-labs-section h2.xlarge,
    .cwf-innovation .h2.xlarge,
    .cwf-innovation h2.xlarge {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .cwf-innovation .cwf-cta-section h2.xlarge,
    .cwf-innovation .cwf-labs-section h2.xlarge,
    .cwf-innovation .h2.xlarge,
    .cwf-innovation h2.xlarge {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .cwf-innovation .cwf-cta-section h2.tablet-outlier,
    .cwf-innovation .cwf-labs-section h2.tablet-outlier,
    .cwf-innovation .h2.tablet-outlier,
    .cwf-innovation h2.tablet-outlier {
        font-size: 40px;
    }
}

.cwf-innovation .h3,
.cwf-innovation h3 {
    line-height: 1.5;
    font-weight: 300;
    font-size: 24px;
}

.cwf-innovation .h3.large,
.cwf-innovation h3.large {
    font-size: 28px;
}

@media (max-width: 991px) {
    .cwf-innovation .h3.large,
    .cwf-innovation h3.large {
        font-size: 20px;
    }
}

.cwf-innovation .h3.light,
.cwf-innovation h3.light {
    font-weight: 100;
}

.cwf-innovation .h3.heavy,
.cwf-innovation h3.heavy {
    font-weight: 500;
}

@media (max-width: 991px) {
    .cwf-innovation .h3,
    .cwf-innovation h3 {
        font-size: 20px;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .cwf-innovation .h3.tablet-outlier,
    .cwf-innovation h3.tablet-outlier {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .cwf-innovation .h3.tablet-outlier,
    .cwf-innovation h3.tablet-outlier {
        margin-bottom: 16px;
    }
}

.cwf-innovation p {
    line-height: 1.8;
}

.cwf-innovation .flex-container {
    margin-top: 1px;
}

.cwf-innovation .cwf-corporate-icon-group .cwf-icon-group-container {
    border-bottom: 2px solid #aaafb9;
}

.cwf-innovation .cwf-icon-group-section .cwf-icon-group-container {
    border-bottom: none;
}

.cwf-innovation .cwf-link-group-wrapper {
    border-top: 2px solid #aaafb9;
}

.cwf-innovation .cwf-medium-image-header h6 {
    font-size: 0;
}

.cwf-innovation .cwf-breadcrumbs #breadcrumbs.breadcrumb li:last-of-type:after,
.cwf-innovation .cwf-breadcrumbs #breadcrumbs a {
    padding-left: 5px;
}

.cwf-innovation .cwf-icon-intro h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cwf-innovation .cwf-icon-intro p {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .cwf-innovation .container {
        width: 685px;
    }
}

@media (min-width: 1200px) {
    .cwf-innovation .container {
        width: 942px;
    }
}

.cwf-innovation .cwf-padding-bottom-112 {
    padding-bottom: 112px;
}

@media (max-width: 991px) {
    .cwf-innovation .cwf-padding-bottom-112 {
        padding-bottom: 64px;
    }
}

.cwf-innovation .bottom-articles {
    margin-top: 0;
    padding-top: 114px;
}

.cwf-innovation .btn-group-lg > .btn,
.cwf-innovation .btn-lg {
    padding: 25px;
    font-size: 16px;
}

.cwf-innovation .cwf-icon-group-section .cwf-icon-group-section-text p {
    max-width: 942px;
}

@media (max-width: 768px) {
    .cwf-innovation
        .cwf-icon-group-section
        .cwf-icon-group-container
        .cwf-icon-container
        .icon-text {
        padding-right: 0;
    }
}

.cwf-innovation .cwf-labs-section .cwf-lab-cards {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.cwf-innovation .cwf-labs-section .cwf-lab-cards .cwf-lab-card-container {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
}

.cwf-innovation
    .cwf-labs-section
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card {
    width: 100%;
    max-width: 450px;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.cwf-innovation
    .cwf-labs-section
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8);
}

.cwf-innovation
    .cwf-labs-section
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card
    .cwf-lab-card-bg-image {
    height: 225px;
    margin-bottom: 30px;
}

.cwf-innovation
    .cwf-labs-section
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card
    .cwf-lab-card-text {
    padding: 0 30px 30px;
}

.cwf-innovation
    .cwf-labs-section
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card
    .cwf-lab-card-blurb {
    min-height: 100px;
}

.cwf-innovation
    .cwf-labs-section
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card
    .cwf-lab-card-link {
    display: block;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.cwf-innovation
    .cwf-labs-section
    .cwf-lab-cards
    .cwf-lab-card-container:nth-child(odd)
    .cwf-lab-card {
    float: right;
    margin-right: 10px;
}

.cwf-innovation
    .cwf-labs-section
    .cwf-lab-cards
    .cwf-lab-card-container:nth-child(2n)
    .cwf-lab-card {
    float: left;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .cwf-innovation .cwf-labs-section .cwf-lab-cards {
        flex-wrap: wrap;
    }

    .cwf-innovation .cwf-labs-section .cwf-lab-cards .cwf-lab-card-container {
        -webkit-box-flex: 1;
        flex: 1 0 100%;
    }

    .cwf-innovation
        .cwf-labs-section
        .cwf-lab-cards
        .cwf-lab-card-container
        .cwf-lab-card:nth-child(2n),
    .cwf-innovation
        .cwf-labs-section
        .cwf-lab-cards
        .cwf-lab-card-container
        .cwf-lab-card:nth-child(odd) {
        float: none;
        margin: 0 auto 40px;
    }
}

.cwf-innovation .cwf-innovation-center .cwf-lab-cards {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.cwf-innovation .cwf-innovation-center .cwf-lab-cards .cwf-lab-card-container {
    -webkit-box-flex: 1;
    flex: 1 0 100%;
}

.cwf-innovation
    .cwf-innovation-center
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card {
    width: 100%;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.cwf-innovation
    .cwf-innovation-center
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8);
}

.cwf-innovation
    .cwf-innovation-center
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card
    .cwf-lab-card-bg-image {
    height: 225px;
    margin-bottom: 30px;
}

.cwf-innovation
    .cwf-innovation-center
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card
    .cwf-lab-card-text {
    padding: 0 30px 30px;
}

.cwf-innovation
    .cwf-innovation-center
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card
    .cwf-lab-card-blurb {
    min-height: 100px;
}

.cwf-innovation
    .cwf-innovation-center
    .cwf-lab-cards
    .cwf-lab-card-container
    .cwf-lab-card
    .cwf-lab-card-link {
    display: block;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.cwf-innovation
    .cwf-innovation-center
    .cwf-lab-cards
    .cwf-lab-card-container:nth-child(odd)
    .cwf-lab-card {
    float: right;
    margin-right: 10px;
}

.cwf-innovation
    .cwf-innovation-center
    .cwf-lab-cards
    .cwf-lab-card-container:nth-child(2n)
    .cwf-lab-card {
    float: left;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .cwf-innovation .cwf-innovation-center .cwf-lab-cards {
        flex-wrap: wrap;
    }

    .cwf-innovation
        .cwf-innovation-center
        .cwf-lab-cards
        .cwf-lab-card-container {
        -webkit-box-flex: 1;
        flex: 1 0 100%;
    }

    .cwf-innovation
        .cwf-innovation-center
        .cwf-lab-cards
        .cwf-lab-card-container
        .cwf-lab-card:nth-child(2n),
    .cwf-innovation
        .cwf-innovation-center
        .cwf-lab-cards
        .cwf-lab-card-container
        .cwf-lab-card:nth-child(odd) {
        float: none;
        margin: 0 auto 40px;
    }
}

.cwf-hub-tiles {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .cwf-hub-tiles.cwf-acf-hub-tiles #collection-items {
        min-width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .cwf-hub-tiles.cwf-acf-hub-tiles #collection-items {
        min-width: 720px;
    }
}

.cwf-hub-tiles.cwf-vc-hub-tiles .hubs-embedded {
    width: 100%;
}

.cwf-hub-tiles.cwf-vc-hub-tiles .hubs-embedded #collection-items {
    width: 100% !important;
}

.cwf-hub-tiles.cwf-vc-hub-tiles .hubs-embedded #collection-items .tile {
    width: calc(100% - 10px);
    margin: 0 5px 30px !important;
    background-color: #f4f4f4 !important;
}

.cwf-hub-tiles.cwf-vc-hub-tiles .hubs-embedded #collection-items .tile.single {
    height: 412px !important;
}

@media (max-width: 768px) {
    .cwf-hub-tiles.cwf-vc-hub-tiles
        .hubs-embedded
        #collection-items
        .tile.single {
        height: unset;
    }
}

.cwf-hub-tiles.cwf-vc-hub-tiles
    .hubs-embedded
    #collection-items
    .tile.single
    a.view {
    background-color: #f4f4f4;
}

.cwf-hub-tiles.cwf-vc-hub-tiles
    .hubs-embedded
    #collection-items
    .tile.single
    a.view:before {
    display: none;
}

.cwf-hub-tiles.cwf-vc-hub-tiles
    .hubs-embedded
    #collection-items
    .tile.single
    .description {
    height: 185px !important;
    background-color: #f4f4f4 !important;
}

@media (max-width: 768px) {
    .cwf-hub-tiles.cwf-vc-hub-tiles
        .hubs-embedded
        #collection-items
        .tile
        .img
        > img {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
    }
}

.cwf-hub-tiles.cwf-vc-hub-tiles .hubs-embedded > div > ul.clearfix {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.cwf-hub-tiles.cwf-vc-hub-tiles .hubs-embedded > div > ul.clearfix > li {
    left: 0;
}

.cwf-hub-tiles #collection-items .tile.single .description {
    height: 165px !important;
    bottom: inherit !important;
    top: 160px;
    overflow: hidden;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    margin-left: 15px;
    margin-right: 15px;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix:after,
.cwf-hub-tiles .hubs-embedded > div > ul.clearfix:before {
    display: none;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix li:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix li:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

@media (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix:after {
        display: none;
    }

    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:first-child {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
    }
}

@media (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(2) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 2 !important;
    }
}

@media (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(3) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 3 !important;
    }
}

@media (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(4) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 4 !important;
    }
}

@media (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(5) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 5 !important;
    }
}

@media (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(6) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix .tile:nth-child(6) {
        -ms-grid-column: 1 !important;
        -ms-grid-row: 6 !important;
    }
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile {
    width: calc(100% - 30px);
    padding-bottom: 32px !important;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile .img {
    overflow: hidden;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile .friendly-timestamp {
    display: none;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile .h3like {
    font-family:
        Open Sans,
        sans-serif !important;
    margin-top: 24px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile h4 {
    display: none;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile .item-link {
    color: #ff8700;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile.single {
    height: 392px !important;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile.single > a.view {
    background-color: #fff;
    background-image: none;
    padding-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile.single > a.view:after,
.cwf-hub-tiles
    .hubs-embedded
    > div
    > ul.clearfix
    > .tile.single
    > a.view[data-internal='blogpost']:after {
    content: '\e903';
}

.cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile.single > a.view:after,
.cwf-hub-tiles
    .hubs-embedded
    > div
    > ul.clearfix
    > .tile.single
    > a.view[data-internal='blogpost']:after,
.cwf-hub-tiles
    .hubs-embedded
    > div
    > ul.clearfix
    > .tile.single
    > a.view[data-internal='youtube']:after {
    padding-left: 8px;
    display: inline-block;
    font-family: conduent_icon_font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 0;
    background: none;
}

.cwf-hub-tiles
    .hubs-embedded
    > div
    > ul.clearfix
    > .tile.single
    > a.view[data-internal='youtube']:after {
    content: '\e933';
}

.cwf-hub-tiles
    .hubs-embedded
    > div
    > ul.clearfix
    > .tile.single
    > a.view[data-internal='uberflip']:after {
    padding-left: 8px;
    display: inline-block;
    font-family: conduent_icon_font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 0;
    content: '\e936';
    background: none;
}

.cwf-hub-tiles
    .hubs-embedded
    > div
    > ul.clearfix
    > .tile.single:hover
    > a.view {
    background-color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .cwf-hub-tiles .hubs-embedded > div > ul.clearfix > .tile .img > img {
        margin-top: 0 !important;
    }
}

.cwf-hub-tiles .hubs-embedded #collection-items .tile {
    margin: 0 15px 30px !important;
}

.cwf-hub-tiles .hubs-embedded #collection-items .tile.single > a.view {
    border-top: none !important;
    margin-bottom: 20px !important;
}

table {
    line-height: 24px;
}

table ol,
table ul {
    font-size: 16px;
}

table a {
    font-weight: 300 !important;
}

table td {
    vertical-align: top;
}

table.vc-table-plugin-theme-classic tr.vc-th td {
    font-size: 18px;
    font-weight: 500 !important;
    background-color: #f4f4f4;
}

table.vc-table-plugin-theme-classic tr:nth-child(odd),
table.vc-table-plugin-theme-classic tr:nth-child(odd):hover {
    background-color: #f4f4f4 !important;
}

table.vc-table-plugin-theme-classic tr:hover {
    background-color: #fff !important;
}

#botFrame {
    height: inherit;
    border: 0;
}

.cwf-video-with-tiles .cwf-text-blocks-container {
    position: relative;
    overflow: hidden;
}

.cwf-video-with-tiles .cwf-text-blocks-container p {
    font-size: 16px;
}

.cwf-video-with-tiles .frost {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

.cwf-video-with-tiles .frost svg {
    width: calc(100% - 30px);
    height: 240px;
}

@media (max-width: 991px) {
    .cwf-video-with-tiles .frost svg {
        height: 600px;
    }
}

.cwf-video-with-tiles {
    background: #333 50% / cover no-repeat;
    padding: 50px 0;
}

.cwf-video-with-tiles .embed-responsive {
    margin: 25px 0;
}

.cwf-video-with-tiles .embed-responsive a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.cwf-video-with-tiles .embed-responsive a div {
    width: 100%;
    height: 100%;
    background: 50%/250px no-repeat;
    z-index: 100;
    display: block;
    position: absolute;
}

.cwf-video-with-tiles .embed-responsive a img {
    width: 100%;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.cwf-video-with-tiles .embed-responsive:hover img {
    opacity: 0.8;
}

#videomodal {
    z-index: 1050 !important;
}

#videomodal .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

#videomodal .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videomodal .modal-content {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

#videomodal button.close {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #fff;
    opacity: 1;
}

@media (min-width: 768px) {
    #videomodal .modal-dialog {
        width: 700px;
        margin: 0 auto;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

.cwf-single-video-container.center-block {
    float: none;
}

.cwf-icon-group-section {
    width: 100%;
}

.cwf-icon-group-section .cwf-icon-group-section-text {
    padding-left: 40px;
    padding-right: 40px;
}

.cwf-icon-group-section .cwf-icon-group-section-text p {
    max-width: 1170px;
    margin: 0 auto;
}

.cwf-icon-group-section .cwf-icon-group-section-text h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cwf-icon-group-section .cwf-icon-group-section-text.light-gray-bg-gradient {
    background: linear-gradient(180deg, #dadddc 0, hsla(160, 4%, 86%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DADDDC",endColorstr="#00ffffff",GradientType=0);
    width: 100%;
}

.cwf-icon-group-section .cwf-icon-group-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #aaafb9;
    margin: -40px auto 0;
    padding-left: 40px;
    padding-right: 40px;
}

.cwf-icon-group-section .cwf-icon-group-container .cwf-icon-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    -webkit-box-align: start;
    align-items: start;
    font-size: 60px;
    margin: 40px 0 0;
    color: #468cff;
}

.cwf-icon-group-section .cwf-icon-group-container .cwf-icon-container .icon {
    width: 100px;
    margin-right: 30px;
    font-size: 100px;
}

.cwf-icon-group-section .cwf-icon-group-container .cwf-icon-container .title {
    font-weight: 700;
    margin-bottom: 0;
}

.cwf-icon-group-section
    .cwf-icon-group-container
    .cwf-icon-container
    .icon-text {
    padding-right: 40px;
    width: calc(100% - 100px);
}

.cwf-icon-group-section .cwf-icon-group-container .cwf-icon-container p {
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .cwf-icon-group-section .cwf-icon-group-container .cwf-icon-container {
        -webkit-box-flex: 1;
        flex: 1 0 100%;
    }
}

.cwf-cta-section {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.cwf-cta-section.white-text p {
    color: #fff;
}

.cwf-cta-section p {
    max-width: 1170px;
}

.cwf-cta-section h2 {
    font-size: 40px;
}

.cwf-cta-section .btn {
    text-transform: uppercase;
}

.cwf-contact
    .conduent-marketo-form-container
    .conduent-marketo-form
    .conduent-marketo-content
    .conduent-marketo-content-icon {
    display: none;
}

.cwf-contact .conduent-marketo-content,
.cwf-contact .conduent-marketo-form,
.cwf-contact
    .conduent-marketo-form-container
    .conduent-marketo-form
    .conduent-marketo-content,
.cwf-contact
    .conduent-marketo-form-container
    .conduent-marketo-form
    form.mktoForm {
    padding: 0;
}

.cwf-contact
    .conduent-marketo-form-container
    .conduent-marketo-form
    form.mktoForm
    .mktoFormRow {
    width: 100% !important;
}

@media (min-width: 768px) {
    .cwf-contact
        .conduent-marketo-form-container
        .conduent-marketo-form
        form.mktoForm
        .mktoFormRow {
        display: -webkit-box;
        display: flex;
    }
}

.cwf-contact
    .conduent-marketo-form-container
    .conduent-marketo-form
    form.mktoForm
    .mktoFormRow
    .mktoFormCol {
    width: 100% !important;
    margin-right: 20px;
}

.cwf-contact
    .conduent-marketo-form-container
    .conduent-marketo-form
    form.mktoForm
    .mktoFormRow
    .mktoFormCol
    .mktoFieldWrap
    label {
    font-size: 20px;
    font-weight: 100 !important;
    color: #000;
}

.cwf-contact
    .conduent-marketo-form-container
    .conduent-marketo-form
    form.mktoForm
    .mktoFormRow
    .mktoFormCol
    .mktoFieldWrap
    .mktoError
    .mktoErrorMsg {
    margin-top: 15px !important;
}

@media (min-width: 768px) {
    .cwf-contact
        .conduent-marketo-form-container
        .conduent-marketo-form
        form.mktoForm
        .mktoFormRow
        .mktoFormCol
        .mktoFieldWrap
        .mktoError
        .mktoErrorMsg {
        font-size: 12px;
    }
}

.cwf-contact .conduent-marketo-thanks {
    border: 1px solid #ff8700;
    background-color: #f4f4f4;
}

.cwf-contact .conduent-marketo-thanks :before {
    background-color: #ff8700;
    color: #f4f4f4;
}

.cwf-contact select.mktoField {
    display: block;
    font-size: 20px;
    font-family:
        Open Sans,
        Arial,
        sans-serif;
    font-weight: 100;
    color: #000;
    line-height: 1.6;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #55585a;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image:
        url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(180deg, #fff 0, #fff);
    background-repeat: no-repeat, repeat;
    background-position:
        right 0.7em top 50%,
        0 0;
    background-size:
        0.65em auto,
        100%;
}

.cwf-contact select.mktoField::-ms-expand {
    display: none;
}

.cwf-contact select.mktoField:hover {
    border-color: #55585a;
}

.cwf-contact select.mktoField:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    color: #222;
    outline: none;
}

.cwf-contact select.mktoField option {
    font-weight: 400;
}

@media (max-width: 992px) {
    .cwf-contact {
        margin-top: -72px;
    }

    .cwf-contact .contactussidebar {
        margin-top: 100px;
    }
}

.cwf-video-links:hover {
    cursor: pointer;
}

.cwf-video-links.active h2,
.cwf-video-links:hover h2 {
    color: #ff8700;
}

.multi-video-modal {
    z-index: 1050 !important;
}

.multi-video-modal .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.multi-video-modal .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.multi-video-modal .modal-content {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.multi-video-modal button.close {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #fff;
    opacity: 1;
}

body.modal-open header {
    z-index: 100 !important;
}

@media (min-width: 768px) {
    .multi-video-modal .modal-dialog {
        width: 700px;
        margin: 0 auto;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

.cwf-video-tiles .holder {
    position: relative;
    margin-bottom: 30px;
}

.cwf-video-tiles .holder a {
    display: block;
}

.video-title {
    font-size: 18px;
    padding: 0;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 8px;
}

.overlay.trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*# sourceMappingURL=maps/cwf_full.min.css.map */
