/*
Theme Name: MAC-MOD 2020
Theme URI: https://www.scorrmarketing.com/
Author: SCORR Marketing
Author URI: http://www.scorrmarketing.com/
Description: A theme built by SCORR Marketing.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scorr

scorr is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=8ef6b0ac-3596-4733-a8e5-128ce9ed1059");
@font-face{
    font-family:"Swiss721 BT W01 Light";
    src:url("Fonts/8bce9cb8-d4f7-4bcd-b2f9-48863565492f.woff2") format("woff2"),url("Fonts/26a8f5d8-621d-4416-937e-e4a1cfda93ff.woff") format("woff");
}
@font-face{
    font-family:"Swiss721 BT W01 Medium";
    src:url("Fonts/ee7305d5-3db9-4e87-8813-e68c0a6bd835.woff2") format("woff2"),url("Fonts/552709be-4bfe-4b7c-94a3-d94f54edf163.woff") format("woff");
}
@font-face{
    font-family:"Swiss721 BT W01 Heavy";
    src:url("Fonts/ac883e1e-1e6b-4e7f-b1d7-f45b49b2cbe4.woff2") format("woff2"),url("Fonts/dd87a06f-d70b-4c75-8f26-b0ee3f5ba10c.woff") format("woff");
}
@font-face{
    font-family:"Swiss721 BT W01 Condensed";
    src:url("Fonts/b767dd3c-3627-465c-a20f-82b866d858ba.woff2") format("woff2"),url("Fonts/000d2647-cf0a-43d5-82bb-1c933c0d3850.woff") format("woff");
}
@font-face{
    font-family:"Swiss721 BT W01 Bold Condensed";
    src:url("Fonts/fcf9aa86-b235-44bf-ac7d-cf046cf62af9.woff2") format("woff2"),url("Fonts/89d395bf-e7e5-4961-a3d9-256122e34852.woff") format("woff");
}

/*--------------------------------
# Type / Elements
--------------------------------*/

body, button, input, select, textarea {
    color: #000;
    line-height: 1.625em;
}
body {
	font-family: "Swiss721 BT W01 Light", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #000;
	font-family:"Swiss721 BT W01 Light";
    font-weight: 400;
    margin: 0 0 1rem;
}
h1 {
    font-size: 3em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.75em;
    line-height: 1.333em;
}
h2.entry-pretitle {
    color: #fff;
    font-size: .8125em;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
h1.entry-title {
	font-size: 3.5em;
}
h1.entry-title, h2.entry-title {
    color: #fff;
    line-height: 1.3em;
	font-family: "Swiss721 BT W01 Light", sans-serif;
}
.single-resources h1.entry-title {
    font-size: 2.375em;
    line-height: 1.25;
    margin-bottom: 0;
}
.related-resources h2, h2.resources-headline {
    text-align: center;
    font-family: "Swiss721 BT W01 Light", sans-serif;
    font-weight: 400;
	font-size: 2em;
}
h3 {
    font-size: 1.5em;
    line-height: 1.36em;
}
h3#foot-cta {
    font-family: "Swiss721 BT W01 Light", sans-serif;
}
h3.details-section-header {
    color: #fff;
    font-family: "Swiss721 BT W01 Bold Condensed";
    font-size: 1em;
    line-height: 1;
    text-align: center;
    background: #3f3f3f;
    padding: 1em;
}
h4, h5, h6 {
    font-size: 1.25em;
    line-height: 1.5em;
}
.entry-content ul {
    list-style: none;
}
.entry-content ul li {
    position: relative;
}
.entry-content ul li:before {
    color: #a22826;
    content: '\2022';
    position: absolute;
    float: left;
    margin-left: -20px;
}
.entry-content ul ul li:before {
    content: '‑';
    color: #4e5157;
}
.entry-content p, .entry-content li {
    font-size: 1.125rem;
}
b, strong {
	font-family: 'Swiss721 BT W01 Medium';
    font-weight: 400;
}
@media only screen and (min-width: 641px) {
    .entry-content blockquote p, .entry-content blockquote li {font-size: 2.375rem;}
}
@media only screen and (max-width: 959px) {
    h1.entry-title {font-size: 2em;}
}
@media only screen and (max-width: 767px) {
    h1.entry-title {font-size: 1.75em;}
    header.entry-header .subtitle {font-size: 1em;}
    .entry-content h2 {font-size: 1.5em;}
    .entry-content h3 {font-size: 1.35em;}
}
@media all and (max-width: 500px) {
	h1{font-size: 2.2rem;}
}

/*--------------------------------
# Links
--------------------------------*/

a {
    color: #000;
}
a:hover, a:focus, a:active {
    color: #a22826;
    text-decoration: underline;
}
.entry-content a {
	border-bottom: 1px solid #a22826;
    position: relative;
    text-decoration: none;
    transition: all .4s ease;
}
.entry-content a:hover {
    text-decoration: none;
}
.phase-table-contain a {
	font-size: 1rem;
}
.entry-content .card-contain a {
    position: static;
}
.btn, button, input[type="button"], input[type="submit"], a.wp-block-button__link {
    background: none;
    border: 2px solid #a22826;
    border-radius: 0;
    color: #2c2c2c;
    display: inline-block;
    font-family:"Swiss721 BT W01 Bold Condensed";
    font-size: 1em;
    line-height: 1em;
    padding: .812em 1.5em .625em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    z-index: 1;
}
.field-wrap.submit-wrap {
    display: inline-block !important;
}
.field-wrap.submit-wrap .nf-field-element {
    display: inline-block !important;
    position: relative !important;
    z-index: 2 !important;
}
.btn:before, button:before, input[type="button"]:before, input[type="submit"]:before, .field-wrap.submit-wrap:before, a.wp-block-button__link:before {
    background-color: #fff;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #a22826 50%, #fff 50%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    z-index: -1;
}
.btn.reverse:before {
    background-color: #a22826;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #fff 50%, #a22826 50%);
}
a.btn:hover, a.wp-block-button__link:hover {
    text-decoration: none;
}
.entry-content a.btn {
    font-family: "Swiss721 BT W01 Bold Condensed";
	border: 2px solid #a22826;
    color: #2c2c2c;
}
@media (hover: hover) {
    .btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.wp-block-button__link:hover, .entry-content a.btn:hover {
        color: #fff;
    }
    .btn:hover:before, button:hover:before, input[type="button"]:hover:before, input[type="submit"]:hover:before, .field-wrap.submit-wrap:hover:before, a.wp-block-button__link:hover:before {
        background-position: -95% 0;
    }
}
.entry-content a.btn:after, .entry-content .card-contain a:after, a.wp-block-button__link:after {
    content: none;
    display: none;
}
button.sc-search {
    background: #a22826;
    color: #fff;
    font-size: 1.2em;
    height: 100px;
    padding: 0 20px;
}
button.sc-search:before {
    content: none;
}
button:focus, button:active {
    outline: none;
}

/*--------------------------------
# Header
--------------------------------*/

header#masthead {
    background: #fff;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    transition: all .6s ease, width 0s;
    width: 100%;
    z-index: 999;
}
.logged-in header#masthead {
    top: 32px;
}
.masthead-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1800px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.head-part {
    position: relative;
    display: inline-block;
    z-index: 20;
}
.site-home-link {
    display: inline-block;
    line-height: 1em;
}
.site-branding img.logo-img {
    display: inline-block;
}

/*Hidden State*/

@media only screen and (min-width: 1023px) {
    header#masthead.hidden {
        transform: translateY(-112px);
        visibility: hidden;
    }
}

/*--------------------------------
# Menus
--------------------------------*/

.main-navigation {
    display: block;
    text-align: right;
}
.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.site-header li {
    display: inline-block;
    line-height: 1em;
    padding: 0 7px;
    position: relative;
}
.site-header li a {
    border-bottom: 2px solid #fff;
    color: #2c2c2c;
    display: inline-block;
    font-family:"Swiss721 BT W01 Condensed";
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
}
.site-header ul.menu li a:hover, .site-header ul.menu>li.active>a {
    border-color: #a22826;
    color: #a22826;
    text-decoration: none;
}
.site-header li.sep-item a {
    color: #a22826;
    pointer-events: none;
}
.site-header ul.menu ul {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    left: -10px;
    opacity: 0;
    padding: 0 20px 20px;
    position: absolute;
    text-align: left;
    top: 64px;
    transition: all .4s ease;
    visibility: hidden;
    z-index: 99;
}
.site-header ul.menu > li > ul {
    transform: translate(-10px, -10px);
}

/* Dropdown from right */
.site-header ul.menu li.dropdown-right ul {
	left: auto;
	right: 0;
	width: 220px;
}
.site-header ul.menu > li.dropdown-right > ul {
    transform: translate(10px, -10px);
}
.site-header ul.menu ul ul {
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 0 0 0 1em;
    position: static;
    transform: none;
    visibility: inherit;
}
.site-header ul.menu ul a {
    border: 0;
    font-size: 1rem;
    line-height: 16px;
    text-transform: none;
    padding: 0 0 .5em;
    position: relative;
    width: 250px;
}
.site-header ul.menu ul ul a {
    font-size: .9375rem;
}
ul#primary-menu ul a:hover {
    border: 0;
    color: #a22826;
    transform: translateX(4px);
}
ul#primary-menu li.active>ul {
    transform: translate(0);
}
ul#primary-menu li.active>ul, ul#primary-menu li.focus>ul, ul#primary-menu ul li:hover>ul, ul#primary-menu ul li.focus>ul {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu>li.menu-item-has-children.active a:active, ul#primary-menu>li.menu-item-has-children.active a:focus {
    text-decoration: none;
}
ul#primary-menu ul li {
    padding: 0 0 .75em;
}
ul#primary-menu ul li:last-of-type, ul#primary-menu ul li.menu-item-has-children li {
    padding: 0;
}
#primary-menu li:last-of-type {
    padding-right: 0;
}
.site-header li.btn a {
	border-bottom:none;
	padding:0;
}
#primary-menu .btn {
    border: 2px solid #2c2c2c;
    padding: .75em 1em;
}
#primary-menu .btn:hover a {
    color:#fff;
}
@media only screen and (max-width: 1350px) {
    .site-header li {
        padding-left: 7px;
        padding-right: 7px;
    }
    .site-header li.sep {
        padding-left: 6px;
        padding-right: 6px;
    }
    .site-header li a, button.sc-search {font-size: .94em;}
    button.sc-search {padding: 0 14px;}
}
@media only screen and (max-width: 1199px) {
    .site-header li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .site-header li.sep {
        padding-left: 4px;
        padding-right: 4px;
    }
    .site-header li a, button.sc-search {font-size: .78em;}
    button.sc-search {padding: 0 10px;}
}
@media only screen and (max-width: 1100px) {
    .site-header li.sep {display: none;}
}
.products-menu ul {
	-webkit-column-count:2;
	   -moz-column-count:2;
	        column-count:2;
}

/*--------------------------------
# Content
--------------------------------*/

#content {
    min-height: 600px;
    padding-top: 100px;
}
#page {
    background: #fff;
    margin: 0 auto;
    max-width: 1800px;
	overflow-x: hidden;
    padding: 0;
	position: relative;
    width: 100%;
}
@media only screen and (min-width: 1801px) {
    #page, .masthead-content {
        border-left: 1px solid #eceff2;
        border-right: 1px solid #eceff2;
    }
}

/* Page Head */

#page-head {
    background: #3f3f3f;
    background: url(img/hero-bg.jpg) center center / cover no-repeat;
    height: 200px;
    overflow: hidden;
    position: relative;
}
#page-head.header-thumbnail {
    height: 260px;
}
@media only screen and (max-width: 960px) {
    #page-head.header-thumbnail {
        height: 200px;
    }
}
.header-img, header.entry-header, .entry-header-content {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.header-img {
    -webkit-clip-path: polygon(0% 100%, 120px 0%, 100% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 120px 0%, 100% 0%, 100% 100%);
    left: auto;
    margin: auto 0;
    right: 0;
    width: 50%;
}
header.entry-header, .entry-header-content {
    margin: auto;
    right: 0;
    text-align: center;
}
header.entry-header {
    max-width: 1200px;
    z-index: 6;
}
.entry-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}
#page-head.header-thumbnail .entry-header-content {
    margin: 0;
    max-width: 40%;
    text-align: left;
}
@media only screen and (min-width: 728px) {
    #page-head.header-thumbnail .entry-header-content {
    max-width: 40%;
}
}
p#breadcrumbs {
    background: #3f3f3f;
    color: #fff;
    font-family: "Swiss721 BT W01 Medium", sans-serif;
	font-size: .75rem;
    margin: 0;
    padding: .5rem 20px;
    text-align: center;
}
p#breadcrumbs a {
    color: #fff;
}

/*--------------------------------
# Sidebar
--------------------------------*/

.has-sidebar.row {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

/*--------------------------------
# Events
--------------------------------*/

.feed-list.row, .event-row.row, .page-template-news #resource-content {
    margin: 0 auto;
    max-width: 1225px;
    width: 100%;
}
.event-row.row {
    padding-top: 4em;
}
.event-form-title {
    margin-bottom: 2rem;
}
.event-form {
    background: #e9e9e9;
    padding: 1.5em;
}

/*--------------------------------
# Resource Library
--------------------------------*/

.resource-feed {
    padding-bottom: 2.125em;
}
h3.filter-title {
    display: inline-block;
    text-transform: none;
}
button.loader {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    color: #2c2c2c;
    display: block;
    font-size: 1.125em;
    margin: 0 0 2.125rem;
    width: 100%;
}
button.loader:before {
    content: none;
}
button.loader:hover, button.loader:focus {
    color: #a22826;
    outline: 0;
    transform: translateY(-3px);
}
.load-more {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.load-more.active {
    opacity: 1;
    visibility: visible;
}
.resource-meta span {
    display: block;
}

/*--------------------------------
# Page Styles
--------------------------------*/

/* Misc */

.no-results {
    padding: 0 20px;
}

/* Pagination */

.pagination {
    padding: 1.71rem 0 0;
    text-align: center;
}
.pagination a {
    border: 0;
    color: #2c2c2c;
    display: inline-block;
}
span.page-numbers.current {
    border-bottom: 1px solid #a22826;
    color: #a22826;
}
.pagination a.next {
    margin-left: 20px;
}
.pagination a.prev {
    margin-right: 20px;
}
.pagination a i:before {
    margin: 0;
    width: .7em;
}

/* Search Results */

.search-result {
    border-bottom: 1px solid #d4d7d8;
    padding: 0 20px;
}
.search-result:last-of-type {
    border: 0;
}
.entry-content .search-result a {
    border-bottom: none;
}
.search-result .card-content {
    height: auto;
    padding: 40px 0;
}
.search-result h3.card-title {
    margin-bottom: 5px;
}
.search-result h3.card-title, .search-result h3.card-title a {
    font-size: 1.5rem;
}

/* News Page */

ul.filter-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 0 2rem 2rem;
}
ul.filter-list li {
    display: inline-block;
    font-size: 1.25em;
    padding: 7px;
}
ul.filter-list li:before {
    content: none;
}

/*--------------------------------
# Search Form
--------------------------------*/

#primary-menu li {
    transition: all .6s ease, opacity .4s ease .2s;
    transition-timing-function: cubic-bezier(.2727, .0986, .8333, 1);
}
.search-active #primary-menu li {
    opacity: 0;
    transform: scale(.7);
}
.search-active #primary-menu li.search-btn-cont {
    opacity: 1;
    transform: none;
}
#inline-search-form {
    align-items: center;
    background: #a22826;
    bottom: 0;
    display: inline-flex;
    margin: auto;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(444px);
    transition: all .4s ease;
    transition-timing-function: cubic-bezier(.2727, .0986, .8333, 1);
    visibility: hidden;
    z-index: 9;
}
#inline-search-form.active {
    opacity: 1;
    transform: translateX(0);
    transition: all .4s ease, opacity .1s ease;
    visibility: visible;
}
#header-searchform {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
#inline-search-form input, #mobile-searchform input {
    background: none;
    box-shadow: none;
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: 1.1em;
}
#inline-search-form input {
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 0 3px 3px;
    width: 300px;
}
#mobile-searchform input {
    border: 1px solid #a22826;
    color: #a22826;
    text-align: center;
}
button.search-send {
    color: #fff;
    font-size: 1.2em;
    padding: 0;
}
button.search-send:before, .search-toggle button:before {
    content: none;
}
input.searchinput::-webkit-input-placeholder {color: #fff;}
input.searchinput::-moz-placeholder {color: #fff;}
input.searchinput:-ms-input-placeholder {color: #fff;}
input.searchinput::-ms-input-placeholder {color: #fff;}
input.searchinput::placeholder {color: #fff;}
#mobile-searchform input::-webkit-input-placeholder {color: #a22826;}
#mobile-searchform input::-moz-placeholder {color: #a22826;}
#mobile-searchform input:-ms-input-placeholder {color: #a22826;}
#mobile-searchform input::-ms-input-placeholder {color: #a22826;}
#mobile-searchform input::placeholder {color: #a22826;}
.search-close {
    display: inline-block;
    cursor: pointer;
    height: 1rem;
    padding: 0;
    width: 1rem;
}
.search-toggle {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    margin: 0 6px;
    overflow: hidden;
    padding: .5rem 0;
    position: relative;
    width: 152px;
}
.search-toggle:after {
    background: #fff;
    border-radius: 99px;
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all .4s ease-in-out;
    width: 50%;
}
.search-toggle.active:after {
    transform: translateX(100%);
}
.search-toggle button {
    border: 0;
    color: #fff;
    display: block;
    flex-basis: 50%;
    flex-grow: 1;
    font-size: .8rem;
    line-height: 1em;
    padding: 0;
    position: relative;
    z-index: 3;
}
.search-toggle button:first-of-type, .search-toggle.active button {
    color: #a22826;
}
.search-toggle.active button:first-of-type {
    color: #fff;
}
.mobile-search-contain .search-toggle {
    border-color: #a22826;
    margin: 0 auto 1rem;
}
.mobile-search-contain .search-toggle:after {
    background: #a22826;
}
.mobile-search-contain .search-toggle button {
    color: #a22826;
}
.mobile-search-contain .search-toggle button:first-of-type, .mobile-search-contain .search-toggle.active button {
    color: #fff;
}
.mobile-search-contain .search-toggle.active button:first-of-type {
    color: #a22826;
}

/* Close Button */

.close, .yt-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    transition: all .4s ease;
    width: 30px;
    z-index: 100;
}
.close:before, .close:after, .search-close:before, .search-close:after, .yt-close:before, .yt-close:after, .r-search-close:before, .r-search-close:after {
    background: #a22826;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 100%;
}
.search-close:before, .search-close:after {
    background: #fff;
}
.close:before, .search-close:before, .yt-close:before, .r-search-close:before {
    transform: rotate(45deg);
}
.close:after, .search-close:after, .yt-close:after, .r-search-close:after {
    transform: rotate(-45deg);
}

/*--------------------------------
# Forms
--------------------------------*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, select {
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    transition: all .4s ease;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    color: #000;
    border: 1px solid #a22826;
}
[type=text], [type=time], [type=url], [type=week], textarea {
    box-shadow: none;
}
select {
    line-height: 1em;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
label {
    color: #2c2c2c;
    font-size: 1em;
    font-weight: 400;
}
.ninja-forms-form-wrap label {
    font-weight: normal!important;
}
.ninja-forms-req-symbol, .nf-error-msg, .hs-form-required {
    color: #a22826 !important;
}
.nf-error-msg {
    font-size: .875em;
    font-style: italic;
}
.nf-error .ninja-forms-field {
    border: 1px solid #a22826 !important;
}
.nf-form-fields-required, .ninja-forms-required-items {
    display: none !important;
}
.nf-field-container, #ninja_forms_required_items, .hs-form-field {
    margin-bottom: 1rem !important;
}
.entry-content .nf-field-element ul li:before {
    content: '';
}
#nf-field-23-wrap li {
    text-align: left;
}
.label-above .nf-field-label {
    margin-bottom: 0 !important;
}
.nf-multi-cell .nf-cell {
    padding: 0 1em !important;
}
.field-wrap.submit-wrap {
    position: relative;
}
.field-wrap.submit-wrap:before {
    z-index: 1;
}
.field-wrap.submit-wrap input[type=button] {
    background: transparent;
}
.field-wrap.submit-wrap .nf-field-label, .field-wrap.submit-wrap .nf-error-wrap {
    display: none !important;
}
.nf-fu-fileinput-button {
    overflow: visible !important;
}

/* Act-On Forms */

.ao-form button {
    background: rgb(49, 143, 151);
}
.ao-form button:before {
    content: none;
}

/*--------------------------------
# Cards
--------------------------------*/

a.cardlink {
    display: block;
}
.card {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
}
.card:hover {
    background: #a22826;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    transform: translateY(-4px);
}
.card.no-link {
    cursor: default;
}
.card, .card-image, .card-type, .card-content {
    transition: all .4s ease;
}
.card-type {
	color: #a22826;
    display: block;
    font-family:"Swiss721 BT W01 Condensed";
    line-height: 1em;
    padding: 0 0 1rem;
    position: relative;
    text-transform: uppercase;
}
.card.has-thumb .card-type {
    color: #a22826;
    padding: 0 0 10px;
}
.card:hover .card-type {
    color: #fff;
}
.card-type, a.card-link {
    font-size: .8125em;
}
.card-content {
    height: 330px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    z-index: 4;
}
.grid-item .card-content {
	height: auto;
}
h3.card-title {
    color: #000;
	font-size: 1.25em;
    font-family:"Swiss721 BT W01 Condensed";
    font-weight: 400;
	line-height: 1.45em;
    margin-bottom: 0;
    text-transform: none;
    transition: all .4s ease;
}
h3.card-title p {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.4;
}
h3.card-title a {
    color: #000;
}
.product-card h3.card-title, .product-card h3.card-title a {
    color: #2c2c2c;
}
.product-card h3.card-title a strong {
    color: #a22826;
    font-family:"Swiss721 BT W01 Condensed";
    font-weight: 400;
    transition: all .4s ease;
}
.card:hover h3.card-title a, .card:hover h3.card-title a strong {
    color: #fff;
}
h3.card-title, h3.card-title a {
    border: 0;
    transition: all .4s ease;
}
a.cardlink:hover, .card a:hover, h3.card-title a:hover {
    text-decoration: none;
}
.card-exerpt p {
    font-size: .9375em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    transition: all .4s ease;
}
.card-contain {
    padding-bottom: 30px;
}
.card-go {
    bottom: 4px;
    color: #fff;
    font-family:"Swiss721 BT W01 Bold Condensed";
    font-size: .75rem;
    padding: 0 12px 0 0;
    position: absolute;
    right: 10px;
}
.card-arrow, .card-arrow:before, .card-arrow:after {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.card-arrow:before, .card-arrow:after {
    content: '';
}
.card-arrow:before {
    background: #fff;
    height: 2px;
    width: 10px;
}
.card-arrow:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    transform: rotate(-45deg);
    width: 8px;
}

/* Applications */

.card.has-thumb {
    padding: 2rem 1rem;
}
.card.has-thumb .card-content {
    height: auto;
    min-height: 330px;
    padding: 0;
}
.card-thumb-contain {
    display: inline-block;
    padding: 0;
}
.card-thumb-inside {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .4);
    display: inline-block;
}
img.card-thumb {
	max-height: 250px;
}

/* Product Card */

.entry-content.cards-contain {
    background: #e9e9e9;
}
.card.product-card .card-content {
    align-items: center;
    display: flex;
    height: 120px;
}
@media only screen and (max-width: 959px) {
    h3.card-title {font-size: 1em;}
    .card-content {
        height: 360px;
        padding: 2rem;
    }
}
@media only screen and (max-width: 640px) {
    .card-content {height: auto;}
    .card.has-thumb .card-content {min-height: 0;}
    .card-thumb-inside {margin-bottom: 20px;}
    .card.product-card .card-content{height: auto;}
}
p.card-meta-date, .single-resources span.single-date {
    display: none;
}

/*--------------------------------
# Footer
--------------------------------*/

#pre-foot {
    background: rgb(233,233,233);
    background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%);
    padding: 4em 20px;
    text-align: center;
}
.pre-foot-content {
    text-align: center;
}
footer.site-footer {
    background: #2c2c2c;
    color: #fff;
    padding: 0;
}
.right-foot-col {
    text-align: right;
}
.right-foot-col img {
    display: inline-block;
}
.foot-content.row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
    padding: 40px 20px;
    width: 100%;
}
.foot-content-bottom {
    border-top: 2px solid #3f3f3f;
}
.foot-content.row.foot-content-top {
    align-items: flex-start;
}
.foot-part {
    margin: 0 auto;
}
@media only screen and (min-width: 641px) {
    .useful-links-part, .foot-contact {width: 20%;}
    .useful-links-part {padding: 0 20px;}
    .foot-about {width: 60%;}
}
.foot-about p {
    max-width: 505px;
}
.site-info {
	margin-left: 0;
    margin-right: 20px;
}
.site-info p {
    font-size: .875em;
}
.menu-foot-menu-container {
    display: inline-block;
}
p#copyright-statement {
    display: inline-block;
    margin-bottom: 0;
}
#foot-links-contain {
    margin-left: 0;
    margin-right: auto;
}
ul#foot-links, ul#useful-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#foot-links li {
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 1em;
    padding: 0 8px;
}
ul#foot-links li:last-of-type {
    border: 0;
}
ul#foot-links li a {
    color: #fff;
    font-size: .875em;
}
#foot-contact a, ul#useful-links li a {
    color: #fff;
}
strong.foot-title {
    color: #fff;
    display: block;
    font-family:"Swiss721 BT W01 Bold Condensed";
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 1.71rem;
    text-transform: uppercase;
}
.social-icons {
    align-items: flex-end;
    display: flex;
    margin-right: 0;
	text-align: right;
}
span.social-links-text {
    display: inline-block;
    font-size: .875rem;
    margin-right: 10px;
}
.social-icons a.social-image {
    display: inline-block;
    padding-bottom: 3px;
}
.social-icons a.social-icon {
    background: #a22826;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    height: 40px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    transition: all .4s ease;
    width: 40px;
}
.social-icons a.social-icon i.fa {
    line-height: 1em;
    vertical-align: middle;
}
.social-icons a.social-icon:hover {
    background-color: #2c2c2c;
}

/* Footer Responsive Styles */

@media only screen and (max-width: 640px) {
    #pre-foot {padding: 60px 15px;}
    h3#foot-cta {font-size: 1.4em;}
    .foot-content.row {
        flex-direction: column;
        text-align: center;
    }
    .foot-part {
        margin-bottom: 2em;
        text-align: center;
        width: 100%;
    }
    .site-info {
        justify-content: center;
        order: 1;
    }
    .social-icons {
        justify-content: center;
        margin: 0;
        order: 3;
    }
    .right-foot-col {order: 2;}
    #foot-contact, .foot-about p {margin: 0;}
    p#copyright-statement {
        display: block;
        text-align: center;
    }
    .site-info, #foot-links-contain {margin: 0 0 2em;}
}

/*--------------------------------
# Responsive
--------------------------------*/

/* Lightbox */

.lightbox {
    color: #2c2c2c;
    z-index: 9998;
}
.lightbox-contain {
    background: #fff;
}

/* Menu Button */

.mobile-menu-btn {
    right: 20px;
    top: 22px;
    z-index: 9999;
}
.menu-bar, .menu-btn:before, .menu-btn:after {
    background: #000;
}

/* Mobile Menu */

#mobile-menu-contain ul li.has-submenu>a:after {
	color: #a22826;
	content: '\e810';
	display: inline-block;
	float: right;
    font-family: fontello;
    padding-left: 10px;
}
#mobile-menu-contain ul li a {
	color: #2c2c2c;
    display: inline-block;
	font-size: 1em;
    padding: 5px 15px;
}
@media only screen and (min-width: 767px) {
	#mobile-menu-contain ul li a, button.mobile-search-btn, li.back {
		font-size: 1.25em;
		padding: 7px 15px;
	}
}
#mobile-menu-contain ul li ul {
    align-items: center;
    background-color: #a22826;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    list-style: none;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    width: 95vw;
    z-index: 200;
}
#mobile-menu-contain ul li ul li a {
    color: #fff;
}
#mobile-menu-contain ul li ul ul {
    background-color: #2c2c2c;
    width: 100%;
    width: 90vw;
}
#mobile-menu-contain ul li.has-submenu.open-submenu>ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#mobile-menu-contain ul li ul li a {
    padding-left: 30px;
}
#mobile-menu-contain ul li ul li ul li a {
    padding-left: 45px;
}
.back {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.back:before {
    color: #fff;
    content: '\e80f';
    display: inline-block;
    font-family: fontello;
    padding-right: 10px;
}
.entry-content .back, .entry-content .back:before {
    color: #4e5157;
}
#mobile-menu-contain li.btn {
    display: block;
    margin: 15px 0;
}
#mobile-menu-contain .sep-item {
    display: none;
}

/* Mobile search button */

#mobile-menu-contain .search-btn-cont {
    display: none;
}
button.mobile-search-btn, button.search-back {
    border: 0;
    color: #a22826;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 0;
    position: static;
    text-transform: uppercase;
}
button.search-back {
    opacity: 0;
    visibility: hidden;
}
button.search-back:before {
    background: none;
    color: #a22826;
    position: static;
    transform: none;
}
.mobile-search-active button.search-back {
    opacity: 1;
    visibility: visible;
}
button.mobile-search-btn i {
    color: #a22826;
}
button.mobile-search-btn:before {
    content: none;
}
button.mobile-search-btn, button.mobile-search-btn:hover {
    background-color: transparent;
    border: 0;
}
.sub-open button.mobile-search-btn {
    opacity: 0;
    visibility: hidden;
}
button.mobile-search-btn:active, button.mobile-search-btn:focus {
    outline: none;
}
.mobile-search-contain, .mobile-links {
    transition: all .4s ease-in-out;
    z-index: 10;
}
.mobile-links {
    margin-bottom: .5rem;
    max-height: 100vh;
    overflow: hidden;
    padding: 0 2rem;
}
.mobile-search-contain, .mobile-search-active .mobile-links {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}
.mobile-search-active .mobile-search-contain {
    max-height: 200px;
    width: 400px;
    max-width: 80%;
    opacity: 1;
    visibility: visible;
}
#image-box {
    z-index: 1000;
}
@media only screen and (max-width: 1023px) {
    /* header#masthead {position: absolute;} */
    nav#site-navigation, .no-small, li.search-link.menu-item {display: none;}
    .mobile-menu-btn {display: inline-block;}
    .lightbox .close {
        bottom: 50px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: auto;
    }
    .masthead-content {padding: 10px 20px;}
    #content {padding-top: 90px;}
}

/* Tables */

table tr:nth-of-type(odd) {
    background: #e9e7e6;
    background: rgba(233, 231, 230, .5);
}
table tr:first-of-type {
    background: #3f3f3f;
}
table th, table td {
    font-family:"Swiss721 BT W01 Condensed";
	font-size: 1rem;
    padding: .62rem .5rem;
    text-align: center;
}
table td p, .entry-content table td p {
    font-family:"Swiss721 BT W01 Condensed";
	font-size: 1rem;
    margin: .5rem 0;
}
table th {
    color: #fff;
    font-family:"Swiss721 BT W01 Bold Condensed";
    font-size: .925em;
    line-height: 1.2em;
}
table a.btn {
    font-size: .875rem;
    padding: .5rem;
}

@media only screen and (max-width:1023px) {
    table {
        display: block;
        max-width: -moz-fit-content;
        max-width: -webkit-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
    table th {font-size: .85rem;}
    table td, table td p, .entry-content table td p {
        font-size: .85rem;
        margin: 0;
    }
    .phase-table-contain a {font-size: 1em;}
}
@media only screen and (max-width:640px) {
    table th {font-size: .75rem;}
}

/* Dropdown Menu */

.container-center{
    margin: 0 auto;
	max-width: 1210px;
}
.drop-menu {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    display: inline-block;
    margin: 0 20px;
    padding: 1em 10px;
    position: relative;
    transition: all .4s ease;
    width: 20%;
    z-index: 99;
}
.drop-menu.active {
    z-index: 100;
}
.drop-menu.inline-drop-menu {
    border: 2px solid #a22826;
    box-shadow: none;
    width: auto;
}
ul.filter-list.drop-list {
	background: #2c2c2c;
    display: none;
    left: 0;
    margin: 0;
    max-height: 340px;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 50px;
    width: 100%;
}
.resource-industry-dropdown ul.filter-list.drop-list {
	background: lightgray;
}
.resource-industry-dropdown ul.filter-list.drop-list {
    max-height: 240px;
}
ul.filter-list.drop-list li:before, ul.filter-list.drop-list li a:after {
    content: none;
}
ul.filter-list.drop-list li {
    display: block;
    font-size: 1rem;
    padding: 0;
    text-align: left;
}
ul.filter-list.drop-list li a {
    border: 0;
	color: #fff;
    display: block;
    line-height: 1.1em;
    padding: 20px;
}
.resource-industry-dropdown ul.filter-list.drop-list li a {
    color: #2c2c2c;
}
ul.filter-list.drop-list li a:hover {
    background: #a22826;
    color: #fff;
}
.drop-activator {
    color: #000;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.1em;
}
.inline-drop-menu .drop-activator {
    color: #2c2c2c;
    font-family: "Swiss721 BT W01 Condensed";
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
}
.page-template-events-library h3.drop-filters-title, .page-template-events-library .drop-menu {
    margin: 0 10px;
}
.brand-filter-dropdown {
    margin: 0 0 1.71rem;
    text-align: center;
}

/* Notification */

.sc-notif {
    bottom: 0;
    left: 0;
    position: fixed;
    transition: all .4s ease;
    visibility: hidden;
    z-index: 999;
}
.sc-notif.sc-notif-slidein {
    background: #fff;
    display: inline-block;
    margin: 0;
    transform: translateX(-100%);
}
.sc-notif.sc-notif-splash {
    align-items: center;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    margin: auto;
    opacity: 0;
    right: 0;
    top: 0;
}
.sc-notif.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.sc-notif-contain {
    display: block;
    position: relative;
	background: #fff;
}
.sc-notif-contain h2, .sc-notif-contain h3, .sc-notif-contain h4 {
    margin: 0;
    padding: 1rem 1rem 0;
}
.sc-notif-contain p {
    margin: 0;
    padding: 1rem;
}
.sc-notif-contain p + p {
    padding-top: 0;
}
.close.sc-notif-close {
    cursor: pointer;
    height: 14px;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: all .4s ease;
    width: 14px;
    z-index: 1000;
}
.close.sc-notif-close {
    background: #a22826;
    border-radius: 50%;
    height: 20px;
    right: -10px;
    top: -10px;
    width: 20px;
}
.close.sc-notif-close:hover {
    background: #3f3f3f;
}
.sc-notif-close:before, .sc-notif-close:after {
    background: #fff;
    height: 2px;
    width: 60%;
}
@media only screen and (max-height: 728px) {
    .sc-notif.sc-notif-splash .sc-notif-contain {max-width: 400px;}
}
/*cart quanity*/
span.countpill {
    background-color: #333333;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-left: 0.21429rem;
    text-align: center;
    width: 20px;
}
/*cart quanity*/
