@media (min-width: 641px) {
    .display_mobile
    {
        display: none;
    }
}

body
{
    background-color: #fcf9e8;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #4c4c4c;
}

a
{
    text-decoration: none;
    color: #1b2e6b;
}

strong
{
    font-weight: 700;
}

em 
{
    font-style: italic;
}

p
{
    line-height: 1.4;
}

p, td
{
    font-size: 16px;
}

hr, .hr
{
    margin: 1.7rem 0;
    border: medium none;
    height: 1px;
    background: #b8b8b8;
}

.container
{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.right
{
    text-align: right;
}

.italic
{
    font-style: italic;
}

.js_remote
{
    display: none;
}

.js_remote.active
{
    display: block;
}

.content-message,
.alert
{
    display: block;
    margin-bottom: 10px;
    color: #fff;
    border-radius:10px;
    margin-bottom:16px;
    padding: 1em 0.3em;
    text-align: center;
    font-size: 1rem;
}

.message-red,
.alert.alert-danger,
.alert.alert-error
{
    background-color: #f2dede;
    color:#bd1550;
    border: none;
}

.message-green, 
.alert.alert-success
{
    background-color: #dff0d8;
    color: #2b6254;
}

.message-blue 
{
    background-color: #dbe6ff;
    color:#2c317d;
}


h1, h2, h3, h4, h5, h6
{
    color: #1b2e6b;
    font-family: "Lora", serif;
    padding: 10px 0;
}

h2, h3, h4, h5, h6
{
    margin: 1.7rem 0;
    padding: 0;
}

h1
{
    font-size: 40px;
    padding: 1.7rem 0 1.7rem;
}

h1.entry-headline
{
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0 50px;
}

h2
{
    font-size: 21px;
}

h3
{
    font-size: 20px;
}

h4
{
    font-size: 17px;
}

h5
{
    font-size: 15px;
}

h6
{
    font-size: 13px;
}

label.label-range
{
    font-family: "Lora", serif !important;
    font-size: 30px !important;
}

#top_info
{
    text-align: center;
    padding: 10px;
    background-color: #e2cc61;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

#top
{
    padding: 20px 0;
    background: linear-gradient(-45deg,
        rgba(8, 23, 54, 0.95) 3%,
        rgba(88, 121, 152, 0.8) 10%,
        rgba(59, 82, 131, 0.9) 20%,
        rgba(8, 23, 54, 0.95) 45%,
        rgba(40, 50, 96, 0.85) 60%,
        rgba(8, 23, 54, 0.95) 85%,
        rgba(8, 23, 54, 0.95) 100%
    );
    background-size: 400% 400%;
    animation: bcg-aha 24s cubic-bezier(0.33, 0.11, 0.5, 0.88) infinite;
}

@keyframes bcg-aha
{
    0%, 3% {
        background-position: 0% 50%;
        opacity: 0.96;
    }
    35% {
        background-position: 20% 55%;
        opacity: 0.98;
    }
    45%, 70% {
        background-position: 65% 70%;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    80% {
        background-position: 80% 45%;
        pacity: 0.99;
    }
    90% {
        background-position: 75% 0%;
        opacity: 0.96;
    }
    100% {
        background-position: 0% 50%;
        opacity: 0.96;
    }
}

#top_in
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_in .button
{
    margin: 0 5px;
    background-color: #fff;
    color: #1d2a47;
    border: 2px solid transparent;
}

#top_in .button:hover
{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

#top #a_logo img
{
    width: 300px;
}

#content_full
{
    margin-top: 30px;
}

#content_full_in
{
    display: flex;
    align-items: flex-start;
}

#content_full #content
{
    width: 70%;
}

#content_full #column
{
    width: 30%;
}

#content img
{
    max-width: 100%;
    height: auto !important;
}

.lh-reset {
    line-height: 1.7 !important;
}

.lh-1 {
    line-height: 1 !important;
}

img.main_photo
{
    margin-bottom: 0;
    width: 100%;
}

img.main_photo + figcaption
{
    margin: 0;
    font-size: 10px;
    color: #999;
    text-align: right;
}

#bottom
{
    text-align: center;
    padding: 15px 0 15px;
    font-size: 14px;
    border-top: 1px solid #b8b8b8;
}

table {
    margin-bottom: 1.7rem;
    text-align: center;
    width: 100%;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.table
{
    border-collapse: separate;
    width: 100%;
    line-height: 1.4;
}

.table tr th,
.table tr td
{
    text-align: center;
}

.table tr th
{
    background-color: #878064;
    color: #fff;
    font-size: 16px;
    padding: 12px 5px;
}

.table tr th.mod_th
{
    background: #588A7F;
    color: #fff;
}

.table tr td
{
    font-size: 15px;
    padding: 1em 0.3em;
    text-align: center;
    vertical-align: middle;
}

.table tr td a.button
{
    background-color: #3965a4;
    border-color: #3965a4;
    color: #fff;
    line-height: 1;
}

.table tr td a.button:hover
{
    background-color: #0d1d34;
}

.table tr.mod td
{
    background-color: #ddd6bb;
}

.table tr td.mod_td
{
    background: #ede8d0;
}

.table tr.mod td.mod_td
{
    background: #d0caac;
}

.table tr td.icon_flex
{
    align-items: center;
    vertical-align: center;
    color: #bd1550;
}

.table tr td.icon_flex svg
{
    width: 20px;
    vertical-align: center;
}

.table tr td.icon_flex a
{ 
    margin-left: 5px;
}

.table a.link
{
    color: #695b44;
}

table.table-blue tr:nth-of-type(2n) td:nth-of-type(2n)
{
    background-color: #b5d0fd;
}

table.table-blue tr:nth-of-type(2n) td:nth-of-type(2n+1)
{
    background-color: #cee0fd;
}

table.table-blue tr:nth-of-type(2n+1) td:nth-of-type(2n)
{
    background-color: #d2e4fe;
}

table.table-blue tr:nth-of-type(2n+1) td:nth-of-type(2n+1)
{
    background-color: #e6effe;
}

caption
{
    text-align: left;
    font-weight: 700;
    padding-left: 10px;
}

.paginator
{
    padding: 50px 0;
    text-align: center;
}

.paginator span
{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 5px 5px;
    transition: .1s;
    border: 1px solid #4c4c4c;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
}

.paginator span.current,
.paginator span:hover
{
    background: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}

.paginator span a
{
    color: #4c4c4c;
    text-decoration: none;
    display: block;
}

.paginator span:hover a
{
    color: #fff;
}

.text_header,
.text_content
{
    line-height: 1.4;
}

.text_content
{
    margin-bottom: 30px;
}

.text_header p,
.text_content p
{
    line-height: 1.7;
    padding: 0;
    margin: 1.7rem 0;
}

.text_header p
{
    color: #1b2e6b;
    font-family:  Lora, serif;
    font-size: 21px;
    font-weight: 400;
}

.text_header p strong
{
    font-weight: 400;
}

.text_content p
{
    font-size: 16px;
}

.text_content a
{
    color: #000066;
}

.text_header ol,
.text_content ol
{
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 20px;
}

.text_header ol ol,
.text_content ol ol
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.text_header ul,
.text_content ul
{
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}

.text_header ul ul,
.text_content ul ul
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.text_content li
{
    line-height: 1.7;
    margin-bottom: 10px;
}

.text_content li li
{
    margin-bottom: 5px;
}

.text_header h6,
.text_content h6
{
    font-size: 17px;
    color: #000066;
    padding-bottom: 15px;
}

#advisors_list.text_content ol li
{
    margin-bottom: 0;
}

.article_short
{
    padding-bottom: 10px;
}

.article_short p
{
    line-height: 1.7;
    padding-bottom: 10px;
    font-size: 16px;
}

.author
{
    text-align: right;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
}

.author_advisor
{
    font-style: italic;
    margin-bottom: 15px;
}

.column
{
    background: linear-gradient(to top left, #fff, #fcf9e8 89%);
    margin-left: 30px;
    padding-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 20px;
}

.column p.title
{
    font-size: 18px;
    font-family: Lora, serif;
    color: #fff;
    font-weight: 400;
    background: linear-gradient(to right, rgba(1, 26, 79, 0.7) 0%, rgba(41, 45, 89, 0.6) 100% );
    backdrop-filter: blur(2px);
    border-top: 1px solid rgba(88, 121, 152, 0.3);
    box-shadow: inset 0 -1px 0 rgba(64, 64, 64, 0.4);
    padding: 14px 16px;
}

.column a
{
    font-family: "Open Sans", sans-serif;
    display: flex;
    padding: 12px 20px 12px 16px;
    color: #1b2e6b;
    font-size: 16px;
    text-decoration: none;
    align-items: center;
    transition: padding 0.3s ease-in;
}

.column a:hover,
.column a.active
{
    background-color: #588A7F;
    color: #fff;
    padding-left: 21px;
    padding-right: 15px;
    box-shadow: inset 0 -1px 0 #A2C6BF8F, inset 0 1px 0 #8c8c8c66, inset -5px 0 25px rgba(64, 64, 64, 0.1);
    border-color: #3965a4;
}

.column a svg
{
    width: 20px;
    margin-right: 10px;
}

#advisors_box.column a
{
    align-items: flex-start;
    position: relative;
}

#advisors_box.column img
{
    width: 60px;
    border-radius: 6px;
    margin-right: 12px;
}

#advisors_box.column span
{
    display: block;
    font-size: 16px;
    color: #1b2e6b;
}

#advisors_box.column p.advisor
{
    font-size: 12px;
    color: #4c4c4c;
    margin-right: 5px;
}

#advisors_box.column a:hover :is(span, p.advisor)
{
    color: #fff;
}

#advisors_box.column a .mini_status
{
    position: absolute;
    top: 7px;
    left: 12px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
}

#advisors_box.column a .mini_status .status
{
    padding: 0px;
    width: 18px;
    height: 18px;
}

#articles_box.column a
{
    justify-content: space-between;
    align-items: center;
}

#articles_box.column span.date
{
    font-size: 10px;
    color: #4c4c4c;
}

#articles_box.column a:hover span.date
{
    color: #fff;
}

.box
{
    border: 1px solid #e5dfbc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.box p
{
    line-height: 1.4;
    padding-bottom: 20px;
}

.justify_button
{
    display: flex;
    justify-content: space-between;
}

#notify
{
    color: #fff;
    display: flex;
    font-size: 12px;
}

#notify a
{
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    text-align: center;
}

#notify a:hover
{
    color: #7797c3;
}

#notify svg
{
    width: 30px;
    margin-bottom: 5px;
}

#notify .count
{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #bd1550;
    align-items: center;
    justify-content: center;
    display: none;
}

#notify .count.active
{
    display: inline-flex;
}

.loading
{
    max-width: 100px !important;
}

.mt-0 {
    margin-top: 0;
}

.mt-04rem {
    margin-top: 0.4rem;
}

.mt-1rem {
    margin-top: 1rem;
}

.mt-14rem {
    margin-top: 1.4rem;
}

.mt-17rem {
    margin-top: 1.7rem;
}

.mt-2rem {
    margin-top: 2rem;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-04rem {
    margin-bottom: 0.4rem;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.mb-14rem {
    margin-bottom: 1.4rem;
}

.mb-17rem {
    margin-bottom: 1.7rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-1rem {
    margin-left: 1rem;
}

.mr-1rem {
    margin-right: 1rem;
}

.ml-17rem {
    margin-left: 1.7rem;
}

.mr-17rem {
    margin-right: 1.7rem;
}

.ml-16 {
    margin-left: 16px;
}

.mr-16 {
    margin-right: 16px;
}