
@import url(smartphone-landscape-320-480.css) only screen and (min-width : 321px) and (max-width : 480px);
@import url(smartphone-portrait-320-or-less.css) only screen and (min-width : 0px) and (max-width : 320px);
@import url(smartphone-landscape-480-or-less.css) only screen and (min-width : 0px) and (max-width : 480px);

 

/* smartphone portrait (smallest) */
/* iphones: 481px */
@media screen and (min-width: 0px) and (max-width: 481px) {


	/**
	 * Stack elements.
	 */
	#page #sidebar-first,
	#page #sidebar-second,
	#page #content,
	#page #content-inner,
	#footer {
		float: none;
		width: auto;
		position:relative;
		margin:0;
		padding:0;
	}


	/**
	 * Sitewide adjust elements.
	 */

	#page .not-mobile {
		display: none;
	}

	/*body.pml-open #page {
	    left: 300px !important;
	}*/

  /* use hidden class instead of display none */
  /* so elements can be mobile AND hidden without !important battles */

  /*
	.mobile {
		display: block !important;
	}
  */

  .mobile:not(.hidden) {
    display: block !important;
  }

  .mobile.hidden {
    display: none !important;
  }



	#page #main * {
	/*	width: auto ;
		float: none ;
		clear: both ;  */
	}

	#page {
		max-width: 500px;
		min-width: 320px!important;
		/*width: 90%!important;*/
		padding: 0 10px;
	}

  #footer {
    height: auto !important;
  }

	#page #header{
	  /*margin:0 -5.5%;*/
	}
   
	.menu-section {

	}
	.menu-close {

	}

  #logo-name-slogan {
		position: absolute;
		width: 100px;
		left: 10px;
		top: 0;
	}

	#page #logo {
		position: relative;
		top: 0;
		left: 0;
		width: 27px;
		padding: 11px 25px 5px 10px;
	}

	.header-left-column {
		float: none;
	}

	#page #header #socialmedia-chicklets {
		display: none;
	}


	.region-navbar-right {
		float: none;
		width: auto;
	}


	#page #block-menu-menu-utility-menu-2 {
		display: none;
	}

	div.region-navbar-right, #main-nav-wrapper .region-navbar-right {
	float: none;
	width: auto;
	display: inline-block;
      margin: 0;
	}

	#mobile-header {
	  display: block;
	  background-color: #4d4940;
	}


  /**
   *  login block
   */

  .user-login-popup-block {
    width: 62px;
    position: relative;
    float: right;
    right: 123px;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    height: 50px;
  }

  #block-user-login .block-inner {
  width: 200px;
  margin: 0 auto;
  }

  #main-nav-wrapper #block-user-login {
    right: 0px;
    position: absolute;
    /*display: none;*/
    width: 100%;
    text-align: center;
    background: #3d3933;
    border-top: 5px solid #89857e;
    border-bottom: 5px solid #89857e;
    padding: 20px 0 45px 0;
    height: 160px;
  }

  #block-user-login .form-actions {
    height: auto;
    margin-bottom: 5px;
    margin-top:15px;
  }

  #block-user-login.mobile.hovered input#edit-name,
  #block-user-login.mobile.hovered input#edit-pass {
    background-color: white;
    color: #444444;
    border-radius: 8px;
    padding-left: 9px;
    padding-right: 9px;
  }

  #block-user-login input.form-submit {
    color: white;
    text-shadow: none;
    display: block;
    position: static;
    right: 0;
    text-align: center;
    font-size: 15px;
    width: auto;
    height: 40px;
    font-family: museo_500regular;
    line-height: 10px!important;
    padding: 15px;
    border: 1px solid #b6b2ab;
    border-radius: 4px;
    background-image: -ms-linear-gradient(top, #E68A13 0%, #E17400 100%);
    background-image: -moz-linear-gradient(top, #E68A13 0%, #E17400 100%);
    background-image: -o-linear-gradient(top, #E68A13 0%, #E17400 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E68A13), color-stop(1, #E17400));
    background-image: -webkit-linear-gradient(top, #E68A13 0%, #E17400 100%);
    background-image: linear-gradient(to bottom, #E68A13 0%, #E17400 100%);
    -pie-background: linear-gradient(#E68A13, #DF6800);
    behavior: url(/sites/all/themes/responsive/scripts/PIE/PIE.htc);
    margin: 0 0 0 40px;
  }

  .region-navbar-right #block-user-login ul li.last {
    display: block;
  }


  .region-navbar-right #block-user-login .item-list {
    position: relative;
    border:none;
  }

  .region-navbar-right #block-user-login ul li {
    border: none;
    padding: 0;
    background: transparent;
    border: none;
  }

  .region-navbar-right #block-user-login ul li a {
    font-weight: normal;
    color: #B4AFA9;
    font-family: brandon_grotesque_regularRg;
    font-size: 13px;
    text-align: center;
    padding: 0 0 0 0;
    text-transform: uppercase;
    background: transparent;
    margin-top: 10px;
    width: 100%;
    display: block;
  }

  .region-navbar-right #block-user-login ul li.first a:hover,
  .region-navbar-right #block-user-login ul li.first a:selected {
    text-decoration:underline;
  }

  .region-navbar-right #block-user-login .item-list {
    text-align: center;
    width: auto;
  }

  /*.region-navbar-right #block-user-login .content {
    padding: 0;
  }*/

  .mobile.user-icon, .mobile.search-icon, .mobile.menu-icon {
    color: #B4AFA9;
    padding-left: 0;
    font-family: brandon_grotesque_regularRg;
    font-size: 13px;
    text-align: center;
  }

  .mobile.user-icon-open {
    padding: 15px 0 0 0;
  }

  .mobile.user-icon-open a {
    text-decoration: none;
    color: #B4AFA9;
  }

  .mobile.user-icon-close, .mobile.search-icon-close, .mobile.menu-icon-close {
    padding: 0 0 0 0;
    background-color: #89857e;
  }

  .user-icon a {
    display: inline-block;
    width: 60px;
    height: 50px;
  }

  .mobile.user-icon-close img, .mobile.search-icon-close img, .mobile.menu-icon-close img {
    margin-top: 10px;
    padding-bottom: 14px;
  }

  .user-login-popup-block img.user-icon {
    display: none;
  }

  .mobile.menu-username {
    position: relative;
    float: right;
    right: 135px;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    width: 165px;
    height: 50px;
  }

  .mobile.username-text {
    color: #B4AFA9;
    text-align: right;
    padding: 8px 0 0 0;
    line-height: 15px;
    font-size: 12px !important;
  }

  .mobile.username-link {
    color: #B4AFA9;
    text-align: right;
  }

  .mobile.username-link a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }



  /**
   *  search block
   */

  .search-popup-block {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    border-left: 1px solid #3a3730;
    height:50px;
  }

  #block-search-form.hovered .block-inner {
    width: 280px;
    margin: 0 auto;
    float: right;
    padding-right: 20px;
  }

  #page #block-search-form.hovered {
    right: 0px;
    position: absolute;
    top: 50px;
    display: none; /* SSR */
    width: 100%;
    text-align: right;
    background: #3d3933;
    border-top: 5px solid #89857e;
    border-bottom: 5px solid #89857e;
    padding: 20px 0 10px 0;
    margin: 0 0 0 0 !important;
    height: 45px;
  }

  #page #block-search-form {
    float: none;
    border-bottom: 1px solid #b4afa9;
    border: 5px solid #89857e;
    border-right: none;
    border-left: none;
    margin-top: 3px;
    margin-left: 0;
    position: absolute;
    top: 0;
    background: #3d3933;
    width: 60px;
    min-height: 50px;
    display: none;
    right: 140px;
  }

  #page #block-search-form.hovered #edit-search-block-form--2 {
    background-color: white;
    color: #444444;
    width: 200px;
    border-radius: 8px;
    padding: 6px 3px 3px 9px;
  }

  /* general popup form button settings */
    #search-block-form .form-submit {
    background: url('http://www.tu.org/sites/all/themes/responsive/images/search_button.png');
    width: 23px;
    text-indent: -9999px;
    margin-top: 3px;
    line-height: 19px;
  }

  #page #block-search-form.hovered .form-submit, #page #block-user-login.hovered .form-submit {
    font-family: museo_500regular;
    font-size: 15px;
    line-height: 15px;
    color: white;
    text-shadow: none;
    border: none;
    display: inline-block;
    position: relative;
    right: 0px;
    border: 1px solid #7e7e76;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 2px 0 0 0;
    text-indent: 0px;
    height: 35px;
    margin: 0;

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #E68A13 0%, #E17400 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #E68A13 0%, #E17400 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #E68A13 0%, #E17400 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E68A13), color-stop(1, #E17400));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #E68A13 0%, #E17400 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #E68A13 0%, #E17400 100%);

    position: relative;
    -pie-background: linear-gradient(#E68A13, #E17400);
      behavior: url(/sites/all/themes/responsive/scripts/PIE/PIE.htc);
  }

  /* specific popup form button settings */
  #page #block-user-login.hovered .form-submit {
    width: 75px;
  }
  #page #block-search-form.hovered .form-submit {
    width: 62px;
  }

  #page #nav-search-wrapper {
    width: 100%;
    min-width:100%;
    height: 50px;
    background: #4d4840;
    position: relative;
    /*border-bottom: 5px solid #89857e;*/
    z-index: 100;
  }

  #page .nav-inner-wrapper {
    width: 100%;
  }

  #page #block-menu-menu-utility-menu-1 {
    display: none;
  }

  #page #main-nav-wrapper {
    position: static;
    height: auto;
    background: transparent;
    min-width: 0;
  }

  #page #main-nav-wrapper #block-user-login:before {
    display: none;
  }

  #page #main-nav {
    position: static;
  }

   #page .nav-mobile-menu   {
    left: 0;
    margin-left: 0;
    width: 100%;
    background-color: #F5F0EA;
    float: none ;
  }
	
  #page nav#nav-search {
    left: 0;
    margin-left: 0;
    width: 100%;
    background-color: transparent;
  }

  #nav-search-wrapper #search-block-form {
    width: auto;
    height: auto;
    float: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
  }

  #edit-search-block-form--2 {
    color: #444;
    width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 2px 3px 3px 9px;
    border: none;
    font-family: brandon_grotesque_regularRg;
    font-size: 20px;
    margin-right: 0;
  }

  .mobile.search-icon {
  }

  .mobile.search-icon-open {
    padding: 10px 0 0 0;
  }



  /**
   *  menu block - header and footer
   */

  .menu-popup-block {
    width: 60px;
/*    position: absolute;
    right: 60px;
    top: 0;*/
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    border-left: 1px solid #3a3730;
    height: 50px;
  }

  /* header specific settings */
  #menu-popup-content ul.menu {
  }

  /* footer specific settings */
  #footer-main-menu ul.menu {
    border-bottom: none !important;
  }

  /* general settings */
  #menu-popup-content ul.menu,
  #footer-main-menu ul.menu {
    width: 280px;
    margin: 0 auto;
    float: right;
    right: 0px;
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    background: #3d3933;
    border-top: 5px solid #89857e;
    border-bottom: 5px solid #89857e;
    padding: 0px 0 0px 0;
    margin: 0 0 0 0 !important;
  }

  #menu-popup-content li.expanded,
  #footer-main-menu li.expanded {
    display: inline-block;
    width: 100%;
    text-align: center;
    /* background: #4d4840 url("/sites/all/themes/responsive/images/mobile/mobile-expand.png") no-repeat 92% 50%; */
    background-color: #4d4840;
    border-bottom: 1px solid #89857e;
    margin: 0;
    /* padding: 12px 0 11px 0; */
    padding: 0;
    position: relative;
    height: auto;
  }
  #footer-main-menu li.expanded {
    /* padding-right: 8px !important; */
  }
  #footer-main-menu li.expanded.last {
    border-bottom: none;
  }
  #menu-popup-content li.expanded:hover,
  #menu-popup-content li.expanded.active-trail.hovered,
  #footer-main-menu li.expanded:hover,
  #footer-main-menu li.expanded.active-trail.hovered {
    background-color: #3d3933;
  }
  #menu-popup-content li.expanded a,
  #footer-main-menu li.expanded a {
    color: #f0ede8 !important;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 12px 0 8px 0;
    margin-left: 40px; /* left margin same as expand arrow button width to keep centered */
    display: inline-block;
    width: auto;
  }

  #menu-popup-content ul.menu li.expanded a:hover,
  #menu-popup-content ul.menu li.expanded a:active,
  #footer-main-menu ul.menu li.expanded a:hover,
  #footer-main-menu ul.menu li.expanded a:active {
    text-decoration: none;
  }

  #menu-popup-content ul.menu li.expanded ul.menu,
  #footer-main-menu ul.menu li.expanded ul.menu {
    border-top: none;
    border-bottom: none;
    padding: 0 0 15px 0;
    top: 0px !important;
  }

  #menu-popup-content ul.menu li.expanded ul.menu li,
  #footer-main-menu ul.menu li.expanded ul.menu li {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #3d3933;
    border-bottom: none;
    margin: 0;
    /*padding: 8px 0 7px 0; */
    padding: 0;
  }

  #footer-main-menu ul.menu li.expanded ul.menu li a,
  #menu-popup-content ul.menu li.expanded ul.menu li a {
    color: #e0dcd5 !important;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 6px 0 5px 0;
    margin-left: 0;
  }

  #menu-popup-content ul.menu li.expanded ul.menu li a:hover,
  #menu-popup-content ul.menu li.expanded ul.menu li a:active,
  #footer-main-menu ul.menu li.expanded ul.menu li a:hover,
  #footer-main-menu ul.menu li.expanded ul.menu li a:active {
    text-decoration: none;
  }

  .mobile.menu-icon-open {
    padding: 9px 0 0 0;
  }



  #page div#main {
    width: 100%;
    margin-top: 50px;
    padding-top: 10px;
  }


  #page #logo {
    position: relative;
    top: 0;
    left: 0;
    width: 27px;
    padding: 11px 25px 5px 10px;
    height: 40px;
    background: url(../images/mobile/mobile-logo.png) no-repeat 10px 10px;
    z-index: 10000; /* fixes chrome issue where a gets hidden behind and not clickable */
    margin-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #page #logo img {
    display:none;
  }



  /**
   *   footer
   */

  body div#footer #footer-content {
    width: auto;
    height: auto;
    position: relative;
  }

  body div#footer #footer-links-wrapper-wrapper {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
  }

  body div#footer #footer-content .block,
  #footer-links-wrapper {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    background: #4d4840;
    margin-bottom: 0;
    border-bottom: 1px dashed #696364;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body div#footer #footer-links-wrapper {
    border-bottom: none;
  }

  /* specific block overrides */
  body div#footer #footer-content #block-boxes-footer_donate_login {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body div#footer #footer-content #block-boxes-footer_donate_login #footer-ask-trout,
  body div#footer #footer-content #block-boxes-footer_donate_login #footer-member-login,
  body div#footer #footer-content #block-boxes-footer_donate_login #footer-member-logout,
  body div#footer #footer-content #block-boxes-footer_donate_login #footer-logo {
    /* hide stuff */
   display: none;
  }

  /* some footer blocks */
  body div#footer #footer-content #block-tu_mailinglist-get_updates {
    width: 100% !important;
    left: auto;
    top: auto;
    padding-left: 0;
    padding-right: 0;
  }
  body div#footer #footer-content #block-tu_mailinglist-get_updates .block-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  body div#footer #footer-content #block-tu_mailinglist-get_updates:before {
    content: none; /* remove dotted line */
  }

  body div#footer #footer-content #block-boxes-join_conversation {
    width: 100% !important;
    left: auto;
    top: auto;
    padding-left: 0;
    padding-right: 0;
  }
  body div#footer #footer-content #block-boxes-join_conversation .block-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  body div#footer #footer-content #block-boxes-join_conversation .boxes-box-content p {
    text-align: left;
  }
  body div#footer #footer-content #block-boxes-join_conversation .boxes-box-content {
    text-align: center;
  }

  body div#footer #footer-content #block-TU_footer_blocks-accountability_block {
    width: 100% !important;
    left: auto;
    top: auto;
    padding-left: 0;
    padding-right: 0;
  }
  body div#footer #footer-content #block-TU_footer_blocks-accountability_block .block-inner {
    padding-left: 25px;
    padding-right: 25px;
  }


  body div#footer #footer_links {
    margin-top: 0;
    text-align: center;
    padding: 0 20px;
  }

  body div#footer #footer-right {
    display: block;
    position: relative;
    text-align: center;
    float: none;
  }

  body div#footer #footer-right .horizontal.logo {
    display: inline-block;
    margin: 15px auto 0 auto;
    position: relative;
    top: auto;
    left: auto;
    width: 230px;
    height: 25px;
  }

  body div#footer #footer-right img#hodges {
    margin: 4px auto 0 auto;
    vertical-align: 0;
    text-align: center;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  body div#footer #footer-right img#freerange {
    margin: 7px auto 0 auto;
    vertical-align: 0;
    text-align: center;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }


  /**
   *   main menu nav
   */
  .mobile-main-menu-expand {
    background: transparent url("/sites/all/themes/responsive/images/mobile/mobile-expand.png") no-repeat left center;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    float: right;
    top: 0px;
    cursor: pointer;
  }


	/**
	 * Homepage
	 */

	#page #block-views-front_page_slideshow-block {
		display: none;
	}


  /*
   * Hide stuff
   */

  /* override of local.css 5352 */
  .user-login-popup-block.hovered:before {
    display: none !important;
  }


}

@media screen and (min-width: 0px) and (max-width: 768px) {
	body.pml-open #page {
	    left: 300px !important;
	}
/*	#page #block-views-front_page_slideshow-block,*/
	#page #block-menu-menu-utility-menu-1,
	#page #block-search-form
	 {
		display: none;
	}
	#page nav#nav-search {
	    left: 0;
	    margin-left: 0;
	    width: 100%;
	    background-color: transparent;
	}
	#page nav#nav-search .nav-mobile-menu {
		display: block;
	}
	#page #nav-search-wrapper {
		height: 50px;
		width: 100%;
    	min-width:100%;
	}
	.nav-inner-wrapper {
		width: 100%;
	}
	.logged-in #nav-search .mobile.user-login-popup-block {
		display: block;
	}
	.search-popup-block {
	    width: 60px;
	    position: absolute;
	    right: 0px;
	    top: 0px;
	    display: inline-block;
	    vertical-align: top;
	    margin-left: 0px;
	    border-left: 1px solid #3A3730;
	    height: 50px;
	}
	#main-nav-wrapper { 
		top: 53px;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		height: 0;
	}
	#page #block-menu-menu-utility-menu-2 {
		display: none;
	}
	#nav-search-wrapper #search-block-form {
	    width: auto;
	    height: auto;
	    float: none;
	    background: transparent;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	    margin-top: 0;
	  }

	  #edit-search-block-form--2 {
	    color: #444;
	    width: 200px;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    border-radius: 8px;
	    padding: 2px 3px 3px 9px;
	    border: none;
	    font-family: brandon_grotesque_regularRg;
	    font-size: 20px;
	    margin-right: 0;
	  }
	#main-nav-wrapper #block-user-login {
	    left: 0px;
	    position: absolute;
	    top: 50px;
	    /*display: none;*/
	    width: 100%;
	    text-align: center;
	    background: #3d3933;
	    border-top: 5px solid #89857e;
	    border-bottom: 5px solid #89857e;
	    padding: 20px 0 45px 0;
	    height: 160px;
	  }
	  #main-nav-wrapper #block-user-login.mobile.hovered {
	  	display: block;
	  	/*top: 0;*/
	  }
		#action-nav {
			display: none;
		}
	  #block-user-login .block-inner {
		  width: 200px;
		  margin: 0 auto;
	  }
	  #block-user-login .form-actions {
	  	height: 30px;
	  }
	  .region-navbar-right #block-user-login .item-list {
	  	border-top: none;
	  	width: 170px;
	  	position: relative;
	  }
	  .region-navbar-right #block-user-login ul li.first {
	  	padding: 0;
	  	margin: 0;
	  	margin-top: 5px;
	  }
	  .region-navbar-right #block-user-login ul li.first a {
	  	padding: 0;
	  	color: #B4AFA9 !important;
	  }

	  #block-user-login.mobile.hovered input#edit-name, #block-user-login.mobile.hovered input#edit-pass {
	  	margin: 0;
	  	width: 148px;
	  }
	  #block-user-login #edit-name, #block-user-login #edit-pass, #block-user-login #edit-name--2, #block-user-login #edit-pass--2 {
	  	padding: 7px 9px !important;
	  }
	 /* #page #block-views-front_page_slideshow-block {
	  	display: block;
	  }*/

	  .mobile.search-icon {
	  	position: absolute;
	  	top: 0;
	  	right: 0;
	  	padding: 0 10px;
	  }

	  /**
   *  search block
   */

  .search-popup-block {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    border-left: 1px solid #3a3730;
    height:50px;
  }

  #block-search-form.hovered .block-inner {
    width: 280px;
    margin: 0 auto;
    float: right;
    padding-right: 20px;
  }

  #page #block-search-form.hovered {
    right: 0px;
    position: absolute;
    top: 50px;
    display: none; /* SSR */
    width: 100%;
    text-align: right;
    background: #3d3933;
    border-top: 5px solid #89857e;
    border-bottom: 5px solid #89857e;
    padding: 20px 0 10px 0;
    margin: 0 0 0 0 !important;
    height: 45px;
  }

  #page #block-search-form {
    float: none;
    border-bottom: 1px solid #b4afa9;
    border: 5px solid #89857e;
    border-right: none;
    border-left: none;
    margin-top: 3px;
    margin-left: 0;
    position: absolute;
    top: 0;
    background: #3d3933;
    width: 60px;
    min-height: 50px;
    display: none;
    right: 140px;
  }

  #page #block-search-form.hovered #edit-search-block-form--2 {
    background-color: white;
    color: #444444;
    width: 200px;
    border-radius: 8px;
    padding: 6px 3px 3px 9px;
  }

  /* general popup form button settings */
    #search-block-form .form-submit {
    background: url('http://www.tu.org/sites/all/themes/responsive/images/search_button.png');
    width: 23px;
    text-indent: -9999px;
    margin-top: 3px;
    line-height: 19px;
  }

  #page #block-search-form.hovered .form-submit, #page #block-user-login.hovered .form-submit {
    font-family: museo_500regular;
    font-size: 15px;
    line-height: 15px;
    color: white;
    text-shadow: none;
    border: none;
    display: inline-block;
    position: relative;
    right: 0px;
    border: 1px solid #7e7e76;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 2px 0 0 0;
    text-indent: 0px;
    height: 35px;
    margin: 0;

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #E68A13 0%, #E17400 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #E68A13 0%, #E17400 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #E68A13 0%, #E17400 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E68A13), color-stop(1, #E17400));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #E68A13 0%, #E17400 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #E68A13 0%, #E17400 100%);

    position: relative;
    -pie-background: linear-gradient(#E68A13, #E17400);
      behavior: url(/sites/all/themes/responsive/scripts/PIE/PIE.htc);
  }
  #page #block-search-form.hovered .form-submit {
    width: 62px;
  }
	#nav-search-wrapper #main-nav {
		height: 0;
	}
  #header-block-region.header-right-column {
		display: none;
	}
}
@media screen and (min-width: 0) and (max-width: 480px) {
	#main-nav-wrapper #block-user-login {
		top: 50px;
	}
	.region-navbar-right #block-user-login ul li.first a {
		padding: 0;
		color: #B4AFA9;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	#main-nav-wrapper #block-user-login {
		top: 0;
	}
	.region-navbar-right #block-user-login ul li.first {
		border-radius: 5px;
		margin-top: 5px;
	}
	.region-navbar-right #block-user-login ul li.first a {
		padding: 10px 23px;
		color: #B4AFA9;
	}
}
@media screen and (min-width: 769px) {
	body.sml-open nav.slide-menu-left, body.pml-open nav.push-menu-left {
		left: -300px !important;
	}
	body.pml-open #page {
		left: 0 !important;
	}
	body.pml-open #page nav#nav-search {
		left: 50% !important;
	}
}