
    
<style type="text/css">

        
    .wtfisthisneededfor {
        }



    #MainTop {
        height: 50px;
        z-index:2;
        position:fixed;
        display: block;
        width:100vw;
        left:0;
        top:0;
        background-color: #1B3F92;
        overflow: hidden;
        -moz-border-radius: 1em 1em 1em 1em; border-radius: 0em 0em 0.5em 0.5em;
    }

.title{
    margin-top:10px;
    margin-left:20px;
    margin-bottom:10px;
    float:left;
    width:calc(100vw - 80px);
    vertical-align: middle;
    color:white;
    
    
}

.buttons{
    margin-top:10px;
    float:right;
    vertical-align: middle;
    right:0px;
    color:white;
    position:fixed;
    vertical-align: middle;}


.buttons img{
    height:30px;
    margin-right:15px;
    vertical-align: middle;
   
}

#DIVcontact{
    min-height: 100vh;
}



    .ContainerTitle {

            font-size: 1.7em;
            color: #1B3F92;
            font-weight: 700;
            min-height: 40px;
            margin-top:2em;
        } 


svg {
            width: 100%;
            fill: white;

            
}

          
    #container, #MainSplash, #MainTop, body {
           width:100%;
            font-family: 'Montserrat', sans-serif;
            font-weight: 350;
            color:#4d5156;
        overflow-x: hidden !important;
            
        }

ul.keymessages {
  list-style-type: none;
      display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}

ul li::before {
  content: "\2022";  
  color: #1B3F92;
  font-weight: 1000;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
    
}

li{
    margin-bottom: 1em;
}


        .section{
            
             
             	-moz-border-radius: 1em 1em 1em 1em; border-radius: 0.5em 0.5em 0.5em 0.5em;
            border: 0px solid #1B3F92;
            margin-bottom: 2em;
            position:relative;
            display:block;
            overflow: hidden;
            width:85vw;
            margin-left:5vw;
            margin-right:5vw;
            margin-top:0em;
            line-height: 1.6;
            font-size: 1.2rem;
            
}
    .section .read-more { 
			position: absolute; 
			bottom: 0; left: 0;
			width: 100%; 
			text-align: center; 
			margin: 0; 
			padding: 40px 0 40px 0; 
			
			/* "transparent" only works here because == rgba(0,0,0,0) */ 
			background-image: -moz-linear-gradient(top, transparent, white);
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
		}

/* Set the size of the first section BEFORE EXPANDING */
.first{
            max-height:calc(100vh - 400px);} /* 40 for MainTop + 200 links */
        .links a{
            font-weight:500;
            }


.first .read-more { 
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,100));
  			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(255,255,255,0)),color-stop(1, rgba(255,255,255,100)));
		}

.button {
  
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 8px;
   /* border-top: 3px solid #FFF; */
    
    
    font-size: 1em;
    font-weight: 800;
  background-color: #1F4397;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
    
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\21F2';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}        



                a {
                    color:#1B3F92;
                    text-decoration:underline;
                    font-weight: normal;
                }   
                a:hover {
                    color: #45AC3B;
                    font-style: normal;
                    font-weight: bold;
                }

                
                
                img {
                -moz-border-radius: 1.2em 1.2em 1.2em 1.2em; border-radius: 0.8em 0.8em 
                  
                }
        
                img:hover {
               
                    
                }
        
        
        .superhr{
            display: block;
            border-width: 2px;
            margin:0px;
            border-color: #1B3F92;
            margin-bottom: 15px;
        }

        ul {
              list-style-type: none;
            margin:0.3em;
                border: 0 none;
    padding: 0;
    vertical-align: baseline;
            
            }

.row {
  display: flex;
margin:0px;
    padding:0px;
}


/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
}


.iframemap{
    width: 100%; 
    height: calc(150vw/2);
    -moz-border-radius: 1.2em 1.2em 1.2em 1.2em; border-radius: 0.8em 0.8em;
    border-color: white;
    border: none;
    margin-bottom:15px;
    
    
}


/* Zoom image */
        /* [IMAGE] */
        .zoomD {
          /*width: 600px;
        width:100%;*/
        margin-bottom:15px;
          cursor: zoom-in;
            max-width:100%
        }

        /* [LIGHTBOX BACKGROUND] */
        #lb-back {
          position: fixed;
        float:none;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          background: rgba(0, 0, 0, 0.75);
          z-index: 999;
          visibility: hidden;
          opacity: 0;
          transition: all ease 0.4s;
        }
        #lb-back.show {
          visibility: visible;
          opacity: 1;
        }

        /* [LIGHTBOX IMAGE] */
        #lb-img {
          position: relative;
        float:none;
          top: 50%;
          transform: translateY(-50%);
          text-align: center;
        }
        #lb-img img {
          /* You might want to play around with 
             width, height, max-width, max-height
             to fit portrait / landscape pictures properly. */
          float: none;
            width: 70vw;
           }

/* Phom */
.phomtitle{
    color: #45AC3B;
    font-weight: 800;
    font-size: 1.2em;
    }

/* Phom Slideshow */

.container .inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #EEE;
}

.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 10px 0;
  background-color: white;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  border: 5px white solid;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
  width: 250px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
  }
}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(248, 213, 0, 0.3);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
    -moz-border-radius: 1em 1em 1em 1em; border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: #F8D500;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
    -moz-border-radius: 1em 1em 1em 1em; border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: #1B3F92;
    -moz-border-radius: 1em 1em 1em 1em; border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}
.caption {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 0.8rem;
  font-style: italic;
}

/* Phom Slideshow Ends */


                
/*Cookie Consent Begin*/
        #cookieConsent {
            background-color: rgba(20,20,20,0.8);
            min-height: 26px;
            font-size: 14px;
            color: #ccc;
            line-height: 26px;
            padding: 8px 0 8px 30px;
            font-family: 'Montserrat', sans-serif;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            display: none;
            z-index: 9999;
        }
        #cookieConsent a {
            color: #4B8EE7;
            text-decoration: none;
        }
        #closeCookieConsent {
            float: right;
            display: inline-block;
            cursor: pointer;
            height: 20px;
            width: 20px;
            margin: -15px 0 0 0;
            font-weight: bold;
        }
        #closeCookieConsent:hover {
            color: #FFF;
        }
        #cookieConsent a.cookieConsentOK {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 8px;
           /* border-top: 3px solid #FFF; */

            float: right;
            font-size: 1em;
            font-weight: 800;
          background-color: #1F4397;
          color: #FFF;
          text-align: center;
          padding-top: 1px;
          padding-bottom: 1px;
          padding-left: 15px;
          padding-right: 15px;

          transition: all 0.5s;
          cursor: pointer;
          margin: 1px;
        }
        }
        #cookieConsent a.cookieConsentOK:hover {
            background-color: #E0C91F;
        }

                div.ImgWithCaption{
                    vertical-align: top;
                    display: inline-block;
                    text-align: center;
                  
                }

                .caption {
                    display: block;
                }

/*Cookie Consent End*/        
         .ImgLeft{
                    float:none;
                    width:100%;
                    max-width:1000px;
                }



/* News Announcements */

                .modalsubheading {
                    color: #1B3F92;
                    font-weight:600;
                    line-height: 3;
                }

                .modal-title {
                    color: #1B3F92;
                    font-size: 1.5rem;
                    font-weight:900;
                    text-align:center;
                }

                .modal-body {

                }

                /* Hide scrollbar for Chrome, Safari and Opera */
                .modal::-webkit-scrollbar {
                  display: none;
                }

                /* Hide scrollbar for IE, Edge and Firefox */
                .modal {
                  -ms-overflow-style: none;  /* IE and Edge */
                  scrollbar-width: none;  /* Firefox */
                }

                .modal {
                  color: black;
                    display: none; /* Hidden by default */
                  position: fixed; /* Stay in place */
                  z-index: 5; /* Sit on top */
                  left: 0;
                  top: 0;
                  width: 100%; /* Full width */
                  height: 100%; /* Full height */
                  overflow: auto; /* Enable scroll if needed */
                  background-color: rgb(0,0,0); /* Fallback color */
                  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
                }

                /* Modal Content/Box */
                .modal-content {
                  background-color: #fefefe;
                  margin: 3% auto; /* 5% from the top and centered */
                  padding: 20px;
                  border: 1px solid #888;
                  width: 80%; /* Could be more or less, depending on screen size */
                }

                /* The Close Button */
                .close {
                  color: red;
                  float: right;
                  font-size: 28px;
                  font-weight: bold;
                }

                .close:hover,
                .close:focus {
                  color: black;
                  text-decoration: none;
                  cursor: pointer;
                }

                li{
                    margin-bottom: 1.2em;
                }



                button.readmore{
                    background: rgb(0,0,0,0);
                    border: none;
                    color: #F8D500;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    font-size: 1rem;
                    cursor: pointer;
                }

.news{
    background-color: green;
    color: white;
    position:relative;
    overflow:hidden;
    top:50px;
    z-index: 1;
    margin: 0px;
    padding: 5px;
    padding-left: 50px;
    width:100%
    -moz-border-radius: 1em 1em 1em 1em; border-radius: 0em 0em 0.5em 0.5em;
    
}

/* ON DESKTOP: */
            @media all and (min-width: 899px) 
            {
                 body {
        overflow-x: hidden !important;
    }
                .Section
                {
                    /* z-index: -1;*/
                    overflow-x: hidden !important;
                    margin-left:20%;    
                    width:60%;  
                }
                .iframemap{
                    width: 50%; 
                    height: calc((50vw)/2);
                   margin-left:;
                    overflow-x: hidden !important;
        
                }
                .Title{
                    font-size:20px;
                    font-weight: 800;}
                
                .ImgRight, .ImgLeft{
                    width:50%;
                    overflow-x: hidden !important;
                    }
                .ImgRight{
                    float:right;
                    margin-left:3%;
                    overflow-x: hidden !important;
                }
                    .ImgLeft{
                    float:left;
                    max-height: 100%;
                    max-width: 50%;
                    padding-right:3%;
                        overflow-x: hidden !important;
                }}
