@import url(bootstrap.min.css);
@import url(font-awesome.css);
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*START Helper Classes------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 100%;
  background: transparent; }
  .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: inherit;
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 100%;
    width: auto;
    z-index: 1; }

.no-margin {
  margin: 0px !important; }

.interior p.item__breed-tag {
  font-size: 13px; }

#petfinder_search_rescue_container #psr__grid.psr__row-fluid {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.p_sr-pagetop-arrow {
  display: none !important; }

/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: 'Source Sans Pro', sans-serif;
  background: #8bb325;
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 25px auto 0;
  max-width: 100%;
  min-width: 90px;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  transition: 0.4s !important;
  border-bottom: 3px solid #587312; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    text-decoration: none;
    color: #fff !important;
    background: #6a891c; }
a.btn-2 {
  font-family: 'Source Sans Pro', sans-serif;
  background: #1b469f;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 25px auto 0;
  max-width: 100%;
  min-width: 154px;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: 0.4s !important; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    text-decoration: none;
    background: #143373; }
a.btn-3 {
  font-family: 'Lato', sans-serif;
  background: #8bb325;
  color: #fff !important;
  display: inline-block;
  font-size: 15.49px;
  font-weight: 700;
  margin: 8px auto;
  max-width: 100%;
  min-width: 120px;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s !important;
  letter-spacing: -0.09em;
  border-radius: 5px;
  border-bottom: 3px solid #587312; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active {
    text-decoration: none;
    background: #6a891c; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
header.header {
  background: #1b469f;
  width: 100%;
  position: relative;
  z-index: 99;
  color: #5b5e64;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.75);
  /* &.fixed{
     position:fixed;
     top:-100%;
     left:0;
     width:100%;
     -webkit-animation: hanimation 0.5s forwards ease-out; // Chrome, Safari, Opera //
     animation: hanimation 0.5s forwards ease-out;
     a.btn-donate {
       bottom: -53px;
     }
     .top-right,.top-left {
       display: none;
       transition:0.4s;
     }
     .top-social {
       padding-bottom: 0;
       transition:0.4s;
     }
     section.navigation {
       padding: 0px;
     }
     img.logo {
       width: 243px;
       padding: 3px 0 0 0;
       transition: 0.4s;
     }   
       // Chrome, Safari, Opera /
     @-webkit-keyframes hanimation {
         0%   {top:-100%;}
         100% {top:0px;}
     }
     // Standard syntax /
     @keyframes hanimation {
         0%   {top:-100%;}
         100% {top:0px;}
     }
   }*/ }
  header.header .row {
    margin-right: -15px;
    margin-left: -15px; }
  header.header .textwidget {
    display: inline-block; }
  header.header .container {
    position: relative; }

.top-social {
  background: #1b469f;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.4s; }

header.header ul.social h3 {
  display: none; }

ul.social {
  padding: 10px 0 0 0;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  float: right; }
  ul.social li {
    display: inline-block;
    line-height: 1.2em;
    margin-left: 2px;
    margin-top: 7px;
    vertical-align: middle;
    /* border-left: 2px solid #3e65b3;
     border-right: 1px solid #16387c;*/ }
    ul.social li:last-child a::after {
      content: none; }
    ul.social li:last-child a::before {
      content: none; }
    ul.social li .meetup {
      width: 70px !important;
      height: 24px !important;
      background-image: url("../images/meetup.png");
      background-size: 50px 20px;
      background-repeat: no-repeat;
      background-position: center; }
    ul.social li a {
      vertical-align: middle;
      color: #fff;
      line-height: 1.2em;
      transition: 0.4s;
      display: block;
      width: 35px;
      height: 24px;
      position: relative; }
      ul.social li a::after {
        content: " ";
        width: 2px;
        height: 24px;
        background: #16387c;
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-right: -3px; }
      ul.social li a::before {
        content: " ";
        width: 1px;
        height: 24px;
        background: #3e65b3;
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-right: -4px; }
      ul.social li a i {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.nav-top {
  background: transparent;
  display: block;
  padding-right: 0px;
  padding-top: 0px;
  transition: 0.4s;
  text-align: right; }

ul.top-links {
  display: inline-block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 35px; }
  ul.top-links li {
    display: inline-block; }
    ul.top-links li ul li {
      display: block; }
      ul.top-links li ul li a::after {
        content: none; }
    ul.top-links li a {
      text-transform: uppercase;
      color: #5b5e64;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Source Sans Pro', sans-serif; }
      ul.top-links li a::after {
        content: "";
        background: #5b5e64;
        width: 2px;
        height: 10px;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle; }
    ul.top-links li:last-child a::after {
      content: none; }

img.logo {
  position: absolute;
  float: left;
  z-index: 33;
  width: 243px;
  transition: 0.4s;
  margin-top: 8px; }

.nav-right {
  float: right;
  width: 100%; }

.menu-login ul {
  display: block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  float: right;
  top: 0; }
  .menu-login ul li {
    display: inline-block; }
    .menu-login ul li ul li {
      display: block; }
      .menu-login ul li ul li a::after {
        content: none; }
    .menu-login ul li a {
      text-transform: uppercase;
      font-weight: 700;
      color: #5b5e64;
      font-size: 12px;
      font-family: 'Source Sans Pro', sans-serif; }
      .menu-login ul li a::after {
        content: "";
        background: #5b5e64;
        width: 2px;
        height: 10px;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle; }
    .menu-login ul li:last-child a::after {
      content: none; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
section.navigation {
  z-index: 10;
  width: 100%;
  background: #1b469f;
  padding: 0px 0 0px; }

.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: none; }

.navbar-default .navbar-brand {
  background: transparent;
  border-bottom: none;
  border-radius: 15px;
  float: left;
  width: 20%;
  position: relative;
  min-height: 110px;
  display: none; }
  .navbar-default .navbar-brand:hover {
    background: transparent; }
  .navbar-default .navbar-brand img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.8571rem;
  margin-top: 10px; }
  #navigation ul {
    padding: 0px;
    text-align: right;
    width: 100%;
    font-size: 0; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #navigation ul li#menu-item-1051 > a, #navigation ul li.open#menu-item-1051 > a {
        font-family: 'Lato', sans-serif;
        background: #8bb325;
        color: #fff !important;
        display: inline-block;
        font-size: 15.49px;
        font-weight: 700;
        margin: 8px 0px 8px 10px;
        max-width: 100%;
        min-width: 120px;
        padding: 8px 25px;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: 0.4s !important;
        border-radius: 5px;
        border-bottom: 3px solid #587312; }
        #navigation ul li#menu-item-1051 > a:hover, #navigation ul li#menu-item-1051 > a:focus, #navigation ul li#menu-item-1051 > a:active, #navigation ul li.open#menu-item-1051 > a:hover, #navigation ul li.open#menu-item-1051 > a:focus, #navigation ul li.open#menu-item-1051 > a:active {
          text-decoration: none;
          background: #6a891c; }
      #navigation ul li::after, #navigation ul li.open::after {
        content: none; }
      #navigation ul li:first-child ul li a, #navigation ul li.open:first-child ul li a {
        border-radius: 0; }
      #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
        content: none; }
      #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
        right: 0;
        left: unset;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
        #navigation ul li:last-child ul li a, #navigation ul li.open:last-child ul li a {
          border-radius: 0; }
        #navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
          right: auto;
          left: -100%; }
        #navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
          right: auto;
          left: -100%; }
      #navigation ul li.active a, #navigation ul li.open.active a {
        background: #1b469f;
        color: #fff;
        font-weight: 700; }
      #navigation ul li.active ul li::after, #navigation ul li.open.active ul li::after {
        content: none; }
      #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
        font-size: 14px;
        color: #fff;
        border-radius: 0px;
        margin-top: 0;
        font-weight: 400;
        background: #8bb325; }
        #navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
          background: #1b469f;
          color: #fff; }
        #navigation ul li.active ul li a::before, #navigation ul li.active ul li a::after, #navigation ul li.open.active ul li a::before, #navigation ul li.open.active ul li a::after {
          content: none !important; }
      #navigation ul li.active ul li:last-child ul, #navigation ul li.open.active ul li:last-child ul {
        left: 100%;
        top: 0px;
        right: auto; }
      #navigation ul li.active ul li ul li a, #navigation ul li.open.active ul li ul li a {
        border-top: 1px solid rgba(246, 133, 0, 0.5);
        background: #ff9d2a; }
        #navigation ul li.active ul li ul li a:hover, #navigation ul li.active ul li ul li a:focus, #navigation ul li.active ul li ul li a:active, #navigation ul li.open.active ul li ul li a:hover, #navigation ul li.open.active ul li ul li a:focus, #navigation ul li.open.active ul li ul li a:active {
          background: #c36900; }
      #navigation ul li a, #navigation ul li.open a {
        font-family: 'Source Sans Pro', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 400;
        padding: 15px 8px 21px;
        position: relative;
        text-align: center;
        text-transform: none;
        transition: 0s;
        white-space: normal; }
      #navigation ul li ul, #navigation ul li.open ul {
        text-align: center;
        min-height: 0;
        border: none;
        padding: 0;
        background: #8bb325; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block; }
          #navigation ul li ul li::after, #navigation ul li.open ul li::after {
            content: none; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            border-radius: 0;
            border-top: 1px solid rgba(99, 127, 28, 0.5);
            color: #fff;
            font-size: 14px;
            margin-top: 0;
            padding: 10px 15px; }
            #navigation ul li ul li a::before, #navigation ul li ul li a::after, #navigation ul li.open ul li a::before, #navigation ul li.open ul li a::after {
              content: none; }
            #navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a:active, #navigation ul li.open ul li a:hover, #navigation ul li.open ul li a:focus, #navigation ul li.open ul li a:active {
              background: #6a891c;
              border-radius: 0;
              color: #fff;
              margin-top: 0; }
          #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
            border-top: none;
            border-radius: 0; }
            #navigation ul li ul li:first-child a::after, #navigation ul li.open ul li:first-child a::after {
              content: none; }
          #navigation ul li ul li:last-child a, #navigation ul li.open ul li:last-child a {
            border-radius: 0; }
          #navigation ul li ul li:last-child ul, #navigation ul li.open ul li:last-child ul {
            left: 100%;
            top: 0px;
            right: auto; }
          #navigation ul li ul li ul li a, #navigation ul li.open ul li ul li a {
            background: #ff9d2a;
            border-bottom: 1px solid rgba(246, 133, 0, 0.5) !important;
            color: #fff;
            border-top: none;
            font-size: 14px;
            margin-top: 0;
            padding: 10px 15px; }
            #navigation ul li ul li ul li a:hover, #navigation ul li ul li ul li a:focus, #navigation ul li ul li ul li a:active, #navigation ul li.open ul li ul li a:hover, #navigation ul li.open ul li ul li a:focus, #navigation ul li.open ul li ul li a:active {
              background: #c36900; }

.dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0;
  box-shadow: none;
  display: block;
  display: none;
  left: 50%;
  opacity: 0;
  padding: 0px;
  position: absolute;
  transition: 0.7s; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none !important;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); }

.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transition: 0.7s; }
  .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    transition: 0.7s; }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-right {
    width: 80%; }

  .navbar-default .navbar-brand {
    width: 20%; }

  ul.top-links li a::after {
    margin: 0 5px; }

  #navigation ul li a, #navigation ul li.open a {
    padding: 15px 6px 21px;
    font-size: 14px; }

  .nav-right {
    width: 100%; }

  #navigation ul li.active a::after {
    bottom: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.top-links li a::after {
    margin: 0 5px; }

  ul.top-links li a {
    font-size: 10px; }

  #navigation ul li a, #navigation ul li.open a {
    padding: 15px 5px 15px;
    font-size: 15px;
    min-width: 50px; }

  #navigation a.btn-3 {
    font-family: 'Open Sans', sans-serif;
    background: #8bb325;
    color: #fff !important;
    display: inline-block;
    font-size: 9.49px;
    font-weight: 700;
    margin: 8px auto;
    max-width: 100%;
    min-width: 60px;
    padding: 8px 4px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s !important;
    letter-spacing: -0.09em;
    border-radius: 5px;
    border-bottom: 3px solid #587312; }

  .nav-right {
    width: 100%; }

  .navbar-default .navbar-brand {
    width: 20%; }
    .navbar-default .navbar-brand img {
      max-width: 100%; }

  img.logo {
    width: 16%;
    left: 17px;
    top: 13px; }

  #navigation ul li#menu-item-1051 > a, #navigation ul li#menu-item-1051.open > a {
    font-size: 13.49px;
    padding: 8px 15px;
    min-width: 100px; }

  header.header.fixed img.logo {
    margin-left: 12px;
    top: 0;
    width: 114px; }

  #navigation ul li.active a::after {
    bottom: 10px; }

  #navigation ul li#menu-item-1051 a[title="Donate"], #navigation ul li#menu-item-1051.open a[title="Donate"] {
    max-width: 100%;
    min-width: 90px; }

  header.header.fixed #navigation ul li a, header.header.fixed #navigation ul li.open a {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  header.header {
    position: relative; }
    header.header.fixed .top-right, header.header.fixed .top-left {
      display: none; }

  #navigation ul li:first-child a, #navigation ul li.open:first-child a {
    border-radius: 0; }

  #navigation {
    background: #8bb325;
    margin-top: 0px; }

  #navigation ul li a, #navigation ul li.open a {
    color: #fff;
    padding: 16px 5px;
    padding: 10px; }

  #navigation ul li#menu-item-1051 a[title="Donate"] {
    border-bottom: none;
    margin: 0;
    display: block;
    background: #a8d536;
    font-size: 21px;
    padding: 15px; }

  #navigation ul li.active a {
    background: #1b469f; }

  #navigation ul li.active a::after, #navigation ul li.open.active a::after {
    content: none; }

  .navbar-header {
    background: #fff;
    height: 80px; }

  .navbar-default .navbar-brand {
    width: 95px;
    min-height: 72px;
    position: absolute;
    z-index: 10;
    left: 15px;
    display: block; }
    .navbar-default .navbar-brand img {
      max-width: 200%;
      top: 55%;
      right: 72px;
      margin-left: 50px; }

  img.logo {
    display: none; }

  .nav-right {
    width: 100%;
    border-left: none; }

  .custom-links {
    text-align: center; }

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: #1b469f; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #048a44;
      border-color: #048a44; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #fff; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #1b469f; }

  .navbar-nav {
    margin: 0; }

  #navigation ul {
    text-align: center;
    padding: 0px; }

  #navigation ul li {
    display: block;
    border-bottom: 1px solid #2259cb; }

  #navigation ul li:last-child {
    margin-left: 0;
    border-bottom: none; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children .dropdown-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    left: auto;
    margin-top: -35px;
    padding: 12px 11px;
    position: absolute;
    right: 15px; }
    #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active {
      background: #fff;
      color: #8bb325; }

  #navigation ul li ul {
    max-height: unset;
    background: #1b469f;
    text-align: center; }
    #navigation ul li ul li {
      border-bottom: 1px solid #1b469f; }
      #navigation ul li ul li ul {
        background: #048a44; }

  #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
    right: 0px !important;
    left: 0 !important;
    top: 98% !important; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -33px;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #fff;
      color: #8bb325; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #1b469f;
    color: #1b469f;
    padding: 6px 13px 6px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #1b469f;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  #navigation ul {
    overflow: scroll;
    height: 260px;
    width: 100%; }
    #navigation ul ul {
      height: auto; }

  #navigation ul li, #navigation ul li.open {
    display: block; }

  #navigation ul li::after, #navigation ul li.open::after {
    content: none; }

  .navbar-collapse.in {
    overflow-y: unset; }

  .navbar-collapse a.btn-3 {
    font-family: 'Open Sans', sans-serif;
    background: #587312;
    color: #fff !important;
    display: block;
    margin: 0px auto;
    border-radius: 0px;
    border-bottom: 0px; }

  .top-left {
    display: block;
    text-align: center;
    float: none;
    margin: 0; }
    .top-left p {
      margin-bottom: 10px;
      margin-top: 10px;
      line-height: 1; }

  .top-right {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 0px; }

  .nav-right {
    margin-right: 0; }

  header.header::before {
    content: none; }

  .top-social {
    padding-bottom: 0px;
    text-align: center;
    display: none; }

  .dropdown-menu {
    position: relative; }

  section.navigation {
    padding: 5px 0 5px; }

  ul.top-links {
    display: block;
    padding: 0;
    text-align: center;
    margin: 10px auto !important; }

  .menu-login ul {
    margin: 0 auto;
    padding-right: 10px; }

  ul.social {
    display: block;
    float: none;
    text-align: center;
    margin: 0px auto 15px;
    width: 65%; } }
@media only screen and (max-width: 480px) {
  header.header {
    position: relative; }
    header.header.fixed ul.social {
      display: none; }
    header.header.fixed div.search {
      display: none; }

  .top-social .container {
    padding: 0px; }

  ul.social {
    display: block;
    float: none;
    text-align: center;
    margin: 0px auto 15px;
    width: 87%; }

  ul.top-links {
    display: block;
    padding: 0;
    text-align: center;
    margin: 7px auto !important;
    width: 100%; }

  ul.top-links li a {
    font-size: 11px; }

  ul.top-links li a::after {
    margin: 0 5px; }

  .custom-links {
    text-align: center; } }
@media only screen and (max-width: 320px) {
  ul.social {
    display: block;
    float: none;
    text-align: center;
    margin: 0px auto 15px;
    width: 70%; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
div.search {
  display: inline-block;
  padding-top: 0px;
  position: relative;
  margin-top: 15px;
  float: right;
  font-family: 'Source Sans Pro', sans-serif;
  margin-left: 10px; }
  div.search .screen-reader-text {
    display: none; }
  div.search #searchform {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    width: 250px; }
  div.search .fa-search {
    background: #fff;
    color: #61616e;
    border-left: 1px solid rgba(226, 226, 226, 0.4);
    border-right: 1px solid rgba(226, 226, 226, 0.4);
    cursor: pointer;
    font-size: 17px;
    height: 30px;
    left: auto;
    padding-right: 10px;
    padding-top: 8px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    z-index: 8;
    padding-left: 8px; }
    div.search .fa-search.s-hover {
      text-decoration: none;
      color: #8bb325;
      border-color: #5b5e64;
      background: #5b5e64;
      color: #fff; }
  div.search .fa-times {
    display: none;
    margin-right: 10px;
    color: #8bb325;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      display: none;
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: #f68500 !important;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 10px;
    height: 30px;
    padding: 0px 15px;
    position: relative;
    text-indent: 0px;
    text-transform: uppercase;
    transition: 0.4s;
    vertical-align: middle;
    z-index: 11;
    top: 0;
    display: inline-block;
    left: -4px;
    width: 75px; }
  div.search #s {
    height: 30px;
    border: none;
    border-right: none;
    background-image: url("../images/z.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #000;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: middle;
    width: calc(100% - 81px);
    margin: 0 !important; }

@media only screen and (max-width: 767px) {
  div.search {
    float: none;
    margin: 8px auto 0; } }
/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------*/
.translate {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 20px; }
  .translate h3 {
    display: none; }
  .translate .skiptranslate {
    font-size: 0;
    line-height: 0; }
    .translate .skiptranslate .goog-te-combo {
      font-size: 14px;
      line-height: 1em;
      color: #5b5e64;
      margin-top: -7px; }
    .translate .skiptranslate span {
      display: none; }
  .translate ul {
    padding: 0; }
    .translate ul li {
      display: inline-block; }
      .translate ul li a::before {
        content: none; }
  .translate #flags {
    display: none; }

/*END Google Translate Dropdown-List------------------------------------------*/
/*START Translate Fixed Bottom----------------------------------------*/
#glt-translate-trigger {
  background: #1b469f;
  background: -webkit-linear-gradient(#1b469f, rgba(27, 70, 159, 0.2));
  background: -o-linear-gradient(#1b469f, rgba(27, 70, 159, 0.2));
  background: -moz-linear-gradient(#1b469f, rgba(27, 70, 159, 0.2));
  background: linear-gradient(#1b469f, rgba(27, 70, 159, 0.2));
  font-family: lato-l;
  font-size: 1rem; }

/*END Translate Fixed Bottom----------------------------------------*/
/*START Font Resizer------------------------------------------*/
.font-resizer {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 105; }
  .font-resizer::after {
    content: "";
    display: inline-block;
    background: #e7e8ee;
    width: 1px;
    height: 35px;
    position: absolute;
    top: 2px;
    right: -5px;
    margin-left: 5px; }
  .font-resizer.active p {
    background: #8bb325;
    padding-top: 0px; }
  .font-resizer.active #controls {
    height: 80px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    padding-top: 3px; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #8bb325;
    width: 40px;
    z-index: 10;
    transition: 0.4s;
    margin-top: 5px; }
    .font-resizer #controls p {
      display: inline-block;
      vertical-align: middle;
      height: 25px; }
  .font-resizer #large, .font-resizer #small {
    background: #8bb325;
    color: #fff;
    width: 40px;
    display: block;
    position: relative;
    font-size: 22px;
    height: 40px;
    padding: 5px 0;
    z-index: 10;
    text-align: center; }
    .font-resizer #large:hover, .font-resizer #small:hover {
      background: #587312;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

@media only screen and (max-width: 480px) {
  .font-resizer::after {
    content: none; } }
/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative; }
  .slider-widget .slider-a .tp-bullet {
    background: #fff;
    border-radius: 50%; }
  .slider-widget .slider-a .ares {
    left: 87% !important; }
    .slider-widget .slider-a .ares .tp-bullet.selected {
      background: #8bb325 !important; }
  .slider-widget .slider-a img {
    max-width: 100%;
    position: relative; }
  .slider-widget .caption-a {
    position: absolute;
    text-align: left;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .slider-widget .caption-a h2 {
      color: #fff;
      font-size: 70px;
      font-weight: 900;
      line-height: 1em !important;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: -0.05em;
      text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.4); }
    .slider-widget .caption-a h3 {
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      margin-top: 0;
      margin-bottom: -4px !important;
      line-height: 1em !important; }
      .slider-widget .caption-a h3::after {
        content: none;
        background: #fff;
        height: 2px;
        width: 56px;
        position: absolute;
        right: -60px;
        bottom: 10px; }
      .slider-widget .caption-a h3::before {
        content: none;
        background: #fff;
        height: 2px;
        width: 56px;
        position: absolute;
        left: -60px;
        bottom: 10px; }
    .slider-widget .caption-a p {
      font-weight: 400;
      margin-top: 5px;
      text-transform: uppercase;
      font-size: 26px; }

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  .slider-widget .slider-a .ares {
    left: 100% !important; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .slider-widget .slider-a .ares {
    left: 100% !important; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-widget .slider-a .ares {
    left: 100% !important; }

  .slider-widget .caption-a h2 {
    font-size: 48px !important; }

  .slider-widget .caption-a h3 {
    font-size: 18px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .slider-a .ares {
    left: 100% !important; }

  .slider-widget .caption-a h2 {
    font-size: 37px !important; }

  .slider-widget .caption-a h3 {
    font-size: 14px !important; }

  .slider-widget .caption-a p {
    line-height: 1em !important; }

  .slider-widget .caption-a a {
    padding: 10px 5px !important;
    font-size: 16px !important;
    margin-top: 0px !important; } }
@media only screen and (max-width: 767px) {
  .slider-widget .slider-a .ares {
    left: 100% !important; }

  .slider-widget .caption-a p {
    font-size: 1.143rem !important;
    line-height: 1em !important; }

  .slider-widget .caption-a a {
    padding: 10px 5px !important;
    font-size: 16px !important;
    margin-top: 0px !important; } }
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a h2, .slider-widget .caption-a h2 span {
    font-size: 2rem !important;
    line-height: 25px !important; }

  .slider-widget .caption-a h3 {
    font-size: 1.3rem !important; }

  .slider-widget .caption-a a {
    padding: 10px 5px !important;
    font-size: 15px !important;
    margin-top: 0px !important; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget {
  background: #f0f1fc;
  padding: 15px 0 70px;
  /* #news-slider{
     .carousel-indicators{
       bottom:-70px;
       li{
         border:none;
         background: #fff;
         margin-left:3px;
         margin-right: 3px;
         &.active{
           background: $principal;
         }
       }
     }
     .carousel-control{
       opacity: 0;
     }
   }*/ }
  .news-widget .title-top h2 {
    text-transform: uppercase;
    text-align: center;
    color: #494d54;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 70px;
    font-family: 'Source Sans Pro', sans-serif; }
    .news-widget .title-top h2:after {
      content: "";
      background: #d0d0d0;
      width: 100%;
      position: relative;
      bottom: -25px;
      height: 1px;
      display: block;
      left: 0; }
  .news-widget .box {
    padding-bottom: 85px !important;
    background: #fff;
    border: 1px solid #d8d9e3;
    max-width: 260px;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 2px #e8e9f4;
    -moz-box-shadow: 0px 0px 2px 2px #e8e9f4;
    box-shadow: 0px 0px 2px 2px #e8e9f4; }
    .news-widget .box:hover, .news-widget .box:focus, .news-widget .box:active {
      background: #8bb325;
      text-decoration: none;
      color: #61616e !important; }
      .news-widget .box:hover .info-wrap h3, .news-widget .box:focus .info-wrap h3, .news-widget .box:active .info-wrap h3 {
        color: #61616e; }
      .news-widget .box:hover .info-wrap p, .news-widget .box:focus .info-wrap p, .news-widget .box:active .info-wrap p {
        color: #61616e; }
      .news-widget .box:hover .info-wrap time, .news-widget .box:focus .info-wrap time, .news-widget .box:active .info-wrap time {
        color: #61616e; }
    .news-widget .box .title-wrap {
      margin-bottom: 15px; }
    .news-widget .box .img-wrap {
      height: 140px; }
      .news-widget .box .img-wrap img {
        height: auto;
        width: 100%; }
    .news-widget .box .info-wrap {
      background: transparent;
      border-top: none;
      color: #5b5e64;
      padding: 30px 15px 20px;
      position: relative;
      text-align: center;
      text-align: left;
      z-index: 4; }
      .news-widget .box .info-wrap h3 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 23px;
        margin: 0;
        color: #494d54; }
      .news-widget .box .info-wrap p {
        font-size: 0.8571rem;
        margin-bottom: 20px;
        line-height: 1.8em; }
      .news-widget .box .info-wrap time {
        display: block;
        color: #5b5e64;
        font-size: 13px;
        font-weight: 700; }
    .news-widget .box .info-bottom {
      bottom: 15px;
      height: 45px;
      position: absolute;
      width: 100%; }
      .news-widget .box .info-bottom a.btn-2 {
        color: #61616e;
        font-weight: 700;
        margin-left: 15px;
        position: relative; }
        .news-widget .box .info-bottom a.btn-2:hover {
          color: #1b469f; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-widget .box .info-wrap h3 {
    font-size: 18px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-widget .box {
    margin: 10px auto; } }
@media only screen and (max-width: 767px) {
  .news-widget .box {
    margin: 10px auto; } }
/*END News------------------------------------------*/
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: none; }

.tribe-events-adv-list-widget .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0px 5%;
  padding: 0px;
  width: 90%; }

.tribe-mini-calendar-wrapper {
  background: #1b469f;
  color: #fff;
  padding: 0;
  font-family: lato-r;
  border-bottom: 6px solid #048a44; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    opacity: 1; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth span.tribe-mini-calendar-no-event {
    color: #5b5e64; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
    border: none;
    display: table-caption;
    padding: 0 0 10px 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
      background: transparent;
      border: none; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
      font-size: 24px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar th {
    background: #fff;
    border: none;
    font-size: 12px;
    text-transform: capitalize;
    padding: 20px 0px 15px;
    letter-spacing: 2px;
    color: #5b5e64; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-events-has-events:hover {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    color: #5b5e64;
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
    border: none;
    font-size: 13px;
    background: transparent;
    padding-top: 10px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a {
    position: relative;
    background: #fff;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 12px;
    margin: -8px auto 0;
    color: #5b5e64;
    font-size: 13px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:hover {
      background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-info h2 {
    text-align: left;
    padding: 0;
    margin: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
    content: none; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-today {
  background: transparent; }

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: transparent; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date {
  background: #1b469f; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #1b469f;
    color: #fff;
    border: solid 1px #5b5e64;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #5b5e64;
    color: #1b469f; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

/*END Calendar------------------------------------------*/
/*START Events--------------------------------------------------*/
.events-widget {
  background-size: cover !important;
  background: url("../images/bg-events.jpg") no-repeat;
  height: auto;
  padding: 80px 25px 80px; }
  .events-widget .col-md-4 {
    padding: 50px 0; }
    .events-widget .col-md-4 h2 {
      font-family: 'Source Sans Pro', sans-serif;
      color: #61616e;
      font-size: 33px;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      display: block;
      margin: 60px auto; }
  .events-widget .col-md-8 {
    padding: 50px 0; }
    .events-widget .col-md-8 .col-md-2 {
      vertical-align: middle; }
      .events-widget .col-md-8 .col-md-2 .day, .events-widget .col-md-8 .col-md-2 .date {
        font-family: 'Source Sans Pro', sans-serif;
        display: block;
        font-size: 2rem;
        height: 60px;
        line-height: 1.5em;
        text-align: center;
        text-transform: uppercase; }
      .events-widget .col-md-8 .col-md-2 .day {
        font-family: 'Lato', sans-serif;
        background: #587312;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        line-height: 2.2em;
        margin-top: 0px; }
      .events-widget .col-md-8 .col-md-2 .date {
        margin-bottom: 15px; }
      .events-widget .col-md-8 .col-md-2 .date, .events-widget .col-md-8 .col-md-2 .date a {
        font-family: 'Lato', sans-serif;
        background: #1b469f;
        color: #61616e;
        cursor: pointer;
        font-size: 40px;
        font-weight: 700; }
        .events-widget .col-md-8 .col-md-2 .date:hover, .events-widget .col-md-8 .col-md-2 .date a:hover {
          background: #8bb325;
          text-decoration: none; }
    .events-widget .col-md-8 .col-md-4 {
      padding: 0; }
      .events-widget .col-md-8 .col-md-4 h3 {
        font-family: 'Source Sans Pro', sans-serif;
        color: #61616e;
        font-size: 16px;
        margin: 0;
        font-weight: 700; }
      .events-widget .col-md-8 .col-md-4 time, .events-widget .col-md-8 .col-md-4 address {
        font-family: 'Source Sans Pro', sans-serif;
        color: #61616e;
        font-size: 13px;
        margin-bottom: 0; }
        .events-widget .col-md-8 .col-md-4 time strong, .events-widget .col-md-8 .col-md-4 address strong {
          font-family: 'Source Sans Pro', sans-serif;
          color: #61616e;
          font-weight: unset; }
      .events-widget .col-md-8 .col-md-4 hr {
        border-color: rgba(176, 176, 176, 0.8);
        margin: 10px 0 10px;
        width: 90%; }
      .events-widget .col-md-8 .col-md-4 p {
        color: #61616e;
        font-size: 12px;
        font-weight: 400; }
      .events-widget .col-md-8 .col-md-4 a {
        color: #c8bab6;
        font-size: 13px;
        text-transform: none; }
  .events-widget .carousel-indicators {
    bottom: -100px !important;
    left: 200px; }
    .events-widget .carousel-indicators ol.carousel-indicators {
      position: absolute;
      bottom: 0px; }
    .events-widget .carousel-indicators li {
      background: #fff !important;
      border: none;
      margin: 1px 3px; }
    .events-widget .carousel-indicators .active {
      background: #8bb325 !important; }
    .events-widget .carousel-indicators .carousel-inner .item {
      height: 100%;
      width: 100%; }
    .events-widget .carousel-indicators .carousel-inner > .active {
      height: 100% !important; }
    .events-widget .carousel-indicators .carousel-inner {
      height: 100%;
      width: 100%; }

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }
#tribe-events h1 {
  margin-bottom: 0; }
#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem;
  font-family: 'Source Sans Pro', sans-serif; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #1b469f; }
  #tribe-events a:hover {
    text-decoration: underline; }
#tribe-events dd.tribe-venue {
  text-transform: uppercase; }
#tribe-events .tribe-events-button, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #f68500;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #ff7800; }
#tribe-events .tribe-events-calendar thead th {
  background: #1b469f;
  border-color: #1b469f; }
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: #696969; }
#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ebe8e8; }
#tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #ebe8e8; }
#tribe-events .tribe-events-month-event-title a {
  color: #7b7b7b; }
#tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type="submit"], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #e37818; }
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important; }
  #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"], #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] a {
    background: #e37818; }
#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #8bb325; }
#tribe-events .tribe-events-sub-nav a {
  color: #5b5e64;
  font-weight: 300; }

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none; }

.single-tribe_events .tribe-events-venue-map {
  margin: 20px 0 2% 0px;
  width: 100%; }

.tribe-events-single-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  margin-top: 3px; }

#tribe-bar-form {
  background: #FFF;
  border: 1px solid #e4e4e4; }

#tribe-bar-collapse-toggle {
  background: #FFF; }

.tribe-events-list .tribe-events-event-cost span {
  font-weight: 400;
  color: #fff;
  background: #1b469f;
  border: none;
  padding: 10px 30px; }

.tribe-events-loop h2::after {
  content: none; }

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-widget {
    background-size: cover !important;
    background-position: center; }

  .events-widget .col-md-4 h2 {
    margin: 0; }

  .events-widget .col-md-4 {
    padding: 0; }

  .events-widget .col-md-8 {
    width: 90%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-widget {
    background-size: cover !important;
    background-position: center; }

  .events-widget .col-md-4 {
    padding: 0px; }

  .events-widget .col-md-4 h2 {
    text-align: center;
    margin: 0px auto; }

  .events-widget .col-md-4 h2::after {
    content: none; }

  .events-widget .col-md-8 .col-md-4 {
    padding: 10px 35px; }

  .events-widget .carousel-indicators {
    bottom: -100px !important;
    left: 50%; } }
@media only screen and (max-width: 767px) {
  .events-widget {
    background-size: cover !important;
    background-position: center;
    padding: 20px 0;
    min-height: 925px; }

  .events-widget .col-md-4 {
    padding: 10px; }

  .events-widget .col-md-4 h2 {
    text-align: center;
    margin: 60px auto 10px; }

  .events-widget .col-md-4 h2::after {
    content: none; }

  .events-widget .col-md-8 {
    padding: 0px 10%; }

  .events-widget .col-md-8 .col-md-4 {
    padding: 10px 35px; } }
@media only screen and (max-width: 480px) {
  .events-widget {
    padding: 15px 20px 14px; }

  .events-widget .col-md-4 {
    padding: 10px; }

  .events-widget .col-md-4 h2 {
    text-align: center; }

  .events-widget .col-md-4 h2::after {
    content: none; }

  .events-widget .col-md-8 {
    padding: 30px 10%; }

  .events-widget .col-md-8 .col-md-4 {
    padding: 10px 35px; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  text-align: left;
  padding: 0px 0px; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget h2 {
    color: #fff !important; }
    .sign-up-widget h2 i {
      margin-bottom: 10px !important; }
  .sign-up-widget p {
    color: #fff;
    font-size: 0.8571rem;
    padding: 0 8%;
    margin: 25px 0; }
  .sign-up-widget .gform_wrapper {
    width: 100%;
    overflow: inherit;
    margin: -6px 0 0;
    max-width: 100%; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none;
          width: 100%;
          display: inline-block;
          padding-right: 0px;
          margin-top: 6px; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield#field_2_2 {
            padding-right: 0px; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              background: transparent;
              border-radius: 0px;
              border: 1px solid #d6d6d6;
              height: 30px;
              width: 100%;
              color: #fff !important;
              padding: 0 !important;
              margin: 0 !important;
              font-size: 15px !important;
              text-shadow: none;
              text-align: center;
              margin-bottom: 0px;
              font-style: italic; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #fff  !important;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
                /* Firefox 19+ */
                color: #fff  !important;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
                /* IE 10+ */
                color: #fff  !important;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder {
                /* Firefox 18- */
                color: #fff  !important;
                opacity: 1; }
    .sign-up-widget .gform_wrapper .gform_footer {
      display: block;
      text-align: center;
      margin: 0 auto;
      padding: 10px 0; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        font-family: 'Source Sans Pro', sans-serif;
        background: #8bb325;
        border: 1px solid #8bb325;
        border-radius: 5px;
        color: #ffffff;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        margin: 0px auto 0;
        max-width: 100%;
        min-width: 100%;
        padding: 5px 30px;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        letter-spacing: -0.05em;
        transition: 0.4s !important;
        border-bottom: 3px solid #587312; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover, .sign-up-widget .gform_wrapper .gform_footer .gform_button:focus, .sign-up-widget .gform_wrapper .gform_footer .gform_button:active {
          text-decoration: none;
          color: #fff !important;
          background: #6a891c; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-widget .gform_wrapper {
    width: 70%;
    margin: 5px 15% 0px; }

  .sign-up-widget {
    text-align: center; }

  .sign-up-widget {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px; }

  .sign-up-widget .gform_wrapper .gform_body {
    width: 100%; }

  .sign-up-widget .gform_wrapper .gform_footer {
    margin: 5px 0;
    width: 100%; }

  .sign-up-widget {
    text-align: center; }

  .sign-up-widget {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  .sign-up-widget {
    padding: 0; }

  .sign-up-widget .gform_wrapper .gform_footer {
    width: 100%;
    margin: 0; }

  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px; } }
/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0; }
  .social-widget .social-title {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 0; }
    .social-widget .social-title li {
      display: inline-block; }
      .social-widget .social-title li a {
        color: #1b469f;
        font-size: 3rem; }
      .social-widget .social-title li:first-child:after {
        content: "|";
        display: inline-block;
        margin: -15px 15px 0;
        vertical-align: middle;
        line-height: 1em;
        color: #1b469f; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #1b469f;
    background: -webkit-linear-gradient(90deg, #1b469f 50%, #f36a05 50%);
    background: -o-linear-gradient(90deg, #1b469f 50%, #f36a05 50%);
    background: -moz-linear-gradient(90deg, #1b469f 50%, #f36a05 50%);
    background: linear-gradient(90deg, #1b469f 50%, #f36a05 50%);
    padding: 45px 15px; }
    .social-widget .bg-social h3 {
      display: none; }
    .social-widget .bg-social .twitter-timeline {
      width: 460px !important;
      max-width: 100% !important; }
    .social-widget .bg-social .col-md-6 {
      text-align: center;
      padding: 50px 0; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-widget .bg-social {
    background: #1b469f;
    background: -webkit-linear-gradient(180deg, #1b469f 50%, #f36a05 50%);
    background: -o-linear-gradient(180deg, #1b469f 50%, #f36a05 50%);
    background: -moz-linear-gradient(180deg, #1b469f 50%, #f36a05 50%);
    background: linear-gradient(180deg, #1b469f 50%, #f36a05 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #1b469f;
    background: -webkit-linear-gradient(180deg, #1b469f 50%, #f36a05 50%);
    background: -o-linear-gradient(180deg, #1b469f 50%, #f36a05 50%);
    background: -moz-linear-gradient(180deg, #1b469f 50%, #f36a05 50%);
    background: linear-gradient(180deg, #1b469f 50%, #f36a05 50%);
    padding: 45px 15px; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden;
      overflow-x: scroll; } }
/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial-widget {
  padding: 25px 0px 100px;
  text-align: center;
  background: #fff;
  background: url("../images/bg-testimonial.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 500px;
  min-height: 500px; }
  .testimonial-widget h2 {
    text-transform: uppercase;
    color: #61616e;
    font-size: 33px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    margin-bottom: 0; }
  .testimonial-widget #carousel-testimonial {
    padding: 0 4%; }
    .testimonial-widget #carousel-testimonial .carousel-inner::before {
      content: "";
      background: rgba(207, 207, 207, 0.2);
      height: 1px;
      width: 85%;
      top: 90px;
      position: absolute;
      display: block;
      left: 50px;
      z-index: 0; }
    .testimonial-widget #carousel-testimonial .carousel-inner .img-wrap {
      overflow: hidden;
      height: 125px;
      width: 125px;
      background: #ccc;
      border-radius: 50%;
      margin: 25px auto 20px;
      border: 3px solid #fff;
      float: none;
      z-index: 3; }
      .testimonial-widget #carousel-testimonial .carousel-inner .img-wrap img {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 150%;
        min-width: 100%;
        z-index: 3; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      font-size: 13px;
      color: #61616e;
      padding: 0 7%; }
      .testimonial-widget #carousel-testimonial .carousel-inner .quote p {
        margin-bottom: 20px;
        color: #61616e; }
      .testimonial-widget #carousel-testimonial .carousel-inner .quote a {
        color: #61616e; }
    .testimonial-widget #carousel-testimonial .carousel-indicators {
      bottom: -60px !important; }
      .testimonial-widget #carousel-testimonial .carousel-indicators ol.carousel-indicators {
        position: absolute;
        bottom: 0px; }
      .testimonial-widget #carousel-testimonial .carousel-indicators li {
        background: #61616e !important;
        border: none;
        margin: 0 3px; }
      .testimonial-widget #carousel-testimonial .carousel-indicators .active {
        background: #8bb325 !important; }
      .testimonial-widget #carousel-testimonial .carousel-indicators .carousel-inner .item {
        height: 100%;
        width: 100%; }
      .testimonial-widget #carousel-testimonial .carousel-indicators .carousel-inner > .active {
        height: 100% !important; }
      .testimonial-widget #carousel-testimonial .carousel-indicators .carousel-inner {
        height: 100%;
        width: 100%; }

/*END Testimonials------------------------------------------*/
@media only screen and (max-width: 767px) {
  .testimonial-widget #carousel-testimonial {
    padding: 0 10%; }

  .testimonial-widget #carousel-testimonial .carousel-inner::before {
    content: none; } }
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 25px 0px; }
  .sponsor-widget h2 {
    text-transform: uppercase;
    text-align: center;
    color: #494d54;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif; }
    .sponsor-widget h2:after {
      content: "";
      background: #d0d0d0;
      width: 100%;
      position: relative;
      bottom: -25px;
      height: 1px;
      display: block;
      left: 0; }
  .sponsor-widget #sponsors-slider .col-md-2 {
    padding: 0; }
  .sponsor-widget #sponsors-slider .carousel-control {
    width: 20px;
    opacity: 0; }
  .sponsor-widget #sponsors-slider .carousel-indicators {
    display: none; }
  .sponsor-widget #sponsors-slider .img-wrap {
    height: 120px;
    background: transparent;
    margin: 0; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      min-width: inherit;
      min-height: inherit;
      padding: 20px 5px; }

/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  text-align: left;
  position: relative;
  color: #ffffff;
  z-index: 6; }
  footer.footer .row {
    margin-right: -15px;
    margin-left: -15px; }
  footer.footer h3 {
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14.98px;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: -0.04em; }
  footer.footer p {
    font-size: 12.98px;
    font-family: 'Lato', sans-serif; }
  footer.footer a {
    font-size: 12.98px;
    color: #fff;
    font-family: 'Nunito', sans-serif; }
  footer.footer .arrow a {
    float: right;
    position: fixed;
    bottom: 81px;
    right: 32px;
    top: auto;
    display: none;
    z-index: 1; }
  footer.footer .top {
    padding: 45px 0 30px;
    background: #3b424e; }
    footer.footer .top #searchsubmit {
      height: 45px;
      right: 0px;
      text-indent: 99999999999999999999px;
      background-image: url("../images/zb.png") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      width: 25%;
      background-color: transparent !important; }
    footer.footer .top #s {
      background: transparent;
      height: 45px;
      width: 73%;
      margin-bottom: 25px;
      color: #fff;
      display: inline-block; }
    footer.footer .top div.search {
      border: 1px solid;
      float: left;
      margin-left: 0; }
    footer.footer .top div.search #searchform {
      width: 235px; }
    footer.footer .top div.search #searchsubmit {
      padding: 0px 0px;
      display: inline-block; }
    footer.footer .top .col-md-4::after {
      content: "";
      background: #6f7683;
      top: 20%;
      right: 14px;
      display: block;
      height: 132px;
      position: absolute;
      width: 1px; }
    footer.footer .top .top-left {
     /*&::after{
      content: "";     
      background: rgba(255,255,255,0.5);
      top: 20%;
      right: 35px;        
      display: block;
      height: 132px;
      position: absolute;
      width: 1px;
    }*/ }
      footer.footer .top .top-left .menu {
        padding: 0;
        font-family: 'Nunito', sans-serif; }
      footer.footer .top .top-left p {
        font-family: 'Lato', sans-serif;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        margin: 0px;
        padding-right: 20px;
        text-align: left;
        letter-spacing: -0.04em; }
      footer.footer .top .top-left span {
        font-family: 'Nunito', sans-serif;
        font-weight: 900;
        font-size: 13.98px;
        text-transform: uppercase; }
      footer.footer .top .top-left a {
        font-family: 'Nunito', sans-serif;
        color: #ffffff;
        letter-spacing: -0.04em; }
      footer.footer .top .top-left ul li {
        list-style: none;
        list-style: none;
        width: 50%;
        float: left;
        padding: 0 5px; }
      footer.footer .top .top-left #main_menu {
        padding-left: 0px; }
        footer.footer .top .top-left #main_menu a {
          font-size: 16px; }
    footer.footer .top .top-center {
      /*&::after{
         content: "";     
         background: rgba(255,255,255,0.5);
         top: 40px;
         right: 35px;        
         display: block;
         height: 132px;
         position: absolute;
         width: 1px;
       }*/ }
      footer.footer .top .top-center ul {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 600;
        list-style: none;
        padding: 0;
        text-align: left;
        text-decoration: none;
        text-transform: capitalize;
        letter-spacing: -0.04em; }
        footer.footer .top .top-center ul a {
          font-size: 16px;
          font-weight: 400;
          color: #ffffff;
          margin: 0 0 10px; }
        footer.footer .top .top-center ul li {
          margin: 0 0 5px; }
    footer.footer .top .top-center-right {
      font-family: 'Lato', sans-serif;
      /*&::after{
        content: "";     
        background: rgba(255,255,255,0.5);
        top: 40px;
        right: 35px;        
        display: block;
        height: 132px;
        position: absolute;
        width: 1px;
      }*/ }
      footer.footer .top .top-center-right a {
        font-family: 'Lato', sans-serif; }
      footer.footer .top .top-center-right span {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 12.98px;
        letter-spacing: 0.03em; }
      footer.footer .top .top-center-right ul.social {
        padding: 0;
        font-size: 16px;
        float: left;
        margin-top: 6px;
        margin-bottom: 3px;
        margin-right: 10px;
        text-align: left; }
        footer.footer .top .top-center-right ul.social li {
          display: inline-block;
          line-height: 1.2em;
          margin: 0 !important;
          font-size: 18px; }
          footer.footer .top .top-center-right ul.social li a {
            -webkit-border-radius: 50% !important;
            border-radius: 50% !important;
            border: 3px solid #fff;
            color: #fff;
            display: block;
            height: 32px;
            margin: 0 2px 10px !important;
            padding: 4px !important;
            text-align: center;
            width: 32px; }
            footer.footer .top .top-center-right ul.social li a:hover, footer.footer .top .top-center-right ul.social li a:focus, footer.footer .top .top-center-right ul.social li a:active {
              background: #8bb325;
              color: #fff; }
            footer.footer .top .top-center-right ul.social li a::before {
              content: none; }
            footer.footer .top .top-center-right ul.social li a .fa {
              color: #fff; }
          footer.footer .top .top-center-right ul.social li:first-child a::before {
            content: none; }
    footer.footer .top .top-right {
      font-family: 'Nunito', sans-serif;
      position: relative;
     /*&::after{
      content: "";     
      background: rgba(255,255,255,0.5);
      top: 40px;
      right: 15px;        
      display: block;
      height: 132px;
      position: absolute;
      width: 1px;
    }*/ }
      footer.footer .top .top-right ul.social {
        padding: 0;
        font-size: 16px;
        float: left;
        margin-top: 0px;
        margin-bottom: 3px;
        margin-right: 10px;
        text-align: left; }
        footer.footer .top .top-right ul.social li {
          display: inline-block;
          line-height: 1.2em;
          margin: 0 !important;
          font-size: 16px; }
          footer.footer .top .top-right ul.social li a {
            -webkit-border-radius: 50% !important;
            border-radius: 50% !important;
            color: #3b424e !important;
            display: block;
            height: 32px;
            margin: 0 2px 10px !important;
            padding: 4px !important;
            text-align: center;
            width: 32px;
            background-color: #d8d9dc;
            font-size: 18px; }
            footer.footer .top .top-right ul.social li a:hover, footer.footer .top .top-right ul.social li a:focus, footer.footer .top .top-right ul.social li a:active {
              background: #8bb325;
              color: #fff; }
              footer.footer .top .top-right ul.social li a:hover .fa, footer.footer .top .top-right ul.social li a:focus .fa, footer.footer .top .top-right ul.social li a:active .fa {
                color: #fff; }
            footer.footer .top .top-right ul.social li a::before {
              content: none; }
            footer.footer .top .top-right ul.social li a::after {
              content: none; }
            footer.footer .top .top-right ul.social li a .fa {
              color: #3b424e; }
          footer.footer .top .top-right ul.social li .meetup {
            width: 32px !important;
            height: 32px !important;
            background-image: url("../images/meetup2.png");
            background-size: 90%;
            background-repeat: no-repeat;
            background-position: center; }
            footer.footer .top .top-right ul.social li .meetup:hover {
              background: #8bb325 url("../images/meetup.png");
              background-size: 90%;
              background-repeat: no-repeat;
              background-position: center; }
          footer.footer .top .top-right ul.social li:first-child a::before {
            content: none; }
    footer.footer .top .ftright {
      position: relative;
      /*div.search{
          float: none;
          display: block;
          padding-top: 0px;
          margin-right: 0px;
          position: relative;
          margin-top: 15px;
          font-family: 'Open Sans', sans-serif;
          width: 100%;
          height: 45px;
          margin-left: 0px;
          border: 1px solid #ffffff;
        }
        div.search #s{
          background: transparent;
          height: 45px;
          width: 170px;
          margin-bottom: 25px;
          color: #fff;
        }
        div.search #searchsubmit{
          height: 45px;
          right: 0px;
          text-indent: 99999999999999999999px;
          background-image: url("../images/zb.png") !important;
          background-repeat: no-repeat !important;
          background-position: 10px center !important;
          width: 50px;
          background-color: transparent !important;
        }*/ }
      footer.footer .top .ftright .col-md-4 {
        padding: 0px 5px; }
      footer.footer .top .ftright .img-wrap {
        position: relative;
        overflow: hidden;
        z-index: 3;
        height: 50px;
        width: 100%;
        background: transparent; }
      footer.footer .top .ftright img {
        width: 90px;
        border-radius: 2px; }
  footer.footer .bottom {
    font-family: 'Lato', sans-serif;
    background: #3b424e;
    color: #ffffff;
    font-size: 11px;
    margin: 0;
    max-height: 50px;
    padding: 20px 0px 0;
    border-top: 1px solid #6f7683; }
    footer.footer .bottom .bottom-left {
      float: left; }
      footer.footer .bottom .bottom-left p {
        font-weight: 300; }
    footer.footer .bottom .bottom-right {
      float: right; }
      footer.footer .bottom .bottom-right p a {
        font-size: 11px;
        color: #fff;
        font-weight: 500; }

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  footer.footer .arrow a {
    right: 40; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  footer.footer .arrow a {
    right: 40; }

  footer.footer .top div.search #searchform {
    width: 100%; }

  footer.footer .top div.search {
    border: 1px solid;
    float: none;
    margin-left: 0;
    width: 90%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer.footer .arrow a {
    right: 40; }

  footer.footer .top .top-left::after {
    right: 16%; }

  footer.footer .top .top-center-right::after {
    right: 6%; }

  footer.footer .top div.search #searchform {
    width: 100%; }

  footer.footer .top div.search {
    border: 1px solid;
    float: none;
    margin-left: 0;
    width: 90%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer ul#menu-main-menu-1 li, footer.footer ul#menu-main-menu-1 li.open {
    margin-bottom: 0px; }

  footer.footer .arrow a {
    right: 0; }

  footer.footer .top {
    padding: 30px 0;
    text-align: center; }

  footer.footer .top .footer-logo img {
    margin: 0 auto;
    display: block; }

  footer.footer .top .top-right .search-footer {
    margin: 0 auto; }

  footer.footer .top h3 {
    padding: 20px 0px 10px;
    display: block;
    margin: 10px auto;
    text-align: center; }

  footer.footer .top .top-left p {
    text-align: center;
    padding: 0; }

  footer.footer .top .top-left {
    padding: 0; }

  footer.footer .top .top-center {
    padding: 0; }

  footer.footer .top .top-right {
    padding: 0; }

  footer.footer .top .top-center ul {
    text-align: center; }

  footer.footer .top .top-center li {
    margin-bottom: 5px; }

  footer.footer .top .top-right ul.social {
    text-align: center !important;
    margin: 0 auto !important;
    float: none !important;
    display: block; }

  footer.footer .bottom .bottom-left {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom {
    height: auto;
    max-height: unset; }

  footer.footer .top .top-left::after {
    content: none; }

  footer.footer .top .top-center::after {
    content: none; }

  footer.footer .top .top-center-right::after {
    content: none; }

  footer.footer .top .top-right::after {
    content: none; }

  footer.footer .top .ftright div.search {
    float: none !important;
    margin: 25px auto; }

  footer.footer .top .ftright img {
    height: auto;
    width: auto; }

  footer.footer .top {
    padding: 30px 0 110px; }

  footer.footer .top .ftright img {
    float: none; }

  footer.footer .top div.search {
    border: 1px solid;
    float: none;
    margin-left: 0; }

  footer.footer .top div.search #searchform {
    width: 196px; }

  footer.footer .top .col-md-4::after {
    display: none; }

  footer.footer .top .top-left ul li {
    width: 100%;
    float: none; } }
@media only screen and (max-width: 767px) {
  footer.footer ul#main_menu li, footer.footer ul#main_menu li.open {
    padding: 10px 0; }

  footer.footer ul#menu-main-menu-1 li, footer.footer ul#menu-main-menu-1 li.open {
    margin-bottom: 20px; }

  footer.footer .arrow a {
    right: 0; }

  footer.footer .top {
    padding: 30px 0; }

  footer.footer .top .footer-logo {
    margin: 10px auto;
    display: block;
    height: 90px; }

  footer.footer .top .top-right .search-footer {
    margin: 0 auto; }

  footer.footer .top h3 {
    padding: 20px 0px 10px;
    display: block;
    margin: 10px auto;
    text-align: center; }

  footer.footer .top .top-left p {
    text-align: center;
    padding: 0; }

  footer.footer .top .top-left {
    padding: 0; }

  footer.footer .top .top-center {
    padding: 0; }

  footer.footer .top .top-right {
    padding: 0; }

  footer.footer .top .top-center ul {
    text-align: center; }

  footer.footer .top .top-center li {
    margin-bottom: 5px; }

  footer.footer .top .top-right ul.social {
    text-align: center !important;
    margin: 0 auto !important;
    float: none !important;
    display: block; }

  footer.footer .bottom .bottom-left {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom {
    height: auto;
    max-height: unset; }

  footer.footer .bottom .bottom-left {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom {
    height: auto;
    max-height: unset; }

  footer.footer .top .top-left::after {
    content: none; }

  footer.footer .top .top-center::after {
    content: none; }

  footer.footer .top .top-center-right::after {
    content: none; }

  footer.footer .top .ftright div.search {
    float: none !important;
    margin: 25px auto; }

  footer.footer .top .ftright img {
    height: auto; }

  footer.footer .top .top-right::after {
    content: none; }

  footer.footer .top {
    padding: 30px 0 50px; }

  footer.footer .top .ftright img {
    float: none;
    margin: 0% 0%;
    width: 49%; }

  footer.footer p {
    text-align: center; }

  footer.footer .top div.search {
    float: none; }

  footer.footer .top .top-left ul li {
    width: 100%;
    float: none; }

  footer.footer .top .col-md-4::after {
    display: none; }

  footer.footer .top .ftright img {
    float: none;
    margin: 0% 0%;
    width: 25%; } }
@media only screen and (max-width: 480px) {
  footer.footer .arrow a {
    right: 0; }

  footer.footer .top .ftright div.search {
    margin: 25px 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  footer.footer .top .ftright div.search #s {
    width: calc(100% - 45px); } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 7px; }
    ul.breadcrumbs li strong {
      font-weight: 900;
      font-size: 0.8571rem;
      margin-bottom: 0;
      color: #f68500; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.7143rem;
        color: #5b5e64; }
    ul.breadcrumbs li a {
      color: #737373;
      font-size: 0.8571rem;
      font-weight: 900;
      text-decoration: none;
      margin-bottom: 0; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #1b469f; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: transparent;
  text-align: left;
  min-height: 350px;
  position: relative;
  overflow: hidden; }
  .interior-top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/interior-shadow.png") repeat-x;
    background-size: auto 100%;
    z-index: 2; }
  .interior-top .container {
    position: relative;
    z-index: 5; }
  .interior-top h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    font-size: 45px;
    line-height: 1.2em;
    margin-top: 100px;
    position: relative;
    text-align: center;
    text-transform: none;
    z-index: 2; }
    .interior-top h1:last-of-type {
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      position: relative;
      text-align: center;
      margin: 0 auto;
      width: 400px;
      max-width: 100%; }
      .interior-top h1:last-of-type::after {
        content: "";
        background: #fff;
        height: 2px;
        width: 56px;
        position: absolute;
        right: -60px;
        bottom: 10px; }
      .interior-top h1:last-of-type::before {
        content: "";
        background: #fff;
        height: 2px;
        width: 56px;
        position: absolute;
        left: -60px;
        bottom: 10px; }
  .interior-top img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  color: #5b5e64;
  font-size: 16px;
  font-family: 'Lato', sans-serif; }
  .interior .container {
    background: rgba(255, 255, 255, 0.95);
    margin-top: 0px;
    padding: 60px 35px 20px;
    position: relative;
    z-index: 5; }
  .interior img {
    max-width: 100%; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    color: #494d54;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
  .interior h5, .interior h6 {
    color: #494d54;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
  .interior h1 {
    font-size: 45px; }
  .interior h2 {
    font-size: 40px;
    margin-bottom: 65px;
    margin-top: -7px; }
  .interior h3 {
    font-size: 30px; }
  .interior h4 {
    font-size: 1.786rem; }
  .interior h5 {
    font-size: 1.429rem; }
  .interior h6 {
    font-size: 1.214rem; }
  .interior hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #bdbdbd; }
  .interior strong {
    font-family: 'Lato', sans-serif;
    color: #5b5e64;
    margin-bottom: 2em;
    font-weight: 400; }
  .interior p {
    font-family: 'Lato', sans-serif;
    margin-bottom: 2em;
    line-height: 1.5em;
    color: #5b5e64;
    font-size: 16px; }
  .interior blockquote {
    background: #f4f4f4;
    border-left: 8px solid #1b469f;
    color: #494d54;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 2em;
    margin-left: 5%;
    padding: 15px 20px;
    text-align: left;
    width: 90%;
    font-family: 'Lato', sans-serif; }
    .interior blockquote p {
      font-size: 18px; }
  .interior small {
    display: block; }
  .interior a {
    font-family: 'Lato', sans-serif;
    color: #1b469f;
    text-decoration: underline;
    transition: 0.3s;
    font-weight: 400; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul.list {
    padding: 0px;
    color: #5b5e64; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      padding-left: 20px;
      color: #5b5e64;
      list-style-type: none;
      line-height: 1.8em; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 9px;
        margin-left: -15px;
        border-left: 4px solid #8bb325;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: 6px;
        height: 6px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 35px; }
          .interior ul.list li ul li::before {
            border-left: 4px solid #8bb325; }
  .interior .table-responsive .table tr {
    text-align: center; }
    .interior .table-responsive .table tr th {
      text-align: center;
      background: #1b469f;
      color: #fff;
      padding: 10px 0; }
      .interior .table-responsive .table tr th:hover {
        background: #1b469f; }
    .interior .table-responsive .table tr:nth-child(even) td {
      background: #fff;
      padding: 10px 0; }
    .interior .table-responsive .table tr:nth-child(odd) td {
      background: #eee;
      padding: 10px 0; }
  .interior input, .interior textarea, .interior select {
    height: 35px;
    background: #dfe0e1 !important;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #61616e; }
    .interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .interior textarea {
    height: 100px;
    resize: none; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    visibility: hidden;
    position: absolute; }
  .interior .gfield_checkbox label::before {
    content: "";
    height: 15px;
    width: 15px;
    display: inline-block;
    background-image: url("../images/iconprint.png");
    margin-right: 10px; }
  .interior .gfield_checkbox input[type="checkbox"]:checked + label::before {
    background-image: url("../images/iconprinth.png"); }
  .interior .gfield_checkbox li {
    list-style-type: none; }
  .interior .gfield_radio label::before {
    content: "";
    height: 15px;
    width: 15px;
    display: inline-block;
    background-image: url("../images/iconprint.png");
    margin-right: 10px; }
  .interior .gfield_radio input[type="radio"]:checked + label::before {
    background-image: url("../images/iconprinth.png"); }
  .interior .gfield_radio li {
    list-style-type: none; }
  .interior input[type="submit"] {
    background: #1b469f;
    border-radius: 0;
    border: none;
    color: #fff;
    display: block;
    height: auto;
    margin-top: 25px;
    padding: 12px 40px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: 0.4s; }
    .interior input[type="submit"]:hover {
      background: #143373;
      text-decoration: none; }
  .interior button {
    background: #8bb325;
    color: #fff;
    padding: 8px 10px;
    border: none;
    transition: 0.3s; }
    .interior button:hover {
      background: #6a891c;
      color: #fff; }
  .interior .adoption-application {
    width: 100%;
    height: 3440px; }
  .interior .foster-application {
    width: 100%;
    height: 2960px; }
  .interior .tnr-application {
    width: 100%;
    height: 1800px; }
  .interior .tnr {
    width: 100%;
    height: 2560px; }
  .interior .volunteer-application {
    width: 100%;
    height: 1480px; }
  .interior .Spay {
    width: 100%;
    height: 1260px; }

.change-side {
  float: right; }

.arrow {
  position: relative; }
  .arrow a {
    position: absolute;
    right: 0;
    top: -29.5px; }

.img-wrap-2 {
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2; }
  .img-wrap-2 a {
    display: block;
    width: 100%;
    height: 300px;
    margin-top: -10px;
    text-align: center; }
    .img-wrap-2 a:hover, .img-wrap-2 a:focus, .img-wrap-2 a:active {
      background: rgba(24, 63, 143, 0.85);
      transition: 0.4s;
      text-decoration: none;
      z-index: 3; }
  .img-wrap-2 span {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
    bottom: -30px;
    background: #8bb325;
    width: 100%;
    padding: 15px 0; }
  .img-wrap-2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    max-width: 100%;
    max-height: inherit;
    min-height: 100%;
    height: auto;
    width: 100%;
    z-index: -1; }

.storycontent .col-xs-6 {
  width: 50%;
  margin: 25px 0; }

#petfinder_search_rescue_container .picture-item__glyph {
  position: relative !important; }

#petfinder_search_rescue_container .picture-item img {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  max-width: inherit !important;
  max-height: inherit !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.interior #petfinder_search_rescue_container .window-popup {
  overflow: auto !important;
  top: 120px !important;
  width: 100% !important;
  height: calc(100% - 120px) !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 1px;
  border-radius: 0px; }

#petfinder_search_rescue_container p.filter__label {
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: 700 !important; }

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  .interior #petfinder_search_rescue_container .window-popup {
    overflow: auto !important;
    top: 120px !important;
    width: 100% !important;
    height: calc(100% - 120px) !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 1px;
    border-radius: 0px; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .interior .adoption-application {
    width: 100%;
    height: 4012px; }

  .volunteer-application {
    width: 100%;
    height: 1480px; }

  #petfinder_search_rescue_container .window-popup {
    overflow: auto !important;
    top: 120px !important;
    width: 100% !important;
    height: calc(100% - 120px) !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 1px;
    border-radius: 0px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .interior .adoption-application {
    width: 100%;
    height: 4012px; }

  .volunteer-application {
    width: 100%;
    height: 1480px; }

  #petfinder_search_rescue_container .window-popup {
    overflow: auto !important;
    top: 120px !important;
    width: 100% !important;
    height: calc(100% - 120px) !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 1px;
    border-radius: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interior-top h1:last-of-type::before {
    content: none; }

  .interior-top h1:last-of-type::after {
    content: none; }

  .change-side {
    float: none; }

  #petfinder_search_rescue_container .picture-item__glyph {
    height: 70px !important; }

  .interior .adoption-application {
    width: 100%;
    height: 3521px; }

  #petfinder_search_rescue_container .window-popup {
    overflow: auto !important;
    top: 120px !important;
    width: 100% !important;
    height: calc(100% - 120px) !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 1px;
    border-radius: 0px; } }
@media only screen and (max-width: 767px) {
  .interior-top h1:last-of-type::before {
    content: none; }

  .interior-top h1:last-of-type::after {
    content: none; }

  .change-side {
    float: none; }

  .adoption-application {
    width: 100%;
    height: 4200px !important; }

  .foster-application {
    width: 100%;
    height: 3680px  !important; }

  .tnr-application {
    width: 100%;
    height: 1835px  !important; }

  .tnr {
    width: 100%;
    height: 2603px    !important; }

  .table-responsive {
    font-size: 14px !important; }

  #petfinder_search_rescue_container .picture-item {
    margin-top: 20px !important; }

  #petfinder_search_rescue_container .picture-item__glyph {
    height: 200px !important; }

  #petfinder_search_rescue_container .window-popup {
    overflow: auto !important;
    top: 120px !important;
    width: 100% !important;
    height: calc(100% - 120px) !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 1px;
    border-radius: 0px; }

  .storycontent .col-xs-6 {
    width: 100%;
    margin: 25px 0; }

  #gform_fields_1 #field_1_49 {
    display: block !important;
    width: 100%; }

  #gform_fields_1 #field_1_51 {
    display: block !important;
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .interior-top h1:last-of-type::before {
    content: none; }

  .interior-top h1:last-of-type::after {
    content: none; }

  .change-side {
    float: none; }

  .adoption-application {
    width: 100%;
    height: 4500px !important; }

  .foster-application {
    width: 100%;
    height: 4230px  !important; }

  .tnr-application {
    width: 100%;
    height: 1850px  !important; }

  .tnr {
    width: 100%;
    height: 2636px  !important; }

  .table-responsive {
    font-size: 12px !important; }

  #petfinder_search_rescue_container .picture-item {
    margin-top: 10px !important; }

  #petfinder_search_rescue_container .window-popup {
    overflow: auto !important;
    top: 120px !important;
    width: 100% !important;
    height: calc(100% - 120px) !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 1px;
    border-radius: 0px; } }
@media only screen and (max-width: 320px) {
  .storycontent .col-xs-6 {
    width: 100%;
    margin: 25px 0; }

  .interior #petfinder_search_rescue_container .window-popup {
    overflow: auto !important;
    top: 120px !important;
    width: 100% !important;
    height: calc(100% - 120px) !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 1px;
    border-radius: 0px; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar .inner-nav a {
  text-decoration: none; }
.sidebar .inner-nav ul {
  margin-bottom: 0;
  padding-left: 0; }
  .sidebar .inner-nav ul li {
    display: none;
    padding-left: 0px; }
    .sidebar .inner-nav ul li a {
      font-size: 25px;
      padding-bottom: 10px;
      padding-left: 10px;
      display: block;
      text-transform: uppercase;
      letter-spacing: -0.05em;
      color: #5b5e64;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 900; }
    .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
      display: block;
      border: solid 1px #fff;
      background: #f6f6f6;
      padding: 30px 15px;
      margin-bottom: 30px;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
      position: relative;
      font-family: 'Lato', sans-serif; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li {
        display: block;
        padding-left: 0px;
        box-shadow: none; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
          font-size: 14px;
          font-style: initial;
          background: transparent;
          padding: 5px 25px;
          display: block;
          text-transform: capitalize;
          font-family: 'Lato', sans-serif;
          color: #5b5e64;
          letter-spacing: unset;
          font-weight: 400; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li a:hover, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a:hover, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a:hover, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a:hover {
            text-decoration: underline; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li ul li {
          display: none; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item {
          display: block;
          border: none;
          background: transparent;
          padding: 0px;
          margin-bottom: 0px;
          border-bottom: none; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item a {
            background: #8bb325;
            color: #fff;
            font-family: 'Lato', sans-serif;
            border-bottom: 3px solid #587312;
            border-radius: 0px; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li {
            display: block;
            padding-left: 25px; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li a {
              background: transparent;
              color: #5b5e64;
              font-family: 'Lato', sans-serif;
              border-bottom: none; }
    .sidebar .inner-nav ul li::before {
      content: none; }
    .sidebar .inner-nav ul li.current-menu-ancestor ul li {
      padding: 0 !important;
      margin-bottom: 0 !important;
      border: none !important;
      box-shadow: none !important; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
        padding-left: 30px; }

.sidebar-a {
  background: #f68500;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 0px;
  border-bottom: 20px solid #ff7800;
  overflow: hidden;
  position: relative;
  padding: 15px;
  z-index: 3; }
  .sidebar-a h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0em !important;
    padding: 15px 0; }
    .sidebar-a h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 80%;
      display: block;
      margin: 15px auto 5px; }
  .sidebar-a p, .sidebar-a a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .sidebar-a a {
    text-decoration: underline; }

.sidebar-b {
  padding: 30px 10px 20px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
  position: relative;
  border-radius: 1px;
  background: #8bb325; }
  .sidebar-b h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 1.2em;
    margin: 0 0px 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 23px; }
    .sidebar-b h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 80%;
      margin: 15px auto 5px;
      display: block; }
  .sidebar-b p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center; }
  .sidebar-b a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase; }

/*Custom Sidebar Color --------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding-top: 50px; } }
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-top: 50px; } }
/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #8bb325;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #587312;
    text-decoration: none;
    color: #fff !important; }

.woocommerce span.onsale {
  background-color: #1b469f; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px;
  height: 43px; }

/*END Woocommerce------------------------------------*/
/*START Sidebar Woocommerce------------------------------------*/
.widget_shopping_cart {
  display: block;
  border: solid 1px #dbdbdb;
  background: #fff;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #1b469f; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 65px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #8bb325;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #587312;
    text-decoration: none;
    color: #fff !important; }

/*END Sidebar Woocommerce------------------------------------*/
/*START Post a Job || Career Opportunities------------------------------------*/
.rp4wp-related-job_listing > ul, ul.job_listings {
  background: #fafafa;
  border: 1px solid #E5E5E5; }

.job_filters .job_types, .job_filters .showing_jobs {
  background: #fff; }

.job_filters {
  background: #fafafa;
  border: 1px solid #E5E5E5;
  border-bottom: none; }

.job_filters .search_jobs input, .job_filters .search_jobs select {
  background: #fff;
  padding: 0 5px; }

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
  background: #8bb325;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
    background: #587312;
    text-decoration: none;
    color: #fff !important; }

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }
.single .featuredImg.news-img {
  position: relative;
  width: 300px;
  max-width: 100%;
  float: left;
  margin: 0 15px 5px; }

@media only screen and (max-width: 767px) {
  .single .featuredImg.news-img {
    position: relative;
    width: 300px;
    max-width: 100%;
    float: none;
    display: block;
    margin: 0 auto 15px; } }
/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: 215px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    max-height: 150%; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #1b469f;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.4s; }
    .img-category a:hover {
      background: #8bb325; }

hr.solid {
  border-style: solid; }

/*END Category Page----------------------------------*/
/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

.search-page h2 a {
  text-decoration: none; }
  .search-page h2 a::after {
    content: "";
    background: #8bb325;
    height: 5px;
    width: 35px;
    margin: 5px 0px 30px;
    display: block;
    transition: 0.4s; }
  .search-page h2 a:hover::after {
    width: 40%; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #f68500; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #1b469f; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

/*END Error Page------------------------------------------*/
.accordion br {
  display: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px;
  cursor: pointer;
  background: #efefef;
  margin-bottom: 0; }
  h1[id*="accordion-"]:hover,
  h2[id*="accordion-"]:hover,
  h3[id*="accordion-"]:hover,
  h4[id*="accordion-"]:hover,
  h5[id*="accordion-"]:hover,
  h6[id*="accordion-"]:hover {
    background: #dfdfdf; }

.accordion-content {
  padding-bottom: 10px;
  background: #efefef;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none; }

label.gfield_label {
  margin-top: 25px; }

#field_1_2 .gfield_label,
#field_1_4 .gfield_label,
#field_1_5 .gfield_label,
#field_1_6 .gfield_label,
#field_1_7 .gfield_label,
#field_1_8 .gfield_label,
#field_1_9 .gfield_label,
#field_1_10 .gfield_label,
#field_1_16 .gfield_label,
#field_1_17 .gfield_label,
#field_1_18 .gfield_label,
#field_1_19 .gfield_label,
#field_1_30 .gfield_label,
#field_1_31 .gfield_label,
#field_1_33 .gfield_label,
#field_1_37 .gfield_label,
#field_1_38 .gfield_label,
#field_1_40 .gfield_label,
#field_1_41 .gfield_label,
#field_1_44 .gfield_label,
#field_1_45 .gfield_label,
#field_1_47 .gfield_label,
#field_1_48 .gfield_label,
#field_1_49 .gfield_label,
#field_1_51 .gfield_label {
  color: transparent !important;
  margin: 0 !important;
  padding: 0 !important; }

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
  display: block;
  height: 0px;
  margin: 0;
  padding: 0;
  position: absolute; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important; }

#input_1_4_3_container label,
#input_1_4_6_container label,
#input_1_5_1_container label,
#input_1_10_1_container label,
#input_1_37_3_container label,
#input_1_37_6_container label,
#input_1_40_3_container label,
#input_1_40_6_container label,
#input_1_44_3_container label,
#input_1_44_6_container label,
#input_1_47_3_container label,
#input_1_47_6_container label {
  display: none !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 15px !important;
  margin-top: 12.5px;
  margin-bottom: 25px;
  letter-spacing: normal;
  color: #000; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aeb0b3;
    opacity: 1; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
    /* Firefox 19+ */
    color: #aeb0b3;
    opacity: 1; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
    /* IE 10+ */
    color: #aeb0b3;
    opacity: 1; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
    /* Firefox 18- */
    color: #aeb0b3;
    opacity: 1; }

.gform_wrapper textarea.medium {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px 5px 15px !important;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  letter-spacing: normal;
  color: #272727 !important; }

#field_1_21 .instruction {
  display: none !important; }

#field_1_49 {
  display: inline-block !important;
  width: 50%; }
  #field_1_49 #input_1_49 {
    width: 100% !important; }

#field_1_51 {
  display: inline-block !important;
  width: 50%; }
  #field_1_51 #input_1_51 {
    width: 100% !important; }

.interior-top.custom h1 {
  padding: 125px 0 105px; }

.interior.custom .container {
  padding: 35px 35px 25px; }
.interior.custom .container-fluid {
  padding: 0; }
  .interior.custom .container-fluid .a-custom .row {
    margin: 0; }
  .interior.custom .container-fluid .a-custom .left {
    padding: 0;
    position: relative; }
    .interior.custom .container-fluid .a-custom .left a.btn-2 {
      position: absolute;
      right: 30px;
      bottom: 45px; }
    .interior.custom .container-fluid .a-custom .left img {
      width: 100%; }
  .interior.custom .container-fluid .a-custom .right {
    padding-left: 5%; }
  .interior.custom .container-fluid .b-custom {
    padding: 100px 0; }
    .interior.custom .container-fluid .b-custom .row {
      margin: 0; }
    .interior.custom .container-fluid .b-custom .left {
      padding-right: 5%; }
    .interior.custom .container-fluid .b-custom .right {
      padding: 0px; }
      .interior.custom .container-fluid .b-custom .right img {
        width: 100%; }

.support {
  text-align: center;
  background: #1b469f url("../images/support.jpg");
  background-size: cover;
  background-position: 20% center;
  position: relative; }
  .support .container {
    padding: 100px 0;
    background: transparent;
    position: static; }
  .support h2 {
    color: #fff;
    margin-bottom: 35px; }
    .support h2::before {
      content: "";
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: 0;
      top: 41%;
      width: 39%;
      display: block;
      height: 1px; }
    .support h2::after {
      content: "";
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: auto;
      right: 0;
      top: 41%;
      width: 39%;
      display: block;
      height: 1px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .support h2::before, .support h2::after {
    width: 32%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support h2::before, .support h2::after {
    width: 32%; }

  .interior.custom .container-fluid .b-custom {
    padding: 20px 0 0; }

  .interior.custom .container-fluid .a-custom .right {
    padding-left: 15px; }

  .interior.custom .container-fluid .b-custom .left {
    padding-right: 15px; } }
@media only screen and (max-width: 767px) {
  .support h2::before, .support h2::after {
    width: 20%; }

  .support {
    background-position: 35% center; }

  .interior.custom .container-fluid .b-custom {
    padding: 20px 0 0; }

  .interior.custom .container-fluid .a-custom .right {
    padding-left: 15px; }

  .interior.custom .container-fluid .b-custom .left {
    padding-right: 15px; } }
@media only screen and (max-width: 480px) {
  .support h2::before, .support h2::after {
    content: none; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #5b5e64; }
  html a, body a {
    outline: none !important; }

/*END html & body-------------------------------------*/
.b {
  padding: 80px 0 70px;
  background: url("../images/bg-b.jpg");
  /*.b-video{
    max-width: 480px;
    height: 350px;
  }
  .col-md-5{
    padding: 0;
  }
  .video-description{
    height: 350px;
    position: relative;
    max-height: 290px;
    h2{
      text-transform: capitalize;
      text-align: left;
      color: $dark-text;
      font-size: 37px;
      font-weight: 700;
      margin-top: 0;
      @include font1;
    }
    p{
      font-weight: 400;
      @include font2;
      font-size: 13px;
    }
    a{
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 17px;
    }
  }*/ }
  .b a:hover {
    text-decoration: none !important; }
  .b .box {
    padding: 20px 20px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.38);
    border-top: 4px solid #8bb325;
    text-decoration: none !important; }
    .b .box:hover {
      background: #f68500;
      box-shadow: none;
      border-top: 4px solid #f68500;
      text-decoration: none !important; }
      .b .box:hover img {
        -webkit-filter: brightness(0%) invert(100%);
        filter: brightness(0%) invert(100%); }
      .b .box:hover h2, .b .box:hover p, .b .box:hover a {
        color: #fff; }
        .b .box:hover h2::after, .b .box:hover p::after, .b .box:hover a::after {
          background: #fff; }
    .b .box h2 {
      text-transform: uppercase;
      font-weight: 900;
      color: #5b5e64;
      letter-spacing: -0.05em; }
      .b .box h2::after {
        content: "";
        background: #8bb325;
        height: 3px;
        width: 45px;
        margin: 15px auto 50px;
        display: block; }
      .b .box h2:hover {
        text-decoration: none !important; }
    .b .box p {
      padding-bottom: 0px;
      padding: 0px;
      color: #5b5e64; }
      .b .box p:hover {
        text-decoration: none !important; }
    .b .box a:hover {
      text-decoration: none !important; }
  .b .box-fixed {
    background: #1b469f;
    color: #fff !important;
    border-top: 4px solid #1b469f !important; }
    .b .box-fixed:hover {
      background: #f68500;
      text-decoration: none !important;
      border-top: 4px solid #f68500 !important; }
    .b .box-fixed h2 {
      text-transform: uppercase;
      font-weight: 900;
      color: #fff !important; }
      .b .box-fixed h2::after {
        content: "";
        background: #fff;
        height: 3px;
        width: 45px;
        margin: 15px auto 50px;
        display: block; }
      .b .box-fixed h2:hover {
        text-decoration: none !important; }
    .b .box-fixed .icon-green {
      width: 62px;
      height: 62px;
      background: #8bb325;
      text-align: center;
      padding: 10px;
      border-radius: 50%;
      display: inline-block;
      margin: 0 14px; }
    .b .box-fixed p {
      color: #fff !important; }
      .b .box-fixed p:hover {
        text-decoration: none !important; }
    .b .box-fixed a {
      color: #fff; }
      .b .box-fixed a:hover {
        text-decoration: none !important; }

.c .c-left {
  padding: 15px 50px 15px 12%;
  background-image: url("../images/imgbgc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 324px;
  position: relative;
  text-align: center;
  background-size: cover; }
  .c .c-left h2 {
    text-transform: capitalize;
    color: #494d54;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.05em;
    font-family: 'Source Sans Pro', sans-serif; }
    .c .c-left h2::after {
      content: "";
      background: #8bb325;
      height: 3px;
      width: 45px;
      margin: 8px auto;
      display: block; }
  .c .c-left p {
    font-family: 'Lato', sans-serif;
    color: #5b5e64;
    line-height: 1.2rem;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px; }
  .c .c-left a {
    position: absolute;
    left: 21%;
    bottom: 45px; }
  .c .c-left .video {
    padding: 0 50px; }
    .c .c-left .video .shadowvideo {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
  .c .c-left img.shadowvideo {
    display: none; }
.c .c-right {
  background: #1b469f;
  padding: 15px 12% 15px 50px;
  position: relative;
  text-align: center; }
  .c .c-right h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 65px;
    font-family: 'Source Sans Pro', sans-serif; }
    .c .c-right h2::after {
      content: "";
      background: #8bb325;
      height: 3px;
      width: 45px;
      margin: 8px auto;
      display: block; }
  .c .c-right h3 {
    margin-bottom: -6px;
    margin-top: -8px;
    line-height: 0.8em; }
    .c .c-right h3 a {
      font-size: 16.71px;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
      text-align: left;
      margin: 0px;
      letter-spacing: -0.05em;
      position: relative;
      left: 0; }
  .c .c-right .col-md-8 {
    text-align: left;
    margin-bottom: 50px; }
  .c .c-right span {
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 1.2rem;
    font-weight: 400;
    margin-top: 45px;
    text-align: left;
    font-size: 10px; }
  .c .c-right p {
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 1.2rem;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px 10;
    text-align: left; }
  .c .c-right a {
    position: absolute;
    left: 8%;
    color: #fff;
    text-align: left;
    font-size: 14px; }
    .c .c-right a:hover {
      font-weight: 600;
      color: #8bb325;
      text-decoration: none; }
  .c .c-right .img-wrap {
    padding-bottom: calc(100% - 8px);
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 4px solid #fff; }
  .c .c-right .img-wrap img {
    height: 100%;
    width: auto; }

.d {
  padding: 80px 0 70px;
  background: url("../images/printbg.png"); }
  .d .col-md-6 {
    padding: 0px 30px; }
  .d .d-left {
    background-color: #FFF;
    border: 2px solid #cdcdcd;
    padding-bottom: 35px; }
    .d .d-left::after {
      content: "";
      background: #cdcdcd;
      height: calc(100% - 60px);
      width: 2px;
      position: absolute;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 0;
      left: 50%; }
    .d .d-left span {
      font-size: 14px;
      color: #61616e;
      display: inline-block;
      margin-bottom: 15px; }
    .d .d-left h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 900;
      color: #5b5e64;
      margin: 0px 0 20px;
      letter-spacing: -0.05em; }
    .d .d-left p {
      font-size: 16px;
      margin-bottom: 15px; }
    .d .d-left a {
      font-size: 14px;
      text-decoration: none;
      color: #1b469f;
      font-weight: 600; }
    .d .d-left .vi-event h3 {
      text-transform: uppercase;
      color: #8bb325;
      font-size: 18px !important;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin: -67px 24px 15px 0px;
      background: #fff;
      padding: 14px 15px;
      display: inline-block;
      float: right; }
      .d .d-left .vi-event h3 a {
        font-size: 18px !important;
        color: #8bb325; }
        .d .d-left .vi-event h3 a i {
          margin-left: 30px; }
        .d .d-left .vi-event h3 a:hover {
          color: #587312;
          text-decoration: none; }
    .d .d-left h3 {
      text-transform: uppercase;
      color: #494d54;
      font-size: 30px;
      font-weight: 900;
      letter-spacing: -0.05em;
      margin: -78px 0px 15px 35px;
      background: #fff;
      padding: 5px 15px;
      display: inline-block;
      float: none;
      text-align: center; }
    .d .d-left .img-wrap {
      padding-bottom: 71.4%;
      width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px; }
    .d .d-left .img-wrap img {
      height: auto;
      width: 100%; }
  .d .d-right {
    text-align: center; }
    .d .d-right .title {
      background: rgba(24, 63, 143, 0.85);
      padding: 1px 0 17px; }
      .d .d-right .title h3 {
        color: #fff;
        font-weight: 900;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        font-size: 35px;
        margin-top: 10px; }
    .d .d-right .img-wrap {
      border-radius: 0px;
      background-image: url("../images/imgno-kill-mission2.jpg");
      background-size: cover;
      background-position: center;
      min-height: 465.85px; }
      .d .d-right .img-wrap::before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .d .d-right .img-wrap img {
        height: auto;
        width: 100%;
        z-index: -2;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .d .d-right .img-wrap p {
        color: #fff;
        padding: 0 55px;
        margin-top: 45px;
        text-align: justify;
        line-height: 27px;
        font-size: 16px; }
      .d .d-right .img-wrap .icon-wrap {
        z-index: 2;
        width: auto;
        position: relative;
        margin: 32px 0px 5px; }
        .d .d-right .img-wrap .icon-wrap img {
          height: auto;
          width: auto;
          position: relative;
          transform: translate(0, 0);
          left: auto;
          right: auto; }

.interior .psr__btn-group .btn span {
  color: #282b2f !important;
  font-weight: 700; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  .c-left {
    padding: 15px 50px 15px !important; }

  .c-right {
    padding: 15px 50px 15px !important; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .c-left {
    padding: 15px 50px 15px !important; }

  .c-right {
    padding: 15px 50px 15px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .b .box-fixed .icon-green {
    width: 55px;
    height: 55px;
    padding: 4px;
    margin: 3px 14px; }

  .c-left {
    padding: 15px 50px 15px !important; }

  .c-right {
    padding: 15px 50px 15px !important; }

  .c .c-right .col-md-4 {
    padding-right: 0px; }

  .c .c-right h3 {
    font-size: 18px; }

  .d .d-left .vi-event h3 {
    font-size: 16px;
    margin: -67px 24px 15px 0px; }

  .d .up-event h3 {
    font-size: 22px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b .box {
    width: 65%;
    margin: 0 auto 50px; }

  .c .c-right {
    padding: 40px 50px 40px 3%; }

  .c .c-left {
    padding: 40px 24px 40px 3%;
    background-position: top;
    height: auto !important; }

  .c .c-right .col-md-4 {
    padding-right: 15px; }

  .c .c-right h3 {
    font-size: 18px; }

  .c .c-right .img-wrap {
    padding-bottom: 0px;
    width: 150px;
    height: 150px;
    margin: 0px auto 40px; }

  .c .c-right a {
    position: relative;
    text-align: center;
    left: 0%; }

  .c .c-right p {
    text-align: center;
    margin: 15px 0 10px; }

  .c .c-right h3 {
    text-align: center; }

  .c .c-right .col-md-8 {
    text-align: center; }

  .d .col-md-6 {
    text-align: center; }

  .d .d-left::after {
    content: none; }

  .d .d-right {
    margin-top: 60px; }

  .d .d-right .img-wrap {
    height: auto !important; }

  .type-tribe_events {
    border-bottom: 1px solid #dedede;
    margin: 50px auto;
    padding-bottom: 50px; }

  .d .d-left {
    padding-bottom: 0px; } }
@media only screen and (max-width: 767px) {
  #petfinder_search_rescue_container #psr__grid.psr__row-fluid {
    margin-right: 0px !important;
    margin-left: 0px !important; }

  #petfinder_search_rescue_container .picture-item img {
    width: 100% !important; }

  .b .box {
    margin-bottom: 50px; }

  .c .c-left {
    height: auto !important;
    padding: 40px 15px 40px 3%;
    background-position: top; }

  .c .c-right {
    height: auto !important;
    padding: 40px 15px 40px 3%; }

  .c .c-right .col-md-4 {
    padding-right: 15px; }

  .c .c-right h3 {
    font-size: 18px; }

  .c .c-right .img-wrap {
    padding-bottom: 0px;
    width: 150px;
    height: 150px !important;
    margin: 0px auto 40px; }

  .c .c-right a {
    position: relative;
    text-align: center;
    left: 0%; }

  .c .c-right p {
    text-align: center;
    margin: 15px 0 10px; }

  .c .c-right h3 {
    text-align: center; }

  .c .c-right .col-md-8 {
    text-align: center; }

  .d .col-md-6 {
    text-align: center;
    padding-bottom: 30px; }

  .type-tribe_events {
    border-bottom: 1px solid #dedede;
    margin: 50px auto; }

  .d .d-left::after {
    content: none; }

  .d .d-right {
    margin-top: 60px; }

  .d .d-right .img-wrap {
    height: auto !important;
    padding-bottom: 50px; }

  .d .d-left h3 {
    text-transform: uppercase;
    color: #414153;
    font-size: 30px;
    font-weight: 900;
    margin: 30px 0px 3px 0px;
    background: #fff;
    padding: 5px 15px;
    display: block;
    float: none;
    text-align: center; }

  .d .d-left .vi-event h3 {
    text-transform: uppercase;
    color: #8bb325;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 50px 0px;
    background: #fff;
    padding: 14px 15px;
    display: block;
    float: none; }

  .d .d-left {
    padding-bottom: 0px; }

  body {
    padding-top: 50px; }

  header.header {
    position: fixed;
    top: 0;
    left: 0; } }
@media only screen and (max-width: 480px) {
  #petfinder_search_rescue_container #psr__grid.psr__row-fluid {
    margin-right: 0px !important;
    margin-left: 0px !important; }

  .b {
    padding: 30px 0 40px; }

  .c-right {
    padding: 40px 9px 40px 3%; }

  .d .d-right .img-wrap a.btn-1 {
    margin: 10px auto 0; }
  .d .d-right .img-wrap p {
    color: #fff;
    padding: 0 35px;
    margin-top: 15px;
    font-size: 13px; }

  .d .d-right .img-wrap .icon-wrap {
    z-index: 2;
    width: auto;
    position: relative;
    margin: 42px 0px 15px; }

  .d .d-right .title {
    background: rgba(24, 63, 143, 0.85);
    padding: 1px 0 30px; }

  .img-wrap {
    height: auto !important;
    padding-bottom: 50px; }

  .sponsor-widget #sponsors-slider .img-wrap {
    height: 120px !important; }

  .d .d-right .img-wrap img {
    height: 100%;
    width: auto; } }

/*# sourceMappingURL=style.css.map */
