
/*=========================
    FONTS
=========================*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Arimo:wght@700&display=swap');


.header-date{
display: none;
}


.pageContainer{
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	
}
	
.flag-logobox{
	display: flex;
	flex-direction: row;
	width: 1200px;
	height: auto;
	justify-content: center;
	margin: 50px auto 0px auto;
	
}
	
.flag-logobox-left{
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 300px;
	height: auto;
	align-items: flex-end;
        z-index: 1;
}

.flag-logobox-right{
	display: flex;
	flex-direction: row;
	justify-content: right;
	width: 300px;
	height: auto;
	align-items: flex-end;
}

.flag-logobox-middle{
	display: flex;
	flex-direction: column;
	width: 600px;
	height: auto;
	padding: 0 30px;
}

.bp-blue{
		text-align: left;

}
.bp-blue img{
	width: 130px;
	height: auto;
	overflow: hidden;
	margin: 0 5px 0 0;
	text-align: left;
	padding: 0;
}


.social-blue img{
	width: 25px;
	height: auto;
	overflow: hidden;
	margin: 0 5px;
}

.flag-logo{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.flag-logo img{
	width: 85%;
	height: auto;
	margin: auto;
}

.flag-dateline{
    display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: bottom;
	width: auto;
	margin-top: 50px auto 0px auto;
	
}
.flag-date{
    text-align: center;
	font-family: 'Archivo Black', sans-serif;
	font-weight: 500;
	line-height: 0em;
	color: #0092c5;
	font-size: 2.2em;
	padding-bottom: 0px;
	padding-top: 20px;
	margin: 0px 10px;
	}


.header-top .flag-dateline .flag-date{
font-size: 1.5em;
}
.flag-weather img{
	width: 70px;
	height: auto;
	overflow: hidden;
}

.adsub-button img{
	width: 100px!important;
	height: auto;
	margin: auto;
	padding: 0 0 0 30px;
}

.flag-menu-strip{
display: block;
        width: 100vw;
        height: auto;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
	    margin-top: 10px;
	    margin-bottom: -18px;
        background-color: black;
	    padding: 0px 0px;
	    z-index: 20;
}

.flag-menu-strip-mobile{
display: block;
background-color: black;
width: 100%
}

.flag-menu{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: auto;
	margin: auto;
        padding: 0 10px;
	

}

.flag-menu-item{
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	line-height: 0em;
	color: white;
	font-size: 1em;
}

a.flag-menu-item:link{
    color: white; 
	text-decoration: none;
}


a.flag-menu-item:hover{
    color: lightblue; 
}


.flag-menu-more{
	display: block;
	width: 20px;
	height: auto;
	margin-right: 50px;
}

.flag-menu-more img{
	display: block;
	width: 20px;
	height: auto;
	margin-right: 50px;
}

.magGlassClickIcon img{
	width: 20px;
	height: auto;
        padding-top: 5px;
        transform: scale(.85);
}



/*=========================
   WEATHER WIDGET
=========================*/	
	
	.weatherContainer{
		width: 80px;
		height: 120px;
		transform: scale(0.4);
		display: flex;
		flex-direction: row;
		overflow: hidden;
margin-bottom: -30px;
margin-top: -55px;


	}
	
		.weatherBox{
		width: 100%;
		height: 180px;
		border 1px solid black;
		z-index: 10;
	}
	
	.blankWthBox{
		width: 100px;
		height: 180px;
		margin-left: -100px;
		background-color: rgba(0, 0, 0, 0);
		z-index: 200;
		color: rgba(0, 0, 0, 0);
		opacity: 0;
	}

a.blankWthBox:link{
		color: rgba(0, 0, 0, 0);
	text-decoration: none;
		opacity: 0;
}


a.blankWthBox:hover{
		color: rgba(0, 0, 0, 0);
		opacity: 0;
}




/*=========================
   DROPDOWN MENU
=========================*/	

#mobileTrigBox{
display: none;
padding: 3px auto;
}

.dropbtn {
  background-color: rgb(0,0,0,0);
  color: white;
  padding: 0px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus, dropbtn:link {
  background-color: rgb(0,0,0,0);
  color: white;
  padding: 0px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtnMob {
  display: none;
  background-color: rgb(0,0,0,0);
  color: white;
  padding: 0px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtnMob:hover, .dropbtn:focus, dropbtn:link {
  background-color: rgb(0,0,0,0);
  color: white;
  padding: 0px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
	color: white;
  z-index: 10;
text-align: left;
padding-top:30px;
}

	.dropdowncontainer{
		display: none;
	}	
	
.flag-dropdown {
  display: flex;
  flex-direction: row;
  justify-content: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  position: absolute;
  background-color:  #0092c5;
  width: 1150px;
  height: 400px;
  columns: 3 auto;
  padding: 50px 30px 0px 30px;
  margin: auto;
  z-index: 10;
}

.flag-indexcolumn{
	width: 285px;	
	}

.flag-indexgroup{
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	}
	
.flag-indexitem{
	font-family: Arial, "sans-serif";
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 5px;
	text-decoration: none;
	color: white;
	}
	
a.flag-indexitem:link{
	font-family: Arial, "sans-serif";
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 5px;
	text-decoration: none;
	color: white;
	}

a.flag-indexitem:visited{
	font-family: Arial, "sans-serif";
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 5px;
	text-decoration: none;
	color: white;
	}
	
a.flag-indexitem:hover{
	font-family: Arial, "sans-serif";
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 5px;
	text-decoration: none;
	color: #9e9e9e;
	cursor: hand;
	}
	
.flag-indexitemhead{
	font-family: Arial, "sans-serif";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	color: white;
	margin-bottom: 10px;
	}
	
a.flag-indexitemhead:link{
	font-family: Arial, "sans-serif";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	color: white;
	margin-bottom: 10px;
	text-decoration: none;
	}

a.flag-indexitemhead:visited{
	font-family: Arial, "sans-serif";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	color: white;
	margin-bottom: 10px;
	text-decoration: none;
	}
	
a.flag-indexitemhead:hover{
	font-family: Arial, "sans-serif";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 10px;
	text-decoration: none;
	color: #9e9e9e;
	}
	

.show {display: block;}

.pageContainerMobile{
	display: none;
}



/*=========================
   TABLET
=========================*/	

@media only screen and (max-width: 1200px) and (min-width: 601px) {
.flag-logo{
transform: scale(0.6);
margin-bottom: -5px;
}
.flag-dropdown{
      width: 50vw !important;
}

}




/*=========================
   MOBILE
=========================*/	

@media only screen and (max-width: 1200px) {

#responsive-container{
display: none;
}

#mobileTrigBox{
display: block;
padding: 3px 0;
}
	
.pageContainer{
	display: none;
	}
	
.pageContainerMobile{
	display: flex;
	 flex-direction: column;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	}

.flag-logobox-middle {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
}

.flag-logobox-left{
width: 100%;
	justify-content: center;
}
	
.flag-logobox {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: center;
    margin: 0px auto 20px 0px;
}
	
	
.flag-logo img {
    width: 90%;
    height: auto;
    margin: 0px auto 0px auto;
}
	
.flag-dateline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: bottom;
    width: auto;
    margin-top: 10px auto 0px auto;
}
	
.flag-logobox-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    align-items: center;
    margin: 20px auto;
}

.flag-menu-strip{
display: none;
}

.flag-menu-strip-mobile{
display: block;
}

.flag-menu{
width: 100%;
}

.flag-indexcolumn{
	width: auto;	
	}
	
.flag-dropdown {
    display: flex;
    flex-direction: column;
    justify-content: flex;
    flex-wrap: none;
    align-content: flex-start;
    position: absolute;
    width: 65vw;
    height: auto;
    columns: 1 auto;
    padding: 50px 30px 0px 30px;
    margin: -30px auto auto auto!important;
    z-index: 10
	}
	
	.flag-menu{
		display: none;
	}



	.dropbtn{
		display: none;
	}
	
	.dropbtnMob{
		display: block;
		text-align: center;
		margin: 10px auto;
	}
}