html, html body { line-height: 1; overflow-x: hidden; width: initial; height: initial; overflow: initial; }

body * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

ol, ul { list-style-type: none; }

fieldset { border: none; }

:root { -ms-overflow-style: -ms-autohiding-scrollbar; overflow-y: scroll; text-size-adjust: 100%; }

audio:not([controls]) { display: none; height: 0; }

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

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

pre { overflow: auto; }

progress { display: inline-block; }

textarea { overflow: auto; }

template, [hidden] { display: none; }

[unselectable] { user-select: none; }

:root { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #555; text-rendering: optimizeLegibility; vertical-align: top; font-family: "Mukta Vaani", sans-serif; font-size: 15.75px; line-height: 1.5; }
@media (min-width: 480px) { :root { font-size: 18px; } }

*, ::after, ::before { box-sizing: inherit; color: inherit; font-family: inherit; font-size: inherit; line-height: inherit; text-decoration: inherit; vertical-align: inherit; }

* { cursor: inherit; margin: 0; padding: 0; }

body { background-color: white; }

button, body > div.main input[type="submit"], body > div.main .Actions .back-link, input, select, textarea { cursor: initial; }

a { cursor: pointer; }

hr { border: 0; border-top: 1px solid #e0e0e0; display: block; height: 1px; margin: 20px 0; }

figure { margin: 24px 1em; }

figcaption { color: #666; font-style: italic; text-align: center; }

::selection { background-color: #d6d6d6; }

::-moz-selection { background-color: #d6d6d6; }

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

[class^="color-"] { color: white; padding: 1em 2em; }

.color-base-primary { background-color: #E50069; }

.color-base-selection { background-color: #d6d6d6; }

.color-base-lines { background-color: #e0e0e0; }

.color-text-primary { background-color: #555; }

.color-text-secondary { background-color: #666; }

.color-text-heading { background-color: #222; }

.color-text-ui { background-color: white; }

.color-background-dark { background-color: #282E31; }

.color-background-light { background-color: #f5f5f5; }

.color-background-body { background-color: white; }

.color-state-muted { background-color: #aaa; }

.color-state-primary { background-color: #E50069; }

.color-state-success { background-color: #45ca69; }

.color-state-warning { background-color: #ffb800; }

.color-state-error { background-color: #ca4829; }

.color-blue-darker { background-color: #495b61; }

.color-blue-dark { background-color: #447281; }

.color-blue { background-color: #4591aa; }

.color-blue-light { background-color: #5ab0cc; }

.color-blue-lighter { background-color: #74cbe8; }

.color-green-darker { background-color: #3b6e6e; }

.color-green-dark { background-color: #3b8686; }

.color-green { background-color: #37a1a1; }

.color-green-light { background-color: #2dbaba; }

.color-green-lighter { background-color: #69d1d1; }

.color-cream-darker { background-color: #c47858; }

.color-cream-dark { background-color: #e29372; }

.color-cream { background-color: #ecac91; }

.color-cream-light { background-color: #f9c2ab; }

.color-cream-lighter { background-color: #fdd5c3; }

.color-red-darker { background-color: #653131; }

.color-red-dark { background-color: #b73333; }

.color-red { background-color: #da3c3c; }

.color-red-light { background-color: #f25a5a; }

.color-red-lighter { background-color: #fa8181; }

.color-gray-darker { background-color: #333333; }

.color-gray-dark { background-color: #4d4d4d; }

.color-gray { background-color: #666666; }

.color-gray-light { background-color: #808080; }

.color-gray-lighter { background-color: #999999; }

.pagination ul, .typography .pagination ul { list-style-type: none; padding: 0; }
.pagination ul li { display: inline-block; border-radius: 2px; text-align: center; vertical-align: top; height: 30px; }
.pagination ul li span, .pagination ul li a { color: #555; display: inline-block; line-height: 30px; padding: 0 10px; }
.pagination ul li.active { background-color: #d6d6d6; }
.pagination ul li.disabled a { cursor: default; color: #aaa; }
.pagination ul li i { font-size: 2rem; }
.pagination ul li.pages ul li { display: inline-block; float: none; }

@media print { @page { margin: .5cm; }
  *, *:before, *:after { background: transparent !important; color: black !important; filter: none !important; text-shadow: none !important; }
  :root { background-color: white; color: black; font: 11pt/1.3 "Georgia", "Times New Roman", "Times", serif; }
  img { max-width: 100% !important; page-break-after: avoid; page-break-inside: avoid; }
  .show-print { display: block; visibility: visible; }
  .hide-print, video, audio, object, embed, nav, footer, a[href^="#"]:after { display: none; visibility: hidden; }
  p, h2, h3, .h2, .h3 { orphans: 3; widows: 3; }
  h2, h3, .h2, .h3 { page-break-after: avoid; }
  a, a:visited { color: black; font-size: .57em; text-decoration: underline; word-wrap: break-word; }
  a[href]:after, a:visited[href]:after { content: " (" attr(href) ")"; font-size: smaller; }
  q:after { content: " (Source: " attr(cite) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, code { background-color: none; border: 1px solid #e0e0e0; page-break-inside: avoid; }
  blockquote { border: none; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  ol { padding-left: 1.25em; }
  ul { padding-left: 0; list-style: none; }
  ul ul, ul ul ul { padding-left: 1.5em; }
  ul li, ol li { content: "&raquo; "; } }
@media print and (min-width: 480px) { table { page-break-inside: avoid; width: 100% !important; }
  table th, table td { line-height: 40px !important; } }

@media print { .badge, .badge:before, .badge *:after, .label, .label:before, .label *:after, .spinner, .spinner:before, .spinner *:after, .tooltip, .tooltip:before, .tooltip *:after, [data-hint], [data-hint]:before, [data-hint] *:after, .progress, .progress:before, .progress *:after, .breadcrumbs, .breadcrumbs:before, .breadcrumbs *:after, .modal, .modal:before, .modal *:after, .alert, .alert:before, .alert *:after { display: none; visibility: hidden; } }
body > div.main { /* Checkboxes
	 ========================================================================== */ /* Remove default checkbox */ /* Radio Buttons
	 ========================================================================== */ /* Unchecked styles */ /* Checked styles */ /* Radio With gap */ /* Disabled Radio With gap */ /* Disabled style */ }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main .button { text-transform: uppercase; font-weight: 700; padding: 6px 24px; margin: 0 0.5vw 0.5vw; background-color: #E50069; border: 1px solid rgba(229, 0, 105, 0.5); color: white; cursor: pointer; display: inline-block; overflow: visible; text-align: center; text-decoration: none; transition: 300ms; user-select: none; vertical-align: middle; white-space: nowrap; min-width: 124px; line-height: 2em; }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):hover, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):hover, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):hover, body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main .button:hover, body > div.main .button:focus { background-color: #ff3390; color: white; text-decoration: none; }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main .button:focus, body > div.main .button:active { outline: none; }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main .button:active { background-color: #ff1982; }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow)[disabled], body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow)[disabled], body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow)[disabled], body > div.main .button[disabled] { background-color: gainsboro; color: white; cursor: not-allowed; }
body > div.main .slick-slider .slick-dots li button, body > div.main .slick-slider .slick-dots li input[type="submit"], body > div.main .slick-slider .slick-dots li .Actions .back-link, body > div.main .Actions .slick-slider .slick-dots li .back-link { background-color: transparent !important; border: 0 !important; }
body > div.main .button-pill { border-radius: 25px; }
body > div.main .button-flat, body > div.main .Actions .back-link { background-color: transparent; color: #555; border: 1px solid rgba(0, 0, 0, 0.1); }
body > div.main .button-flat:hover, body > div.main .Actions .back-link:hover { background-color: rgba(0, 0, 0, 0.1); color: #555; }
body > div.main .button-flat[disabled], body > div.main .Actions [disabled].back-link { background-color: transparent; color: #666; }
body > div.main .button-collapse { width: 100%; }
@media (min-width: 480px) { body > div.main .button-collapse { width: auto; } }
@media (min-width: 1024px) { body > div.main .UserDefinedForm header .inner .navigation-container nav.primary .navigation > li > a { color: #093D5E; } }
body > div.main .UserDefinedForm .content-container { max-width: 1160px; width: 100%; margin: auto; }
body > div.main form.cms-edit-form, body > div.main form [row].cms-edit-form { max-width: none; }
@media (min-width: 480px) { body > div.main form, body > div.main form [row] { margin-bottom: 24px; } }
body > div.main input { border-radius: 0px; -webkit-appearance: none; }
body > div.main input:not([type="submit"]), body > div.main select, body > div.main textarea { font-size: 16px; padding: 0 .75em; transition: 300ms; width: 100%; }
body > div.main input:not([type="submit"]):focus, body > div.main select:focus, body > div.main textarea:focus { border-color: #74cbe8; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(69, 145, 170, 0.5); outline: none; }
body > div.main input:not([type="submit"])[disabled], body > div.main select[disabled], body > div.main textarea[disabled] { background-color: #f5f5f5; cursor: not-allowed; }
body > div.main input:not([type="submit"]) { line-height: normal; min-height: 32px; }
body > div.main input:not([type="submit"])[type="checkbox"]:focus, body > div.main input:not([type="submit"])[type="radio"]:focus, body > div.main input:not([type="submit"])[type="range"]:focus, body > div.main input:not([type="submit"])[type="file"]:focus, body > div.main input:not([type="submit"])[type="color"]:focus, body > div.main input:not([type="submit"])[type="submit"]:focus { border-color: transparent; box-shadow: none; outline: none; }
body > div.main input[type="submit"] { line-height: 2; }
body > div.main label { display: block; margin-bottom: 8px; line-height: 28px; }
body > div.main label.required { color: #ca4829; margin-top: 8px; }
body > div.main fieldset { border: none; padding: 0; margin-bottom: 8px; position: relative; }
body > div.main fieldset .field { margin: 0; display: block; padding: 0; border: 0; box-shadow: none; clear: both; }
@media (max-width: 768px) { body > div.main fieldset .field { width: 100%; } }
body > div.main fieldset .field .middleColumn { margin: 0; padding: 0; }
body > div.main fieldset > .textarea { position: absolute; top: 0; right: 0; }
@media (max-width: 768px) { body > div.main fieldset > .textarea { position: relative; } }
body > div.main fieldset > .field { margin-bottom: 14.5px; }
body > div.main fieldset > .field:before, body > div.main fieldset > .field:after { content: ""; display: table; }
body > div.main fieldset > .field:after { clear: both; }
body > div.main fieldset > .field.requiredField > label.left:after { content: '*'; position: absolute; padding: 0 .25em; color: #ca4829; }
body > div.main legend { font-weight: bold; padding: 0 1em; }
body > div.main input[type="checkbox"], body > div.main input[type="file"], body > div.main input[type="image"], body > div.main input[type="radio"] { height: auto; width: auto; }
body > div.main input[type="checkbox"], body > div.main input[type="radio"] { line-height: normal; padding: 0; vertical-align: middle; }
body > div.main [type="checkbox"]:not(:checked), body > div.main [type="checkbox"]:checked { position: absolute; left: -9999px; opacity: 0; }
body > div.main [type="checkbox"] + label { position: relative; padding-left: 35px; cursor: pointer; display: inline-block; height: 25px; line-height: 25px; font-size: 1rem; -webkit-user-select: none; /* webkit (safari, chrome) browsers */ -moz-user-select: none; /* mozilla browsers */ -khtml-user-select: none; /* webkit (konqueror) browsers */ -ms-user-select: none; /* IE10+ */ }
body > div.main [type="checkbox"]:not(:checked):disabled + label:before { border: none; background-color: #e0e0e0; }
body > div.main [type="checkbox"]:checked + label:before { top: -4px; left: -5px; width: 12px; height: 22px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; transform: rotate(40deg); backface-visibility: hidden; transform-origin: 100% 100%; }
body > div.main [type="checkbox"]:checked:disabled + label:before { border-right: 2px solid #e0e0e0; border-bottom: 2px solid #e0e0e0; }
body > div.main [type="checkbox"].checkbox + label:after { border-radius: 2px; }
body > div.main [type="checkbox"].checkbox + label:before, body > div.main [type="checkbox"].checkbox + label:after { content: ''; left: 0; position: absolute; /* .1s delay is for check animation */ transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index: 1; }
body > div.main [type="checkbox"].checkbox:not(:checked) + label:before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 20% 40%; transform-origin: 100% 100%; }
body > div.main [type="checkbox"].checkbox:not(:checked) + label:after { height: 16px; width: 16px; background-color: transparent; border: 2px solid #e0e0e0; top: 7px; z-index: 0; }
body > div.main [type="checkbox"].checkbox:checked + label:before { top: 9px; left: 1px; width: 6px; height: 11px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid white; border-bottom: 2px solid white; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
body > div.main [type="checkbox"].checkbox:checked + label:after { top: 7px; width: 16px; height: 16px; border: 2px solid #aaa; background-color: #aaa; z-index: 0; }
body > div.main [type="checkbox"].checkbox:disabled:not(:checked) + label:before { background-color: transparent; border: 2px solid transparent; }
body > div.main [type="checkbox"].checkbox:disabled:not(:checked) + label:after { border-color: transparent; background-color: #e0e0e0; }
body > div.main [type="checkbox"].checkbox:disabled:checked + label:before { background-color: transparent; }
body > div.main [type="checkbox"].checkbox:disabled:checked + label:after { background-color: #e0e0e0; border-color: #e0e0e0; }
body > div.main input[type="checkbox"] + label, body > div.main input[type="radio"] + label { display: inline-block !important; line-height: 32px; vertical-align: middle; }
body > div.main [type="radio"]:not(:checked), body > div.main [type="radio"]:checked { position: absolute; left: -9999px; opacity: 0; }
body > div.main [type="radio"]:not(:checked) + label, body > div.main [type="radio"]:checked + label { position: relative; padding-left: 35px; cursor: pointer; display: inline-block; height: 25px; line-height: 25px; font-size: 1rem; transition: .28s ease; -khtml-user-select: none; /* webkit (konqueror) browsers */ user-select: none; }
body > div.main [type="radio"] + label:before, body > div.main [type="radio"] + label:after { content: ''; position: absolute; left: 0; top: 0; margin: 4px 4px 4px 0; width: 16px; height: 16px; z-index: 0; transition: .28s ease; }
body > div.main [type="radio"]:not(:checked) + label:before, body > div.main [type="radio"]:not(:checked) + label:after, body > div.main [type="radio"]:checked + label:before, body > div.main [type="radio"]:checked + label:after { border-radius: 50%; }
body > div.main [type="radio"]:not(:checked) + label:before, body > div.main [type="radio"]:not(:checked) + label:after { border: 2px solid #e0e0e0; }
body > div.main [type="radio"]:not(:checked) + label:after { z-index: -1; transform: scale(0); }
body > div.main [type="radio"]:checked + label:before { border: 2px solid transparent; }
body > div.main [type="radio"]:checked + label:after { background-color: #aaa; z-index: 0; }
body > div.main [type="radio"]:checked + label:after { transform: scale(1.02); }
body > div.main [type="radio"].with-gap:checked + label:after { transform: scale(0.5); }
body > div.main [type="radio"].with-gap:disabled:checked + label:before { border: 2px solid #e0e0e0; }
body > div.main [type="radio"].with-gap:disabled:checked + label:after { border: none; background-color: #e0e0e0; }
body > div.main [type="radio"]:disabled:not(:checked) + label:before, body > div.main [type="radio"]:disabled:checked + label:before { background-color: transparent; border-color: #e0e0e0; }
body > div.main [type="radio"]:disabled + label { color: #e0e0e0; }
body > div.main [type="radio"]:disabled:not(:checked) + label:before { border-color: #e0e0e0; }
body > div.main [type="radio"]:disabled:checked + label:after { background-color: #e0e0e0; border-color: #e0e0e0; }
body > div.main input[type="file"] { border: none; line-height: 100%; padding: 0; }
body > div.main textarea { height: auto; padding: 8px 1em; resize: vertical; }
body > div.main select { background-color: white; border-radius: 0px; padding: .25em .5em; }
body > div.main select[disabled] { color: #666; background-color: #f5f5f5; }
body > div.main select[multiple] { height: auto; }
body > div.main select::-ms-expand { display: none; }
body > div.main select::-ms-value { color: currentColor; }
body > div.main select option { padding: 0 0.75em; }
body > div.main input[type="range"] { border: none; padding: 0; width: 100%; -webkit-appearance: none; }
body > div.main input[type="range"]:focus { outline: none; }
body > div.main input[type="range"]::-webkit-slider-runnable-track { background-color: gainsboro; border: none; border-radius: 3px; height: 5px; }
body > div.main input[type="range"]::-webkit-slider-thumb { border: none; border-radius: 50%; background-color: #E50069; height: 16px; margin-top: -5px; width: 16px; -webkit-appearance: none; }
body > div.main input[type="range"]::-moz-range-track { background-color: gainsboro; border: none; border-radius: 3px; height: 5px; }
body > div.main input[type="range"]::-moz-range-thumb { border: none; border-radius: 50%; background-color: #E50069; height: 16px; margin-top: -5px; width: 16px; }
body > div.main input[type="range"]::-ms-track { background-color: gainsboro; border: none; border-radius: 3px; color: transparent; height: 5px; }
body > div.main input[type="range"]::-ms-thumb { border: none; border-radius: 50%; background-color: #E50069; height: 16px; margin-top: -5px; width: 16px; }
@media (min-width: 768px) { body > div.main .field.checkbox label { padding-left: 35px; }
  body > div.main .field.checkbox.requiredField:before { content: '*'; position: absolute; padding: 0 .25em; color: #ca4829; left: -2em; }
  body > div.main label.right { display: inline-block; vertical-align: middle; line-height: 32px; } }
@media (max-width: 767px) { body > div.main label.right { margin-top: 8px; }
  body > div.main .field.checkbox { position: relative; }
  body > div.main .field.checkbox.requiredField:before { content: '*'; position: absolute; padding: 0 .25em; color: #ca4829; top: 17px; left: 17px; } }
body > div.main .UserDefinedForm, body > div.main .form-inline { margin: 0px auto 56px; }
body > div.main .UserDefinedForm input:not([type="submit"]), body > div.main .form-inline input:not([type="submit"]) { background: #3791CF1A; border: none; border-radius: 0; }
body > div.main .UserDefinedForm textarea, body > div.main .form-inline textarea { background: #3791CF1A; border: none; border-radius: 0; }
body > div.main .UserDefinedForm fieldset, body > div.main .form-inline fieldset { border: none; padding: 0; margin-bottom: 8px; max-width: 1160px; position: relative; }
body > div.main .UserDefinedForm fieldset .field, body > div.main .form-inline fieldset .field { margin: 0; width: 48.965517241%; display: inline-block; padding: 0; border: 0; box-shadow: none; float: left; clear: both; }
@media (max-width: 768px) { body > div.main .UserDefinedForm fieldset .field, body > div.main .form-inline fieldset .field { width: 100%; } }
body > div.main .UserDefinedForm fieldset .field .middleColumn, body > div.main .form-inline fieldset .field .middleColumn { margin: 0; padding: 0; }
body > div.main .UserDefinedForm fieldset > .textarea, body > div.main .form-inline fieldset > .textarea { position: absolute; top: 0; right: 0; }
@media (max-width: 768px) { body > div.main .UserDefinedForm fieldset > .textarea, body > div.main .form-inline fieldset > .textarea { position: relative; } }
body > div.main .UserDefinedForm fieldset > .field, body > div.main .form-inline fieldset > .field { margin-bottom: 14.5px; }
body > div.main .UserDefinedForm fieldset > .field:before, body > div.main .UserDefinedForm fieldset > .field:after, body > div.main .form-inline fieldset > .field:before, body > div.main .form-inline fieldset > .field:after { content: ""; display: table; }
body > div.main .UserDefinedForm fieldset > .field:after, body > div.main .form-inline fieldset > .field:after { clear: both; }
body > div.main .UserDefinedForm fieldset > .field.requiredField > label.left:after, body > div.main .form-inline fieldset > .field.requiredField > label.left:after { content: '*'; position: absolute; padding: 0 .25em; color: #ca4829; }
@media (max-width: 768px) { body > div.main .UserDefinedForm, body > div.main .form-inline { margin-bottom: 0; } }
body > div.main .UserDefinedForm table.RadioMatrixField, body > div.main .form-inline table.RadioMatrixField { border: none !important; }
body > div.main .UserDefinedForm table.RadioMatrixField tbody, body > div.main .UserDefinedForm table.RadioMatrixField th, body > div.main .UserDefinedForm table.RadioMatrixField td, body > div.main .UserDefinedForm table.RadioMatrixField tr, body > div.main .form-inline table.RadioMatrixField tbody, body > div.main .form-inline table.RadioMatrixField th, body > div.main .form-inline table.RadioMatrixField td, body > div.main .form-inline table.RadioMatrixField tr { border: none !important; }
body > div.main .UserDefinedForm table.RadioMatrixField th, body > div.main .form-inline table.RadioMatrixField th { text-align: center; padding: 5px !important; font-weight: normal !important; }
body > div.main .UserDefinedForm table.RadioMatrixField tr, body > div.main .form-inline table.RadioMatrixField tr { background: transparent !important; }
body > div.main .UserDefinedForm table.RadioMatrixField td, body > div.main .form-inline table.RadioMatrixField td { text-align: center !important; line-height: 36px !important; }
body > div.main .UserDefinedForm table.RadioMatrixField td input[type="radio"], body > div.main .form-inline table.RadioMatrixField td input[type="radio"] { position: relative !important; left: 0 !important; opacity: 1 !important; border: none !important; cursor: pointer; text-align: center; width: 100% !important; height: 100% !important; background: transparent !important; }
body > div.main .UserDefinedForm table.RadioMatrixField td input[type="radio"]:before, body > div.main .form-inline table.RadioMatrixField td input[type="radio"]:before { content: ""; display: inline-block; position: relative; width: 32px !important; height: 32px !important; border-radius: 50% !important; line-height: 32px !important; max-height: 32px !important; padding: 0 !important; border: 2px solid #888 !important; transform: scale(0.5); }
body > div.main .UserDefinedForm table.RadioMatrixField td input[type="radio"]:checked:before, body > div.main .form-inline table.RadioMatrixField td input[type="radio"]:checked:before { background: #888 !important; }
@media (min-width: 768px) { body > div.main .UserDefinedForm label.left + .middleColumn, body > div.main .form-inline label.left + .middleColumn { display: inline-block; margin-bottom: 0; vertical-align: middle; width: auto; float: left; min-width: 350px; width: 100%; }
  body > div.main .UserDefinedForm .field.checkbox, body > div.main .form-inline .field.checkbox { margin-left: 200px; position: relative; }
  body > div.main .UserDefinedForm .field.checkbox label, body > div.main .form-inline .field.checkbox label { padding-left: 35px; }
  body > div.main .UserDefinedForm label.left, body > div.main .form-inline label.left { display: inline-block; color: #093D5E; vertical-align: middle; width: 100%; float: left; text-align: left; line-height: 28px; margin-left: 0; margin-bottom: 0; }
  body > div.main .UserDefinedForm label.right, body > div.main .form-inline label.right { padding-left: 1em; float: left; } }
body > div.main .Actions { text-align: center; }
body > div.main .Actions.form-received { text-align: left; }
body > div.main .Actions.form-received a { margin: 0 0 20px !important; }
body > div.main ul.optionset:before, body > div.main ul.optionset:after { content: ""; display: table; }
body > div.main ul.optionset:after { clear: both; }
body > div.main ul.optionset, .typography body > div.main ul.optionset { list-style: none; padding: 0; margin-bottom: 0; }
body > div.main ul.optionset li { float: left; padding-right: 20px; }
body > div.main .Actions .back-link { line-height: 2; }
body > div.main .literalFieldArea > *:first-child { margin-top: 0; }
body > div.main .input-large { font-size: 16px !important; height: 48px !important; }
body > div.main .input-flat { background-color: transparent; border-color: transparent; box-shadow: none; }
body > div.main .input-flat:focus { border-color: #74cbe8; }
body > div.main .input-success { background-color: rgba(69, 202, 105, 0.15); border-color: #45ca69; }
body > div.main .input-success:focus { border-color: #45ca69; }
body > div.main .input-warning { background-color: rgba(255, 184, 0, 0.15); border-color: #ffb800; }
body > div.main .input-warning:focus { border-color: #ffb800; }
body > div.main .input-error { background-color: rgba(202, 72, 41, 0.15); border-color: #ca4829; }
body > div.main .input-error:focus { border-color: #ca4829; }

.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }

.center-all { left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); }

.drop-shadow { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); transition: 300ms; }
.drop-shadow:hover { cursor: pointer; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }

@media (max-width: 767px) { .hide-mobile { display: none; visibility: hidden; }
  .show-mobile { display: block; visibility: visible; } }
@media (min-width: 768px) and (max-width: 1024px) { .hide-tablet { display: none; visibility: hidden; }
  .show-tablet { display: block; visibility: visible; } }
@media (min-width: 1025px) { .hide-desktop { display: none; visibility: hidden; }
  .show-desktop { display: block; visibility: visible; } }
@media print { .hide-print { display: none; visibility: hidden; }
  .show-print { display: block; visibility: visible; } }
@media screen { .hide-print { display: block; visibility: visible; }
  .show-print { display: none; visibility: hidden; } }
.breadcrumbs { font-size: 12px; line-height: 1; margin-bottom: 24px; background-color: transparent; border: none; padding: 0; color: #949494; }
.typography .breadcrumbs a, .breadcrumbs .typography a { color: #c7c7c7; }
.typography .breadcrumbs a:hover, .breadcrumbs .typography a:hover { color: #c7c7c7; }
.breadcrumbs a { color: #c7c7c7; display: inline; list-style: none; padding-left: .75em; }
.breadcrumbs a:after { content: "\002f"; padding-left: .75em; }
.breadcrumbs a:first-child { padding-left: 0; }
.breadcrumbs a:last-child { padding-right: .75em; }

.card { background-color: white; border: 1px solid #e0e0e0; margin-bottom: 24px; overflow: hidden; position: relative; max-width: 960px; }
.card .card-content { padding: 24px 1.5em; }
.card .card-title { display: block; font-weight: bold; margin-bottom: 10px; }
.card .card-footer { border-top: 1px solid #e0e0e0; font-size: 14px; padding: 16px 1.5em; }
.card .card-image { position: relative; }
.card .card-image img { bottom: 0; left: 0; position: relative; right: 0; top: 0; width: 100%; }
.card .card-image .card-title { bottom: 0; color: white; left: 0; padding: 1em; position: absolute; margin-bottom: 0; font-weight: normal; }

.dropdown { cursor: auto; display: inline-block; outline: none; position: relative; }
.dropdown.button { cursor: pointer; }
.dropdown.focus .dropdown-content { opacity: 1; visibility: visible; }
.dropdown.no-visibility .dropdown-content { display: none; visibility: visible !important; }
.dropdown.no-visibility:focus .dropdown-content { display: block; }
.dropdown.no-opacity .dropdown-content { opacity: 1 !important; }

.dropdown-content { background-color: white; border: 1px solid #e0e0e0; color: #555; left: 0; margin-top: 8px; opacity: 0; padding: 8px 1em; position: absolute; text-align: left; transition: all 300ms; visibility: hidden; width: 200px; z-index: 1; }
.dropdown-content:before, .dropdown-content:after { border: solid transparent; bottom: 100%; content: ""; height: 0; left: 1.5em; position: absolute; width: 0; }
.dropdown-content:before { border-color: rgba(255, 255, 255, 0); border-bottom-color: #e0e0e0; border-width: 7px; margin-left: -7px; }
.dropdown-content:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: white; border-width: 6px; margin-left: -6px; }
.dropdown-content li { font-size: 14px; list-style-type: none; margin: 0; padding: 8px 1em; transition: background-color 300ms; white-space: nowrap; }
.dropdown-content li:hover { background-color: #f5f5f5; }

ul.dropdown-content, .typography ul.dropdown-content, ol.dropdown-content, .typography ol.dropdown-content { padding: 0; margin-bottom: 0; }

.dropdown--hover:hover .dropdown-content { opacity: 1; visibility: visible; }

.dropdown-small .dropdown-content { width: 150px; }

.dropdown-large .dropdown-content { width: 300px; }

.dropdown-top .dropdown-content { bottom: 100%; margin-top: 0; margin-bottom: 8px; }
.dropdown-top .dropdown-content:before, .dropdown-top .dropdown-content:after { top: 100%; }
.dropdown-top .dropdown-content:after { border-color: rgba(255, 255, 255, 0); border-top-color: white; }
.dropdown-top .dropdown-content:before { border-color: rgba(255, 255, 255, 0); border-top-color: #e0e0e0; }

.modal { background-color: rgba(40, 46, 49, 0.5); bottom: 0; left: 0; margin: 0; opacity: 0; overflow: hidden; pointer-events: none; position: fixed; right: 0; top: 0; transition: opacity ease-in 300ms; z-index: 1000002; }
.modal:target { opacity: 1; pointer-events: auto; }
.modal .modal-container { box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); margin: 16px auto; position: relative; width: 90%; }
@media (min-width: 768px) { .modal .modal-container { width: 526px; } }
@media (min-height: 480px) { .modal .modal-container { margin: 10% auto; } }
@media (min-height: 768px) { .modal .modal-container { margin: 15% auto; } }
.modal .modal-header { background-color: #E50069; color: white; padding: 16px 1.5em; }
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6, .modal .modal-header .h1, .modal .modal-header .h2, .modal .modal-header .h3, .modal .modal-header .h4, .modal .modal-header .h5, .modal .modal-header .h6 { color: inherit; display: inline; }
.modal .modal-body, .modal .modal-footer { background-color: white; margin-top: 0; }
.modal .modal-body { padding: 32px 2.5em; }
.modal .modal-footer { border-top: 1px solid #e0e0e0; font-size: 14px; margin: 0; padding: 24px 2.5em; }
.modal .modal-close { color: white !important; float: right; margin: 0; opacity: .5; transition: opacity 300ms; }
.modal .modal-close:hover { opacity: 1; }
.modal .modal-close:hover, .modal .modal-close:focus { text-decoration: none; }
.modal .modal:target .modal-close--background { display: block; height: 100%; pointer-events: all; position: absolute; width: 100%; }
.modal .modal:target .modal-close--background:hover { border-bottom: none; text-decoration: none; }
@media (min-width: 768px) { .modal.modal-small .modal-container { width: 360px; } }
@media (min-width: 768px) { .modal.modal-large .modal-container { width: 760px; } }
@media (min-width: 768px) { .modal.modal-full .modal-container { width: 90%; } }
.modal.modal-flat .modal-header { background-color: white; color: #555 !important; padding: 1.5em 2.5em 0; }
.modal.modal-flat .modal-header h1, .modal.modal-flat .modal-header h2, .modal.modal-flat .modal-header h3, .modal.modal-flat .modal-header h4, .modal.modal-flat .modal-header h5, .modal.modal-flat .modal-header h6, .modal.modal-flat .modal-header .h1, .modal.modal-flat .modal-header .h2, .modal.modal-flat .modal-header .h3, .modal.modal-flat .modal-header .h4, .modal.modal-flat .modal-header .h5, .modal.modal-flat .modal-header .h6 { color: inherit; }
.modal.modal-flat .modal-close { color: #555; line-height: 1; margin: 0; }

.progress { background-color: #f5f5f5; border-radius: 3px; box-shadow: inset 0 1px 1px rgba(224, 224, 224, 0.25); box-sizing: initial; color: white; font-size: 11px; height: 14px; line-height: 1.2; margin-bottom: 24px; position: relative; text-align: center; width: 100%; }
.progress > span { background-color: #E50069; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); display: block; height: 100%; overflow: hidden; position: relative; width: auto; }

.spinner { animation: rotate .8s infinite linear; border: 3px solid #b5b5b5; border-radius: 50%; border-right-color: transparent; height: 30px; margin: 24px auto; width: 30px; }

@keyframes rotate { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
.tooltip, [data-hint] { display: inline-block; position: relative; }
.tooltip:before, .tooltip:after, [data-hint]:before, [data-hint]:after { border-radius: 2px; opacity: 0; position: absolute; pointer-events: none; transform: translate3d(0, 0, 0); transition: 200ms; transition-delay: 0ms; visibility: hidden; z-index: 1000000; }
.tooltip:before, [data-hint]:before { background-color: transparent; border: 8px solid transparent; content: ""; position: absolute; z-index: 1000001; }
.tooltip:after, [data-hint]:after { background-color: #282E31; color: white; content: attr(data-hint); font-size: 12px; padding: .25em .5em; text-decoration: none; white-space: nowrap; line-height: 1.5; }
.tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after { opacity: 1; visibility: visible; }
.tooltip:hover:before, .tooltip:hover:after, [data-hint]:hover:before, [data-hint]:hover:after { transition-delay: 100ms; }

.tooltip-top:before { border-top-color: #282E31; margin-bottom: -12px; }
.tooltip-top:after { margin-left: -18px; }
.tooltip-top:before, .tooltip-top:after { bottom: 100%; left: 50%; }
.tooltip-top:hover:after, .tooltip-top:hover:before { transform: translateY(-8px); }
.tooltip-top:focus:after, .tooltip-top:focus:before { transform: translateY(-8px); transition: 300ms; }

.tooltip-bottom:before { border-bottom-color: #282E31; margin-top: -12px; }
.tooltip-bottom:after { margin-left: -18px; }
.tooltip-bottom:before, .tooltip-bottom:after { left: 50%; top: 100%; }
.tooltip-bottom:hover:after, .tooltip-bottom:hover:before, .tooltip-bottom:focus:after, .tooltip-bottom:focus:before { transform: translateY(8px); }

.tooltip-right:before { border-right-color: #282E31; margin-bottom: -8px; margin-left: -12px; }
.tooltip-right:after { margin-bottom: -12px; }
.tooltip-right:before, .tooltip-right:after { bottom: 50%; left: 105%; }
.tooltip-right:hover:after, .tooltip-right:hover:before, .tooltip-right:focus:after, .tooltip-right:focus:before { transform: translateX(8px); }

.tooltip-left:before { border-left-color: #282E31; margin-bottom: -8px; margin-right: -12px; }
.tooltip-left:after { margin-bottom: -12px; }
.tooltip-left:before, .tooltip-left:after { bottom: 50%; right: 100%; }
.tooltip-left:hover:after, .tooltip-left:hover:before, .tooltip-left:focus:after, .tooltip-left:focus:before { transform: translateX(-8px); }

.tooltip-always:before, .tooltip-always:after { opacity: 1; visibility: visible; }
.tooltip-always .tooltip-top:before, .tooltip-always .tooltip-top:after { transform: translateY(-8px); }
.tooltip-always .tooltip-right:before, .tooltip-always .tooltip-right:after { transform: translateY(8px); }
.tooltip-always .tooltip-bottom:before, .tooltip-always .tooltip-bottom:after { transform: translateX(-8px); }
.tooltip-always .tooltip-left:before, .tooltip-always .tooltip-left:after { transform: translateX(8px); }

header nav.primary { -webkit-tap-highlight-color: transparent; }
header nav.primary, header nav.primary * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
header nav.primary.initialized .navigation { overflow: visible; }
header nav.primary .navigation li a { display: inline-block; font-family: "Mukta Vaani", sans-serif; font-size: 18px; font-weight: 500; line-height: 67px; color: #093D5E; text-decoration: none; text-transform: uppercase; white-space: nowrap; }

@font-face { font-family: 'custom-menu-font'; src: url("../fonts/custom-menu-font.eot?93557830"); src: url("../fonts/custom-menu-font.eot?93557830#iefix") format("embedded-opentype"), url("../fonts/custom-menu-font.woff2?93557830") format("woff2"), url("../fonts/custom-menu-font.woff?93557830") format("woff"), url("../fonts/custom-menu-font.ttf?93557830") format("truetype"), url("../fonts/custom-menu-font.svg?93557830#custom-menu-font") format("svg"); font-weight: normal; font-style: normal; }
.menu-icons:after, [class^="menu-icon-"]:before, [class*=" menu-icon-"]:before { font-family: "custom-menu-font"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.menu-icon-menu:before { content: '\e800'; }

.menu-icon-open:before { content: '\e801'; }

.menu-icon-close:before { content: '\e802'; }

.menu-icon-left:before { content: '\e803'; }

.menu-icon-right:before { content: '\e804'; }

.menu-icon-double-right:before { content: '\f101'; }

@media (max-width: 1024px) { header nav.primary { display: none; height: auto; width: 100vw; right: 0; top: 87px; position: absolute; margin-right: -10px; } }
@media (max-width: 1024px) and (max-width: 1024px) { header nav.primary { top: 87px; } }
@media (max-width: 1024px) and (max-width: 480px) { header nav.primary { top: 67px; } }
@media (max-width: 1024px) { header nav.primary .navigation { height: auto; position: relative; z-index: 10000; background: white; padding: 0; background-color: #093D5E; color: white; overflow: hidden !important; }
  header nav.primary .navigation .mobile-translations { min-height: 32px; width: 100%; display: inline-block; float: left; position: relative; background: #0d4d75; text-align: center; }
  header nav.primary .navigation .mobile-translations #PageTranslations { display: block; position: relative; left: 0; top: inherit; right: inherit; width: 100%; }
  header nav.primary .navigation .mobile-translations #PageTranslations ul.translations { width: 100%; border: solid 1px #06293f; }
  header nav.primary .navigation .mobile-translations #PageTranslations ul.translations li { float: left; display: inline-block; min-width: 20%; position: relative; padding: 6px 0; margin: auto; border-right: solid 1px #06293f; }
  header nav.primary .navigation .mobile-translations #PageTranslations ul.translations li:last-child { border-left: 0px; }
  header nav.primary .navigation .mobile-translations #PageTranslations ul.translations li a { line-height: 26px; color: white; display: block; font-weight: 400; overflow: visible; padding: 0 10px 0 10px; white-space: normal; font-size: 16px; }
  header nav.primary .navigation .mobile-translations #PageTranslations ul.translations li:hover { background: #216894; }
  header nav.primary .navigation li:hover, header nav.primary .navigation li:focus { background-color: transparent; }
  header nav.primary .navigation li a { padding: 0 0px 0 20px; line-height: 26px; white-space: normal; font-size: 16px; text-align: left; }
  header nav.primary .navigation li ul.sub { display: none; }
  header nav.primary .navigation > li { float: none; display: inline-block; width: 100%; position: relative; padding: 6px 0; }
  header nav.primary .navigation > li:first-child { padding-top: 20px; }
  header nav.primary .navigation > li > ul.sub ul.sub a { padding-left: 2em; }
  header nav.primary .navigation > li a { color: white; display: block; float: left; font-weight: 300; overflow: visible; max-width: -webkit-calc(100% - 36px); max-width: -moz-calc(100% - 36px); max-width: -o-calc(100% - 36px); max-width: calc(100% - 36px); }
  header nav.primary .navigation > li a:hover { color: #3693D0; }
  header nav.primary .navigation > li a.current > a { color: #3693D0; }
  header nav.primary .navigation > li:last-child { margin-bottom: 10px; }
  header nav.primary .navigation > li span.open-close { cursor: pointer; font-size: 18px; right: 0; top: 0px; float: left; display: block; position: relative; height: 26px; width: 26px; line-height: 26px; margin-left: 10px; text-align: center; }
  header nav.primary .navigation > li span.open-close:after { content: '\e801'; line-height: inherit; }
  header nav.primary .navigation > li span.open-close.open:after { content: '\e802'; }
  header nav.primary .navigation > li ul.sub { background: #3693d0; position: relative; top: 0; width: 100%; clear: both; z-index: 2; visibility: visible; }
  header nav.primary .navigation > li ul.sub li { width: 100%; display: inline-block; padding: 5px 0; }
  header nav.primary .navigation > li ul.sub li ul.sub { display: none; }
  header nav.primary .navigation > li ul.sub li:first-child { margin-top: 0; padding-top: 10px; }
  header nav.primary .navigation > li ul.sub li a:hover { color: #093D5E; }
  header nav.primary .navigation > li ul.sub li a.current > a { color: #093D5E; }
  header #MobileMenu { display: block; position: absolute; overflow: hidden; margin: 0; background: 0 0; padding: 10px; cursor: pointer; display: block; top: 50%; right: 6px; float: right; transform: translatey(-50%); } }
@media (max-width: 1024px) and (max-width: 768px) { header #MobileMenu { right: 0; } }
@media (max-width: 1024px) { header #MobileMenu .span-wrapper { width: 27px; height: 21px; position: relative; }
  header #MobileMenu .span-wrapper span { display: block; position: absolute; top: 9px; left: 0; right: 0; height: 3px; width: 27px; background: #015cab; }
  header #MobileMenu .span-wrapper span:before { position: absolute; display: block; left: 0; height: 3px; width: 27px; background: #015cab; content: ""; top: -9px; -moz-transition: top 0.3s 0.3s, -moz-transform 0.3s 0s; -o-transition: top 0.3s 0.3s, -o-transform 0.3s 0s; -webkit-transition: top 0.3s, -webkit-transform 0.3s; -webkit-transition-delay: 0.3s, 0s; transition: top 0.3s 0.3s, transform 0.3s 0s; }
  header #MobileMenu .span-wrapper span:after { position: absolute; display: block; left: 0; width: 27px; height: 3px; background: #015cab; content: ""; bottom: -9px; -moz-transition: bottom 0.3s 0.3s, -moz-transform 0.3s 0s; -o-transition: bottom 0.3s 0.3s, -o-transform 0.3s 0s; -webkit-transition: bottom 0.3s, -webkit-transform 0.3s; -webkit-transition-delay: 0.3s, 0s; transition: bottom 0.3s 0.3s, transform 0.3s 0s; }
  header #MobileMenu.close span { background: 0 0; }
  header #MobileMenu.close span:before { top: 0; transform: rotate(45deg); -moz-transition: top 0.3s 0s, -moz-transform 0.3s 0.3s; -o-transition: top 0.3s 0s, -o-transform 0.3s 0.3s; -webkit-transition: top 0.3s, -webkit-transform 0.3s; -webkit-transition-delay: 0s, 0.3s; transition: top 0.3s 0s, transform 0.3s 0.3s; }
  header #MobileMenu.close span:after { bottom: 0; transform: rotate(-45deg); -moz-transition: bottom 0.3s 0s, -moz-transform 0.3s 0.3s; -o-transition: bottom 0.3s 0s, -o-transform 0.3s 0.3s; -webkit-transition: bottom 0.3s, -webkit-transform 0.3s; -webkit-transition-delay: 0s, 0.3s; transition: bottom 0.3s 0s, transform 0.3s 0.3s; }
  .menu-open header { background: white; }
  .menu-open header .inner #MobileMenu .span-wrapper span { background: #015cab; }
  .menu-open header .inner #MobileMenu .span-wrapper span::before { background: #015cab; }
  .menu-open header .inner #MobileMenu .span-wrapper span::after { background: #015cab; }
  .menu-open header .inner #MobileMenu.close .span-wrapper span { background: 0 0; }
  /* 	@import "menu/mobile-block-menu"; */ }
@media (min-width: 1025px) { header .navigation-container { display: block; position: relative; float: left; max-width: 920px; } }
@media (min-width: 1025px) and (max-width: 1500px) { header .navigation-container { max-width: 100%; } }
@media (min-width: 1025px) { header .navigation-container.scrollable.right .scroll-right, header .navigation-container.scrollable.left .scroll-left { visibility: visible; opacity: 1; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
  header .navigation-container .scroll-wrapper { display: block; overflow: hidden; float: right; height: 67px; } }
@media (min-width: 1025px) and (max-width: 1500px) { header .navigation-container .scroll-wrapper { float: left; } }
@media (min-width: 1025px) { header .navigation-container .scroll-right, header .navigation-container .scroll-left { width: 50px; height: 67px; cursor: pointer; position: absolute; top: 0; visibility: hidden; opacity: 0; -moz-transition: opacity 0.3s linear, visibility 0s linear 0.3s; -o-transition: opacity 0.3s linear, visibility 0s linear 0.3s; -webkit-transition: opacity 0.3s linear, visibility 0s linear; -webkit-transition-delay: 0s, 0.3s; transition: opacity 0.3s linear, visibility 0s linear 0.3s; }
  header .navigation-container .scroll-right:after, header .navigation-container .scroll-left:after { line-height: 67px; }
  header .navigation-container .scroll-left { left: 0; text-align: left; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.3))); background-image: -moz-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%); background-image: -webkit-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%); background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%); }
  header .navigation-container .scroll-left:after { content: "\e803"; }
  header .navigation-container .scroll-right { right: 0; text-align: right; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(50%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.3))); background-image: -moz-linear-gradient(right, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%); background-image: -webkit-linear-gradient(right, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%); background-image: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0.3) 100%); }
  header .navigation-container .scroll-right:after { content: "\e804"; }
  header .navigation-container nav.primary { background-color: transparent; width: 100%; overflow-x: auto; }
  header .navigation-container nav.primary .navigation { height: 67px; display: inline-flex; }
  header .navigation-container nav.primary .navigation .mobile-translations { display: none; }
  header .navigation-container nav.primary .navigation > li { display: inline-block; float: none; margin: 0 10px; text-align: left; }
  header .navigation-container nav.primary .navigation > li span.open-close { display: none; }
  header .navigation-container nav.primary .navigation > li:first-child { margin-left: 0; }
  header .navigation-container nav.primary .navigation > li:last-child { margin-right: 0; }
  header .navigation-container nav.primary .navigation > li > a.has-sub:after { content: "\e801"; margin: 0 0 0 0.25em; line-height: inherit; position: relative; text-decoration: none; }
  header .navigation-container nav.primary .navigation > li.current > a, header .navigation-container nav.primary .navigation > li.section > a { position: relative; }
  header .navigation-container nav.primary .navigation > li.current > a:before, header .navigation-container nav.primary .navigation > li.section > a:before { content: ""; width: 100%; height: 2px; display: block; background: #9ac8e7; position: absolute; bottom: 16px; } }
@media (min-width: 1025px) and (max-width: 1600px) { header .navigation-container nav.primary .navigation > li.current > a:before, header .navigation-container nav.primary .navigation > li.section > a:before { bottom: 15px; } }
@media (min-width: 1025px) { header .navigation-container nav.primary .navigation > li.current > a.has-sub:before, header .navigation-container nav.primary .navigation > li.section > a.has-sub:before { width: 85%; }
  header .navigation-container nav.primary .navigation > li:not(.open-left) > ul { left: 0; }
  header .navigation-container nav.primary .navigation > li.open-left > ul { right: 0; left: auto !important; }
  header .navigation-container nav.primary .navigation > li.open-left > ul:before { margin-right: 0 !important; }
  header .navigation-container nav.primary .navigation > li > ul.sub { display: block; position: absolute; z-index: 1000; padding: 0; top: 55px; background: #093d5e; }
  header .navigation-container nav.primary .navigation > li > ul.sub ul.sub a { padding-left: 2em; }
  header .navigation-container nav.primary .navigation > li > ul.sub li a:hover { color: #3792d0; }
  header .navigation-container nav.primary .navigation > li ul.sub li { position: relative; width: 100%; overflow: visible; display: block; }
  header .navigation-container nav.primary .navigation > li ul.sub li a { padding: 0 60px 0 24px; margin: 0; width: 100%; display: block; line-height: 36px; color: inherit; border: none; white-space: nowrap; font-weight: 500; }
  header .navigation-container nav.primary .navigation > li ul.sub li.current > a { color: #3792d0 !important; }
  header .navigation-container nav.primary .navigation > li ul.sub li:first-child { padding-top: 10px; }
  header .navigation-container nav.primary .navigation > li ul.sub li:last-child { padding-bottom: 15px; }
  header .navigation-container nav.primary .navigation > li ul.level1 li:first-child { padding-top: 0; }
  header .navigation-container nav.primary .navigation > li ul.level1 li:last-child { padding-bottom: 0; }
  header .navigation-container nav.primary .navigation > li > ul.sub { visibility: hidden; opacity: 0; color: #ffffff; -moz-transition: opacity 0.3s linear, visibility 0s linear 0.3s; -o-transition: opacity 0.3s linear, visibility 0s linear 0.3s; -webkit-transition: opacity 0.3s linear, visibility 0s linear; -webkit-transition-delay: 0s, 0.3s; transition: opacity 0.3s linear, visibility 0s linear 0.3s; }
  header .navigation-container nav.primary .navigation > li > ul.sub:before { position: absolute; content: ""; margin: 0 -50px -50px -50px; top: 0; bottom: 0; left: 0; right: 0; }
  header .navigation-container nav.primary .navigation > li.focus > ul.sub { visibility: visible; opacity: 1; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
  header #MobileMenu { display: none; }
  /* 	@import "menu/desktop-fullwidth"; */
  /* 	@import "menu/desktop-block-menu"; */ }
header { padding: 10px 0; position: absolute; z-index: 2; width: 100%; transition: 0.25s; }
header .inner { position: relative; box-sizing: border-box; margin: 0 auto; max-width: 1920px; padding-left: 10px; padding-right: 10px; width: 100%; }
header .inner:after { content: ""; display: block; clear: both; float: none; }
header .brand-container, header .navigation-container { display: block; position: relative; float: left; width: 100%; }
@media (max-width: 1500px) { header .brand-container, header .navigation-container { padding-left: 4.5vw; } }
@media (max-width: 1024px) { header .brand-container, header .navigation-container { padding: 10px; } }
header .brand-container { padding: 13px 0 10px 4.5vw; }
@media (max-width: 1024px) { header .brand-container { width: auto; padding: 10px; } }
header .brand-container .logo { max-width: 258px; max-height: 67px; }
@media (max-width: 480px) { header .brand-container .logo { max-width: 181px; max-height: 47px; } }
header .navigation-container { width: 100%; height: 67px; }
@media (max-width: 1024px) { header .navigation-container { max-width: -webkit-calc(100% - 276px); max-width: -moz-calc(100% - 276px); max-width: -o-calc(100% - 276px); max-width: calc(100% - 276px); } }
@media (max-width: 480px) { header .navigation-container { height: 67px; max-width: -webkit-calc(100% - 200px); max-width: -moz-calc(100% - 200px); max-width: -o-calc(100% - 200px); max-width: calc(100% - 200px); } }
header #PageTranslations { display: block; position: absolute; min-height: 32px; top: 32px; right: 73px; color: white; text-transform: uppercase; }
@media (max-width: 1400px) { header #PageTranslations { right: 0px; top: 122px; } }
@media (max-width: 1024px) { header #PageTranslations { display: none; } }
header #PageTranslations ul { display: inline-block; }
header #PageTranslations ul li { position: relative; float: left; margin-right: 10px; }
header #PageTranslations ul li:last-child { margin-right: 0; }
header #PageTranslations ul li a { padding: 10px; font-weight: 500; }
header #PageTranslations ul li .current { text-decoration: underline; }
header ul { list-style: none; margin: 0; padding: 0; }
header .header-search { float: left; display: block; position: relative; padding: 0 5px; height: 32px; }
header .header-search .header-search-inner { position: relative; }
header .header-search .search-bar { display: none; float: left; }
header .header-search .search-bar.show { display: block; }
header .header-search .search-bar fieldset div.field { margin: 0 10px 0 0px !important; border: none !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
header .header-search .search-bar fieldset div.field input { background: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; height: 32px; }
header .header-search .search-bar .Actions { display: none; }
header .header-search .search-dropdown-icon { display: inline-block; padding: 8px 5px 0 5px; cursor: pointer; }

@media (max-width: 1024px) { body:not(.FrontPage) header { padding: 0; } }
@media (max-width: 480px) { body:not(.FrontPage) header { padding: 10px 0; } }
body:not(.FrontPage) header .inner { top: 0; height: 87px; }
@media (max-width: 1024px) { body:not(.FrontPage) header .inner { height: 67px; } }
@media (max-width: 480px) { body:not(.FrontPage) header .inner { height: 34px; } }
body:not(.FrontPage) header .inner .brand-container { padding: 10px; max-width: 360px; width: 100%; display: inline-block; }
@media (max-width: 1600px) { body:not(.FrontPage) header .inner .brand-container { max-width: 200px; } }
@media (max-width: 480px) { body:not(.FrontPage) header .inner .brand-container { padding: 0 0 0 4px; } }
body:not(.FrontPage) header .inner .brand-container .logo { float: right; max-width: 258px; max-height: 67px; object-fit: cover; }
@media (max-width: 1600px) { body:not(.FrontPage) header .inner .brand-container .logo { max-height: 47px; max-width: 190px; float: left; } }
@media (max-width: 480px) { body:not(.FrontPage) header .inner .brand-container .logo { max-height: 36px; max-width: 138px; } }
body:not(.FrontPage) header .inner .navigation-container { text-align: center; padding: 0; max-width: -webkit-calc(100% - 900px); max-width: -moz-calc(100% - 900px); max-width: -o-calc(100% - 900px); max-width: calc(100% - 900px); }
@media (min-width: 1601px) { body:not(.FrontPage) header .inner .navigation-container { transform: translate(-50%, -50%); top: 50%; position: absolute; left: 50%; } }
@media (max-width: 1600px) { body:not(.FrontPage) header .inner .navigation-container { max-width: -webkit-calc(100% - 400px); max-width: -moz-calc(100% - 400px); max-width: -o-calc(100% - 400px); max-width: calc(100% - 400px); } }
@media (max-width: 1300px) { body:not(.FrontPage) header .inner .navigation-container { max-width: -webkit-calc(100% - 250px); max-width: -moz-calc(100% - 250px); max-width: -o-calc(100% - 250px); max-width: calc(100% - 250px); width: auto; float: right; } }
@media (max-width: 1024px) { body:not(.FrontPage) header .inner .navigation-container { height: 67px; } }
@media (max-width: 480px) { body:not(.FrontPage) header .inner .navigation-container { height: 34px; } }
body:not(.FrontPage) header .inner .navigation-container .scroll-wrapper { float: none; }
@media (max-width: 1024px) { body:not(.FrontPage) header .inner .navigation-container nav.primary { top: 67px; } }
@media (max-width: 480px) { body:not(.FrontPage) header .inner .navigation-container nav.primary { top: 44px; } }
body:not(.FrontPage) header .inner .navigation-container nav.primary .navigation .section > a, body:not(.FrontPage) header .inner .navigation-container nav.primary .navigation .current > a { color: #9ac8e7; }
body:not(.FrontPage) header .inner .navigation-container nav.primary .navigation > li > ul.sub { box-shadow: 0.5px 0.5px 5px 0px rgba(0, 0, 0, 0.75); }
@media (min-width: 1024px) { body:not(.FrontPage) header .inner .navigation-container nav.primary .navigation > li > a { color: white; } }
@media (max-width: 1024px) { body:not(.FrontPage) header .inner .navigation-container nav.primary .navigation > li > a { line-height: 26px; } }
body:not(.FrontPage) header .inner #PageTranslations { top: 35px; }
@media (max-width: 1600px) { body:not(.FrontPage) header .inner #PageTranslations { top: 25px; } }
@media (max-width: 1300px) { body:not(.FrontPage) header .inner #PageTranslations { display: none; } }
body:not(.FrontPage) header .inner #PageTranslations ul li a { color: white; }
body:not(.FrontPage) header #MobileMenu .span-wrapper span { background: white; }
body:not(.FrontPage) header #MobileMenu .span-wrapper span::before { background: white; }
body:not(.FrontPage) header #MobileMenu .span-wrapper span::after { background: white; }
body:not(.FrontPage) header #MobileMenu.close .span-wrapper span { background: 0 0; }
body:not(.FrontPage) .Slogan { display: none !important; }

body header.scrolled .inner { position: fixed; background-color: white; top: 0; left: 50%; transform: translateX(-50%); box-shadow: 1px 0.5px 5px 0px rgba(0, 0, 0, 0.75); height: 67px; }
body header.scrolled .inner .brand-container { padding: 10px 10px 10px 4.5vw; max-width: 100%; width: auto; display: inline-block; }
@media (max-width: 1300px) { body header.scrolled .inner .brand-container { padding: 10px; } }
body header.scrolled .inner .brand-container .logo { max-width: 258px; max-height: 47px; object-fit: cover; }
@media (max-width: 480px) { body header.scrolled .inner .brand-container .logo { max-width: 181px; max-height: 47px; } }
body header.scrolled .inner .navigation-container { text-align: center; padding: 0; max-width: -webkit-calc(100% - 552px - 9vw); max-width: -moz-calc(100% - 552px - 9vw); max-width: -o-calc(100% - 552px - 9vw); max-width: calc(100% - 552px - 9vw); }
@media (min-width: 1601px) { body header.scrolled .inner .navigation-container { transform: translate(-50%, -50%); top: 50%; position: absolute; left: 50%; } }
@media (max-width: 1600px) { body header.scrolled .inner .navigation-container { position: relative; max-width: -webkit-calc(100% - 535px); max-width: -moz-calc(100% - 535px); max-width: -o-calc(100% - 535px); max-width: calc(100% - 535px); } }
@media (max-width: 1300px) { body header.scrolled .inner .navigation-container { max-width: -webkit-calc(100% - 300px); max-width: -moz-calc(100% - 300px); max-width: -o-calc(100% - 300px); max-width: calc(100% - 300px); width: auto; float: right; } }
@media (max-width: 1024px) { body header.scrolled .inner .navigation-container { height: 67px; } }
body header.scrolled .inner .navigation-container .scroll-wrapper { float: none; }
@media (max-width: 1024px) { body header.scrolled .inner .navigation-container nav.primary { top: 67px; } }
body header.scrolled .inner .navigation-container nav.primary .navigation > li > ul.sub { box-shadow: 0.5px 0.5px 5px 0px rgba(0, 0, 0, 0.75); }
@media (min-width: 1024px) { body header.scrolled .inner .navigation-container nav.primary .navigation > li > a { color: #093d5e; line-height: 67px; } }
body header.scrolled .inner #PageTranslations { top: 25px; }
@media (max-width: 1300px) { body header.scrolled .inner #PageTranslations { display: none; } }
body header.scrolled .inner #PageTranslations ul li a { color: #093d5e; }
body header.scrolled #MobileMenu .span-wrapper span { background: #015cab; }
body header.scrolled #MobileMenu .span-wrapper span::before { background: #015cab; }
body header.scrolled #MobileMenu .span-wrapper span::after { background: #015cab; }
body header.scrolled #MobileMenu.close .span-wrapper span { background: 0 0; }

div.main { box-sizing: border-box; margin: 0 auto; max-width: 1920px; padding-left: 10px; padding-right: 10px; width: 100%; }
div.main .login-form { margin-top: 196px; margin-bottom: 100px; padding-left: 5vw; }
div.main .login-form fieldset { max-width: 500px; margin-bottom: 0; padding: 0; border: none; }
div.main .login-form fieldset .field { display: block; }
div.main .login-form fieldset > .field { margin-bottom: 16.5px; width: 100%; }
div.main .login-form #ForgotPassword { margin-top: 10px; }
div.main .login-form .Actions { text-align: left; margin: 0; }
div.main .login-form button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main .login-form input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main .login-form .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main .Actions .login-form .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), div.main .login-form .button { margin: 10px 0; }
div.main .layout:before, div.main .layout:after { content: ""; display: table; }
div.main .layout:after { clear: both; }
@media only screen and (max-width: 670px) { div.main .layout { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
div.main .layout aside.sidebar { float: left; width: 25%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media (max-width: 1024px) { div.main .layout aside.sidebar { width: 33%; } }
@media only screen and (max-width: 768px) { div.main .layout aside.sidebar { float: none; width: 100%; } }
div.main .layout aside.sidebar nav { margin-bottom: 20px; }
div.main .layout aside.sidebar nav ul.sub { padding-left: 10px; }
div.main .layout aside.sidebar.right { float: right; margin-top: 16px; }
div.main .layout .content-container { float: left; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (max-width: 768px) { div.main .layout .content-container { float: none; width: 100% !important; } }
div.main .layout .content-container article { clear: both; }
div.main .layout .content-container #Form_EditForm .middleColumn { max-width: inherit; }
div.main .layout.columns-2 .content-container { width: 75%; }
@media (max-width: 1024px) { div.main .layout.columns-2 .content-container { width: 66%; } }
div.main .layout.columns-3 .content-container { width: 50%; }
@media only screen and (min-width: 671px) and (max-width: 1024px) and (orientation: portrait) { div.main .layout.columns-3 .content-container { width: 75%; } }
@media only screen and (min-width: 671px) and (max-width: 1024px) and (orientation: portrait) { div.main .layout.columns-3 aside.sidebar.right { width: 75%; } }

.Page:not(.edit-mode) article.typography { max-width: 900px; width: 100%; margin: auto; float: none; padding: 0 8px; padding-top: 45px; padding-bottom: 50px; position: relative; }
.Page:not(.edit-mode) article.typography h1 { font-size: 92px; color: #005CAA; line-height: 0.85em; font-weight: 400; letter-spacing: 18px; }
.Page:not(.edit-mode) article.typography h2 { font-size: 55px; color: #E50069; line-height: 1.2em; font-weight: 700; }
.Page:not(.edit-mode) article.typography h3 { font-size: 44px; color: #093D5E; line-height: 1.5em; font-weight: 400; }
.Page:not(.edit-mode) article.typography h4 { font-size: 33px; color: #093D5E; line-height: 2em; font-weight: 400; }
.Page:not(.edit-mode) article.typography h5 { font-size: 28px; color: #E50069; line-height: 1.286em; font-weight: 700; margin-bottom: 21px; }
.Page:not(.edit-mode) article.typography h6 { font-size: 24px; color: #3792D0; line-height: 1.417em; font-weight: 400; margin-bottom: 6px; }
.Page:not(.edit-mode) article.typography p, .Page:not(.edit-mode) article.typography ul, .Page:not(.edit-mode) article.typography li, .Page:not(.edit-mode) article.typography td, .Page:not(.edit-mode) article.typography th { font-size: 18px; color: #093D5E; line-height: 1.889em; }
.Page:not(.edit-mode) article.typography a { font-size: 18px; color: #E50069; line-height: 1.889em; font-weight: 700; }
@media (max-width: 1600px) { .Page:not(.edit-mode) article.typography h1 { font-size: 62px; letter-spacing: 8px; line-height: 1.25em; }
  .Page:not(.edit-mode) article.typography h2 { font-size: 40px; }
  .Page:not(.edit-mode) article.typography h3 { font-size: 30px; line-height: 1.25em; }
  .Page:not(.edit-mode) article.typography h4 { font-size: 26px; }
  .Page:not(.edit-mode) article.typography h5 { font-size: 24px; }
  .Page:not(.edit-mode) article.typography h6 { font-size: 22px; } }
@media (max-width: 1024px) { .Page:not(.edit-mode) article.typography h4 { line-height: 1.5em; } }
@media (max-width: 768px) { .Page:not(.edit-mode) article.typography { padding-top: 35px; padding-bottom: 35px; }
  .Page:not(.edit-mode) article.typography h1 { font-size: 40px; letter-spacing: normal; }
  .Page:not(.edit-mode) article.typography h2 { font-size: 32px; }
  .Page:not(.edit-mode) article.typography h3 { font-size: 28px; }
  .Page:not(.edit-mode) article.typography h4 { font-size: 24px; }
  .Page:not(.edit-mode) article.typography h5 { font-size: 22px; margin-bottom: inherit; }
  .Page:not(.edit-mode) article.typography h6 { font-size: 20px; } }
@media (max-width: 480px) { .Page:not(.edit-mode) article.typography h1 { font-size: 34px; }
  .Page:not(.edit-mode) article.typography h2 { font-size: 24px; }
  .Page:not(.edit-mode) article.typography h3 { font-size: 20px; }
  .Page:not(.edit-mode) article.typography h4 { font-size: 18px; }
  .Page:not(.edit-mode) article.typography h5 { font-size: 22px; }
  .Page:not(.edit-mode) article.typography h6 { font-size: 18px; }
  .Page:not(.edit-mode) article.typography p, .Page:not(.edit-mode) article.typography ul, .Page:not(.edit-mode) article.typography li, .Page:not(.edit-mode) article.typography a { font-size: 16px; line-height: 1.5em; } }
.Page:not(.edit-mode) article.typography .typography-inner > *:first-child { margin-top: 0; }
.Page:not(.edit-mode) article.typography .PageTitle { display: none !important; }
.Page:not(.edit-mode).has-right-sidebar article.typography { padding: 0; padding-right: 80px; float: right; margin: 47px 0; }
@media (max-width: 1024px) { .Page:not(.edit-mode).has-right-sidebar article.typography { padding-right: 40px; } }
@media (max-width: 768px) { .Page:not(.edit-mode).has-right-sidebar article.typography { padding: 0 8px; margin: 36px 0 12px; } }

body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container { max-width: 1160px; width: 100%; margin: 60px auto 0; float: none; }
@media (max-width: 768px) { body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container { margin: 40px auto; } }
body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography h5 { line-height: 1.286em; }
body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography h6 { line-height: 1.167em; }
body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography p, body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography ul, body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography li, body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography td, body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography th { line-height: 1.56em; }
body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography a { line-height: 2em; }
body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography .typography-inner { padding: 0 10px; }
body.UserDefinedForm:not(.edit-mode) div.main .layout .content-container article.typography .PageTitle { display: block; font-size: 28px; margin: 0 10px 8px; color: #E50069; font-weight: 700; text-transform: uppercase; }

body.edit-mode div.main { margin-top: 177px; }

footer { visibility: hidden; display: inline-block; width: 100%; background-color: #dbebf7; min-height: 358px; position: relative !IMPORTANT; background-image: url(../images/Adi_taustalogoRemake.png); background-repeat: no-repeat; background-position: right top; background-size: auto; }
@media (max-width: 1280px) { footer { background-size: 100%; min-height: 300px; } }
@media (max-width: 480px) { footer { background-size: 70% auto; background-image: url(../images/Adi_taustalogoRemakeMobile.png); } }
footer .inner { padding: 50px 0 25px 0; box-sizing: border-box; margin: 0 auto; max-width: 1920px; padding-left: 10px; padding-right: 10px; width: 100%; }
@media (max-width: 480px) { footer .inner { padding-top: 25px; } }
footer .logo { max-width: 258px; max-height: 67px; margin-left: 97px; }
@media (max-width: 1280px) { footer .logo { max-width: 181px; max-height: 49px; margin-left: 5px; } }
footer .footer-text { margin-left: 97px; padding: 27px 20px; color: #093D5E; font-size: 18px; line-height: 28px; }
@media (max-width: 1280px) { footer .footer-text { margin-left: 7px; } }
footer .footer-content { float: left; width: 100%; }
footer .footer-content.typography p { line-height: 1.65em; }

.webadmin-edit-link { float: right; background: transparent url(../../../framework/admin/images/btn-icon/document--pencil.png) no-repeat; width: 16px; height: 16px; }
@media only screen and (max-width: 767px) { .webadmin-edit-link { display: none; } }
.webadmin-edit-link.widgets { margin-left: 10px; background: transparent url(../../../framework/admin/images/btn-icon/chain--pencil.png) no-repeat; }

body.edit-widgets-mode .cms.actions { position: relative; float: left; width: 100%; }

/*# sourceMappingURL=layout.css.map */
