html,
body {
    overflow-x: hidden;
}
.wu-cond-low:before{
  content:"A" !important;
  white-space:pre !important;
}
body.custom-background{
background-size:cover !important;
background-repeat:repeat !important;
}

/*---------------*/  
#main-header{
  height:175px;
  background-color:transparent;
}
#page-container{
  box-shadow: 0px 0px 0px 0px!important;
}

#logo {
    position: relative;
    z-index: 15;
   margin-left: 27%;
}
#main-content{
  margin-top: 80px;
}

/*Blue Bar at the Top*/

#tow-top {
    margin: 0 -9999rem;
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    background: rgba(111,135,183,0.95);
    position: relative;
    z-index: 14;
    box-shadow:2px 2px 2px ;
}
#tow-top span{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding:3px;
}
#tow-top .tow-top-bolder{
  margin-left: 20%;
  font-weight: 700;
}

#tow-top .tow-top-arrow{
  position: relative;
  top:5px;
}


/*Making homepage background transparent*/

.home .et_section_regular{
  background-image: url(http://town.williamson.ny.us/?custom-css=d0011f97ba) !important;
  background-color: transparent!important;
}

/*Search Bar in Navigation*/
#search{
 
  display:inline;
  margin-left: 20px;
  position: relative;
  top:13px;
  z-index:111;
  
}
#search input[type="text"] {
    background: url(wp-content/uploads/2015/06/search-9-32.png) no-repeat 10px 6px #fcfcfc;   
   background-size: 20px 20px;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 160px;
  height:20px;
    padding: 6px 20px 6px 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
    }

/*For the featured Section */
#tow-featured{
  background-image: url(wp-content/uploads/2015/06/apple-tree_GknGd4qO.jpg)!important;
}
.tow-links{
  background-color: rgba(111,135,183,0.9);
  padding: 20px;
  border-radius: 5px;
  color:#fff;
  text-transform: uppercase;
  width: 70%;
  margin-top:-60px;
  margin-left: -30px;
  
}

.tow-title{
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 20px;
}
#tow-featured a{
  font-size: 18px;
  color:#fff;
  font-weight: 700;
}

/*Arrow and Ribbon in featured section*/

#tow-featured .tow-news
{
  background-color: rgba(255,255,255,0.92);  
  padding: 0px;
  margin-top: -80px!important;
  padding: 20px;
  width: 104%;
  margin-bottom: -50px;
}
.wp-posts-carousel{
  min-height: 480px;
}
.tow-ribbon{
  color:#fff;
  background-color: #6F87B7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.tow-ribbon:after,
.tow-ribbon:before {
	right: 100%;
	border: solid transparent;
	content: "  ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tow-ribbon:after {
	border-color:;
	border-right-color: #6F87B7;
	border-width: 23px;
	margin-top: -12px;
}.tow-more{
  position: absolute;
  background-color: #6F87B7;
  color:#fff;
  padding:5px;
  font-size:18px;
  margin-top:-13px;
  margin-left:331px !important;
  width: 220px !important;
  text-align: center;
}

/*Featured Section Slider Styles*/
.light-theme.wp-posts-carousel .wp-posts-carousel-tags { font-size: 14px; }
.light-theme.wp-posts-carousel .owl-dots .owl-dot.active span { background: #6F87B7; }
.light-theme.wp-posts-carousel .wp-posts-carousel-created-date { padding: 0; margin: 0;font-size: 14px!important; color: #666; font-style:normal!important;; }
.light-theme.wp-posts-carousel .wp-posts-carousel-title a{ text-align: center; font-size: 22px!important;color:#6F87B7!important;text-transform:uppercase;line-height: 32px !important;  }

.light-theme.wp-posts-carousel .wp-posts-carousel-container:hover { border-color: transparent !important; background: transparent !important; }/**/

.light-theme.wp-posts-carousel .wp-posts-carousel-desc { font-size: 14px !important; color: #666; padding: 2%; margin-bottom: 2%;line-height: 28px !important; }

a.wp-posts-carousel-more-button{text-transform: uppercase;color:#6F87B7 !important;}

/*Boxes */
.whitebox{
  background: rgba(255,255,255,0.9);
  height: 500px !important;
  border-radius: 8px;
}
.title{
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
  color:#7C92BB;
}
h1.main-text{
  text-transform: uppercase;
  color:#415266;
  text-shadow: 1px 01px 2px;
  font-size: 40px;
}
#home-info{
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
  padding-bottom:20px;
}
#home-info h2.title{
  color:#405266;
  font-size: 22px;
  font-weight: 700;
}
#home-info span.text{
  color:#7C91BE;
  font-size: 18px;
  font-weight: 700;
}
#home-info .address{
  color:#405266;
  font-size: 18px;
  font-weight: 700;
}


/* Footer */


#footer-bottom{
  background-color: #415266;
}
#footer-info{
  color: #fff;
  font-size: 18px;
}

#footer-info a{
  color: #fff;
}
#footer-bottom .et-social-icon .icon{
  color: #fff;
}

.menu-item a{
  text-transform: uppercase;
}
/* Boards Styles*/
.rpwe-block{
  padding: 20px;
}
.rpwe-block .rpwe-li a{
  font-size: 14px;
  color:#6F87B7;
  text-transform:uppercase;
  font-weight:700;
}

.rpwe-thumb{display: none !important;}

.rpwe-time{color:#666; font-size: 14px !important; }
.rpwe-summary{
  font-size: 13px !important;
}

/* Top Bar Z Index Fix */
#tpbr_topbar{
  z-index: 9999999!important;
  opacity: .99;
  position:absolute;
}
/* Map Size Fix */
#home-map .et_pb_map{
  height: 375px!important;
-webkit-filter: grayscale(1);
}

/*Navigation*/

/* Little Edits */
#top-menu li, .fullwidth-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 0px;
}
#search {
    display: inline;
    margin-left: 20px;
    position: relative;
    top: 12px;
    z-index: 111;
}
nav {
    margin: 0 -9999rem;
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    background: rgba(255,255,255,0.9);
    position: relative;
    z-index: 14;
    box-shadow:2px 2px 2px ;
}
nav#top-menu-nav ul{
  margin-left: 7% !important;
}
#top-menu li a{
  font-size: 18px;
  padding: 15px;
  border-right: 2px solid #dadada;
  line-height: 5px;
  color:#6F87B3 !important;
  
}
#top-menu{
  padding-bottom: 5px;
}

/* DIVI UPDATE FIXES*/
#logo{
  margin-top: 20px;
  margin-bottom: -26px;
}

nav#top-menu-nav a{
  height: 50px!important;
  padding-top: 17px;
}
nav#top-menu-nav #menu-item-272{
  max-height: 80px!important;
  top:14px;
  line-height: 13px;
  margin: 5px 0;
  background-position: 0px 4px;
  width: 50px;
}
nav#top-menu-nav #menu-item-365{
  margin-left: 17px;
}

#search input{
  height:30px !important;
  position: relative;
  top: -65px;
  left:1030px;
}

#main-content{
  padding-top: 50px;
}

#tow-featured{
  height: 563px;
}
#tow-featured .tow-news {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -81px !important;
    padding: 20px;
    width: 111.9%;
    margin-bottom: -50px;
}

.tow-more {
    position: absolute;
    background-color: #6F87B7;
    color: #FFF;
    padding: 5px;
    font-size: 18px;
    margin-top: -14px;
    margin-left: 350px;
    width: 201px;
}

/* RESPONSIVE LAYOUT QUERIES */

@media only screen and (max-width: 479px) {
  body.custom-background {
background-size: inherit !important;
background-repeat: repeat !important;
}
  #tow-top {
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    position: relative;
    margin-top:-40px;
  }
  #tow-top span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding:0px;
    line-height: 10px;
  }
  #tow-top .tow-top-bolder{
    margin-left: 0px;
  }
  #tow-top .tow-top-arrow img{
    height: 25px;
    margin-left: 5px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  
  #et-top-navigation #top-menu-nav{
    height: 40px;
    margin-top: 15px;
  }
  


span.mobile_menu_bar{
    z-index: 99;
    margin-top: 20px;
  }
   #mobile_menu{
    margin-top: -24px;
     width:100%;
  }
  #search{
    display: none;
  }
  #menu-item-272{
    background-image: none;
    max-height: 40px;
    text-indent:0px !important;
    margin-left:0px!important;
    border-right: 0px solid #dadada !important;
  }
  
  #menu-item-272 a{
    display: inline;
    padding-left: 17px;
  }
  #menu-item-365{
    margin-left: 0px;
    margin-top: 30px;
  }
  #main-content{
    margin-top: -30px;
  }
  #tow-featured{
    height: auto;
  }
  .tow-links{
    margin-left: 0px;
    width:100%;
    margin-top: -100px;
  }
  #tow-featured .tow-news {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -10px !important;
    padding: 20px;
    width: 100%;
  }
  .tow-ribbon:after,
  .tow-ribbon:before {
	  right: 0%;
    
	}
  .wp-posts-carousel-created-date{
    display: none;
  }
  .wp-posts-carousel-buttons {
    padding: 0px;
    font-size: 12px;
    margin-bottom: -15px;
  }
  .owl-item .wp-posts-carousel-container{
    width:100% ;
  }
  .tow-more{
    
    padding:5px;
    font-size:17px;
    margin-top:0px;
    margin-left:-20px;
    width: 100%;
    text-align: center;
   }

   .owl-stage {
     margin-left: 0px;
     padding: 0px;
   }
  #bulletin-board{
    margin-top: -70px;
  }
  #footer-bottom{
    margin-top: -70px;
  }
  
}

@media only screen and (min-width: 479px) and (max-width: 767px) {
body.custom-background {
background-size: inherit !important;
background-repeat: repeat !important;
}
    #tow-top {
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    position: relative;
    margin-top:-40px;
  }
  #tow-top span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding:0px;
    line-height: 10px;
  }
  #tow-top .tow-top-bolder{
    margin-left: 0px;
  }
  #tow-top .tow-top-arrow img{
    height: 25px;
    margin-left: 5px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  
  #et-top-navigation #top-menu-nav{
    height: 40px;
    margin-top: 15px;
  }
  span.mobile_menu_bar{
    z-index: 99;
    margin-top: 20px;
  }
   #mobile_menu{
    margin-top: -24px;
     width:100%;
  }
  #search{
    display: none;
  }
  #menu-item-272{
    background-image: none;
    max-height: 40px;
    text-indent:0px !important;
    margin-left:0px!important;
    border-right: 0px solid #dadada !important;
  }
  
  #menu-item-272 a{
    display: inline;
    padding-left: 17px;
  }
  #menu-item-365{
    margin-left: 0px;
    margin-top: 30px;
  }
  #main-content{
    margin-top: 10px;
  }
  #tow-featured{
    height: auto;
  }
  .tow-links{
    margin-left: 0px;
    width:100%;
    margin-top: -100px;
  }
  #tow-featured .tow-news {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -10px !important;
    padding: 20px;
    width: 100%;
  }
  .tow-ribbon:after,
  .tow-ribbon:before {
	  right: 0%;
    
	}
  .wp-posts-carousel-created-date{
    display: none;
  }
  .wp-posts-carousel-buttons {
    padding: 0px;
    font-size: 12px;
    margin-bottom: -15px;
  }
  .owl-item .wp-posts-carousel-container{
    width:100% ;
  }
  .tow-more{
    
    padding:5px;
    font-size:17px;
    margin-top:0px;
    margin-left:-20px;
    width: 100%;
    text-align: center;
   }

   .owl-stage {
     margin-left: 0px;
     padding: 0px;
   }
  #bulletin-board{
    margin-top: -70px;
  }
  #footer-bottom{
    margin-top: -70px;
  }

  
  
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
body.custom-background {
background-size: inherit !important;
background-repeat: repeat !important;
} 
   #tow-top {
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    position: relative;
    margin-top:-80px;
  }
  #tow-top span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding:0px;
    line-height: 10px;
  }
  #tow-top .tow-top-bolder{
    margin-left: 0px;
  }
  #tow-top .tow-top-arrow img{
    height: 25px;
    margin-left: 5px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 50px;
  }
  
  #et-top-navigation #top-menu-nav{
    height: 40px;
    margin-top: 15px;
  }
  span.mobile_menu_bar{
    z-index: 99;
    margin-top: 20px;
  }
   #mobile_menu{
    margin-top: -24px;
     width:100%;
  }
  #search{
    display: none;
  }
  #menu-item-272{
    background-image: none;
    max-height: 40px;
    text-indent:0px !important;
    margin-left:0px!important;
    border-right: 0px solid #dadada !important;
  }
  
  #menu-item-272 a{
    display: inline;
    padding-left: 17px;
  }
  #menu-item-365{
    margin-left: 0px;
    margin-top: 30px;
  }
  #main-content{
    margin-top: 40px;
  }
  #tow-featured{
    height: auto;
  }
  .tow-links{
    margin-left: 0px;
    width:100%;
    margin-top: -60px;
  }
  #tow-featured .tow-news {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -10px !important;
    padding: 20px;
    width: 100%;
  }
  .tow-ribbon:after,
  .tow-ribbon:before {
	  right: 0%;
    
	}
  .wp-posts-carousel-created-date{
    display: none;
  }
  .wp-posts-carousel-buttons {
    padding: 0px;
    font-size: 12px;
    margin-bottom: -15px;
  }
  .owl-item .wp-posts-carousel-container{
    width:100% ;
  }
  .tow-more{
    
    padding:5px;
    font-size:17px;
    margin-top:0px;
    margin-left:-20px;
    width: 100%;
    text-align: center;
   }

   .owl-stage {
     margin-left: 0px;
     padding: 0px;
   }
  #bulletin-board{
    margin-top: -70px;
  }
  #footer-bottom{
    margin-top: -70px;
  }
}

/* FINAL TOUCHES*/
ul.sub-menu{
  width: 230px !important;
}
#menu-item-272{
  position:absolute;
  text-indent:0px;
}
ul #menu-item-272 a{
  color:rgba(0,0,0,0.0) !important;
}
.ecs-event{
  padding: 10px !important;
  margin-left: 5px;
  margin-top: 20px;
}
/*Upcoming*/
#upcoming-events li{
  list-style: none;
}
#upcoming-events ul{
  margin-top: -10px;
}
#upcoming-events h4{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6F87B7;
}
#upcoming-events{
height:359px;
}

#top-menu li li a {
    padding: 20px 20px;
    width: 230px;
  line-height:22px;
  border-right: 0px solid #000;
}

#short_menu_559e9ae6aa3ea a{
  font-size: 22px;
}
body p{
  color:#000 !important;
  font-size:16px;
  line-height:30px;
}
body li{
  color:#000 !important;
  font-size:16px;
  line-height:30px;
}
.rpwe-summary{
  color:#000 !important;
  font-size:16px !important;;
  line-height:30px;
}
.wp-posts-carousel-details p{
  color:#000 !important;
  font-size:16px;
  line-height:30px;

}
.wp-posts-carousel-desc{
 
  color:#000 !important;
  font-size:18px !important;;
  line-height:30px; 
}

#upcoming-events{
 
  color:#000 !important;
  font-size:16px !important;;
  line-height:30px; 
  padding-left: 5px;
}
.light-theme.wp-posts-carousel .wp-posts-carousel-desc {
    font-size: 16px !important;
}

h4.widgettitle{
  margin-bottom: 15px;
}
.home .menu-quick-links-container a{
  color:#fff !important;
}
.menu-public-works-container li a{
  color:#000 !important;
}

.menu-community-resources-container li a{
  color:#000 !important;
}
.menu-public-safety-container li a{
  color:#000 !important;
}

.menu-town-operations-container li a{
  color:#000 !important;
}
nav#top-menu-nav ul{
  margin-left: 14% !important;
}
#menu-item-917{
  margin-left: 17px !important;;
}

#search input{
  width:130px !important;
  left:1005px !important;;
}

@media only screen and  (min-width: 980px) and (max-width: 1266px) and (orientation : landscape) {
	/* LANDSCAPE:
	Microsoft Surface (RT)*/
    nav#top-menu-nav ul{
  margin-left: 24% !important;
}
  #search{display: none;}

  
}

@media only screen and  (min-width: 980px) and (max-width: 1080px) and (orientation : landscape) {
	/* LANDSCAPE:
	Microsoft Surface (RT)*/
    nav#top-menu-nav ul{
  margin-left: 32% !important;
}
  #search{display: none;}

  
}

/* Search Page White Background*/
body.search-results #main-content {
  background-color: #fff !important;
}
/*Footer all white*/
#main-footer *{
  color: #fff !important;
}
/*Remove More Archives and News*/
.tow-more{
  display: none;
}
#upcoming-events &gt;div{
  padding: 10px;
}
#upcoming-events{
  height: 400px !important;
}
/*Final Fixes*/
#bulletin-board{
  height: 400px;
  overflow-y:scroll;
}
#public-notices{
  height: 400px;
  overflow-y:scroll;

}
.wu-wrapper{
  background-color:rgba(255,255,255,0.87);
  padding: 20px;
}
.wu-simple-forecast-day{
  margin-left: 17px
}
.wu-wrapper{
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
#home-map .gm-style{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home .ai1ec-title-buttons{
  display: none;
}

.home .ai1ec-pagination
{
  display: none;
}
.home .ai1ec-subscribe-container{
  display: none;
}
#top-menu li.mega-menu, .fullwidth-menu-nav li.mega-menu {
    position:relative !important;
  
}
.mega-menu &gt;.sub-menu{
  width: 800px !important;
}
.home .ai1ec-views-dropdown{
  display: none;
}
.page-id-112 .et_pb_section_1{
  margin-top: -100px
}

/*Drop down fix*/
#main-header .nav li ul {
    background-color: #ffffff;
    color: #ffffff;
}
#top-menu li li a {
    padding: 30px 0px;
    width: 160px;
    color: #01B1EF;
}
#top-menu li li a:hover {
    color: #013E54;
  background-color:#fff;
}
#top-menu li.mega-menu &gt; ul &gt; li &gt; a:first-child {
  padding: 15px;
  padding-top: 15px;
  text-align: center;
}
/*****************/

	/*---------------[DROPDOWN ARROWS]------------------*/
	#top-menu .menu-item-has-children &gt; a:first-child:after, #et-secondary-nav .menu-item-has-children &gt; a:first-child:after { transform:rotate(90deg); -ms-transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);  content: ''; font-size: 0px; position: absolute; right: 0; top: 2px; }
	#top-menu .menu-item-has-children &gt; a:first-child, #et-secondary-nav .menu-item-has-children &gt; a:first-child { padding-right: 14px;}
	#top-menu li li.menu-item-has-children &gt; a:first-child:after { right: 20px;}
.page-id-562 .et_pb_team_member_image{
  text-align: left !important;
}
/*-------------------*/
@media only screen and  (min-width: 980px){
#top-menu #menu-item-917 &gt; ul &gt;li &gt;a{
  color:#000 !important;
  text-transform:uppercase;
font-weight:700 !important;
  margin-left: 21px;
  text-align: left !important;
  border-bottom: 1px solid #dfdfdf
}
#top-menu li.mega-menu li &gt; a {
width: 240px !important;
  margin-bottom: 7px !important;
  text-transform: none;
font-weight:500 !important;
  margin-left: -20px;
}
  
#top-menu li.mega-menu li a {
  padding: 5px !important;
  
}
#top-menu li.mega-menu &gt; ul, .fullwidth-menu-nav li.mega-menu &gt; ul {
    top: 62px;
    padding: 30px 10px;
    position: absolute !important;
    width: 1204px !important;
    left: 0px !important;
}
.mega-menu &gt; .sub-menu{
  top: 21px !important;
  position: absolute !important;
z-index: 9999999999 !important;
}

	#top-menu li.mega-menu:hover &gt; ul, .fullwidth-menu-nav li.mega-menu:hover &gt; ul { opacity: 1 !important; visibility: visible !important; left:-178.5px !important; }
}
@media only screen and  (max-width: 1260px){

#top-menu li.mega-menu &gt; ul, .fullwidth-menu-nav li.mega-menu &gt; ul {
    top: 62px;
    padding: 30px 10px;
    position: absolute !important;
    width: 1050px !important;
    left: 0px !important;
}

#top-menu li.mega-menu li &gt; a {
width: 200px !important;
  margin-bottom: 0px !important;
  text-transform: none;
font-weight:500 !important;
  margin-left: -45px;
}


	#top-menu li.mega-menu:hover &gt; ul, .fullwidth-menu-nav li.mega-menu:hover &gt; ul { opacity: 1 !important; visibility: visible !important; left:-138.5px !important; }
}
@media only screen and  (max-width: 1100px){
  #top-menu li.mega-menu &gt; ul, .fullwidth-menu-nav li.mega-menu &gt; ul {
    top: 62px;
    padding: 30px 10px;
    position: absolute !important;
    width: 990px !important;
    left: 0px !important;
padding-left:20px !important;
}

#top-menu li.mega-menu li &gt; a {
width: 200px !important;
  margin-bottom: 0px !important;
  text-transform: none;
font-weight:500 !important;
  margin-left: -60px;
}

	#top-menu li.mega-menu:hover &gt; ul, .fullwidth-menu-nav li.mega-menu:hover &gt; ul { opacity: 1 !important; visibility: visible !important; left:-180.5px !important; }

}
.menu-quick-links-container .menu-item a{
  color:#000 !important;
}
.home .menu-quick-links-container .menu-item a{
  color:#fff !important;
}
.et_pb_column_single ul.menu li{
  line-height: 24px !important;
list-style-type: circle !important;
}
@media (max-width:980px){
#tow-top {
  display: none;
}
}

#footer-bottom{
  background-color: #415266 !important;
  z-index: 99999; 
}
#main-footer .clearfix{
  background-color: #415266 !important;
  padding: 10px !important;
}
#nav_menu-2{
  padding: 20px
}
body.custom-background {
background-size: inherit !important;
background-repeat: repeat !important;
} html,
body {
    overflow-x: hidden;
}
.wu-cond-low:before{
  content:"A" !important;
  white-space:pre !important;
}
body.custom-background{
background-size:cover !important;
background-repeat:repeat !important;
}

/*---------------*/  
#main-header{
  height:175px;
  background-color:transparent;
}
#page-container{
  box-shadow: 0px 0px 0px 0px!important;
}

#logo {
    position: relative;
    z-index: 15;
   margin-left: 27%;
}
#main-content{
  margin-top: 80px;
}

/*Blue Bar at the Top*/

#tow-top {
    margin: 0 -9999rem;
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    background: rgba(111,135,183,0.95);
    position: relative;
    z-index: 14;
    box-shadow:2px 2px 2px ;
}
#tow-top span{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding:3px;
}
#tow-top .tow-top-bolder{
  margin-left: 20%;
  font-weight: 700;
}

#tow-top .tow-top-arrow{
  position: relative;
  top:5px;
}


/*Home Icon*/


#menu-item-272{
  
  background-image: url("wp-content/uploads/2015/06/home-5-32.png");
  position:absolute;
  z-index:10;
  max-height: 40px;
  text-indent:9999px;
  margin-left:-35px!important;
  width:39px;
  color:transparent;
  margin-left: -90px;
    background-repeat: no-repeat;
  border-right: 2px solid #dadada!important;
  padding-right:8px!important;
  
}
#menu-item-272 a{
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 14px;
  padding-left: 10px;
}

#menu-item-272 a{
  border-right: 0px solid #fff !important;
}

/*Making homepage background transparent*/

.home .et_section_regular{
  background-image: url(http://town.williamson.ny.us/?custom-css=d0011f97ba) !important;
  background-color: transparent!important;
}

/*Search Bar in Navigation*/
#search{
 
  display:inline;
  margin-left: 20px;
  position: relative;
  top:13px;
  z-index:111;
  
}
#search input[type="text"] {
    background: url(wp-content/uploads/2015/06/search-9-32.png) no-repeat 10px 6px #fcfcfc;   
   background-size: 20px 20px;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 160px;
  height:20px;
    padding: 6px 20px 6px 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
    }

/*For the featured Section */
#tow-featured{
  background-image: url(wp-content/uploads/2015/06/apple-tree_GknGd4qO.jpg)!important;
}
.tow-links{
  background-color: rgba(111,135,183,0.9);
  padding: 20px;
  border-radius: 5px;
  color:#fff;
  text-transform: uppercase;
  width: 70%;
  margin-top:-60px;
  margin-left: -30px;
  
}

.tow-title{
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 20px;
}
#tow-featured a{
  font-size: 18px;
  color:#fff;
  font-weight: 700;
}

/*Arrow and Ribbon in featured section*/

#tow-featured .tow-news
{
  background-color: rgba(255,255,255,0.92);  
  padding: 0px;
  margin-top: -80px!important;
  padding: 20px;
  width: 104%;
  margin-bottom: -50px;
}
.wp-posts-carousel{
  min-height: 480px;
}
.tow-ribbon{
  color:#fff;
  background-color: #6F87B7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.tow-ribbon:after,
.tow-ribbon:before {
	right: 47%;
	border: solid transparent;
	content: "  ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tow-ribbon:after {
	border-color:;
	border-right-color: #6F87B7;
	border-width: 23px;
	margin-top: -12px;
}.tow-more{
  position: absolute;
  background-color: #6F87B7;
  color:#fff;
  padding:5px;
  font-size:18px;
  margin-top:-13px;
  margin-left:331px !important;
  width: 220px !important;
  text-align: center;
}

/*Featured Section Slider Styles*/
.light-theme.wp-posts-carousel .wp-posts-carousel-tags { font-size: 14px; }
.light-theme.wp-posts-carousel .owl-dots .owl-dot.active span { background: #6F87B7; }
.light-theme.wp-posts-carousel .wp-posts-carousel-created-date { padding: 0; margin: 0;font-size: 14px!important; color: #666; font-style:normal!important;; }
.light-theme.wp-posts-carousel .wp-posts-carousel-title a{ text-align: center; font-size: 22px!important;color:#6F87B7!important;text-transform:uppercase;line-height: 32px !important;  }

.light-theme.wp-posts-carousel .wp-posts-carousel-container:hover { border-color: transparent !important; background: transparent !important; }/**/

.light-theme.wp-posts-carousel .wp-posts-carousel-desc { font-size: 14px !important; color: #666; padding: 2%; margin-bottom: 2%;line-height: 28px !important; }

a.wp-posts-carousel-more-button{text-transform: uppercase;color:#6F87B7 !important;}

/*Boxes */
.whitebox{
  background: rgba(255,255,255,0.9);
  height: auto;
  border-radius: 8px;
}
.title{
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
  color:#7C92BB;
}
h1.main-text{
  text-transform: uppercase;
  color:#415266;
  text-shadow: 1px 01px 2px;
  font-size: 40px;
}
#home-info{
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
  padding-bottom:20px;
}
#home-info h2.title{
  color:#405266;
  font-size: 22px;
  font-weight: 700;
}
#home-info span.text{
  color:#7C91BE;
  font-size: 18px;
  font-weight: 700;
}
#home-info .address{
  color:#405266;
  font-size: 18px;
  font-weight: 700;
}


/* Footer */


#footer-bottom{
  background-color: #415266;
}
#footer-info{
  color: #fff;
  font-size: 18px;
}

#footer-info a{
  color: #fff;
}
#footer-bottom .et-social-icon .icon{
  color: #fff;
}

/* Little Edits */
#top-menu li, .fullwidth-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 0px;
}
#search {
    display: inline;
    margin-left: 20px;
    position: relative;
    top: 12px;
    z-index: 111;
}
.menu-item a{
  text-transform: uppercase;
}
/* Boards Styles*/
.rpwe-block{
  padding: 20px;
}
.rpwe-block .rpwe-li a{
  font-size: 14px;
  color:#6F87B7;
  text-transform:uppercase;
  font-weight:700;
}

.rpwe-thumb{display: none !important;}

.rpwe-time{color:#666; font-size: 14px !important; }
.rpwe-summary{
  font-size: 13px !important;
}

/* Top Bar Z Index Fix */
#tpbr_topbar{
  z-index: 9999999!important;
  opacity: .99;
  position:absolute;
}
/* Map Size Fix */
#home-map .et_pb_map{
  height: 375px!important;
-webkit-filter: grayscale(1);
}

/*Navigation*/

nav {
    margin: 0 -9999rem;
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    background: rgba(255,255,255,0.9);
    position: relative;
    z-index: 14;
    box-shadow:2px 2px 2px ;
}
nav#top-menu-nav ul{
  margin-left: 7% !important;
}
#top-menu li a{
  font-size: 18px;
  padding: 15px;
  border-right: 2px solid #dadada;
  line-height: 5px;
  color:#6F87B3 !important;
  
}
#top-menu{
  padding-bottom: 5px;
}

/* DIVI UPDATE FIXES*/
#logo{
  margin-top: 20px;
  margin-bottom: -26px;
}

nav#top-menu-nav a{
  height: 50px!important;
  padding-top: 17px;
}
#menu-item-272{
  max-height: 80px!important;
  top:14px;
  line-height: 13px;
  margin: 5px 0;
  background-position: 0px 4px;
  width: 50px;
}
#menu-item-365{
  margin-left: 17px;
}

#search input{
  height:30px !important;
  position: relative;
  top: -65px;
  left:1030px;
}

#main-content{
  padding-top: 50px;
}

#tow-featured{
  height: 563px;
}
#tow-featured .tow-news {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -81px !important;
    padding: 20px;
    width: 111.9%;
    margin-bottom: -50px;
}

.tow-more {
    position: absolute;
    background-color: #6F87B7;
    color: #FFF;
    padding: 5px;
    font-size: 18px;
    margin-top: -14px;
    margin-left: 350px;
    width: 201px;
}

/* RESPONSIVE LAYOUT QUERIES */

@media only screen and (max-width: 479px) {
  body.custom-background {
background-size: inherit !important;
background-repeat: repeat !important;
}
  #tow-top {
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    position: relative;
    margin-top:-40px;
  }
  #tow-top span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding:0px;
    line-height: 10px;
  }
  #tow-top .tow-top-bolder{
    margin-left: 0px;
  }
  #tow-top .tow-top-arrow img{
    height: 25px;
    margin-left: 5px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  
  #et-top-navigation #top-menu-nav{
    height: 40px;
    margin-top: 15px;
  }
  span.mobile_menu_bar{
    z-index: 99;
    margin-top: 20px;
  }
   #mobile_menu{
    margin-top: -24px;
     width:100%;
  }
  #search{
    display: none;
  }
  #menu-item-272{
    background-image: none;
    max-height: 40px;
    text-indent:0px !important;
    margin-left:0px!important;
    border-right: 0px solid #dadada !important;
  }
  
  #menu-item-272 a{
    display: inline;
    padding-left: 17px;
  }
  #menu-item-365{
    margin-left: 0px;
    margin-top: 30px;
  }
  #main-content{
    margin-top: -30px;
  }
  #tow-featured{
    height: auto;
  }
  .tow-links{
    margin-left: 0px;
    width:100%;
    margin-top: -100px;
  }
  #tow-featured .tow-news {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -10px !important;
    padding: 20px;
    width: 100%;
  }
  .tow-ribbon:after,
  .tow-ribbon:before {
	  right: 0%;
    
	}
  .wp-posts-carousel-created-date{
    display: none;
  }
  .wp-posts-carousel-buttons {
    padding: 0px;
    font-size: 12px;
    margin-bottom: -15px;
  }
  .owl-item .wp-posts-carousel-container{
    width:100% ;
  }
  .tow-more{
    
    padding:5px;
    font-size:17px;
    margin-top:0px;
    margin-left:-20px;
    width: 100%;
    text-align: center;
   }

   .owl-stage {
     margin-left: 0px;
     padding: 0px;
   }
  #bulletin-board{
    margin-top: -70px;
  }
  #footer-bottom{
    margin-top: -70px;
  }
  
}

@media only screen and (min-width: 479px) and (max-width: 767px) {
body.custom-background {
background-size: inherit !important;
background-repeat: repeat !important;
}
    #tow-top {
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    position: relative;
    margin-top:-40px;
  }
  #tow-top span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding:0px;
    line-height: 10px;
  }
  #tow-top .tow-top-bolder{
    margin-left: 0px;
  }
  #tow-top .tow-top-arrow img{
    height: 25px;
    margin-left: 5px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  
  #et-top-navigation #top-menu-nav{
    height: 40px;
    margin-top: 15px;
  }
  span.mobile_menu_bar{
    z-index: 99;
    margin-top: 20px;
  }
   #mobile_menu{
    margin-top: -24px;
     width:100%;
  }
  #search{
    display: none;
  }
  #menu-item-272{
    background-image: none;
    max-height: 40px;
    text-indent:0px !important;
    margin-left:0px!important;
    border-right: 0px solid #dadada !important;
  }
  
  #menu-item-272 a{
    display: inline;
    padding-left: 17px;
  }
  #menu-item-365{
    margin-left: 0px;
    margin-top: 30px;
  }
  #main-content{
    margin-top: 10px;
  }
  #tow-featured{
    height: auto;
  }
  .tow-links{
    margin-left: 0px;
    width:100%;
    margin-top: -100px;
  }
  #tow-featured .tow-news {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -10px !important;
    padding: 20px;
    width: 100%;
  }
  .tow-ribbon:after,
  .tow-ribbon:before {
	  right: 0%;
    
	}
  .wp-posts-carousel-created-date{
    display: none;
  }
  .wp-posts-carousel-buttons {
    padding: 0px;
    font-size: 12px;
    margin-bottom: -15px;
  }
  .owl-item .wp-posts-carousel-container{
    width:100% ;
  }
  .tow-more{
    
    padding:5px;
    font-size:17px;
    margin-top:0px;
    margin-left:-20px;
    width: 100%;
    text-align: center;
   }

   .owl-stage {
     margin-left: 0px;
     padding: 0px;
   }
  #bulletin-board{
    margin-top: -70px;
  }
  #footer-bottom{
    margin-top: -70px;
  }

  
  
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
body.custom-background {
background-size: inherit !important;
background-repeat: repeat !important;
} 
   #tow-top {
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    position: relative;
    margin-top:-80px;
  }
  #tow-top span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding:0px;
    line-height: 10px;
  }
  #tow-top .tow-top-bolder{
    margin-left: 0px;
  }
  #tow-top .tow-top-arrow img{
    height: 25px;
    margin-left: 5px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 50px;
  }
  
  #et-top-navigation #top-menu-nav{
    height: 40px;
    margin-top: 15px;
  }
  span.mobile_menu_bar{
    z-index: 99;
    margin-top: 20px;
  }
   #mobile_menu{
    margin-top: -24px;
     width:100%;
  }
  #search{
    display: none;
  }
  #menu-item-272{
    background-image: none;
    max-height: 40px;
    text-indent:0px !important;
    margin-left:0px!important;
    border-right: 0px solid #dadada !important;
  }
  
  #menu-item-272 a{
    display: inline;
    padding-left: 17px;
  }
  #menu-item-365{
    margin-left: 0px;
    margin-top: 30px;
  }
  #main-content{
    margin-top: 40px;
  }
  #tow-featured{
    height: auto;
  }
  .tow-links{
    margin-left: 0px;
    width:100%;
    margin-top: -60px;
  }
  #tow-featured .tow-news {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -10px !important;
    padding: 20px;
    width: 100%;
  }
  .tow-ribbon:after,
  .tow-ribbon:before {
	  right: 0%;
    
	}
  .wp-posts-carousel-created-date{
    display: none;
  }
  .wp-posts-carousel-buttons {
    padding: 0px;
    font-size: 12px;
    margin-bottom: -15px;
  }
  .owl-item .wp-posts-carousel-container{
    width:100% ;
  }
  .tow-more{
    
    padding:5px;
    font-size:17px;
    margin-top:0px;
    margin-left:-20px;
    width: 100%;
    text-align: center;
   }

   .owl-stage {
     margin-left: 0px;
     padding: 0px;
   }
  #bulletin-board{
    margin-top: -70px;
  }
  #footer-bottom{
    margin-top: -70px;
  }
}

/* FINAL TOUCHES*/
ul.sub-menu{
  width: 230px !important;
}
#menu-item-272{
  position:absolute;
  text-indent:0px;
}
ul #menu-item-272 a{
  color:rgba(0,0,0,0.0) !important;
}
.ecs-event{
  padding: 10px !important;
  margin-left: 5px;
  margin-top: 20px;
}
/*Upcoming*/
#upcoming-events li{
  list-style: none;
}
#upcoming-events ul{
  margin-top: -10px;
}
#upcoming-events h4{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6F87B7;
}
#upcoming-events{
height:359px;
}

#top-menu li li a {
    padding: 20px 20px;
    width: 230px;
  line-height:22px;
  border-right: 0px solid #000;
}

#short_menu_559e9ae6aa3ea a{
  font-size: 22px;
}
body p{
  color:#000 !important;
  font-size:16px;
  line-height:30px;
}
body li{
  color:#000 !important;
  font-size:16px;
  line-height:30px;
}
.rpwe-summary{
  color:#000 !important;
  font-size:16px !important;;
  line-height:30px;
}
.wp-posts-carousel-details p{
  color:#000 !important;
  font-size:16px;
  line-height:30px;

}
.wp-posts-carousel-desc{
 
  color:#000 !important;
  font-size:18px !important;;
  line-height:30px; 
}

#upcoming-events{
 
  color:#000 !important;
  font-size:16px !important;;
  line-height:30px; 
  padding-left: 5px;
}
.light-theme.wp-posts-carousel .wp-posts-carousel-desc {
    font-size: 16px !important;
}

h4.widgettitle{
  margin-bottom: 15px;
}
.home .menu-quick-links-container a{
  color:#fff !important;
}
.menu-public-works-container li a{
  color:#000 !important;
}

.menu-community-resources-container li a{
  color:#000 !important;
}
.menu-public-safety-container li a{
  color:#000 !important;
}

.menu-town-operations-container li a{
  color:#000 !important;
}
nav#top-menu-nav ul{
  margin-left: 14% !important;
}
#menu-item-917{
  margin-left: 17px !important;;
}

#search input{
  width:130px !important;
  left:1005px !important;;
}

@media only screen and  (min-width: 980px) and (max-width: 1266px) and (orientation : landscape) {
	/* LANDSCAPE:
	Microsoft Surface (RT)*/
    nav#top-menu-nav ul{
  margin-left: 24% !important;
}
  #search{display: none;}

  
}

@media only screen and  (min-width: 980px) and (max-width: 1080px) and (orientation : landscape) {
	/* LANDSCAPE:
	Microsoft Surface (RT)*/
    nav#top-menu-nav ul{
  margin-left: 32% !important;
}
  #search{display: none;}

  
}

/* Search Page White Background*/
body.search-results #main-content {
  background-color: #fff !important;
}
/*Footer all white*/
#main-footer *{
  color: #fff !important;
}
/*Remove More Archives and News*/
.tow-more{
  display: none;
}
#upcoming-events &gt;div{
  padding: 10px;
}
#upcoming-events{
  height: 400px !important;
}
/*Final Fixes*/
#bulletin-board{
  height: 400px;
  overflow-y:scroll;
}
#public-notices{
  height: 400px;
  overflow-y:scroll;

}
.wu-wrapper{
  background-color:rgba(255,255,255,0.87);
  padding: 20px;
}
.wu-simple-forecast-day{
  margin-left: 17px
}
.wu-wrapper{
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
#home-map .gm-style{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home .ai1ec-title-buttons{
  display: none;
}

.home .ai1ec-pagination
{
  display: none;
}
.home .ai1ec-subscribe-container{
  display: none;
}
#top-menu li.mega-menu, .fullwidth-menu-nav li.mega-menu {
    position:relative !important;
  
}
.mega-menu &gt;.sub-menu{
  width: 800px !important;
}
.home .ai1ec-views-dropdown{
  display: none;
}
.page-id-112 .et_pb_section_1{
  margin-top: -100px
}

/*Drop down fix*/
#main-header .nav li ul {
    background-color: #ffffff;
    color: #ffffff;
}
#top-menu li li a {
    padding: 30px 0px;
    width: 160px;
    color: #01B1EF;
}
#top-menu li li a:hover {
    color: #013E54;
  background-color:#fff;
}
#top-menu li.mega-menu &gt; ul &gt; li &gt; a:first-child {
  padding: 15px;
  padding-top: 15px;
  text-align: center;
}
/*****************/

	/*---------------[DROPDOWN ARROWS]------------------*/
	#top-menu .menu-item-has-children &gt; a:first-child:after, #et-secondary-nav .menu-item-has-children &gt; a:first-child:after { transform:rotate(90deg); -ms-transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);  content: ''; font-size: 0px; position: absolute; right: 0; top: 2px; }
	#top-menu .menu-item-has-children &gt; a:first-child, #et-secondary-nav .menu-item-has-children &gt; a:first-child { padding-right: 14px;}
	#top-menu li li.menu-item-has-children &gt; a:first-child:after { right: 20px;}
.page-id-562 .et_pb_team_member_image{
  text-align: left !important;
}
/*-------------------*/
@media only screen and  (min-width: 980px){
#top-menu #menu-item-917 &gt; ul &gt;li &gt;a{
  color:#000 !important;
  text-transform:uppercase;
font-weight:700 !important;
  margin-left: 21px;
  text-align: left !important;
  border-bottom: 1px solid #dfdfdf
}
#top-menu li.mega-menu li &gt; a {
width: 240px !important;
  margin-bottom: 7px !important;
  text-transform: none;
font-weight:500 !important;
  margin-left: -20px;
}
  
#top-menu li.mega-menu li a {
  padding: 5px !important;
  
}
#top-menu li.mega-menu &gt; ul, .fullwidth-menu-nav li.mega-menu &gt; ul {
    top: 62px;
    padding: 30px 10px;
    position: absolute !important;
    width: 1204px !important;
    left: 0px !important;
}
.mega-menu &gt; .sub-menu{
  top: 21px !important;
  position: absolute !important;
z-index: 9999999999 !important;
}

	#top-menu li.mega-menu:hover &gt; ul, .fullwidth-menu-nav li.mega-menu:hover &gt; ul { opacity: 1 !important; visibility: visible !important; left:-178.5px !important; }
}
@media only screen and  (max-width: 1260px){

#top-menu li.mega-menu &gt; ul, .fullwidth-menu-nav li.mega-menu &gt; ul {
    top: 62px;
    padding: 30px 10px;
    position: absolute !important;
    width: 1050px !important;
    left: 0px !important;
}

#top-menu li.mega-menu li &gt; a {
width: 200px !important;
  margin-bottom: 0px !important;
  text-transform: none;
font-weight:500 !important;
  margin-left: -45px;
}


	#top-menu li.mega-menu:hover &gt; ul, .fullwidth-menu-nav li.mega-menu:hover &gt; ul { opacity: 1 !important; visibility: visible !important; left:-138.5px !important; }
}
@media only screen and  (max-width: 1100px){
  #top-menu li.mega-menu &gt; ul, .fullwidth-menu-nav li.mega-menu &gt; ul {
    top: 62px;
    padding: 30px 10px;
    position: absolute !important;
    width: 990px !important;
    left: 0px !important;
padding-left:20px !important;
}

#top-menu li.mega-menu li &gt; a {
width: 200px !important;
  margin-bottom: 0px !important;
  text-transform: none;
font-weight:500 !important;
  margin-left: -60px;
}

	#top-menu li.mega-menu:hover &gt; ul, .fullwidth-menu-nav li.mega-menu:hover &gt; ul { opacity: 1 !important; visibility: visible !important; left:-180.5px !important; }

}
.menu-quick-links-container .menu-item a{
  color:#000 !important;
}
.home .menu-quick-links-container .menu-item a{
  color:#fff !important;
}
.et_pb_column_single ul.menu li{
  line-height: 24px !important;
list-style-type: circle !important;
}
@media (max-width:980px){
#tow-top {
  display: none;
}
}

#footer-bottom{
  background-color: #415266 !important;
  z-index: 99999; 
}
#main-footer .clearfix{
  background-color: #415266 !important;
  padding: 10px !important;
}
#nav_menu-2{
  padding: 20px
}
body.custom-background {
background-size: inherit !important;
background-repeat: repeat !important;
} 

/** 11-Jan-17 Updates **/
ul.sub-menu{
  min-width: 230px !important;
}
.mega-menu >.sub-menu{
  min-width: 1000px !important;
}
.mega-menu > .sub-menu{
  top: 21px !important;
  position: absolute !important;
z-index: 9999999999 !important;
}
.tow-ribbon:after,
.tow-ribbon:before {
	right: 100% !important;
	border: solid transparent;
	content: "  ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
	/*---------------[DROPDOWN ARROWS]------------------*/
	#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after { transform:rotate(90deg); -ms-transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);  content: ''; font-size: 0px; position: absolute; right: 0; top: 2px; }
	#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child { padding-right: 14px;}
	#top-menu li li.menu-item-has-children > a:first-child:after { right: 20px;}
.page-id-562 .et_pb_team_member_image{
  text-align: left !important;
}
/*-------------------*/
/*--------[Desktop Only]--------*/
@media only screen and (min-width: 1180px){

/*Home Icon*/


#menu-item-272{
  
    background-image: url("wp-content/uploads/2015/06/home-5-32.png");
    position:absolute;
    z-index:10;
    max-height: 40px;
    text-indent:9999px;
    margin-left:-35px!important;
    width:39px;
    color:transparent;
    margin-left: -90px;
      background-repeat: no-repeat;
    border-right: 2px solid #dadada!important;
    padding-right:8px!important;
    
  }
  #menu-item-272 a{
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 14px;
    padding-left: 10px;
  }
  
  #menu-item-272 a{
    border-right: 0px solid #fff !important;
  }
  #menu-item-349 a{
    border-right:0px !important; 
  }

#top-menu li{
  padding-left: 25px;
}
#top-menu li a{
  padding-right: 40px
}

#menu-item-19814 >a{
  display: none;
}
#menu-item-19815 >a{
  display: none;
}
#menu-item-19816 >a{
  display: none;
}
#menu-item-19817 >a{
  display: none;
}
}


/*----[Mobile Only}----*/
@media only screen and (max-width: 980px){
/*#mobile_menu ul .sub-menu a{
  display: none !important;
}
*/
}