@charset "utf-8";
/* CSS Document */

/* HTML5 Boilerplate */

@import url("menu21.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: #ccccdd; }
a:visited { color: #ccccdd; }
a:hover { color: #ffffff; }
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;
	background-image: url(images/Home21/ibew_home_2021-bg-ext2150px.png);
    background-repeat: repeat-y;
}

#ibewHeader{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height:500px;
    position: relative;
}

#headerHomePic{
    width:100%;
    height: auto;
    max-width:1260px;
    visibility:hidden;
}

#headerSM{
    float: right;
    margin-top: 8px;
	margin-right: 20px;
}

#headerSM img{
    margin-left: 5px;
    opacity: 1;
}

#headerSM img:hover{
    opacity: .5;
}

#headerIBEW{
    font-family: Arial Black, Helvetica, Verdana, sans-serif;
    text-align: center;
    width: 275px;
    color: white;
    margin: 80px 0 0 -5px;
    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;
}
#tagLines{
    position: absolute;
    bottom: 20px;
    left: 120px;
    font-family: Arial Black, Helvetica, Verdana, sans-serif;
    color: white;
    font-weight:900;
    line-height: 25px;
    text-shadow: 2px 2px 2px #364555;
    font-size: 28px;
}

.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; }


nav{
    position: fixed;
    top: 0px;
    height: 50px;
    background: rgba(0,0,0, .2);
    width: 100%;
    max-width:1260px;
    z-index:999;
}

nav.admin{
    top:53px;
}

#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: #ffffff;
    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: #ffffff;
    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:8px;
    background: rgba(0,0,0, .7);
    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: #cccccc;
    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:#cccccc;
    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: 20px;
    margin-right: 24px;
}

#menuRight .dnnSearchBoxClearText, #menuRight span[title$='Search']{
    display: none !important;
}

#dnn_dnnSearch_cmdSearch{
    display: none;
}

#searchIco{
    margin: -2px 5px 0 0;
}

/*---MainGridPane CSS---*/

.maingridicon{
	max-width: 100%;
	height: auto;
	padding: 0 65px 0 65px;
}

.maingridbanner{
	max-width: 100%;
	height: auto;
	padding: 10px 15px 10px 15px;
}

/*---MainGridPane CSS end---*/

#districtsBar{
    height: 50px;
    width: 100%;
	background: rgba(0,0,0, .0);
}

#districtsBar p{
    color: #cccccc;
    font-size:27px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
}

#districtsBar p a{
    text-decoration: none;
    color: #cccccc;
    font-size:27px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-left: 15px;
}

#districtsBar a:hover{
    color:#869FBA;
    text-shadow: 1px 1px 1px #364555;
}

.homeContainer{
    width: 98%;
    margin: 30px auto 0;
}

.homeLowerContainer{
	background: rgba(0,0,0, .6);
    width: 100%;
}

#homeLowerLinks{
	margin-right: 20px;
	margin-top: 10px;
    width: 400px;
	color: #cccccc;
    font-size: 12px;
    line-height: 25px;
    float: left;
	overflow: wrap;
}

#homeLowerLinks a{
	text-decoration: none;
}

#homeAddress{
	margin-right: 25px;
	margin-top: 10px;
    width: 200px;
	color: #cccccc;
    font-size: 14px;
    line-height: 25px;
    float: right;
}

#homeEWlink{
    width: 161px;
    float: right;
	margin-right: 6px;
	
}

/*---Nascar Banners---*/

#homeBanners{
    float: right;
    height: 240px;
    width: 320px;
    overflow: hidden;   
}

.bannerSlice{
    margin-top: 6px;
    margin-left: 10px;
    float: left;
}

.bannerSecondSmallImg{
    margin-left: 8px;
}

#banners{
    float: left;
    width:300px;
    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 40px 15px 40px;
}

.ibewFooter{
    height: 51px;
    width: 100%;
	font: bold 12px Arial, sans-serif;
    color: #ccc;
    clear:both;
	background-image: url(images/Home21/ibew21-footerbg-1260.png);

}

footer a{
    color: #ccc;
    text-decoration: none;
}

footer a:hover{
    color: #fff;
}

footer a:visited{
    color: #ccc;
}

#footerLeft{
    margin-left: 40px;
    padding-top: 16px;
    float: left;
}

#footerRight{
    margin-right: 40px;
    padding-top: 16px;
    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---*/

img.HomeBanners {
    float: left;
    text-align: center;
    margin-top: 6px;
    margin-left: 10px;
}

.clear{
    clear: both;
}
.bioBlock {
    width: 30%;
    float: left;
    padding-left: 3%;
}

.bioBlock img{
    width: 96px;
    height: 134px;
}

#39Con{
    float: left;
}

/*---Media Queries---*/
@media only screen and (max-width: 1138px){
    #headerIBEW img{
    max-width: 1138px;
}
	.maingridicon img{
	max-width: 60%;
	max-height: auto;
	padding: 0 20px 0 20px;
}
	.maingridbanner img{
	max-width: 60%;
	max-height: auto;
	padding: 10px 10px 0px 10px;
}
}
@media only screen and (max-width: 1024px) {
    #districtsBar{
        height: 52px;
        width: 100%;
		background: rgba(0,0,0, .0);
    }
    
    #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{
    max-width: 1024px;
}
.maingridicon{
	max-width: 50%;
	height: auto;
	padding: 0 20px 0 20px;
}

.maingridbanner{
	max-width: 50%;
	height: auto;
	padding: 10px 15px 10px 15px;
}

}

@media only screen and (max-width: 1000px) {
    #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;
    }
    .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 img{
    max-width: 1000px;
}
.maingridicon{
	max-width: 20%;
	height: auto;
	padding: 0 10px 0 10px;
}

.maingridbanner{
	max-width: 20%;
	height: auto;
	padding: 10px 15px 10px 15px;
}

}

@media only screen and (max-width: 860px) {
    
    #tagLines{
        display: none;
    }
	#headerIBEW img{
    max-width: 860px;
}
}

@media only screen and (max-width: 792px) {
 #mainMenuDropdownLinks a, #deptMenuDropdownLinks a{
    font-size: 30px;
}
#mainMenuDropdownLinks, #deptMenuDropdownLinks{
    float: left;
    margin-left:5%;
    margin-top: 30px;
}
#mainMenuDropdownDepartments, #deptMenuDropdownDepartments{
    float: left;
    margin-left:5%;
    width: 40%;
    margin-top: 30px;
}
    #mainMenuDropdown, #deptMenuDropdown{
    height:460px;
}

.maingridicon{
	max-width: 20%;
	height: auto;
	padding: 0 20px 0 20px;
}

.maingridbanner{
	max-width: 20%;
	height: auto;
	padding: 5px 10px 5px 10px;
}

	#headerIBEW img{
    max-width: 792px;
}

}

@media only screen and (max-width: 765px) {
     #districtsBar{
        height: 52px;
        width: 100%;
    	background: rgba(0,0,0, .0);
    }
    
    #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;
    }
	.maingridicon{
	max-width: 40%;
	height: auto;
	padding: 0 20px 0 20px;
}
	.maingridbanner{
	max-width: 40%;
	height: auto;
	padding: 5px 10px 5px 10px;
}

	#headerIBEW img{
    max-width: 765px;
}
}

@media only screen and (max-width: 660px) {
    #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;
}
.bioBlock {
    width: 47%;
    float: left;
    padding-left: 3%;
}
#headerIBEW img{
    max-width: 660px;
}
.maingridicon{
	max-width: 40%;
	height: auto;
	padding: 0 20px 0 20px;
}

.maingridbanner{
	max-width: 40%;
	height: auto;
	padding: 5px 10px 5px 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;
    }
    #headerIBEW img{
    max-width: 440px;
}

#ibewHeader{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height:180px;
    position: relative;
}
	.smallHeader{
    font-family: san-serif;
	font-size: 24px;
	color: white; 
}
	.maingridicon{
	max-width: 30%;
	height: auto;
	padding: 0 15px 0 15px;
}
	.maingridbanner{
	max-width: 30%;
	height: auto;
	padding: 5px 5px 5px 5px;
}

}

@media only screen and (max-width: 465px) {
    .ibewFooter{
        height: 120px;
    }
    
    #headerSM{
        display: none;
    }
    
}

@media only screen and (max-width: 400px) {
    #mainMenuDropdownLinks a, #deptMenuDropdownLinks a{
    font-size: 24px;
    }
        #homeAddress{
        width: 200px;
    }
    #mainMenuDropdown, #deptMenuDropdown{
    height:400px;
}
}
}
@media only screen and (max-width: 1px) {
    
}