@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	background-color: #E7E7E7;
	color: #231F20;
	font-family: Arial, Helvetica, sans-serif;
}
main {
	width: 100%;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0px;
	background-color: #FFF;
	height: 100%;
	margin-bottom: 20px;
}
header {
	height: 20vh;
	max-height: 100px;
	position: relative;
	background-image: url(../images/desktop/hatem%20bridge.png);
	display:flex;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
h3 {
	color: #000;
	font-size: 1.17em;
	font-weight: bold;
}
h4 {
	font-size: 1.12em;
}
#contentBlock {
	width: 50vw;
	height: inherit;
	position: absolute;
	top: 1vh;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#contentBlock img {
	display: block;
	width: 50vw;
	height: auto;
}
.unionInfo {
	display:flex;
	width: 98%;
	padding: 0;
	margin: 15px auto 0 auto;
	text-transform: uppercase;
	border-top: 3px solid #BD2031;
	border-bottom: 3px solid #BD2031;
	justify-content:center;
}

.unionInfo h1 {
color: #BD2031;	
font-size:1.1em;
font-weight: 400;
margin: 3px 0;
}


.mobile-union-info {
	display: none;
}


h1 {
	color: #BD2031;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2%;
	font-family: 'Lato', sans-serif;
	font-size: 2rem;
}

.break {
		display: none;
	}
	

.accordion {
	background-color: #E4E4E4;
	color: #555;
	cursor: pointer;
	font-weight: bold;
	padding: 18px;
	width: 80%;
	text-align: left;
	outline: none;
	font-size: 16px;
	margin: 5px 10%;
	transition: 0.4s;
	border: 1px solid #C8C8C8;
}
.aactive, .accordion:hover, accordion:active {
	color: #006AE2;
	border: 1px solid #006AE2;
	background-color: #F1F1F1;
	outline: none;
}
.panel {
	background-color: white;
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin: 0;
	padding: 0;
}
.panel ul {
	list-style: none;
	padding: 0 10% 0 10%;
	margin: 0;
	display: block;
}
.panel ul li {
	display: table;
	width: 48%;
	float: left;
	border: 1px solid #c8c8c8;
	margin: 1%;
	height: 50px;
}
.panel ul li:hover {
	background-color: #006AE2;
	color: #fff;
}
.panel ul li a {
	color: #555;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 4%;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	border: none;
}
.panel ul li a:hover, panel ul li a:active {
	color: #fff;
}
#content-container {
	width: 100%;
	display: block;
	height: auto;
	clear: right;
}
.content-wrapper {
	display: block;
	height: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #FBFBFB;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.right-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.right-menu {
	margin-right: 5%;
	margin-left: 5%;
	display: block;
	float: left;
	width: 90%;
	padding: 0px 0px 20px 0px;
}
.sub-header {
	display: none;
}
.top-image {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 35px;
	display: block;
	float: left;
	margin-bottom: 25px;
}
.top-image h3 {
	overflow: hidden;
	width: 50%;
	padding-left: 5%;
	text-align: left;
	font-weight: bold;
	font-size: 2em;
	font-family: 'Lato', sans-serif;
	color: #454142;
}

.top-image img {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}

.top-teaser {
	float: left;
	line-height: 1.2em;
	padding-left: 5%;
	text-align: justify;
	width: 47%;
}

#mobileSocial {
	display:none;
}
.adimage img {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
#left-container {
	box-sizing: border-box;
	display: block;
	width: 73%;
	height: auto;
	float: left;
	margin:10px 0px 50px 1.5%;
	background-color: #fff;
	border: 1px solid #DCDCDC;

}




#right-container {
	margin-top: 10px;
   display: flex;
   flex-wrap: wrap;
   width: 25%;
   height: auto;
   justify-content: space-around;
    

}
.page-header {
	margin-left: 2%;
	margin-top: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}
.first-child {
	margin-top: 15px;
}
article {
	box-sizing: border-box;
	background-color: #FFF;
	height: auto;
	width: 94%;
	padding: 10px 2%;
	margin: 20px 2% 5px 2%;
}

article:nth-of-type(1){
	
	padding: 0px 2% 10px 2%;
	margin: 0px 2% 5px 2%;
}



.article-image {
  float: left;
  padding-bottom:3px;
  width:60%;
  height:auto;
  margin-right: 2%;	
}

.article-image img {
	width:100%;
	height:auto;
	 float: left;
}

.article-header {

display: flex;
justify-content: center;
align-items: center;
padding-bottom: 10px;
}

.article-header h3 {
text-align: left;
	font-family: 'Lato', sans-serif;
	color: #454142;
	margin: 0 auto;
	
}

.article-date-container {
width:100%;
display: flex;
border-top: 2px solid #BD2031;
padding: 10px 0;
}

.article-date {
    
    color: #BD2031;
}


.article-text {

}


.article-text p {
 text-align: left;
 font-size: 1.2em;

}

.aside {
	display: block;
	height: auto;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 3%;
	margin-left: 0%;
	float: right;
	margin-right: 4%;
	width: 93%;
}
.aside img {
	margin-bottom: 20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	width: 100%;
	height: auto;
}
article h5 {
	text-transform: uppercase;
	font-weight: bold;
	color: #231F20;
	display: block;
	text-align: center;
	padding-top: 15px;
	width: 100%;
	border-bottom: 2px solid #DCDCDC;

	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	padding-bottom: 10px;
}



.readmore {
	width: 50%;
	text-align: center;
	display: inline-block;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 40px;
}
.readmore a, .readmore a:visited {
	background-color: #BD2031;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
}
.readmore a:hover {
	background-color: #F50307;
}

.right-textbox {
	width: 80%;
   background-color: #FFF;
   margin-bottom: 10px;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   margin-top: 15px;
   padding-bottom: 5px;
   padding-top: 10px;
   border: 1px solid #DCDCDC;
}
.right-textbox:nth-child(1) {
   order: 1;
   width: 90%;
   margin-top: 0px;
   display: flex;
   flex-direction:row;
   align-content: flex-start;
   justify-content:space-around;
   flex-wrap: wrap;
}
.right-textbox:nth-child(2) {
   order: 2;
   width: 90%;
}
.right-textbox:nth-child(3) {
   order: 3;
   width: 90%;
}
.right-textbox:nth-child(4) {
   order: 4;
   width: 90%;
   display: block;
}
.right-textbox-header {
   width: 100%;
   display: flex;
   flex-direction: row;
    background-color: #BD2031;
    justify-content: center;
    align-content: center;
   margin-bottom: 10px;
}

.right-textbox-header:nth-of-type(3) {

margin-bottom: 5px;

}

.right-textbox h5 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: calc(12px + (14 - 12) * ((100vw - 800px) / (1920 - 800)));
   text-transform: uppercase;
   font-weight: bold;
   color: #FFFFFF;
   padding: 5px 0;
   margin: 0;
   
}
.right-textbox p {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	font-size: 1.1em;
}
/*--- begin flexbox--*/

.calendar-container {
	display:flex;
flex-direction: column;
   position:relative;
   align-items: center;
   width: 45%;
   padding-left: 5%

   
  
}
.calendar-container img {
      
	width:100%;
}

#info-wrapper {
display:flex;
flex-direction: column;

width: 55%;
align-content: center;
justify-content: flex-start;
}
.column {
	-webkit-flex-direction: column;
	flex-direction: column;
	float: left;
}
#calendar-middle {
position: absolute;
top: 32%;
left:50%;
transform: translate(-50%, -32%);
font-size: calc(.6rem + (.7 - .6) * ((100vw - 800px) / (1600 - 800)));
font-weight: bold;
font-family: 'Work Sans', sans-serif;
text-transform: uppercase;
}
#meeting-date {
position: absolute;
top: 48%;
  left:50%;
  transform: translate(-50%, -48%);
	font-family: 'Work Sans', sans-serif;
	font-size: calc(36px + (48 - 36) * ((100vw - 800px) / (1600 - 800)));
}

.calendar-info:nth-of-type(1) {
   margin: 0;
   padding: 0;
   width: 100%;
  align-self: flex-start;
}

.calendar-info:nth-of-type(2) {
   display:flex;
   width: 100%;
   align-self: flex-start;
   justify-content: center;
   
}

.wrapper-info:nth-of-type(1) {
   width: 100%;
   display: flex;
   flex-direction: row;
    align-content:center;
    justify-content:space-around;
   order: 2;

}

.wrapper-info:nth-of-type(2) {
   width: 100%;
   display: flex;
   flex-direction: row;
    align-content:flex-start;
    justify-content:space-around;
   order: 1;

}


.wrapper-info:nth-of-type(3) {
   width: 100%;
   display: flex;
justify-content: center;
padding: 0 0 8px 0;
 
}
.wrapper-info:nth-of-type(3) a {

color: #BD2031;
border-color: #BD2031;
border-radius: 0;

}

.wrapper-info:nth-of-type(3) a:hover {

color: #fff;

}


.wrapper-info h4 {
  font-size: calc(14px + (16 - 14) * ((100vw - 800px) / (1600 - 800)));
   text-align: center;
   padding: 0;
   margin: 0;
   color: #454142;
   }

.info-address{
  font-size :calc(11px + (12 - 11) * ((100vw - 800px) / (1600 - 800)));
   text-align: center;
   padding-right: 3%;

}



/*--- end flexbox--*/

.textbox-image {
	display: block;
	text-align: left;
}
.textbox-image img {
	width: 35%;
	height: auto;
	float: left;
}
.placard {
	width: 90%;
	background-color: #FFF;
	margin-top: 0px;
	border: 1px solid #C8C8C8;
	float: right;
	margin-right: 5%;
	height: auto;
}
.placard img {
	height: auto;
	width: 100%;
}
.placard-icon {
	height: 30px;
	width: 30px;
	margin-bottom: 20px;
}
.main-title {
	display: flex;
	background-color: #FFFFFF;
	width: 94%;
	padding: 0 2%;
	margin: 30px 2% 0 2%;
	
}

.main-title h2 {
	color:#BD2031;
	margin: 0;
}


.rightButton {
	width: 50%;
	text-align: center;
	display: block;
	margin: 20px auto 20px auto;
}
.rightButton a, .rightButton a:visited {
	color: #BD2031;
	padding: 6px 10px 6px 10px;
	text-decoration: underline;
}
.rightButton a:hover {
	background-color: #fff;
	color: #FD0303;
}
.card-header .fa {
	transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
	transform: rotate(-90deg);
}
.menu-header {
	background-color: #fff;
	border: none;
	padding: 0;
	margin: 0;
}
.menu-header a, .menu-header a:visited {
	color: #343a40;
	font-size: calc(11px + (13 - 11) * ((100vw - 800px) / (1920 - 800)));
	display: block;
	line-height: 3em;
	padding-left: 7%;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.menu-header a:active, .menu-header a:hover {
	color: #BD2031;
}
.menu-item {
	width: 90%;
	padding: 0;
	margin: 0 auto .4em auto;
	border: 1px solid #E5DDDD;
	border-radius: 0;
}
.menu-item:last-child {
	margin-bottom: 1em;
}
.menu-item:hover {
	border: 1px solid #E5DDDD;
}
.menu-item ul {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.menu-item ul li {
	border: none;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
.menu-item ul li a, .menu-item ul li a:visited {
	color: #454142;
	font-size: 1em;
	width: 100%;
	float: left;
	padding: 0 0 1.2em 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
}
.menu-item ul li:active, .menu-item ul li a:hover {
	text-decoration: none;
	color: #BD2031;
}
.unionQuote {
	width: 95%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #202020;
	color: #dcdcdc;
	margin: 0 2.5% 5% 2.5%;
}
.unionQuoteImage {
	width: 30%;
}
.unionQuoteImage img {
	width: 80%;
	height: auto;
}
.union-quote-text {
	font-size: 1em;
	width: 70%;
	padding-left: 10%;
	padding-right: 10%;
}
.quote-name {}


footer {
	background-color: #003366;
	
	display: block;
	width: 100%;
	clear: left;
	float: left;
background-image: linear-gradient(
  0deg,
  hsl(210deg 100% 20%) 0%,
  hsl(210deg 100% 21%) 9%,
  hsl(210deg 100% 22%) 19%,
  hsl(210deg 100% 24%) 28%,
  hsl(210deg 100% 25%) 38%,
  hsl(210deg 100% 26%) 47%,
  hsl(210deg 100% 27%) 56%,
  hsl(210deg 100% 29%) 66%,
  hsl(210deg 100% 30%) 75%,
  hsl(210deg 100% 31%) 84%,
  hsl(210deg 100% 32%) 93%,
  hsl(210deg 100% 34%) 100%
);



}

#footer-container
{
display: flex;
flex-wrap: wrap;
    justify-content: space-between;
	 flex: 1 100%;
	max-width: 1366px;
	margin:0 auto;
	padding: 30px 0;
	font-family: 'Lato', sans-serif;
}

.bottom-nav {
	display: flex;
	flex-direction: column;
	width: 20%;
    font-size: 1.1em;
}

.bottom-nav:nth-child(5) {
width:100%; 
order: 5;

}




.bottom-nav:nth-child(6) {
width:15%; 
order: 8;
align-self: center;
padding-bottom: 40px;
}


.bottom-nav:nth-child(6) img {

 width:100%; 
 height:auto;
 border:1px solid #bcd3f6; 
 padding: 2px;

}


.bottom-nav:nth-child(6) img:hover {

 border:1px solid #fff; 

}

.bottom-nav:nth-child(7) {
width:50%; 
align-self:center;
text-align: center;
order: 7;
}
.bottom-nav:nth-child(7) img {
width:70%; 
height:auto;
margin: 0 auto;
padding-bottom: 10px;

}

.bottom-nav:nth-child(8) {
width:30%;
order: 6;
}


.bottom-nav p {

color: #bcd3f6;
font-family: 'Lato', sans-serif;
font-size: calc(10px + (12 - 10) * ((100vw - 800px) / (1920 - 800)));
}

.bottom-nav-header
{
    width: 100%;
    padding-bottom:3px;
	color: #bcd3f6;
	border-bottom: 1px solid #bcd3f6;
	
	font-size: 1.2em;
	
}

.bottom-nav ul {
	padding: 0;
}
.bottom-nav ul li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bottom-nav ul li a, .bottom-nav ul li a:visited {
	text-decoration: none;
	
	color: #bcd3f6;
}
.bottom-nav ul li a:hover {
	color: #FFFFFF;
}


.bottom-links ul li a {
  display: inline-flex;
  position: relative;
  color:#bcd3f6;
}

.bottom-links ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: center;
  transition: transform 0.25s ease-out;
  transition-delay: .25s;
}


.bottom-links ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: center;
  transition-delay: .25s;
}







.bottom-nav address {
	color: #bcd3f6;
	
	font-size: 12px;
	font-style: normal;
	margin-top: 5px;
	font-family: 'Lato', sans-serif;
	
}
.image_off, .footer-icons:hover .image_on{
   display:none
}
.image_on, .footer-icons:hover .image_off{
   display:inline-flex;
}


 .footer-icons img {
 width:25%; 
 height:auto;
}

.contact-nav a, .contact-nav a:visited {
display: block;
width: 100%;
height: 2em;

color: #bcd3f6;
padding-top: 5px;
font-size: 1.2em;
}

.contact-nav a:hover, .contact-nav a:active {

color: #fff;	
}

.col {
	width: 40%;
	padding-left: 0px;
}



/* begin countdown timer-------------------------------------*/



	 #countdown {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   border: 1px solid #bcd3f6;
   font-family: 'Lato', sans-serif;
   color: #bcd3f6;
   padding: 0 5% 15px 5%;
 }
 .countdown-header {
display: flex;
background-color: #bcd3f6;
font-weight: 600;
color: #003366;
font-size: 1.2em;
justify-content: center;
 }
#countdown-top {

 display: flex;
   width: 100%;
   justify-content: space-around;

}

 #countdown-middle {
   display: flex;
   width: 100%;
   justify-content: space-between;
 }
 #countdown-bottom {
   display: flex;
   width: 100%;
   justify-content: space-between;
 }
 
 #days, #hours, #minutes, #seconds, #months {
   display: flex;
   margin: 0;
   padding: 0px;
   font-size: calc(16px + (24 - 16) * ((100vw - 800px) / (1920 - 800)));
   justify-content: center;
   width: 20%;
   border: 1px solid #bcd3f6;
   
 }
 .colon {
   display: flex;
   width: 2%;
   margin: 0;
   padding: 0px 2%;
   height: 90%;
   align-items: center;
   font-size: calc(16px + (24 - 16) * ((100vw - 800px) / (1920 - 800)));
   
   justify-content: center;
 }
 .timeText {
   display: flex;
   padding: 5px 0;
   font-size: calc(7px + (10 - 7) * ((100vw - 800px) / (1920 - 800)));
   width: 22%;
   justify-content: center;
 }
  
  .timeTextSmall {

  	display:none;
  }
#countdown-bottom-text {
 	
 	font-size: calc(12px + (16 - 12) * ((100vw - 800px) / (1920 - 800)));
    text-align: center;
    width: 100%;
    
 }

 #countdown-date {
 font-family: 'Sarabun', sans-serif;	
 text-align: center;
font-size: calc(12px + (16 - 12) * ((100vw - 800px) / (1920 - 800)));
width: 100%;
padding-top:7px;
}
#countdown-date-till {
font-size: calc(10px + (12 - 10) * ((100vw - 800px) / (1920 - 800)));
margin: 5px 0;
font-family: 'Lato', sans-serif;
}

/* end countdown timer-------------------------------------*/


@media only screen and (min-width:800px) and (max-width:1920px){
	body {
		font-size: 12px;
	}
	#left-container {
		width: 65%;
	}
	#right-container {
		width: 33%;
	}
	#header-text {
		font-size: 1.1em;
	}
	#contentBlock {
	width: 40vw;
	height: auto;
	position: absolute;
	top: -2vh;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#contentBlock img {
	display: block;
	width: 40vw;
	height: auto;
}
	header {
		max-height: 100px;
	}
	#top-image h3 {
		float: right;
		width: 50%;
		padding-left: 4%;
		font-size: 1.3em;
		text-align: left;
	}
	main {
		max-width: 950px;

	}

	#footer-container
{
    
    display: flex;
    justify-content: space-between;
	 flex: 1 100%;
	max-width: 950px;
	margin:0 auto;
	padding: 30px 5%;
}
	.top-teaser {
		float: left;
		line-height: 1.2em;
		padding-left: 4%;
		text-align: justify;
		width: 47%;
	}
	.unionInfo {
		letter-spacing: 0px;
		font-size: 1em;
		padding: 0px 10px 0px 10px;
	}
	.break {
		display: none;
	}
	.right-textbox h6 {
		font-weight: normal;
		font-size: 12px;
		height: 80px;
	}
	.right-textbox-header {
		height: auto;
	}
	.right-menu ul li a {
		font-size: 12px;
	}
	.panel ul li a {
		font-size: 12px;
	}
}
	@media (max-width:575px) {
    .display-4 {
        font-size: 1.5rem;
    }
    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }
    .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .day {
        height: 14.2857vw;
    }

}



/*@media only screen and (min-width:1367px)

{


.bottom-nav:nth-child(6) img {
width:70%; 
height:auto;

}

.bottom-nav:nth-child(6) {
	display: flex;
width:30%; 
align-self: center;
align-items: center;

}

.bottom-nav:nth-child(8) {
width:13%;
align-self: center;
align-items: center;
justify-content: center;
}

.bottom-nav:nth-child(8) img {

 width:70%; 
 height:auto;
 border:1px solid #bcd3f6; 
 padding: 2px;

}

.bottom-nav p {


font-size:.9em;
}
 

 .footer-icons img {
 width:15%; 
 height:auto;
}


}