/*
 Theme Name: Badgers Oak Vets 2017
 Theme URI: https://drucifixion.com
 Author: Drucifer
 Author URI: https://drucifixion.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
body.badgers .main-navigation a svg.icon, body.badgers .main-navigation button.dropdown-toggle {
  display: none; }
body.badgers .main-navigation ul ul {
  display: block; }

.navigation-top {
  background: rgba(2, 101, 81, 0.8);
  font-size: 1.1em;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.5); }
  .navigation-top ul.menu {
    text-align: center; }
  .navigation-top a .fab {
    font-size: 110%;
    vertical-align: middle; }

.navigation-holder {
  left: 0;
  right: 0;
  display: nonex; }

.navigation-top.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(2, 101, 81, 0.9);
  font-size: 1em; }

.navigation-top .wrap {
  padding: 0; }

body.badgers .navigation-top a {
  color: #358474;
  font-weight: 300;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0); }
body.badgers .navigation-top .current-menu-item > a,
body.badgers .navigation-top .current_page_item > a,
body.badgers .navigation-top .current-page-ancestor > a,
body.badgers .navigation-top .current_page_parent > a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.main-navigation {
  clear: both;
  display: block; }

.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left; }

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none; }

.main-navigation > div > ul {
  border-top: 1px solid #eee;
  padding: 0.75em 1.695em; }

.js .main-navigation.toggled-on > div > ul {
  display: block; }

.main-navigation ul ul {
  padding: 0 0 0 1.5em; }

.main-navigation ul ul.toggled-on {
  display: block; }

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none; }

.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative; }

.main-navigation li li,
.main-navigation li:last-child {
  border: 0; }

.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none; }

.main-navigation a:hover {
  color: #ffffff; }

/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: none;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1;
  margin: 1px auto 2px;
  padding: 4px;
  text-shadow: none;
  cursor: pointer;
  width: 100%; }

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: block; }

.main-navigation.toggled-on ul.nav-menu {
  display: block; }

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.menu-toggle:focus {
  outline: thin solid; }

.menu-toggle .icon {
  margin: -6px 0.5em 0 0;
  top: -4px;
  height: 22px;
  width: 25px;
  vertical-align: middle;
  fill: #ffffff; }

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none; }

.toggled-on .menu-toggle .icon-close {
  display: inline-block; }

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent; }

.dropdown-toggle:focus {
  outline: thin dotted; }

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg); }

/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none; }

@media screen and (min-width: 1024px) {
  /* Navigation */
  /*
  	.navigation-top {
  		bottom: 0;
  		font-size: 14px;
  		font-size: 0.875rem;
  		left: 0;
  		position: absolute;
  		right: 0;
  		width: 100%;
  		z-index: 3;
  	}
  
  	.navigation-top .wrap {
  		max-width: 1000px;
  		padding: 0.75em 3.4166666666667em;
  	}
  
  	.navigation-top nav {
  		margin-left: -1.25em;
  	}
  /*
  	
  	.site-navigation-fixed.navigation-top {
  		bottom: auto;
  		position: fixed;
  		left: 0;
  		right: 0;
  		top: 0;
  		width: 100%;
  		z-index: 7;
  	}
  
  	.admin-bar .site-navigation-fixed.navigation-top {
  		top: 32px;
  	}
  	*/
  /* Main Navigation */
  .js .menu-toggle,
  .js .dropdown-toggle {
    display: none; }

  .main-navigation {
    width: auto; }

  .js .main-navigation ul,
  .js .main-navigation ul ul,
  .js .main-navigation > div > ul {
    display: block; }

  .main-navigation ul {
    background: transparent;
    padding: 0; }

  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0; }

  .main-navigation li {
    border: 0;
    display: inline-block; }

  .main-navigation li li {
    display: block; }

  body.badgers .main-navigation {
    padding: 0.3em 0; }
    body.badgers .main-navigation li a {
      padding: 0.2em 0.4em;
      color: #ffffff; }
    body.badgers .main-navigation li a:hover {
      text-shadow: 0px 0px 6px white;
      border-top: 1px solid white;
      border-bottom: 1px solid white; }
    body.badgers .main-navigation li.menu-item-has-children > a {
      padding-right: 1.2em; }
    body.badgers .main-navigation li.menu-item-has-children > a:after {
      margin-top: 5px;
      color: #ffffff;
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f107';
      margin-left: 0.2em;
      margin-right: 0.3em; }

  body.badgers .main-navigation svg.icon {
    display: none; }

  body.badgers .main-navigation ul ul {
    background: rgba(2, 101, 81, 0.8);
    border: 1px solid #ffffff;
    border-radius: 0px;
    left: -999em;
    margin-left: -12px;
    margin-top: -1px;
    padding: 3px;
    position: absolute;
    top: 100%;
    z-index: 99999;
    max-width: 200px; }
    body.badgers .main-navigation ul ul li {
      border-bottom: 1px solid #ffffff;
      padding: 1em 0;
      margin-bottom: 2px; }
      body.badgers .main-navigation ul ul li a {
        border: none;
        color: #ffffff;
        padding: 0.2em 0.3em;
        box-sizing: border-box;
        font-size: 16px;
        max-width: 100%; }
      body.badgers .main-navigation ul ul li a:hover {
        border: none;
        background: #026551; }
      body.badgers .main-navigation ul ul li a:after {
        content: ''; }
      body.badgers .main-navigation ul ul li a:hover:after {
        color: #358474;
        line-height: 0em; }
    body.badgers .main-navigation ul ul > li:last-of-type {
      border-bottom: none; }

  .main-navigation ul ul {
    background: #fff;
    border: 1px solid #bbb;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999; }

  /*
  	.main-navigation ul li.menu-item-has-children:before,
  	.main-navigation ul li.menu-item-has-children:after,
  	.main-navigation ul li.page_item_has_children:before,
  	.main-navigation ul li.page_item_has_children:after {
  		border-style: solid;
  		border-width: 0 6px 6px;
  		content: "";
  		display: none;
  		height: 0;
  		position: absolute;
  		right: 1em;
  		bottom: -1px;
  		width: 0;
  		z-index: 100000;
  	}
  */
  .main-navigation ul li.menu-item-has-children.focus:before,
  .main-navigation ul li.menu-item-has-children:hover:before,
  .main-navigation ul li.menu-item-has-children.focus:after,
  .main-navigation ul li.menu-item-has-children:hover:after,
  .main-navigation ul li.page_item_has_children.focus:before,
  .main-navigation ul li.page_item_has_children:hover:before,
  .main-navigation ul li.page_item_has_children.focus:after,
  .main-navigation ul li.page_item_has_children:hover:after {
    display: block; }

  .main-navigation ul li.menu-item-has-children:before,
  .main-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #bbb;
    bottom: 0; }

  .main-navigation ul li.menu-item-has-children:after,
  .main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #fff; }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto; }

  .main-navigation ul ul a {
    padding: 0.75em 1.25em;
    width: 16em; }

  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }

  .main-navigation li li:hover,
  .main-navigation li li.focus {
    background: #767676; }

  .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }

  .main-navigation li li.focus > a,
  .main-navigation li li:focus > a,
  .main-navigation li li:hover > a,
  .main-navigation li li a:hover,
  .main-navigation li li a:focus,
  .main-navigation li li.current_page_item a:hover,
  .main-navigation li li.current-menu-item a:hover,
  .main-navigation li li.current_page_item a:focus,
  .main-navigation li li.current-menu-item a:focus {
    color: #fff; }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0.5em;
    right: auto; }

  .main-navigation .menu-item-has-children > a > .icon,
  .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px; }

  .main-navigation ul ul .menu-item-has-children > a > .icon,
  .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg); }

  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0; }

  .main-navigation ul ul li.menu-item-has-children.focus:before,
  .main-navigation ul ul li.menu-item-has-children:hover:before,
  .main-navigation ul ul li.menu-item-has-children.focus:after,
  .main-navigation ul ul li.menu-item-has-children:hover:after,
  .main-navigation ul ul li.page_item_has_children.focus:before,
  .main-navigation ul ul li.page_item_has_children:hover:before,
  .main-navigation ul ul li.page_item_has_children.focus:after,
  .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none; }

  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none; }

  /* Scroll down arrow */
  .site-header .menu-scroll-down {
    /* display: block; */
    padding: 1em;
    position: absolute;
    right: 0; }

  .site-header .menu-scroll-down .icon {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg); }

  .site-header .menu-scroll-down {
    color: #fff;
    top: 2em; }

  .site-header .navigation-top .menu-scroll-down {
    color: #767676;
    top: 0.7em; }

  .menu-scroll-down:focus {
    outline: thin dotted; }

  .menu-scroll-down .icon {
    height: 18px;
    width: 18px; } }
/* Scss Document */
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

body.badgers {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300; }
  body.badgers a {
    color: #358474;
    text-decoration: none; }
  body.badgers .trans, body.badgers .trans *, body.badgers .trans .wrap ul, body.badgers a, body.badgers a *, body.badgers a:link, body.badgers body, body.badgers .wrap, body.badgers .dx-header-slideshow, body.badgers .home-slide-pseudo {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.badgers .wrap {
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box; }
  body.badgers .clear {
    display: block;
    height: 0;
    padding: 0;
    margin: 0;
    clear: both;
    overflow: hidden; }
  body.badgers .dx-header-slideshow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 800px; }
    body.badgers .dx-header-slideshow .home-slide {
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      position: absolute;
      display: none;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    body.badgers .dx-header-slideshow .home-slide:first-of-type {
      display: block; }
  body.badgers h1, body.badgers h2, body.badgers h3, body.badgers h4, body.badgers h5 {
    font-weight: 300; }
  body.badgers .home-slide-pseudo {
    height: 550px; }
  body.badgers header#masthead {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px; }
    body.badgers header#masthead .header-branding {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 1em 0; }
      body.badgers header#masthead .header-branding .left {
        float: left; }
        body.badgers header#masthead .header-branding .left h2 {
          margin: 0;
          font-weight: normal;
          font-size: 3em;
          line-height: 1em;
          font-weight: 300; }
        body.badgers header#masthead .header-branding .left h3 {
          font-size: 1.9em;
          margin: 0;
          font-weight: 300; }
      body.badgers header#masthead .header-branding .mid {
        float: left; }
        body.badgers header#masthead .header-branding .mid .logo img {
          height: 90px;
          width: auto;
          margin-left: 0.5em; }
      body.badgers header#masthead .header-branding .right {
        float: right;
        text-align: center;
        font-size: 1.5em;
        font-weight: 700; }
        body.badgers header#masthead .header-branding .right .fa-wrapper {
          color: #358474;
          font-size: 2em;
          display: block; }
  body.badgers #site-content-wrapper {
    z-index: 5;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70&0.6+0,1+70 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, white 200px);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, white 200px);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, white 200px);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    margin-bottom: 3em;
    min-height: 600px; }
  body.badgers #site-content-wrapper.no-image {
    margin-top: 230px; }
  body.badgers footer#colophon {
    background-color: #358474; }
    body.badgers footer#colophon .wrap {
      padding: 3em 0em;
      color: #ffffff; }
      body.badgers footer#colophon .wrap a {
        color: #ffffff;
        font-weight: 400; }
      body.badgers footer#colophon .wrap .right {
        margin-top: 1em;
        font-size: 80%; }
  body.badgers #primary {
    width: 66%;
    float: left;
    margin-bottom: 1em; }
    body.badgers #primary .entry-meta, body.badgers #primary nav.post-navigation {
      display: none; }
    body.badgers #primary iframe[src*='vimeo.com'],
    body.badgers #primary iframe[src*='youtube.com'] {
      width: 100%;
      height: 100px; }
  body.badgers #secondary {
    width: 30%;
    float: right; }
    body.badgers #secondary section.widget {
      background: #358474;
      color: #ffffff;
      padding: 1em;
      margin-bottom: 2em;
      font-size: 1.15em; }
      body.badgers #secondary section.widget h2 {
        font-weight: 300;
        border-bottom: 1px solid #ffffff;
        margin: 0;
        padding-bottom: 0.5em; }
      body.badgers #secondary section.widget h2:after {
        font-family: "Font Awesome 5 Free";
        float: right;
        font-size: 1.5em; }
      body.badgers #secondary section.widget h3 {
        font-size: 2em;
        font-weight: 400;
        margin: 0; }
      body.badgers #secondary section.widget ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        body.badgers #secondary section.widget ul li {
          margin: 0.5em 0;
          padding: 0; }
          body.badgers #secondary section.widget ul li a {
            color: #ffffff;
            display: block;
            background-color: rgba(255, 255, 255, 0.1);
            padding: 2px 4px; }
          body.badgers #secondary section.widget ul li a:before {
            font-family: "Font Awesome 5 Free";
            content: '\f105';
            margin-left: 0.2em;
            margin-right: 0.3em;
            font-weight: 900; }
          body.badgers #secondary section.widget ul li a:hover, body.badgers #secondary section.widget ul li a.active:hover {
            background-color: #ffffff;
            color: #358474; }
          body.badgers #secondary section.widget ul li a.active {
            background-color: rgba(255, 255, 255, 0.3); }
    body.badgers #secondary section.widget.widget_media_image {
      padding: 0; }
      body.badgers #secondary section.widget.widget_media_image img {
        display: block; }
    body.badgers #secondary section.widget#custom_html-2 h2:after,
    body.badgers #secondary section.widget#custom_html-5 h2:after,
    body.badgers #secondary section.widget#custom_html-6 h2:after {
      content: '\f017'; }
    body.badgers #secondary section.widget#custom_html-3 h2:after {
      content: '\f0f9';
      font-weight: 900; }
    body.badgers #secondary section.widget#text-2 h2:after {
      content: '\f022'; }
    body.badgers #secondary section.widget.widget_recent_entries h2:after {
      content: '\f073'; }
    body.badgers #secondary section.widget#custom_html-7 h2:after,
    body.badgers #secondary section.widget#custom_html-8 h2:after,
    body.badgers #secondary section.widget#custom_html-9 h2:after {
      content: '\f0e0'; }
    body.badgers #secondary section.widget#custom_html-7 #mc_subheader, body.badgers #secondary section.widget#custom_html-7 .indicates-required,
    body.badgers #secondary section.widget#custom_html-8 #mc_subheader,
    body.badgers #secondary section.widget#custom_html-8 .indicates-required,
    body.badgers #secondary section.widget#custom_html-9 #mc_subheader,
    body.badgers #secondary section.widget#custom_html-9 .indicates-required {
      font-size: 80%; }
    body.badgers #secondary section.widget#custom_html-7 label,
    body.badgers #secondary section.widget#custom_html-8 label,
    body.badgers #secondary section.widget#custom_html-9 label {
      font-size: 80%;
      display: block;
      margin: 8px 0px 3px 0px; }
    body.badgers #secondary section.widget#custom_html-7 input,
    body.badgers #secondary section.widget#custom_html-8 input,
    body.badgers #secondary section.widget#custom_html-9 input {
      display: block;
      clear: both;
      padding: 8px 12px;
      width: 100%;
      box-sizing: border-box; }
    body.badgers #secondary section.widget#custom_html-7 button, body.badgers #secondary section.widget#custom_html-7 input[type="submit"],
    body.badgers #secondary section.widget#custom_html-8 button,
    body.badgers #secondary section.widget#custom_html-8 input[type="submit"],
    body.badgers #secondary section.widget#custom_html-9 button,
    body.badgers #secondary section.widget#custom_html-9 input[type="submit"] {
      background-color: rgba(255, 255, 255, 0.6);
      border: none;
      width: 100%;
      box-sizing: border-box;
      color: #358474;
      padding: 8px 12px;
      margin-top: 12px;
      font-size: 120%;
      cursor: pointer; }
    body.badgers #secondary section.widget#custom_html-7 button:hover, body.badgers #secondary section.widget#custom_html-7 input[type="submit"]:hover,
    body.badgers #secondary section.widget#custom_html-8 button:hover,
    body.badgers #secondary section.widget#custom_html-8 input[type="submit"]:hover,
    body.badgers #secondary section.widget#custom_html-9 button:hover,
    body.badgers #secondary section.widget#custom_html-9 input[type="submit"]:hover {
      background-color: white; }
    body.badgers #secondary section.widget#custom_html-7 #mc_display_rewards, body.badgers #secondary section.widget#custom_html-7 #mc-indicates-required,
    body.badgers #secondary section.widget#custom_html-8 #mc_display_rewards,
    body.badgers #secondary section.widget#custom_html-8 #mc-indicates-required,
    body.badgers #secondary section.widget#custom_html-9 #mc_display_rewards,
    body.badgers #secondary section.widget#custom_html-9 #mc-indicates-required {
      font-size: 50%; }
    body.badgers #secondary section.widget#custom_html-7 a,
    body.badgers #secondary section.widget#custom_html-8 a,
    body.badgers #secondary section.widget#custom_html-9 a {
      color: #efefef; }
    body.badgers #secondary section.widget#custom_html-7 .yikes-easy-mc-success-message,
    body.badgers #secondary section.widget#custom_html-8 .yikes-easy-mc-success-message,
    body.badgers #secondary section.widget#custom_html-9 .yikes-easy-mc-success-message {
      display: block;
      background: white;
      padding: 0.5em;
      color: #358474; }
  body.badgers .entry-title, body.badgers .page-title {
    font-weight: 300;
    border-bottom: 1px solid #358474;
    font-size: 2.8em; }
  body.badgers hr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 16px solid rgba(53, 132, 116, 0.5);
    clear: both;
    margin: 1em 0; }
  body.badgers .homepage-tile {
    display: inline-block;
    width: 47.5%;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    background-color: #026551; }
    body.badgers .homepage-tile h2 {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      background: rgba(2, 101, 81, 0.8);
      font-weight: 300;
      border-bottom: 1px solid #ffffff;
      box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.5);
      margin: 0;
      text-align: center;
      color: #ffffff;
      padding: 0.3em; }
    body.badgers .homepage-tile img {
      width: 100%;
      height: auto;
      display: block; }
  body.badgers .homepage-tile:hover h2 {
    padding: 01em 0; }
  body.badgers .homepage-tile:hover img {
    opacity: 0.5; }
  body.badgers .homepage-tile:nth-child(even) {
    margin-left: 2%;
    margin-right: 0; }
  body.badgers article img.alignleft, body.badgers article div.team img {
    float: left;
    width: 25%;
    height: auto;
    margin-right: 1em;
    margin-bottom: 0.3em;
    border-top: 2px solid #358474;
    border-bottom: 2px solid #358474; }
  body.badgers article img.alignright {
    float: right;
    width: 25%;
    height: auto;
    margin-left: 1em;
    margin-bottom: 0.3em;
    border-top: 2px solid #358474;
    border-bottom: 2px solid #358474; }
  body.badgers article img.alignnone {
    max-width: 100%;
    height: auto;
    margin: 0.3em 0;
    border-top: 2px solid #358474;
    border-bottom: 2px solid #358474; }
  body.badgers article img {
    max-width: 100%;
    height: auto; }
  body.badgers article footer.entry-footer {
    display: none; }
  body.badgers .gallery-thumb {
    display: inline-block;
    width: 19%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 1%;
    box-shadow: none;
    border: 1px solid #358474;
    background-color: #358474; }
    body.badgers .gallery-thumb img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 1; }
  body.badgers .gallery-thumb:hover {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.5);
    border: 1px solid #ffffff; }
  body.badgers div.team hr {
    border-bottom-width: 2px; }
  body.badgers div.team > hr:last-of-type {
    display: none; }
  body.badgers blockquote {
    font-style: italic;
    background-color: rgba(2, 101, 81, 0.3);
    margin: 0 0 1em 0;
    padding: 0.5em 1em; }
  body.badgers input.search-field {
    width: 220px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 20px;
    padding-left: 10px; }
  body.badgers button.search-submit {
    width: 60px;
    height: 40px;
    vertical-align: top; }
    body.badgers button.search-submit svg {
      height: 30px;
      width: 30px; }

@media screen and (max-width: 1360px) {
  body.badgers {
    font-size: 16px; }
    body.badgers .wrap {
      width: 96%; }
    body.badgers .dx-header-slideshow {
      height: 700px; }
    body.badgers .home-slide-pseudo {
      height: 480px; }
    body.badgers header#masthead .header-branding .mid .logo img {
      height: 80px; } }
@media screen and (max-width: 1280px) {
  body.badgers {
    font-size: 14px; }
    body.badgers .wrap {
      width: 96%; }
    body.badgers .dx-header-slideshow {
      height: 600px; }
    body.badgers .home-slide-pseudo {
      height: 380px; }
    body.badgers header#masthead .header-branding .mid .logo img {
      height: 70px; }
    body.badgers #site-content-wrapper.no-image {
      margin-top: 200px; } }
@media screen and (max-width: 1024px) {
  body.badgers {
    font-size: 12px; }
    body.badgers .wrap {
      width: 96%; }
    body.badgers .dx-header-slideshow {
      height: 495px; }
    body.badgers .home-slide-pseudo {
      height: 350px; }
    body.badgers header#masthead .header-branding {
      padding: 0.6em 0; }
      body.badgers header#masthead .header-branding .left h2 {
        font-size: 2.5em; }
      body.badgers header#masthead .header-branding .left h3 {
        font-size: 1.6em; }
      body.badgers header#masthead .header-branding .mid {
        float: left; }
        body.badgers header#masthead .header-branding .mid .logo img {
          height: 55px;
          width: auto;
          margin-left: 1em; }
      body.badgers header#masthead .header-branding .right {
        font-size: 1.5em; }
        body.badgers header#masthead .header-branding .right .fa-wrapper {
          color: #358474;
          font-size: 1.4em; }
    body.badgers #site-content-wrapper {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, white 100px);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, white 100px);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, white 100px);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
    body.badgers #secondary section.widget {
      padding: 0.75em;
      margin-bottom: 2em;
      font-size: 1em; }
    body.badgers article .wrap, body.badgers #content .wrap {
      width: 100%; }
    body.badgers #site-content-wrapper.no-image {
      margin-top: 120px; }
    body.badgers ul#top-menu {
      font-size: 120%;
      height: 300px;
      margin-bottom: 20px;
      overflow-x: scroll; }
    body.badgers ul.sub-menu {
      text-align: center;
      font-size: 100%; }
    body.badgers .main-navigation li.menu-item-has-children > a {
      padding-right: 0em;
      padding-left: 0; }
    body.badgers .main-navigation ul ul {
      padding: 0; } }
@media screen and (max-width: 720px) {
  body.badgers header#masthead .header-branding {
    text-align: center; }
    body.badgers header#masthead .header-branding .left {
      float: none;
      display: inline-block; }
      body.badgers header#masthead .header-branding .left h2 {
        margin: 0;
        font-weight: normal;
        font-size: 3em;
        line-height: 1em;
        font-weight: 300; }
      body.badgers header#masthead .header-branding .left h3 {
        font-size: 1.9em;
        margin: 0;
        font-weight: 300; }
    body.badgers header#masthead .header-branding .mid {
      float: none;
      display: inline-block; }
      body.badgers header#masthead .header-branding .mid .logo img {
        display: none; }
    body.badgers header#masthead .header-branding .right {
      float: none;
      text-align: center;
      font-size: 1.5em;
      clear: both;
      width: 100%; }
      body.badgers header#masthead .header-branding .right .fa-wrapper {
        font-size: 0.8em;
        display: inline-block; }
  body.badgers .dx-header-slideshow {
    height: 450px; }
  body.badgers .home-slide-pseudo {
    height: 320px; }
  body.badgers #primary, body.badgers #secondary {
    width: 100%;
    float: none;
    clear: both; }
  body.badgers #site-content-wrapper.no-image {
    margin-top: 170px; }
  body.badgers .entry-content {
    font-size: 14px; }
  body.badgers .gallery-thumb {
    width: 24%; }
  body.badgers #secondary section.widget#custom_html-7 label,
  body.badgers #secondary section.widget#custom_html-8 label,
  body.badgers #secondary section.widget#custom_html-9 label,
  body.badgers #secondary section.widget#custom_html-9 .indicates-required {
    font-size: 100%; } }
@media screen and (max-width: 500px) {
  body.badgers header#masthead .header-branding {
    text-align: center; }
    body.badgers header#masthead .header-branding .left {
      float: none;
      display: inline-block; }
      body.badgers header#masthead .header-branding .left h2 {
        margin: 0;
        font-weight: normal;
        font-size: 1.8em;
        line-height: 1em;
        font-weight: 300; }
      body.badgers header#masthead .header-branding .left h3 {
        font-size: 1.2em;
        margin: 0;
        font-weight: 300; }
    body.badgers header#masthead .header-branding .mid {
      float: none;
      display: inline-block; }
      body.badgers header#masthead .header-branding .mid .logo img {
        display: none; }
    body.badgers header#masthead .header-branding .right {
      float: none;
      text-align: center;
      font-size: 1.5em;
      clear: both;
      width: 100%; }
      body.badgers header#masthead .header-branding .right .fa-wrapper {
        font-size: 0.8em;
        display: inline-block; }
  body.badgers .dx-header-slideshow {
    height: 370px; }
  body.badgers .home-slide-pseudo {
    height: 240px; }
  body.badgers #site-content-wrapper.no-image {
    margin-top: 130px; }
  body.badgers article img.alignleft, body.badgers article img.alignright, body.badgers article div.team img {
    float: none;
    clear: both;
    width: 100%;
    margin: 0.3em auto; }
  body.badgers .gallery-thumb {
    width: 32%; }
  body.badgers footer#colophon .wrap .right {
    display: block;
    width: 100%;
    float: none;
    font-size: 100%; } }
