@charset "utf-8";
/* CSS Document */

/* HTML5 Boilerplate */

@import url("menu.css");
 
@import url("slippry.css");
@import url("demo.css");

*{line-height:normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0;}

::-webkit-selection { background: #202a36; color: #fff; text-shadow: none; }
::-moz-selection { background: #202a36; color: #fff; text-shadow: none; }
::selection { background: #202a36; color: #fff; text-shadow: none; }

a img { border:none; }
a { color: #435c8b; }
a:visited { color: #435c8b; }
a:hover { color: #435c8b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* CSS Stylings */

.siteWrap{
	max-width: 1260px;
	margin: 0 auto;
    box-shadow: 0px 0px 10px #000;
}

#ibewHeader{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#headerHomePic{
    width:100%;
    height: auto;
    max-width:1260px;
    visibility:hidden;
}

#headerSM{
    float: right;
    margin-top: 10px;
}

#headerSM img{
    margin-right: 10px;
    opacity: .5;
}

#headerIBEW{
    font-family: Arial Black, Helvetica, Verdana, sans-serif;
    text-align: center;
    width: 275px;
    color: white;
    margin: 90px 0 0 120px;
    font-weight:900;
}

#headerIBEW img{
    margin-left: 5px;
}

.menuUp{ display: block; }
.menuDown{ display: none; }

#headerIBEW>p:first-of-type{
    margin-top: 20px;
}

#headerIBEW>p{
    font-size: 80px;
    line-height: 50px;
    text-shadow: 2px 2px 2px #364555;
}
#headerIBEW>p+p{
    font-size: 66px;
}
#headerIBEW>p+p+p{
    line-height: 25px;
    font-size: 30px;
}

#headerSM img:hover{
    opacity: 1;
}

nav{
    position: fixed;
    top: 0px;
    height: 59px;
    background: rgba(245,247,245, .9);
    width: 100%;
    max-width:1260px;
    z-index:100;
}


nav.admin{
    top:53px;
}

#mainMenuDropdown aside{
    float: none;
    width: auto;
    margin: auto;
}
#iconRight{
    display: none;
    width: 45px;
    height: 45px;
    float: right;
    margin: 8px 8px 0 0;
}
#iconRight img{
     width: 45px;
    height: 45px;
}
/*---Menu animation for open/close button---*/
.menuX{
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#menuPulldown{
    float: left;
}

.menuX{
    width:100%;
    height:3px;
    background-color: #43508b;
    margin-bottom:3px;
    position:relative;
    list-style:none;
}

#menuLeft{
    float: left;
    margin: 18px 0 0 44px;
}

#menuPulldownText{
    margin: 2px 0 0 7px;
    float: right;
    font-family: Arial Black, Helvetica, Verdana, sans-serif;
    color: #435c8b;
    cursor: pointer;
}

#menuPulldownLink{
    float: left;
    width: 23px;
    cursor: pointer;
}

#menuPulldownLink:active{
    
}

.menuX:nth-child(2){
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  top:0px;
}
.menuX:nth-child(3){
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  top:0px;
}
.open .TopBotX{
  opacity:0;  
}
.open #menuXTop{
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  top:3px;
  opacity:1;
}
.open #menuXBot{
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  top:-3px;
  opacity:1;
}
/*---Menu animation for open/close button end---*/

/*---Dropdown Menu CSS---*/

#mainMenuDropdown, #deptMenuDropdown{
    position:relative;
    top:17px;
    background: rgba(245,247,245, .9);
    width: 100%;
    height:540px;
    clear: both;
}

.menuClose{ display: none; } 
.menuOpen{ display:block; }

#mainMenuDropdown h3, #deptMenuDropdown h3{
    font-family: Arial Black, Helvetica, Verdana, sans-serif;
    color: #435c8b;
    font-weight:900;
}

#mainMenuDropdown h3:hover, #deptMenuDropdown h3:hover{
    color: #fff;
}

#mainMenuDropdownLinks, #deptMenuDropdownLinks{
    float: left;
    margin-left:15%;
    width:45%;
    margin-top: 30px;
}

#mainMenuDropdownLinks a, #deptMenuDropdownLinks a{
    font-family: Arial Black, Helvetica, Verdana, sans-serif;
    font-size: 34px;
    text-decoration: none;
    line-height:90%;
    font-weight:900;
}

#mainMenuDropdownLinks li, #deptMenuDropdownLinks li{
    margin-bottom: 20px;
}

#mainMenuDropdown a:hover, #deptMenuDropdown a:hover{
    color: #fff;
    text-shadow: 2px 2px 2px #364555;
}

#mainMenuDropdown a:hover aside, #deptMenuDropdown a:hover aside{
    text-shadow: none;
}

#mainMenuDropdownLinks aside, #deptMenuDropdownLinks aside{
    color:#435c8b;
    font-family: arial, sans-serif;
    font-weight:bold;
    font-size: 14px;
    text-transform: uppercase;
}

#mainMenuDropdownDepartments{
    float: left;
    margin-left:5%;
    width: 35%;
    margin-top: 30px;
}

#mainMenuDropdownDepartments a{
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight:900;
    font-size: 13px;
}

.phoneMenuLink{
    display: none;
}

/*---Dropdown Menu CSS end---*/

#menuRight{
    float: right;
    margin-top: 18px;
    margin-right: 24px;
}

#menuRight .dnnSearchBoxClearText, #menuRight span[title$='Search']{
    display: none !important;
}

#dnn_dnnSearch_cmdSearch{
    display: none;
}

#searchIco{
    margin: -2px 0 0 2px;
}

#districtsBar{
    height: 52px;
    width: 100%;
    background: #d7dad7;
}

#districtsBar p{
    color: #4e657d;
    font-size:27px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
}

#districtsBar p a{
    text-decoration: none;
    color: #4e657d;
    font-size:27px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-left: 11px;
}

#districtsBar a:hover{
    color:#869FBA;
    text-shadow: 1px 1px 1px #364555;
}

.homeContainer{
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding-top: 10px;
}

#homeAddress{
    width: 200px;
    font-size: 14px;
    line-height: 25px;
    float: left;
}

/*---Nascar Banners---*/

#homeBanners{
    float: right;
    height: 165px;
    width: 600px;
    overflow: hidden;   
}

.bannerSlice{
    margin-top: 6px;
    margin-left: 10px;
    float: left;
}

.bannerSecondSmallImg{
    margin-left: 8px;
}

#banners{
    float: left;
    width:580px;
    position:relative;
    left: 0;
    top: 0;
}

#bannerArrows{
    float: right;
    height: 160px;
}

#bannerArrowDown{
    cursor: pointer;
    position: relative;
    top: 100px;
}
#bannerArrowUp{
    cursor: pointer;
    position: relative;
    top: 4px;
}

/*---Nascar End---*/

#homeAffiliates{
    clear: both;
    text-transform: uppercase;
    color: #8e8e8e;
}

#homeAffiliates img{
    margin: 15px 0 15px 35px;
}

/* #ibewFooter{
    height: 51px;
    width: 100%;
    background: #4e657d;
    color: #ccc;
    clear:both;
}
 */
#ibewFooter{
    height: 51px;
    width: 100%;
	font: bold 12px Arial, sans-serif;
    color: #ccc;
    clear:both;
	background-image: url(/portals/_default/skins/IBEWmediacenter/images/ibew21-footerbg-1260.png);

}

#ibewFooter a{
    color: #ccc;
    text-decoration: none;
}

#ibewFooter a:hover{
    color: #fff;
}

#ibewFooter a:visited{
    color: #ccc;
}

#footerLeft{
    margin-left: 30px;
    padding-top: 18px;
    float: left;
}

#footerRight{
    margin-right: 30px;
    padding-top: 12px;
    float: right;
}

#footerRight img{
    margin-left: 5px;
}

/*---Accordion Menus---*/
#NONaccordion{ display: block; }
#accordionHome{ 
    display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
    z-index:1;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #4e657d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #fff;
  background: #4e657d;
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ccc;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #ccc;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #43508b;
  font-weight: bold;
  background: #f7f8f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

/*---Accordion Menus End---*/











/*Media Center*/

.logomedia
{
padding-top: 10px;
padding-left: 10px;
}
.TitleHead{
	 color:#5d7287;
	 font-size:24px;
 	 font-family: sans-serif;
	 line-height:30px;
	 margin: 10px 0;
	 padding:0;
}

.TitleHead1{
	 color:#5d7287;
	 font-size:20px;
 	 font-family: sans-serif;
	 line-height:30px;
	 margin: 10px 0;
	 padding:0;
}

    .TitleHeadMonth{
	 background:rgba(78,101,125,1);
    background:-moz-linear-gradient(left,rgba(78,101,125,1) 0%,rgba(78,101,125,1) 100%);
    background:-webkit-gradient(left top,right top,color-stop(0%,rgba(78,101,125,1)),color-stop(100%,rgba(78,101,125,1)));
    background:-webkit-linear-gradient(left,rgba(78,101,125,1) 0%,rgba(78,101,125,1) 100%);
    background:-o-linear-gradient(left,rgba(78,101,125,1) 0%,rgba(78,101,125,1) 100%);
    background:-ms-linear-gradient(left,rgba(78,101,125,1) 0%,rgba(78,101,125,1) 100%);
    background:linear-gradient(to right,rgba(78,101,125,1) 0%,rgba(78,101,125,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorTitleHead2str='#4e657d',endColorstr='#4e657d',GradientType=1);
    font-family:Helvetica,Arial,sans-serif;
    color:#fff;
    font-size:20px;
    padding:15px;
    font-family:sans-serif;
    margin-bottom:0;
    width:auto;  
    font-weight:bold;
     margin-bottom:10px;}

.TitleHead2{
	 color:#5d7287;
	 font-size:18px;
 	 font-family: sans-serif;
	 line-height:30px;
	 margin: 10px 0;
	 padding:0;
}

.TitleHeadEW{
	 color:#5d7287;
	 font-size:20px;
 	 font-family: sans-serif;
       padding:10px;
	  font-weight:bold;
    
	
}
/* links */

a,
a:visited,
a:active,
a:hover{color:#435c8b;;
text-decoration: none;}
a:hover{ text-decoration:none;}


.MainLinks a { color: #333355; }
.MainLinks a:visited { color: #777777; }
.MainLinks a:hover { color: #666666; }
.MainLinks a:focus { outline: thin dotted; }
.MainLinks a:hover, a:active { outline: 0; }




/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
/*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}*/

  
/* structure */   
.wrapper{
	width: 100%; 
	margin: 0 auto;
}
#ibewHeader{ 
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
     
}
#banner 
{
    
	text-align:center;
}
	
#hero,
#page-header{
	background:#ffffff;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:20px 0;
}
#hero h1{ 
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;}

.flexslider{
	display:none;
}

 
.par{
 
margin:20px 20px 20px 0;
	text-align:justify;
}

aside { 
	margin:40px 0;
}

 
.wrapper{
	max-width: 1260px; 
	margin: 0 auto;
}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
 
#content   
{
    margin:10px 0;/*section tio margin change*/
	text-align:left;
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:94%;/* changed from 98*/
    margin-left:4%;
     margin-right:3%;
    /*margin:10px auto 0;*/
}
 
 #content.wide-contentvideo{
	float:none;
	width:98%;/* changed from 98*/
    margin:10px auto 0; 
}
 


aside { 
	float:right;
	width:30%;
}

 

/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin: 0 auto;
}


.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 
#hero [class*="grid_"] { margin-bottom:-20px;}
/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}
 
/*MAIN MENU*/
.menu-toggle{
	display:block;
	padding:10px;
	margin:20px 0 0;
	background:#666;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
}
.menu-toggle.toggled-on{
	background:#0099ff;
}
.srt-menu{
	display:none;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu{
	clear:both;
	margin-bottom:60px;
	
}
.srt-menu li a {
	background:#dadada;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
}
.srt-menu li a:hover{
	background:#0099ff;
	color:#fff;
}
.srt-menu li li a {
	background:#e8e8e8;
	padding-left:40px;
}
.srt-menu li li li a {
	background:#efefef;
	padding-left:80px;
}

/*SECONDARY MENU*/
#secondary-navigation{
	margin-bottom:60px;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#E6E6E6;
	display:block;
	margin:5px 0; 
	padding:10px;
	text-decoration:none;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	background:#0099ff;
	color:#fff;
}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:15px;
	margin-top:15px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding: 0;
    margin-left: 1%;
}
/* unblocked margin-left*/
 #contentWrap{  /*margin-left: 1%;*/  }
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 32%;  }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline-block;
    vertical-align: top;
}

.grid_4 > img{ width: 100%; }

/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
#banner{
	float:left;
	text-align:left;
	margin-bottom:-20px;/*this depends on the height of the logo*/
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}

} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {
 


}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}


.headerul
{
list-style-type: none;
padding: 0;
margin: 0;
padding-top: 70px;
padding-left: 30px;
 }

 
.headerli-old
{
	line-height:50px;
	text-decoration:none;
	font-size:45px;
	color:#5d7287;
font-family: Arial Black, Helvetica, Verdana, sans-serif;	
background-image: url(../images/logo.png);
background-repeat: no-repeat;
padding-left: 3em;
padding-bottom: .4em;
padding-top: 10px;
}


 .listul
{
list-style-type: none;
padding: 0;
margin: 0;
 
font-size:14px;
font-weight:bold;
}

.listli
{
background-image: url(/portals/_default/skins/ibewmediacenter/images/bullet_black_alt.png);
background-repeat: no-repeat; 
padding-bottom:  3px;
padding-left:  20px;
padding-bottom: 1em;
}


.Articlelistul
{
list-style-type: none;
padding: 0;
margin: 0;
padding-top: 10px;
}

.Articlelistli
{
background-image: url(../images/bullet_black_alt.png);
background-repeat: no-repeat; 
padding-left:  .9em;
padding-bottom: 10px;
}

 
 
.video-wrapperhome
{
     
	width:64.55%;
	display:relative;
	float:right;

	}

.video-container {
    position: relative;
    padding-bottom:57.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    
  

}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff !important;
}
 
#player, .fallback {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #ffffff !important;
overflow: hidden;
}

iframe{
margin: 0 auto;
padding: 0;
background-color: #ffffff !important;
overflow: hidden;
}
/*override*/
#dnn_ctr5272_ContentPane {
 width: 100%; 
/* margin-right: 10px; */
/* margin-left: 10px; */
}
.containerWrapper {
width: 100%;
max-width: 100% !important;
margin: 0 auto;
}



.linkcontainer {
    width: 100%;
}
.linkleft, .linkright {
    display: block;
    width: 100%;
}
.linkbottom{
	
	 display: block;
    width: 60%;
	}
	
@media only screen and (min-width: 481px) {
    .linkleft {
        display: inline-block;
        width: 40%;
        float: left;
    }
	.linkright {
        display: inline-block;
        width: 50%;
        float: right;
    }
	.linkbottom{
	 display: inline-block;
width: 60%;
float: right;
margin-top: 20px;
   
	}
}


 #cssmenumedia,
#cssmenumedia ul,
#cssmenumedia ul li,
#cssmenumedia ul li a,
#cssmenumedia #menu-button {
 margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    float: right;
}
 
#cssmenumedia #menu-button {
  display: none;
}
#cssmenumedia 
{
     width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
    z-index:1; 
    	
}
 
#cssmenumedia.align-right > ul > li 
{
   
  float: right;
}
#cssmenumedia > ul > li
 {
     
  float: left;
  
}

#cssmenumedia.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenumedia.align-center > ul > li 
{
    
  float: none;
}
#cssmenumedia.align-center ul ul {
  text-align: left;
}
#cssmenumedia > ul > li > a 
{
    width:100%;
	 font-family: Arial, Helvetica, Verdana, sans-serif;
  padding: 3px 10px 5px 3px;
  color:#435c8b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
   letter-spacing: 1px;
}
#cssmenumedia > ul > li:hover > a,
#cssmenumedia > ul > li > a:hover,
#cssmenumedia > ul > li.active > a {
  color: #435c8b;
  
  
}
#cssmenumedia > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenumedia > ul > li.has-sub > a::after {
  
}
#cssmenumedia > ul > li.has-sub.active > a::after,
#cssmenumedia > ul > li.has-sub:hover > a {
  color: #fff;
  background: #4e657d;
}
#cssmenumedia ul ul {
   display: none;
}
#cssmenumedia.align-right ul ul {
  text-align: right;
}
#cssmenumedia > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenumedia.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenumedia ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenumedia.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenumedia > ul > li > ul {
  top: 120px;
}
#cssmenumedia > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenumedia.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenumedia ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenumedia.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenumedia ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenumedia.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenumedia ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #ffffff;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenumedia ul ul li:hover > a,
#cssmenumedia ul ul li.active > a {
  color: #333333;
}
#cssmenumedia ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenumedia ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenumedia > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenumedia ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #ffffff;
  right: 17px;
  top: 14px;
}
#cssmenumedia.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #ffffff;
  right: auto;
  left: 17px;
}
#cssmenumedia ul ul li.has-sub.active > a::after,
#cssmenumedia ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenumedia.align-right ul ul li.has-sub.active > a::after,
#cssmenumedia.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width:840px)
 {
     
     .PageHolderContainer{
	
 text-align:center;
	width:100%;
    margin-bottom:40px;
    margin-left:100px;
} 
     .linkbottom{
         width: 100%;
         margin-top: 0px;
         margin-bottom:10px;
     }
     #cssmenumedia,
#cssmenumedia ul,
#cssmenumedia ul li,
#cssmenumedia ul li a,
#cssmenumedia #menu-button {
    float:none;
}
  #cssmenumedia 
  {
     
      margin-top:15px;
     
       /*margin-bottom:15px;*/
    background: #4e657d;
  }
  #cssmenumedia > ul 
  {
       
    display: none;
  }
  #cssmenumedia > ul.open {
    display: block;
    
  }
  #cssmenumedia.align-right > ul {
    float: none;
  }
  #cssmenumedia.align-center > ul {
    text-align: left;
  }
  #cssmenumedia > ul > li,
  #cssmenumedia.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenumedia > ul > li > a {
    border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #43508b;
  font-weight: bold;
  background: #f7f8f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenumedia > ul > li:hover > a,
  #cssmenumedia > ul > li.active > a {
    background: #424852;
  color: #ffffff;
  }
  #cssmenumedia #menu-button 
  {
       width:100%;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    padding: 20px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(' ');
    cursor: pointer;
     border-bottom: 1px solid #cccccc;
      border-top: 1px solid #cccccc;
  }
  #cssmenumedia ul ul,
  #cssmenumedia ul li:hover > ul,
  #cssmenumedia > ul > li > ul,
  #cssmenumedia ul ul ul,
  #cssmenumedia ul ul li:hover > ul,
  #cssmenumedia.align-right ul ul,
  #cssmenumedia.align-right ul li:hover > ul,
  #cssmenumedia.align-right > ul > li > ul,
  #cssmenumedia.align-right ul ul ul,
  #cssmenumedia.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenumedia ul ul li {
    width: 100%;
  }
  #cssmenumedia ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenumedia ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenumedia ul ul li:first-child > a,
  #cssmenumedia ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenumedia #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 25px;
    top: 18px;
	
  }
  #cssmenumedia #menu-button::before {
      display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 25px;
    top: 28px;
  }
  #cssmenumedia > ul > li.has-sub > a::after,
  #cssmenumedia ul ul li.has-sub > a::after {
    display: none;
  }
}

@media only screen and (max-width: 719px)
{
    
    .linkbottom{
         width: 100%;
         margin-top: 0px;
     }
     #cssmenumedia,
#cssmenumedia ul,
#cssmenumedia ul li,
#cssmenumedia ul li a,
#cssmenumedia #menu-button {
    float:none;
}
  #cssmenumedia 
  {
       margin-top:15px;
       /*margin-bottom:15px;*/
    background: #4e657d;
  }
  
  
}
 
 @media only screen and (max-width:480px){
    .linkbottom{
         width: 100%;
         margin-top: 0px;
     }
     #cssmenumedia,
#cssmenumedia ul,
#cssmenumedia ul li,
#cssmenumedia ul li a,
#cssmenumedia #menu-button {
    float:none;
}
  #cssmenumedia 
  {
     
      margin-top:50px;
        /*margin-bottom:15px;*/ 
    background: #4e657d;
  }
  
  
}
 
 
 
/*---Media Queries---*/
@media only screen and (max-width: 1138px){
    #headerIBEW img{
    width: 175px;
}
}
@media only screen and (max-width: 1024px) 
{
    
    #districtsBar{
        height: 52px;
        width: 100%;
        background: #d7dad7;
    }
    
    #districtsBar p{
        font-size:20px;
        text-align: center;
        padding-top: 12px;
    }
    
    #districtsBar p a{
        font-size:20px;
        margin-left: 11px;
    }
    #districtsBar img{
        width: 30px;
    }
    #homeAffiliates{
        width: 800px;
        margin: 0 auto;
    }
    #homeAffiliates img{
        margin-left: 15px;
    }
    #headerIBEW{
        margin-top: 5%;
    }
    #headerIBEW img{
    width: 126px;
}
}

@media only screen and (max-width: 920px) {
    .grid_4 { width: 48%;  }
}

@media only screen and (max-width: 860px) {
    #ibewFooter{
        height: 90px;
    }
    #footerLeft{
        text-align: center;
        margin: 0;
        float: none;
    }

    #footerRight{
        text-align: center;
        margin: 0;
        float: none;
    }
    #homeAffiliates{
        width: 440px;
        margin: 20px auto 0;
        text-align: center;
    }
    #homeAddress{
        width: 400px;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        line-height: 25px;
        float: none;
    }
    
    #homeBanners{
        float: none;
        height: 165px;
        width: 600px;
        margin: 0 auto;
        overflow: hidden;
    }
    #headerIBEW{
        margin-left: 5%;
    }
}

@media only screen and (max-width: 860px) {
    .homeContainer{
        padding-top: 0;
    }
    
}
@media only screen and (max-width: 900px) {
    #NONaccordion{ display: none; }
    #accordionHome{ display: block; }
    #menuRight{ display: none; }
    .homeContainer{
    width: 100%;
    margin: 30px auto 0;
}
#mainMenuDropdownDepartments{
 display:none;   
}
#mainMenuDropdownLinks, #deptMenuDropdownLinks{
    float: left;
    margin-left:5%;
    width:95%;
    margin-top: 10px;
}
#mainMenuDropdownLinks aside, #deptMenuDropdownLinks aside{
    display:none;
}
.phoneMenuLink{
    display: block;
}
#mainMenuDropdownLinks li, #deptMenuDropdownLinks li{
    margin-bottom: 10px;
}
    #mainMenuDropdown, #deptMenuDropdown{
    height:480px;
}

    #iconRight{
        display: block;
    }
    #mainMenuDropdown, #deptMenuDropdown{
        top: 6px;
    }

}
@media only screen and (max-width: 792px) {
 #mainMenuDropdownLinks a, #deptMenuDropdownLinks a{
    font-size: 30px;
}
#mainMenuDropdownLinks, #deptMenuDropdownLinks{
    float: left;
    margin-left:5%;
    width:50%;
    margin-top: 30px;
}
#mainMenuDropdownDepartments, #deptMenuDropdownDepartments{
    float: left;
    margin-left:5%;
    width: 40%;
    margin-top: 30px;
}
    #mainMenuDropdown, #deptMenuDropdown{
    height:460px;
}
}

@media only screen and (max-width: 765px) {
     #districtsBar{
        height: 52px;
        width: 100%;
        background: #d7dad7;
    }
    
    #districtsBar p{
        font-size:14px;
        text-align: center;
        padding-top: 18px;
    }
    
    #districtsBar p a{
        font-size:14px;
        margin-left: 11px;
    }
    #districtsBar img{
        width: 20px;
    }
    #headerIBEW>p+p{
        display: none;
    }
    #headerIBEW>p+p+p{
        display: none;
    }
}

@media only screen and (max-width: 660px) {
    #NONaccordion{ display: none; }
    #accordionHome{ display: block; }
    #menuRight{ display: none; }
    .homeContainer{
    width: 100%;
    margin: 0px auto 0;/*margin: 30px auto 0;*/
}
#mainMenuDropdownDepartments{
 display:none;   
}
#mainMenuDropdownLinks, #deptMenuDropdownLinks{
    float: left;
    margin-left:5%;
    width:95%;
    margin-top: 10px;
}
#mainMenuDropdownLinks aside, #deptMenuDropdownLinks aside{
    display:none;
}
.phoneMenuLink{
    display: block;
}
#mainMenuDropdownLinks li, #deptMenuDropdownLinks li{
    margin-bottom: 10px;
}


}

@media only screen and (max-width: 570px) {
    #districtsBar img{
        display: none;
    }
    #districtsBar p{
        width: 90%;
        margin: 0 auto;
        padding-top: 8px;
    }
    #headerIBEW>p{
        display: none;
    }
    .grid_4 { width: 89%;
    margin-left: 5%;
    }
}

@media only screen and (max-width: 465px) {
    #ibewFooter{
        height: 120px;
    }
    #headerIBEW img{
    width: 75px;
}
    #headerSM{
        display: none;
    }
    
}

@media only screen and (max-width: 400px) {
    #mainMenuDropdownLinks a, #deptMenuDropdownLinks a{
    font-size: 24px;
    }
        #homeAddress{
        width: 98%;
    }
    #mainMenuDropdown, #deptMenuDropdown{
    height:400px;
}
}
}
@media only screen and (max-width: 1px) {
    
}



 
 
.embed-container { 
position: relative; 
height: 0; 
overflow: hidden; 
width: 100%; 
height: auto; 
}

.embed-container iframe, .embed-container object, .embed-container embed { 
    width: 100%;
}

.PageHolderContainer{
	
 text-align:center;
	width:50%;
   margin-bottom:50px;
    margin-left:35%;
} 
 #pagination-video ul{border:0; margin:0; padding:0; }

#pagination-video li{
border:0; margin:0; padding:0;
font-size:18px;
list-style:none;
margin-right:2px;
}
#pagination-video a{
color: #4e657d;
 margin-right:2px;
}
#pagination-video .previous-off,
#pagination-video .next-off {
 color:#435c8b;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination-video .next a,
#pagination-video .previous a {
font-weight:bold;
}
#pagination-video .active{
background:#435c8b;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-video a:link,
#pagination-video a:visited {
color: #435c8b;

display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-video a:hover{
 
color: #435c8b;

}
@media all and (max-width:840px)
 {
     
     .PageHolderContainer{
	
 text-align:center;
	width:50%;
    margin-bottom:50px;
    margin-left:25%;
} 
}

.insidemenu ul{ list-style-type: none;
                margin: 0px;
                padding: 0px;
                overflow: hidden;
               
                   }
                
                .insidemenu li
                {
                    float: left;
                     margin: 1px;
                padding: 5px;
                     
                }
                
                .insidemenu a
                {
                    display: block;
                     
                    font-size: 14px;
                }
   .insidemenuv ul 
   {
        list-style-type : none;
                margin: 0px;
                padding: 0px;
                overflow: hidden;
               
                   }
                
                .insidemenuv li
                {
                    
                list-style-type: none;
                 width: 30px;
                     
                }
                
                .insidemenuv a
                {
                     width: 30px;
                     list-style-type: none;
                    font-size: 14px;
                    font-weight:bold;
                    
                    }
   
                    .numberCircle {
                      border-radius: 50%;
                      width: 36px;
                      height: 36px;
                      padding: 8px;
                  
                      background: #fff;
                      border: 2px solid #666;
                      color: #666;
                      text-align: center;
                  
                      font: 32px Arial, sans-serif;
                       
                  }