
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  width: 860px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  vertical-align: middle;
  position: relative;
  left: -2px;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: 600;
  font-style: normal;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #0099e6;
  color: white;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
}

.div_paragraph {
  background-color: #b3c4ff;
  color: #00061a;
  text-align: justify;
  margin: auto;
  width: 860px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  box-shadow: 10px 10px 5px #5F9EA0 inset;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
}

.div_paragraph_collapsible {
  position: relative;
  background-color: #b3c4ff;
  color: #00061a;
  text-align: justify;
  margin: auto;
  width: 860px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 0px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  box-shadow: 10px 10px 5px #5F9EA0 inset;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.div_paragraph_collapsible_0 {
  position: relative;
  background-color: #b3c4ff;
  color: #00061a;
  text-align: justify;
  margin: auto; 
  width: 860px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 0px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  box-shadow: 10px 10px 5px #5F9EA0 inset;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.2s ease-out;
}


/* Style the button that is used to open and close the collapsible paragraph */
.collapsible_button {
  background-color: #666;
  color: #00061a;
  text-align: justify;
  margin: auto;
  width: 860px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible_button.active, .collapsible_button:hover {
  background-color: #ccc;
}

.collapsible_button:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 1.5vw;
  color: white;
  float: right;
  margin-left: 5px;
}

.collapsible_button.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.regular_button {
  background-color: #666;
  color: #00061a;
  text-align: justify;
  margin: auto;
  width: 860px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
}

.regular_button.active, .regular_button:hover {
  background-color: #ccc;
}

.send_button {
  background-color: #ccc;
  color: #00061a;
  text-align: center;
  margin: auto;
  width: 300px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  font-size: 1.5vw;
  font-weight: 500;
  font-style: normal;
  font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
}

.send_button.active, .send_button:hover {
  background-color: #EEE;
}

.fcf-body {
    font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
    font-size: 1.5vw;
    font-weight: 500;
    color: #00061a;
    text-align: justify;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #5DADE2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
}

/* CSS for the embedded PDF */
.embed-pdf {
    position: absolute; /* Position the embed element relative to its containing div */
    top: 0; /* Align the top of the embed with the top of the div */
    left: 0; /* Align the left of the embed with the left of the div */
    width: 100%; /* Occupy the full width of the div */
    height: 100%; /* Occupy the full height of the div */
    border: none; /* Remove border from the embed element */
}

.pdf_container {
	width: 860px;
	height: 1050px;
}

.big-link {
color: blue; /* Default color */
text-decoration: none; /* Optional: Remove underline */
}
.big-link:visited {
color: blue; /* Color for visited links */
}
.big-link:hover {
color: blue; /* Color when hovered */
text-decoration: underline;
}
.big-link:active {
color: blue; /* Color when active (clicked) */
}

.text-link {
color: blue; /* Default color */
text-decoration: none; /* Optional: Remove underline */
}
.text-link:visited {
color: blue; /* Color for visited links */
}
.text-link:hover {
color: blue; /* Color when hovered */
text-decoration: underline;
}
.text-link:active {
color: blue; /* Color when active (clicked) */
}

#newsletter {
	width: 20px;
	height: 20px;
}