/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

* {
  box-sizing: border-box;
}

html {
  font-family: 'Mada', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

body {
	margin: 0;
	font-family: 'Mada', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: #325a85; 
	text-align: left;
	background-color: #fff;
	overflow-x:hidden;
}

a.ex2, a.ex2:link, a.ex2:hover, a.ex2:active, a.ex2:visited { color: white; text-decoration: none;}
a.ex1, a.ex1:link, a.ex1:hover, a.ex1:active, a.ex1:visited { color: black; text-decoration: underline;}

strong, b {
    font-weight: 700;
}

h1 {
	margin: 0px;
	font-family: 'Mada', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	margin-bottom: 1.25rem;

}

h2 {
	margin: 0;
	font-family: 'Mada', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	margin-bottom: 1.25rem;
}

h3 {
	margin: 0;
	font-family: 'Mada', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	margin-bottom: 0;
}

.top_header_full {
	background-color: #3d738a;
	color: #f2f2f2;
	padding-left: 15px;
	padding-bottom: 3px;
}
.top_header_small {
	background-color: #3d738a;
	color: #f2f2f2;
	padding-left: 3px;
	padding-bottom: 3px;
}

/* Navigation bar */
.topnav {
float:left;
background-color: #213E4A;
top: 0;
position: sticky;
width: 100%;
z-index: 100;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 19px 16px;
  text-decoration: none;
  font-size: 20px;
	
}

.active {
  background-color: #355664;
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #355664;
  color: white;
}

/* Dropdown */
/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 18px 16px;
  background-color: inherit;
  font-family: 'Mada', sans-serif;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #213E4A;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #cccccc;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #355664;
  color: white;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}


/* Search bar*/
* {
  box-sizing: border-box;
}
.openBtn {
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}
.openBtn:hover {
  background: #bbb;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(49, 68, 74, 0.9);
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.overlay .closebtn:hover {
  color: #ccc;
}
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}
.overlay input[type=text]:hover {
  background: #f1f1f1;
}
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #3a626e;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.overlay button:hover {
  background: #355664;
}

/* Style the header */
.header {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 30px;
  color: black

}
.container {
  margin-top: 30px;
  position: relative;
  text-align: center;
  color: white;
}

.container:before {
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.main-title {
	padding-left: 8%;
    position:absolute;
    text-align:left;
    bottom: 4vw;
    width: 100%;
/*	font-size: 35px; Use this when using media query */
	font-size: 5.5vw;
	font-family: 'Gothic A1', sans-serif;
	color: #fffff;
	text-shadow: 1px 1px 0 #000;
	z-index: 2;
	
/*  	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Gothic A1', sans-serif;
	color: #fffff;
	text-shadow: 1px 1px 0 #000;*/

}


/* Container for flexboxes */
section {
  display: -webkit-flex;
  display: flex;

}

/* Style the content */
article {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: white;
  padding-top: 3%;	
  padding-left: 14%;
  padding-right: 5%;
  color: black;
  font-size: 28px;
  text-align: justify;
  text-justify: inter-word;
}

article_section {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: white;
  padding-top: 3%;	
  padding-left: 14%;
  padding-right: 5%;
  color: black;
  font-size: 20px;
  text-align: justify;
  text-justify: inter-word;
}

article_section a {
/*  text-decoration: none;*/
  color: #3d738a;
}

article_section a:visited{
  color:#3d738a;
}

/* Main Page - Tabs */
.tab_font {
	font-size: 16px;
}
.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}
*, ::before, ::after {
  box-sizing: border-box;
}
p, ol, ul {
  margin-bottom: 1.25rem;
  margin-top: 0;
}
ol, ul {
  padding: 0;
  margin-left: 1.25rem;
}
p, ol, ul {
	margin-bottom: 1.25rem;
	margin-top: 0;
	font-style: normal;
	font-weight: 300;
	font-family: 'Mada', sans-serif;
}
ol, ul {
  padding: 0;
  margin-left: 1.25rem;
}
.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabBlock {
  margin: 0 0 2.5rem;
}
.tabBlock-tab {
  background-color: #fff;
  border-color: #d8d8d8;
  border-left-style: solid;
  border-top: solid;
  border-width: 2px;
  color: #7e9eab;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #7e9eab;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
.tabBlock-tab {
    padding-left: 1rem;
    padding-right: 1rem;
  }
.tabBlock-tab.is-active {
  position: relative;
  color: #213E4A;
  z-index: 0;
}
.tabBlock-tab.is-active::before {
  background-color: #213E4A;
}
.tabBlock-tab.is-active::after {
  background-color: #fff;
}
.tabBlock-content {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  padding: 1.25rem;
}
.tabBlock-pane > :last-child {
  margin-bottom: 0;
}

/* Rectangle for forms */
.rectangle {
	width: 100%;
	color: black;
	background-color: #e6e6e6;
	border-left: #3d738a;
	border-left-width: thick;
	border-style: solid;
	border-bottom: none;
	border-right: none;
	border-top: none;
	padding: 2%;
	padding-bottom: 0%;
    display: inline-block;
	border-radius: 0.5ex;
	}

.rectangle a {
  text-decoration: none;
  color: indianred;
  display: block;
}

.rectangle a:hover {
  color: indianred;
  text-decoration: underline;
}

.rectangle a:visited{
  color: indianred;
}

/* Style the navigation menu */
nav {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 2;
  background: white;
  padding-top: 3%;	
  padding-left: 1%;
  padding-right: 1%;
  color: black;
  font-size: 23px;
}

.box{
	padding: 2ex;
	width:250px;
	background:#f1f1f1;
	font-size: 16px;
	border-radius: 0.5ex;
	top: 5em;
}

.box_section {
	padding: 2ex;
	min-width: 200px;
	width: 225px;
	background-color: #f1f1f1;
	color: black;
	font-size: 16px;
	font-family: 'Mada', sans-serif;
	border-radius: 0.5ex;
	position: sticky;
	top: 5em;
	z-index: 10;
}

.box_section a {
  text-decoration: none;
  font-size: 16px;
  color: #3d738a;
  display: block;
}

.box_section a:hover {
  color: #213E4A;
}

.box_download_link a {
  text-decoration: none;
  color: indianred;
  display: block;
}

.box_download_link a:hover {
  color: indianred;
  text-decoration: underline;
}

.box_download_link a:visited{
  color: indianred;
}

/* Flex box for Contact section */
.flex-contact_editorial_office_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.flex-contact_editorial_office_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.flex-contact_editorial_office_row > div {
	margin: 0px;
	padding: 0px;
}


/* Style the pre footer */
footer_pre {
  padding: 0px;
  text-align: left;
  font-size: 18px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

/* Style the footer */
footer {
  background-color: #213E4A;
  padding: 20px;
  text-align: left;
  color: white;
  font-size: 18px;
}

/* Set additional styling options for the columns */
    .column {
    float: left;
    }

    /* Set width length for the left, right and middle columns */
    .left {
    width: 25%;
    }

    .middle {
    width: 25%;
    }
    
    .right {
    width: 50%;
    }

    .row:after {
    content: "";
    display: table;
    clear: both;
    }

.footer_copyright {
  padding-left: 20px;
  text-align: left;
  color: white;
  font-size: 12px;
	
}

/* Media Queries */

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 768px) {
  nav {
    display: none;
  }
}

@media screen and (min-width: 768px) {
	div.med_header {
		font-size: 5.5vw;
}
	div.med_main_body {
		position:absolute;
		text-align:left;
		width: 80%;
		font-size: 28px;
		font-weight: 300;
}
	div.tab_font {
	font-size: 16px;
}
}

/* Hamburger navigation bar */
@media screen and (max-width: 768px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* When using mobile, hide cover and change header */
@media screen and (max-width: 768px) {
    div.footer_right  {
        display:none;
    }
	div.top_header_full {
		display:none;
	}
}
@media screen and (min-width: 768px) {
	div.top_header_small {
		display:none;
	}
}
