@font-face {
    font-family:'montserratlight';
    font-style:normal;
    font-weight:300;
    src:url(../font/Montserrat-Light-webfont.eot);
    src:url(../font/Montserrat-Light-webfont.eot?#iefix) format("embedded-opentype"),url(../font/Montserrat-Light-webfont.woff2) format("woff2"),url(../font/Montserrat-Light-webfont.woff) format("woff"),url(../font/Montserrat-Light-webfont.ttf) format("truetype"),url(../font/Montserrat-Light-webfont.svg#montserratlight) format("svg")
}

@font-face {
    font-family:'montserratbold';
    font-style:normal;
    font-weight:700;
    src:url(../font/Montserrat-Bold-webfont.eot);
    src:url(../font/Montserrat-Bold-webfont.eot?#iefix) format("embedded-opentype"),url(../font/Montserrat-Bold-webfont.woff2) format("woff2"),url(../font/Montserrat-Bold-webfont.woff) format("woff"),url(../font/Montserrat-Bold-webfont.ttf) format("truetype"),url(../font/Montserrat-Bold-webfont.svg#montserratbold) format("svg")
}

body {
    font-family:"montserratlight",Arial,sans-serif;
    font-weight:300;
    font-size:100%;
    background:#f9f9f9;
    background:#f9f9f9 url(../img/Wildcard-tile.png) top center
}

body.page-template-page-search {background:#fff;}

body.home {
    background:transparent url(../img/loader.svg) center no-repeat
}

h1,h2,h3,h4,h5,h6 {
    font-family:"montserratbold",Arial,sans-serif;
    font-weight:700;
    color:#000;
    text-transform:uppercase;
}

h1 {
    font-size:3.75em
}

h2 {
    font-size:3.125rem
}

h3 {
    font-size:2rem;
    font-weight:400
}

.alignleft {
    float: left;
    margin: 20px;
    margin-left:0;
    padding:5px;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.alignright {
    float: right;
    margin: 20px;
    margin-right:0;
    padding:5px;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.aligncenter {
    display: block;
    text-align: center;
    margin: 20px auto;
    padding:5px;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
} 

.serif {
    font-family:'TimesNewRoman','Times New Roman','Times','Baskerville','Georgia',serif;
    font-style:italic;
    font-size:1.25rem!important;
    line-height:1.25rem!important;
    letter-spacing:1px
}

.white {
    color:#fff
}

.silver {
    color:#ccc!important
}

.yellow {
    color:#ffce1a
}

.red {
    color:#eb2222
}


.bg-black {background: #000}
.bg-white {background:#fff;}
.bg-silver {background:#f9f9f9;}
.bg-translucent {background:rgba(255,255,255,0.8);}
.bg-translucent-dark {background:rgba(0,0,0,0.6);}
.bg-tile-dark {background:#000 url('../img/Wildcard-tile-light.png') top center;}
.bg-tile-light {background:#f9f9f9 url('../img/Wildcard-tile.png') top center;}
.bg-wave {background:transparent url('../img/bg-wave.png') top left repeat-x;height:127px;}
.bg-wave-2 {background:transparent url('../img/bg-wave-2.png') bottom left repeat-x;height:127px;}
.bg-wave-3 {background:transparent url('../img/bg-wave-2.png') bottom left repeat-x;background-size:200%;height:127px;margin-top:-127px;z-index:1;position:relative;}
.bg-wave-4 {background:transparent url('../img/bg-wave.png') top left repeat-x;background-size:200%;height:127px;margin-bottom:-127px;z-index:1;position:relative;}


.inset {
    -webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.15);
    box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.15)
}

.box {
    padding:30px
}

hr {
    border-color:#eee
}

hr.dark {
    border-color:#555
}

.relative {
    position:relative
}

.relative-top {
    position:relative;
    z-index:999;
}

button,.button {
    font-family:"montserratlight",Arial,sans-serif;
    font-weight:700;
    letter-spacing:1px;
    background:#eb2222;
    text-transform:uppercase
}

button:hover,.button:hover,.button.search:hover {
    background:#000
}

.button-primary{background:#eb2222;display:inline-block;padding:0.5em 1em;color:#fff;}
.button-secondary{border:1px solid #000;display:inline-block;padding:0.5em 1em;}
.button-primary:hover,
.button-secondary:hover{color:#fff;background:#000;}

.spotlight .button {
    background:transparent;
    border:1px solid #fff;
    margin-top:15px
}

.spotlight .button:hover {
    background:#eb2222;
    border-color:#eb2222
}

.button.rise {
    position:relative;
    bottom:-45px;
    margin-top:-45px
}

.button-arrow::after,.button-arrow::before {
    content:"";
    position:absolute;
    top:50%;
    margin-top:-26px;
    border-top:26px solid transparent;
    border-bottom:26px solid transparent;
    border-left:1em solid;
    right:-1em
}

.button-arrow::after {
    z-index:2;
    border-left-color:#000
}

.postfix.button {
    height:3.4125rem
}

.button.red,.button.yellow {
    padding-right:3em;
    -webkit-transition:.3s all ease;
    -moz-transition:.3s all ease;
    -o-transition:.3s all ease;
    transition:.3s all ease
}

.button.red {
    background:transparent url(../img/btn-bg-red.png) right center no-repeat;
    color:#fff
}

.button.yellow {
    background:transparent url(../img/btn-bg-yellow.png) right center no-repeat;
    color:#000
}

.button.red:hover,.button.yellow:hover {
    background-position:right -5px center
}

img.block {
    display:block;
    width:100%
}

header.header {
    background:#fff;
    border-bottom:1px solid #ccc;
    box-shadow:0 5px 0 1px rgba(0,0,0,0.07)
}

.headroom {
    -webkit-transition:-webkit-transform 200ms linear;
    transition:transform 200ms linear
}

.headroom--pinned {
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
}

.headroom--unpinned {
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%)
}

.header--fixed {
    position:fixed;
    z-index:10;
    right:0;
    left:0;
    top:0
}

.fixed {
    position:initial;
}

.animated {
    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    -o-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both
}

@-webkit-keyframes slideDown {
0% {
    -webkit-transform:translateY(-100%)
}

100% {
    -webkit-transform:translateY(0)
}
}

@-moz-keyframes slideDown {
0% {
    -moz-transform:translateY(-100%)
}

100% {
    -moz-transform:translateY(0)
}
}

@-o-keyframes slideDown {
0% {
    -o-transform:translateY(-100%)
}

100% {
    -o-transform:translateY(0)
}
}

@keyframes slideDown {
0% {
    transform:translateY(-100%)
}

100% {
    transform:translateY(0)
}
}

.animated.slideDown {
    -webkit-animation-name:slideDown;
    -moz-animation-name:slideDown;
    -o-animation-name:slideDown;
    animation-name:slideDown;
    -ms-transform:translateY(0);
    transition:all .25s ease-in-out
}

@-webkit-keyframes slideUp {
0% {
    -webkit-transform:translateY(0)
}

100% {
    -webkit-transform:translateY(-100%)
}
}

@-moz-keyframes slideUp {
0% {
    -moz-transform:translateY(0)
}

100% {
    -moz-transform:translateY(-100%)
}
}

@-o-keyframes slideUp {
0% {
    -o-transform:translateY(0)
}

100% {
    -o-transform:translateY(-100%)
}
}

@keyframes slideUp {
0% {
    transform:translateY(0)
}

100% {
    transform:translateY(-100%)
}
}

.animated.slideUp {
    -webkit-animation-name:slideUp;
    -moz-animation-name:slideUp;
    -o-animation-name:slideUp;
    animation-name:slideUp;
    -ms-transform:translateY(-100%);
    transition:all .25s ease-in-out
}

.header {
    border-top:1px solid #e1e2e2
}

.top-bar,.top-bar-section ul li,.top-bar-section ul li a {
    background:#fff;
    height:3.7rem
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background:#fff;
    height:3.7rem;
    border-bottom:1px solid #eee;
    color:#666
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height:2.8125rem;
    color:#000
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background:#ffce1a;
    border-bottom:1px solid #000;
    color:#000
}

.top-bar.expanded .title-area {
    background:#fff;
    border-bottom:1px solid #f1f2f2
}

.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name p a,.top-bar .name span a,.top-bar-section ul li>a {
    color:#666;
    text-transform:uppercase;
    font-family:"montserratlight",Arial,sans-serif;
    font-size:.875rem;
    font-weight:300;
    letter-spacing:.5px;
    line-height:2.5
}

.top-bar .toggle-topbar.menu-icon a {
    color:#6d6e71
}

.top-bar li.name {
    width:auto;
    height:3.67rem;
    border-left:1px solid #e1e2e2
}

.top-bar li.name a {
    padding-top:2px
}

.top-bar li.name span {
    display:block;
    margin:8px 0 0
}

.top-bar-section .dropdown li.title h5 a {
    padding-top:20px;
    font-family:"montserratlight",sans-serif;
    font-size:.875rem;
    color:#444
}

.top-bar-section .dropdown li.title h5 a:hover {
    background:#ffce1a;
    border-bottom-color:#000;
    color:#000
}

.top-bar-section .dropdown li.title h5 a:before {
    content:"";
    display:inline-block;
    width:0;
    height:0;
    border:inset 5px;
    border-color:transparent rgba(0,0,0,1) transparent transparent;
    top:1.8rem;
    margin-right:10px;
    left:-5px
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow:0 0 0 1px #6d6e71,0 7px 0 1px #6d6e71,0 14px 0 1px #6d6e71
}

.top-bar ul.right li a.button {
    background-color:#eb2323;
    font-weight:700;
    padding:12px 18px;
    height:2.55rem;
    line-height:1.5
}

.top-bar ul.right li a.button:hover {
    background:#ffce1a;
    color:#000
}

.top-bar-section .has-dropdown>a:after {
    border-color:transparent transparent transparent rgba(0,0,0,0.3);
    top:1.8rem;
    margin-right:20px
}

.top-bar-section .has-dropdown>a:hover:after {
    border-color:transparent transparent transparent rgba(0,0,0,1)
}

li.has-dropdown li.parent-link {
    display:none!important
}

li.has-dropdown ul.dropdown li>a {
    line-height:3
}

.top-bar-section .dropdown li.parent-link a {
    color:#000;
    line-height:2.5
}

.sb-search {
    position:relative;
    margin-top:5px;
    width:0;
    min-width:45px;
    height:45px;
    float:right;
    overflow:hidden;
    -webkit-transition:width .3s;
    -moz-transition:width .3s;
    transition:width .3s;
    -webkit-backface-visibility:hidden
}

.sb-icon-search:before {
    content:" ";
    background:url(../img/icon-search.svg) no-repeat;
    width:22px;
    height:22px;
    display:inline-block
}

.no-svg .sb-icon-search:before {
    background:url(../img/icon-search.png) no-repeat
}

.top-bar input.sb-search-input {
    position:relative;
    box-shadow:none;
    top:0;
    right:0;
    border:0;
    outline:0;
    width:100%;
    height:50px;
    margin:3px 0 0 8px;
    z-index:10;
    padding:0 65px 7px 15px;
    font-family:inherit;
    font-size:.8rem;
    font-weight:300;
    color:#2c3e50
}

input[type="search"].sb-search-input {
    -webkit-appearance:none;
    -webkit-border-radius:0
}

.sb-search-input::-webkit-input-placeholder {
    color:#000
}

.sb-search-input:-moz-placeholder {
    color:#000
}

.sb-search-input::-moz-placeholder {
    color:#000
}

.sb-search-input:-ms-input-placeholder {
    color:#000
}

.sb-icon-search,.sb-search-submit {
    width:60px;
    height:60px;
    display:block;
    position:absolute;
    right:0;
    top:0;
    padding:0;
    margin:0;
    line-height:60px;
    text-align:center;
    cursor:pointer
}

.sb-search-submit {
    background:#fff;
    -ms-filter:alpha(opacity=0);
    filter:alpha(opacity=0);
    opacity:0;
    color:transparent;
    border:0;
    outline:0;
    z-index:-1
}

.sb-icon-search {
    color:#fff;
    background:#fff;
    z-index:90;
    font-size:1.375rem;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased
}

.sb-search.sb-search-open,.no-js .sb-search {
    width:100%
}

.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
    background:#fff;
    color:#fff;
    z-index:11
}

.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
    z-index:90
}

.search input {
    font-size:1.5rem
}

.search .button {
    text-transform:uppercase
}

.form input,.form textarea,input[type="text"]:focus {
    border-color:#e4e4e5;
    box-shadow:none
}

.form select {
    font-family:"montserratlight",Arial,sans-serif;
    border-color:#e4e4e5;
    box-shadow:none;
    background-color:#fff;
    font-size:1.125rem;
    color:#a9a9a9;
    height:4rem;
    background-position:98% center
}

input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],textarea {
    font-size:.9rem
}

.form input[type="text"], 
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"]{
    height:3rem
}

.form input[type="checkbox"] {
    border:1px solid #e4e4e5
}

.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder {
    font-size:.9rem
}

.form input:-moz-placeholder,.form textarea:-moz-placeholder {
    font-size:.9rem
}

.form input::-moz-placeholder,.form textarea::-moz-placeholder {
    font-size:.9rem
}

.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder {
    font-size:.9rem
}

.form label {
    font-size:.9rem
}

.form label.checkbox {
    text-transform:none
}

.form .button {
    width:160px;
    height:60px;
    background:transparent url(../img/icon-form-submit.svg) no-repeat;
    padding:0 0 0 20px;
    text-align:left;
    text-transform:uppercase;
    font-size:1.188rem;
    margin-bottom:0;
}

.gform_wrapper {width:100% !important;max-width: 100% !important;}

.gform_wrapper .gform_footer {padding:0 !important;margin:0 !important;}

.gform_wrapper .top_label input.medium[type=file] {width: 100% !important;font-size:0.8rem !important;}

.no-svg .form .button {
    background:transparent url(../img/icon-form-submit.png) no-repeat
}

.landing-page .form .button {
    width:230px;
    height:60px;
    background:transparent url(../img/icon-form-submit-landing.svg) no-repeat
}

.no-svg .landing-page .form .button {
    background:transparent url(../img/icon-form-submit-landing.png) no-repeat
}

.header-logo {
    width:42px;
    height:40px;
    background-image:url(../img/Wildcard-logo-header.svg);
    background-repeat:no-repeat
}

.no-svg .header-logo {
    background-image:url(../img/Wildcard-logo-header.png)
}

.wildcard-symbol {
    width: 42px;
    height: 40px;
    background-image:url(../img/wildcard-symbol.svg);
    background-repeat:no-repeat;
    background-size: 42px 40px;
}

.no-svg .wildcard-symbol {
    background-image:url(../img/wildcard-symbol.png)
}

.wildcard-symbol-light {
    width:56px;
    height:54px;
    background-image:url(../img/wildcard-symbol-light.svg);
    background-repeat:no-repeat;
    background-size:56px 54px
}

.no-svg .wildcard-symbol-light {
    background-image:url(../img/wildcard-symbol-light.png)
}

.wildcard-logo-footer {
    width:56px;
    height:51px;
    background-image:url(../img/Wildcard-logo-only-footer.svg);
    background-repeat:no-repeat;
    background-size:95%
}

.no-svg .wildcard-logo-footer {
    background-image:url(../img/Wildcard-logo-only-footer.png)
}

.wildcard-symbol-footer {
    width:226px;
    height:330px;
    background-image:url(../img/wildcard-symbol-footer.svg);
    background-repeat:no-repeat
}

.wildcard-symbol-side {
    width:180px;
    height:260px;
    background-image:url(../img/wildcard-symbol-footer.svg);
    background-repeat:no-repeat;
    background-size:contain
}

.no-svg .wildcard-symbol-footer,.no-svg .wildcard-symbol-side {
    background-image:url(../img/wildcard-symbol-footer.png)
}

.no-svg .page h1:before {
    background:url(../img/icon-motif-left.png) no-repeat
}

.no-svg .page h1:after {
    background:url(../img/icon-motif-right.png) no-repeat
}

.center {
    margin:0 auto;
    display:block
}

.no-margin {
    margin:0
}

.footer a {
    color:#fff
}

.footer .large-12.columns {
    z-index:9
}

.footer-container {
    position:relative;
    background:#000
}

.footer-container-white {
    position:fixed;
    background:#fff;
    bottom:0;
    width:100%
}

.footer-simplified {
    border-bottom:1px solid #252525;
    margin:0 auto;
    display:block;
    padding:50px 0
}

.footer-logo {
    margin:0;
    position:relative;
    left:0;
    z-index:2
}

.footer-symbol {
    position:absolute;
    right:0;
    bottom:170px;
    z-index:1
}

.side-symbol {
    position:absolute;
    right:0;
    bottom:60px;
    z-index:1
}

.footer-simplified .inline-list {
    margin:0;
    display:block;
    width:auto;
    position:relative;
    z-index:2
}

.footer-simplified .inline-list li {
    margin-top:15px;
    margin-left:0;
    float:none
}

.footer-simplified .inline-list a {
    font-size:1rem;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase
}

.footer-simplified .inline-list a:hover {
    color:#ccc
}

.footer-bottom-container {
    border-top:1px solid #252525
}

.footer-bottom-container .row:first-child {
    margin-bottom:0!important
}

.footer-bottom {
    color:#939598;
    padding:0
}

.footer-bottom .inline-list {
    margin:0
}

.footer-bottom .inline-list li {
    margin-left:0;
    border-left:1px solid #252525;
    border-bottom:1px solid #252525
}

.footer-bottom .inline-list li:last-child {
    border-right:1px solid #252525
}

.footer-container-white .footer-bottom .inline-list li {
    margin-left:0;
    border-left:1px solid #eee;
    border-bottom:0
}

.footer-container-white .footer-bottom .inline-list li:last-child {
    border-right:1px solid #eee
}

.footer-bottom p {
    font-size:.875rem;
    padding:15px 0;
    margin:0
}

.footer-regular {
    padding:60px 0
}

.footer-regular .footer-logo {
    margin:0;
    position:relative;
    left:0;
    z-index:2
}

.footer-regular h4 {
    color:#fff;
    font-size:1.125rem;
    font-weight:600;
    letter-spacing:1px;
    position:relative;
    z-index:2
}

.footer-regular ul {
    list-style:none;
    padding:0;
    margin:0
}

.footer-regular ul li a {
    color:#fff;
    text-transform:uppercase;
    font-family:'montserratbold',sans-serif;
    font-weight:700;
    line-height:2em
}

.footer-regular ul.dropdown li a {
    color:#939598;
    text-transform:none;
    font-family:'montserratlight',sans-serif;
    font-weight:300
}

.footer-regular ul.dropdown li a:hover {
    color:#b2b4b7
}

.footer-regular li.has-dropdown ul.dropdown li>a {
    line-height:1.25em
}

.footer-signup {
    margin-top:20px;
    position:relative;
    z-index:2
}

.footer-signup p {
    color:#bcbec0
}

.footer-signup input[type="text"],
.footer-signup input[type="email"] {
    background:#323232;
    border-color:#323232;
    color:#bcbec0;
    position:relative;
    z-index:999;
    margin-bottom: 1rem!important;
}

.footer-signup .button {
    width:80px;
    height:40px;
    background:url(../img/footer-signup-arrow.svg) no-repeat;
    padding:0 20px;
    text-align:left;
    color:#000;
    text-transform:uppercase
}

.no-svg .footer-signup .button {
    background:url(../img/footer-signup-arrow.png) no-repeat
}

.social-icons {
    background:url(../img/icons-social.png) no-repeat;
    width:56px;
    height:56px;
    display:inline-block
}

.sidebar .social-icons {
    border:1px solid #ddd
}

.social-icon-twitter {
    background-position:0 0
}

.social-icon-facebook {
    background-position:-60px 0
}

.social-icon-googleplus {
    background-position:-120px 0
}

.social-icon-linkedin {
    background-position:-180px 0
}

.social-icon-rss {
    background-position:-240px 0
}

.social-icon-instagram {
    background-position:-360px 0
}

.social-icon-twitter:hover {
    background-position:0 -60px
}

.social-icon-facebook:hover {
    background-position:-60px -60px
}

.social-icon-googleplus:hover {
    background-position:-120px -60px
}

.social-icon-linkedin:hover {
    background-position:-180px -60px
}

.social-icon-rss:hover {
    background-position:-240px -60px
}

.social-icon-instagram:hover {
    background-position:-360px -60px
}

.footer-branding {
    padding:30px;
    background:#fff
}

div.page {
    padding-top:90px
}

div.page.corporate, div.page.social, div.page.contact, div.page.faq, .search div.page, .single-testimonial div.page, .single-people div.page, .single-client div.page, .single-faq div.page {
    padding-top:65px;
    /* padding-top:0; */
}

.page-template-page-search div.page {padding-top:110px;}

.single-photos,.single-tickets {
    background:#000 url(../img/Wildcard-tile-light-2.png) top center
}

.gallery-container {
    background:rgba(0,0,0,0.5);
    margin:0 6px
}

.clearing-blackout {
    background:#000
}

.clearing-assembled .clearing-container .visible-img {
    background:#000 url(../img/Wildcard-tile-light.png) top center
}

.clearing-assembled .clearing-container .carousel {
    background:#fff;
    height:125px;
    border-bottom:5px solid #fff
}

.clearing-assembled .carousel > ul li img {
    border:1px solid rgba(0,0,0,0);
    padding:3px;
    margin:5px;
    box-shadow:0 0 1px rgba(0,0,0,0.35);
    -webkit-transition:.3s box-shadow ease;
    -moz-transition:.3s box-shadow ease;
    -o-transition:.3s box-shadow ease;
    transition:.3s box-shadow ease
}

.clearing-assembled .carousel > ul li img:hover {
    margin-top:4px;
    margin-bottom:6px;
    border:4px solid #fff;
    padding:0;
    box-shadow:0 6px 10px rgba(0,0,0,0.25)
}

.clearing-assembled .clearing-container .carousel > ul li img {
    padding:5px 0 5px 5px;
    border:0;
    margin:0
}

.clearing-assembled .clearing-container .visible-img img {
    border:5px solid #000
}

.page h1,.page h2{
    text-align:center;
    font-size:1.5rem;
    margin:20px 0
}

.blog.page h1, .blog.page h2, .blog.page h3,
.single-post .page h1, .single-post .page h2, .single-post .page h3,
.this-a-blog-post.page h1, .this-a-blog-post.page h2, .this-a-blog-post.page h3 {text-align: left;}


.has-motif:before {
    content:"";
    display:inline-block;
    background:url(../img/icon-motif-left.svg) no-repeat;
    background-size:36px 10px;
    width:36px;
    height:10px;
    margin:0 25px 4px 0
}

.has-motif:after {
    content:"";
    display:inline-block;
    background:url(../img/icon-motif-right.svg) no-repeat;
    background-size:36px 10px;
    width:36px;
    height:10px;
    margin:0 0 4px 25px
}

.page p {
    line-height:2.2;
    font-weight:300;
    font-size:.9rem
}

.page p.serif {
    line-height:1.8em!important;
    font-size:1.2em!important;
    font-family:'TimesNewRoman','Times New Roman','Times','Baskerville','Georgia',serif;
    letter-spacing:.5px!important;
    color:#666;
    font-style:normal
}

.single-photos p,.single-tickets p {
    line-height:1.6
}

.single-tickets a.text-link {
    color:#ffce1a
}

.single-tickets a.text-link:hover {
    background-color:#ffce1a;
    color:#000
}

.page ul.list {
    list-style:none;
    padding:0;
    margin:40px 0 40px 40px;
    font-size:1.125rem
}

.page ul.list li {
    padding:0 0 15px 15px;
    background:url(../img/icon-bullet.svg) no-repeat 0 8px
}

.no-svg .page ul.list li {
    background:url(../img/icon-bullet.png) no-repeat 0 8px
}

.about-us p {
    line-height:3
}

.profile {
    width:100%;
    height:auto;
    display:block
}

.profile img {
}

.profile-info {
    background:#fff;
    width:100%;
    text-align:center;
    padding:20px
}

.profile-info h3 {
    font-size:1.35rem;
    font-weight:700;
    letter-spacing:1px;
    margin:.5em 0 0
}

.profile-info p.serif {
    letter-spacing:1px!important;
    font-style:italic
}

.profile-info .inline-list {
    margin:-10px auto 0;
    display:block
}

.profile-info .inline-list li + li {
    margin-left:.5rem
}

.profile-info .inline-list li {
    margin-left:0;
    float:none!important;
    display:inline-block!important
}

.profile-info .inline-list .social-icons,.share-info .inline-list .social-icons {
    width:40px;
    height:40px;
    border:1px solid #e4e4e5;
    opacity:.6
}

.profile-info .inline-list .social-icons:hover,.share-info .inline-list .social-icons:hover {
    border-color:#000;
    background-color:#000
}

.profile-info .inline-list .social-icons:hover,.share-info .inline-list .social-icons:hover {
    opacity:1
}

.profile-info .inline-list .social-icon-email,.share-info .inline-list .social-icon-email {
    background-position:-311px -10px
}

.profile-info .inline-list .social-icon-linkedin,.share-info .inline-list .social-icon-linkedin {
    background-position:-191px -10px
}

.profile-info .inline-list .social-icon-twitter,.share-info .inline-list .social-icon-twitter {
    background-position:-11px -10px
}

.profile-info .inline-list .social-icon-facebook,.share-info .inline-list .social-icon-facebook {
    background-position:-71px -11px
}

.profile-info .inline-list .social-icon-instagram,.share-info .inline-list .social-icon-instagram {
    background-position:-371px -10px
}

.share-info .inline-list li {
    float:none;
    display:inline-block
}

.team [class*="block-grid-"] {
    text-align:center
}

.team [class*="block-grid-"] {text-align: center;}

.team li .team-info {min-height:118px;}


.team li .serif {
    font-size:1rem!important
}

.page-video {
    position:relative
}

.page-video .play-icon {
    position:absolute;
    left:50%;
    margin-left:-65px;
    top:50%;
    margin-top:-65px;
    width:130px;
    height:130px;
    background:url(../img/icon-play.svg) no-repeat;
    background-size:100% 100%;
    opacity:.6;
    -webkit-transition:all .1s ease-out;
    -moz-transition:all .1s ease-out;
    -o-transition:all .1s ease-out;
    transition:all .1s ease-out
}

.page-video:hover .play-icon,.page-video .play-icon:hover {
    opacity:1
}

.no-svg .page-video .play-icon {
    background:url(../img/icon-play.png) no-repeat
}

.testimonials {
    margin:30px 0;
    background:#f9f9f9;
    text-align:center
}

.testimonials .row .columns {
    text-align:center;
    padding:30px 0 0
}

.page .testimonials h3 {
    font-size:1.875rem;
    font-weight:600;
    padding-top:20px;
    margin:30px 0
}

.testimonial-slider {
    width:85%;
    margin:0 auto
}

.testimonial-slider p {
    color:#333;
    font-size:1.2rem;
    font-weight:300;
    line-height:1.6
}

.testimonial-slider p span {
    font-size:1.2rem;
    font-weight:700;
    display:block
}

.testimonial-slider blockquote,.testimonial-slider blockquote p {
    font-family:'TimesNewRoman','Times New Roman','Times','Baskerville','Georgia',serif;
    font-style:italic;
    font-size:1.25rem;
    border:0;
    color:#231f20;
    padding:20px 15px 0;
    text-transform:none
}

.testimonial-slider .slick-dots {
    position:static
}

.testimonial-slider .slick-dots li button:before {
    width:12px;
    height:12px;
    border-radius:50%;
    border:2px solid #494949;
    color:transparent
}

.testimonial-slider .slick-dots li.slick-active button:before {
    color:transparent;
    font-size:.75rem;
    border:2px solid #a7a9ac;
    background:#a7a9ac
}

.services-blocks .row {
    margin-bottom:50px
}

.culture-blocks h3 {
/*padding-top: 20px;*/
}

.services-intro {
    margin-bottom:60px
}

.services-blocks h3 {
    font-size:1.75rem;
    margin:0 0 30px
}

.culture-blocks h3:before,.services-blocks h3:before {
    content:"";
    display:inline-block;
    background:url(../img/icon-motif-services.svg) no-repeat;
    width:10px;
    height:20px;
    margin:0 15px 0 0
}

.no-svg .culture-blocks h3:before,.no-svg .services-blocks h3:before {
    background:url(../img/icon-motif-services.png) no-repeat
}

.events {
    padding-top:0
}

.events-hero {
    margin-bottom:60px
}

.events-hero img {
    display:block;
    margin:0 auto
}

.events-intro {
    margin-bottom:65px
}

.experience-list ul {
    list-style:none;
    margin:0
}

.experience-list ul li a {
    font-weight:300;
    font-size:1.125rem;
    text-transform:uppercase;
    display:block;
    padding:15px;
    border:1px solid #7f7f7f;
    color:#333;
    margin-bottom:8px;
    -webkit-transition:.5s background;
    -moz-transition:.5s background;
    -o-transition:.5s background;
    transition:.5s background
}

.experience-list ul li a:hover {
    color:#fff;
    background:#eb2222 url(../img/bg-gradient.jpg) no-repeat;
    background-size:cover;
    border-color:#eb2222;
    font-weight:700
}

.experience-list ul li a:after {
    content:"";
    display:inline-block;
    background:url(../img/icon-experience-list-arrow.svg) no-repeat;
    width:5px;
    height:10px;
    margin:10px 15px 0 0;
    float:right
}

.no-svg .experience-list ul li a:after {
    background:url(../img/icon-experience-list-arrow.png) no-repeat
}

.single-photos .gallery {
    margin:40px 0
}

.gallery [class*="block-grid-"] {
    margin:0
}

.gallery [class*="block-grid-"]>li {

    padding:0

}

.faq h3 {
    font-size:1.3rem;
    font-weight:600;
    margin:30px 0 10px;
}

.faq h3:before {
    content:"";
    display:inline-block;
    background:url(../img/icon-motif-services.svg) no-repeat;
    width:10px;
    height:15px;
    margin:0 10px 0 0;
    background-size:contain;
}

.no-svg .faq h3:before {
    background:url(../img/icon-motif-services.png) no-repeat;
    background-size:contain;
}

ul.accordion {
    margin-left:0
}

.accordion .accordion-navigation,.accordion dd {
    padding-bottom:10px
}

.accordion .accordion-navigation>a,.accordion dd>a {
    font-family: 'TimesNewRoman','Times New Roman','Times','Baskerville','Georgia',serif;
    font-style:italic;
    font-size:1rem;
    background:#fff;
    border:none;
    color:#666;
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
}

.accordion .accordion-navigation>a:hover,.accordion dd>a:hover  {
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    background:#fff;
    color:#000;
}

.accordion .accordion-navigation.active>a,.accordion dd.active>a {
    background:#000;
    color:#fff;
    border-color:#000;
}

.accordion .accordion-navigation>a:after {
    content:"";
    display:inline-block;
    background:url(../img/icon-faq-arrow.svg) no-repeat;
    width:8px;
    height:4px;
    margin:10px 0 0 0;
    float:right
}

.accordion .accordion-navigation>.content,.accordion dd>.content {
    line-height:1.6;
    font-family: "montserratlight",Arial,sans-serif;
    font-size: 0.8rem;
}

.accordion .accordion-navigation > a, .accordion dd > a {padding-top:8px;padding-bottom:8px;}


.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {border:1px solid #666;border-top:0;}


.no-svg .accordion .accordion-navigation>a:after {
    background:url(../img/icon-faq-arrow.png) no-repeat
}

.accordion .accordion-navigation.active>a:after {
    background:url(../img/icon-faq-arrow-light.svg) no-repeat
}

.no-svg .accordion .accordion-navigation.active>a:after {
    background:url(../img/icon-faq-arrow-light.png) no-repeat
}

.faq-form h3:before {
    background:0;
    margin:0;
    display:none
}

.button-inquiry {
    z-index:5;
    bottom:0;
    position:absolute;
    width:100%;
    height:3rem
}

.landing-page {
    padding-top:0
}

.landing-page-banner {
    max-height:500px
}

.landing-page-banner img {
    opacity:0
}

.header-logo-text {
    display:block;
    margin:0 auto;
    width:200px;
    height:80px;
    background-image:url(../img/Wildcard-logo-text-symbol.svg)
}

.no-svg .header-logo-text {
    background-image:url(../img/Wildcard-logo-text-symbol.png)
}

.landing-page .faq-form,.landing-page .faq-form-container {
    padding:15px;
    background:#f1f2f2;
    z-index:6
}

.landing-page label {
    color:#939598
}

.landing-page .form input[type="checkbox"] {
    float:left;
    margin-top:.5rem
}

.landing-page .form label.checkbox {
    width:80%;
    color:#323232
}

.landing-page .faq {
    margin-bottom:40px
}

.landing-page-light {
    padding-top:80px
}

.landing-page-dark {
    padding-top:80px;
    background:#000
}

.landing-page-dark h1,.landing-page-dark h2,.single-photos h1 {
    color:#fff
}

.landing-page-dark h1:before,.landing-page-dark h1:after {
    opacity:.4
}

.landing-page-dark p {
    color:#a7a9ac
}

.landing-page-dark ul {
    color:#fff
}

.landing-page-dark .faq-form,.landing-page-dark .faq-form-container {
    background:#fff
}

.landing-page-dark .form .button {
    background:transparent url(../img/icon-form-submit-landing-dark.svg) no-repeat
}

.no-svg .landing-page-dark .form .button {
    background:transparent url(../img/icon-form-submit-landing-dark.png) no-repeat
}

.landing-page-dark .testimonials {
    background:#eb2323
}

.landing-page-dark .testimonials .testimonial-slider .slick-dots li.slick-active button:before {
    border:2px solid #fff;
    background:#fff
}

.landing-page-dark .testimonial-slider .slick-dots li button:before {
    border:2px solid #fff
}

.landing-page-dark .testimonials h3 {
    color:#5f0505
}

.landing-page-dark .testimonials h3:before {
    background:url(../img/icon-motif-left-dark.svg) no-repeat;
    opacity:1;
    background-size:36px 10px
}

.landing-page-dark .testimonials h3:after {
    background:url(../img/icon-motif-right-dark.svg) no-repeat;
    opacity:1;
    background-size:36px 10px
}

.no-svg .landing-page-dark .testimonials h3:before {
    background:url(../img/icon-motif-left-dark.png) no-repeat
}

.no-svg .landing-page-dark .testimonials h3:after {
    background:url(../img/icon-motif-right-dark.png) no-repeat
}

.landing-page-dark .testimonials blockquote {
    color:#fff
}

.landing-page-dark .testimonials p {
    color:#5f0505
}

.landing-page-dark .faq h3 {
    color:#fff
}

.landing-page-dark .accordion .accordion-navigation>a,.landing-page-dark .accordion dd>a {
    background:#000;
    border:1px solid #7f7f7f;
    color:#fff
}

.landing-page-dark .accordion .accordion-navigation.active>a,.landing-page-dark .accordion dd.active>a {
    background:#bcbec0;
    color:#000;
    border-color:#bcbec0
}

.landing-page-dark .accordion .accordion-navigation>.content.active,.landing-page-dark .accordion dd>.content.active {
    background:#000;
    border:1px solid #bcbec0
}

.landing-page-dark .accordion .accordion-navigation>a:after {
    background:url(../img/icon-faq-arrow-light.svg) no-repeat
}

.no-svg .landing-page-dark .accordion .accordion-navigation>a:after {
    background:url(../img/icon-faq-arrow-light.png) no-repeat
}

.landing-page-dark .accordion .accordion-navigation.active>a:after {
    background:url(../img/icon-faq-arrow-dark-active.svg) no-repeat;
    width:10px;
    height:5px
}

.no-svg .landing-page-dark .accordion .accordion-navigation.active>a:after {
    background:url(../img/icon-faq-arrow-dark-active.png) no-repeat
}

.contact {
    padding-top:0
}

.google-map {
    position:relative;
    padding-bottom:560px;
    height:0;
    overflow:hidden
}

.google-map iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important
}

#gmap {
    width:100%;
    height:300px
}

#map2 img {
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    filter:gray
}

.gm-style {
    font-family:'montserratlight',sans-serif
}

.gm-style strong {
    font-family:'montserratbold',sans-serif
}

.contact-information {
    text-align:center
}

.contact-information h4 {
    font-weight:400;
    font-size:1.25rem
}

.contact-information address,.contact-information p,.contact-information a {
    font-style:normal;
    font-weight:400;
    font-size:1rem;
    color:#939598;
    letter-spacing:.5px
}

.contact-information address,.contact-information p {
    padding:0;
    margin:0;
    line-height:1.8em
}

.icon-contact {
    display:block;
    margin:20px auto;
    position:relative;
    width:40px;
    height:40px;
    background-size:40px 40px!important
}

.icon-contact-address {
    background-image:url(../img/icon-contact-address.svg)
}

.no-svg .icon-contact-address {
    background-image:url(../img/icon-contact-address.png)
}

.icon-contact-hours {
    background-image:url(../img/icon-contact-hours.svg)
}

.no-svg .icon-contact-hours {
    background-image:url(../img/icon-contact-hours.png)
}

.icon-contact-team {
    background-image:url(../img/icon-contact-team.svg)
}

.no-svg .icon-contact-team {
    background-image:url(../img/icon-contact-team.png)
}

.icon-contact-email {
    background-image:url(../img/icon-contact-email.svg);
    background-repeat:no-repeat;
    background-position:center;
    display:block;
    width:100%
}

.no-svg .icon-contact-email {
    background-image:url(../img/icon-contact-email.png)
}

.icon-40 {
    max-width:40px;
    margin-top:-3px;
    border:1px solid #444
}

.icon-50 {
    max-width:50px;
    margin-top:-3px;
    border:1px solid #444
}

.page.contact .profile-info {
    position:static
}

.contact .form {
    text-align:left
}

.contact .form input[type="checkbox"] {
    float:left;
    margin-top:.5rem
}

.contact .form label.checkbox {
    color:#939598;
    width:85%
}

.home div.page,.single-service div.page,.single-event div.page {
    padding-top:0
}

.single-service div.page .page-inner,.single-event div.page .page-inner {
    padding-top:90px
}

.home .row:first-child {
    margin-bottom:0
}

.home-hero img {
    display:block;
    margin:0 auto
}

.m {
    display:none!important
}

.search-home {
    padding:40px 0
}


#ajaxsearchpro1_1 .probox, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox, 
#ajaxsearchlite1 .probox {
    background: #000 !important;
    height: auto !important;
}

.home input[type="search"]:not(.sb-search-input),#ajaxsearchpro1_1 .probox,#ajaxsearchpro1_2 .probox,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox,
#ajaxsearchpro1_1 .probox .proinput input.autocomplete, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.autocomplete, 
#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.orig {
    height:60px!important;
    border-color:transparent!important;
    border-bottom-color:#000!important;
    box-shadow:none!important;
    /* background:#000!important; */
    line-height:60px!important;
    font-family:'montserratlight',sans-serif!important;
    color:#fff !important;
    font-size:1.5rem!important;
    letter-spacing:1px!important;
    padding-left:8px!important;
    box-sizing:border-box!important
}

#ajaxsearchpro1_1 .probox .proinput input.autocomplete, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.autocomplete {
    color:#fff !important;
}

.home input::-webkit-input-placeholder {
    font-family:'montserratlight',sans-serif!important;
    color:#888 !important;
    font-size:1.5rem !important;
    line-height:3.8125rem !important;
    letter-spacing:1px !important;
    padding-left:8px !important
}

.home input::-moz-placeholder {
    font-family:'montserratlight',sans-serif!important;
    color:#888 !important;
    font-size:1.5rem !important;
    line-height:3.8125rem !important;
    letter-spacing:1px !important;
    padding-left:8px !important
}

.home input:-ms-input-placeholder {
    font-family:'montserratlight',sans-serif!important;
    color:#888 !important;
    font-size:1.5rem !important;
    line-height:3.8125rem !important;
    letter-spacing:1px !important;
    padding-left:8px !important
}

.page-template-page-search input[type="search"]:not(.sb-search-input):focus,.home input[type="search"]:not(.sb-search-input):active {
    background:transparent;
    box-shadow:none
}

#ajaxsearchpro1_1,#ajaxsearchpro1_2,div.ajaxsearchpro[id*="ajaxsearchpro1_"] {
    box-shadow:none!important
}

#ajaxsearchlite1 .probox .promagnifier, #ajaxsearchpro1_1 .probox .promagnifier,#ajaxsearchpro1_2 .probox .promagnifier,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier,#ajaxsearchpro1_1 .probox .proloading,#ajaxsearchpro1_1 .probox .proclose, #ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_1 .probox .prosettings, #ajaxsearchlite1 .probox .proclose, #ajaxsearchlite1 .probox .promagnifier, #ajaxsearchlite1 .probox .prosettings, #ajaxsearchpro1_2 .probox .proloading,#ajaxsearchpro1_2 .probox .proclose,#ajaxsearchpro1_2 .probox .promagnifier,#ajaxsearchpro1_2 .probox .prosettings,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proloading,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proclose,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .prosettings {
    width:60px!important;
    height:60px!important;
    border:none!important;
    box-shadow:none!important;
    box-sizing:border-box!important
}

#ajaxsearchpro1_1 .probox .promagnifier,#ajaxsearchpro1_2 .probox .promagnifier,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier, #ajaxsearchlite1 .probox .promagnifier, #ajaxsearchlite1 .probox .innericon {
    background:#ffce1a!important
}

#ajaxsearchpro1_1 .probox .promagnifier div.innericon,#ajaxsearchpro1_2 .probox .promagnifier div.innericon,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier div.innericon {
    width:60px!important;
    height:60px!important
}

#ajaxsearchpro1_1 .probox .promagnifier .innericon svg,#ajaxsearchpro1_2 .probox .promagnifier .innericon svg,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier .innericon svg,#ajaxsearchpro1_1 .probox .proloading svg,#ajaxsearchpro1_2 .probox .proloading svg,div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proloading svg {
    fill:#fff!important
}

div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proclose svg {
    background:none!important;
    fill:#fff!important;
    box-shadow:0 0 0 2px rgba(255,255,255,1)!important
}

div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .promagnifier .innericon,div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .prosettings .innericon,div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proclose .innericon {
    background-size:60px 60px!important
}

#ajaxsearchprores1_1.vertical,#ajaxsearchprores1_2.vertical,div.ajaxsearchpro[id*="ajaxsearchprores1_"].vertical {
    border:1px solid #ccc!important;
    border-top:0!important;
    box-sizing:border-box!important;
    padding:0!important;
    background: #fff !important;
}

div.ajaxsearchpro[id*='ajaxsearchprores'] .results .item {
    padding:10px!important
}

#ajaxsearchprores1_1.vertical .results .item .content,#ajaxsearchprores1_2.vertical .results .item .content,div.ajaxsearchpro[id*="ajaxsearchprores1_"].vertical .results .item .content {
    padding:0!important;
    line-height:1.5em
}

#ajaxsearchprores1_1.vertical .results .item .image,#ajaxsearchprores1_2.vertical .results .item .image,div.ajaxsearchpro[id*="ajaxsearchprores1_"].vertical .results .item .image {
    width:80px!important;
    height:80px!important;
    padding:3px 10px 0 0!important
}

#ajaxsearchprores1_1 .results .item .content h3 a,#ajaxsearchprores1_2 .results .item .content h3 a,div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .content h3 a {
    margin:0 0 8px!important;
    display:block!important;
    text-transform:uppercase;
    letter-spacing:1px
}

.showmore {
    background:#ccc!important;
    color:#666!important
}

.showmore a:hover {
    color:#000!important
}

.search-home .button {
    margin-left:0;
    width:168px;
    height:58px;
    background:transparent url(../img/icon-search-home.svg) no-repeat
}

.no-svg .search-home .button {
    background:transparent url(../img/icon-search-home.png) no-repeat
}

.clients-slider,.testimonial-slider {
    visibility:hidden
}

.slick-initialized {
    visibility:visible
}

.clients-slider-container {
    padding:20px 0 0
}

.clients-slider {
    margin-top:60px;
    width:auto;
    margin:0;
    padding:0
}

.clients-slider .slick-next,.clients-slider .slick-prev {
    display:none!important
}

.clients-slider div {
    text-align:center
}

.clients-slider div img {

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.slick-slider {
    margin-bottom:0!important
}

@media only screen and (min-width:40.063em) {
/* 641px */
.page h1,.page h2,.page h3 {
    font-size:1.75rem
}

.has-motif:before {
    margin:0 15px 5px 0
}

.has-motif:after {
    margin:0 0 5px 15px
}

.landing-page h1.no-motif:before,.landing-page h1.no-motif:after {
    display:none
}

.footer-logo {
    margin:0 auto;
    display:inline-block
}

.wildcard-logo-footer {
    background-size:100%
}

.footer-simplified .inline-list li {
    float:left;
    margin-left:0;
    margin-right:2.575rem
}

.footer-branding {
    padding:30px
}

.social-icons {
    width:60px;
    height:60px
}

.search-home .button {
    margin-left:15px
}

.page .testimonials h3 {
    font-size:2rem
}

.testimonial-slider {
    width:auto
}

.testimonial-slider blockquote {
    font-size:1.25rem
}

.page-video .play-icon {
    background-size:100% 100%
}

.clearing-assembled .clearing-container .visible-img img {
    border:50px solid #000
}
}

@media only screen and (min-width:65em) {
/* 961px */
.top-bar li.name {
    width:150px
}

.top-bar li.name span {
    display:block;
    margin:8px auto 0
}

.top-bar-section ul li a {
    border-bottom:0
}

.top-bar ul.right li {
    padding:0 10px;
    border-left:1px solid #e1e2e2
}

.top-bar ul.right li:first-child {
    border-left:0
}

.top-bar ul.left li:last-child,.top-bar ul.right li:last-child {
    border-right:1px solid #e1e2e2
}

.top-bar-section li:not(.has-form) a:not(.button) {
    padding:8px 25px;
    line-height:3;
    border-left:1px solid #eee;
    border-bottom:0
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background:#333;
    color:#fff;
    border-left-color:#fff;
    border-bottom:0
}

.top-bar-section .has-dropdown>a:after {
    border-color:rgba(0,0,0,0.3) transparent transparent
}

.top-bar-section .has-dropdown:hover>a:after {
    border-color:rgba(255,255,255,1) transparent transparent
}

.top-bar-section .dropdown li:not(.has-form):not(.active) {
    background:transparent
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background:#ffce1a;
    color:#000;
    border:none;
    border-top:1px solid #000;
    margin-left:1px
}

.top-bar-section .dropdown li:not(.has-form):not(.active):last-child > a:not(.button) {
    border-bottom:1px solid #000
}

.top-bar-section .dropdown li:not(.has-form):not(.active):last-child {
    border-right:none
}

.top-bar input.sb-search-input {
    margin:3px 0 0
}

.top-bar ul.right li:first-child {
    padding:0 0 0 10px
}
}

@media only screen and (min-width:64.063em) {
/* 1025px */
.footer-logo {
    margin:0 0 0 20px
}

.footer-simplified .inline-list {
    width:auto;
    margin:0 auto
}

.footer-simplified .inline-list li {
    margin-top:15px
}

.faq-form {
    z-index:2;
    padding-left:60px
}

.landing-page .faq {
    margin-bottom:200px
}
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
    .top-bar-section ul li .js-generated {
        display:block!important
    }

    .clients-slider {
        width:auto
    }
}

.onlymobile #hero-home {
    min-height: 500px;
}

.onlymobile body.home {
    background: none;
}

.onlymobile #tagline-home {
    position: absolute;
    max-width: 80%;
    right: 10%;
    left: 10%;
    background-size: 60%;
    /*top: 75px;*/
    opacity: 1;

    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.onlymobile #hero-home {
    background: url('../img/Home-hero-mobile.jpg') 50% 40% / contain no-repeat;
    opacity: 1;
}



#hero-home,
#tagline-home {
    max-height:100%;
    opacity:0;
}


#tagline-home {position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background: transparent url('../img/Wildcard-tagline.png') center no-repeat;}

.single-services div.page,.single-event div.page,.single-photos div.page,.single-tickets div.page {
    padding-top:0!important
}

.gform_wrapper textarea.large {
    height:180px!important
}

/*Contact Form CSS */
body .wc-contact-form .gform_wrapper {
    max-width:100%!important
}

body .wc-contact-form .gform_wrapper {
    margin-top:0!important
}

body .wc-contact-form .gform_wrapper .ginput_container {
    max-width:100%!important;
    margin:0!important;
    padding:0!important
}

body .wc-contact-form .gform_wrapper .top_label .gfield_error,body .wc-contact-form .gform_wrapper .contact-text-area,body .wc-contact-form .gform_wrapper .top_label li.gfield.gf_left_half,body .wc-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
    width:100%!important
}

.wc-contact-form .gform_wrapper .gfield_error {
    padding:0!important;
    margin:0!important
}

.wc-contact-form .gform_wrapper input[type=email],.wc-contact-form .gform_wrapper input[type=number],.wc-contact-form .gform_wrapper input[type=password],.wc-contact-form .gform_wrapper input[type=tel],.wc-contact-form .gform_wrapper input[type=text],.wc-contact-form .gform_wrapper input[type=url],.wc-contact-form .gform_wrapper textarea,.wc-contact-form .gform_wrapper select {
    width:100%!important
}

body .wc-contact-form .gform_wrapper .gform_body .gform_fields .gfield.hide-label .gfield_label {
    display:none!important
}

body .wc-contact-form .gform_wrapper .gform_body .gform_fields {
    list-style-type:none;
    margin:0;
    padding:0
}

.gform_wrapper .validation_error {
    display:none!important
}

body .wc-contact-form .gform_wrapper .gform_footer {
    padding:0;
    width:100%
}

body .wc-contact-form .gform_wrapper .subscribe-box .gfield_label,body .wc-contact-form .gform_wrapper .subscribe-box .ginput_container {
    margin:0
}

body .wc-contact-form .gform_wrapper .subscribe-box .gfield_checkbox label {
    color:#939598!important
}

body .wc-contact-form .gform_wrapper input[type=email],body .wc-contact-form .gform_wrapper input[type=number],body .wc-contact-form .gform_wrapper input[type=password],body .wc-contact-form .gform_wrapper input[type=tel],body .wc-contact-form .gform_wrapper input[type=text],body .wc-contact-form .gform_wrapper input[type=url],body .wc-contact-form .gform_wrapper textarea,body .wc-contact-form .gform_wrapper select {
    padding:.5rem!important;
    text-indent:0!important
}

body .wc-contact-form .gform_wrapper .contact-text-area .textarea {
    height:300px
}

body .wc-contact-form .gform_wrapper .gfield_error {
    background:none!important;
    border:none!important
}

body .wc-contact-form .gform_wrapper .gfield_error .ginput_container {
    margin-top:.375em!important
}

body .wc-contact-form .gform_wrapper .gfield_error input {
    border-color:#EE232D!important
}

body .wc-contact-form .gform_wrapper .validation_error {
    color:#EE232D!important;
    border-color:#EE232D!important
}

body .wc-contact-form .gform_wrapper .validation_message {
    color:#EE232D!important
}

body .wc-contact-form .gform_confirmation_wrapper .gform_confirmation_message {
    color:#000 !important;
    font-size:0.8rem !important;
}

body .wc-contact-form .gform_wrapper .ginput_complex label {
    display:none!important
}

body .wc-contact-form .gform_wrapper .ginput_complex {
    margin-top:0!important
}

body .wc-contact-form .gform_wrapper .gfield_error .ginput_complex .ginput_left {
    padding-bottom:10px!important;
    margin-bottom:10px!important
}

body .wc-contact-form .gform_wrapper .ginput_complex .ginput_left {
    padding-bottom:10px!important
}

body .wc-contact-form .gform_wrapper .ginput_complex .ginput_left,body .wc-contact-form .gform_wrapper .ginput_complex .ginput_right {
    float:none!important;
    display:block;
    width:100%!important;
    margin-left:0!important
}

body .wc-contact-form .gform_confirmation_wrapper {
    padding:0 .9375em
}

#extensions_message {
    display:block;
    font-size:.8rem
}

/* FAQ Form */
body .wc-faq-form .gform_wrapper {
    max-width:100%!important
}

body .wc-faq-form .gform_wrapper {
    margin-top:0!important
}

body .wc-faq-form .gform_wrapper .top_label li.gfield.gf_left_half,body .wc-faq-form .gform_wrapper .top_label li.gfield.gf_right_half {
    width:50%
}

.wc-faq-form .gform_wrapper .gfield_error,.wc-faq-form .gform_wrapper input[type=email],.wc-faq-form .gform_wrapper input[type=number],.wc-faq-form .gform_wrapper input[type=password],.wc-faq-form .gform_wrapper input[type=tel],.wc-faq-form .gform_wrapper input[type=text],.wc-faq-form .gform_wrapper input[type=url],.wc-faq-form .gform_wrapper textarea,.wc-faq-form .gform_wrapper select {
    width:100%!important
}

body .wc-faq-form .gform_wrapper .gform_body .gform_fields .gfield.hide-label .gfield_label {
    display:none!important
}

body .wc-faq-form .gform_wrapper .gform_body .gform_fields {
    list-style-type:none;
    margin:0;
    padding:0
}

body .wc-faq-form .gform_wrapper .validation_error {
    margin-left:0;
    margin-right:0;
    width:100%
}

body .wc-faq-form .gform_wrapper .gform_footer {
    margin-right:5px;
    padding:0;
    width:100%
}

body .wc-faq-form .gform_wrapper .subscribe-box .gfield_label,body .wc-faq-form .gform_wrapper .subscribe-box .ginput_container {
    margin:0
}

body .wc-faq-form .gform_wrapper .subscribe-box .gfield_checkbox label {
    color:#939598!important
}

body .wc-faq-form .gform_wrapper input[type=email],body .wc-faq-form .gform_wrapper input[type=number],body .wc-faq-form .gform_wrapper input[type=password],body .wc-faq-form .gform_wrapper input[type=tel],body .wc-faq-form .gform_wrapper input[type=text],body .wc-faq-form .gform_wrapper input[type=url],body .wc-faq-form .gform_wrapper textarea,body .wc-faq-form .gform_wrapper select {
    padding:.5rem!important;
    text-indent:0!important
}

body .wc-faq-form .gform_wrapper .contact-text-area .textarea {
    height:300px
}

body .wc-faq-form .gform_wrapper .gfield_error {
    background:none!important;
    border:none!important
}

body .wc-faq-form .gform_wrapper .gfield_error .ginput_container {
    margin:0!important;
    max-width:100%!important
}

body .wc-faq-form .gform_wrapper .gfield_error textarea,body .wc-faq-form .gform_wrapper .gfield_error input {
    border-color:#EE232D!important
}

body .wc-faq-form .gform_wrapper .validation_error {
    color:#EE232D!important;
    border-color:#EE232D!important
}

body .wc-faq-form .gform_wrapper .validation_message {
    color:#EE232D!important
}

body .wc-faq-form .gform_confirmation_wrapper .gform_confirmation_message {
    color: #000 !important;
    font-size:0.8rem !important;
}

body .wc-faq-form .gform_wrapper .ginput_complex label {
    display:none!important
}

body .wc-faq-form .gform_wrapper .ginput_complex {
    margin-top:0!important
}

body .wc-faq-form .gform_wrapper .gfield_error .ginput_complex .ginput_left {
    padding-bottom:10px!important;
    margin-bottom:10px!important
}

body .wc-faq-form .gform_wrapper .ginput_complex .ginput_left {
    padding-bottom:10px!important
}

body .wc-faq-form .gform_wrapper .ginput_complex .ginput_left,body .wc-faq-form .gform_wrapper .ginput_complex .ginput_right {
    float:none!important;
    display:block;
    width:100%!important;
    margin-left:0!important
}

body .wc-faq-form .gform_confirmation_wrapper {
    
}

/* Inquiry Form */
body .wc-inquiry-form .gform_wrapper {
    max-width:100%!important
}

body .wc-inquiry-form .gform_wrapper {
    margin-top:0!important
}

body .wc-inquiry-form .gform_wrapper .top_label li.gfield.gf_left_half,body .wc-inquiry-form .gform_wrapper .top_label li.gfield.gf_right_half {
    width:50%
}

.wc-inquiry-form .gform_wrapper .gfield_error,.wc-inquiry-form .gform_wrapper input[type=email],.wc-inquiry-form .gform_wrapper input[type=number],.wc-inquiry-form .gform_wrapper input[type=password],.wc-inquiry-form .gform_wrapper input[type=tel],.wc-inquiry-form .gform_wrapper input[type=text],.wc-inquiry-form .gform_wrapper input[type=url],.wc-inquiry-form .gform_wrapper textarea,.wc-inquiry-form .gform_wrapper select {
    width:100%!important
}

body .wc-inquiry-form .gform_wrapper .gform_body .gform_fields .gfield.hide-label .gfield_label {
    display:none!important
}

body .wc-inquiry-form .gform_wrapper .gform_body .gform_fields {
    list-style-type:none;
    margin:0;
    padding:0
}

body .wc-inquiry-form .gform_wrapper .validation_error {
    margin-left:0;
    margin-right:0;
    width:100%
}

body .wc-inquiry-form .gform_wrapper .gform_footer {
    margin-right:5px;
    padding:0;
    width:100%
}

body .wc-inquiry-form .gform_wrapper .subscribe-box .gfield_label,body .wc-inquiry-form .gform_wrapper .subscribe-box .ginput_container {
    margin:0
}

body .wc-inquiry-form .gform_wrapper .subscribe-box .gfield_checkbox label {
    color:#939598!important
}

body .wc-inquiry-form .gform_wrapper input[type=email],body .wc-inquiry-form .gform_wrapper input[type=number],body .wc-inquiry-form .gform_wrapper input[type=password],body .wc-inquiry-form .gform_wrapper input[type=tel],body .wc-inquiry-form .gform_wrapper input[type=text],body .wc-inquiry-form .gform_wrapper input[type=url],body .wc-inquiry-form .gform_wrapper textarea,body .wc-inquiry-form .gform_wrapper select {
    padding:.5rem!important;
    text-indent:0!important
}

body .wc-inquiry-form .gform_wrapper .contact-text-area .textarea {
    height:300px
}

body .wc-inquiry-form .gform_wrapper .gfield_error {
    background:none!important;
    border:none!important
}

body .wc-inquiry-form .gform_wrapper .gfield_error .ginput_container {
    margin:0!important;
    max-width:100%!important
}

body .wc-inquiry-form .gform_wrapper .gfield_error textarea,body .wc-inquiry-form .gform_wrapper .gfield_error input {
    border-color:#EE232D!important
}

body .wc-inquiry-form .gform_wrapper .validation_error {
    color:#EE232D!important;
    border-color:#EE232D!important
}

body .wc-inquiry-form .gform_wrapper .validation_message {
    color:#EE232D!important
}

body .wc-inquiry-form .gform_confirmation_wrapper .gform_confirmation_message {
    color:#000 !important;
    font-size:0.8rem !important;
}

/* SignUp Form */
.wc-signup-form .gform_confirmation_wrapper .gform_confirmation_message {
    color:#000 !important;
    font-size:0.8rem !important;
}

.footer .wc-signup-form .gform_confirmation_wrapper .gform_confirmation_message {
    color:#fff !important;
    font-size:0.8rem !important;
}

.wc-signup-form .gform_wrapper .gfield_label {
    display:none!important
}

.wc-signup-form .gform_wrapper .gform_footer {
    padding:0!important
}

.wc-signup-form .gform_wrapper input {
    width:100%!important
}

.wc-signup-form .gform_wrapper {
    max-width:100%!important
}

.wc-signup-form .validation_error {
    color:#EE232D!important;
    font-size:14px!important;
    border-top:2px solid #EE232D!important;
    border-bottom:2px solid #EE232D!important
}

.wc-signup-form .ginput_container {
    margin:0!important
}

.wc-signup-form .gfield_error,.wc-signup-form .validation_message {
    background:none!important;
    border:none!important;
    color:#EE232D!important;
    width:100%!important
}

.wc-signup-form .gfield_error input {
    border-color:#EE232D!important
}

.wc-signup-form .ginput_container {
    max-width:100%!important
}

/* Footer Copyrights Text */
.footer-copy-text {
    color:#999;
    font-family:"Arial";
    font-size:10px
}

.footer-by-text {
    padding-right:2px
}

.footer-year {
    padding-left:2px
}

.aos-search-results {
    margin-bottom:30px;
    font-size:0.9rem;
}

.aos-search-results .aos-post-type {
    font-weight:700;
    font-size:80%;
    display:inline-block;
    background:#eb2323;
    color:#fff;
    padding:5px 7px;
    line-height:.8;
    margin-bottom:15px
}

.search-results-wrapper {
    max-width:1000px;
    margin:auto;
    padding:0 20px
}

.search-nav-wrapper {
    margin-bottom:50px;
    margin-top:50px
}

.search-nav-wrapper .fill-blank-img {
    position:absolute;
    width:100%;
    display:block;
    background:#eee
}

.search-results h3 {
    font-size:30px!important;
    border-bottom:1px solid #000;
    line-height:2
}

.aos-search-results p {
    font-size:90%;
    line-height:2;
    margin:0
}

.aos-search-results h2 {
    margin:10px 0 0 0;
    padding:0;
    font-size:120%
}

.aos-search-results .button-primary {margin-top:10px;}

.read-more,.wc-post-type-name {
    display:inline-block!important;
    border:1px solid #999!important;
    color:#999;
    padding:8px!important;
    line-height:1;
    margin-top:0;
    letter-spacing:1px;
    font-family:'TimesNewRoman','Times New Roman','Times','Baskerville','Georgia',serif;
    font-style:italic;
    font-weight:400;
    font-size:1em
}

.wc-post-type-name {
    padding:5px!important;
    font-size:.8em;
    margin:4px 0!important
}

.item.asp_result_pagepost {
    border-bottom:1px solid #eee!important
}

.search-pagination {
    margin-bottom:50px
}

.search-no-results-wrapper {
    padding:50px 0 120px
}

.sidebar {
    margin-top:20px;
    border-bottom:5px solid #fff
}

.main {
    
}

.sidebar, .main, .wc-post-container {
    box-shadow:0 1px 2px rgba(0,0,0,0.05)
}

.page-template-archive-blog .main {box-shadow: none; }


@media screen and (min-width:641px) {
.main {
    margin-right:-.9375em
}

.sidebar {
    margin-left:-.9375em;
    margin-top:0
}
}

.sidebar h1 {
    font-size:1.25em;
    letter-spacing:1px;
    background:#000;
    color:#fff;
    padding:1.1rem;
    text-align:left;
    margin:0
}

.bg-black .sidebar h1,.bg-tile-dark .sidebar h1 {
    background:#eb2222 url(../img/bg-gradient.jpg) no-repeat;
    background-size:cover;
    color:#000
}

.sidenav ul,.sidenav li {
    list-style:none;
    margin:.8em 0 0
}

.sidenav li a {
    text-transform:uppercase;
    color:#666;
    font-size:.875rem
}

.sidenav li a:hover {
    color:#000
}

.sidenav li.active a,.sidenav li.current-menu-item a {
    font-family:"montserratbold",Arial,sans-serif;
    font-weight:700;
    color:#000
}

.sidenav li a:hover:before {
    content:"";
    display:inline-block;
    width:0;
    height:0;
    border:inset 5px;
    border-color:transparent transparent transparent #000;
    border-left-style:solid;
    margin:0 .48rem 0 -1.1rem
}

.sidenav li.active a:before,.sidenav li.current-menu-item a:before {
    content:"";
    display:inline-block;
    width:0;
    height:0;
    border:inset 5px;
    border-color:transparent transparent transparent #ffce1a;
    border-left-style:solid;
    margin:0 .5rem 0 -1.1rem
}

.sidebar h5 {
    padding:0 1.1rem .35rem;
    font-size:.875rem
}

.sidebar .inline-list {
    margin-left:1.1rem
}

.sidebar .inline-list li {
    margin:0 1rem 1rem 0
}

.page-template-archive-blog .sidebar .inline-list li,
.single .sidebar .inline-list li,
.page-template-archive-blog .sidebar .button,
.single .sidebar .button {margin-bottom:0;}

.sidenav.hide-first li:first-child {
    display:none
}



/* Pagination */
.pagination {
    margin:20px
}


.screen-reader-text {
    display:none
}

.page-numbers {
    display:inline-block;
    padding:10px 15px;
    border:1px solid #999;
    color:#999
}

.page-numbers:hover,.page-numbers:active {
    border-color:#000;
    color:#000
}

.page-numbers:hover {background:#000;color:#fff;}

.page-numbers.current {
    border-color:#000;
    color:#000;
    background:#fff
}

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

.attachment-full {width:100%;}

.home input::-moz-placeholder {
    font-style: normal !important;
}

.mobile-only-button {
    display: none;
}

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

    .page-video .play-icon {
        background-position: center center;
        -webkit-background-size: 60%;
        background-size: 60%;
    }

    .mobile-only-button {
        display: block;
        text-align: center;
        margin-top:10px;
        margin-bottom:10px;

    }

    .testimonials {
        display: none;
    }

    .spacer {
        height: 15px;
    }

    .search-home-page {
        display: none;
    }

    .has-motif::before,
    .has-motif::after {
        display: none;
    }

    .testimonial-slider {
        display: none;
    }

    .box {
        padding: 0 0 10px 0;
    }

    .profile-info {
        padding: 15px 0 0 0;
    }

    .profile-info > ul.small-block-grid-3 > li {
        float: none !important;
        width: 70%;
        clear: none !important;
        display: inline-block !important;
        margin-bottom:0 !important;
        padding-bottom:0 !important;
    }

    .team li .team-info {
        min-height:auto;
    }

    .mobile-testimonial.button {
        padding-left: 1rem;
        padding-right: 1.8rem;
    }

    .mobile-gallery .small-block-grid-3 > li {
        width: 50%;
        display: inline-block;
        clear: none !important;
    }

    .mobile-gallery .small-block-grid-3 > li > a {
       display: block;
    }
    
    .events-hero {
        padding: 0;
        margin-bottom: 20px;
    }

    .events-intro {
        margin-bottom:0px;
    }
    .experience-list ul li a {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .faq h3 {
        font-size: 1rem;
    }

    .faq-accordions ul > li > a {
        padding: 10px 12px !important;
    }

    .faq-accordions ul > li .content {
        padding: 10px 12px !important;
    }

    button, .button {
        padding: 1rem 1.2rem 1.0625rem;
    }
    
    .page p:not(.text-center) {
        font-size: 0.8rem;
        text-align: left !important;
        padding:0 15px;
    }


    .page p.no-margin {padding:0;margin:0;}

    div.text-justify, div.text-justify p:not(.text-center) {
        font-size: 0.8rem;
        text-align: left !important;
    }

    div.text-justify p {padding:0 15px;}

    .single-post p {padding:0 !important;}

    .aos-search-results {font-size: 0.8rem}

    h3.has-motif,
    .page .testimonials h3,
    .page h1, .page h2, .page h3 {
        font-size: 1.4rem !important;
        margin: 15px 0;
    }

    .spotlight a.button {
        margin-top: 0;
    }

    .header.fixed {
        position: fixed;
    }
}

@media only screen and (max-width: 640px) {
    .search-post-type {
        margin-top: 25px !important;
        display: block;
    }

    h3.search-results-title {
        font-size: 1.6rem !important;
    }
    #header {position: fixed;top:0;width:100%;z-index:999;}
    .wc-blog-loop > li .wc-blog-item h3 {text-align: left;}
    .padding-mobile {padding:10px;}
}

/* IE 8,9 and 10 */
@media screen\0 {
    .content-section,
    .content-blog-section {
        float: right;
    }

    .search-home-page {
        display: none;
    }

    .gform_button.button {
        padding-left: 20px !important;
    }
}


.reveal-modal-bg {background:#000 url('../img/Wildcard-tile-light.png') top center;}

.gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"]{
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_checkbox{ 
    margin-bottom: 1rem!important;
}
