@charset "UTF-8";
/* CSS Document */
/* Mobile styling*/
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 12px;
    background-color: #FFFFFF;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 5px 5px;
	background-color: #D4DBE3;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #E0ECF8;
}

main{
    background-color: #FFFFFF;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 700px;
}

.style-flag {
	width: 30px;
    margin-bottom: 5px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 2px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: #25408F;
    text-decoration: none;
    cursor: pointer;
}

.button {
	border: 2px #555 solid;
	padding: 6px 10px;
    margin-left: 8px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
}

.button-small {
	border: 2px #000000 solid;
	padding: 4px 6px;
    margin-left: 8px;
    margin-top: 6px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
}

.info-box-grey {
	background-color: #D4DBE3;
	color: #383838;
	padding: 5px 5px 12px 5px;
	text-align: center;
}

.info-text {
	font-size: 12px;
    text-align: center;
    margin-top: 8px;
	margin-bottom: 4px;
    padding-top: 6px;
}

.info-text-red {
	font-size: 16px;
    color: #F90004;
	font-weight: 400;
	margin-bottom: 2px;
}

.footer-text {
	font-size: 10px;
    text-align: center;
    margin-top: 8px;
	margin-bottom: 4px;
    padding-top: 6px;
}

.col {
	width: 100%;
    float: left;
	padding: 0px 12px 14px;
}

.col-md-one-half {
		width: 50%;
	}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*TopNav for Mobile/Tablet view */
@media screen and (max-width: 767px) {
  .topnav a:not(:first-child), .dropdown .dropbtn, .dropdownshops .dropbtn {
    display: none;
  }
    
  .topnav a.icon {
    float: right;
    display: block;  
  }
  .topnav.responsive {position: relative;}
  .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-visible {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* End of TopNav Mobile */


/*Insert Medium View Here*/
@media (min-width: 480px){    
    body {
		max-width: 767px;
	}
    
    .col-md-one-third {
		width: 33%;
	}
    
    h1 {
	font-size: 20px;
    margin-bottom: 8px;   
    }
    
    h2 {
	font-size: 14px;
    margin-bottom: 8px;   
    }
    
    
    .info-text{
    font-size: 14px;
    }
    
}

/*Desktop View*/

@media (min-width: 768px){
	
	body {
		max-width: 1200px;
	}
    
    h1 {
	font-size: 24px;
    margin-bottom: 8px;   
    }

    h2 {
	font-size: 16px;
    }
    
    .info-text{
    font-size: 16px;
    }
    
    .button {
	padding: 4px 20px;
    margin-left: 12px;
	border-radius: 30px;
}
	
    .footer-text {
	font-size: 16px;
    text-align: center;
    margin-top: 12px;
	margin-bottom: 4px;
    padding-top: 6px;
    }
    
    .button-small {
	border: 2px #000000 solid;
	padding: 4px 10px;
    margin-left: 12px;
    margin-top: 6px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
}
    .style-logo {
		float: left;
	}
    
	.col-lg-one-fourth {
		width: 25%;
	}

    .info-box-grey {
	padding: 15px 15px;
    }
}


/*TopNav & Drop Button for Desktop*/
.topnav {
  overflow: hidden;
  background-color: #25408F;
}

.style-search {
  max-width: 260px; 
  max-height: 44px;
  position:  relative;
  top: 6px;
  float: right;
  margin-top: 24px;
  margin-right: 8px;
}


.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 13px 11px;
  text-decoration: none; 
  font-size: 17px;
}

.active {
  background-color: #1849D5;
  color: white;
}

.topnav .icon {
  display: none;
  height: 46px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 13px 11px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content-hidden {
  display: none;
}

.dropdown-content-visible{
  display: block;
  position: absolute;
  background-color: #f9f9f9;
  color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content-visible a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/*End of Desktop*/

/*Hover off for mobile devices*/
@media not all and (hover: none) {
  .topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #FFFFFF;
  color: black;
  }   
}


