:root {
    --bgmain: #eaedf1;
    --bgheader: #6696c7;
    --border1: #435f7c;
    --link1: #20a8d8;
    --text1: #000000;
    --text2: #911521;
}
.custom {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}
.custom li {
  position: relative;
  padding-left: 25px; /* Space for custom bullet */
}
.custom li::before {
  content: "✔"; /* Custom symbol */
  position: absolute;
  left: 0;
  color: green;
}
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    background-color: var(--bgmain);
    font-size: 16px !important;
    font-family: 'Muli', sans-serif;
}
.header_wrapper {
    width: 100%;
    background-color: var(--bgheader);
    border-bottom: 2px solid var(--border1);
}
.header_container {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
}
.mobile_container {
    display: none;
}
.mobile_header {
    display: flex;
    width: 100%;
}
.nav_mobile {
    display: none;
}
.logo {
    display: flex;
    width: 35%;
    height: 70px;
    font-size: 2em;
    color: var(--bgmain);
    padding-left: 10px;
    align-items: center;
}
.logo a:link, .logo a:visited {
    text-decoration: none;
    color: var(--bgmain);
}
.logo a:hover{
    text-decoration: none;
    color: var(--border1);
}
.navigation {
    display: flex;    
    width: 50%;
    justify-content: flex-end;
}
.nav {
    position: relative;
	display: inline-block;
	margin-right: 30px;
	font-size: 1.5em;
}
.small {
    font-size: .5em;
    vertical-align: middle;
}
.nav a:link, .nav a:visited {
    color: var(--bgmain);
    text-decoration: none;
}
.nav a:hover {
    color: var(--border1);
    -webkit-transition: 1s; /* Safari prior 6.1 */
    transition: 1s;
}
.nav a:after {
	position:absolute;
    bottom:0;
    left:50%;
    height:2px;
    width:0%;
    background-color: var(--border1);
    display:block;
    content:'';
    transition:0.3s;
}
.nav a:hover:after {
	left:0;
    width:100%;
}
.nav_drop_wrapper {
    position: absolute;
    display: none;
    padding: 5px;
    width: max-content;
    height: max-content;
    background-color: var(--border1);
    border: 1px solid var(--bgheader);
    font-size: .75em;
    z-index: 1;
}
.nav_drop_link {
    position: relative;
    width: max-content;
    margin-left: 5px;
}
.nav_drop_link {
    color: var(--first);
    text-decoration: none;
}
.nav_drop_link a:hover {
    color: var(--link1);
    -webkit-transition: 1s; /* Safari prior 6.1 */
    transition: 1s;
}
.nav_drop_link a:after {
	position:absolute;
    bottom:0;
    left:50%;
    height:2px;
    width:0%;
    background-color: var(--link1);
    display:block;
    content:'';
    transition:0.3s;
}
.nav_drop_link a:hover:after {
	left:0;
    width:100%;
}
.active {
    position: relative;
	display: inline-block;
	margin-right: 30px;
    font-size: 1.5em;
    color: var(--border1);
    text-decoration: underline;
}
.navigation_mobile {
    display: none;
    width: 100%;
}
.social_media {
    display: flex;
    align-items: center;
    width: 14%;
    justify-content: flex-end;
}
.social {
    margin-right: 5px;
}
.center {
    text-align: center;
}
.content_wrapper {
    display: flex;
    flex: 1;
    width: 100%;
}
.content {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    color: var(--bgmain);
    font-size: 2em;
    text-align: center;
}
.container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    margin-top: 15px;
    margin-bottom: 15px;       
}
.column {
    flex: 1 1;    
    background-color: #fff;
    max-width: 300px;
    filter: drop-shadow(2px 2px);
    border: 1px solid var(--border1);
    font-size: .75em;
    padding: 7px;  
}
.content2 {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    color: #000;
    font-size: 1.25em;
    text-align: center;
}
.image_row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    margin-bottom: 15px;
}
.wrapper2 {
    width: 300px;
    background-color: #fff;
    padding: 7px;
    filter: drop-shadow(2px 2px);
    border: 1px solid var(--border1);
    font-size: .75em;
    margin-bottom: 25px;
}
.left {
    text-align: left;
}
.blue {
    color: #0026fd;
}
.image_row100 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.image_row_container {
    margin-left: 25px;
    margin-right: 25px;
}
.image_wrapper {
    width: 300px;
    border: 2px solid var(--bgheader);
    border-radius: 5px;
    color: var(--bgheader);
    font-size: .5em;
    padding: 10px;
    text-align: left;
}
.iw_h {
    font-size: 1.5em;
    color: var(--link1);
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.iw_p {
    font-size: 1.7em;
    color: var(--text2);
    margin-bottom: 5px;
}
.iw_start {
    width: max-content;
    margin-top: 7px;
    padding: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    background-color: var(--text2);
    border: 2px solid var(--text2);
    border-radius: 5px;
    color: var(--bgmain);
}
.iw_start:hover {
    background-color: var(--bgmain);
    color: var(--text2);
    cursor: pointer;
}
.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper a {
    color: var(--link1);
    text-decoration: none;
}
.wrapper a:hover {
    text-decoration: underline;
}
.footer_wrapper {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    min-height: max-content;
    padding-top: 5px;
    background-color: var(--bgheader);
    border-top: 2px solid var(--border1);
    color: var(--first);
}
.footer_left {
    display: flex;
    width: 50%;
    align-items: flex-start;
    padding-left: 15px;
    color: var(--bgmain);
}
.fl_w {
    display: flex;    
    flex-direction: column;
    width: max-content;
    align-items: center;
    padding-top: 5px;
}
.footer_right {
    display: flex;
    width: 50%;
    height: max-content;
    justify-content: flex-end;
    padding-right: 15px;
}
.footer_wrapper a:link, .footer_wrapper a:visited {
    color: var(--bgmain);
    text-decoration: none;
}
.footer_wrapper a:hover {
    color: var(--bgmain);
    text-decoration: underline;
}
.f_column1 {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-right: 10px;
    height: 100%;
}
@media (max-width: 1640px) {
    .column {
      flex: 1 1 calc(50% - 10px);
    }
  }
@media (max-width: 600px) {
    .column {
      flex: 1 1 100%;
    }
}
@media screen and (max-width: 1000px) {
    .logo {
        font-size: 1.5em;
    }
    .nav {
        font-size: 1.2em;
    }
    .nav_drop_wrapper {
        width: 110px;
        height: 110px;
    }
}
@media screen and (max-width: 800px) {
    .header_container {
        display: none;
    }
    .mobile_container {
        display: block;
        height: auto;
        text-align: center;
    }
    .logo {
        width: 100%;
        height: auto;
        font-size: 1.7em;
    }
    .navigation {
        display: none;
    }
    .navigation_mobile {
        display: block;
        margin-bottom: 10px;
    }
    .nav {
        display: block;
        width: max-content;
        margin: 0 auto;
    }
    .nav_drop_link {
        margin: 0 auto;
    }
    .active {
        font-size: 1.3em;
        margin-right: 0px;
    }
    #login_mobile {
        margin-bottom: 7px;
    }
    .footer_wrapper {
        font-size: .8em;
    }
    .footer_left {
        width: 40%;
    }
    .footer_right {
        width: 60%;
    }
}