@media (min-width: 980px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@media (min-width: 980px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
@media (min-width: 980px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 980px) {
  .navbar-header {
    float: left;
  }
}
@media (min-width: 980px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
@media (min-width: 980px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
@media (min-width: 980px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@media (min-width: 980px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 979px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 29px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 980px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
}
@media (min-width: 980px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* jvogt 767 */
@media (max-width: 979px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
/* jvogt 768 */
@media (min-width: 980px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 980px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* jvogt 768 */
@media (min-width: 980px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4b2e83;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4b2e83;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #4b2e83;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
@media (max-width: 979px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #35215d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #35215d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4b2e83;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #4b2e83;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
@media (max-width: 979px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
/* jvogt 767 */
@media (max-width: 979px) {
  .visible-xs-block {
    display: block !important;
  }
}
/* jvogt 767 */
@media (max-width: 979px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
/* jvogt 767 */
@media (max-width: 979px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
/* jvogt 768 */
@media (min-width: 980px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
/* jvogt 768 */
@media (min-width: 980px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
/* jvogt 768 */
@media (min-width: 980px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
/* jvogt 768 */
@media (min-width: 980px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
/* jvogt 767 */
@media (max-width: 979px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
/* jvogt 768 */
@media (min-width: 980px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 980px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  #uw-container #quicklinks {
    padding: 0 0 0 70px;
  }
}
@media only screen and (max-width: 979px) {
  #uw-container.open .uw-quicklinks button {
    color: black;
    background-position: -492px -317px;
  }
  #uw-container.open .uw-quicklinks button:after {
    background-position: -294px -52px;
    background-size: 880px;
  }
  .uw-thinstrip {
    padding: 0;
    height: 45px;
  }
  .uw-thinstrip .container {
    position: static;
  }
  .uw-thinstrip .uw-patch {
    width: 73px;
    height: 45px;
    top: 0;
    left: 0;
    background-size: 470px;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .uw-thinstrip .uw-patch:hover,
  .uw-thinstrip .uw-patch:focus {
    background-size: 470px;
  }
  .uw-thinstrip .uw-wordmark {
    width: 155px;
    height: 34px;
    background: url(assets/svg/uw-sprite.svg) no-repeat 0 -185px transparent;
    margin: 0;
    float: none;
    position: absolute;
    left: 78px;
    top: 4px;
    background-size: 397px;
  }
  .uw-thinstrip button.uw-quicklinks {
    background-position: -484px -247px;
    background-size: 900px;
    text-indent: -99999px;
    overflow: hidden;
    padding: 20px 9px 0 0;
    width: 50px;
    top: 0;
    right: 0;
    position: absolute;
  }
  .uw-thinstrip button.uw-quicklinks:after {
    background-position: -253px 4px;
    background-size: 780px;
    top: 11px;
    right: 9px;
  }
  .uw-thinstrip button.uw-search {
    top: 0;
    right: 36px;
    height: 47px;
    width: 47px;
    margin-right: 10px;
    border: none;
    overflow: hidden;
    position: absolute;
  }
  .uw-thinstrip button.uw-search:hover {
    background-color: transparent;
    border: none;
  }
  .uw-thinstrip button.uw-search svg {
    top: 14px;
    left: 14px;
  }
  .search-open .uw-thinstrip button.uw-search svg {
    top: -17px;
    left: 14px;
  }
}
/* jvogt 767 */
@media only screen and (max-width: 979px) {
  .uw-thinstrip ul.uw-thin-links li {
    display: none;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-search,
  .uw-thinstrip ul.uw-thin-links li.uw-quicklinks {
    display: block;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-quicklinks button:before {
    background: none;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-quicklinks div {
    display: none;
  }
}
/* jvogt 768 */
@media only screen and (min-width: 980px) and (max-width: 991px) {
  .uw-thinstrip {
    height: 140px;
  }
  .uw-thinstrip .uw-wordmark {
    z-index: 2;
  }
  .uw-thinstrip div.align-right {
    position: relative;
  }
  .uw-thinstrip div.align-right #search-quicklinks {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 233px;
  }
  .uw-thinstrip ul.uw-thin-links:before {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    content: "";
    background-color: #4b2e83;
  }
  .uw-thinstrip ul.uw-thin-links li a,
  .uw-thinstrip ul.uw-thin-links li button {
    font-size: 16px;
    padding: 10px 25px 10px 0;
    color: white;
  }
  .uw-thinstrip li {
    margin-top: 68px;
  }
  .uw-thinstrip li.uw-quicklinks {
    position: absolute;
    right: 0;
    top: -69px;
    margin: 0;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-search {
    position: absolute;
    right: 145px;
    top: -69px;
    margin: 0;
  }
}
@media only screen and (max-width: 979px) {
  #dawgdrops {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  nav#dawgdrops .btn-myuw a {
    font-size: 18px;
    text-transform: none;
    color: #FFF;
    font-weight: 800;
    position: absolute;
    top: 65px;
    right: 0;
    padding: 15px 20px 20px 100px;
    z-index: -1;
    overflow: hidden;
  }
  nav#dawgdrops .btn-myuw a:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 33px;
    left: 58px;
    top: 16px;
    background: url(assets/svg/person.svg) no-repeat 0 0;
  }
  nav#dawgdrops .btn-myuw a:hover {
    color: black;
  }
  nav#dawgdrops .btn-myuw a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    width: 450px;
    height: 60px;
    left: 33px;
    top: -1px;
    background-color: #85754d;
    -webkit-transform: skewX(-15deg) skewY(0);
    -o-transform: skewX(-15deg) skewY(0);
    transform: skewX(-15deg) skewY(0);
    -webkit-transform: skew(-15deg, 0);
    -ms-transform: skewX(-15deg) skewY(0);
    transform: skew(-15deg, 0);
    z-index: -1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (max-width: 979px) {
  .uw-hero-image {
    display: none;
  }
  .uw-hero-image.hero-mobile-image.hero-height,
  .uw-hero-image.hero-mobile-image.hero-height2 {
    height: 480px;
  }
  .uw-hero-image.hero-mobile-image.hero-height .mobile-image,
  .uw-hero-image.hero-mobile-image.hero-height2 .mobile-image {
    display: block;
    top: 0;
    left: 0;
    height: 480px;
    position: absolute;
    right: 0;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .uw-hero-image.hero-mobile-image.hero-height #hero-bg #hero-container h1.uw-site-title,
  .uw-hero-image.hero-mobile-image.hero-height2 #hero-bg #hero-container h1.uw-site-title,
  .uw-hero-image.hero-mobile-image.hero-height div.container h1.uw-site-title2,
  .uw-hero-image.hero-mobile-image.hero-height2 div.container h1.uw-site-title2 {
    padding-top: 40px;
  }
  .uw-hero-image.hero-mobile-image.hero-height #hero-bg #hero-container h1.uw-site-title:after,
  .uw-hero-image.hero-mobile-image.hero-height2 #hero-bg #hero-container h1.uw-site-title:after,
  .uw-hero-image.hero-mobile-image.hero-height div.container h1.uw-site-title2:after,
  .uw-hero-image.hero-mobile-image.hero-height2 div.container h1.uw-site-title2:after {
    background: none;
  }
  .uw-hero-image.hero-mobile-image.hero-height .container,
  .uw-hero-image.hero-mobile-image.hero-height2 .container {
    position: absolute;
    top: 0;
  }
  .uw-hero-image.hero-height {
    padding: 50px 20px 20px;
    display: block;
    height: auto;
  }
  .uw-hero-image.hero-height #hero-container h1 {
    font-size: 35px;
    padding: 0;
  }
  .uw-hero-image.hero-height #hero-container h1:after {
    background-size: 80%;
    -moz-background-size: 80%;
    -webkit-background-size: 80%;
    top: -60px;
    left: -270px;
  }
  .uw-hero-image.hero-height2 {
    padding: 5px;
    display: block;
    height: auto;
  }
  .uw-hero-image.hero-height2 .container #hashtag {
    font-size: 16px;
  }
  .uw-hero-image.hero-height2 .container #hashtag span {
    padding: 2px 5px 3px 18px;
  }
  .uw-hero-image.hero-height2 .container #hashtag.mask {
    min-height: auto;
  }
  .uw-hero-image.hero-height2 h1 {
    font-size: 35px;
    padding: 0;
  }
  .uw-hero-image.hero-height2 h1:after {
    background-size: 80%;
    -moz-background-size: 80%;
    -webkit-background-size: 80%;
    top: -60px;
    left: -270px;
  }
  .uw-hero-image.hero-blank {
    display: block;
  }
  .uw-hero-image.hero-blank .uw-site-title-blank {
    font-size: 30px;
    margin: 5px 0 20px 5px;
  }
  .udub-slant {
    margin: 10px 0 15px 0;
  }
  .udub-slant span {
    height: 8px;
    margin: 0 0 0 -145px;
  }
  .page-template-small-hero .uw-body .uw-site-title {
    visibility: hidden;
    height: 60px;
  }
  div.container.uw-body {
    padding-top: 0;
  }
  div.container.uw-body div.uw-site-title {
    margin-top: 0;
  }
  button.uw-mobile-menu-toggle {
    bottom: 10px;
  }
  div.hero-content.col-md-12.uw-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 979px) {
  .uw-breadcrumbs {
    float: none;
    padding: 0;
    margin: 0 0 0 -5px;
  }
  .uw-breadcrumbs li {
    float: left;
    display: initial;
  }
  .uw-breadcrumbs li a,
  .uw-breadcrumbs li span {
    padding: 0 25px 0 0;
  }
  .uw-breadcrumbs li:first-child a {
    background-position: -250px -3px;
    padding: 0;
  }
  .uw-breadcrumbs li:first-child:after {
    top: 8px;
  }
}
@media only screen and (max-width: 979px) {
  .uw-body {
    padding: 20px;
  }
  .uw-body .uw-site-title {
    color: #4b2e83;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    margin: -20px -20px 20px -20px;
    padding: 15px 15px 15px 20px;
    position: static;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .uw-body h1 {
    margin: 10px 80px 20px 0;
    font-size: 33px;
  }
  .uw-body p.date {
    margin-bottom: -15px;
  }
  .home .uw-body .uw-site-title {
    padding-right: 65px;
  }
}
/* jvogt 768 */
@media only screen and (min-width: 980px) {
  .uw-body .uw-site-title.long-title {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 980px) {
  .uw-body .uw-site-title {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  .uw-body-copy ul {
    overflow: hidden;
  }
}
@media only screen and (min-width: 980px) and (max-width: 991px) {
  #uwsearcharea .center-block {
    width: 750px;
  }
}
@media only screen and (max-width: 979px) {
  #uwsearcharea .uw-results {
    top: 126px;
  }
  .uw-search-bar-container {
    padding: 0px;
  }
  .uw-search-bar-container form {
    width: 100%;
  }
  .uw-search-bar-container .container.no-height {
    padding: 0px 10px;
  }
  .uw-search-bar-container .uw-search-wrapper {
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .uw-search-bar-container .uw-search-wrapper .search {
    position: absolute;
    right: 0;
    top: 0;
  }
  .uw-search-bar-container .uw-search-wrapper div.labels {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .uw-search-bar-container select {
    width: 100%;
    margin: 0 0 15px;
  }
  .uw-search-bar-container form {
    width: 100%;
    margin-bottom: 15px;
  }
  .uw-search-bar-container form input {
    border-radius: 0;
  }
  .uw-search-bar-container .uw-results h4 {
    padding: 15px 60px 15px 14px;
  }
  .uw-search-bar-container .uw-results .result {
    width: 100%;
  }
  body.search-open #uw-container {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 80);
    -moz-transform: matrix(1, 0, 0, 1, 0, 80);
    -ms-transform: matrix(1, 0, 0, 1, 0, 80);
    -o-transform: matrix(1, 0, 0, 1, 0, 80);
    transform: matrix(1, 0, 0, 1, 0, 80);
  }
}
@media only screen and (max-width: 980px) {
  #desktop-relative {
    display: none;
  }
  .uw-mobile-menu li {
    background-color: #eee;
    border-bottom: 1px solid #fff;
  }
  #mobile-relative ul.uw-mobile-menu .sub-menu li {
    /*background-color: #b7a57a;*/
    background-color: #fff;
  }
  #mobile-relative ul.uw-mobile-menu .sub-menu li a {
    padding-left: 45px;
  }
  .uw-mobile-menu .sub-menu .sub-menu li {
    background-color: #b7a57a;
  }
  #mobile-relative {
    display: block;
  }
  #mobile-relative button.uw-mobile-menu-toggle {
    display: block;
    position: relative;
    float: right;
    margin-top: -55px;
    margin-right: -10px;
    font-size: 14.16666667px;
    line-height: 1.43518333;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 800;
    text-align: center;
    width: 50px;
    height: 40px;
    text-transform: uppercase;
    color: #4b2e83;
    background: url(assets/svg/uw-sprite.svg) no-repeat -475px 20px transparent;
    background-size: 1200px;
    border: none;
    padding: 0 0 20px 0;
  }
  #mobile-relative button.uw-mobile-menu-toggle:before {
    content: "";
    position: absolute;
    right: 55px;
    top: -4px;
    width: 20px;
    height: 40px;
    background: url(assets/svg/uw-sprite.svg) no-repeat -600px 0 transparent;
  }
  #mobile-relative ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a:after {
    display: inline;
  }
  #mobile-relative.frontpage {
    margin-top: -10px;
    position: relative;
  }
  /*#mobile-relative.frontpage ul.uw-mobile-menu > div > ul li .menu-item-has-children a:after {
    background: none;
  }*/
  #mobile-relative.frontpage button.uw-mobile-menu-toggle {
    position: absolute;
    right: -20px;
    z-index: 10;
    margin: 0;
    top: -50px;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu {
    z-index: 1;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div {
    margin-top: 0px;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div ul li .current_page_parent {
    background-color: #909090;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul {
    margin: -10px -20px 0;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul .active-menu ul.sub-menu ul.sub-menu {
    display: none;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul .active-menu > ul.sub-menu {
    display: block;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul .active-menu.menu-item-has-children > a:after {
    background-position: -284px -25px;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul ul.sub-menu {
    display: none;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul ul.sub-menu li.current-menu-item a {
    background-color: #eee;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul ul.sub-menu a {
    background-color: white;
    color: #5F5F5F;
  }
  /**** TEMP ****/
  ul.uw-mobile-menu .sub-menu li {
    padding-left: 10px;
  }
  ul.uw-mobile-menu .sub-menu .sub-menu li {
    /*padding-left: 10px;*/
  }
  ul.uw-mobile-menu .sub-menu .menu-item-has-children li {
    background-color: #b7a57a;
  }
  /**** END TEMP ****/
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul .menu-item-has-children > a {
    position: relative;
    padding: 10px 10px 10px 45px;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div > ul .menu-item-has-children > a:focus {
    color: black;
  }
  #mobile-relative.frontpage #ts-mobile-menu.uw-mobile-menu > div > ul .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    width: 26px;
    height: 23px;
    background: url(assets/svg/uw-sprite.svg) -284px 0 no-repeat rgba(0, 0, 0, 0);
    opacity: .8;
    margin-top: 0;
  }
  #mobile-relative.frontpage.bighero {
    margin-top: 0px;
    background-color: white;
  }
  #mobile-relative.frontpage.bighero button.uw-mobile-menu-toggle {
    right: 0px;
    top: 12px;
  }
  #mobile-relative.frontpage.bighero ul.uw-mobile-menu {
    margin: 0;
  }
  #mobile-relative.frontpage.bighero #spacer {
    height: 58px;
    margin-bottom: 2px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  #mobile-relative:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .home #mobile-relative li a:hover,
  .home #mobile-relative li a:focus {
    border-bottom: 1px solid #eee;
  }
  .home #mobile-relative li:last-child a:hover,
  .home #mobile-relative li:last-child a:focus {
    border-bottom: none;
  }
}
@media only screen and (max-width: 980px) {
  #mobile-sidebar-links {
    margin: -45px 0 20px 0;
  }
  button#mobile-sidebar-menu {
    margin: 5px 0 15px;
    padding: 5px 5px 2px 10px;
    color: #85754d;
    background-color: #fff;
    border: 2px solid #85754d;
    cursor: pointer;
    width: 100%;
  }
  #mobile-sidebar-title {
    margin-left: 10px;
    margin-top: 0;
    display: inline;
    float: left;
    font-size: 16px;
    font-family: "Encode Sans Condensed", sans-serif;
  }
  #ham {
    width: 25px;
    height: 25px;
    position: relative;
    float: left;
    display: inline-block;
    margin: 4px 4px -2px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #ham span {
    display: inline;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #85754d;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #ham span:nth-child(1) {
    top: 0px;
  }
  #ham span:nth-child(2),
  #ham span:nth-child(3) {
    top: 7px;
  }
  #ham span:nth-child(4) {
    top: 14px;
  }
  #mobile-sidebar-menu.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
  }
  #mobile-sidebar-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mobile-sidebar-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #mobile-sidebar-menu.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
  }
}
@media only screen and (max-width: 979px) {
  .hero-content .uw-site-title {
    display: block;
  }
  #hero-container #hashtag {
    margin-top: -50px;
    font-size: 18px;
  }
  #hero-container #hashtag span {
    padding: 2px 5px 3px 18px;
  }
  #hero-container #hashtag span span big {
    font-size: 18px;
  }
  div.uw-hero-image.hero-height2 div.container #hashtag {
    font-size: 18px;
  }
  div.uw-hero-image.hero-height2 div.container #hashtag span span big {
    font-size: 18px;
  }
  div.uw-hero-image.hero-height2 div.container #hashtag.mask {
    position: relative;
  }
}
@media only screen and (max-width: 979px) {
  .uw-search-bar-container .uw-search-wrapper .search {
    position: relative;
  }
}
@media only screen and (max-width: 979px) {
  .uw-body .uw-site-title {
    padding-right: 75px;
  }
}
@media only screen and (max-width: 979px) {
  .uw-body .uw-site-title + p {
    display: none;
  }
}
/* jvogt 768 */
@media only screen and (min-width: 980px) {
  .front .uw-body > .row {
    margin-top: -30px;
    background-color: #fff;
  }
  .front .uw-body .uw-site-title {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  nav#mobile-relative button.uw-mobile-menu-toggle {
    margin-top: -55px;
    margin-right: 0;
  }
}
