

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px;
    line-height: 1.57143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    font-weight: 600;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}
/*
.table .table {
    background-color: #002c56
}
*/
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.57143;
    color: #767e86
}

.form-control {
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 42px
    }
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 40px
    }
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 68px
    }
}

.form-group {
    margin-bottom: 20px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 40px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 40px;
    line-height: 40px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 40px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 40px;
    line-height: 40px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 40px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 68px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 68px;
    line-height: 68px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 68px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 68px;
    line-height: 68px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 68px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 52.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 68px;
    height: 68px;
    line-height: 68px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #babec2
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -7px;
    margin-right: -8px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 7px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.57143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #4b8e56;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #006152;
    background-color: transparent;
    border-color: #006152
}

.btn-default.focus,
.btn-default:focus {
    color: #4b8e56;
    background-color: transparent;
    border-color: #4b8e56
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #4b8e56;
    background-color: transparent;
    border-color: #ea4000
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #4b8e56;
    background-color: transparent;
    border-color: #4b8e56
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #4b8e56
}

.btn-default .badge {
    color: transparent;
    background-color: #4b8e56
}

.btn-primary {
    color: #fff;
    background-color: #4b8e56;
    border-color: #4b8e56
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #f44300;
    border-color: #4b8e56
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f44300;
    border-color: #ea4000
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #d03900;
    border-color: #4b8e56
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #4b8e56;
    border-color: #4b8e56
}

.btn-primary .badge {
    color: #4b8e56;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #4b8e56;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #002d57;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #767e86;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d0d0d0;
    border-radius: 3px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #002c56
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #002c56;
    border-color: #002c56
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #002c56
}

.panel-primary>.panel-heading .badge {
    color: #002c56;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #002c56
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #f3f4f7
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .82;
    filter: alpha(opacity=82)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid hsla(0, 0%, 78%, .2)
}

.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.57143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid hsla(0, 0%, 78%, .2)
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:1024px) {
    .modal-lg {
        width: 900px
    }
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203A"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.container {
    position: relative
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.container-full-bleed {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative
}

a {
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94)
}

b,
strong {
    font-family: robotomedium, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal
}

img {
    max-width: 100%;
    width: 100%;
}

cite,
img {
    display: block
}

cite {
    color: #767e86;
    font-style: normal;
    text-shadow: none;
    opacity: .8
}

blockquote {
    padding-top: 0;
    border: none
}

ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
    list-style: outside disc;
    padding-left: 0
}

ol {
    counter-reset: list;
    list-style-type: none
}

ol>li {
    counter-increment: list
}

ol>li:before {
    content: counters(list, ".") ". "
}

ol>li+ol {
    counter-reset: list2;
    list-style-type: none
}

ol>li+ol>li {
    counter-increment: list2
}

ol>li+ol>li:before {
    content: counters(list, ".") "." counters(list2, ".") ". "
}

ol>li+ol>li+ol {
    counter-reset: list3;
    list-style-type: none
}

ol>li+ol>li+ol>li {
    counter-increment: list3
}

ol>li+ol>li+ol>li:before {
    content: "(" counter(list3, upper-alpha) ") "
}


section {
    padding: 55px 0;
    background-color: #fff;
    position: relative;
    z-index: 2
}



input,
select:not([multiple]),
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

select:not([multiple]) {
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding-right: 3rem
}

select:not([multiple])::-ms-expand {
    display: none
}

select:not([multiple]):focus::-ms-value {
    color: #002c56;
    background: none
}

address {
    margin-bottom: 0
}

iframe {
    width: 100%
}

iframe[name=google_conversion_frame] {
    display: none!important
}

.btn {
    font-family: NeueHaasUnica Regular, arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    height: 52px;
    padding: 12px 50px 13px;
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94)
}

.btn:focus,
.btn:hover {
    color: #fff;
    border-color: #002d57;
    outline: 0
}

.form-control {
    padding: 10px 15px 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control option {
    font-size: 1.4rem
}

.form-control.has-error {
    border-color: #e2574a;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group {
    margin-bottom: 15px;
    position: relative
}

.form-group label {
    font-family: NeueHaasUnica Regular, arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5e5e5e;
    font-size: 1.1rem;
    line-height: 1.4rem;
    position: absolute;
    top: 13px;
    left: 16px;
    cursor: text;
    z-index: 20
}

.form-group .form-control {
    -webkit-transition: border-color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: border-color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94)
}

.form-group .form-control+label {
    -webkit-transition: font-size .2s cubic-bezier(.25, .46, .45, .94), top .2s cubic-bezier(.25, .46, .45, .94);
    transition: font-size .2s cubic-bezier(.25, .46, .45, .94), top .2s cubic-bezier(.25, .46, .45, .94)
}

.form-group .form-control.not-empty+label,
.form-group .form-control:focus+label {
    font-size: 1rem;
    text-transform: capitalize;
    top: 5px
}

.form-group .form-control.input-lg,
.form-group .input-group-lg>.form-control,
.form-group .input-group-lg>.input-group-btn>.form-control.btn {
    padding: 28px 32px 10px
}

.form-group .form-control.input-lg+label,
.form-group .input-group-lg>.form-control+label,
.form-group .input-group-lg>.input-group-btn>.form-control.btn+label {
    font-size: 1.8rem;
    top: 26px;
    left: 33px
}

.form-group .form-control.input-lg.not-empty+label,
.form-group .form-control.input-lg:focus+label,
.form-group .input-group-lg>.form-control.not-empty+label,
.form-group .input-group-lg>.form-control:focus+label,
.form-group .input-group-lg>.input-group-btn>.form-control.btn:focus+label,
.form-group .input-group-lg>.input-group-btn>.form-control.not-empty.btn+label {
    font-size: 1rem;
    top: 7px
}

.form-group textarea.form-control {
    min-height: 126px;
    padding-top: 18px
}

.form-group textarea.form-control+label {
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px
}

.form-group textarea.form-control.not-empty+label,
.form-group textarea.form-control:focus+label {
    top: 1px
}

.form-group select.form-control {
    color: #002c56;
    text-transform: capitalize
}

.form-group.has-error label {
    color: #e2574a
}

.form-group.has-error .form-control {
    border-color: #e2574a;
    -webkit-box-shadow: none;
    box-shadow: none
}

.carousel-control {
    width: 60px;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94)
}

.carousel-control.carousel-control-prev {
    left: -60px
}

.carousel-control.carousel-control-next {
    left: auto;
    right: -60px
}

@media (min-width:1024px) {
    .carousel-control {
        width: 100px
    }
    .carousel-control.carousel-control-prev {
        left: -100px
    }
    .carousel-control.carousel-control-next {
        right: -100px
    }
}

.carousel-control.disabled {
    opacity: .1;
    cursor: default
}

.carousel-control .carousel-control-next-icon,
.carousel-control .carousel-control-prev-icon {
    width: 32px;
    height: 65px;
    position: relative;
    top: calc(50% - 33px);
    display: inline-block;
    overflow: hidden
}

.carousel-control .carousel-control-next-icon svg,
.carousel-control .carousel-control-prev-icon svg {
    position: relative
}

.carousel-control .carousel-control-prev-icon {
    left: -8px
}

.carousel-control .carousel-control-next-icon {
    left: 8px
}

.modal:not(.modal--gallery) .carousel-control {
    width: 60px
}

.modal:not(.modal--gallery) .carousel-control.carousel-control-prev {
    left: -60px
}

.modal:not(.modal--gallery) .carousel-control.carousel-control-next {
    right: -60px
}

.modal:not(.modal--gallery) .carousel-control.disabled {
    opacity: .5
}

.modal:not(.modal--gallery) .carousel-control .carousel-control-next-icon,
.modal:not(.modal--gallery) .carousel-control .carousel-control-prev-icon {
    width: 17px;
    height: 33px;
    top: calc(50% - 17px);
    left: 0
}

.modal:not(.modal--gallery) .carousel-control .carousel-control-prev-icon svg {
    left: 2px
}

.modal:not(.modal--gallery) .carousel-control .carousel-control-next-icon svg {
    left: -2px
}

.carousel-indicators {
    bottom: 0
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 9px 5px;
    background-color: #002c56;
    border: none;
    opacity: .2;
    position: relative
}

.carousel-indicators li:after {
    content: "";
    background-color: transparent;
    position: absolute;
    top: -9px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 18px)
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 9px 5px;
    background-color: #002c56;
    opacity: 1
}

.container-full-bleed>.carousel {
    background-color: #767e86;
    overflow: visible
}

.container-full-bleed>.carousel .carousel-item {
    width: 100%
}

.container-full-bleed>.carousel .carousel-control {
    width: 90px
}

.container-full-bleed>.carousel .carousel-control.carousel-control-prev {
    left: 0
}

.container-full-bleed>.carousel .carousel-control.carousel-control-next {
    right: 0
}

.container-full-bleed>.carousel .carousel-control .carousel-control-next-icon,
.container-full-bleed>.carousel .carousel-control .carousel-control-prev-icon {
    top: 32%
}

.container-full-bleed>.carousel .carousel-control.disabled {
    opacity: .4
}

.container-full-bleed>.carousel .carousel-control svg .icon-nav-stroke {
    stroke: #fff
}

.container-full-bleed>.carousel .carousel-indicators .active,
.container-full-bleed>.carousel .carousel-indicators li,
.marquee .carousel .carousel-indicators .active,
.marquee .carousel .carousel-indicators li {
    background-color: #fff
}

.carousel-item {
    height: 100%;
    overflow: hidden
}

.carousel-item>img {
    width: 100%
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner .carousel-item {
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
        -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        transition-timing-function: cubic-bezier(.23, 1, .32, 1)
    }
}

.carousel-fade .carousel-inner>.item {
    display: block;
    position: absolute;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .item.active.left,
.carousel-fade .carousel-inner .item.active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active {
    z-index: 10
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.carousel-fade .carousel-control {
    z-index: 20
}

.carousel .carousel-caption {
    text-shadow: none;
    opacity: 0;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel .carousel-caption.active {
    opacity: 1
}

.carousel.carousel-caption-below {
    margin-bottom: 40px
}

.carousel.carousel-caption-below .carousel-caption {
    color: #767e86;
    padding: 17px 0 0;
    top: 100%;
    bottom: auto
}

.carousel.carousel-caption-overlay .carousel-caption-container {
    width: 100%;
    position: relative;
    left: 0;
    top: 0
}

.carousel.carousel-caption-overlay .carousel-caption-container-inner {
    width: 100%;
    margin: 0 auto;
    background-color: #002c56;
    position: relative
}

.carousel.carousel-caption-overlay .carousel-caption {
    color: #fff;
    width: 100%;
    padding: 20px 50px 39px;
    bottom: 0;
    left: 0;
    right: auto;
    background-color: rgba(0, 44, 86, .89)
}

.carousel.carousel-caption-overlay .carousel-caption h3:after {
    content: "";
    width: 40px;
    height: 0;
    border-bottom: 2px solid #4b8e56;
    position: relative;
    display: block;
    margin: 11px auto 14px
}

@media (min-width:768px) {
    .carousel.carousel-caption-overlay .carousel-caption h3:not(.center-rule-desktop):after {
        margin-left: 0
    }
}

.carousel.carousel-caption-overlay .carousel-caption p {
    opacity: .6
}

.carousel.carousel-caption-overlay .carousel-caption.active {
    position: relative
}

.carousel .carousel-counter {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    text-shadow: 4px 2px 20px rgba(0, 0, 0, .84);
    position: absolute;
    right: 17px;
    bottom: calc(-50vh + 50% + 17px);
    z-index: 25
}

.carousel .carousel-counter .carousel-counter-divider {
    margin: 0 2px
}

ul.tabs__controls {
    list-style: outside none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

ul.tabs__controls li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

ul.tabs__controls li a {
    font-family: riftbold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: rgba(0, 44, 86, .5);
    font-size: 1.6rem;
    letter-spacing: .2rem;
    padding: 15px;
    display: block;
    position: relative
}

ul.tabs__controls li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #4b8e56;
    position: absolute;
    bottom: 1px;
    left: 0;
    opacity: .6
}

ul.tabs__controls li.active a {
    color: #002c56;
    cursor: default
}

ul.tabs__controls li.active a:after {
    height: 3px;
    bottom: 0;
    opacity: 1
}

[data-aspect-ratio] {
    display: block;
    max-width: 100%;
    position: relative
}

[data-aspect-ratio]:before {
    content: "";
    display: block;
    background-color: #a2aab2;
    z-index: 1
}

[data-aspect-ratio]>:first-child {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

[data-aspect-ratio="1:1"]:before {
    padding-top: 100%
}

[data-aspect-ratio="4:3"]:before {
    padding-top: 75%
}

[data-aspect-ratio="16:9"]:before {
    padding-top: 56.25%
}

[data-aspect-ratio="5:8"]:before {
    padding-top: 160%
}

.bg-alt {
    background-color: #f5f5f5
}

.bg-alt [data-aspect-ratio]:before {
    background-color: #767e86
}

.inverted {
    color: #fff
}

.section__bg--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2.604166666666667vw);
    z-index: 1;
    overflow: hidden
}

.section__bg--image img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .35s linear;
    transition: opacity .35s linear;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .section__bg--image img {
        position: relative;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

.section__bg--image .bg-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #002d57;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 87, .13)), color-stop(87%, rgba(0, 45, 87, .47)), to(#002d57)) no-repeat;
    background: linear-gradient(-180deg, rgba(0, 45, 87, .24), rgba(0, 45, 87, .27) 87%, #002d57) no-repeat
}



.section__bg--image .bg-gradient-alt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #002d57;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 87, .13)), color-stop(87%, rgba(0, 45, 87, .27)), to(#002d57)) no-repeat;
    background: linear-gradient(-180deg, rgba(0, 45, 87, .24), rgba(0, 45, 87, .33) 87%, #002d57) no-repeat
}



@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .section__bg--image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .section__bg--image img {
        min-width: 0;
        min-height: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

form #contact-form__error-msg,
form #contact-form__success-msg {
    display: none
}

body.has-static-header header#header {
    background-color: #002c56
}

#logo__container {
    text-align: left
}

@media (max-width:767px) {
    .link--logo svg {
        width: 70px;
        height: 17px
    }
}

ul#nav--secondary {
    display: none
}

.section__block--inner {
	margin-bottom: 2.3em;
}

section .section__block--inner {
    text-align: center;
    position: relative;
    z-index: 2
}

section.section--slanted {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

section.section--slanted-main {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.margin-b-main {
	margin-bottom: -90px
}

@media (min-width: 767px) {
	.margin-b-main {
	    margin-bottom: 80px;
	}
}

section.section--slanted .section__block--inner {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

section.section--slanted.section--slanted-with-perspective {
    -webkit-transform: skewY(-3deg) perspective(0);
    transform: skewY(-3deg) perspective(0);
    -webkit-transform-origin: center;
    transform-origin: center
}

section.section--slanted.section--slanted-with-perspective .section__block--inner {
    -webkit-transform: skewY(3deg) perspective(0);
    transform: skewY(3deg) perspective(0);
    -webkit-transform-origin: center;
    transform-origin: center
}

section.section--slanted .section__bg--hero {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -5.20833vw;
    height: calc(100% + 10.416666666666666vw)
}

section.section--slanted:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    background-color: #fff
}

section.section--slanted.bg-alt:before {
    background-color: #f5f5f5
}

.link--cta {
    font-family: NeueHaasUnica Regular, arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1rem;
    padding-top: 13px
}

.link--cta>span {
    position: relative;
    top: -1px
}

@media (-ms-high-contrast:none) {
    .link--cta>span {
        top: 0
    }
}

.link--cta svg {
    margin: 0 0 0 10px;
    vertical-align: text-top
}

@-moz-document url-prefix() {
    .link--cta svg {
        margin-top: 5px
    }
}

.block--body h3 {
    margin: 3.5rem 0 1.6rem
}

.block--body h3:first-child {
    margin-top: 0
}

.block--body h4 {
    margin: 3.5rem 0 0
}

.block--body h4:first-child {
    margin-top: 0
}

.block--body ol,
.block--body ul {
    font-size: 1.6rem;
    padding-top: 6px;
    padding-bottom: 0;
    margin-left: 20px
}

.block--body ol ol,
.block--body ol ul,
.block--body ul ol,
.block--body ul ul {
    font-size: 1.24rem;
    margin-left: 21px;
    margin-top: 12px
}

.block--body ol ol li,
.block--body ol ul li,
.block--body ul ol li,
.block--body ul ul li {
    color: #767e86
}

.block--body ol+ol,
.block--body ol+ul,
.block--body ol>ol,
.block--body ol>ul,
.block--body ul+ol,
.block--body ul+ul,
.block--body ul>ol,
.block--body ul>ul {
    padding-top: 6px
}

.block--body li {
    color: #022e58;
    margin-bottom: 12px
}

.block--body li li {
    color: #767e86
}

.block--body p+ul {
    padding-top: 16px
}

@media (min-width:768px) {
    .block--body ol,
    .block--body ul {
        padding-top: 20px;
        margin-left: 50px
    }
}

.block--reportage {
    width: 100%;
    padding: 26px 0
}

.block--reportage>img {
    width: 100%
}

.block--pullquote .p--quote-large:after {
    content: "";
    width: 40px;
    height: 0;
    border-bottom: 2px solid #4b8e56;
    position: relative;
    display: block;
    margin: 11px auto 14px
}

@media (min-width:768px) {
    .block--pullquote .p--quote-large:not(.center-rule-desktop):after {
        margin-left: 0
    }
}

.block--pullquote .p--quote-large:after {
    margin-top: 27px;
    margin-bottom: 25px
}

.block--pullquote .p--quote-small:not(.no-rule):after {
    content: "";
    width: 40px;
    height: 0;
    border-bottom: 2px solid #4b8e56;
    position: relative;
    display: block;
    margin: 11px auto 14px
}

@media (min-width:768px) {
    .block--pullquote .p--quote-small:not(.no-rule):not(.center-rule-desktop):after {
        margin-left: 0
    }
}

.block--pullquote .p--quote-small:not(.no-rule):after {
    margin-top: 27px;
    margin-bottom: 25px
}

.block--pullquote__headshot {
    width: 88px;
    height: 88px;
    margin: 0 13px;
    background-color: #bfcad5;
    display: inline-block;
    border-radius: 44px
}

.marquee {
    text-align: center;
    height: 370px;
    background-color: #fff
}

.marquee.marquee--large {
    height: 578px
}

.marquee .section__block--inner>.container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sidebar {
    padding-top: 100px
}

.sidebar img {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .sidebar {
        display: none
    }
}

.text-left {
	text-align: left
}


@media (min-width:768px) {
    h1 {
        font-size: 3.4rem;
        line-height: 3.6rem
    }
    h2 {
        font-size: 2.8rem;
        line-height: 2.8rem
    }
    h3 {
        font-size: 2rem
    }
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
    .container,
    [class*=col-] {
        padding-right: 10px;
        padding-left: 10px
    }
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px
    }
    .hidden-desktop {
        display: none!important
    }
    .text-left-desktop {
        text-align: left
    }
    .pull-right-desktop {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .callout cite,
    .p--large {
        font-size: 1.4rem;
        line-height: 2.3rem;
        margin-bottom: 2.4rem
    }
    
    .callout cite,
    .large {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 0;
    }
    section {
        padding: 110px 0 0;
    }
    
    header#header {
        height: auto;
        padding-top: 14px
    }
    body.has-static-header header#header {
        height: 104px
    }
    body.has-static-header section:first-child {
        padding-top: 177px
    }
    .marquee {
        height: 660px
    }
    .marquee.marquee--small {
        height: 440px
    }
    .marquee.marquee--large {
        height: 76vh
    }
    .marquee h1 {
        margin-bottom: 17px
    }
    .callout .marquee cite,
    .marquee .callout cite,
    .marquee .p--large {
        display: block
    }
    .marquee .mobile-page-title {
        display: none
    }
    .marquee--large .marquee__block--content {
        width: 84%
    }
    .marquee--large .carousel-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .marquee--large .carousel-inner a {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
}


@media (min-width: 800px) {
	.vertical-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
	}
}


.block--pullquote .p--quote-large+cite,
.p--large  {
    font-size: 1.24rem;
    line-height: 2rem;
    margin-bottom: 2.4rem
}

p.large  {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 0;
}


.p--quote-large,
.p--quote-small {
    font-family: robotolight, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #002c56;
    letter-spacing: .1rem;
    font-size: 2.8rem;
    line-height: 3.8rem
}

.p--eyebrow-large,
.p--eyebrow-small {
    font-family: riftdemi, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #a2aab2;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: .4rem;
    text-transform: uppercase
}

@media (min-width:768px) {
    .p--eyebrow-large {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

@media (min-width:768px) {
    .p--eyebrow-small {
        letter-spacing: .3rem
    }
}

.section__bg--image img {
    opacity: 1
}

.section__bg--image .bg-gradient:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-size: cover
}

.marquee--small .section__bg--image .bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 87, .54)), color-stop(84%, rgba(0, 45, 87, .96)), to(#002d57));
    background-image: linear-gradient(-180deg, rgba(0, 45, 87, .54), rgba(0, 45, 87, .96) 84%, #002d57)
}

.section--interstitial .section__bg--image .bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 87, .55)), color-stop(81%, rgba(0, 45, 87, .98)), to(#002d57));
    background-image: linear-gradient(-180deg, rgba(0, 45, 87, .55), rgba(0, 45, 87, .98) 81%, #002d57)
}

.section--interstitial--tall .section__bg--image .bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 87, .66)), color-stop(88%, rgba(0, 45, 87, .98)), to(#002d57));
    background-image: linear-gradient(-180deg, rgba(0, 45, 87, .66), rgba(0, 45, 87, .98) 88%, #002d57)
}

footer#footer .section__bg--image .bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 87, .52)), color-stop(45%, rgba(0, 45, 87, .78)), color-stop(82%, rgba(0, 45, 87, .98)), to(#002d57));
    background-image: linear-gradient(-180deg, rgba(0, 45, 87, .52), rgba(0, 45, 87, .78) 45%, rgba(0, 45, 87, .98) 82%, #002d57)
}

a.btn-icon {
    text-align: center;
    display: inline-block
}


section.section--slanted.section--interstitial {
    z-index: 1
}

section.section--flat-bottom {
    padding-bottom: 0;
    z-index: 3
}

section.section--flat-bottom:before {
    height: calc(2px + 2.604166666666667vw)
}

section.section--flat-bottom.section--flat-bottom--next-bg-alt:before {
    background-color: #f5f5f5
}

section.section--overlaid {
    z-index: 5
}

@media (min-width:768px) {
    section.section--reduced-pad {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

section.section--article {
    font-size: 1.7rem;
    line-height: 2.7rem
}

section.section--article h1 {
    font-size: 4.5rem;
    line-height: 4.7rem
}

section.section--article ol,
section.section--article ul {
    font-size: 1.6rem;
    padding-top: 6px;
    padding-bottom: 0;
    margin-left: 20px
}

section.section--article ol ol,
section.section--article ol ul,
section.section--article ul ol,
section.section--article ul ul {
    font-size: 1.4rem;
    margin-left: 21px;
    margin-top: 12px
}

section.section--article ol ol li,
section.section--article ol ul li,
section.section--article ul ol li,
section.section--article ul ul li {
    color: #767e86
}

section.section--article ol+ol,
section.section--article ol+ul,
section.section--article ol>ol,
section.section--article ol>ul,
section.section--article ul+ol,
section.section--article ul+ul,
section.section--article ul>ol,
section.section--article ul>ul {
    padding-top: 6px
}

section.section--article li {
    color: #022e58;
    margin-bottom: 12px
}

section.section--article li li {
    color: #767e86
}

section.section--article p+ul {
    padding-top: 16px
}

@media (min-width:768px) {
    section.section--article ol,
    section.section--article ul {
        padding-top: 20px;
        margin-left: 50px
    }
}

section.section--article li {
    color: #767e86
}

section.section--article,
section.section--search-results {
    min-height: 0
}

.link--cta:active svg .link-caret-stroke,
.link--cta:hover svg .link-caret-stroke {
    stroke: #fff
}

.link--cta.inverted {
    color: #fff
}

.link--cta.inverted svg .link-caret-stroke {
    stroke: #fff
}

.link--cta.inverted svg .link-external-fill {
    fill: #fff
}

.link--primary-cta {
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94)
}

.link--primary-cta svg .link-caret-stroke {
    stroke: #fff
}

.link--primary-cta:active,
.link--primary-cta:focus,
.link--primary-cta:hover {
    background-color: #002d57
}

.link--primary-cta:active svg .link-caret-stroke,
.link--primary-cta:focus svg .link-caret-stroke,
.link--primary-cta:hover svg .link-caret-stroke {
    stroke: #fff
}

.link--secondary-cta {
    border-color: #002d57;
    display: inline-block;
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .6s ease
}

.link--secondary-cta:active,
.link--secondary-cta:focus,
.link--secondary-cta:hover {
    color: #fff;
    border-color: #4b8e56;
    background: #4b8e56
}

.link--tertiary-cta {
    color: #fff;
    font-size: 1.1rem;
    height: 24px;
    min-height: 24px;
    padding: 1px 7px;
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .22);
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94)
}

.link--tertiary-cta:active,
.link--tertiary-cta:hover {
    color: #002c56;
    background-color: #fff;
    border-color: #fff
}

.link--text-cta {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: .26rem;
    text-transform: uppercase;
    padding-top: 0
}

.link--text-caret-circle svg {
    margin-top: 0
}

.link--text-external svg {
    margin-left: 7px;
    position: relative;
    top: -2px
}

.link--text-external svg .link-arrow-fill {
    -webkit-transition: fill .2s cubic-bezier(.25, .46, .45, .94);
    transition: fill .2s cubic-bezier(.25, .46, .45, .94)
}

.link--text-external:active svg .link-arrow-fill,
.link--text-external:hover svg .link-arrow-fill {
    fill: #002d57
}

.link--text-external.link--text-login svg {
    margin: 0 3px 0 0
}

a.block--pullquote__headshot {
    cursor: pointer
}

.block--accordion {
    padding-top: 13px
}

.block--accordion__panel {
    margin-bottom: 30px
}

.block--accordion__panel-heading h3 {
    line-height: 2.4rem;
    margin: 0
}

.block--accordion__panel-heading h3 a {
    color: #002c56;
    min-height: 17px;
    padding-left: 31px;
    display: block;
    position: relative
}

.block--accordion__panel-heading h3 a svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px
}

.block--accordion__panel-heading h3 a span {
    vertical-align: top;
    position: relative;
    top: -4px
}

@-moz-document url-prefix() {
    .block--accordion__panel-heading h3 a span {
        top: -6px
    }
}

.block--accordion__panel-heading.expanded svg .icon-accordion-plus-vertical {
    display: none
}

.block--accordion__panel-collapse {
    margin-left: 32px;
    position: relative
}

.block--accordion__panel-collapse:after {
    content: "";
    width: 40px;
    height: 0;
    border-bottom: 2px solid #4b8e56;
    position: relative;
    display: block;
    margin: 11px auto 14px
}

@media (min-width:768px) {
    .block--accordion__panel-collapse:not(.center-rule-desktop):after {
        margin-left: 0
    }
}

.block--accordion__panel-collapse:after {
    position: absolute;
    top: 13px;
    left: 0;
    display: none
}

.block--accordion__panel-collapse__body {
    color: hsla(210, 6%, 49%, .8);
    padding-top: 8px
}

.block--events-set .p--eyebrow-small {
    display: none
}

@supports (grid-area:auto) {
    .block--events-set .block--events {
        display: grid;
        grid-template-columns: 1fr
    }
    .block--events-set .block--events:before {
        display: none
    }
}

.block--pullquote .marquee .p--quote-large+cite,
.marquee .block--pullquote .p--quote-large+cite,
.marquee .p--large, .marquee .p.large {
    color: #fff;
    text-shadow: 0 0 40px rgba(0, 0, 0, .33);
    opacity: .85
}

.marquee__block--content {
    width: 100%
}

.card--philosophy a {
    min-height: 190px;
    padding: 26px;
    background-color: #063b6d;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 31, 59, .1);
    box-shadow: 1px 1px 3px rgba(0, 31, 59, .1);
    display: block;
    -webkit-transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: background-color .2s cubic-bezier(.25, .46, .45, .94)
}

.card--philosophy a .card--philosophy__icon {
    height: 74px;
    margin-bottom: 10px
}

.card--philosophy a .card--philosophy__icon svg {
    height: 100%
}

.card--philosophy a h3 {
    color: #fff
}

.card--philosophy a p.desc {
    color: #fff;
    font-size: inherit;
    opacity: .6;
    display: none
}

.card--philosophy a:active,
.card--philosophy a:hover {
    background-color: #0b4478
}

@supports (grid-area:auto) {
    .card--event__container {
        width: 100%;
        float: none
    }
}

.card--event {
    min-height: 72px;
    margin-bottom: 15px;
    padding: 15px 20px 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 0 #e2e5e9;
    box-shadow: 1px 1px 0 #e2e5e9;
    position: relative
}

.card--event .card--event__top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card--event .card--event__date {
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.card--event .card--event__date .date-remainder {
    display: none
}

.card--event .card--event__date__day {
    font-family: robotomedium, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #002c56;
    font-size: 2rem;
    line-height: 2rem;
    padding-top: 2px
}

.card--event .card--event__date__other {
    font-family: riftdemi, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3rem;
    letter-spacing: .2rem;
    padding-top: 4px
}

.card--event .card--event__location {
    padding-right: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:480px) {
    .card--event .card--event__location {
        padding-right: 40px
    }
}

.card--event .card--event__university {
	font-family: 'Freight Display Book', 'Playfair Display', times, times new roman, serif;   
	font-weight: 500;
    font-style: normal;
    color: #002c56;
    font-size: 1.6rem;
    line-height: 2.1rem;
    padding-bottom: 2px
}

.card--event .card--event__specifics {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card--event .card--event__specifics svg {
    width: 10px;
    height: 13px;
    position: relative;
    top: 1px
}

.card--event .card--event__specifics .card--event__specifics__time {
    color: #0b78e0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card--event .card--event__specifics .card--event__specifics__room {
    line-height: 1.6rem;
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: right
}

.card--event .card--event__name {
    font-family: riftdemi, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    height: 18px;
    line-height: 1.3rem;
    letter-spacing: .2rem;
    padding-top: 4px
}

.card--bio {
    margin: 50px 0 20px;
    padding: 0 21px
}

.card--bio .card--bio__headshot {
    margin-bottom: 10px
}

.card--bio .card--bio__headshot a {
    display: block;
    overflow: hidden
}

.card--bio p {
    margin-bottom: 9px;
    padding: 0 20px
}

.card--office {
    margin: 19px 0 20px
}

.card--office .card--office__photo {
    margin-bottom: 24px;
    background-color: #a2aab2;
    display: block
}

.card--office p {
    margin-bottom: 25px;
    padding: 0 20px;
    min-height: 44px
}

.card--office p a {
    color: #767e86
}

.card--office.card--office--linked>a {
    display: block
}

.card--office.card--office--linked h4 {
    font-size: 2.6rem;
    margin-bottom: 1rem
}

.card--office.card--office--linked .card--office__photo {
    margin-bottom: 22px
}

.card--office.card--office--linked .link--cta {
    padding-top: 0
}

.card--team {
    background-color: #f5f5f5;
    position: relative
}

.card--team>a {
    display: block
}

.card--team .card--team__photo {
    position: relative;
    z-index: 1
}

.card--team .card--team__banner {
    width: 100%;
    background-color: #002c56;
    position: absolute;
    left: 0;
    bottom: 75px;
    z-index: 1;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.card--team .card--team__banner h4 {
    font-family: NeueHaasUnica Regular, arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-transform: capitalize;
    margin: 0;
    padding: 30px;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.callout ol,
.callout ul {
    text-align: left;
    display: inline-block
}

@media (max-width:767px) {
    html.no-touchevents .modal.modal--gallery .carousel-control {
        width: 44px
    }
    html.no-touchevents .modal.modal--gallery .carousel-control .carousel-control-next-icon,
    html.no-touchevents .modal.modal--gallery .carousel-control .carousel-control-prev-icon {
        width: 17px;
        height: 33px;
        top: calc(50% - 17px);
        left: 0
    }
    html.no-touchevents .modal.modal--gallery .carousel-control .carousel-control-next-icon svg,
    html.no-touchevents .modal.modal--gallery .carousel-control .carousel-control-prev-icon svg {
        width: 100%;
        height: 100%
    }
    html.no-touchevents .modal.modal--gallery .carousel-control .carousel-control-next-icon svg .icon-nav-stroke,
    html.no-touchevents .modal.modal--gallery .carousel-control .carousel-control-prev-icon svg .icon-nav-stroke {
        stroke: #fff
    }
    html.no-touchevents .modal.modal--gallery .carousel-control.carousel-control-prev {
        left: 0
    }
    html.no-touchevents .modal.modal--gallery .carousel-control.carousel-control-next {
        right: 0
    }
}

@-webkit-keyframes three-quarters {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn)
    }
}

@keyframes three-quarters {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn)
    }
}

@media (max-width:767px) {
    body.scrolled header#header {
        background-color: #002c56;
        position: fixed;
        top: -42px;
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
        -webkit-transition: -webkit-transform .35s cubic-bezier(.23, 1, .32, 1);
        transition: -webkit-transform .35s cubic-bezier(.23, 1, .32, 1);
        transition: transform .35s cubic-bezier(.23, 1, .32, 1);
        transition: transform .35s cubic-bezier(.23, 1, .32, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1)
    }
    body.scrolled #nav__container--secondary {
        top: 0
    }
    .mobile-multiple-sections {
        padding-top: 0;
        padding-bottom: 0
    }
    .mobile-multiple-sections .mobile-multiple-sections__section {
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        margin-left: -7px;
        margin-right: -7px;
        padding: 55px 14px 55px 15px
    }
    .mobile-multiple-sections .mobile-multiple-sections__section>:first-child {
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
    .mobile-bg-alt-reverse {
        background-color: #f5f5f5
    }
    .mobile-bg-alt-reverse.bg-alt {
        background-color: #fff
    }
    #nav__container--secondary__outer:after {
        content: "";
        width: 100%;
        height: calc(100% + 5.208333333333333vw + 2px);
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }
    #nav__container--secondary {
        margin-top: 0;
        top: -2.60417vw
    }
    #nav__container--secondary ul#nav--secondary {
        background-color: #053b6d;
        display: block
    }
    #nav__container--secondary ul#nav--secondary li {
        height: 0;
        display: block;
        overflow: hidden
    }
    #nav__container--secondary ul#nav--secondary li a {
        display: block;
        opacity: 1
    }
    #nav__container--secondary ul#nav--secondary li.active {
        height: 41px
    }
    #nav__container--secondary ul#nav--secondary li.active a .nav-item__text:after {
        display: none
    }
    #nav__container--secondary ul#nav--secondary li.active a .nav-item__caret {
        width: 25px
    }
    #nav__container--secondary.open ul#nav--secondary li {
        height: 57px;
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        -webkit-transition: height .35s cubic-bezier(.23, 1, .32, 1);
        transition: height .35s cubic-bezier(.23, 1, .32, 1)
    }
    #nav__container--secondary.open ul#nav--secondary li a {
        padding: 1.8rem 0;
        -webkit-transition: padding .35s cubic-bezier(.23, 1, .32, 1);
        transition: padding .35s cubic-bezier(.23, 1, .32, 1)
    }
    #nav__container--secondary.open ul#nav--secondary li.active {
        height: 57px
    }
    #nav__container--secondary.open ul#nav--secondary li.active a .nav-item__text:after {
        display: block
    }
    #nav__container--secondary.open ul#nav--secondary li.active a .nav-item__caret {
        width: 0;
        -webkit-transition: width .35s cubic-bezier(.23, 1, .32, 1);
        transition: width .35s cubic-bezier(.23, 1, .32, 1)
    }
    footer#footer {
        padding-top: 1em
    }
    footer#footer h5 {
        font-size: 1.4rem
    }
    footer#footer .block--footer__offices h5 {
        margin-bottom: 18px
    }
    footer#footer .block--footer__offices ul {
        display: none
    }
    footer#footer .block--footer__legal {
        padding-bottom: 24px
    }
    footer#footer .block--footer__legal h5 {
        display: none
    }
    footer#footer .block--footer__legal ul {
        margin-bottom: 9px
    }
    footer#footer .block--footer__legal ul li {
        margin-bottom: 16px
    }
    footer#footer .block--footer__legal ul li a {
        font-family: riftbold, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: .2rem
    }
    footer#footer .block--footer__legal ul li a:after {
        content: "";
        width: 40px;
        height: 0;
        border-bottom: 2px solid #4b8e56;
        position: relative;
        display: block;
        margin: 11px auto 14px
    }
}

@media (max-width:767px) and (min-width:768px) {
    footer#footer .block--footer__legal ul li a:not(.center-rule-desktop):after {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .modal {
        background-color: #fff
    }
    .modal.modal--gallery,
    .modal.modal--gallery .modal-content {
        background-color: #000
    }
    .modal.modal--gallery .modal-body {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .modal.modal--gallery .carousel {
        overflow: visible
    }
    .modal-dialog {
        width: 100vw;
        height: 100vh;
        margin: 0
    }
    .modal-content {
        height: 100%;
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .modal-backdrop {
        background-color: #fff
    }
    .modal-backdrop.in {
        opacity: 1
    }
    body.mobile-modal-special-backdrop .modal-backdrop,
    body.mobile-modal-special-backdrop .modal-content {
        background-color: #002c56
    }
    body.mobile-modal-gallery-backdrop .modal-backdrop {
        background-color: #000
    }
    .carousel.mobile-carousel-only {
        width: 100%;
        margin-bottom: 25px
    }
    .carousel.mobile-carousel-only .carousel-inner {
        width: calc(100% + 29px);
        margin: 0 -15px
    }
    .carousel.mobile-carousel-only .carousel-inner>.item {
        padding: 0 45px
    }
    .carousel.mobile-carousel-only .carousel-control {
        width: 44px
    }
    .carousel.mobile-carousel-only .carousel-control .carousel-control-next-icon,
    .carousel.mobile-carousel-only .carousel-control .carousel-control-prev-icon {
        width: 17px;
        height: 33px;
        top: calc(50% - 17px);
        left: 0
    }
    .carousel.mobile-carousel-only .carousel-control .carousel-control-next-icon svg,
    .carousel.mobile-carousel-only .carousel-control .carousel-control-prev-icon svg {
        width: 100%;
        height: 100%
    }
    .carousel.mobile-carousel-only .carousel-control.carousel-control-prev {
        left: -14px
    }
    .carousel.mobile-carousel-only .carousel-control.carousel-control-next {
        right: -14px
    }
    .carousel.mobile-carousel-only .carousel-indicators {
        bottom: -54px
    }
    .carousel.carousel-fade .carousel-inner {
        overflow: visible
    }
    .container-full-bleed>.carousel .carousel-control {
        display: none
    }
    .callout ul {
        list-style: none;
        text-align: center;
        margin-left: 0
    }
    .callout ul li {
        font-size: 1.4rem
    }
    .block--reportage.block--reportage-bleed-lt,
    .block--reportage.block--reportage-bleed-rt {
        padding-top: 0
    }
    .col-sm-5+.col-sm-7 .block--reportage.block--reportage-bleed-lt,
    .col-sm-5+.col-sm-7 .block--reportage.block--reportage-bleed-rt {
        padding: 19px 0 0
    }
    .card--bio p {
        min-height: 44px
    }
    .section--slanted .callout-right {
        margin-top: 40px
    }
}

@media (min-width:768px) {
    .form-group {
        margin-bottom: 20px
    }
    cite {
        opacity: 1
    }
    #logo__container {
        padding-top: 30px;
        padding-left: 26px
    }
    #nav__container--hamburger {
        display: none
    }
    #search__container--header {
        padding-right: 26px;
        display: block
    }
    #search__container--header #search__form--header #search__form--header-term-container {
        width: 0
    }
    #search__container--header #search__form--header #search__form--header-term-container.open {
        width: 184px
    }
    footer#footer {
        text-align: left
    }
    footer#footer .block--footer__offices h5 .block--footer__link-container {
        position: relative
    }
    footer#footer .block--footer__offices h5 .block--footer__link-container:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10
    }
    footer#footer .block--footer__legal {
        padding-bottom: 0
    }
    footer#footer .colophon {
        margin: 48px 0 calc(50px - 2.604166666666667vw)
    }
    footer#footer .colophon .colophon__attribution {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer#footer .colophon .colophon__attribution br {
        display: none
    }
    footer#footer .colophon .colophon__social {
        text-align: right;
        margin-right: -15px
    }
    footer#footer .colophon .colophon__social a {
        width: 54px;
        height: 54px;
        padding: 15px
    }
    #nav__container--primary {
        text-align: right;
        display: block
    }
    body.scrolled #nav__container--secondary {
        top: -42px
    }
    ul#nav--primary li a,
    ul#nav--secondary li a {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .p--quote-large {
        font-size: 4.2rem;
        line-height: 5.2rem
    }
    .p--quote-small {
        font-size: 3.6rem;
        line-height: 4.4rem
    }
    .callout h2.center-rule-desktop {
        padding: 0 10%
    }
    .section--article,
    .section--search-results {
        min-height: 500px
    }
    .block--reportage {
        width: auto;
        max-width: 1880px;
        margin: 0 auto;
        padding: 0
    }
    .block--reportage.block--reportage-bleed-lt {
        margin-right: 50px;
        float: right
    }
    .block--reportage.block--reportage-bleed-lt,
    .block--reportage.block--reportage-bleed-rt {
        width: calc(50vw + ((100% + 20px) * 1 / 7) - 87px);
        max-width: calc(960px + ((100% + 20px) * 1 / 7) - 80px)
    }
    .block--reportage.block--reportage-bleed-rt {
        margin-left: 50px;
        float: left
    }
    .block--accordion {
        padding: 64px 20px 12px
    }
    .block--accordion__panel {
        margin-bottom: 48px
    }
    .block--accordion__panel-heading h3 a {
        min-height: 38px;
        padding-left: 65px
    }
    .block--accordion__panel-heading h3 a svg {
        width: 38px;
        height: 38px
    }
    .block--accordion__panel-heading h3 a span {
        vertical-align: text-bottom
    }
    .block--accordion__panel-collapse {
        margin-left: 68px
    }
    .block--accordion__panel-collapse:after {
        display: block
    }
    .block--accordion__panel-collapse__body {
        color: #767e86;
        padding-top: 56px
    }
    .block--events-set {
        padding-bottom: 9px
    }
    .block--events-set .p--eyebrow-small {
        display: block
    }
    @supports (grid-area:auto) {
        .block--events-set .block--events {
            grid-template-columns: 1fr 1fr;
            grid-gap: 15px;
            margin: 0
        }
    }
    @supports (grid-area:auto) {
        .card--event__container {
            padding: 0
        }
    }
    .card--event {
        min-height: 94px;
        margin-bottom: 20px;
        padding-bottom: 15px
    }
    @supports (grid-area:auto) {
        .card--event {
            margin: 0
        }
    }
    .card--event .card--event__date {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .card--event .card--event__date .date-remainder {
        display: inline
    }
    .card--event .card--event__date__day {
        font-size: 3.6rem;
        line-height: 3.6rem;
        margin-right: 9px;
        padding-top: 0;
        float: left
    }
    .card--event .card--event__date__other {
        line-height: 1.6rem;
        padding-top: 2px
    }
    .card--event .card--event__location {
        padding-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .card--event .card--event__university {
        font-size: 2.4rem;
        line-height: 2.4rem;
        text-align: right;
        padding-bottom: 0
    }
    .card--event .card--event__specifics svg {
        width: 12px;
        height: 16px;
        top: 3px
    }
    .card--event .card--event__name {
        line-height: 1.6rem;
        text-align: right;
        padding-top: 2px
    }
    .card--philosophy a {
        min-height: 270px
    }
    .card--philosophy a p.desc {
        display: block
    }
    .card--bio p {
        min-height: 66px
    }
    .card--bio .card--bio__headshot {
        margin-bottom: 36px
    }
    .card--office {
        margin-top: 50px
    }
    .card--office.card--office--linked h4 {
        margin-bottom: .4rem
    }
    .card--office.card--office--linked .card--office__photo {
        margin-bottom: 19px
    }
    .card--team {
        margin-bottom: 20px
    }
    .grid--cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    @supports (grid-area:auto) {
        .grid--cards {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-column-gap: 20px
        }
        .grid--cards:before {
            display: none
        }
        .grid--cards>* {
            width: auto;
            padding: 0;
            float: none
        }
    }
    .modal#modal-mobile-primary-nav {
        display: none
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .modal#modal-bio .modal-dialog {
        width: 500px
    }
}

@media (min-width:768px) {
    .modal#modal-bio .modal-bio__block--bios {
        height: 800px;
        overflow: hidden
    }
    .modal#modal-bio .modal-bio__block--bio {
        width: 100%;
        height: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .modal#modal-bio .modal-bio__block--bio__headshot {
        width: 100%;
        height: 500px;
        display: block
    }
    .modal#modal-bio .modal-bio__block--bio__bio {
        width: 100%;
        height: 300px;
        padding: 40px
    }
    .modal#modal-bio .modal-bio__block--bio__bio--inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .modal#modal-bio .modal-bio__block--bio__body {
        padding-right: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: auto
    }
    .modal.modal--gallery .carousel-control.carousel-control-prev {
        left: 0
    }
    .modal.modal--gallery .carousel-control.carousel-control-next {
        right: 0
    }
    .modal.modal--gallery .carousel-control svg .icon-nav-stroke {
        stroke: #fff
    }
    .modal-dialog {
        margin: 100px auto
    }
    .carousel.mobile-carousel-only .carousel-inner {
        width: auto
    }
    .carousel.mobile-carousel-only .carousel-inner>.item {
        opacity: 1;
        display: block
    }
    .carousel.mobile-carousel-only .carousel-control,
    .carousel.mobile-carousel-only .carousel-indicators {
        display: none
    }
    .carousel.carousel-caption-overlay .carousel-caption-container {
        position: absolute;
        top: inherit;
        bottom: 30px
    }
    .carousel.carousel-caption-overlay .carousel-caption-container-inner {
        width: 556px;
        min-height: 206px;
        background-color: transparent
    }
    .carousel.carousel-caption-overlay .carousel-caption.active {
        position: absolute
    }
    .carousel .carousel-counter {
        font-size: 2rem;
        right: 36px;
        bottom: 29px
    }
    .carousel .carousel-counter .carousel-counter-divider {
        margin: 0 6px
    }
    .carousel-indicators {
        bottom: 27px
    }
    .container-full-bleed>.carousel .carousel-control .carousel-control-next-icon,
    .container-full-bleed>.carousel .carousel-control .carousel-control-prev-icon {
        top: calc(50% - 33px)
    }
    .container-full-bleed>.carousel .carousel-indicators {
        display: block
    }
    .text-left .callout h2:after,
    footer#footer h5:after {
        margin-left: 0
    }
}

@media (min-width:1024px) {
    #logo__container {
        padding-left: 40px
    }
    #search__container--header {
        padding-right: 40px
    }
    #nav__container--primary {
        text-align: right;
        display: block
    }
    ul#nav--primary li a,
    ul#nav--secondary li a {
        padding-left: 2.4rem;
        padding-right: 2.4rem
    }
    .card--bio p {
        min-height: 44px
    }
    .card--office {
        padding: 0 21px
    }
    .modal#modal-bio .modal-bio__block--bios {
        height: 450px
    }
    .modal#modal-bio .modal-bio__block--bio {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    @supports (display:flex) {
        .modal#modal-bio .modal-bio__block--bio:after,
        .modal#modal-bio .modal-bio__block--bio:before {
            display: none
        }
    }
    .modal#modal-bio .modal-bio__block--bio__bio,
    .modal#modal-bio .modal-bio__block--bio__headshot {
        width: 50%;
        height: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .container-full-bleed>.carousel .carousel-control {
        width: 180px
    }
}

@media (min-width:1200px) {
    .modal-lg {
        width: 970px
    }
    .modal#modal-bio .modal-bio__block--bios {
        height: 485px
    }
}

.block--reportage {
    margin-bottom: 54px;
    padding-top: 35px
}

.block--video {
    padding-top: 10px
}

.marquee h1 {
    margin-bottom: 35px
}

.marquee .icon-nav-stroke {
    stroke: #fff
}

.marquee__block--content .btn {
    display: none
}

.marquee__block--philosophy {
    width: 100%;
    display: block
}

.image--diagram {
    display: none;
    max-width: 546px;
    margin: 0 auto
}

.image--diagram-mobile {
    max-width: 221px;
    margin: 0 auto
}

@media (max-width:767px) {
    .container-fluid .block--reportage {
        margin-bottom: 23px
    }
    .section--interstitial cite {
        margin-bottom: 22px
    }
}

@media (min-width:768px) {
    .block--reportage {
        margin-bottom: 114px
    }
    .marquee h1 {
        margin-bottom: 45px
    }
    .marquee__block--content {
        padding-top: 82px
    }
    .marquee__block--content .btn {
        display: inline-block
    }
    .marquee__block--philosophy {
        padding-top: 133px
    }
    .image--diagram {
        display: block
    }
    .image--diagram-mobile {
        display: none
    }
}

.marquee_head {
    color: #fff;
    margin: 0 auto;
    max-width: 55em;
    z-index: 999;
    position: absolute;
    top: 140px;
    text-align: center;
    left: 0;
    right: 0;
    padding: 30px
}

@media (min-width:767px) {
    .marquee_head {
        top: 10vw
    }
}

@media (min-width:1024px) {
    .marquee_head {
        top: 21vh
    }
}

.marquee_head h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 2.9rem;
    line-height: 3rem
}

@media (min-width:967px) {
    .marquee_head h2 {
        font-size: 3.1rem;
        line-height: 3.3rem
    }
}

.full_banner {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 700px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center
}

.full_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(44, 44, 44, .33);
    z-index: 1
}

.callout-grid {
    padding: 5em;
    z-index: 1;
    text-align: center
}

@media (min-width: 1000px) {
	.callout-grid {
	    padding: 5em 10em;
	    z-index: 1;
	    text-align: center
	}
}


.features h2 {
    font-size: 3em;
    line-height: 2.8rem;
    max-width: 700px;
    margin: 0 auto 1em;
    color: #fff!important;
}

.features p {
    font-family: NeueHaasUnica Regular, arial, sans-serif;
    color: #fff!important;
    margin-bottom: 1em;
    font-size: 1.4em
}

.white {
    color: #fff!important
}

.btn-white {
    background: #fff;
    font-weight: 700;
    font-family:NeueHaasUnica Regular, arial, sans-serif;
    border-color: #fff;
    background: #fff;
    display: inline-block;
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .6s ease;
    letter-spacing: .1rem;
    padding-top: 15px;
    font-size: .8rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    height: 52px;
    padding: 12px 50px 13px;
    border-width: 2px
}

.btn-white a:hover {
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .6s ease;
    letter-spacing: .1rem;
    padding-top: 15px;
    font-size: .8rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    height: 52px;
    padding: 12px 50px 13px;
    border-width: 2px
}

.btn-green {
    background: #3c7654;
    font-weight: 700;
    font-family: NeueHaasUnica Regular, arial, sans-serif;
    display: inline-block;
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .6s ease;
    letter-spacing: .1rem;
    padding-top: 15px;
    font-size: .8rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    height: 52px;
    padding: 12px 50px 13px;
    border-width: 2px;
    color: #fff;
}

a.btn-green:hover {
    background: #002d57 !important;
    -webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .6s ease;
    color: #fff !important;
}

@media (max-width: 660px) {
	.line-break {
		display: block;
	}
}


/* forms flex */

.section-forms {
	margin-top: -10em;
}

.modules {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (max-width:720px) {
    .modules {
        margin: auto
    }
}

.modules.filter-js-center {
    justify-content: center;
    transition: .5s
}

.modules.filter-js-center li {
    margin: 0 30px
}

.modules li {
    transition: 1s;
    vertical-align: top;
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
}


.modules li img {
    transition: 1s
}

.modules li img:hover {
    opacity: .5
}

@media (min-width:1539px) {
    .modules li {
        width: 32%
    }
}

@media (max-width:1538px) and (min-width:1200px) {
    .modules li {
        width: 32%
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .modules li {
        margin: 0
    }
}

@media (max-width:1199px) and (min-width:721px) {
    .modules li {
        width: 48%
    }
}

@media (max-width:720px) {
    .modules li {
        width: 100%;
    }
}

@media screen\0 {
    .modules li {
        display: inline-block;
        width: 32%
    }
}

.modules li img {
    object-fit: cover;
    width: 100%
}

@media only screen and (max-width:720px) {
    .modules li img {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .modules li img {
        max-width: 375px
    }
}

.modules li h4 a {
    font-family: NeueHaasUnica Regular, arial, sans-serif;
    color: #000;
    font-size: 23px;
    line-height: 36px;
    margin: 20px 0;
    letter-spacing: .2px;
    text-decoration: none;
    font-weight: 100;
}

.modules li h4 a:hover {
	opacity: .7;
}

@media only screen and (max-width:720px) {
    .modules li h4 a {
        font-size: 25px;
        line-height: 30px
    }
}

.modules li h4 a:after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
    margin: 11px 0 14px
}


.modules li a {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
}

.modules p {
    color: #000;
    font-size: 16px;
    text-transform: none;
}


.arrow-right {
	max-width: 15px;
	transition: all 600ms ease-in-out;	
	display: inline-block;
	margin-left: 10px;
}

.arrow-right:hover {
	max-width: 15px;
	transition: all 600ms ease-in-out;
	margin-left: 15px;
}


.nav_top {
	margin-top: 80px;
}

@media (min-width: 767px) {
	.nav_top {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.nav_top {
		margin-top: 40px;
	}
}


.full_width_heading {
	padding: 5em 40px;
}


@media (min-width: 967px) {
	.full_width_heading {
		padding: 5em 30px;
	}
}


.full_width_heading h2 {
	color: #fff;
	line-height: 1em;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}

.full_width_heading p {
	color: #fff;
	font-family:NeueHaasUnica Regular, arial, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

.callout-mobile-pad {
	margin-top: 5em;
}

@media (min-width: 767px) {
	.callout-mobile-pad {
		margin-top: 0;
	}
}

.mT30 {margin-top: 30px;}

.copy_service_img {
	margin-bottom: 3em;
}

@media (min-width: 767px) {
	.copy_service_img {
		margin-top: -12em;
		margin-bottom: 6em;
	}
}

.service_list {
    margin-bottom: 35px;
    position: relative;
    list-style: none;
}

.service_list li {
	border-bottom: 1px solid #bebebe;
}

.service_list::before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 2px;
    left: -48px;
    background: url(/assets/svg/bullet.svg) left top no-repeat;
    background-size: 100%;
}

.service_list h3 {
	color: rgba(0, 45, 87, .98);
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.hidden-mobile {
		display: none;
	}
}

/* DWC Form Tables */

.forms_table {
	font-size: 18px;
}

.forms_table ul li {
	list-style: none;
}

.table-header {
	background: #071d49;
	color: #fff;
}

.headerSort p, .headerSort {
	font-weight: 100;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3.forms-title {
	background: #000;
	margin-top: 1em;
	color: #fff;
	padding: 18px 10px;
	text-transform: capitalize;
	font-family: 'Tiempos Light', 'NeueHaasUnica Regular', arial, sans-serif;
}

h3.eams_title {
	background: rgb(0, 45, 87);
	margin-top: 1em;
	color: #fff;
	padding: 18px 10px;
	text-transform: capitalize;
	font-family: 'Tiempos Light', 'NeueHaasUnica Regular', arial, sans-serif;
}

.main-primary a {
    border-bottom: 1px solid;
    padding-bottom: 1px;
    line-height: 2em;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none;
}

.main-primary a:hover {
	text-decoration: none;
}

.main-primary, .main-primary_black {
	margin-bottom: 9em;
}

.main-primary_black a {
    border-bottom: 1px solid;
    font-size: 15px;
    padding-bottom: 1px;
    line-height: 2em;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
}

.main-primary_black a:hover {
    text-decoration: none;
}

.main-primary_black h3 a {
    border-bottom: 1px solid;
    padding-bottom: 1px;
    font-size: 17px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000;
    font-family:NeueHaasUnica Regular, arial, sans-serif;
}


.form-listing {
	font-size: 20px;
	line-height: 21px;
	text-align: left;
}

.form_list {
	padding-left: 50px;
}


.form-list_item  {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    text-transform: capitalize;
}

.form-list_item li {
	border-bottom: 1px solid #bebebe;
}

.form-list_item a {
	line-height: 1em;
	font-size: 1.2em;
}


@media (min-width: 767px) {
	.form-list_item a {
		line-height: 2em;
	}
}


.form-list_item::before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 2px;
    left: -48px;
    background: url(/assets/svg/bullet.svg) left top no-repeat;
    background-size: 100%;
}

.tablesorter p, .table>tbody>tr>td {
	font-size: 15px;
}


.forms-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.forms-block>div:first-of-type {
	margin-right: 40px;
}

ul.msword-listing, ul.pdf-listing {
  margin: 0;
}

li.msword, li.pdf, li.mov, li.link {
  margin: 1em;
  margin-left: 2em;
  line-height: 2em;
  list-style: none;
}


li.msword:before {
  content: '';
  float: left;
  margin-left: -1.5em;
  background: url(/assets/svg/ms_word_logo.svg) left top no-repeat;
  color: #0074D9;
  width: 30px;
  height: 30px;
  display: block; 
  background-size: 100%;
  margin-right: 10px;
}

li.pdf:before {
  content: '';
  float: left;
  margin-left: -1.5em;
  background: url(/assets/svg/pdf.svg) left top no-repeat;
  color: #0074D9;
  width: 25px;
  height: 35px;
  display: block; 
  background-size: 100%;
  margin-right: 10px;
}

li.mov:before {
  content: '';
  float: left;
  margin-left: -1.7em;
  background: url(/assets/svg/play-button.svg) left top no-repeat;
  color: #0074D9;
  width: 28px;
  height: 35px;
  display: block; 
  background-size: 100%;
  margin-right: 10px;
}

li.link:before {
  content: '';
  float: left;
  margin-left: -1.5em;
  background: url(/assets/svg/link.svg) left top no-repeat;
  color: #0074D9;
  width: 25px;
  height: 35px;
  display: block; 
  background-size: 100%;
  margin-right: 10px;
}

li.msword, li.pdf, li.mov,li.link {margin-bottom: 20px; }

.link {
  font-size: 0.45em;
}

li.msword>span, li.pdf>span, li.link>span, li.mov>span  {
	line-height:2em;
	border-bottom: 1px solid;
	padding-bottom: 2px;
	color: #4b8e56;
	cursor: grab;
	font-size: 17px;
}

p.form-small  {
	font-size: 16px;
	margin: 0 0 10px; 
	font-style: italic;
}

hr.form-divider {
	margin: 3em 0;
	border-top: 1px solid #d4d4d4;
}

hr.form-eams-divider {
	margin: 1em 0;
	border-top: 1px solid #d4d4d4;
}
