@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=6529aca4-12ba-49d7-be1f-9b2eab761d62");
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --main-lightest-ultra: #F2FAFF;
  --main-lightest-alt: #E6F6FF;
  --main-lightest: #B9E4FC;
  --main-light: #009cda;
  --main-medium: #026596;
  --main-dark: #053d63;
  --main-darkest: #003867;
  --header-color: #016596;
  --footer-color: #035987;
  --white: #FFFFFF;
  --black: #000000;
}

@font-face {
  font-family: "TradeGothicW01-BoldCn20";
  src: url("../Fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?iefix") format("eot");
  src: url("../Fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"), url("../Fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"), url("../Fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
}
@font-face {
  font-family: "TradeGothicW01-Cn18";
  src: url("../Fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?iefix");
  src: url("../Fonts/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"), url("../Fonts/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"), url("../Fonts/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
h1.smaller,
h2.smaller,
h3.smaller,
h4.smaller {
  font-size: 1.563rem;
}

h2 {
  font-family: "TradeGothicW01-Cn18", Arial, Helvetica, sans-serif;
  font-size: 2.438rem;
  margin-bottom: 24px;
}
h2.cta {
  background: #E4EBED;
  color: #333333;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  font-size: 21px;
  margin: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}

a {
  color: #026596;
  transition: all 0.2s ease;
}
a:focus, a:hover {
  color: #026596;
  text-decoration: underline;
}
p a {
  text-decoration: underline;
}
.content a {
  color: #026596;
}
.content a:focus, .content a:hover {
  color: #083C63;
  text-decoration: underline;
}

:focus {
  outline-offset: 2px;
  outline-color: #083C63;
  outline-style: dotted;
  outline-width: 3px;
}

button {
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease;
}

p {
  margin-bottom: 1.5em;
}

.lead {
  font-size: 1.1em;
  font-weight: bold;
}

table {
  width: 100%;
}
table tr td {
  padding: 0;
}

ul,
ol {
  padding-left: 30px;
}
ul.no-list,
ol.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.material-icons {
  position: relative;
}
.material-icons.add-field-button {
  color: #009CDA;
  top: 6px;
}
.material-icons.remove-field-button {
  color: #E5352C;
  top: 6px;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.btn {
  border-radius: 0;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
}
.btn.btn-default {
  border: 1px solid #979797;
  color: #026596;
  display: inline-block;
  padding: 0 22px;
  transition: all 0.2s ease;
}
.btn.btn-default:focus, .btn.btn-default:hover {
  background: #026596;
  color: #FFFFFF;
}
.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0;
  outline-offset: 2px;
  outline-color: #C15701;
  outline-style: dotted;
  outline-width: 3px;
}
body.pink .btn.focus, body.pink .btn:focus {
  outline-color: #FFFFFF;
}

body {
  background-color: var(--white);
  color: var(--black) !important;
  padding: var(--spacer);
  font-family: var(--font-default);
  font-size: var(--font-size-default);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
.intro,
.nav-sub .leveltitle {
  background: var(--white);
  color: var(--black);
  font-family: var(--font-bold);
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

a:not(.show) {
  background: var(--white);
  color: var(--black);
}
a:not(.show)::after {
  content: " (" attr(href) ")";
  font-size: inherit;
  font-style: italic;
  text-decoration: none;
}

.intro {
  font-size: 1.5em;
  line-height: 34px;
  font-family: var(--font-default);
}

#logo {
  background-color: var(--white) !important;
  background-image: url("../Images/logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  margin-bottom: var(--spacer);
  height: 110px;
  width: 100%;
  left: 0;
  position: relative;
}
#logo img {
  display: none;
}
#logo a,
#logo span {
  color: #000000 !important;
  display: block;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  font-size: 41px;
  text-transform: uppercase;
}

.logo-print {
  display: flex !important;
  background-color: var(--white);
  color: var(--black);
  align-items: center;
  height: 5.625rem;
  margin-bottom: 2.5rem;
}
.logo-print span {
  color: var(--black);
  display: inline-block;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  font-size: 3.125rem;
  margin-left: 20px;
  text-transform: uppercase;
}
.logo-print img {
  height: 100%;
  max-height: 3rem;
  width: fit-content;
}
.logo-print img.logo-bw {
  max-height: 6rem;
}

a.abs-link {
  position: initial;
}
a.abs-link::before {
  display: none;
}

.ce-gallery {
  float: none !important;
}

/* Tables via Wim ////////////////////////////*/
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
table thead th {
  background-color: var(--main-gray-light);
  font-weight: bold;
}
table th {
  font-weight: bold;
}
table th,
table td {
  border: 1px solid var(--main-gray);
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: top;
}
table th ul,
table th ol,
table td ul,
table td ol {
  margin: 0 0 1em 1em;
}
table th p,
table td p {
  margin: 0 0 1em 0;
}
table th p:last-child,
table td p:last-child {
  margin: 0;
}
table th.currency, table th.size,
table td.currency,
table td.size {
  text-align: right;
}
table tfoot th,
table tfoot td {
  background-color: var(--main-gray-lightest);
}

caption {
  text-align: left;
  margin-bottom: 10px;
  color: var(--text-color);
  font-weight: bold;
}

body ol,
body ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#sidebar,
.foldable,
.toggleable {
  background: var(--white) !important;
  border: 0 !important;
  display: block !important;
}

.frame-cta,
.frame-custom-42 {
  border: 0;
  display: block;
  margin: 0 0 50px;
  padding: 15px;
  clear: both;
}
.frame-cta p,
.frame-custom-42 p {
  font-family: var(--font-default);
  font-size: 1.2em;
  margin-bottom: 0.1em;
}
.frame-cta .button,
.frame-custom-42 .button {
  display: block;
  margin-top: 0.3em;
}

.news-single-img {
  float: right;
}
.news-single-img img {
  float: right;
  margin: 0 0 0 20px;
  max-width: 250px;
}

#header,
#share,
#skip,
#search,
#search-button,
#menu-button,
#nav-main,
#sidebar,
#footer,
#bread,
.header,
.more,
.search-window.background-image {
  display: none !important;
}

.assistive,
.background,
.backgroundImage,
.breadcrumb,
.category-menu,
.news-backlink-wrap,
.warning-IE,
.readspeaker,
.social,
.theme-selector,
.csc-linkToTop,
.hidden,
.footer {
  display: none !important;
}

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