html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

/***
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}
***/

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: source_sans_pro_light;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: source_sans_pro_light;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: source_sans_pro_regular;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: source_sans_pro_regular;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: source_sans_pro_semibold;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: source_sans_pro_semibold;
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: source_sans_pro_regular;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: source_sans_pro_regular;
    font-style: italic;
    font-weight: 700;

 }

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

html {
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25
}

body {
    background-color: #fff;
    color: #444
}

.body--no-flow {
    height: 100%;
    overflow: hidden;
    position: fixed
}

a {
    text-decoration: none
}

a:link {
    color: #069
}

a:hover {
    color: #00476b;
    text-decoration: underline
}

a.highlight-strong {
    color: #036
}

.link-decorate {
    text-decoration: underline;
}

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

[disabled] {
    cursor: not-allowed !important
}

h1 {
    font-size: 2rem;
    line-height: 1.25
}

h2 {
    font-size: 1.75rem;
    line-height: 1.1428571429
}

h3 {
    font-size: 1.5rem;
    line-height: 1.1666666667
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4
}

h5 {
    font-size: 1rem;
    line-height: 1.5
}

h1 {
    margin-top: 0
}

h2,
h3,
h4,
h5 {
    margin-top: 32px
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 8px;
    font-weight: 400
}

h5 {
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

p {
    margin-top: 0;
    margin-bottom: 16px
}

caption,
.caption {
    font-size: .875rem;
    line-height: 1.1428571429
}

.select2-selection--single,
.select2-selection--multiple,
[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
    font-size: 1.25rem;
    line-height: 1.4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #444;
    display: block;
    height: 48px;
    min-width: 120px;
    opacity: 1;
    padding-left: 14px;
    width: 100%
}

.select2-selection--single::-ms-clear,
.select2-selection--multiple::-ms-clear,
[type=color]::-ms-clear,
[type=date]::-ms-clear,
[type=datetime]::-ms-clear,
[type=datetime-local]::-ms-clear,
[type=email]::-ms-clear,
[type=month]::-ms-clear,
[type=number]::-ms-clear,
[type=password]::-ms-clear,
[type=search]::-ms-clear,
[type=tel]::-ms-clear,
[type=text]::-ms-clear,
[type=time]::-ms-clear,
[type=url]::-ms-clear,
[type=week]::-ms-clear,
input:not([type])::-ms-clear,
textarea::-ms-clear {
    display: none
}

.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-selection--multiple:hover,
.select2-selection--multiple:focus,
[type=color]:hover,
[type=color]:focus,
[type=date]:hover,
[type=date]:focus,
[type=datetime]:hover,
[type=datetime]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:focus,
[type=email]:hover,
[type=email]:focus,
[type=month]:hover,
[type=month]:focus,
[type=number]:hover,
[type=number]:focus,
[type=password]:hover,
[type=password]:focus,
[type=search]:hover,
[type=search]:focus,
[type=tel]:hover,
[type=tel]:focus,
[type=text]:hover,
[type=text]:focus,
[type=time]:hover,
[type=time]:focus,
[type=url]:hover,
[type=url]:focus,
[type=week]:hover,
[type=week]:focus,
input:not([type]):hover,
input:not([type]):focus,
textarea:hover,
textarea:focus {
    -webkit-box-shadow: 0 0 3px #036;
    -moz-box-shadow: 0 0 3px #036;
    box-shadow: 0 0 3px #036;
    border-color: #069;
    outline: 0
}

.select2-selection--single[disabled],
.select2-selection--multiple[disabled],
[type=color][disabled],
[type=date][disabled],
[type=datetime][disabled],
[type=datetime-local][disabled],
[type=email][disabled],
[type=month][disabled],
[type=number][disabled],
[type=password][disabled],
[type=search][disabled],
[type=tel][disabled],
[type=text][disabled],
[type=time][disabled],
[type=url][disabled],
[type=week][disabled],
input:not([type])[disabled],
textarea[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    color: #666
}

#content select {
    height: 48px;
    width: 100%
}

 /*** 
#content form label {
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600;
   display: block;
}
 ***/

::placeholder {
    color: #666;
    opacity: 1;
    text-overflow: ellipsis
}

::-ms-input-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

#content table {
    margin-top: 0;
    margin-bottom: 16px
}

#block-horizontal,
.content-container {
    margin: 0 auto;
    width: 100%
}

.region-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

#header-third {
	background-color: #fff;
}

.header-third__first .content-container {
    padding-top: 16px;
    padding-bottom: 16px
}

.menu-toggle--header {
    float: right;
    margin-top: 20px
}

#block-searchplaceholder {
    margin-top: 16px
}

.two-col .container--main {
    margin-bottom: 16px
}

.layout--onecol .views-element-container {
    padding-top: 16px
}

#content {
    /*** padding-bottom: 95px; ***/
    padding-left: 16px
}

#content.is-exception {
    margin-top: 32px
}

.content-section {
    margin-bottom: 32px
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

#block-mainnavigation {
    margin-bottom: 32px
}

.field--label-inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.content-section__items-list .field__item,
.content-section__items-list .views-row {
    margin-bottom: 10px
}

.field--name-body p>form,
.field--name-body p>.btn {
    margin-top: 16px;
    margin-bottom: 16px
}

.field--name-body>p:first-of-type>.btn {
    margin-top: 0
}

.field--name-body>p:last-of-type>.btn {
    margin-bottom: 0
}

.page-title {
    margin-bottom: 16px
}

.select2-multi-opt .select2-results__option::before {
    position: absolute;
    left: 13px;
    margin-top: 4px;
    font-size: 1.428125rem;
    line-height: .875273523;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "";
    background-color: #fff;
    color: #ccc;
    cursor: pointer
}

.select2-multi-opt .select2-results__option[aria-selected=true]::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "";
    color: #069
}

.select2-multi-opt .select2-results__option {
    position: relative;
    padding: 3px 8px 3px 45px
}

.select2-multi-opt .select2-results__option[aria-disabled=true] {
    display: none
}

.select2-multi-opt .select2-results__option--highlighted[aria-selected=false]:hover::before {
    -webkit-box-shadow: 0 0 3px #069;
    -moz-box-shadow: 0 0 3px #069;
    box-shadow: 0 0 3px #069;
    color: #fff
}

.select2-multi-opt .wrap {
    display: inline
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size: 1rem;
    line-height: 1.1875
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 3px;
    margin-right: 10px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 14px;
    right: 14px
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #069;
    content: ""
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: not-allowed
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection__arrow::before {
    content: ""
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: not-allowed
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: scroll
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container {
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: auto
}

.select2-container .select2-selection {
    padding-top: 10px
}

.select2-container .select2-selection--single {
    cursor: pointer;
    display: block;
    height: 48px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--single:focus {
    -webkit-box-shadow: 0 0 3px #069;
    -moz-box-shadow: 0 0 3px #069;
    box-shadow: 0 0 3px #069
}

.select2-container.select2-container--disabled .select2-selection--single {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    color: #666
}

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container .select2-selection--multiple {
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-selection--single,
.select2-selection--multiple {
    color: #666
}

.select-has-selection .select2-selection--single {
    color: #444
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.form-select-multiple .select2-results__option[aria-selected=true] {
    background-color: #fff
}

.select2-dropdown {
    min-width: 70px
}

.select2-results__option {
    font-size: 1.25rem;
    line-height: 1.4
}

.ui-dialog .ui-dialog-buttonpane {
	border-width:0 0 0;
}

.select2-results__option--highlighted {
    background-color: #e6f5fd
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    position: absolute !important;
    visibility: hidden;
    overflow: hidden !important;
    height: 1px !important;
    padding: 0 !important;
    width: 1px !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important
}

table.tbl-responsive {
    width: 100% !important;
    border-spacing: 0;
    margin-bottom: 0px !important;
    border: none !important
}

table.tbl-responsive thead tr,
table.tbl-responsive tfoot tr {
    border: none !important
}

table.tbl-responsive thead th,
table.tbl-responsive thead td {
    border: none
}

table.tbl-responsive thead th:active,
table.tbl-responsive thead td:active {
    outline: none
}

table.tbl-responsive thead th {
    padding: 0px 16px;
    white-space: nowrap;
    width: fit-content !important;
    font-size: 20px;
    text-align: left;
    height: 52px;
    background-color: #eaeaea
}

table.tbl-responsive tfoot th,
table.tbl-responsive tfoot td {
    padding: 10px 18px 6px 18px;
    border: none
}

table.tbl-responsive thead .sorting_asc::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: ""
}

table.tbl-responsive thead .sorting_desc::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: ""
}

table.tbl-responsive thead .sorting_asc::after,
table.tbl-responsive thead .sorting_desc::after {
    margin: 0px 16px;
    height: 18px;
    width: 11px;
    cursor: pointer
}

table.tbl-responsive tbody tr {
    border: none !important;
    background-color: #fff
}

table.tbl-responsive tbody tr.selected {
    background-color: #b0bed9
}

table.tbl-responsive tbody th,
table.tbl-responsive tbody td {
    padding: 14px 16px 13px 16px;
    border: none;
    border-bottom: 1px solid #ebebeb
}

table.tbl-responsive tbody tr.parent td,
table.tbl-responsive tbody td.child {
    padding-left: 13px
}

table.tbl-responsive tbody td.child {
    padding-bottom: 0
}

table.tbl-responsive.row-border tbody th,
table.tbl-responsive.row-border tbody td,
table.tbl-responsive.display tbody th,
table.tbl-responsive.display tbody td {
    border-top: 1px solid #ddd
}

table.tbl-responsive.row-border tbody tr:first-child th,
table.tbl-responsive.row-border tbody tr:first-child td,
table.tbl-responsive.display tbody tr:first-child th,
table.tbl-responsive.display tbody tr:first-child td {
    border-top: none
}

table.tbl-responsive.cell-border tbody th,
table.tbl-responsive.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.tbl-responsive.cell-border tbody tr th:first-child,
table.tbl-responsive.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.tbl-responsive.cell-border tbody tr:first-child th,
table.tbl-responsive.cell-border tbody tr:first-child td {
    border-top: none
}

table.tbl-responsive.stripe tbody tr.odd,
table.tbl-responsive.display tbody tr.odd {
    background-color: #f9f9f9
}

table.tbl-responsive.stripe tbody tr.odd.selected,
table.tbl-responsive.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.tbl-responsive.hover tbody tr:hover,
table.tbl-responsive.display tbody tr:hover {
    background-color: #f6f6f6
}

table.tbl-responsive.hover tbody tr:hover.selected,
table.tbl-responsive.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.tbl-responsive.order-column tbody tr>.sorting_1,
table.tbl-responsive.order-column tbody tr>.sorting_2,
table.tbl-responsive.order-column tbody tr>.sorting_3,
table.tbl-responsive.display tbody tr>.sorting_1,
table.tbl-responsive.display tbody tr>.sorting_2,
table.tbl-responsive.display tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.tbl-responsive.order-column tbody tr.selected>.sorting_1,
table.tbl-responsive.order-column tbody tr.selected>.sorting_2,
table.tbl-responsive.order-column tbody tr.selected>.sorting_3,
table.tbl-responsive.display tbody tr.selected>.sorting_1,
table.tbl-responsive.display tbody tr.selected>.sorting_2,
table.tbl-responsive.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.tbl-responsive.display tbody tr.odd>.sorting_1,
table.tbl-responsive.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.tbl-responsive.display tbody tr.odd>.sorting_2,
table.tbl-responsive.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.tbl-responsive.display tbody tr.odd>.sorting_3,
table.tbl-responsive.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: #f5f5f5
}

table.tbl-responsive.display tbody tr.odd.selected>.sorting_1,
table.tbl-responsive.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.tbl-responsive.display tbody tr.odd.selected>.sorting_2,
table.tbl-responsive.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.tbl-responsive.display tbody tr.odd.selected>.sorting_3,
table.tbl-responsive.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.tbl-responsive.display tbody tr.even>.sorting_1,
table.tbl-responsive.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa
}

table.tbl-responsive.display tbody tr.even>.sorting_2,
table.tbl-responsive.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.tbl-responsive.display tbody tr.even>.sorting_3,
table.tbl-responsive.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.tbl-responsive.display tbody tr.even.selected>.sorting_1,
table.tbl-responsive.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.tbl-responsive.display tbody tr.even.selected>.sorting_2,
table.tbl-responsive.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.tbl-responsive.display tbody tr.even.selected>.sorting_3,
table.tbl-responsive.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.tbl-responsive.display tbody tr:hover>.sorting_1,
table.tbl-responsive.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.tbl-responsive.display tbody tr:hover>.sorting_2,
table.tbl-responsive.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.tbl-responsive.display tbody tr:hover>.sorting_3,
table.tbl-responsive.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.tbl-responsive.display tbody tr:hover.selected>.sorting_1,
table.tbl-responsive.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.tbl-responsive.display tbody tr:hover.selected>.sorting_2,
table.tbl-responsive.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.tbl-responsive.display tbody tr:hover.selected>.sorting_3,
table.tbl-responsive.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.tbl-responsive.no-footer {
    border-bottom: 1px solid #ebebeb
}

table.tbl-responsive.nowrap th,
table.tbl-responsive.nowrap td {
    white-space: nowrap
}

table.tbl-responsive.compact thead th,
table.tbl-responsive.compact thead td {
    padding: 4px 17px
}

table.tbl-responsive.compact tfoot th,
table.tbl-responsive.compact tfoot td {
    padding: 4px
}

table.tbl-responsive.compact tbody th,
table.tbl-responsive.compact tbody td {
    padding: 4px
}

table.tbl-responsive th.dt-left,
table.tbl-responsive td.dt-left {
    text-align: left
}

table.tbl-responsive th.dt-center,
table.tbl-responsive td.dt-center,
table.tbl-responsive td.dataTables_empty {
    text-align: center
}

table.tbl-responsive th.dt-right,
table.tbl-responsive td.dt-right {
    text-align: right
}

table.tbl-responsive th.dt-justify,
table.tbl-responsive td.dt-justify {
    text-align: justify
}

table.tbl-responsive th.dt-nowrap,
table.tbl-responsive td.dt-nowrap {
    white-space: nowrap
}

table.tbl-responsive thead th.dt-head-left,
table.tbl-responsive thead td.dt-head-left,
table.tbl-responsive tfoot th.dt-head-left,
table.tbl-responsive tfoot td.dt-head-left {
    text-align: left
}

table.tbl-responsive thead th.dt-head-center,
table.tbl-responsive thead td.dt-head-center,
table.tbl-responsive tfoot th.dt-head-center,
table.tbl-responsive tfoot td.dt-head-center {
    text-align: center
}

table.tbl-responsive thead th.dt-head-right,
table.tbl-responsive thead td.dt-head-right,
table.tbl-responsive tfoot th.dt-head-right,
table.tbl-responsive tfoot td.dt-head-right {
    text-align: right
}

table.tbl-responsive thead th.dt-head-justify,
table.tbl-responsive thead td.dt-head-justify,
table.tbl-responsive tfoot th.dt-head-justify,
table.tbl-responsive tfoot td.dt-head-justify {
    text-align: justify
}

table.tbl-responsive thead th.dt-head-nowrap,
table.tbl-responsive thead td.dt-head-nowrap,
table.tbl-responsive tfoot th.dt-head-nowrap,
table.tbl-responsive tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.tbl-responsive tbody th.dt-body-left,
table.tbl-responsive tbody td.dt-body-left {
    text-align: left
}

table.tbl-responsive tbody th.dt-body-center,
table.tbl-responsive tbody td.dt-body-center {
    text-align: center
}

table.tbl-responsive tbody th.dt-body-right,
table.tbl-responsive tbody td.dt-body-right {
    text-align: right
}

table.tbl-responsive tbody th.dt-body-justify,
table.tbl-responsive tbody td.dt-body-justify {
    text-align: justify
}

table.tbl-responsive tbody th.dt-body-nowrap,
table.tbl-responsive tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.tbl-responsive,
table.tbl-responsive th,
table.tbl-responsive td {
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .rows-label {
    display: inline-block
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    min-width: 150px
}

.dataTables_wrapper .dataTables_filter input {
    width: 241px;
    padding-right: 14px
}

.dataTables_wrapper .dataTables_info {
    width: 100%;
    padding: 16px
}

.dataTables_wrapper .dataTables_paginate {
    text-align: right;
    width: 100%
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    margin-top: 6px;
    text-align: center;
    cursor: pointer;
    *cursor: hand;
    color: #069
}

.dataTables_wrapper .dataTables_paginate .paginate_button .back-text {
    padding-left: 8px
}

.dataTables_wrapper .dataTables_paginate .paginate_button .next-text {
    padding-right: 8px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #444 !important;
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600;
    text-decoration: none
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_length {
    color: #444
}

.dataTables_wrapper .dataTables_filter {
    width: 150px;
    margin-bottom: 24px;
    color: #666
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ebebeb
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (min-width:601px) {
    .dataTables_wrapper .total-label {
        display: none
    }

    .dataTables_wrapper .footer-pager__content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        background-color: #f9f9f9;
        padding-left: 16px;
        width: 100%
    }

    .dataTables_wrapper .footer-pager__content .part1 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%
    }

    .dataTables_wrapper .footer-pager__content .dataTables_length {
        width: auto
    }

    .dataTables_wrapper .footer-pager__content .dataTables_length .select2-container {
        width: auto !important;
        margin-bottom: 4px
    }

    .dataTables_wrapper .footer-pager__content .dataTables_length .select2-selection {
        min-width: 70px;
        padding-left: 8px;
        padding-top: 15px;
        font-size: 1rem;
        line-height: 1.25;
        color: #069;
        border: none;
        border-right: 1px solid #ebebeb
    }

    .dataTables_wrapper .footer-pager__content .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 15px;
        right: 25%
    }

    .dataTables_wrapper .footer-pager__content .dataTables_info {
        width: auto
    }

    .dataTables_wrapper .footer-pager__content .dataTables_paginate {
        width: 100%;
        max-width: 240px
    }

    .dataTables_wrapper .footer-pager__content .dataTables_paginate .paginate_button {
        border-left: 1px solid #ebebeb;
        margin: 0;
        padding: 1em;
        min-width: 70px
    }
}

@media screen and (max-width:600px) {
    .dataTables_wrapper {
        margin-top: 32px
    }

    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 16px;
        width: 100%
    }

    .dataTables_wrapper .footer-pager__content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .dataTables_wrapper .footer-pager__content .dataTables_length {
        display: none
    }

    .dataTables_wrapper .footer-pager__content .dataTables_info {
        text-align: left;
        color: #666;
        font-size: 14px;
        margin-top: 8px;
        padding: 0px 0px 0px 16px;
        width: 100%;
        height: 18px
    }

    .dataTables_wrapper .footer-pager__content .dataTables_paginate {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        margin-top: 0px;
        width: 100%;
        height: 52px;
        background-color: #f9f9f9
    }
}

@keyframes dtb-spinner {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes dtb-spinner {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes dtb-spinner {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dtb-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes dtb-spinner {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #fff;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    padding: .5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3
}

div.dt-button-info>div {
    padding: 1em
}

div.dt-button-collection-title {
    text-align: center;
    padding: .3em 0 .5em;
    font-size: .9em
}

div.dt-button-collection-title:empty {
    display: none
}

button.dt-button,
div.dt-button,
a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: .333em;
    margin-bottom: .333em;
    padding: .5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="white", EndColorStr="#e9e9e9");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis
}

button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    cursor: default;
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#ffffff", EndColorStr="#f9f9f9")
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
    background-color: #e2e2e2;
    background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f3f3f3", EndColorStr="#e2e2e2");
    box-shadow: inset 1px 1px 3px #999
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
    box-shadow: inset 1px 1px 3px #999;
    background-color: #ccc;
    background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#eaeaea", EndColorStr="#cccccc")
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
    text-decoration: none
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
    border: 1px solid #666;
    background-color: #e0e0e0;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f9f9f9", EndColorStr="#e0e0e0")
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
    border: 1px solid #426c9e;
    text-shadow: 0 1px 0 #c4def1;
    outline: none;
    background-color: #79ace9;
    background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
    background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
    background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
    background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
    background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#bddef4", EndColorStr="#79ace9")
}

.dt-button embed {
    outline: none
}

div.dt-buttons {
    position: relative;
    float: left
}

div.dt-buttons.buttons-right {
    float: right
}

div.dataTables_layout_cell div.dt-buttons {
    float: none
}

div.dataTables_layout_cell div.dt-buttons.buttons-right {
    float: none
}

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .4);
    background-color: #fff;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-sizing: border-box
}

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 4px;
    margin-right: 0
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: #dadada;
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");
    box-shadow: inset 1px 1px 3px #666
}

div.dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0
}

div.dt-button-collection.fixed.two-column {
    margin-left: -200px
}

div.dt-button-collection.fixed.three-column {
    margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
    margin-left: -300px
}

div.dt-button-collection>:last-child {
    display: block !important;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px
}

div.dt-button-collection>:last-child>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

div.dt-button-collection.two-column {
    width: 400px
}

div.dt-button-collection.two-column>:last-child {
    padding-bottom: 1px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2
}

div.dt-button-collection.three-column {
    width: 450px
}

div.dt-button-collection.three-column>:last-child {
    padding-bottom: 1px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3
}

div.dt-button-collection.four-column {
    width: 600px
}

div.dt-button-collection.four-column>:last-child {
    padding-bottom: 1px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4
}

div.dt-button-collection .dt-button {
    border-radius: 0
}

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2001
}

@media screen and (max-width:640px) {
    div.dt-buttons {
        float: none !important;
        text-align: center
    }
}

button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
    color: rgba(0, 0, 0, .2)
}

button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    display: block;
    content: " ";
    border: 2px solid #282828;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: dtb-spinner 1500ms infinite linear;
    -o-animation: dtb-spinner 1500ms infinite linear;
    -ms-animation: dtb-spinner 1500ms infinite linear;
    -webkit-animation: dtb-spinner 1500ms infinite linear;
    -moz-animation: dtb-spinner 1500ms infinite linear
}

.tbl-responsive.dtr-column.collapsed .dtr-control::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "";
    color: #069
}

.tbl-responsive.dtr-column.collapsed tr.parent .dtr-control::before {
    content: "";
    background: none
}

table.tbl-responsive.dtr-column>tbody>tr>td.control,
table.tbl-responsive.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer
}

table.tbl-responsive.collapsed>tbody>tr.parent>td {
    border-bottom: none
}

table.tbl-responsive.collapsed>tbody>tr.parent>td:first-of-type,
table.tbl-responsive.collapsed>tbody>tr>td.child {
    border-left: solid 3px #005499
}

table.tbl-responsive.collapsed>tbody>tr.parent>td,
table.tbl-responsive.collapsed>tbody>tr>td.child {
    background-color: #f9f9f9
}

table.tbl-responsive>tbody>tr.parent,
table.tbl-responsive>tbody>tr.child {
    padding: 10px 16px
}

table.tbl-responsive>tbody>tr.child:hover {
    background: transparent !important
}

table.tbl-responsive>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.tbl-responsive>tbody>tr.child ul.dtr-details>li {
    border-bottom: none;
    padding-bottom: 8px
}

table.tbl-responsive>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none
}

table.tbl-responsive>tbody>tr.child span.dtr-title {
    display: inline-block;
    margin-right: 8px;
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

table.tbl-responsive>tbody>tr.child span.dtr-title::after {
    content: ":"
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, .6)
}

@media screen and (max-width:767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

@media screen and (max-width:375px) {
    table.tbl-responsive>tbody>tr.child span.dtr-title {
        display: block
    }

    table.tbl-responsive>tbody>tr.child span.dtr-title::after {
        content: ""
    }
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    }

.fal {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

#home-logo {
    height: 60px;
    width: 200px
}

#header {
    margin-bottom: 0;
    position: relative;
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
    z-index: 1;
}

#header.header--freeze-pane {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    background-color: #f9f9f9
}

#header-second {
    font-size: .75rem;
    line-height: 1.25;
    background-color: #f9f9f9;
    height: 23px;
    padding-bottom: 32px;
    padding-top: 4px
}

#primary-header {
    background-color: #f9f9f9
}

.header-third__first.menu__closed {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.header-third__first.menu__open {
    border-bottom: 3px solid #ebebeb
}

.header__items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.header-util-links {
    display: none
}

.header-flag-icon {
    height: 13px;
    width: 23px;
    margin-bottom: 5px; /*** align flag in middle ***/
}

#header-flag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#header-flag-img {
    margin-right: 10px;
    padding-bottom: 1px;
    padding-top: 1px
}

#official-text {
    font-size: .625rem;
    line-height: 1.3;
    padding-top: 2px
}

#official-text #us-gov-desc {
    display: block
}

#official-text #us-gov-desc:visited,
#official-text #us-gov-desc:hover {
    color: #069
}

#official-text #us-gov-desc::after {
    /*** font-family: "Font Awesome 5 Pro"; ***/
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f107"; /*** expansion caret down, alt: f078 ***/
    float: right;
    margin-right: 142px;
    color: #069;
    transform: scale(1.4)
}

#official-text #us-gov-desc.active::after {
    content: "\f106";  /*** expansion caret up, alt: f077 ***/
}

#block-howyouknowdescription {
    display: none;
    padding-bottom: 8px;
    padding-top: 16px
}

#block-howyouknowdescription #howyouknow-official,
#block-howyouknowdescription #howyouknow-secure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

#block-howyouknowdescription #official-icon,
#block-howyouknowdescription #secure-icon {
    margin-right: 16px
}

#block-howyouknowdescription #official-icon img,
#block-howyouknowdescription #secure-icon img {
    max-width: 40px;
    max-height: 40px
}

#block-mobilemenulinks {
    background-color: #f9f9f9
}

.mobile-menu-links {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px
}

.mobile-menu-links .item {
    margin-bottom: 16px
}

.mobile-menu-links .item a {
    display: inline-block;
    width: 100%;
    color: #444
}

.language-link:visited,
.language-link:hover,
.util-link:visited,
.util-link:hover {
    color: #069
}

.region-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px
}

.region-footer_first {
    height: 85px
}

#footer {
    padding-bottom: 20px;
    border-top: 2px solid #ccc;
    background-color: #ebebeb;
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
}

#footer-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.footer-logo__img .field__item {
    max-width: 142px
}

#block-footerlogo {
    position: relative;
    top: -33px
}

#footer-social-media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

#footer-social-media .footer-social-media__links {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: inline;
    -moz-align-items: inline;
    -ms-align-items: inline;
    align-items: inline;
    margin: 0;
    padding: 0
}

#footer-social-media .footer-social-media__links a {
    color: #444;
    padding-right: 16px
}

#footer-social-media .footer-social-media__links .svg-inline--fa {
    width: 33px;
    height: 24px
}

.footer__menu--header {
    padding-bottom: 4px;
    border-bottom: 2px solid #444;
    margin-bottom: 20px;
    font-size: .9375rem;
    line-height: 1.2666666667;
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

.footer__menu--wrapper .is-closed {
    display: none
}

.footer__menu--wrapper.is-accordion {
    margin-top: 39px;
    font-size: .9375rem;
    line-height: 1.2666666667
}

.footer__menu--wrapper.is-accordion .footer__accordion--header {
    cursor: pointer
}

.footer__menu--wrapper.is-accordion .footer__accordion--header::after {
    /*** font-family: "Font Awesome 5 Pro"; ***/
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f107";
    float: right;
    margin-right: 12px;
    transform: scale(1.7)
}

.footer__menu--wrapper.is-accordion .footer__accordion--header.active::after {
    content: "\f106"
}

.footer__menu--items {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer__menu--items .footer__menu--item {
    margin-bottom: 12px
}

.footer__menu--items .footer__menu--link {
    color: #444
}

.footer__menu--items .footer__menu--link:hover {
    color: #00476b
}

.footer__menu--items .footer__menu--link .ext {
    display: inline-block;
    margin-left: 5px
}

.footer__menu {
    margin-bottom: 26px
}

.menu--horizontal {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

#primary-nav {
    display: none
}

#primary-nav.primary-nav__show {
    display: block
}

.menu--horizontal .menu__item {
    margin: 16px 0;
}

.menu--horizontal .menu__item .nav__link {
    display: inline-block;
    width: 100%
}

.menu--horizontal .menu__item :visited,
.menu--horizontal .menu__item :link {
    color: #036
}

.menu--horizontal .menu__item :active,
.menu--horizontal .menu__item :focus {
    text-decoration: none
}

.menu--horizontal .menu__item:last-child {
    border-bottom: none
}

.content-container.header-third__second.menu__open {
    border-bottom: 3px solid #ebebeb
}

.sign-in-link {
    display: none
}

.sign-in-link :visited,
.sign-in-link :link {
    color: #036
}

.sign-in-link :active,
.sign-in-link :focus {
    text-decoration: none
}

.sign-in-link__mobile {
    margin: 16px 0
}

.svg-inline--fa.fa-sign-in.fa-w-16 {
    margin-left: -4px
}

.sign-in-link {
    font-size: 1.125rem;
    line-height: 1.2777777778
}

.menu-toggle__text {
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif
}

#site-search .fa-search {
    height: 21px;
    width: 20px
}

#site-search .input-group__field::placeholder {
    color: #069;
    text-overflow: ellipsis
}

#site-search .input-group__field::-ms-input-placeholder {
    color: #069
}

#site-search .input-group__field:-ms-input-placeholder {
    color: #069
}

#site-search .input-group__field {
    font-size: 1rem;
    line-height: 1.25;
    height: 44px;
    border-radius: 2px;
    border: none;
    background-color: #f9f9f9;
    padding-right: 38px
}

.menu-toggle--header .menu-toggle__text {
    margin-left: 8px
}

.menu-toggle--header .svg-inline--fa {
    font-size: 1.25rem;
    line-height: 1.4
}

#header .menu-toggle__link-horizontal {
    border-radius: 0;
    min-width: 1px;
    max-width: 504px;
    padding: 0 16px;
    height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2777777778;
    background-color: transparent;
    border: none;
    color: #036;
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#sidebar-first {
    background-color: #f3f3f3
}

.leftnav-menu,
.leftnav-menu__sub-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.leftnav-menu .leftnav-menu__title {
    margin-left: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.25rem;
    line-height: 1.4
}

.leftnav-menu .leftnav-menu__title:visited,
.leftnav-menu .leftnav-menu__title:link {
    color: #444
}

.leftnav-menu__sub-menu .leftnav-menu__item {
    padding-left: 8px
}

.leftnav-menu__sub-menu .leftnav-menu__item--1 {
    padding-left: 12px
}

.leftnav-menu__item--1 {
    border-left: 4px solid transparent
}

.leftnav-menu__item--1.leftnav-menu__active-trail {
    margin-bottom: 8px;
    margin-top: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #fff;
    border-left-color: #005499
}

.leftnav-menu__sub-menu--1 {
    padding-bottom: 8px
}

.leftnav-menu__sub-menu--1 .leftnav-menu__link-group-toggle {
    font-size: 1rem;
    line-height: 1.1875
}

.leftnav-menu__sub-menu--2 .leftnav-menu__link-group-toggle {
    font-size: .8125rem;
    line-height: 1.2307692308
}

.leftnav-menu__sub-menu--2 .leftnav-menu__link-group-anchor {
    font-size: .875rem;
    line-height: 1.4285714286
}

.leftnav-menu__sub-menu--2 .leftnav-menu__link-group-toggle__button {
    margin-top: 2px
}

.leftnav-menu__link {
    display: block;
    padding: 8px 0
}

.leftnav-menu__link:visited,
.leftnav-menu__link:link {
    color: #036
}

.leftnav-menu__link.is-active {
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

.leftnav-menu__link-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.leftnav-menu__link-group-anchor {
    width: 85%
}

.leftnav-menu__link-group-toggle {
    margin-right: 16px;
    text-align: right;
    width: 30px
}

.leftnav-menu__item--2 .leftnav-menu__link-group-toggle {
    margin-right: 18px
}

.leftnav-menu__link-group-toggle__button {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    -webkit-tap-highlight-color: transparent
}

.leftnav-menu__link-group-toggle--title {
    padding-top: 26px;
    padding-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.25
}

.form-item {
    margin-bottom: 16px
}

.required-mark {
    color: #c33
}

.form-hint {
    color: #666;
    display: block;
    margin-top: 8px
}

.form-actions {
    margin-top: 0;
    top: 0
}

.form-action-wrapper {
    position: relative;
    width: 100%
}

.webform-submission-forms-by-mail-form #edit-flexbox,
.webform-submission-forms-by-mail-form #edit-actions {
    margin-top: 32px
}

.webform-submission-forms-by-mail-form #edit-markup-01,
.webform-submission-forms-by-mail-form #edit-markup-02 {
    margin: 32px 0px
}

.webform-submission-forms-by-mail-form .js-form-required::after {
    content: none
}

.webform-submission-forms-by-mail-form .messages.messages--info {
    color: #444;
    background-image: none;
    max-width: 99.5%
}

/***
.btn,
button,
[type=button],
[type=reset],
[type=submit] {
    border-radius: 3px;
    min-width: 154px;
    max-width: 100%;
    padding: 11px 13px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #069;
    border: 3px solid;
    border-color: #069;
    color: #fff;
    cursor: pointer;
    opacity: 1
}

.btn:focus,
button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
    background-color: #00476b;
    border-color: #1d89bf;
    outline: none
}

.btn:hover,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .24);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 0 4px rgba(0, 0, 0, .24);
    background-color: #00476b;
    border-color: #00476b
}

.btn[disabled],
button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    color: #666 !important
}

.btn {
    display: inline-block
}

.btn--anchor {
    text-align: center
}

.btn--anchor:hover {
    text-decoration: none
}

.btn--anchor:visited,
.btn--anchor:link {
    color: #fff
}

.btn--anchor[disabled]:focus {
    outline: 1px dotted #666
}

.btn--secondary {
    padding: 13px 14px;
    background-color: #fff;
    border-width: 1px;
    color: #069
}

.btn--secondary:hover,
.btn--secondary:focus {
    background-color: #e0f1ff;
    border-color: #e0f1ff;
    color: #036
}

.btn--secondary:focus {
    padding: 11px 12px;
    border-color: #1d89bf;
    border-width: 3px
}

.btn--anchor.btn--secondary:visited,
.btn--anchor.btn--secondary:link {
    color: #069
}

.btn--small {
    min-height: 36px;
    padding-bottom: 5px;
    padding-top: 5px
}

.btn--small.btn--secondary {
    padding-bottom: 7px;
    padding-top: 7px
}

.btn--small.btn--secondary:focus {
    padding-bottom: 5px;
    padding-top: 5px
}

.btn--search-submit {
    padding: 0;
    color: #069
}

.btn--search-submit:focus {
    outline: 1px dotted #1d89bf
}
***/

.input-group {
    position: relative
}

.input-group__btn--icon {
    position: absolute;
    top: 12px;
    right: 10px;
    white-space: nowrap
}

.input-group__btn--icon .btn-icon {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    height: auto;
    min-width: 1px
}

.input-group__btn {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap
}

.input-group__btn .form-submit {
    min-width: 80px
}

#content .js-form-type-textfield {
    position: relative
}

#content .js-form-type-textfield .fa-search {
    position: absolute;
    left: 16px;
    top: 14px;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #069
}

#content .js-form-type-textfield .form-text__search-terms {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 48px;
    padding-right: 90px
}

#content .option.form-label {
    display: inline-block
}

#content .js-form-type-checkbox .form-label::before {
    margin-top: 4px;
    float: left;
    font-size: 1.428125rem;
    line-height: .875273523;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "";
    background-color: #fff;
    color: #ccc;
    cursor: pointer
}

#content .js-form-type-checkbox .form-label {
    margin-bottom: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1.25rem;
    line-height: 1.4
}

#content .js-form-type-checkbox .form-label__title {
    display: block;
    margin-left: 32px
}

#content .js-form-type-checkbox .form-checkbox:checked~.form-label::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "";
    color: #069
}

#content .js-form-type-checkbox .form-checkbox {
    position: absolute;
    z-index: -1
}

#content .js-form-type-checkbox .form-checkbox:not(:checked):focus~.form-label::before,
#content .js-form-type-checkbox .form-checkbox:not(:checked)~.form-label:hover::before {
    -webkit-box-shadow: 0 0 3px #069;
    -moz-box-shadow: 0 0 3px #069;
    box-shadow: 0 0 3px #069;
    color: #fff
}

#content .radios--wrapper legend {
    margin-bottom: 16px
}

#content .js-form-type-radio .form-label {
    cursor: pointer;
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal
}

#content .js-form-type-radio .form-label::before {
    -webkit-box-shadow: 0 0 0 1px #ccc;
    -moz-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
    margin-right: 20px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #fff;
    content: " ";
    display: inline-block;
    left: 2px;
    top: 3px;
    position: relative
}

#content .js-form-type-radio .form-radio {
    position: absolute;
    z-index: -1
}

#content .js-form-type-radio .form-radio:checked~.form-label::before {
    -webkit-box-shadow: 0 0 0 1px #069, inset 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 1px #069, inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 1px #069, inset 0 0 0 2px #fff;
    background-color: #069
}

#content .js-form-type-radio .form-radio:checked[disabled]~.form-label::before {
    -webkit-box-shadow: 0 0 0 1px #ebebeb, inset 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 1px #ebebeb, inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 1px #ebebeb, inset 0 0 0 2px #fff;
    background-color: #ebebeb
}

#content .js-form-type-radio .form-radio:not(:checked):focus~.form-label::before,
#content .js-form-type-radio .form-radio:not(:checked)~.form-label:hover::before {
    -webkit-box-shadow: 0 0 3px #069;
    -moz-box-shadow: 0 0 3px #069;
    box-shadow: 0 0 3px #069;
    color: #fff
}

#content .form-item .form-radio[disabled]~.form-label:hover::before,
#content .form-item .form-radio[disabled]~.form-label::before,
#content .form-item .form-checkbox[disabled]~.form-label:hover::before,
#content .form-item .form-checkbox[disabled]~.form-label::before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    color: #ebebeb;
    cursor: not-allowed
}

.nav--tabs {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#content .field--label-inline .field__label::after {
    content: ":"
}

#content form .form-label {
    margin-bottom: 8px
}

#content .fields--inline .field__item {
    display: inline-block
}

.files-listing--icons .field--name-field-media-file::before {
    float: left;
    margin-right: 8px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "";
    color: #069
}

.files-listing--icons .file {
    display: block;
    margin-left: 20px
}

#content table {
    width: 100%
}

#content table caption {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.25;
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

.dataTable {
    border-collapse: collapse;
    border: 1px solid #ccc
}

.dataTable thead {
    background-color: #ebebeb
}

.dataTable thead th,
.dataTable tbody th::before,
.dataTable td::before {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

.dataTable tbody th {
    text-align: left;
    font-weight: inherit
}

.dataTable tr:nth-child(1n+2) {
    border-top: 1px solid #ccc
}

.dataTable tr:nth-child(odd) {
    background-color: #f9f9f9
}

.dataTable tbody th,
.dataTable td {
    padding: 14px 16px 7px 16px
}

.dataTable tr {
    padding-bottom: 7px
}

.dataTable tfoot {
    background-color: #f9f9f9
}

.dataTable.layoutTable tr:nth-child(odd) {
    background-color: transparent
}

@media(max-width:600px) {
    .dataTable tr {
        float: left;
        width: 100%
    }

    .dataTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .dataTable tbody th,
    .dataTable td {
        position: relative;
        float: left;
        clear: both;
        display: block;
        border: none;
        box-sizing: border-box;
        width: 100%;
        text-align: left !important
    }

    .dataTable tbody th::before,
    .dataTable td::before {
        content: attr(data-label);
        display: block;
        white-space: normal;
        word-wrap: normal
    }
}

.region-content ul,
.region-content ol {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 24px;
    padding-left: 8px
}

.region-content li {
    margin-bottom: 8px;
    padding-left: 0
}

.region-content li>ul,
.region-content li>ol {
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 8px
}

.content-accordion,
#pagebody_accordion {
    border-top: 1px solid #ebebeb;
    margin-top: 8px
}

.content-accordion .container--views,
#pagebody_accordion .container--views {
    background-color: inherit
}

.content-accordion table tbody tr,
#pagebody_accordion table tbody tr {
    background-color: #fff !important
}

.accordion__header:hover,
#pagebody_accordion>h1:hover {
    background-color: #e6f5fd;
    cursor: pointer
}

#pagebody_accordion>h1.active:hover {
    background-color: #f9f9f9
}

.accordion__header,
#pagebody_accordion>h1 {
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: left;
    letter-spacing: 0;
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #ccc
}

.accordion__header::after,
#pagebody_accordion>h1::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #069;
    content: "";
    font-size: 20px;
    margin-left: 10px
}

#pagebody_accordion>div:not(.accordion__header),
#pagebody_accordion>p,
.accordion__panel {
    background-color: #f9f9f9;
    border-left: 3px solid #069;
    padding: 16px 16px 16px 16px;
    margin: 0;
    display: none;
    border-bottom: 1px solid #ccc
}

.content-accordion .active,
#pagebody_accordion .active,
#pagebody_accordion>h1 .active {
    background-color: #f9f9f9;
    border-bottom: none;
    border-left: 3px solid #069;
    padding-left: 16px
}

.content-accordion .active::after,
#pagebody_accordion .active::after,
#pagebody_accordion>h1 .active::after {
    content: "" !important
}

.accordion__header.active:hover,
.accordion__header.active:hover+.accordion__panel,
.accordion__header.active:hover+p,
.accordion__header.active:hover+div,
.accordion__panel:hover,
#pagebody_accordion>div:hover,
#pagebody_accordion>p:hover {
    background-color: #ebebeb !important;
    cursor: pointer
}

.accordion-focus {
    background-color: #ebebeb !important
}

.accordion__header {
    outline: none;
    border-color: #ebebeb
}

.accordion__header:focus {
    background-color: #e6f5fd
}

.accordion__header.active:focus {
    background-color: #ebebeb !important
}

.flex-wrapper {
    display: flex;
    justify-content: flex-end;
    color: #069
}

.flex-wrapper .content-accordion__open-all,
.flex-wrapper .content-accordion__close-all {
    margin: 8px 0 0 16px
}

.flex-wrapper .content-accordion__open-all:hover,
.flex-wrapper .content-accordion__close-all:hover {
    text-decoration: none
}

.flex-wrapper .content-accordion__open-all:visited,
.flex-wrapper .content-accordion__close-all:visited {
    color: inherit
}

.flex-wrapper .fa-expand-alt,
.flex-wrapper .fa-compress-alt {
    margin-right: 4px
}

.flex-wrapper .fa-expand-alt:visited,
.flex-wrapper .fa-compress-alt:visited {
    color: inherit
}

#content .align-center {
    text-align: center
}

#content figure,
#content .embedded-entity {
    margin: 0px 0px 24px 0px;
    float: none
}

#content .embedded-entity.align-left img,
#content .embedded-entity.align-right img {
    width: 100%
}

#content .embedded-entity .field--name-field-media-video-embed-field {
    padding-bottom: 0px
}

#content figure .embedded-entity {
    margin: 0px
}

#content figure .embedded-entity .field--name-field-media-video-embed-field {
    padding-bottom: 0px
}

#content figure figcaption {
    margin-top: 8px;
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1428571429
}

.email-updates-container {
    background-color: #f9f9f9;
    border: 2px dashed #ccc;
    margin-bottom: 16px;
    padding: 24px 24px 26px 24px
}

.email-updates__label {
    margin: 0;
    padding-bottom: 16px
}

.email-updates__submit {
    margin-top: 16px
}

.system-messages-wrapper {
    margin-top: 20px
}

.system-messages-wrapper .backtrace {
    border: 1px solid gray;
    max-height: 200px;
    max-width: 900px;
    overflow: scroll
}

.alert-message .messages {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-right: 4px;
    margin-bottom: 20px;
    padding: 16px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px 2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px 2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px 2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
    background-color: #fff
}

.alert-message .messages::before {
    padding-right: 8px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

.alert-message .messages--has-header::before {
    margin-top: 5px
}

.alert-message .messages__action {
    margin-left: 32px
}

.alert-message .messages__text {
    flex-grow: 1
}

.alert-message .messages__text p:last-of-type {
    margin-bottom: 0
}

.alert-message .messages__header {
    margin: 0;
    padding-bottom: 8px
}

.alert-message .messages__list {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px
}

.alert-message .messages--has-header {
    padding-bottom: 32px;
    padding-top: 24px
}

.alert-message .messages--error {
    border-left: 16px solid #c33;
    border-radius: 4px
}

.alert-message .messages--error::before {
    content: "";
    color: #c33
}

.alert-message .messages--warning {
    border-left: 16px solid #ffb500;
    border-radius: 4px
}

.alert-message .messages--warning::before {
    content: "";
    color: #ffb500
}

.alert-message .messages--info {
    border-left: 16px solid #036;
    border-radius: 4px
}

.alert-message .messages--info::before {
    content: "";
    color: #036
}

.alert-message .messages--status {
    border-left: 16px solid #060;
    border-radius: 4px
}

.alert-message .messages--status::before {
    content: "";
    color: #060
}

.alert-message .messages--pre-title {
    margin-bottom: 32px;
    margin-top: 4px
}

.validation-msg {
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

.error--msg {
    color: #c33;
    margin-top: 8px
}

.error--msg::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "";
    margin-right: 8px
}

#header-third,
.container,
.region-breadcrumb,
.region-content_info_first {
    /*** background-color: #fff; ***/
}

.container--front {
    background-color: transparent
}

.field--name-field-media-video-embed-field {
    padding-bottom: 32px
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0000004D
}

.modal button#modal-button.close:focus {
    border-color: #1d89bf;
    outline: solid;
    outline-offset: 1px
}

.modal .close {
    float: right;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: #fff;
    color: #069
}

.modal .modal-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 16px;
    border-radius: 3px;
    box-shadow: 0px 1px 6px #00000029
}

.modal .modal-content p {
    margin-bottom: 0
}

.modal .modal-content .modal-title {
    font-size: 20px;
    margin-bottom: 16px
}

a[data-linktype=glossary] {
    cursor: help
}

@media(min-width:861px) {
    .modal .modal-content {
        margin: 5% auto;
        max-width: 502px
    }
}

.content-loading-ani {
    display: none;
    width: 100%
}

.lds-ellipsis-wrapper {
    width: 100%
}

.lds-ellipsis {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 80px;
    height: 8px;
    margin: 16px 0;
    transition: margin-top 1s, margin-bottom 1s
}

.lds-ellipsis .lds-ellipsis__dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #036;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis .lds-ellipsis__dot--1 {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis .lds-ellipsis__dot--2 {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis .lds-ellipsis__dot--3 {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis .lds-ellipsis__dot--4 {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

.nav--crumbs {
    display: none
}

.field-content--spacing {
    margin-bottom: 8px
}

.container--views .views-row {
    border-bottom: 1px solid #ccc;
    margin-top: 16px;
    padding-bottom: 16px
}

.container--views .views-row.last {
    border-bottom: none
}

.container--views .views-field-body .field-content>p:last-of-type {
    margin-bottom: 0
}

.container--views .views-item-title,
.container--views .views-field-title,
.container--views .views-field-field-display-date {
    margin-bottom: 8px;
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

.container--views .form-action-reset {
    margin-top: 32px;
    margin-bottom: 16px
}

.views-item-title .extra-info {
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
    font-weight: 400
}

.container--views-page {
    margin-top: 24px
}

#selected-letter {
    font-size: 28px
}

.hide-view-label .form-label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.block-msg--no-results {
    margin-top: 16px
}

#content .js-form-type-checkbox .form-label,
.hide-view-label .form-label--force-show {
    clip: auto;
    clip-path: none;
    height: auto;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

#content .views-exposed-form {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    position: relative
}

.views-attached-files {
    margin-top: 8px
}

.views-attached-files.files-listing--icons .field--name-field-media-file::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: ""
}

.views-attached-files .field--name-field-media-file {
    margin-bottom: 6px
}

.views__footer {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.views__footer .pager__items {
    max-height: 48px
}

.views__footer .pager__item,
.views__footer .select2-selection,
.views__footer .view__counter-text {
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

.views__footer .view__counter-text-extra {
    display: none
}

.views__footer .select-wrapper,
.views__footer .view__item-counter,
.views__footer .form-item-items-per-page,
.views__footer .views__footer__content .form-label {
    display: inline-block
}

.views__footer .form-item,
.views__footer .pager__items,
.views__footer .pager__item {
    margin-bottom: 0
}

.views__footer .select2-selection {
    min-width: 70px;
    padding-left: 8px;
    padding-top: 15px;
    font-size: 1rem;
    line-height: 1.25;
    color: #069;
    border: none;
    border-right: 2px solid #ebebeb
}

.views__footer .select2-selection .select2-selection__arrow {
    top: 13px
}

.views__footer .views__footer__content .form-label {
    padding: 14px 0px 14px 16px
}

.views__footer .views__footer__content .select-wrapper {
    width: 30%
}

.views__footer .views__footer__content .form-select-single {
    border: none;
    border-right: 2px solid #ebebeb;
    padding-left: 8px
}

.views__footer .views__footer__content .form-label__title {
    white-space: nowrap
}

.views__footer .views__footer__content .select2-selection__arrow {
    margin-right: -10px
}

.views__footer .pager__item {
    list-style: none;
    display: inline;
    padding: 12px 16px;
    border-left: 2px solid #ebebeb
}

.views__footer .pager__item .next-text {
    margin-right: 5px
}

.views__footer .pager__item .back-text {
    margin-left: 5px
}

.js-form-item-items-per-page .select-items-per-page {
    color: #069
}

.js-form-item-items-per-page .select2-selection--single {
    padding-top: 13px
}

.view__footer-item {
    margin-left: -2.5px
}

.pager__items {
    line-height: 1 !important
}

.pager__items span {
    white-space: nowrap
}

nav>ul.pager__items,
.view__item-counter {
    padding: 16px 0px 16px 0;
    white-space: nowrap
}

.view__item-counter {
    padding: 14px 16px
}

.pager__item--disabled {
    padding: 13.5px
}

@media only screen and (max-width:600px) {
    .views__footer {
        display: block !important
    }

    .views__footer .form-item-items-per-page {
        display: none
    }

    .views__footer .pager__items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        width: 100%
    }

    .views__footer .pager__item {
        border: none
    }

    .views__footer .view__item-counter {
        font-size: .875rem;
        line-height: 1.2857142857
    }

    .views__footer .view__counter-text {
        font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
        font-weight: 400
    }

    .views__footer .view__counter-text-extra {
        display: inline
    }

    .view__item-counter {
        background-color: #fff !important;
        position: absolute;
        padding-top: 8px !important;
        margin-top: 48px
    }
}

.views-search-filter .views__footer .form-item-items-per-page {
    width: auto
}

.views-mini-pager .pager__items {
    margin-left: 0
}

.is-unpublished {
    background-color: #ffe5eb
}

.not-available {
    background-color: #ffe5eb !important
}

.hidden-mobile {
    display: none
}

.reviewed-date,
.field--name-field-linked-book-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.reviewed-date {
    margin-top: 16px;
    font-size: .875rem;
    line-height: 1.2857142857
}

.field--name-field-display-date .field__label,
.reviewed-date__label {
    margin-right: 5px
}

.node--type-news-item .field--name-field-display-date {
    margin-bottom: 16px
}

.node--type-immigration-form .field--name-field-form-fee {
    margin-bottom: 16px
}

.font-ssp-light {
    font-family: source_sans_pro_light, "Source Sans Pro Light", Arial, sans-serif;
    font-weight: 300
}

.font-ssp-semibold {
    font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
    font-weight: 600
}

.inline-sep {
    border-right: 1px solid #ccc
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#usasearch_sayt .ui-state-hover,
#usasearch_sayt .ui-state-active {
    background-color: #e6f5fd !important;
    background-image: none !important;
    border-color: #e6f5fd !important;
    border-radius: 0 !important;
    color: #444 !important
}

#usasearch_sayt .ui-widget-content {
    border-color: #ccc !important;
    border-radius: 0 !important;
    color: inherit !important
}

#usasearch_sayt .ui-menu-item {
    height: 35px
}

#usasearch_sayt .ui-menu-item-wrapper {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 11px !important
}

#usasearch_sayt .ui-widget {
    font-family: inherit !important;
    font-size: inherit !important
}

@media(max-width:1025px) {

    #block-horizontal,
    #block-mobilemenulinks .field__item,
    .content-container {
        padding-right: 16px;
        padding-left: 16px
    }

    #content {
        padding-right: 16px
    }

    #content-wrapper .content-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:861px)and (max-width:1025px) {
    #sidebar-first {
        padding-left: 16px
    }
}

@media(min-width:601px)and (max-width:861px) {

    #content figure.align-left,
    #content figure.align-right,
    #content .embedded-entity.align-right,
    #content .embedded-entity.align-left {
        max-width: 50%
    }

    #content figure .embedded-entity {
        max-width: 100%
    }
}

@media(max-width:600px) {
    .layoutTable td {
        height: auto !important;
        width: auto !important
    }
}

@media(min-width:601px) {
    /*** 
    .btn,
    button,
    [type=button],
    [type=reset],
    [type=submit] {
        max-width: 504px;
        width: auto;
    }
    ***/

    #header-second {
        padding-bottom: 4px;
        padding-top: 4px
    }

    #block-howyouknowdescription {
        padding-top: 20px
    }

    #official-text {
        font-size: .75rem;
        line-height: 1.25;
        padding-top: 0
    }

    #official-text #us-gov-desc {
        display: inline
    }

    #official-text #us-gov-desc::after {
        margin-right: -15px;
        margin-top: .6px
    }

    .webform-submission-forms-by-mail-form #edit-flexbox-08 div:nth-of-type(1) {
        min-width: 50%
    }

    .cloned-cell {
        display: none
    }

    .dataTable th {
        padding: 14px 16px 13px 16px
    }

    .dataTable tbody th,
    .dataTable td {
        padding-bottom: 14px
    }

    .dataTable tr {
        padding-bottom: 0
    }

    .dataTable tr:nth-child(odd) {
        background-color: inherit
    }

    .dataTable th,
    .dataTable tr,
    .dataTable td {
        border: 1px solid #ccc
    }

    .dataTable.layoutTable {
        border-width: 0
    }

    .dataTable.layoutTable th,
    .dataTable.layoutTable tr,
    .dataTable.layoutTable td {
        border-width: 0
    }

    #content .layoutTable .embedded-entity {
        margin: 0
    }

    #content .container--main {
        overflow: hidden
    }

    #content .container--main .align-right {
        margin: 0px 0px 20px 20px;
        float: right;
        width: 100%
    }

    #content .container--main .align-left {
        margin: 0px 20px 20px 0px;
        float: left;
        width: 100%
    }

    .hidden-tablet {
        display: none
    }
}

@media(min-width:861px) {
    body {
        background-color: #f9f9f9
    }

    h1 {
        font-family: source_sans_pro_light, "Source Sans Pro Light", Arial, sans-serif;
        font-weight: 300;
        font-size: 2.5rem;
        line-height: 1.2
    }

    .page-title {
        margin-bottom: 32px
    }

    /***
    .main-content-wrapper,
    .grid {
        display: -ms-grid;
        -ms-grid-columns: (1fr)[12];
        display: grid;
        grid-column-gap: 20px;
        grid-template-columns: repeat(12, 1fr)
    }
    ***/

    #sidebar-first {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        max-width: 241px
    }

    #content.one-col {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
        max-width: 1024px
    }

    #content.two-col {
        -ms-grid-column: 4;
        -ms-grid-column-span: 9;
        grid-column: 4/13;
        max-width: 763px
    }

    .grid--one-col-double .grid__col {
        grid-column-end: span 6
    }

    .grid--one-col-quad .grid__col {
        grid-column-end: span 3
    }

    #content {
        /*** padding-bottom: 128px; ***/
        padding-left: 0
    }

    #content.is-exception {
        margin-top: 0
    }

    #content-wrapper {
        background-image: linear-gradient(to right, #F3F3F3 50%, #FFF 50%)
    }

    #content-wrapper.one-col {
        background-image: none;
        background-color: #f3f3f3
    }

    #block-uscis-design-branding {
        position: relative;
        top: 13px
    }

    #block-horizontal,
    .content-container {
        max-width: 1024px
    }

    #sidebar-first {
        padding-bottom: 32px
    }

    .two-col .region-content,
    .region-breadcrumb {
        padding-top: 20px
    }

    .region-help {
        background-color: #fff;
        border: 1px solid #ccc;
        margin-top: 20px;
        padding: 20px
    }

    .one-col .region-content {
        padding: 20px
    }

    .one-col .region-breadcrumb {
        padding-right: 20px;
        padding-left: 20px
    }

    .container--front .region-content {
        padding: 20px 0
    }

    #block-mobilemenulinks {
        display: none
    }

    #site-search,
    .region-header_second_right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .region-header_third_first {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }

    .header-third__first .content-container {
        padding-top: 0;
        padding-bottom: 0
    }

    #block-searchplaceholder {
        margin-top: 0
    }

    #block-mainnavigation {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 48px
    }

    .sign-in-link {
        position: relative;
        color: #069
    }

    .sign-in-link .svg-inline--fa {
        margin-top: 3px
    }

    .sign-in--drop-down__toggle {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        cursor: pointer
    }

    .sign-in--button {
        margin-right: 8px
    }

    .sign-in--drop-down {
        position: absolute;
        top: 45px;
        right: 0;
        width: 192px;
        z-index: 1;
        background-color: #fff;
        box-shadow: 0px 1px 5px #0000001F
    }

    .sign-in__menu-header {
        color: #444;
        padding: 12px 16px 16px 16px;
        border-bottom: 1px solid #ebebeb
    }

    .sign-in-links {
        margin: 6px 0 0 0;
        padding: 0
    }

    .sign-in__menu-item {
        list-style: none;
        padding-bottom: 6px
    }

    .sign-in__menu-item :hover {
        background-color: #e6f5fd
    }

    .sign-in__menu-item :focus {
        background-color: #e6f5fd;
        border: 3px solid #1d89bf
    }

    .sign-in__menu-item a {
        display: inline-block;
        width: 100%;
        padding: 5px 16px 5px 16px
    }

    .sign-in__menu-item a:hover {
        text-shadow: .5px 0 0 #00476b;
        text-decoration: none
    }

    .sign-in__menu-item a:visited,
    .sign-in__menu-item a:link {
        color: #069
    }

    #header-third {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        height: 127px;
        padding-bottom: 20px;
        padding-top: 20px
    }

    .header-third__first {
        height: 64px
    }

    .header-third__first.menu__closed {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    #block-languageswitcher {
        display: flex;
    }

    #alt-lang-link {
        margin-right: 12px
    }

    .header-util-links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .header-util-links .util-link {
        margin-right: 12px
    }

    .header-util-links .util-link.last {
        margin-left: 12px;
        margin-right: 0
    }

    #block-howyouknowdescription .field--name-body {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    #block-howyouknowdescription .field--name-body #howyouknow-official {
        margin-right: 24px
    }
    
    .howyouknow-header-block {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
    }

    .region-footer_first {
        height: 100px
    }

    .footer__menu--wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .footer__menu--wrapper .is-closed {
        display: block
    }

    #footer-logo {
        margin-bottom: 2px
    }

    .footer__menu {
        flex: 1 0 21%;
        height: 100%;
        margin-bottom: 0
    }

    .footer__menu:nth-child(n+2) {
        margin-left: 20px
    }

    .footer__menu--header {
        padding: 0px;
        border-bottom: none;
        margin-bottom: 16px;
        font-size: 1.25rem;
        line-height: .96
    }

    .footer__menu--link {
        line-height: 20px;
    }

    .menu--horizontal {
        font-size: 1.125rem;
        line-height: 1.2777777778;
        text-align: right
    }

    .menu--horizontal a:hover {
        text-shadow: .5px 0 0 #00476b;
        text-decoration: none
    }

    .menu--horizontal a:visited,
    .menu--horizontal a:link {
        color: #036
    }

    .menu--horizontal .menu__item {
        display: inline;
        /*** margin-left: 32px; ***/
        margin-left: 24px;
        border-bottom: none;
    }

    .menu--horizontal .menu__item .nav__link {
        width: auto
    }

    #primary-nav {
        display: block;
        margin-top: -30px
    }

    #block-signinlink {
        display: none
    }

    .content-container.header-third__second {
        border-bottom: none
    }

    #block-searchplaceholder .sign-in-link {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 44px;
        padding-top: 10px
    }

    #block-searchplaceholder .sign-in-link__sep {
        height: 24px;
        margin-left: 32px;
        margin-right: 32px
    }

    #site-search .input-group__field {
        width: 353px
    }

    .nav--crumbs {
        list-style: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        display: block
    }

    .nav--crumbs .nav__crumb {
        display: inline
    }

    .nav--crumbs .nav__sep::after {
        content: ">";
        padding: 0 5px
    }

    .menu-toggle--header {
        display: none
    }

    .leftnav-menu .leftnav-menu__title {
        margin-bottom: 16px;
        margin-left: 0;
        margin-top: 16px;
        padding-top: 0;
        padding-bottom: 0
    }

    .leftnav-menu__link-group--title {
        margin-bottom: 8px;
        margin-right: 32px;
        border-bottom: 3px solid #ebebeb
    }

    .leftnav-menu__link-group--title .leftnav-menu__link-group-anchor {
        width: 100%
    }

    .leftnav-menu__link-group--title .leftnav-menu__link-group-toggle {
        margin-right: 0;
        width: 0
    }

    .leftnav-menu__sub-menu .leftnav-menu__item--1 {
        padding-left: 0
    }

    .leftnav-menu__item--1 {
        border-left: none
    }

    .leftnav-menu__link-group-anchor {
        width: 75%
    }

    .leftnav-menu__link-group-toggle {
        margin-right: 32px
    }

    .leftnav-menu__sub-menu--2 .leftnav-menu__link-group-toggle {
        margin-right: 33px
    }

    .leftnav-menu__item--1.leftnav-menu__active-trail {
        margin-left: -16px;
        border-left: 4px solid #005499
    }

    .leftnav-menu__active-trail__border {
        margin-left: 12px
    }

    .webform-submission-forms-by-mail-form #edit-flexbox .webform-flex--1:nth-child(1),
    .webform-submission-forms-by-mail-form #edit-flexbox-01 .webform-flex--1:nth-child(1),
    .webform-submission-forms-by-mail-form #edit-flexbox-02 .webform-flex--1:nth-child(1),
    .webform-submission-forms-by-mail-form #edit-flexbox-03 .webform-flex--1:nth-child(1),
    .webform-submission-forms-by-mail-form #edit-flexbox-09 .webform-flex--1:nth-child(1),
    .webform-submission-forms-by-mail-form #edit-flexbox-04 .webform-flex--1:nth-child(1) {
        min-width: 75%
    }

    #content figure.align-left,
    #content figure.align-right,
    #content .embedded-entity.align-right,
    #content .embedded-entity.align-left {
        max-width: 241px
    }

    #content .align-center {
        margin-bottom: 16px
    }

    .hidden-desktop {
        display: none
    }

    .hidden-tablet,
    .hidden-mobile {
        display: block
    }

    .reviewed-date {
        margin-top: 32px
    }

    #usasearch_sayt .ui-menu {
        width: 353px !important
    }
}

#header-first {
    background-color: #c33;
    color: #fff;
    text-align: center;
    padding: 10px 0
}

#header-first .msg a {
    color: #fff;
    text-decoration: underline
}

.main-content-wrapper,
.container--main,
body {
    /*** background-color: #f3f3f3; **/
    background-color: #fff;
}

.layout>.layout__region {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    padding: 8px
}

.layout>.layout__region ul {
    margin-bottom: 0
}

.layout>.layout__region img {
    width: 100%;
    margin-bottom: 16px
}

.layout>.layout__region li {
    padding-left: 0;
    margin-bottom: 0
}

.layout>.layout__region h2.homepage-field-heading {
    font-family: source_sans_pro_regular, "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    padding-left: 8px;
    margin-top: 8px;
    margin-bottom: 16px
}

.layout>.layout__region .homepage-top-card {
    font-family: source_sans_pro_light, "Source Sans Pro Light", Arial, sans-serif;
    letter-spacing: 0;
    opacity: 1
}

.layout>.layout__region .homepage-top-card h2.homepage-field-heading {
    font-family: source_sans_pro_light, "Source Sans Pro Light", Arial, sans-serif;
    padding-left: 8px;
    margin-top: 8px;
    font-size: 32px;
    line-height: 40px;
    display: none
}

.layout>.layout__region .homepage-top-card h2.homepage-field-heading.mobile-header {
    display: block
}

.layout>.layout__region .homepage-top-card .field--name-body {
    font-size: 24px;
    line-height: 31px
}

.layout>.layout__region .homepage-top-card .field--name-body .btn {
    margin-top: 16px
}

.layout>.layout__region .block--type-homepage-card-content-right.homepage-top-card {
    margin-bottom: -4px
}

.layout>.layout__region .block--type-homepage-card-content-left.homepage-top-card>h1 {
    display: none
}

.layout>.layout__region .form-icon::before {
    float: left;
    margin-right: 8px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "";
    color: #069
}

.layout--onecol .layout__region {
    display: flex;
    flex-flow: column-reverse
}

.layout--onecol .layout__region .block--type-homepage-card-content-right-bg {
    background-size: 0
}

.layout--fourcol-section .layout__region h2.homepage-field-heading {
    font-size: 20px;
    line-height: 28px
}

.layout--fourcol-section .layout__region .spacer {
    height: 32px
}

.layout--fourcol-section .layout__region .field--name-field-learn-more-link {
    position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    padding-left: 8px
}

.layout--onecol,
.layout--fourcol-section,
.layout--twocol-section--50-50 {
    display: block
}

.layout--onecol .layout__region,
.layout--fourcol-section .layout__region,
.layout--twocol-section--50-50 .layout__region {
    position: relative
}

.layout--onecol .layout__region .field--name-body,
.layout--fourcol-section .layout__region .field--name-body,
.layout--twocol-section--50-50 .layout__region .field--name-body {
    padding: 0 8px 8px 8px
}

.layout--onecol .layout__region .p-no-margin,
.layout--fourcol-section .layout__region .p-no-margin,
.layout--twocol-section--50-50 .layout__region .p-no-margin {
    margin-bottom: 0;
    margin-top: 16px;
    padding-top: 16px
}

.layout--onecol .block--type-homepage-card-edit,
.layout--fourcol-section .block--type-homepage-card-edit,
.layout--twocol-section--50-50 .block--type-homepage-card-edit {
    float: right;
    margin-top: -6%
}

@media(min-width:601px)and (max-width:861px) {
    .layout.layout--fourcol-section {
        display: flex
    }

    .layout.layout--fourcol-section .layout__region {
        flex: 0 1 48%
    }

    .layout.layout--fourcol-section .layout__region--first,
    .layout.layout--fourcol-section .layout__region--third,
    .layout.layout--fourcol-section .layout__region--fifth,
    .layout.layout--fourcol-section .layout__region--seventh {
        margin-right: 4%
    }
}

@media(max-width:320px)
{
	
	#official-text {
    font-size: 8px;
    line-height: 1.3;
    padding-top: 2px;
}

#official-text #us-gov-desc::after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f107";
    float: right;
    margin-right: 114px;
    color: #069;
    transform: scale(1.4);
}
}

@media(max-width:360px) {
    .layout.layout--fourcol-section {
        display: block
    }

    .layout.layout--fourcol-section .layout__region {
        margin-right: 0
    }

    .layout.layout--fourcol-section h2.homepage-field-heading {
        font-size: 28px;
        line-height: 32px
    }
}

@media(min-width:861px) {
    .layout.layout--onecol>.layout__region--content {
        display: flex;
        flex-flow: row
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left,
    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-right {
        flex: 0 0 50%
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left .field--name-field-media,
    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-right .field--name-field-media {
        height: 100%
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left .field--name-field-media div,
    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-right .field--name-field-media div {
        height: 100%
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left h2.homepage-field-heading.mobile-header,
    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-right h2.homepage-field-heading.mobile-header {
        display: none
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left .field--name-field-media-image,
    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-right .field--name-field-media-image {
        height: 100%;
        padding-bottom: 4px
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left .field--name-field-media-image img,
    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-right .field--name-field-media-image img {
        margin-bottom: 0;
        object-fit: cover;
        height: 100%
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left.homepage-top-card {
        padding: 0 32px 0 24px
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left.homepage-top-card h2.homepage-field-heading {
        display: block;
        font-size: 40px;
        line-height: 48px;
        margin: 24px 0 16px 0;
        padding-left: 0
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left.homepage-top-card .field--name-body {
        padding: 0
    }

    .layout.layout--onecol>.layout__region--content .block--type-homepage-card-content-left {
        display: block;
        flex: 100%;
        background-position: right;
        background-repeat: no-repeat;
        background-size: 50%
    }

    .layout.layout--twocol-section.layout--twocol-section--50-50 {
        display: flex;
        width: 100%
    }

    .layout.layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,
    .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region--second {
        flex: 1
    }

    .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region--first {
        margin-right: 20px
    }

    .layout.layout--fourcol-section {
        display: flex;
        flex-wrap: nowrap
    }

    .layout.layout--fourcol-section [class*=layout__region-] {
        margin-right: 20px !important
    }

    .layout.layout--fourcol-section [class*=layout__region-] .spacer {
        height: 16px
    }

    .layout.layout--fourcol-section .layout__region.layout__region--fourth {
        margin-right: 0 !important
    }
}

.region.region-content {
    padding: 16px 0 20px 0
}

#announcement-ribbon {
    margin-bottom: 16px
}

.ribbon-heading:nth-child(1n+2) {
    display: none
}

#ribbon-header-container {
    background-color: #036;
    padding: 8px 8px 12px 8px
}

#ribbon-header-container .ribbon-heading {
    padding-bottom: 4px;
    color: #fff
}

#ribbon-header-container .ribbon-heading .ribbon-heading-text {
    display: flex;
    cursor: pointer;
    align-items: center
}

#ribbon-header-container .ribbon-heading .ribbon-heading-text .fa-sort-up,
#ribbon-header-container .ribbon-heading .ribbon-heading-text .fa-sort-down {
    display: none
}

#ribbon-header-container .ribbon-heading .ribbon-heading-text .ribbon-edit {
    color: #fff
}

#ribbon-header-container #ribbon-dots-container {
    text-align: center;
    margin-right: 8px
}

#ribbon-header-container #ribbon-dots-container .ribbon-dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    background-color: #036;
    border: solid 1px #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

#ribbon-header-container #ribbon-dots-container .ribbon-dot.active {
    background-color: #fff;
    border: .3px #036 solid
}

#ribbon-header-container #ribbon-dots-container .ribbon-dot:focus {
    border: 1px #6698ff solid
}

.element-hidden {
    display: none
}

.ribbon-description-container {
    display: none;
    padding: 16px;
    background: #fff;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    position: relative;
    width: 100%
}

.ribbon-description-container .ribbon-image {
    display: none
}

.ribbon-description-container .field--name-field-announcement-description {
    margin-bottom: 32px
}

.ribbon-description-container .ribbon-close-box {
    float: right;
    cursor: pointer;
    color: #069
}

.ribbon-description-container.announcement-open {
    display: flex;
    height: auto
}

@media(min-width:601px) {
    #ribbon-header-container {
        display: flex;
        padding: 8px;
        align-items: center
    }

    #ribbon-header-container .ribbon-heading {
        flex: 1;
        padding-bottom: 0
    }

    #ribbon-header-container .ribbon-heading .ribbon-heading-text .fa-sort-up,
    #ribbon-header-container .ribbon-heading .ribbon-heading-text .fa-sort-down {
        display: block
    }

    #ribbon-header-container .ribbon-heading .ribbon-heading-text .fa-sort-up {
        margin: 8px 16px 0px 8px
    }

    #ribbon-header-container .ribbon-heading .ribbon-heading-text .fa-sort-down {
        margin: 0 16px 8px 8px
    }
}

@media(max-width:861px) {
    #announcement-ribbon {
        margin-top: 16px
    }
}

@media(min-width:861px) {
    .ribbon-description-container {
        flex-flow: row
    }

    .ribbon-description-container .ribbon-image {
        flex: 1;
        display: inline;
        margin-right: 16px
    }

    .ribbon-description-container .disable_image {
        flex: 0
    }

    .ribbon-description-container .ribbon-description {
        flex: 4
    }

    .ribbon-description-container .ribbon-description .ribbon-close-box {
        bottom: 0;
        padding: 16px 16px 16px 16px;
        position: absolute;
        right: 0
    }
}