.resource-dropdown {
    position: relative
}

.resource-dropdown a {
    cursor: pointer;
    vertical-align: top
}

.resource-dropdown ul {
    margin: 10px auto 0;
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    z-index: 99;
    text-align: center
}

.resource-dropdown ul li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 10px;
    position: relative
}

.resource-dropdown ul li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin: -2px -2px 0 0;
    background: transparent
}

.resource-dropdown ul li:last-child:after {
    display: none
}

.resource-dropdown ul li a {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 12px;
    display: inline-block;
    font-size: 16px;
    text-shadow: 2px 3px 7px rgba(116, 154, 48, 0.35);
    -webkit-transition: background-color .300s ease-out;
    -moz-transition: background-color .300s ease-out;
    -o-transition: background-color .300s ease-out;
    transition: background-color .300s ease-out;
    text-align: center
}

.green-btn-sm-alt {
    background-color:#000;
    padding:8px 15px;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
}

.green-btn-sm-alt:hover {
    color:#fff;
}

.resource-dropdown ul li:first-child a {
    border: none
}

.resource-dropdown ul li a.selected,
.resource-dropdown ul li a:hover {
    cursor: pointer;
    background-color: #432258;
    border-color: #432258
}

.row-fluid .resource-boxes {
    padding: 60px 0 0
}

.row-fluid .resource-box {
    float: left;
    width: 33%;
    padding: 0 10px;
    margin: 0 0 20px
}

.row-fluid .resource-boxes #resourcebox-continer {
    margin: 0 -12px
}

.row-fluid .resource-bimg {
    float: left;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.row-fluid .resource-bimg img {
    display: block;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  padding-top:20px;
}

.row-fluid .resource-b {
    background: #f5f5f5;
    padding: 15px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

.row-fluid .resource-btext {
    float: left;
    width: 100%;
    padding: 15px
}

.row-fluid .resource-btext h4 {
    font-size: 20px;
    line-height: 28px
}

.row-fluid .resource-btext h6 {
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0
}

.row-fluid .resource-blink {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(248,130,21, 0.85);
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.row-fluid .resource-blink a {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    margin: 0
}

.row-fluid .resource-b:hover .resource-blink {
    top: 0
}

.row-fluid .resource-a {
    background: transparent;
    padding: 15px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

.row-fluid .resource-a:hover .resource-blink {
    top: 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

@media (min-width:768px) and (max-width:991px) {
    .row-fluid .resource-box {
        width: 50%;
        margin: 0 0 15px!important
    }
}

@media (min-width:30px) and (max-width:767px) {
    .row-fluid .resource-box {
        width: 50%;
        margin: 0 0 15px!important
    }
}

@media (min-width:30px) and (max-width:500px) {
    .row-fluid .resource-box {
        width: 100%;
        margin: 0 0 15px!important
    }
}