@font-face {
    font-family: 'BFUSuisse-Regular-WebS';
    src: url('../fonts/WebS/BFUSuisse-Regular-WebS.eot');
    src: url('../fonts/WebS/BFUSuisse-Regular-WebS.ttf');
    src: url('../fonts/WebS/BFUSuisse-Regular-WebS.woff2') format('woff2'),
    url('../fonts/WebS/BFUSuisse-Regular-WebS.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BFUSuisse-Medium-WebS';
    src: url('../fonts/WebS/BFUSuisse-Medium-WebS.eot');
    src: url('../fonts/WebS/BFUSuisse-Medium-WebS.ttf');
    src: url('../fonts/WebS/BFUSuisse-Medium-WebS.woff2') format('woff2'),
    url('../fonts/WebS/BFUSuisse-Medium-WebS.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BFUSuisse-Bold-WebS';
    src: url('../fonts/WebS/BFUSuisse-Bold-WebS.eot');
    src: url('../fonts/WebS/BFUSuisse-Bold-WebS.ttf');
    src: url('../fonts/WebS/BFUSuisse-Bold-WebS.woff2') format('woff2'),
    url('../fonts/WebS/BFUSuisse-Bold-WebS.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BFUSuisse-Bold-WebXL';
    src: url('../fonts/WebXL/BFUSuisse-Bold-WebXL.eot');
    src: url('../fonts/WebXL/BFUSuisse-Bold-WebXL.ttf');
    src: url('../fonts/WebXL/BFUSuisse-Bold-WebXL.woff2') format('woff2'),
    url('../fonts/WebXL/BFUSuisse-Medium-WebXL.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BFUSuisse-Regular-WebXL';
    src: url('../fonts/WebXL/BFUSuisse-Regular-WebXL.eot');
    src: url('../fonts/WebXL/BFUSuisse-Regular-WebXL.ttf');
    src: url('../fonts/WebXL/BFUSuisse-Regular-WebXL.woff2') format('woff2'),
    url('../fonts/WebXL/BFUSuisse-Regular-WebXL.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BFUSuisse-Medium-WebXL';
    src: url('../fonts/WebXL/BFUSuisse-Medium-WebXL.eot');
    src: url('../fonts/WebXL/BFUSuisse-Medium-WebXL.ttf');
    src: url('../fonts/WebXL/BFUSuisse-Medium-WebXL.woff2') format('woff2'),
    url('../fonts/WebXL/BFUSuisse-Medium-WebXL.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BFUSuisse-Bold-WebXL';
    src: url('../fonts/WebXL/BFUSuisse-Bold-WebXL.eot');
    src: url('../fonts/WebXL/BFUSuisse-Bold-WebXL.ttf');
    src: url('../fonts/WebXL/BFUSuisse-Bold-WebXL.woff2') format('woff2'),
    url('../fonts/WebXL/BFUSuisse-Medium-WebXL.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'BFUSuisse-Regular-WebS', Arial, Heletica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color:#333333;
    letter-spacing: 0.01em;
}

#container {
    width:100%;
    max-width: 900px;
    min-width: 375px;
    margin: auto;
}

.logo {
    width: 110px;
    height: auto;
}

#header {
    background: #00b2aa;
}

#header img {
    width: 29%;
    height: auto;
    margin-left:50px;
    display: block;
}

#header .intro {
    background:#ffffff;
    margin-right:50px;
    padding-top:30px;
    padding-left:50px;
    padding-right:30px;
}

#content {
    margin: 50px;
}

.span_1_of_2 {
    padding-right: 30px;
}
.span_1_of_2, .span_2_of_2 {
    width: calc(100% / 2 - 30px);
    float: left;
}
.non-floating {
    clear: both;
    padding-top: 10px;
}

#footer {
    margin:100px 50px 50px;
    overflow: auto;
    font-size: 11px;
    line-height:15px;
}

#footer > * {
    float:left;
    width:150px;
    margin-right:100px;
}

#footer img {
    width:80px;
    height:78px;
}

#footer p, #footer a {
    margin-top:20px;
}

/************************/
/* typography */
/************************/

h1 {
    font-family: 'BFUSuisse-Medium-WebXL', Arial, Heletica, sans-serif;
    margin:0px;
    font-size:35px;
    line-height: 45px;
}

.pensum, em {
    font-family: 'BFUSuisse-Medium-WebXL', Arial, Heletica, sans-serif;
    font-size:35px;
    line-height: 40px;
    color:#8C8C8C;
}

em {
    display: block;
    font-size:25px;
    font-style: normal;
    line-height: 30px;
    margin-top:18px;
}

h2 {
    font-family: 'BFUSuisse-Medium-WebXL', Arial, Heletica, sans-serif;
    color:#00b2aa;
    margin-bottom:5px;
    margin-top:20px;
    font-size:15px;
}


/************************/
/* buttons */
/************************/
.apply {
    margin: 60px 0px;
    text-align: center;
}
.button {
    background-color: #00b2aa;
    padding: 15px 30px;
    letter-spacing: 1px;
    text-decoration: none;
    color: white;
    transition: background-color 0.5s;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    font-size:14px;
}

.button:hover {
    background-color: #66d1cc;
    color: white;
}
/************************/
/* links */
/************************/

a {
    text-decoration: none;
    color: #333333;
    transition: color 0.5s;
}

a:hover {
    color: #66d1cc;
}
/************************/
/* list style */
/************************/

p {
   margin:0;
}

.isLast {
    margin-top:20px;
}

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

ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
}

li {
    text-indent: -1em;
}

li:before {
    content: url("../images/bullet.svg");
    display: inline-block;
    width: 8px;
    height: auto;
    font-family: 'BFUSuisse-Bold-WebXL', Arial, Heletica, sans-serif;
    padding-right: 0.4em;
    color: #66d1cc;
    position: relative;
    left: 15px;
    top: -2px;
}

.print-only {
    display:none;
}


/************************/
/* Benefits */
/************************/


#benefits {
    position: relative;
    margin-left: -20px;
}
.card-container {
    margin: 10px;
    width: calc(100% / 8 - 25px);
    display: inline-block;
}
.card--hover  {
    position: absolute;
    top: 10px;
    border: 1px solid #00b2aa;
    background-color: #fff;
    padding: 10px;
    width: 150px;
}
.card-container .card {
    text-align: center;
    position: relative;
}
.card--display img {
    width: 70px;
}
.card-container .card {
    padding: 10px;
    width: 100%;
    background: white;
    text-decoration: none;
    color: black;
    display: block;
    transition: 0.25s ease;
}

.card-container .card:hover .card--hover {
    display: block;
    z-index: 1000;
}
.card-container .card .card--hover {
    display: none;
}
.card-container .card .card--hover h2 {
    margin: 0 0 10px;
    text-align: left;
}
.card-container .card .card--hover p {
    font-weight: normal;
    line-height: 1.3;
    font-size: 14px;
    text-align: left;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
/**
Cookie banner
 */
:root {
    --cc-bg: #fff;
    --cc-text: #2d4156;
    --cc-border-radius: .35em;
    --cc-btn-primary-bg: #2d4156;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-overlay-primary-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-s-secondary-bg: #466586;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-btn-border-radius: 4px;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
    --cc-element-overlay-bg: #466586;
    --cc-font-family: "Roboto"
}
:root {
    --cc-border-radius: 3px;
    --cc-btn-primary-bg: #00B2AA;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #00807A;
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-s-secondary-bg: #00807A;
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-btn-border-radius: 3px;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
    --cc-element-overlay-bg: #333;
    --cc-font-family: "BFU Suisse Regular";
    --cc-overlay-bg: rgba(4, 6, 8, .55);
}
.cc_div {
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.cc_div {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    visibility: hidden;
    transition: visibility .25s linear;
}
.c--anim .cc_div, .force--consent.show--settings .c--anim .cc_div {
    visibility: visible;
}
#cm {
    font-family: inherit;
    padding: 1.1em 1.5em 1.4em;
    position: fixed;
    z-index: 1;
    background: white;
    max-width: 24.2em;
    width: 100%;
    bottom: 1.25em;
    right: 1.25em;
    box-shadow: 0 0.625em 1.875em #000;
    box-shadow: 0 0.625em 1.875em #02020347;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    line-height: initial;
}
#cm.bar {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    position: fixed;
    padding: 2em;
}
#cm.bar {
    width: 100vw;
    max-width: 100vw;
}
.c--anim #cm.bar.slide, .c--anim .bar.slide #s-inr {
    transition: visibility .4s ease,opacity .4s ease,transform .4s ease!important;
}
.c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
    opacity: 1;
    transform: scale(1);
    visibility: visible!important;
}
#cc_div #cm {
    display: block!important;
}
#cm.bar #c-inr {
    max-width: 32em;
    margin: 0 auto;
}
.cc_div .c-bn, .cc_div .b-tl, #s-ttl, #c-ttl, #s-bl td:before {
    font-weight: 600;
}
#c-ttl {
    margin-bottom: 0.7em;
    font-size: 1.05em;
}

.cc_div *, .cc_div *:hover, .cc_div :before, .cc_div :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
    transition: none;
    animation: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: none;
    border: none;
    border-radius: unset;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    visibility: unset;
    height: auto;
    vertical-align: baseline;
}

.cc_div input, .cc_div button, .cc_div a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}
.cc_div .cc-link {
    color:#00B2AA;
    border-bottom: 1px solid #00B2AA;
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}
#c-txt {
    font-size: .9em;
    line-height: 1.5em;
}
.cc_div .c-bn, .cc_div .b-tl, #s-ttl, #c-ttl, #s-bl td:before {
    font-weight: 600;
}
.c--anim .c-bn {
    transition: background-color .25s ease!important;
}
.cc_div .c-bn {
    padding: calc(1em - 2px) 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: .82em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: 3px;
    flex: 1;
}
#c-bns button:first-child {
    color: #fff;
    background: #00B2AA;
}
#c-bns button:first-child:active, #c-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover {
    background: #00807A;
}
#c-s-bn {
    background-color: #00B2AA;
    color: #fff;
}
.cc_div #c-bns {
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em;
}
#cm.bar #c-bns {
    max-width: 33.75em;
}
#c-bns button+button, #s-cnt button+button, #s-c-bn {
    float: right;
    margin-left: 1em;
}
.c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr, #cs-ov, #cm-ov {
    transition: visibility .25s linear,opacity .25s ease,transform .25s ease!important;
}
#cm-ov, #cs-ov {
    position: fixed;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    background: #070707;
    background: rgba(4, 6, 8, .55);
    display: none;
    transition: none;
}
#cs-ov {
    z-index: 2;
}
#cs-ov, .c--anim #cs-ov, .c--anim #cm-ov, #cm-ov {
    display: block;
}
.c--anim #cm-ov, .show--settings .c--anim #cs-ov {
    visibility: visible!important;
    opacity: 1!important;
}
html.cb-active, html.cb-active body {
    height: auto!important;
    overflow-x: hidden!important;
}
html.cb-active {
    overflow-y: hidden!important;
}
#cc--main {
    display: none;
}
html.cb-active #cc--main {
    display: block;
}
/*Modal cookies */
.modal {
    max-width: 720px;
    padding:0;
}
.modal.cc_div {
    visibility: visible;
    position: relative;
}
.blocker {
    z-index: 99999999;
}
#s-cnt * {
    box-sizing: border-box;
}
#s-ttl {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}
#s-hdr {
    position: relative;
    top: 0;
    width: 100%;
    display: table;
    padding: 0 1.8em;
    height: 4.75em;
    vertical-align: middle;
    z-index: 2;
    border-bottom: 1px solid #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#s-bl .b-acc {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    display: none;
}
#s-bl .c-bl:first-child {
    transition: none;
    padding: 0;
    margin-top: 0;
    border: none;
    margin-bottom: 2em;
}
#s-bl .title:first-child, #s-bl .b-bn {
    margin-top: 0;
}
#s-bl .b-bn {
    position: relative;
}
#s-cnt .b-bn .b-tl.exp {
    cursor: pointer;
    border:0;
    text-align: left;
}

#s-cnt .b-bn .b-tl {
    display: block;
    font-family: inherit;
    font-size: .95em;
    width: 100%;
    position: relative;
    padding: 1.3em 6.4em 1.3em 2.7em;
    background: none;
    transition: background-color .25s ease;
}
#s-bl .c-bl.b-ex {
    padding: 0;
    border: none;
    background: #f0f4f7;
    transition: none;
    margin-bottom: 0.5em
}
#s-bl {
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 448px;
    padding: 1.3em 1.8em;
    display: block;
    width: 100%;
    scrollbar-width: thin;
    margin-bottom: 70px;
}

.b-tl{
    font-weight: 600;
}
#s-bl {
    outline: none;
}
#s-bl::-webkit-scrollbar {
    width:.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 .25em .25em 0
}

#s-bl::-webkit-scrollbar-thumb {
    border: .25em solid var(--cc-bg);
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em
}

#s-bl::-webkit-scrollbar-thumb:hover {
    background: var(--cc-webkit-scrollbar-bg-hover)
}

#s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px
}
#s-cnt .p {
    font-size: .9em;
    line-height: 1.5em;
    margin-top: 0.85em;
    letter-spacing: normal;
}
.b-bn .exp:before, .act .b-bn .exp:before {
    border: solid #2d4156;
    border-width: 0 2px 2px 0;
    padding: .2em;
    display: inline-block;
    content: "";
    margin-right: 15px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 1.2em;
    top: 50%;
}
.cc_div .b-tg {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    right: 1.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.cc_div span.t-lb, .cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl {
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em;
}
.cc_div input, .cc_div button, .cc_div a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}
.cc_div .b-tg .c-tgl {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
}
.cc_div span.t-lb, .cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl {
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em;
}

.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: #00B2AA;
}
.cc_div .b-tg .c-tgl:disabled {
    cursor: not-allowed;
}
.cc_div .b-tg .c-tg {
    position: absolute;
    background: #00B2AA;
    transition: background-color .25s ease,box-shadow .25s ease;
    pointer-events: none;
}
.cc_div .off-i, .cc_div .on-i {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease;
}
.cc_div .on-i {
    left: 0;
    opacity: 0;
}
.cc_div .b-tg .c-tgl:checked~.c-tg .on-i {
    opacity: 1;
}
.cc_div .on-i:before {
    border: solid #ecf2fa;
    border-width: 0 2px 2px 0;
    padding: 0.1em 0.1em 0.45em;
    display: inline-block;
    content: "";
    margin: 0 auto;
    transform: rotate(45deg);
    top: 0.37em;
    left: 0.75em;
    position: absolute;
}
.cc_div .off-i, .cc_div .on-i {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease;
}
.cc_div .b-tg .c-tgl:checked~.c-tg .off-i {
    opacity: 0;
}
.cc_div .b-tg .c-tg:after {
    content: "";
    position: relative;
    display: block;
    left: 0.125em;
    top: 0.125em;
    width: 1.25em;
    height: 1.25em;
    border: none;
    box-sizing: content-box;
    background: #fff;
    box-shadow: 0 1px 2px #1820235c;
    transition: transform .25s ease;
    border-radius: 100%;
}
.cc_div .off-i, .cc_div .on-i {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease;
}
.cc_div .b-tg .c-tgl:checked~.c-tg .off-i {
    opacity: 0;
}
.cc_div .off-i:before {
    transform: rotate(45deg);
}

.cc_div .b-tg .c-tg {
    position: absolute;
    background: #919ea6;
    transition: background-color .25s ease,box-shadow .25s ease;
    pointer-events: none;
}
.cc_div .b-tg .c-tgl~.c-tg.c-ro {
    background: #d5dee2;
}
.cc_div span.t-lb {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.cc_div .off-i:before, .cc_div .off-i:after {
    right: 0.8em;
    top: 0.42em;
    content: " ";
    height: 0.7em;
    width: 0.09375em;
    display: block;
    background: #ecf2fa;
    margin: 0 auto;
    position: absolute;
    transform-origin: center;
}
.cc_div .off-i:after {
    transform: rotate(-45deg);
}
.cc_div .b-tg .c-tgl:checked~.c-tg .on-i {
    opacity: 1;
}
.cc_div .b-tg .c-tgl:checked~.c-tg:after {
    transform: translate(1.9em);
}
.cc_div .b-tg .c-tgl~.c-tg.c-ro:after {
    box-shadow: none;
}

.cc_div .act .b-bn .b-tl:before {
    transform: translateY(-20%) rotate(225deg);
}
#s-bl .act .b-acc {
    max-height: 100%;
    display: block;
    overflow: hidden;
}
#s-bl .b-acc .p {
    margin-top: 0;
    padding: 1em;
}

#s-bl table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#s-bl td, #s-bl th {
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    padding: 0.8em 0.625em 0.8em 1.2em;
}
#s-bl th {
    font-family: inherit;
    word-break: normal;
    padding: 1.2em;
}
#s-bl td, #s-bl th {
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    padding: 0.8em 0.625em 0.8em 1.2em;
}
#s-bl table, #s-bl th, #s-bl td {
    border: none;
}
.desc>table>tbody>tr>td:first-child {
    line-break: anywhere;
}
#s-inr, #s-hdr, #s-bns {
    background: var(--cc-bg);
    border-radius: 3px;
}
#s-bns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 1.8em;
    border-top: 1px solid var(--cc-section-border);
    height: 4.75em;
}
.cc_div .c-bn {
    color: var(--cc-btn-secondary-text);
    background: var(--cc-btn-secondary-bg);
    padding: calc(1em - 2px) 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: .82em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: var(--cc-btn-border-radius);
    flex: 1;
}
#s-bns button:first-child {
    background: #fff;
    border: 2px solid var(--cc-btn-primary-bg);
    color: var(--cc-btn-primary-bg);
    outline-color: var(--cc-btn-primary-bg);
}

#s-rall-bn {
    background: #fff !important;
    border: 2px solid var(--cc-btn-primary-bg) !important;
    color: var(--cc-btn-primary-bg) !important;
    outline-color: var(--cc-btn-primary-bg) !important;
}
#c-bns button+button, #s-cnt button+button, #s-c-bn {
    float: right;
    margin-left: 1em;
}
#s-cnt #s-rall-bn {
    float: none;
}
#cm, #s-inr, .cc_div .c-bl, .cc_div .b-tl, #s-bl .act .b-acc {
    border-radius: var(--cc-border-radius);
}
#s-c-bnc {
    display: table-cell;
    vertical-align: middle;
    float: right;
}
#s-c-bn {
    padding: 0;
    width: 1.7em;
    height: 1.7em;
    font-size: 1.45em;
    margin: 0;
    font-weight: initial;
    position: relative;
    overflow: hidden;
}
a.close-modal {
    display: none !important;
}
#s-c-bn:before, #s-c-bn:after {
    content: "";
    position: absolute;
    left: 0.82em;
    top: 0.58em;
    height: 0.6em;
    width: 1.5px;
    background: var(--cc-btn-secondary-text);
    transform: rotate(45deg);
    border-radius: 1em;
    margin: 0 auto;
}
#s-c-bn:after {
    transform: rotate(-45deg);
}
#c-txt a {
    color: var(--cc-btn-primary-bg);
    border-bottom: 1px solid var(--cc-btn-primary-bg);
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}
.cc_div p a {
    border-bottom:1px solid;
}
/************************/
/* responsive */
/************************/
@media screen and (max-width: 770px) {
    .card-container {
        margin: 10px;
        width: calc(100% / 4 - 25px);
        display: inline-block;
    }
    .card--display img {
        width: 100px;
    }
}
@media screen and (max-width: 640px) {
    #header img {
        margin-left:20px;
    }
    #header .intro {
        margin:0;
        padding:40px 20px 0;
    }

    #content {
        margin:40px 20px;
    }

    h1, .pensum {
        font-size: 1.4em;
        line-height: 30px;
    }

    em {
        font-size: 1.1em;
        line-height: 24px;
    }

    .button {
        display: block;
    }

    #footer {
        margin:50px 20px 20px;
    }

    #footer > * {
        width: 33%;
        margin: 0;
        display: table-cell;
        float: none;
        vertical-align: top;
    }

    #footer img {
        width:auto;
    }

    #footer a {
        text-align: center;
    }
}
@media screen and (max-width: 520px) {
    .card-container {
        width: calc(100% / 2 - 25px);
    }
}
/************************/
/* print */
/************************/

@media print {
    @page {
        margin: 0;
    }

    .none-printable {
        display:none;
    }

    .print-only {
        display:block;
    }

    body {
        font-size: 0.80em;
        margin: 0;
        padding: 0;
        width: 100%;
        /*background-color: transparent;*/
    }

    h1, .pensum {
        font-size: 22px;
        line-height: 30px;
    }

    em {
        font-size: 16px;
        line-height: 24px;
    }

    h2 {
        color: #000000;
        font-weight: bold;
    }

    #header .intro {
        margin-right:0px;
    }

    #header img, .non-printable {
        display: none;
      }


}
