.content-container {
    display: block;
    width: 100%;
}
.content {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding-top: 40px;
}
.content .hero-container.small {
    opacity: 0;
    -ms-transform: scale(.9,.9);
    -webkit-transform: scale(.9,.9);
    transform: scale(.9,.9);
}
.content .hero-container {
    display: block;
    width: 100%;
    height: 500px;
    opacity: 1;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
}
.content .hero {
    display: block;
    width: 100%;
    height: 100%;
}
.content .hero .hero-main-container {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    padding-right: 10px;
}
.content .hero .hero-main {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.content .hero .hero-main .hero-item-container {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.content .hero .hero-item {
    display: block;
    height: 100%;
    position: relative;
}
.content .hero .hero-item .hero-item-shade {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.content .hero .hero-item-container:hover .hero-item-shade {
    background: rgba(0,0,0,0);
}
.content .hero .hero-item-container .play-button-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.content .hero .hero-item-container .play-button {
    display: table;
    width: 100%;
    height: 100%;
}
.content .hero .hero-item-container .play-button-link {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.content .hero .hero-item-container .play-button .play-button-circle {
    display: block;
    margin: auto;
    width: 74px;
    height: 74px;
    border-radius: 37px;
    background: black;
    opacity: 0.6;
    text-align: center;
    line-height: 74px;
}
.content .hero .hero-item-container .play-button .play-button-circle .fa-play {
    color: #aeaeae;
    font-size: 23px;
    position: relative;
    top: 3px;
    left: 3px;
}
.content .hero .hero-list-container {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    padding-left: 10px;
}
.content .hero .hero-list {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.content .hero .hero-list .hero-item-container {
    display: block;
    float: left;
    width: 50%;
    height: 50%;
}
.content .hero .hero-list .hero-item-container-interior {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.content .hero .hero-list .hero-item-container:nth-child(1) {
    padding: 0 10px 10px 0;
}
.content .hero .hero-list .hero-item-container:nth-child(2) {
    padding: 0 0 10px 10px;
}
.content .hero .hero-list .hero-item-container:nth-child(3) {
    padding: 10px 10px 0 0;
}
.content .hero .hero-list .hero-item-container:nth-child(4) {
    padding: 10px 0 0 10px;
}
.content .hero .share-container {
    display: block;
    width: 40px;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    -o-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;
    overflow: hidden;
}
.content .hero .hero-item-container:hover .share-container {
    height: 80px;
}
.content .hero .share {
    display: block;
    width: 100%;
    height: 100%;
}
.content .hero .share .share-item {
    display: block;
    width: 100%;
    height: 40px;
}
.content .hero .share .share-item .share-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    background: black;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.content .hero .share .share-item .share-item-link:hover {
    background-color: #fe1211;
}
.content .hero .hero-item-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
.content .hero .hero-item-link-interior-container {
    display: block;
    width: 100%;
}
.content .hero .hero-item-link-interior {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: 20;
}
.content .hero .hero-item-link-interior .category-container {
    display: block;
    float: left;
    background: black;
}
.content .hero .hero-main .hero-item-link-interior .category-container {
    position: relative;
    top: 6px;
}
.content .hero .hero-item-link-interior .category {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 11px;
}
.content .hero .hero-item-link-interior .category .category-link {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    padding: 5px;
}
.content .hero .hero-item-link-interior .category .category-link:hover {
    color: #fe1211;
}
.content .hero .hero-item-link-interior .title-container {
    display: block;
    width: 100%;
    padding-right: 10%;
}
.content .hero .hero-main .hero-item-link-interior .title-container {
    position: relative;
    top: 6px;
}
.content .hero .hero-item-link-interior .title {
    display: block;
    float: left;
    width: 100%;
    background: #f3f3f3;
    font-weight: 500;
    color: black;
}
.content .hero .hero-item-link-interior .title-link {
    color: black;
    text-decoration: none;
}
.content .hero .hero-main .hero-item-link-interior .title {
    font-size: 35px;
    padding: 23px 35px 0 0;
}
.content .hero .hero-item-link-interior .title {
    font-size: 21px;
    padding: 12px 18px 0 0;
}
.content .hero .hero-item-container:hover .hero-item-link-interior .title .title-link {
    color: #fe1211;
}


.news-events-container {
    display: block;
    width: 100%;
    padding: 0 75px;
    opacity: 1;
    -webkit-transition: opacity 1000ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition: opacity 1000ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition: opacity 1000ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition: opacity 1000ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
}
.news-events-container.small {
    opacity: 0;
}
.news-events {
    display: block;
    width: 100%;
    position: relative;
}
.news-events:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.news-container {
    display: block;
    width: 360px;
    position: relative;
    left: -50px;
    z-index: 0;
    overflow: hidden;
    margin-top: 65px;
}
.news {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1000;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
}
.news:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.news .news-heading-container {
    display: block;
    float: left;
    background: black;
    margin-bottom: 20px;
    margin-left: 50px;
}
.news .news-heading {
    display: block;
    float: left;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}
.news .news-link {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}
.news .news-link:hover {
    color: #fe1211;
}
.news .news-list-container {
    display: block;
    float: left;
    width: 100%;
    padding-right: 100px;
}
.news .news-list {
    display: block;
    float: left;
    width: 100%;
}
.news .news-list .news-item-container {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}
.news .news-list .news-item-container:last-of-type {
    margin-bottom: 0;
}
.news .news-list .news-item {
    display: block;
    float: left;
    width: 100%;
}
.news .news-list .news-item .share-container {
    display: block;
    width: 50px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 10px;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    -o-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;
    overflow: hidden;
}
.news .news-list .news-item-container:hover .share-container {
    height: 80px;
}
.news .news-list .news-item .share {
    display: block;
    width: 100%;
    height: 100%;
}
.news .news-list .news-item .share-item {
    display: block;
    width: 100%;
    height: 40px;
}
.news .news-list .news-item .share-item .share-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    background: black;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.news .news-list .news-item  .share .share-item .share-item-link:hover {
    background-color: #fe1211;
}
.news .news-list .news-item .news-item-link {
    display: block;
    float: left;
    width: 100%;
    text-decoration: none;
}
.news .news-list .news-item .news-item-link-interior {
    display: block;
    float: left;
    width: 100%;
}
.news .news-list .news-item .news-item-link .news-item-date-container {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.news .news-list .news-item .news-item-link .news-item-date {
    display: block;
    float: left;
    color: #8a8a8a;
    font-size: 11px;
    line-height: 1em;
    border-top: 1px solid #bebebe;
    padding-top: 10px;
}
.news .news-list .news-item .news-item-link .news-item-title-container {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.news .news-list .news-item .news-item-link .news-item-title {
    color: black;
    font-size: 21px;
}
.news .news-list .news-item-container:hover .news-item-link .news-item-title {
    color: #fe1211;
}
.news .news-list .news-item .news-item-link .news-item-summary-container {
    display: block;
    float: left;
    width: 100%;
}
.news .news-list .news-item .news-item-link .news-item-summary {
    color: #8a8a8a;
    font-size: 16px;
}
.news .news-list .news-item-container:hover .news-item-link .news-item-summary {
    color: black;
}


.events-container {
    display: block;
    float: left;
    width: 100%;
    padding-left: 310px;
    position: absolute;
    left: 0;
    top: 0;
}
.events {}
.events .events-heading-container {
    display: block;
    float: left;
    background: black;
    margin-bottom: 20px;
}
.events .events-heading {
    display: block;
    float: left;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}
.events .events-link {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}
.events .events-link:hover {
    color: #fe1211;
}
.events .events-list-container {
    display: block;
    float: left;
    width: 100%;
}
.events .events-list {
    display: block;
    float: left;
    width: 100%;
}
.events .events-list .events-item-container {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    margin-bottom: 20px;
    position: relative;
}
.events .events-list .events-item {
    display: block;
    float: left;
    width: 100%;
}
.events .events-list .events-item .share-container {
    display: block;
    width: 40px;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    -o-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;
    overflow: hidden;
}
.events .events-list .events-item:hover .share-container {
    height: 160px;
}
.events .events-list .events-item .share {
    display: block;
    width: 100%;
    height: 100%;
}
.events .events-list .events-item .share-item {
    display: block;
    width: 100%;
    height: 40px;
}
.events .events-list .events-item .share-item .share-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    background: black;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.events .events-list .events-item  .share .share-item .share-item-link:hover {
    background-color: #fe1211;
}
.events .events-list .events-item .events-item-link {
    display: block;
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 20px 20px 20px 0;
}
.events .events-list .events-item .events-item-link-interior {
    display: table;
    float: left;
    width: 100%;
    overflow: hidden;
}
.events .events-list .events-item .events-item-link .events-item-meta-container {
    display: table-cell;
    vertical-align: middle;
}
.events .events-list .events-item .events-item-link .events-item-meta {
    display: block;
    float: left;
    width: 170px;
    height: 100%;
    text-align: center;
}
.events .events-list .events-item .events-item-link .events-item-meta .events-item-meta-icon {
    display: block;
    color: #fe1211;
    font-size: 19px;
    margin-bottom: 10px;
}
.events .events-list .events-item .events-item-link .events-item-meta .events-item-date-container {
    display: table;
    width: 100%;
    height: 50%;
    vertical-align: middle;
    padding: 0 20px;
}
.events .events-list .events-item .events-item-link .events-item-meta .events-item-date {
    display: table-cell;
    vertical-align: middle;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}
.events .events-list .events-item .events-item-link .events-item-meta .events-item-location-container {
    display: table;
    width: 100%;
    height: 50%;
    vertical-align: middle;
    padding: 0 20px;
}
.events .events-list .events-item .events-item-link .events-item-meta .events-item-location {
    display: table-cell;
    vertical-align: middle;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
}
.events .events-list .events-item .events-item-link .events-item-image-container {
    display: block;
    overflow: hidden;
    position: relative;
}
.events .events-list .events-item .events-item-link .events-item-image-shade-container {
    display: none;
    float: left;
    width: 101%;
    position: absolute;
    top: 0;
    left: 0;
}
.events .events-list .events-item:hover .events-item-link .events-item-image-shade-container {
    display: table;
}
.events .events-list .events-item .events-item-link .events-item-image-shade {
    display: table-cell;
    width: 100%;
    max-height: 250px;
    background: rgba(255,255,255, 0.9);
    vertical-align: middle;
    text-align: center;
}
.events .events-list .events-item .events-item-link .events-item-image-shade .events-item-image-shade-content {
    color: #fe1211;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.events .events-list .events-item .events-item-link .events-item-image {
    display: block;
    width: 100%;
    height: 100%;
}
.events .more-events-container {
    display: block;
    float: left;
    width: 100%;
}
.events .more-events {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #e9e9e9;
}
.events .more-events .more-events-link {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: rgba(0,0,0,.5);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.events .more-events .more-events-link:hover {
    color: #fe1312;
}

.videos-container {
    display: block;
    float: left;
    width: 100%;
    margin-top: 60px;
}
.videos {
    display: block;
    float: left;
    width: 100%;
}
.videos .videos-heading-container {
    display: block;
    float: left;
    background: black;
    margin-bottom: 20px;
}
.videos .videos-heading {
    display: block;
    float: left;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}
.videos .videos-link {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}
.videos .videos-link:hover {
    color: #fe1211;
}
.videos .videos-viewport-container {
    display: block;
    float: left;
    width: 100%;
    height: 416px;
    position: relative;
    z-index: 1000;
}
.videos .share-container {
    display: block;
    width: 40px;
    height: 0;
    position: absolute;
    top: 0;
    left: -40px;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    -o-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;
    overflow: hidden;
}
.videos .videos-viewport-container:hover .share-container {
    height: 120px;
}
.videos .share {
    display: block;
    width: 100%;
    height: 120px;
}
.videos .share .share-item {
    display: block;
    width: 100%;
    height: 40px;
}
.videos .share .share-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    background: black;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.videos .share .share-item-link:hover {
    background-color: #fe1211;
}

.videos .videos-viewport {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background: black;
}
.videos .videos-viewport iframe {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.videos .videos-list-container {
    display: block;
    float: left;
    width: 100%;
    height: 152px;
    padding: 20px;
    background: black;
    position: relative;
}
.videos .bx-controls {}
.videos .bx-controls .bx-controls-direction {}
.videos .bx-controls .bx-prev,
.videos .bx-controls .bx-next {
    display: block;
    width: 79px;
    height: 152px;
    position: absolute;
    line-height: 152px;
    font-size: 29px;
    color: rgba(255,255,255,0.5);
    top: -20px;
}
.videos .bx-controls .bx-prev.disabled,
.videos .bx-controls .bx-next.disabled {
    display: none;
}
.videos .bx-controls .bx-prev:hover,
.videos .bx-controls .bx-next:hover {
    color: #fe1211;
}

.videos .bx-controls .bx-prev {
    left: -20px;
    background: url(../images/carousel-control-prev-bg.png) repeat-y left top;
    text-align: left;
}
.videos .bx-controls .bx-prev i {
    position: relative;
    left: 20px;
}
.videos .bx-controls .bx-next {
    right: -20px;
    background: url(../images/carousel-control-next-bg.png) repeat-y left top;
    text-align: right;
}
.videos .bx-controls .bx-next i {
    position: relative;
    right: 20px;
}
.videos .videos-list {
    display: block;
    float: left;
    width: 100%;
    height: 112px;
}
.videos .videos-list .videos-item-container {
    display: block;
    float: left;
    width: 200px !important;
    height: 112px;
    margin-right: 5px;
}
.videos .videos-list .videos-item {
    display: block;
    float: left;
    width: 100%;
    height: 112px;
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    border: 1px solid #000000;
}
.videos .videos-list .videos-item:hover,
.videos .videos-list .videos-item.current {
    opacity: 1;
}
.videos .videos-list .videos-item.current {
    border: 1px solid #fe1211;
}
.videos .videos-list .videos-item.current .videos-item-icon-container {
    display: block;
}
.videos .videos-list .videos-item.current .videos-item-title-container{
    background: #fe1211;
}
.videos .videos-list .videos-item .videos-item-icon-container {
    display: none;
    padding: 10px 0 0 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.videos .videos-list .videos-item .videos-item-icon {
    color: #fe1211;
    font-size: 23px;
}
.videos .videos-list .videos-item .videos-item-title-container {
    display: block;
    width: 90%;
    background: black;
    padding: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.videos .videos-list .videos-item .videos-item-title {
    color: white;
    font-size: 12px;
}

.sign-up-container {
    display: block;
    width: 100%;
    height: 101px;
    padding: 0 75px;
    clear: both;
    margin-top: 60px;
    opacity: 1;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
}
.sign-up-container.small {
    opacity: 0;
}
.sign-up {
    display: block;
    float: left;
    width: 100%;
}
.sign-up .sign-up-header-container {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.sign-up .sign-up-header {
    font-size: 21px;
    font-weight: 500;
}
.sign-up .sign-up-form-container {
    display: block;
    float: left;
    width: 100%;
}
.sign-up .sign-up-form {
    display: block;
    float: left;
    width: 100%;
}
.sign-up .sign-up-form .sign-up-field-container {
    display: block;
    float: left;
    padding-right: 20px;
}
.sign-up .sign-up-form .sign-up-field-container.name {
    width: 42.5%;
}
.sign-up .sign-up-form .sign-up-field-container.email {
    width: 42.5%;
}
.sign-up .sign-up-form .sign-up-input {
    display: block;
    float: left;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border: 1px solid white;
    padding: 0 25px;
    font-size: 21px;
}
.sign-up .sign-up-form .sign-up-input:focus {
    outline: none;
    border: 1px solid #c2c2c2;
}
.sign-up .sign-up-form .sign-up-submit {
    display: block;
    float: left;
    width: 15%;
    height: 65px;
    line-height: 65px;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    font-weight: 700;
    background: #fe1312;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.sign-up .sign-up-form .sign-up-submit:hover {
    background: #E80E0D;
}

.feature-container {
    display: block;
    width: 100%;
    margin-top: 65px;
    background: #fe1312
}
.feature {
    display: block;
    margin: auto;
    width: 100%;
}
.feature:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.feature .feature-content-container {
    display: block;
    float: left;
    width: 50%;
    padding: 100px 0;
}
.feature .feature-content {
    display: block;
    float: right;
    width: 100%;
    position: relative;
    left: 0;
    opacity: 1;
    max-width: 525px;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.000, 0.995);
}
.feature .feature-content.small {
    left: -60px;
    opacity: 0;
}
.feature .feature-content .feature-category-container {
    padding-right: 20%;
}
.feature .feature-content .feature-category {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.feature .feature-content .feature-title-container {
    padding-right: 20%;
}
.feature .feature-content .feature-title {
    color: black;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}
.feature .feature-content .feature-body-container {
    padding-right: 20%;
}
.feature .feature-content .feature-body {
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.feature .feature-content .feature-more-container {
    padding-right: 20%;
}
.feature .feature-content .feature-more {
    display: block;
    width: 155px;
    padding: 20px 0;
    color: white;
    background: #cd1017;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}
.feature .feature-content .feature-more:hover {
    background: #C31016;
}
.feature-background-container {
    display: block;
    float: left;
    width: 50%;
    background: url(../images/tech-bg-2x.gif) repeat-y left top;
    background-size: 1599px 800px;
}
.feature-background {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/tech-gradient-2x.png) repeat-y left top;
    background-size: 276px 20px;
}

.specifications-search-container {
    display: block;
    width: 100%;
    clear: both;
    padding: 100px 0;
    background: #cccccc;
}
.specifications-search-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.specifications-search {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 75px;
}
.specifications-search .specifications-search-header-container {
    display: block;
    width: 100%;
}
.specifications-search .specifications-search-header {
    color: black;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}
.specifications-search .specifications-search-form {
    display: block;
    float: left;
    width: 100%;
}
.specifications-search .specifications-search-form .specifications-search-field {
    display: block;
    float: left;
    height: 65px;
    padding-right: 20px;
    margin-bottom: 40px;
}
.specifications-search .specifications-search-form .specifications-search-field.field {}
.specifications-search .specifications-search-form .specifications-search-field.checkbox {
    padding-top: 20px;
}
.specifications-search .specifications-search-form .specifications-search-field.select {}
.specifications-search .specifications-search-form .specifications-search-field.text {}
.specifications-search .specifications-search-form .specifications-search-field.full {
    width: 100%;
}
.specifications-search .specifications-search-form .specifications-search-field.half {
    width: 50%;
}
.specifications-search .specifications-search-form .specifications-search-field.third {
    width: 33.3333333%;
}
.specifications-search .specifications-search-form .specifications-search-field.spacer {
    width: 5%;
}
.specifications-search .specifications-search-form .specifications-search-field.file_content {
    width: 24%;
}
.specifications-search .specifications-search-form .specifications-search-field.archives {
    width: 21%;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-label {
    display: block;
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-label.file-content {
    margin-bottom: 0;
    height: 28px;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-label.archives {
    margin-bottom: 0;
    height: 28px;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input {
    display: block;
    float: left;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border: 1px solid #f3f3f3;
    padding: 0 25px;
    font-size: 21px;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input:focus {
    outline: none;
    border: 1px solid #c2c2c2;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.query {}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives {
    position:absolute;
    z-index:-1000;
    left:-1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content + label.css-label,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives + label.css-label {
    padding-left:38px;
    height:28px;
    display:inline-block;
    line-height:28px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size:18px;
    vertical-align:middle;
    cursor:pointer;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content:checked + label.css-label,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives:checked + label.css-label {
    background-position: 0 -28px;
}
.specifications-search .specifications-search-form .specifications-search-field label.css-label {
    background-image:url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.specifications-search .specifications-search-form .specifications-search-field .select-container {
    display: block;
    float: left;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: #fafafa;
    position: relative;
}
.specifications-search .specifications-search-form .specifications-search-field .select-container:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #ff0000;
    font-size: 29px;
    position: absolute;
    right: 25px;
    top: 23px;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.category,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.subcategory,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.type {
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    color: #9f9f9f;
    position: relative;
    z-index: 40000;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.category:focus,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.subcategory:focus,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.type:focus {
    outline: none;
    border: 1px solid #c2c2c2;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.category option,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.subcategory option,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.type option {
    color: #000;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.category option:first-child,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.subcategory option:first-child,
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.type option:first-child {
    color: #9f9f9f;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-submit {
    display: block;
    float: left;
    width: 100%;
    height: 65px;
    background: #fe1312;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 18px;
    border: none;
    margin-top: 35px;
    cursor: pointer;
    font-weight: 700;
}
.specifications-search .specifications-search-form .specifications-search-field .specifications-search-submit:hover {
    background: #E80E0D;
}





@media(max-width: 1280px) {
    .content {
        max-width: 1280px;
        padding: 40px 40px 0 40px;
    }
    .feature {
        padding: 0 0 0 115px;
    }
}

@media(max-width: 1200px) {
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content + label.css-label, .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives + label.css-label {
        font-size: 16px;
    }
}

@media(max-width: 1100px) {
    .content .hero-container {
        height: 450px;
    }
    .news-events-container {
        padding: 0 50px;
    }
    .news-container {
        width: 300px;
    }
    .news .news-list-container {
        padding-right: 60px;
    }
    .events-container {
        padding-left: 250px;
    }
    .sign-up-container {
        padding: 0 50px;
    }
    .feature {
        padding: 0 0 0 95px;
    }
    .feature .feature-content .feature-title {
        font-size: 36px;
    }
    .specifications-search .specifications-search-header {
        font-size: 36px;
    }
    .specifications-search {
        padding: 0 95px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.file_content {
        padding-right: 10px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.archives {
        padding-right: 10px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.spacer {
        padding-right: 0;
    }
}

@media(max-width: 1000px) {
    .content .hero-container {
        height: 400px;
    }
    .content .hero .hero-main .hero-item-link-interior .category-container {
        top: 5px;
    }
    .content .hero .hero-main .hero-item-link-interior .title-container {
        top: 5px;
    }
    .content .hero .hero-main .hero-item-link-interior .title {
        font-size: 32px;
    }
    .content .hero .hero-item-link-interior .title {
        font-size: 16px;
    }
    .news-events-container {
        padding: 0 20px;
    }
    .news .news-list-container {
        padding-right: 40px;
    }
    .news .news-list .news-item .news-item-link .news-item-title {
        font-size: 18px;
    }
    .news .news-list .news-item .news-item-link .news-item-summary {
        font-size: 14px;
    }
    .videos .share-container {
        left: 0;
    }
    .sign-up-container {
        padding: 0 20px;
    }
    .sign-up .sign-up-form .sign-up-field-container.name {
        width: 40%;
    }
    .sign-up .sign-up-form .sign-up-field-container.email {
        width: 40%;
    }
    .sign-up .sign-up-form .sign-up-submit {
        width: 20%;
    }
    .feature {
        padding: 0 0 0 65px;
    }
    .specifications-search {
        padding: 0 65px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.text {
        width: 100%;
        margin-bottom: 0;
    }
    .specifications-search .specifications-search-form .specifications-search-field.file_content {
        width: 50%;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.archives {
        width: 50%;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.spacer {
        width: 0;
        margin-bottom: 0;
    }
}

@media(max-width: 900px) {
    .content .hero-container {
        height: 700px;
    }
    .content .hero .hero-main-container {
        width: 100%;
        height: 50%;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .content .hero .hero-list-container {
        width: 100%;
        height: 50%;
        padding-top: 10px;
        padding-left: 0;
    }
    .content .hero .hero-main .hero-item-link-interior .category-container {
        top: 2px;
    }
    .content .hero .hero-main .hero-item-link-interior .title-container {
        top: 2px;
    }
    .content .hero .hero-main .hero-item-link-interior .title {
        font-size: 32px;
    }
    .content .hero .hero-item-link-interior .title {
        font-size: 14px;
    }
    .events-container {
        padding-left: 250px;
    }
    .events {
        padding: 0 35px;
    }
    .events .events-list .events-item .events-item-link {
        padding: 0;
    }
    .events .events-list .events-item .events-item-link-interior {
        display: block;
    }
    .events .events-list .events-item .events-item-link .events-item-meta-container {
        display: block;
        width: 100%;
    }
    .events .events-list .events-item .events-item-link .events-item-meta {
        width: 100%;
    }
    .events .events-list .events-item .events-item-link .events-item-meta .events-item-date-container {
        float: left;
        width: 50%;
    }
    .events .events-list .events-item .events-item-link .events-item-meta .events-item-date {
        font-size: 9px;
        padding-bottom: 0;
        height: 90px;
    }
    .events .events-list .events-item .events-item-link .events-item-meta .events-item-location-container {
        float: left;
        width: 50%;
    }
    .events .events-list .events-item .events-item-link .events-item-meta .events-item-location {
        font-size: 9px;
        padding-top: 0;
        height: 90px;
    }
    .events .events-list .events-item .events-item-link .events-item-image-container {
        width: 100%;
    }
    .feature .feature-content-container {
        padding: 60px 0;
    }
    .specifications-search-container {
        padding: 60px 0;
    }
    .specifications-search {
        padding: 0 65px;
    }
}

@media(max-width: 767px) {
    .content {
        padding: 15px 0 0 0;
    }
    .content .hero-container {
        height: auto;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .content .hero .hero-main-container {
        float: none;
        width: 100%;
        height: 300px;
        padding: 0 0 30px 0;
    }
    .content .hero .hero-main .hero-item-link-interior .category-container {
        top: 1px;
    }
    .content .hero .hero-main .hero-item-link-interior .title-container {
        top: 1px;
    }
    .content .hero .hero-main .hero-item-link-interior .title {
        font-size: 24px;
    }
    .content .hero .hero-item-link-interior .title {
        font-size: 18px;
    }
    .content .hero .hero-list-container {
        float: none;
        width: 100%;
        padding: 0;
    }
    .content .hero .hero-list {
        float: none;
    }
    .content .hero .hero-list .hero-item-container {
        float: none;
        width: 100%;
        height: 200px;
    }
    .content .hero .hero-list .hero-item-container:nth-child(1),
    .content .hero .hero-list .hero-item-container:nth-child(2),
    .content .hero .hero-list .hero-item-container:nth-child(3),
    .content .hero .hero-list .hero-item-container:nth-child(4) {
        padding: 0 0 30px 0;
    }
    .content .hero .hero-item-link-interior .title-container {
        padding-right: 4%;
    }
    .content .hero .hero-main .hero-item-link-interior .title {
        padding: 15px 15px 0 0;
    }
    .news-events-container {
        padding: 0;
    }
    .events {
        padding: 0 30px;
    }
    .events-container {
        position: static;
        padding-left: 0;
    }
    .events .events-list .events-item:hover .events-item-link .events-item-image-shade-container {
        display: none;
    }
    .videos .videos-heading-container {
        margin-left: 30px;
    }
    .videos .share-container {
        height: 120px;
    }
    .videos .bx-controls .bx-prev {
        left: -42px;
    }
    .videos .bx-controls .bx-next {
        right: -42px;
    }
    .videos .bx-controls .bx-prev i {
        left: 0;
    }
    .videos .bx-controls .bx-next i {
        right: 0;
    }
    .videos .videos-list-container {
        height: auto;
        overflow: hidden;
    }
    .videos .videos-list .videos-item .videos-item-icon-container {
        padding: 5px 0 0 5px;
    }
    .videos .videos-list .videos-item .videos-item-icon {
        font-size: 16px;
    }
    .videos .videos-list .videos-item .videos-item-title {
        font-size: 9px;
    }
    .news-container {
        width: 100%;
        position: static;
        float: left;
        padding: 0 30px;
    }
    .news .news-heading-container {
        margin-left: 0;
    }
    .news .news-list-container {
        padding-right: 0;
    }
    .news .news-list .news-item-container {
        padding: 0;
    }
    .news .news-list .news-item-container:nth-child(n+5) {
        display: none;
    }
    .news .news-list .news-item-container:hover .share-container {
        display: none;
    }
    .news .news-list .news-item .news-item-link .news-item-date {
        font-size: 9px;
    }
    .sign-up-container {
        height: auto;
        padding: 0 30px;
    }
    .sign-up .sign-up-header {
        font-size: 18px;
    }
    .sign-up,
    .sign-up .sign-up-form-container,
    .sign-up .sign-up-form,
    .sign-up .sign-up-form .sign-up-submit {
        float: none
    }
    .sign-up .sign-up-form .sign-up-field-container {
        padding-right: 0;
        margin-bottom: 5px;
    }
    .sign-up .sign-up-form .sign-up-field-container.name {
        width: 100%;
    }
    .sign-up .sign-up-form .sign-up-field-container.email {
        width: 100%;
    }
    .sign-up .sign-up-form .sign-up-input {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
    .sign-up .sign-up-form .sign-up-submit {
        width: 100%;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .feature {
        padding: 0 0 0 30px;
    }
    .feature .feature-content-container {
        width: 75%;
    }
    .feature .feature-background-container {
        width: 25%;
    }
    .feature .feature-content .feature-category-container,
    .feature .feature-content .feature-title-container,
    .feature .feature-content .feature-body-container,
    .feature .feature-content .feature-more-container {
        padding-right: 0;
    }
    .feature .feature-content .feature-category {
        font-size: 14px;
    }
    .feature .feature-content .feature-title {
        font-size: 24px;
    }
    .feature .feature-content .feature-body {
        font-size: 14px;
    }
    .feature .feature-content .feature-more {
        font-size: 14px;
    }
    .specifications-search {
        padding: 0 30px;
    }
    .specifications-search .specifications-search-header {
        font-size: 24px;
    }
    .specifications-search .specifications-search-form .specifications-search-field {
        height: auto;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .specifications-search .specifications-search-form .specifications-search-field.third {
        width: 100%;
        margin-bottom: 10px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.checkbox {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.checkbox .specifications-search-label {
        margin-bottom: 0;
    }
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.query {
        margin-bottom: 20px;
    }
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content + label.css-label, .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives + label.css-label {
        font-size: 14px;
    }
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-label {
        font-size: 16px;
    }
    .specifications-search .specifications-search-form .specifications-search-field .select-container:after {
        top: 16px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.submit {
        margin-bottom: 0;
    }
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-submit {
        margin-top: 20px;
        height: 50px;
        line-height: 50px;
    }
}

@media(max-width: 600px) {
    .events .events-list .events-item .events-item-link .events-item-image-container {
        width: 100%;
    }
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content + label.css-label, .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives + label.css-label {
        padding-right: 90px;
        line-height: 18px;
    }
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-label-span {
        position: relative;
        bottom: 3px;
    }
}

@media(max-width: 540px) {
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content + label.css-label, .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives + label.css-label {
        padding-right: 60px;
    }
}

@media(max-width: 500px) {
    .events .events-list .events-item .events-item-link .events-item-image-container {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content + label.css-label, .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives + label.css-label {
        padding-right: 30px;
    }
}
@media(max-width: 420px) {
    .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.file_content + label.css-label, .specifications-search .specifications-search-form .specifications-search-field .specifications-search-input.archives + label.css-label {
        padding-right: 0;
    }
}

@media(max-width: 400px) {
    .events .events-list .events-item .events-item-link .events-item-image-container {
        width: 100%;
    }
}
@media(max-width: 380px) {
    .specifications-search .specifications-search-form .specifications-search-field.file_content {
        padding-left: 10px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.archives {
        width: 45%;
        padding-left: 10px;
    }
    .specifications-search .specifications-search-form .specifications-search-field.file_content {
        width: 55%;
    }
}