* { box-sizing: border-box; }

body {
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, HelveticaNeueLTCom-Lt, Arial, 'Lucida Grande', sans-serif;
}

a {
    color: #414141;
    text-decoration: none;
}

a:hover {
    color: #2098cb;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    height: auto;
    line-height: 40px;
}

h4 a:hover {
  color: #c41130!important;
}

#alpha {
    display: none;
}

.bottom {
    color: #cfcfcf;
    background-color: #414141;
    font-size: 11px;
    height: 21px;
    padding: 5px 0 5px 0;
    text-align: center;
}

.footer {
    background-color: #f2f2f2;
    clear: both;
    margin-top: 20px;
    font-size: 11px;
    padding: 30px 0 30px 0;
}

.grid {
    clear: both;

}

.grid-item, .grid-sizer {
    width: 100%;
}

.item-pad {
    padding: 5px;
}


.intro {
  /*  background-color: #f2f2f2;*/
    border-bottom: 1px solid #e3e3e3;
    min-height: 110px;
    padding-top: 10px;

}

.links a {
    color: #c41130;
    font-weight: bold;
    text-decoration: underline;
}

.logo {
    height: 100px;
    padding: 10px 0 20px 0;
   /* margin: 0 auto;*/
    float: left;
}

.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.main {
    clear: both;
    color: #808285;
    font-size: 12px;
    padding-top: 30px;
}

.menu {
    font-size: 13px;
    list-style-type: none;
    padding: 0;
    float: right;
    margin-top: 40px;
    display: none;
}

.menu li {
    float: left;
}

.menu li a {
    color: #47484c;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.menu li a:hover {
    color: #c41130;
}



.search {
    padding-top: 50px;
    text-align: right;
}

.some-padding {
    padding-top: 65px;
}

.top {
    display: none;
}
.top img {
    max-width: 100%;
    width: 100%;
    display: block;
}


.slicknav_menu {
	display:block;
}

.hide {
    display: none;
}


.wanted {
    height: 460px;
}

 .ribbon {
    position: absolute;
    left: 0px; top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }

  .ribbon-yellow {
    position: absolute;
    left: 0px; top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon-yellow span {
    font-size: 9px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#FFFF2B 0%, #BAB879 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
  }
  .ribbon-yellow span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #BAB879;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #BAB879;
  }
  .ribbon-yellow span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #BAB879;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #BAB879;
    }



@media all and (min-width: 600px) {
    .grid-item, .grid-sizer {
        width: 50%;

    }

}



@media all and (min-width: 900px) {
    .top {
        display: block;
    }
    .grid-item, .grid-sizer {
        width: 33%;
    }

    .menu {
         display: block;
    }
    .slicknav_menu {
    	display:none;
    }
   .selected a {
       color: #2098cb!important;
   }

}

@media all and (min-width: 1200px) {
    .hide {
        display: block;
    }


}
