*
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
/*
:root {
  --body-bg: #ffffff;
  --text-color: #595959;
 --title-color:#181818;
  --bold-color: #222222;
  --header-top-bg: #e4e4dd;
  --primary: #83b739;
  --primary-over: #0676bd;
  --light: #f7f7f2;
  --border: #dbdbd3;
  --shadow: 0 0 6px 1px #cccccc;
}
*/
body
{
  background: none repeat scroll 0 0 #ffffff;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 1rem;
  color: #444;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: .3px;
}
h1,h2,h3,h4,h5,h6
{
  color: #5b57a6;
  font-weight: normal;
  line-height: 1.2;
  margin: 0.5rem 0;
}
h1
{
  font-size: 2.7rem;
}
h2
{
  font-size: 2.2rem;
}
h3
{
  font-size: 1.8rem;
}
h4
{
  font-size: 1.4rem;
}
h5
{
  font-size: 1.1rem;
}
h6
{
  font-size: 0.9rem;
}
a, a:link, a:visited, a:hover, a:active
{
  text-decoration: none;
  color: #015395;
  transition: color 0.20s linear 0s;
  -o-transition: color 0.20s linear 0s;
  -ms-transition: color 0.20s linear 0s;
  -moz-transition: color 0.20s linear 0s;
  -webkit-transition: color 0.20s linear 0s;
}
a:hover
{
  color: #0175d3;
}

a.btn {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center; /* Vertically center icon + text */
  gap: 2px; /* Optional: adds spacing between icon and text */
  margin: 5px 5px 10px;
background-color: #f1f1f1;
  padding: 5px 0 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  font-size: .9rem;
  color: #f0556c;
  font-weight: 600;
}
a.btn .icon
{
  background-color: #f0556c;
}

a.btn:hover {
  background-color: #f0556c;
  color: #ffffff;
}
a.btn:hover .icon {
  background-color: #ffffff;
}

p,li,dl,blockquote,table,kbd
{
  font-size: 1rem;
  line-height: 1.6;
}
b,strong
{
  font-weight: 700;
}
.text-center
{
  text-align: center!important;
}
.text-right
{
  text-align: right!important;
}
img
{
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
table
{
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
table tr td, table tr th
{
  padding: 0.625rem;
}
table tfoot, table thead,table tr:nth-of-type(2n)
{
  background: none repeat scroll 0 0 #f0f0f0;
}
th,table tr:nth-of-type(2n) td
{
  /*
border-right: 1px solid #fff;
 */
}
td
{
  /*
  border-right: 1px solid #f0f0f0;
 */
}
.size-960 .line,.size-1140 .line,.size-1280 .line,.size-1520 .line
{
  margin: 0 auto;
  padding: 0 0.625rem;
}
.size-960 .line,.size-960 .grid
{
  max-width: 59.75rem;
}
.size-1140 .line,.size-1140 .grid
{
  max-width: 71rem;
}
.size-1280 .line,.size-1280 .grid
{
  max-width: 80rem;
}
.size-1520 .line,.size-1520 .grid
{
  max-width: 95rem;
}
/* TITLES*/
.page-title
{
  font-weight: 600;
  color: #125e98;
}
.section-title
{
  font-weight: 600;
  color: #125e98;
}
.topic-title
{
  font-weight: 600;
  color: #125e98;
}
.image-title
{
  font-weight: 600;
  color: #125e98;
}
.caption-title
{
  font-weight: 600;
  color: #125e98;
}
/* TEXT ALIGNMENTS*/
.text-left
{
  text-align: left!important;
}
.text-center
{
  text-align: center!important;
}
.text-right
{
  text-align: right!important;
}
.text-justify
{
  text-align: justify!important;
}

.hide
{
  visibility: hidden;
}
.line
{
  clear: left;
}
.col
{
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.col-4-1
{
  width: 25%;
  margin: 0 auto;
  padding: 0
}
.col-4-2
{
  width: 50%;
  margin: 0 auto;
  padding: 0
}
.col-4-3
{
  width: 70%;
  margin: 0 auto;
  padding: 0
}
.col-4-4
{
  width: 100%;
  margin: 0 auto;
  padding: 0
}
.center
{
  float: none;
  margin: 0 auto;
}
.border-test
{
  border: 1px solid #dd21e2;
}
.bottom-border
{
  border-bottom: 1px solid #92c500;
}
.bottom-border-dotted
{
  border-bottom: 1px dotted #00283a;
}
.margin-top
{
  margin-top: 1.25rem!important;
}
.margin-bottom
{
  margin-bottom: 1.25rem!important;
}
.in-line
{
  float: left;
  position: static;
}
.left
{
  float: left;
}
.right
{
  float: right;
}
.box
{
  background: none repeat scroll 0 0 #fff;
  display: block;
  padding: .5em 1rem .5rem 1rem;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.block
{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.frame
{
  background: #fafafa;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 10px 20px 0 20px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.columns-2, .columns-3, .columns-4
{
  display: flex;
  flex-direction: row;
  gap: 1rem; /* spacing between columns */
}
.columns-2 > div
{
  flex: 1 1 50%;
}
.columns-3 > div
{
  flex: 1 1 33.33%;
}
.columns-4 > div
{
  flex: 1 1 25%;
}
/*2 Divs as Columns Inside 1 Div*/
.inner-columns
{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.inner-columns > div
{
  flex: 1;
}
/*2 Divs as Rows Inside 1 Div*/
.inner-rows
{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.inner-rows > div
{
  flex: 1;
}
.margin-bottom
{
  margin-bottom: 1.25rem!important;
}

body.toolbar-fixed .site-header
{
  margin-top: 39px; /* height of admin toolbar when collapsed */
}

body.toolbar-fixed.toolbar-tray-open .site-header
{
  margin-top: 79px; /* height of admin toolbar when tray is expanded */
}

/* Content Wrapper */
.section-wrapper
{
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Centered container */
.content-container
{
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  overflow: visible;
}

.tiles
{
  display: grid;
  gap: 1rem;
}

.tile
{
  background-color: white;
  border-radius: 12px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.column-wrap
{
  display: flex;
  gap: 2rem;
}
/* Left column with grid tiles */
.left-column
{
  flex: 1 1 50%; /* allow shrinking/growing, but base width is 50% */
}

/* Right column with title and details */
.right-column
{
  flex: 1 1 50%; /* allow shrinking/growing, but base width is 50% */
}

.details-box
{
  background-color: white;
  height: auto;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 20px auto;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
  flex-grow: 1;
}

.page-content
{
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 0;
}


/* Forms
-------------------------------------------- */
input {
  line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 10px;
  background: #ffffff;
  max-width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #f0556c;
  outline: 0;
}

form label {
  display: inline-block;
  width: 250px;
  font-size: 1.3rem;
  color: #f0556c;
  padding: 5px 10px;
  margin: 10px;
  font-weight: 500;
  text-align: right;
}

input[type="submit"],
input[type="button"],
button {
  text-align: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  padding: 9px 10px;
  margin: 10px;
 margin-left: 25%;
  background-color: #f0556c;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #b1357e;
}


/*FOOTER*/
#footer {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  background: #efefef;
  width: 100%;
  z-index: 0;
}

@media (max-width: 768px)
{
  .size-960,.size-1140,.size-1280,.size-1520
  {
    max-width: 768px;
  }
  .columns-2, .columns-3, .columns-4
  {
    flex-direction: column;
    gap: 0.5rem;
  }
  h1
  {
    font-size: 2.2rem;
  }
  h2
  {
    font-size: 1.8rem;
  }
  h3
  {
    font-size: 1.4rem;
  }
  h4
  {
    font-size: 1.1rem;
  }
  h5
  {
    font-size: 0.9rem;
  }
  h6
  {
    font-size: 0.65rem;
  }

  h1, h2, h3, h4, h5, h6
  {
    margin: 0;
    padding: 0;
  }

  .content-container,
  .column-wrap
  {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
  .left-column,
  .right-column
  {
    flex: 1 1 100%;
    padding: 0;
    margin: 0 auto;
  }

  .tiles
  {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .tile
  {
    padding: 0;
    font-size: 1rem;
  }

  .details-box
  {
    margin: 10px 0;
    padding: 1rem;
  }


}
