@charset "utf-8";
 h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	margin: 0px;
	padding: 0px;
}

h3 {

	font-size:1.17em;
	font-weight:bold;
}

h4 {

	font-size:1.17em;
}

h1
 {
	color: #454142;
	margin-top: 0px;
	
	width: 100%;
	
	font-size:1.5em;
	font-style: normal;
}

article h4 {
	font-size:1.1em;
	border-bottom:2px solid #000;
	margin-bottom:10px;
}
h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-top: 0px;
	float: left;
	width: 100%;
	margin-top: 10px;
	font-weight: bold;
	color: #515253;
	
}
body
{
	display: block;
	margin: 0px;
	font-size:16px;
}
header
{
	
	display:none;
	
}


.top-image
{
	border-bottom: 1px solid #BD2031;
	padding-bottom:10px;
	margin-bottom:10px;
}
.top-image h3
{
font-weight:normal;
width:90%;
 margin: 10px auto 0 auto;
text-align:center;
font-size:1.1em;		
}	
	

.top-teaser
{
	display:none;
}


.socialIcons
{
	display:none;
}

.top-image img {
	width:100%;
	height:auto;
}
#top-caption {
	position: relative;
	width: 84%;
	height: 40px;
	background-color: rgba(0,51,102,1.00);
	top: -20px;
	left: 5.5%;
	display: inline-block;
	margin-bottom: -20px;
	color: #C4DBFD;
	font-size: 12px;
	font-weight:normal;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 5px;
	text-align: center;
	
	
	}



	.unionInfo {
	display:flex;
	width: 98%;
	padding: 0;
	margin: 5px auto;
	text-transform: uppercase;
	border-top: 3px solid #BD2031;
	border-bottom: 3px solid #BD2031;
	justify-content:center;
}

.unionInfo h1 {
color: #BD2031;	
font-size:.7em;
font-weight: 400;
margin: 3px 0;
padding: 0 3%;
text-align: center;
}





.brand {
	display:none;
}

.underlineh1 {
	 
	 
	 
 }

#content-container {
	width: 100%;
	display: block;
	float: left;
	top: 0px;
}


.content-wrapper {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	position: relative;
	top: 70px;
	float: left;
}

#left-container {
	;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	width: 100%;
	
	float: left;
}


.page-header {
	display: block;
	height: 150px;
	width: 100%;
	background-image: url(../images/mobile/UNION-MEMBER.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}



#right-container {
	margin-top: 10px;
	display:flex;
	width: 100%;
	justify-content: center;
	background-color: #E8E8E8;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 0px;
    background-image:url(../images/blue-sky2.jpg);
   background-position: center center;
   background-repeat:repeat-y;
   background-size:100%;
   background-attachment: scroll;

}
#description {
	
	display:none;
}
main {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

article {
	width: 90%;
	flex-wrap: nowrap;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	margin:0px auto;
	padding:15px 0px;
	
	}

article:nth-of-type(1){
	
	padding:15px 0px 0px 0px;
	}


article:last-child

{
border-bottom: none;

}

.flex-item {
	display: flex;

}

article .flex-item:nth-of-type(1) {
order:2;

}

 article .flex-item:nth-of-type(2) {
order:3;

}

article .flex-item:nth-of-type(3) {
order:1;

}

article .flex-item:nth-of-type(4) {
order:4;

flex-direction: column;
}

article .flex-item:nth-of-type(5) {
order:5;
flex-direction: column;
flex-wrap: wrap;
}


article .flex-item:nth-of-type(6) {
order:6;
flex-direction: column;
flex-wrap: wrap;
}

.article-text {

}


.paragraph {
display: inline-block;
width:100%;
background-color: orange;
}

.article-date {
   color: #BD2031;
   font-size: .8em;
}

.article-date-container {
width:100%;
display: flex;
border-top: 2px solid #BD2031;
padding: 6px 0;
}

.article-image {
  
  padding-bottom: 20px;
  width:100%;	
}

.article-image img {
	width:100%;
	height:auto;
	 float: left;
}

.article-header {
text-align: left;
padding-bottom: 10px;
}


.main-title {
	display: flex;
	background-color: #FFFFFF;
	width: 94%;
	padding: 0 2%;
	margin: 30px 2% 0 2%;
	
}

.main-title h2 {
	color:#BD2031;
	margin: 0;
}
.accordion,accordion:visited {
	background-color:#E4E4E4;
	color: #555;
	cursor: pointer;
	font-weight:bold;
	padding:18px;
	width: 100%;
	text-align: left;
	outline:none;
	font-size: 16px;
	margin-bottom:1px;
	transition: 0.4s;
	border:1px solid #C8C8C8;
		
	}

 .aactive,.accordion:hover, accordion:active  {
	color: #006AE2;
	border:1px solid #006AE2;
	background-color:#F1F1F1;
	outline: none !important
	}

.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:2px 2% 2px 2%;
	margin:0;
	display:block;
	
}

.panel ul li {
	display:table;
	width:100%;
	
	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: 12px;
	font-weight:bold;
	text-transform:capitalize;	
	border:none;
	
	}
.panel ul li a:hover, panel ul li a:active
{
	color:#fff;
}

.mobilemargin {
	display:none;
	}


.placard {
	display: block;
	width: 46%;
	float: left;
	margin: 2%;
	height: auto;
}

.placard img {
	-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;
}

.content-block {

	display:none;
}


figure{
	
	display:flex;
	width:100%;
	background-color: red;
	
}

figure img {
	width: 60%;
	height: auto;
}


figure figcaption {
	display:flex;
	justify-content: center;
	align-content: center;
	text-transform: uppercase;
	font-size: .5rem;
     width: 40%;
	color: #000;
	border:1px solid blue;
}

.sub-header {
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: normal;
	padding-top: 5px;
	float:right;
	width:45%;
	display:block;
	clear:right;}
	
.teaser-container
{
	height: auto;
	
	display: block;
	padding-bottom: 5px;
	
	
}

.teaser {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	
}
.teaser:after {
	content: '';
  position: absolute;
 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image:-moz-linear-gradient(top, rgba(255,255,255,0) 83%, rgba(255,255,255,0.29) 88%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 83%,rgba(255,255,255,0.29) 88%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 83%,rgba(255,255,255,0.29) 88%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  
}

.readmore {

	width: 100%;
	text-align: center;
	display:block;
	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
.readmore a, .readmore a:visited{
	font-size:12px;
	background-color:#BD2031;
	padding: 10px;
	text-decoration: none;
	border-radius:5px;
	color:#fff;
}
.readmore a:hover
{
	background-color:#F50307;	
}


.adimage img {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}

.rep-wrapper img {
	width: 40%;
	height:auto;
	padding:8px 3%;
	
}

.rep-wrapper{
	
	width:95%;
	float: left;
	display: table;
	margin-left:3%;
	height: auto;
	margin-top:20px;
	border:1px solid #DBDBDB;
	
}
.rep-text
{
	float:right;
	display:table-cell;
	width:60%;
	vertical-align:middle;
	text-align:center;
}
.rep-text h6 {
	font-size:1.1em;
	margin-top:10px;
	font-weight:bold;
}

.rightButton {
	width: 50%;
	text-align: center;
	
	display:block;
	
	margin:20px auto 20px auto;
	
	
}
.rightButton a, .rightButton a:visited{
	color: #003366;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	text-decoration:underline;
	
}
.rightButton a:hover
{
	color:#006AE2;
	}




aside {

}
section
{
	display: block;
}
#mobileLogo {
	float: left;
	width: 150px;
	height: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 5px;
	display:block;
}






.right-textbox {
	width: 100%;
   background-color: #FFF;
   margin-bottom: 10px;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   margin-top: 15px;
   padding-bottom: 5px;
   padding-top: 10px;
  box-shadow: 4px 6px 6px 2px rgba(0,0,0,0.42);
-webkit-box-shadow: 4px 6px 6px 2px rgba(0,0,0,0.42);
-moz-box-shadow: 4px 6px 6px 2px rgba(0,0,0,0.42);
}
.right-textbox:nth-child(1) {
   order: 1;
   width: 90%;
   margin-top: 15px;
   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;
    margin-bottom: 30px;
}
.right-textbox-header {
   width: 100%;
   display: flex;
   flex-direction: row;
    background-color: #BD2031;
    justify-content: center;
    align-content: center;
   margin-bottom: 20px;
}

.right-textbox-header:nth-of-type(3) {

margin-bottom: 5px;

}

.right-textbox h5 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 4vw;
   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;
}


















.textbox-image {
	display:block;
	text-align:left;
	
}
.textbox-image img {
	width:30%;
	height:auto;
	float:left;
}
.text-center {
	margin:10px;
}


.right-menu {
	
	display: block;
	float: left;
	width: 100%;
	padding:0px 0px 10px 0px;
	background-color:#0E5DAC;
}



.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:.8em;
  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 .2em auto;
  border:1px solid #E5DDDD;
  border-radius:0;

}
.menu-item:last-child {
margin-bottom:2em;

}


.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:.9em;
width:100%;
 float:left;
 padding:0 0 .8em 0;
 margin:0;
 font-family: 'Lato', sans-serif;

}


.menu-item  ul li:active, .menu-item ul li a:hover {
text-decoration:none;
color:#BD2031;
}

/*--- begin flexbox--*/

.calendar-container {
	display:flex;
flex-direction: column;
   position:relative;
   align-items: center;
   width: 45%;
   padding-left: 5%;

   
  }

.calendar-container img {
      
	width:100%;
}

.column {
	-webkit-flex-direction: column;
	flex-direction: column;
	float: left;
}
#info-wrapper {
display:flex;
flex-direction: column;

width: 50%;
align-content: center;
justify-content: center;
}
.column {
	-webkit-flex-direction: column;
	flex-direction: column;
	float: left;
}
#calendar-middle {
position: absolute;
top: 32%;
left:45%;
transform: translate(-32%, -45%);
font-size: calc(10px + (13 - 10) * ((100vw - 320px) / (500 - 320)));
font-weight: bold;
font-family: 'Work Sans', sans-serif;
text-transform: uppercase;
}
#meeting-date {
position: absolute;
top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
	font-family: 'Work Sans', sans-serif;
	font-size: 3.7rem;
}

.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:center;
    justify-content:space-around;
   order: 1;

}


.wrapper-info:nth-of-type(3) {
   width: 100%;
   display: flex;
justify-content: center;
padding: 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;




}

.calendar-info h4 {
   font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (500 - 320)));

   text-align: center;
   padding: 0;
   margin: 0;
   }

.info-address {
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (500 - 320)));
   text-align: center;

}



.calendar-input {
	
	display: flex;
	justify-content: space-around;
    align-items: center;
	
	width: 100%;
	}

.calendar-input a, .calendar-input a:visited {
	color: #BD2031;
	font-size: 1.1em;
	display: flex;
	height:25px;
	width:100%;
	border:2px solid #BD2031;
	text-decoration: none;
	padding:3px 25%;
	justify-content: space-around;
	
}
.calendar-input a:hover {
	color: red;
	border:2px solid red;
}
/*--- end flexbox--*/

/*--- end flexbox--*/


.unionQuote {
	 width:100%; 
	 display:flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 background-color:#202020;
	 color:#dcdcdc;
	 padding:2%;
}

.unionQuoteImage {
	width:30%;
}
  
.unionQuoteImage img {
	width:95%;
	
    height:auto;
} 

.union-quote-text {
	font-size:.7em;
	width:70%;
	padding-left:4%;
	
}

.quote-name {
align-self: flex-end;
}

footer {
	background-color: #003366;
	width: 100%;
	height: auto;
	padding: 0px;
	display: flex;
	flex-direction: row;
	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;
    justify-content: space-evenly;
	 flex: 1 100%;
	flex-wrap: wrap;
	margin:0 auto 0 auto;
	padding-top: 100px;
	font-family: 'Lato', sans-serif;
}



.bottom-nav {
	display: flex;
	margin-bottom: 35px;
	width: 40%;
	flex-direction: column;

    
}


.bottom-nav:nth-child(1)
{
 order: 1;

}
.bottom-nav:nth-child(2)
{
 order: 2;
}
.bottom-nav:nth-child(3)
{
 order: 3;	
}
.bottom-nav:nth-child(4)
{
 order: 4;	
}
.bottom-nav:nth-child(5) {
 order: 5;	
display:none;
}
.bottom-nav:nth-child(6) {
width:100%; 
order: 8;

padding-bottom: 40px;
}
.bottom-nav:nth-child(6) img {
 width:40%; 
 height:auto;
 border:1px solid #bcd3f6; 
 padding: 2px;
 margin: 0 auto;
}
.bottom-nav:nth-child(7) {
 order: 8;
width:100%; 
padding: 20px 0;
text-align: center;
margin-bottom: 0px;
 order: 7;
}
.bottom-nav:nth-child(7) img {
width:80%; 
height:auto;
margin: 0 auto;
padding: 15px 0;
}
.bottom-nav:nth-child(8) {
width:80%;
padding:5px auto 0 auto;
align-items: center;
margin-bottom: 0px;
order:6;
}
.bottom-nav:nth-child(8) img {
width:40%;
height:auto;
border:1px solid #bcd3f6; 
 padding: 2px;
}
.bottom-nav p {
color: #bcd3f6;
font-family: 'Lato', sans-serif;
font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (500 - 320)));
margin-bottom: 0;
padding-bottom: 0;
}


.bottom-nav-header
{
	
    width: 100%;
   margin-bottom: 5px; 
	color: #bcd3f6;
	border-bottom: 1px solid #bcd3f6;
	padding-bottom: 3px;
	font-size: calc(18px + (21 - 18) * ((100vw - 200px) / (414 - 200)));
}


.footer-icons img {
 width:25%; 
 height:auto;
}
.nav-icon {
padding-bottom: 0px;

}



.bottom-nav ul {
	padding: 0;
	margin: 0;
}
.bottom-nav ul li {
	list-style-type: none;
	padding: 0;
margin: 0;
    font-size: 1.1em;


}
.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-nav img {
	
}

.bottom-nav address {
	color: #bcd3f6;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
}

.image_off, .footer-icons:hover .image_on{
   display:none
}
.image_on, .footer-icons:hover .image_off{
   display:inline-flex;
}

.contact-nav a, .contact-nav a:visited {
display: block;
width: 100%;
height: 2em;
color: #bcd3f6;
padding: 3px 0px 0px 0px;
font-size: 1em;
margin-top: 0px;
text-decoration: underline;
}

.contact-nav a:hover, .contact-nav a:active {
color: #fff;	
text-decoration: underline;
}


.col-xs-3 {
	margin-left:auto;
	margin-right:auto;
}
#search_button  {
	display:inline-block;
	margin-left:50px;
	
}


/* begin countdown timer-----------background-color: #002040;--------------------------*/



	 #countdown {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   margin: 0;
   padding: 10px 0;
   font-family: 'Lato', sans-serif;
   color: #bcd3f6;
   border:1px solid #bcd3f6;
 }

 .countdown-header {
display: flex;
font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (500 - 300)));
background-color: none;
 color: #bcd3f6;
 }

#countdown-top {

 display: flex;
   width: 100%;
   justify-content: space-around;

}

#countdown-date {
font-size: calc(14px + (21 - 14) * ((100vw - 300px) / (500 - 300)));
text-align: center;

}
#countdown-date-till {
font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (500 - 300)));
margin-bottom: 5px;
}
 #countdown-middle {
   display: flex;
   width:70%;
   justify-content: center;
   margin: 0 auto;
   padding: 0;
 }
 #countdown-bottom {
   display: flex;
   width:70%;
   justify-content: center;
   margin: 0 auto;
   padding: 0;
   
 }

 #countdown-bottom-text {
 	font-family: 'Sarabun', sans-serif;
 	font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (500 - 300)));
    text-align: center;
    width: 100%;
    
 }
 
 #days, #hours, #minutes, #seconds {
   display:flex;
   margin: 0;
   padding: 0px 10%;
   font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (415 - 320)));
   justify-content: center;
   width: 22%;
   border: 1px solid #bcd3f6;
   
 }
 .colon {
   display: flex;
   width: 4%;
   margin: 0;
   padding: 0;
   
   align-items: center;
   justify-content: center;
 }
 .timeTextSmall {
   display: flex;
   padding: 0 0 5px 0;
   font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (500 - 300)));
   width: 22%;
   justify-content: center;
   align-self: flex-start;
   margin: 0;
 }
  
  .timeText {

  	display:none;
  }


/* end countdown timer-------------------------------------*/
