/*
Theme Name: Strategic Community
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.

# Fonts
--------------------------------*/

/* Load Fonts Here */
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700'); */

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=38f16d8c-9592-451a-b478-d6d4c46a94e8");
@font-face{
    font-family:"Avengeance Heroic Avenger W00";
    src:url("Fonts/70305bb9-067d-4957-a3d3-cd166995b925.eot?#iefix");
    src:url("Fonts/70305bb9-067d-4957-a3d3-cd166995b925.eot?#iefix") format("eot"),url("Fonts/111616fd-fed1-46d3-895b-d5d6968fa69b.woff2") format("woff2"),url("Fonts/3c8b7f51-e03a-4e8f-9d24-4eb7b1009f17.woff") format("woff"),url("Fonts/d5d8a634-1acf-4342-bfd5-26f112dcdcf9.ttf") format("truetype"),url("Fonts/93e9ba19-7b39-4350-90b6-1ac028670918.svg#93e9ba19-7b39-4350-90b6-1ac028670918") format("svg");
}
@font-face{
    font-family:"Jack Armstrong W00 Regular";
    src:url("Fonts/648df170-97b6-4004-ab2d-d8628b5d6f20.eot?#iefix");
    src:url("Fonts/648df170-97b6-4004-ab2d-d8628b5d6f20.eot?#iefix") format("eot"),url("Fonts/1c3ac531-9b5a-4fe8-a4d9-b3a4e88baacd.woff2") format("woff2"),url("Fonts/f71537ed-0575-4614-8255-4998ac154c43.woff") format("woff"),url("Fonts/48e2e8ee-5f57-41f6-84ed-d3a8c3caca2c.ttf") format("truetype"),url("Fonts/a2610bb2-9b43-4ca9-957d-0234f73a3120.svg#a2610bb2-9b43-4ca9-957d-0234f73a3120") format("svg");
}
@font-face {
    font-family: 'komika_title_-_axisregular';
    src: url('Fonts/komikatitle-axis-webfont.woff2') format('woff2'),
         url('Fonts/komikatitle-axis-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'komika_title_-_paintregular';
    src: url('Fonts/komikatitle-paint-webfont.woff2') format('woff2'),
         url('Fonts/komikatitle-paint-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'komika-regular';
    src: url('Fonts/komika-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'komika-bold';
    src: url('Fonts/komika-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'komika-text-regular';
    src: url('Fonts/komika-text-reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

body, button, input, select, textarea {
	color: #010102;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
}
body {
    background-color:#b7cdd9;
    font-family: 'komika-text-regular', sans-serif;
    font-weight: 400;
    min-height: 100vh;
    width: 100%;
}
ul, ol {
    margin: 0 0 1.5em 1.4em;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
p, ul, ol {
	margin-bottom: 1.71em;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #000;
    font-family: 'komika-regular', sans-serif;
    font-weight: 400;
    margin: 0 0 1rem;
}
h1 {
    font-size: 2.5em;
	font-weight: 700;
    line-height: 1.444em;
}
h2 {
    font-size: 2.25em;
    line-height: 1.333em;
}
h3 {
    font-size: 1.75em;
    line-height: 1.36em;
}
h4, h5, h6 {
    font-size: 1.25em;
    line-height: 1.5em;
}
.row {
    max-width: 100%;
}
.row .row {
    margin: 0;
}
hr {
    background-color: #f8f8f8;
    border: 0;
    height: 1px;
    margin: 0 0 1.71em;
}

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

a {
    color: #010102;
}
a:visited {
    color: #010102;
}
a:hover, a:focus, a:active {
    color: #dd2926;
    text-decoration: underline;
}
a:hover sup {
    text-decoration: none !important;
}
a:focus, div:focus, a:hover, a:active {
    outline: 0;
}
.entry-content a {
    position: relative;
    text-decoration: none;
    transition: all .4s ease;
}
.entry-content a:hover {
    text-decoration: none;
}
.entry-content .card-contain a {
    position: static;
}
.btn, button, .button, input[type="button"], input[type="submit"], .submit, .buddypress .buddypress-wrap input[type=button] {
    border: 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    overflow: hidden;
    padding: .812em 1.5em;
    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, .button:before, input[type="button"]:before, input[type="submit"]:before, .field-wrap.submit-wrap:before, .submit:before {
    background-color: #47668f;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #dd2926 50%, #47668f 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: #dd2926;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #f99d1c 50%, #dd2926 50%);
}
a.btn:visited {
    color: #fff;
}
a.btn.reverse, a.btn.reverse:visited {
    color: #fff;
}
a.btn.reverse:hover {
    color: #010102;
}
.btn:hover, button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .submit:hover, .buddypress .buddypress-wrap input[type=button]:hover {
    color: #fff;
    text-decoration: none;
}
.btn:hover:before, button:hover:before, .button:hover:before, input[type="button"]:hover:before, input[type="submit"]:hover:before, .field-wrap.submit-wrap:hover:before, .submit:hover:before {
    background-position: -95% 0;
}
.entry-content a.btn {
    border: 0;
}
.entry-content a.btn:after, .entry-content .card-contain a:after {
    content: none;
    display: none;
}
button.sc-search {
    color: #47575e;
    font-size: 1.2em;
    padding: 0;
}
button.sc-search:before {
    content: none;
}
button:focus, button:active {
    outline: none;
}
input.button, .buddypress .buddypress-wrap input[type=button] {
    background-color: #47668f;
    border: 1px solid #47668f;
    font-size: 18px;
    line-height: 1em;
	padding: .812em 1.5em;
    border-radius: 50px;
}
input.button:hover, .buddypress .buddypress-wrap input[type=button]:hover {
    background-color: #dd2926;
    border-color: #dd2926;
}
.button:focus, .button:active {
    outline: none;
}
.submit input[type="submit"] {
    background: none !important;
    border: 0 !important;
    color: #fff !important;
    margin: 0 !important;
    padding: .812em 1.5em !important;
}

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

header#masthead {
    background-color: #b7cdd9;
	background: linear-gradient(#fff,#b7cdd9);
    border-bottom: 3px solid #000;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header#masthead.wp-active {
    top: 32px;
}
.masthead-content {
    margin: 0 auto;
    max-width: 1260px;
    padding: 1rem 0;
    position: relative;
    width: 100%;
}
.head-part {
    position: relative;
    display: inline-block;
    z-index: 20;
}
header#masthead {
    transition: all .6s ease, width 0s;
}
.site-home-link {
    display: inline-block;
}
.site-branding img.logo-img {
    display: inline-block;
}
header#masthead svg#advarra-logo {
    height: 97px;
    width: 192px;
}

/*Hidden State*/

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



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

.main-navigation {
    bottom: 0;
    display: flex;
	flex-direction: column;
	justify-content: center;
    position: absolute;
    right: 0;
    text-align: right;
	top: 0;
    width: 100%;
}
.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.site-header li {
    display: inline-block;
    line-height: 1em;
    padding: 0 11px;
    position: relative;
}
.site-header li a {
    display: inline-block;
    transition: all .4s ease;
}
#primary-menu li a {
    font-family:"Avengeance Heroic Avenger W00";
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: lowercase;
}
#primary-menu li a, #primary-menu li a:visited {
    color: #47575e;
}
ul#primary-menu li a:hover, ul#primary-menu>li.active>a {
    color: #47575e;
    text-decoration: none;
}
ul#primary-menu li a:hover {
	color: #ec1f2a;
}
ul#primary-menu ul {
    background-color: #fff;
    border-top: 4px solid #dd2926;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    left: -15px;
    opacity: 0;
    padding: 2em;
    position: absolute;
    text-align: left;
    top: 60px;
    transition: all .4s ease;
    visibility: hidden;
    z-index: 99999;
}
ul#primary-menu .subnav-right ul {
    left: auto;
    right: -28px;
}
ul#primary-menu > li > ul {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
}
ul#primary-menu > li > ul:before {
    border-color: transparent transparent #dd2926 transparent;
    border-style: solid;
    border-width: 0 16px 20px 16px;
    content: '';
    height: 0;
    left: 32px;
    position: absolute;
    top: -20px;
    width: 0;
}
ul#primary-menu > li.subnav-right > ul:before {
    left: auto;
    right: 32px;
}

/* Dropdown from right */
ul#primary-menu li.dropdown-right ul {
	left: auto;
	right: 0;
	width: 220px;
}
ul#primary-menu > li.dropdown-right > ul:before {
	left: auto;
	right: 20px;
}
ul#primary-menu > li.dropdown-right > ul {
    -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px);
}
ul#primary-menu ul ul {
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 0 0 0 1em;
    position: static;
    -webkit-transform: none;
            transform: none;
    visibility: inherit;
}
ul#primary-menu ul a {
    font-size: 1rem;
    line-height: 16px;
    padding-bottom: .5em;
    position: relative;
    width: 120px;
}
ul#primary-menu ul ul a {
    font-size: .9375rem;
}
ul#primary-menu ul a:before {
    border-color: transparent transparent transparent #dd2926;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    content: '';
    height: 0;
    left: -16px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 0;
}
ul#primary-menu ul a:hover:before {
    opacity: 1;
}
ul#primary-menu ul a, ul#primary-menu ul a:visited {
	color: #010102;
}
ul#primary-menu ul a:hover {
    color: #dd2926;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
}
ul#primary-menu li.active>ul {
    -webkit-transform: translate(0);
            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;
}

/* Indicators */

ul#primary-menu>li.menu-item-has-children>a:after {
    color: #dd2926;
    display: inline-block;
    font-family: fontello;
    font-size: .875em;
    margin-left: 8px;
    transition: all .3s ease;
}
ul#primary-menu>li.menu-item-has-children>a:after {
    content: '\e80e';
}
ul#primary-menu>li.menu-item-has-children.avatar-cont>a:after {
    content: none;
}
ul#primary-menu>li.menu-item-has-children.active>a:after {
    -webkit-transform: rotate(180deg) scale(.75);
            transform: rotate(180deg) scale(.75);
}
#primary-menu li:last-of-type {
    padding-right: 0;
}
@media only screen and (max-width: 1280px) {
    .masthead-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-navigation {
        right: 20px;
    }
}
@media only screen and (max-height: 1100px) {
    .site-header li {
        padding: 0 9px;
    }
    #primary-menu li a {
        font-size: 1.25em;
    }
}
.site-header li.icon-cont {
	padding-left: 7px;
	padding-right: 7px;
}

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

#content {
    min-height: 600px;
    padding-top: 109px;
}
#page {
    background-color: #fff;
	border-left: 0;
    border-right: 0;
    margin: 0 auto;
    max-width: 100%;
	overflow-x: hidden;
    padding: 0;
	position: relative;
    width: 100%;
}
@media only screen and (min-width: 959px) {
    ul.four-col {
        -moz-column-count: 4;
             -webkit-column-count: 4;
                column-count: 4;
        page-break-inside: avoid;
             -webkit-column-break-inside: avoid;
                -moz-column-break-inside: avoid;
                break-inside: avoid-column;
    }
}
@media only screen and (min-width: 640px) {
    .two-col, .twocol-ul ul {
        -moz-column-count:2;
             -webkit-column-count:2;
                column-count:2;
        -moz-column-gap: 3rem;
             -webkit-column-gap: 3rem;
                column-gap: 3rem;
        page-break-inside: avoid;
             -webkit-column-break-inside: avoid;
                -moz-column-break-inside: avoid;
                break-inside: avoid-column;
    }
    .two-col li {
        display: inline-block;
    }
    .twocol-ul ul li input, .twocol-ul ul li label {
        display: inline-block !important;
        float: none !important;
        margin: 0 3px 0 0 !important;
    }
}

@media only screen and (max-width: 1180px) {

    .logo-img {
        height: 60px;
        width: auto;
    }
    #content {
        padding-top: 95px;
    }

}

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

/* Search Animation */

#primary-menu li {
    transition: all .6s ease, opacity .4s ease .2s;
    transition-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
}
.search-active #primary-menu li {
    opacity: 0;
    -webkit-transform: scale(.7);
            transform: scale(.7);
}
#inline-search-form {
    bottom: 0;
    height: 23px;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(444px);
            transform: translateX(444px);
    transition: all .4s ease;
    transition-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
    visibility: hidden;
    width: 500px;
}
#inline-search-form.active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
}
#inline-search-form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #47575e;
    border-radius: 0;
    box-shadow: none;
    color: #47575e;
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: 1.1em;
    padding: 0 3px 3px;
    width: 420px;
}
button.search-send {
    color: #47575e;
    padding: 0;
}
button.search-send:before {
    content: none;
}
#inline-search-form input::-webkit-input-placeholder {
    color: #47575e;
}
#inline-search-form input:-ms-input-placeholder {
    color: #47575e;
}
#inline-search-form input::-ms-input-placeholder {
    color: #47575e;
}
#inline-search-form input::-webkit-input-placeholder {
    color: #47575e;
}
#inline-search-form input:-ms-input-placeholder {
    color: #47575e;
}
#inline-search-form input::-moz-placeholder {
    color: #47575e;
}
#inline-search-form input::placeholder {
    color: #47575e;
}
.search-close {
    display: inline-block;
    cursor: pointer;
    height: 1rem;
    padding: 0;
    position: relative;
    top: 3px;
    width: 1rem;
}

/* Close Button */

.close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    transition: all .4s ease;
    width: 30px;
    z-index: 1000;
}
.close:before, .close:after, .search-close:before, .search-close:after {
    background-color: #dd2926;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #47575e 50%, #dd2926 50%);
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 100%;
}
.close:before, .search-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.close:after, .search-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.close:hover:before, .close:hover:after, .search-close:hover:before, .search-close:hover:after {
    background-position: -95% 0;
}


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

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, select, .buddypress-wrap form.bp-dir-search-form input[type=search] {
    color: #000;
    border: 2px solid #b7cdd9;
    border-radius: 0;
    box-sizing: border-box;
    height: 45px;
    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: #4e5157;
    border: 1px solid #00B5C6;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
label {
    color: #000;
    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: #dd2926 !important;
}
.nf-error-msg {
    font-size: .875em;
    font-style: italic;
}
.nf-error .ninja-forms-field {
    border: 1px solid #00B5C6 !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;
}

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

a.cardlink {
    display: block;
}
.card {
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
	box-shadow: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
	border-radius: 0;
}
.card:before {
    border: 6px solid #000;
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.card.no-link {
    cursor: default;
}
.card, .card-image, .card-type, .card-content {
    transition: all .4s ease;
}
.card-type {
	color: #00B5C6;
    display: block;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 1rem;
    position: relative;
    text-transform: uppercase;
}
.card-type, a.card-link {
    font-size: .8125em;
}
.card-content {
    position: relative;
    padding: 2.5rem;
    z-index: 4;
    height: 330px;
    overflow: hidden;
}
.grid-item .card-content {
	height: auto;
}
h3.card-title {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 1rem;
    text-transform: none;
}
h3.card-title, h3.card-title a {
    border: 0;
    color: #333;
    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;
	font-family: 'Open Sans', sans-serif;
}
.card-exerpt p.card-meta-date {
    font-weight: 600;
    margin: -1rem 0 1rem;
}
.card-contain {
    padding-bottom: 30px;
}
.card-go {
    bottom: 6px;
    height: 78px;
    position: absolute;
    right: 6px;
    width: 78px;
}
.card-go:before {
    border-color: transparent transparent #dd2926 transparent;
    border-style: solid;
    border-width: 0 0 78px 78px;
    content: '';
    height: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-78px, 78px);
            transform: translate(-78px, 78px);
    transition: all .3s ease;
    width: 0;
}
.card:hover .card-go:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.card-arrow, .card-arrow:before, .card-arrow:after {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.card-arrow {
    left: 30px;
    top: 39px;
    width: 18px;
}
.card-arrow:before, .card-arrow:after {
    content: '';
}
.card-arrow:before {
    background-color: #fff;
    height: 2px;
    width: 18px;
}
.card-arrow:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 12px;
}

/* Card Date */

.card-date {
    color: #00B5C6;
    font-size: 1.875em;
    font-weight: 700;
    left: 0;
    line-height: 1em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 6rem;
    width: 9rem;
}
.card-date span {
    display: block;
}
.card-date span.time, .card-date span.year {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
}

/* Card icons */

.card-content:before {
    color: #00B5C6;
    display: block;
    font-family: 'fontello';
    font-size: 2.5rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2.5rem;
    width: 6.5rem;
}

@media only screen and (max-width: 959px) {

    h3.card-title {
        font-size: 1em;
    }
    .card-content {
        height: 360px;
        padding: 2rem;
    }
    .card-content:before {
        font-size: 1.9rem;
        top: 2rem;
        width: 5rem;
    }
    .card.events .card-content, .card.webinar .card-content {
        padding-left: 6rem;
    }
    .card.events .card-content:before, .card.webinar .card-content:before {
        font-size: 2.3rem;
        width: 6rem;
    }
    .card-date {
        font-size: 1.5em;
        top: 5rem;
        width: 6rem;
    }
    .card.blog .card-content:before {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 640px) {
    .card-content {
        height: auto;
    }
    .card-date span.time {
        font-size: .85rem;
    }
}

/*--------------------------------
# Builder
--------------------------------*/

.row.builder-row {
    position: relative;
    width: 100%;
    margin: 0 auto 4em;
	padding: 0 10px;
    max-width: 1280px;
}
.site-main {
    padding-bottom: 0;
}
.content-contain.row {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 3;
}
.row.builder-row.content-small .content-contain.row {
    max-width: 700px;
}
.row.builder-row.content-medium .content-contain.row {
	max-width: 100%;
}
.row.builder-row.content-full .content-contain.row {
    max-width: 100%;
}
.row.builder-row.alt-bg {
    background-color: #f8f8f8;
    max-width: 100%;
    padding: 4em 0;
}
.row.builder-row.top-border {
    border-top: 1px solid #f8f8f8;
    padding-top: 4em;
}
.row.title-row {
    margin-bottom: 0;
}
.row.builder-row-full.background-content+.row.builder-row-full.secondary-content, .row.builder-row-full.background-content+.row.builder-row-full.contact-row {
    margin-top: 0;
}
.builder-content+.the-content-contain {
    padding-top: 0;
}
.column-content-row .row .columns {
    padding: 0 35px;
}
.builder-row.column-content-row .row .columns, .accordion-content .row .columns {
    padding: 0 1.5em;
}

/* Accordion */

.accordion-head {
    border-top: 1px solid #333;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all .4s ease;
}
.accordion-head h3 {
    display: inline-block;
	line-height: normal;
    margin-bottom: 0;
	max-width: 90%;
	padding: .25em 0;
    text-transform: none;
    transition: all .4s ease;
}
.active .accordion-head h3, .accordion-head:hover h3 {
    color: #333;
}
.accordion-content {
    display: none;
    padding: 0 10px 1rem;
}
.accordion-content p {
    margin-top: 1.71em;
    margin-bottom: 1.71em;
}
.accordion-content p:first-of-type {
    margin-top: 0;
}
.indicator {
    display: inline-block;
    position: relative;
    top: 11px;
    float: right;
    width: 15px;
    height: 15px;
    transition: all .4s ease;
}
.indicator:before, .indicator:after {
	background-color: #dd2926;
    content: '';
	height: 2px;
	left: 0;
    position: absolute;
    top: 50%;
	transition: all .4s ease;
    width: 100%;
}
.indicator:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.active > .accordion-head .indicator:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.active > .accordion-head .indicator {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

/*Center Vertically*/

.column-content-row.v-center.row .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 640px) {
    .column-content-row.v-center.row .row {
        display: block;
    }
}

/* General Builder Styles */
.column-content-row .row .columns.no-pad {
    padding-left: 0;
    padding-right: 0;
}
.right {
    text-align: right;
}

/* Misc Builder Styles */

.row.builder-row.no-bottom, .no-bottom {
    margin-bottom: 0;
}
.anchorFix, .row.builder-row.anchorFix {
    position: relative;
    display: block;
    margin-top: -200px;
    padding-top: 200px;
}

/* Figure */
figure {
    margin: 0 0 1em;
}
.wp-caption-text {
    text-align: left;
    font-size: .9em;
    line-height: 1.6;
    padding-left:1em;
}
@media only screen and (max-width: 767px) {
    .row.v-center {
        display: block;
    }
}
@media only screen and (max-width: 640px) {
    .row.mobile-reverse, .column-content-row.v-center.row .row.mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .row.builder-row {
        margin-bottom: 1.5em;
    }
    .row.builder-row.top-border {
        padding-top: 3.21em;
    }
    .row.builder-row.alt-bg {
        padding: 3.21em 0 1.5em;
    }
    .content-row .content-contain, .builder-row.column-content-row .row .columns {
        padding-left: 0;
        padding-right: 0;
    }
}

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

footer.site-footer {
    /* background: url(img/footer-bg.png) center bottom / cover no-repeat; */
    background: linear-gradient(#fff,#b7cdd9);
    border-top: 3px solid #000;
    font-family:"Jack Armstrong W00 Regular";
    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: 50px 20px;
    width: 100%;
}
.foot-part {
    margin: 0 auto;
}
.site-info {
	margin-left: 0;
}
.menu-foot-menu-container {
    display: inline-block;
}
p#copyright-statement {
    display: inline-block;
    margin-bottom: 0;
}
ul#foot-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#foot-links li {
    border-right: 1px solid #000;
    display: inline-block;
    line-height: 1em;
    padding: 0 8px;
}
ul#foot-links li:last-of-type {
    border: 0;
}
ul#foot-links li a {
    color: #000;
    font-size: .9375em;
}
.social-icons {
    margin-right: 0;
	text-align: right;
}
.social-icons a.social-icon {
    background-color: #dd2926;
    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: #333;
}

/* Footer Responsive Styles */

@media only screen and (max-width: 959px) {
    .foot-content.row {
        padding: 40px 20px;
    }
    ul#foot-links li {
        padding: 0 6px;
    }
    ul#foot-links li a {
        font-size: .875em;
    }
}
@media only screen and (max-width: 640px) {
    .foot-content.row {
        flex-direction: column;
    }
    .foot-part {
        margin-bottom: 2em;
        text-align: center;
        width: 100%;
    }
    .site-info {
        order: 1;
    }
    .social-icons {
        margin: 0;
        order: 3;
    }
    .right-foot-col {
        order: 2;
    }
    ul#foot-links li {
        border: 0;
        display: block;
        padding: 10px 0;
        text-align: center;
    }
}

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

.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999999219;
    transition: all .4s ease;
}
.menu-btn-contain {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    transition: all .4s ease;
    width: 50px;
}
.menu-btn {
    height: 20px;
    position: relative;
    width: 25px;
}
.menu-btn:before, .menu-btn:after {
    content: '';
}
.menu-bar, .menu-btn:before, .menu-btn:after {
    background-color: #47575e;
    border-radius: 0;
    height: 4px;
    position: absolute;
    transition: all .4s ease;
    width: 100%;
}
.menu-bar {
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.mobile-menu-btn.active .menu-bar {
    opacity: 0;
}
.menu-btn:before {
    top: 0;
}
.mobile-menu-btn.active .menu-btn:before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu-btn:after {
    bottom: 0;
}
.mobile-menu-btn.active .menu-btn:after {
    bottom: auto;
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.lightbox, .lightbox-contain {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    transition: all .4s ease;
}
.lightbox {
    display: block !important;
    position: fixed;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99991;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
}
.lightbox-contain, .lightbox-content {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lightbox-contain {
    background-color: #fff;
}
#image-box-contain {
    background: #fff;
}
.lightbox-content {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    z-index: 10;
}
#image-box-contain.lightbox-contain img {
    max-width: 90%;
    margin: 0 auto;
}
.lightbox.active {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translate(0);
            transform: translate(0);
}
.lightbox-contain.sub-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
#mobile-menu {
    bottom: 121px;
}
#mobile-menu .lightbox-contain {
    background-color: #47575e;
    border-bottom: 4px solid #fff;
}
#search-form.lightbox {
    z-index: 99991;
}
#mobile-menu-contain .search-btn-cont {
    display: none;
}
#mobile-menu-contain ul {
    list-style: none;
    margin: 0;
	padding: 0;
    text-align: center;
}
#mobile-menu-contain ul li.has-submenu>a:after {
	color: #fff;
	content: '\e810';
	display: inline-block;
	float: right;
    font-family: fontello;
    padding-left: 10px;
}
#mobile-menu-contain ul li a {
	color: #fff;
    display: inline-block;
    font-family: "Avengeance Heroic Avenger W00";
	font-size: 1.25em;
    font-weight: 400;
    letter-spacing: .04em;
    padding: 10px 20px;
    text-transform: lowercase;
}
@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: #47575e;
    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;
    -webkit-transform: translateX(100%);
            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: #333;
    width: 100%;
    width: 90vw;
}
#mobile-menu-contain ul li.has-submenu.open-submenu>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            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: #000;
    cursor: pointer;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.back:before {
    color: #000;
    content: '\e80f';
    display: inline-block;
    font-family: fontello;
    padding-right: 10px;
}
#mobile-menu-contain li.btn {
    display: block;
    margin: 15px 0;
}
#mobile-menu-contain li.btn a {
    color: #fff;
    padding: 0;
}

/*Mobile search button*/

button.mobile-search-btn, button.search-back {
    color: #fff;
    font-family: "Avengeance Heroic Avenger W00";
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .025em;
    position: static;
    text-transform: lowercase;
}
button.search-back {
    opacity: 0;
    visibility: hidden;
}
button.search-back:before {
    background: none;
    position: static;
    -webkit-transform: none;
            transform: none;
}
.mobile-search-active button.search-back {
    opacity: 1;
    visibility: visible;
}
button.mobile-search-btn i {
    color: #fff;
}
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 {
    overflow: hidden;
    transition: all .4s ease;
    z-index: 10;
}
.mobile-links {
    max-height: 100vh;
    padding: 0 2rem;
}
.mobile-search-contain, .mobile-search-active .mobile-links {
    max-height: 0;
    visibility: hidden;
}
.mobile-search-active .mobile-search-contain {
    max-height: 200px;
    width: 400px;
    max-width: 80%;
    visibility: visible;
}

/* Mobile Foot Menu */

.mobile-foot-menu {
    bottom: 0;
    display: none;
    height: 60px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.mobile-foot-menu ul {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-foot-menu ul.menu > li {
    border-right: 4px solid #fff;
    display: block;
    flex: 1;
}
.mobile-foot-menu ul.menu > li:last-of-type {
    border: 0;
}
.mobile-foot-menu ul.menu > li a {
    align-items: center;
    background-color: #47575e;
    color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.mobile-foot-menu ul li ul.sub-menu {
    display: none;
}
.mobile-logout {
    color: #fff;
    font-family: "Avengeance Heroic Avenger W00";
    font-size: 1em;
    letter-spacing: .025em;
    text-transform: lowercase;
}

@media only screen and (max-width: 1023px) {
    header#masthead {
        position: absolute;
    }
    nav#top-navigation, nav#site-navigation, .no-small, li.search-link.menu-item {
        display: none;
    }
    .mobile-foot-menu {
        display: block;
    }
    .mobile-menu-btn {
        display: inline-block;
    }
    .lightbox .close {
        bottom: 50px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: auto;
    }
    footer.site-footer {
        margin-bottom: 60px;
    }
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .search-trigger {
        display: inline-block;
    }
    .field-wrap.sc-column-wrap {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #page, .search-contain .columns {
        padding: 0;
    }
    #primary.row {
        padding-bottom: 0;
    }
    header#masthead svg#advarra-logo {
        height: 70px;
        width: auto;
    }
    #content {
        padding-top: 95px;
    }
    .mobile-menu-btn {
        top: 20px;
    }
}

/* BuddyPress */

a.notif-link {
	display: inline-block;
	font-size: 1.2em;
	position: relative;
}
span.notif-count, .bp-navs ul li .count {
	background-color: #dd2926;
    border: 0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
    font-family: "Avengeance Heroic Avenger W00";
	font-size: .875rem;
	height: 18px;
	left: -1px;
	line-height: 19px;
    padding: 0;
	position: relative;
	text-align: center;
	top: -1px;
	width: 18px;
}
.entry-content .users-header a {
	border: 0;
}
.message-action-delete:before, .message-action-star:before, .message-action-unstar:before, .message-action-view:before {
	background: none;
}
.message-action-delete:before, .activity-list .activity-item .activity-meta.action .delete-activity:before {
	content: '\f1f8';
	font-family: 'fontello';
    position: static;
}
.avatar {
	border-radius: 50%;
}
.avatar-link img.avatar {
	width: 40px;
}

/* Link boxes */

a.linkbox, .entry-content a.linkbox {
    background-color: #ec1f2a;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 140px;
    justify-content: center;
    position: relative;
    text-align: center;
	box-shadow: 7px 7px 0 0 #000;
}
a.linkbox:hover, .entry-content a.linkbox:hover {
    color: #fff;
}
a.linkbox:before, a.linkbox:after {
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease .1s;
}
a.linkbox:before {
    bottom: 3px;
    left: 3px;
    right: 3px;
    top: 3px;
    z-index: 2;
}
a.linkbox:hover:before {
    opacity: 0;
    visibility: hidden;
}
a.linkbox:after {
    background-color: #ec1f2a;
    border: 3px solid #000;
    z-index: 1;
}
a.linkbox:hover:after {
    bottom: -15px;
    left: -15px;
    right: -15px;
    top: -15px;
}
.linkbox strong {
    font-family:"Avengeance Heroic Avenger W00";
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.05em;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-shadow: 2px 2px #af2327;
    text-transform: lowercase;
    transition: all .4s ease;
    z-index: 5;
}
.linkbox.has-desc:hover strong {
    max-height: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    visibility: hidden;
}
.linkbox span.lb-content {
    display: block;
    font-size: 1.25rem;
	line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: all .4s ease;
    visibility: hidden;
    z-index: 6;
}
.linkbox:hover span.lb-content {
    max-height: 140px;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
}

a#strategy-forum-box.linkbox:before {
    background: url(img/box-red.png) center center / cover no-repeat;
}
a#knowledge-center-box.linkbox, a#knowledge-center-box.linkbox:after {
    background-color: #36bba5;
}
a#knowledge-center-box.linkbox strong {
    text-shadow: 2px 2px #009689;
}
a#knowledge-center-box.linkbox:before {
    background: url(img/box-green.png) center center / cover no-repeat;
}
a#journal-box.linkbox, a#journal-box.linkbox:after {
    background-color: #f99d1c;
}
a#journal-box.linkbox strong {
    text-shadow: 2px 2px #df7627;
}
a#journal-box.linkbox:before {
    background: url(img/box-yellow.png) center center / cover no-repeat;
}
a#glossary-box.linkbox, a#glossary-box.linkbox:after {
    background-color: #374fa2;
}
a#glossary-box.linkbox strong {
    text-shadow: 2px 2px #273873;
}
a#glossary-box.linkbox:before {
    background: url(img/box-blue.png) center center / cover no-repeat;
}

@media only screen and (max-width: 1023px) {
    .linkbox strong {
        font-size: 1.75em;
    }
}

/* Journal */

.journal-entry-row.row {
    border-bottom: 2px solid #b7cdd9;
    margin-bottom: 1rem;
	padding: 1rem 0 0;
}
.journal-entry-title.journal-entry-row.row {
    border-bottom: 3px solid #000;
	padding: 0;
}
@media only screen and (max-width: 640px) {
    .journal-entry-title.journal-entry-row.row {
        display: none;
    }
}
a.journal-link strong {
    font-weight: normal;
    font-family: 'komika-bold', sans-serif;
    font-size: 22px;
}
#delete-contain {
    border: 3px solid #000;
    box-shadow: 1px 1px 45px rgba(0, 0, 0, .3);
    height: 400px;
    margin: auto;
    max-width: 600px;
    width: 100%;
}
#delete-contain .close {
    background-color: #dd2926;
    border-radius: 50%;
    height: 20px;
    right: -10px;
    top: -10px;
    width: 20px;
}
#delete-contain .close:hover {
    background-color: #000;
}
#delete-contain .close:before, #delete-contain .close:after {
    background: #fff;
    height: 3px;
    width: 60%;
}
#delete-contain p {
    font-size: 18px;
}

/* Login */

#login-page {
    min-height: 100vh;
    position: relative;
}
.logged-out #content {
    max-height: 100vh;
    overflow: hidden;
    padding: 0;
}
.login-head {
    background: url(img/purchase-light-bg@2x.png) center top / cover no-repeat;
    padding: 109px 20px 20px;
    text-align: center;
}
.login-body {
    background-color: #626a6d;
    background: url(img/gray-halftone-bg@2x.png) center center / cover no-repeat;
    border-bottom: 10px solid #000;
    border-top: 10px solid #000;
    padding: 2rem 20px;
}
.login-content {
    margin: 0 auto;
    max-width: 340px;
    position: relative;
    width: 100%;
}
.login-foot {
    background: linear-gradient(#9ddcf8,#fff);
    padding: 70px 20px 170px;
    text-align: center;
}
.login-side {
    position: absolute;
    width: 43%;
}
.login-side.heroes-img {
    left: -10%;
    top: -20px;
}
.login-side.villans-img {
    right: -10%;
    top: 50px;
}
#login-page label {
    color: #fff;
    font-family:"Avengeance Heroic Avenger W00";
    font-size: 1.6875rem;
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: lowercase;
}
#login-page .login-remember label {
    font-family:"Jack Armstrong W00 Regular";
    font-size: .875rem;
}
#login-page input {
    border: 4px solid #000;
    height: 50px;
}
#login-page input[type=checkbox], #login-page input[type=radio] {
    height: auto;
}
#login-page .login-submit input[type="submit"] {
    background: url(img/login-btn.png) center center / 100% no-repeat;
    border: 0;
    bottom: -116px;
    color: transparent;
    height: 140px;
    position: absolute;
    right: -120px;
    width: 242px;
}
#login-page .login-submit input[type="submit"]:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}
#login-page .login-submit input[type="submit"]:focus, #login-page .login-submit input[type="submit"]:active {
    outline: none;
}
#login-page p {
    margin-bottom: 10px;
}
#login-page p.login-remember {
    margin: 0;
}

@media only screen and (max-width: 1099px) {
    .login-side.heroes-img {
        left: -16%;
    }
    .login-side.villans-img {
        right: -16%;
    }
}
@media only screen and (max-width: 959px) {
    .login-side {
        margin: auto 0;
        top: 0;
        width: 50%;
    }
    .login-side.heroes-img {
        bottom: 80px;
        left: -22%;
    }
    .login-side.villans-img {
        bottom: 100px;
        right: -22%;
    }
}
@media only screen and (max-width: 767px) {
    .login-head {
        padding-top: 50px;
    }
    .login-side {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    #login-page .login-submit input[type="submit"] {
        bottom: -105px;
        height: 116px;
        right: -15px;
        width: 200px;
    }
    .login-foot {
        padding-bottom: 50px;
    }
    #login-page label {
        font-size: 1.4rem;
    }
}

/* Video */

.wp-video {
    margin: 0 auto;
}
.wp-video button:before {
    background: none;
}

/* Training Cards */

.builder-row.column-content-row .training-cards-row.row .columns {
    padding: 0 15px 30px;
}
.training-card {
    cursor: pointer;
    position: relative;
}
.training-card img {
    transition: all .4s ease;
}
.training-card:hover img {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.training-cards-slides, .t-card-slide, .t-card-part, .t-card-overlay, .c-overlay, .t-card-slide-inside {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    transition: all .6s ease;
}
.t-card-overlay, .c-overlay {
    position: absolute;
    z-index: 10;
}
.t-card-overlay {
    background-color: rgba(221, 41, 38, .5);
    background: url(img/flip.png) center center no-repeat, rgba(221, 41, 38, .5);
    cursor: pointer;
    opacity: 0;
    transition: all .4s ease;
}
.t-card-overlay:hover {
    opacity: 1;
}
.t-card-overlay.transitioning:hover {
    opacity: 0;
}
.training-cards-slides {
    background-color: rgba(0, 0, 0, .65);
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    transition: all .6s ease, height 0s;
    visibility: hidden;
    z-index: 9999992191;
}
.training-cards-slides.active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.t-card-slide, .t-card-part {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
}
.t-card-slide-inside {
    display: inline-block;
    height: 750px;
    position: absolute;
    width: 536px;
}
.c-slide-btn {
    background: none;
    bottom: 0;
    color: #fff;
    font-size: 4rem;
    height: 100px;
    margin: auto 0;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    z-index: 15;
}
.c-slide-btn:before {
    content: none;
}
.c-slide-btn.card-next {
    right: -100px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
}
.c-slide-btn.card-next:hover {
    opacity: 1;
    -webkit-transform: translate(3px);
            transform: translate(3px);
}
.c-slide-btn.card-prev {
    left: -100px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}
.c-slide-btn.card-prev:hover {
    opacity: 1;
    -webkit-transform: translate(-3px);
            transform: translate(-3px);
}
.training-cards-slides .close:before, .training-cards-slides .close:after {
    background: #fff;
}
button.view-back {
    bottom: 10px;
    position: absolute;
    right: -100px;
    z-index: 16;
}
.t-card-parts {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .25);
    /* opacity: 0; */
    position: absolute;
    transition: all .6s ease;
    /* -webkit-transform: scale(.8) translate(400px);
            transform: scale(.8) translate(400px); */
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    visibility: hidden;
}
.t-card-parts.prev {
    -webkit-transform: scale(.8) translate(-400px);
            transform: scale(.8) translate(-400px);
}
.t-card-parts.next {
    -webkit-transform: scale(.8) translate(400px);
            transform: scale(.8) translate(400px);
}
.t-card-parts.active {
    -webkit-transform: scale(1) translate(0);
            transform: scale(1) translate(0);
    visibility: visible;
    z-index: 10;
}
.back-active .t-card-parts.active {
    -webkit-transform: rotateY(180deg) scale(1) translate(0);
            transform: rotateY(180deg) scale(1) translate(0);
}
.t-card-part {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.t-card-front {
    position: relative;
    z-index: 2;
}
.t-card-front img {
    max-height: 90vh;
}
.t-card-back {
    position: absolute;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    z-index: 1;
}

.training-cards-filters {
    margin-bottom: 30px;
    text-align: center;
}
.filter-hero:before {
    background-color: #ed1c28;
    background-image: linear-gradient(to left, #384ea2 50%, #ed1c28 50%);
}
.filter-villain:before {
    background-color: #37bca5;
    background-image: linear-gradient(to left, #3f1a44 50%, #37bca5 50%);
}
.filter-weapon:before {
    background-color: #f99d49;
    background-image: linear-gradient(to left, #86bae5 50%, #f99d49 50%);
}
.close.card-close {
    /* background-color: #000; */
    border-radius: 50%;
    right: -35px;
    top: -35px;
}
/* .close.card-close:hover {
    background-color: #dd2926;
} */
.close.card-close:before, .close.card-close:after {
    width: 70%;
}

@media only screen and (max-width: 640px) {
    .builder-row.column-content-row .training-cards-row.row .columns {
        padding-left: 0;
        padding-right: 0;
    }
    button.card-filter {
        font-size: .875em;
        padding-left: .875em;
        padding-right: .875em;
    }
    .t-card-slide-inside {
        align-items: center;
        bottom: 0;
        display: flex;
        height: auto;
        justify-content: center;
        left: 0;
        margin: auto;
        right: 0;
        top: 0;
        width: 100%;
    }
    /* .t-card-front {
        position: absolute;
    } */
    .training-cards-slides {
        background-color: #47575e;
    }
    .t-card-overlay {
        background: url(img/flip.png) center bottom 10px / 70px no-repeat;
        opacity: 1;
    }
    .close.card-close {
        right: 20px;
        top: 20px;
    }
    .c-slide-btn {
        bottom: 10px;
        font-size: 2.75rem;
        height: 70px;
        margin: 0;
        top: auto;
        width: 25%;
    }
    .c-slide-btn.card-next {
        right: 20px;
    }
    .c-slide-btn.card-prev {
        left: 20px;
    }
}
