/* request_sc:regular*/
/* Last-Modified: Mon, 8 Sep 2025 12:59:15 GMT [ver: ] */
/* Current-Time:Mon, 08 Sep 2025 23:52:32 -0500*/
/* NOT Pulled From Cache */
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * Apply a natural box layout model to all elements
 */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/* ==========================================================================
   General
   ========================================================================== */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font: 14px/24px 'Montserrat', sans-serif;
    font-weight: 500;
    color: #777;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.img-left {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    width: 50%;
}

.responsive {
    width: 100%;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 16px !important; }
.margin-top-half { margin-top: 8px !important; }
.margin-bottom { margin-bottom: 16px !important; }
.margin-bottom-dbl { margin-bottom: 32px !important; }
.margin-bottom-half { margin-bottom: 8px !important; }
.margin-bottom-huge { margin-bottom: 72px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 16px !important; }
.padding-bottom { padding-bottom: 16px !important; }
.padding-bottom-dbl { padding-bottom: 32px !important; }
.padding-bottom-half { padding-bottom: 8px !important; }
.padding-bottom-none { padding-bottom: 0px !important; }

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #eee;
    clear: both;
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.box-shadow {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
            box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.spacer {
    padding-top: 60px;
}

@font-face {
    font-family: 'boldbrush';
    src: url('//boldbrush.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//boldbrush.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//boldbrush.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//boldbrush.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//boldbrush.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//boldbrush.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
    content: 'F';
    font-family: 'boldbrush';
    font-size: 24px;
    font-style: normal;
    position: relative;
    top: 2px;
    left: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
}

h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 26px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

p { margin: 0 0 25px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 80%; }

.text-center { text-align: center !important; }
.text-left, .text-left-center { text-align: left !important; }
.text-right, .text-right-center, .text-right-left { text-align: right !important; }
.uppercase { text-transform: uppercase !important; }

/* ==========================================================================
   Links
   ========================================================================== */

a {
    color: #0084b4;
    text-decoration: none;
    outline: 0;
    -webkit-transition: 0.2s color linear;
            transition: 0.2s color linear;
}

a:hover { text-decoration: underline; }
a:hover, a:active, a:focus { outline: 0; }

a.more, a.next, a.prev {
    position: relative;
    font-size: 14px;
}

a.more:after, a.next:after, a.prev:after {
    position: absolute;
    top: -3px;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 700;
}

a.more:after, a.next:after {
    content: '\f105';
    right: -16px;
}

a.prev:after {
    content: '\f104';
    left: -16px;
}

/* ==========================================================================
   Lists
   ========================================================================== */

.inline-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.inline-list li {
    display: inline;
    margin: 0 10px;
}

.inline-list li:first-child {
    margin-left: 0px;
}

.inline-list li:last-child {
    margin-right: 0px;
}

/* ==========================================================================
   Structure
   ========================================================================== */

.content-section {
    padding: 75px 0 75px;
}

.content-section.intro {
    padding: 150px 0 50px;
    text-align: center;
    /*background: #000;*/
}

.content-section.intro h2 {
    font-size: 34px;
}

.content-section.intro p {
    font-size: 24px;
    margin-bottom: 30px;
}

/*.content-section.intro .btn {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.content-section.intro .btn:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}*/

.content-section.border-bottom {
    border-bottom: 1px solid #eee;
}

.content-bg {
    background: #fafafa;
}

.content-border {
    border-bottom: 12px solid #fff;
}

.content-border-top {
    border-top: 12px solid #fff;
}

.section-heading {
    font-size: 42px !important;
    line-height: normal;
}

.border-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 50px;
    overflow: hidden;
}

.border-box P:last-child {
    margin-bottom: 0px;
}

.caption {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
}

.black-bg {
    background-color: #000 !important;
}

.white-text h2, .white-text p, .white-text .caption {
    color: #fff;
}

.bb-home .content-section {
    padding: 120px 0 120px;
}

.bb-home .content-section h2 {
    font-size: 42px;
}

.bb-home .content-section p {
    font-size: 24px;
    line-height: 32px;
}

.bb-home .content-section .more {
    font-size: 20px;
}

.bb-home .content-section .more:after {
    right: -18px;
}

.bb-home .slider-caption h2 {
    font-size: 58px;
    line-height: 62px;
    text-transform: uppercase;
}

.bb-home .slider-caption p {
    font-size: 28px;
    line-height: normal !important;
    font-style: normal;
}

/* ==========================================================================
   Header
   ========================================================================== */

.header-message {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #0084b4;
    text-align: center;
    padding: 5px 0;
    z-index: 9999;
}

.header-message a {
    color: #fff;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.85);
}

.logo {
    position: absolute;
    top: 17px;
    left: 30px;
}

.logo img {
    width: 154px;
    height: auto;
}

.section {
    position: absolute;
    top: 18px;
    left: 216px;
}

.section:before {
    position: absolute;
    top: -1px;
    left: -18px;
    content: "|";
    font-size: 22px;
    color: #666;
}

.section a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.section a:hover {
    color: #0084b4;
}

.main-nav .logged-out .btn, .mobile-nav .logged-out .btn {
    padding: 8px 20px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}

.main-nav .logged-out .btn:hover, .mobile-nav .logged-out .btn:hover {
    color: #fff;
    background: none;
}

.main-nav .logged-in {
    float: right;
}

.main-nav .logged-in ul {
    top: 60px !important;
    right: -15px !important;
    left: auto !important;
    text-align: right !important;
}

.main-nav .logged-in > li {
    margin-right: 0px !important;
}

.main-nav .logged-out {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav .logged-out li {
    display: inline-block;
    margin-right: 20px;
    line-height: 60px;
}

.main-nav .logged-out li:last-child {
    margin-right: 0px;
}

.main-nav .logged-out a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.main-nav .logged-out a:hover {
    color: #0084b4;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99;
}

.sf-menu > li {
    display: inline-block;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/*** SKIN ***/
#main-menu {
    float: right;
    line-height: 40px;
}

.sf-menu {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    line-height: 60px;
}

.sf-menu ul {
    min-width: 10em; /* allow long menu items to determine submenu width */
    *width: 10em; /* no auto sub width for IE7, see white-space comment below */
    left: -15px;
    top: 60px;
    background: rgba(0, 0, 0, .85);
    padding-top: 0px;
    padding-bottom: 10px;
}

.sf-menu a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.sf-menu > li {
    margin-right: 40px;
}

.sf-menu li {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 60px;
    cursor: pointer;
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: all .2s;
            transition: all .2s;
}

.sf-menu li:hover > a, .sf-menu li > a:hover, .sf-menu li.selected > a, .sf-menu li:hover, .sf-menu .selectednavlink > a  {
    color: #0084b4;
}

.sf-menu li li a {
    font-size: 12px;
    padding: 5px 15px;
    line-height: 12px;
}

.sf-menu .emptynavlink {
    display: none !important;
    visibility: hidden;
}

/* ==========================================================================
   Secondary Nav
   ========================================================================== */

.secondary-nav {
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 75px;
    background: rgba(0, 0, 0, 0.7);
    text-align: right;
}

.sf-menu.secondary {
    line-height: 75px;
}

.sf-menu.secondary ul {
    left: -15px;
    top: 58px;
    background: rgba(0, 0, 0, .7);
}

.sf-menu.secondary > li:last-child {
    margin-right: 0px;
}

/* ==========================================================================
   Mobile Nav
   ========================================================================== */

.hamburger {
    display: none;
    position: absolute;
    top: 18px;
    right: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.hamburger:hover {
    color: #0084b4;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    overflow: auto;
    z-index: 999999;
}

.nav-wrapper {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.mobile-nav {
    padding: 75px 0px 25px;
    text-align: center;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav ul li {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
    margin-bottom: 35px;
    position: relative;
}

.mobile-nav ul li a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
    display: inline-block;
    position: relative;
}

.mobile-nav ul li a:hover, .mobile-nav ul li.selected > a, .mobile-nav .selectednavlink > a  {
    color: #0084b4;
}

.mobile-nav ul ul {
    margin-top: 10px;
}

.mobile-nav ul ul li {
    margin-bottom: 5px;
}

.mobile-nav ul ul li a {
    font-size: 14px;
    padding: 0;
}

.mobile-nav .emptynavlink {
    display: none !important;
    visibility: hidden;
}

.nav-wrapper .close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 18px;
}

.nav-wrapper .close i {
    font-size: 24px;
    color: #fff;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.nav-wrapper .close i:hover {
    color: #0084b4;
}

.nav-wrapper .btn {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.nav-wrapper .btn:hover {
    background: none !important;
    color: #fff !important;
}

/* ==========================================================================
   Sub Nav
   ========================================================================== */

.sub-nav {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.sub-nav ul li {
    margin: 0 40px;
}

.sub-nav ul li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    text-decoration: none;
}

.sub-nav ul li a:hover, .sub-nav ul li.selected a {
    color: #0084b4;
}

#tinynav1 {
    display: none;
}

/* ==========================================================================
   Hero Slider
   ========================================================================== */

.forcefullwidth_wrapper_tp_banner {
    background: #000;
    padding-top: 60px;
}

.slider-caption.boxed {
    background: rgba(0, 0, 0, .50);
    padding: 20px;
    border-radius: 5px;
}

.slider-caption.white h2, .slider-caption.white p, .slider-caption.white ul {
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .90);
}

.slider-caption.black h2, .slider-caption.black p, .slider-caption.black ul {
    color: #000;
    text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
}

.slider-caption {
    position: relative !important;
}

.slider-caption h2 {
    font-size: 42px;
    line-height: 48px;
    text-transform: none;
}

#rev_slider_black .slider-caption h2 {
    margin-bottom: 5px;
}

.slider-caption p {
    font-size: 24px;
    line-height: normal !important;
    font-style: italic;
}

.slider-caption.white .btn.solid {
    line-height: normal !important;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    /*-webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;*/
}

.btn-subtext {
    font-size: 12px !important;
    margin-left: 5px !important;
    margin-top: 15px !important;
}

.slider-caption.white .btn.solid:hover {
    color: #fff;
    background: none;
}

.slider-caption ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.slider-caption ul li {
    display: inline;
    margin-right: 12px;
    position: relative;
    font-size: 14px !important;
    white-space: nowrap;
}

.slider-caption ul li:after {
    content: "|";
    position: absolute;
    top: -4px;
    right: -10px;
}

.slider-caption ul li:last-child:after {
    content: "";
    margin-right: 0px;
}

.slider-caption .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .90);
}

.slider-caption .note {
    font-size: 12px;
    font-weight: 700;
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .90);
}

.slider-caption .scroll a {
    font-size: 42px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .90);
}

.slider-caption .scroll a:hover {
    color: #0084b4;
}

.slider-caption blockquote {
    margin: 0;
    padding: 0;
}

.slider-caption blockquote p {
    font-size: 20px;
    line-height: normal;
    font-style: italic;
    display: block !important;
}

.slider-caption blockquote cite {
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

.fullwidthbanner-container {
    height: 600px;
}

/* ==========================================================================
   CTA
   ========================================================================== */

.cta {
    width: 100%;
    background: #f2f2f2;
    padding: 75px 0;
}

.cta-text {
    position: relative;
    padding-right: 35%;
}

.cta h2 {
    font-size: 38px;
}

.cta p {
    margin-bottom: 0px;
}

.cta-btn-subtext {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}

.cta-btn-container {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* ==========================================================================
   Videos
   ========================================================================== */

.video {
    position: relative;
    float: left;
    border: 6px solid #fff;
    background-color: #fafafa;
    width: 33.33333%;
    text-align: center;
    padding: 25px;
}

.video img {
    width: 100%;
    margin-bottom: 15px;
}

.video h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.video .artist-name {
    line-height: 20px;
    color: #444;
    margin-bottom: 5px;
}

.video .video-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    margin-bottom: 25px;
}

/* ==========================================================================
   Templates
   ========================================================================== */

.template {
    position: relative;
    float: left;
    border: 6px solid #fff;
    background-color: #fafafa;
    width: 33.33333%;
    text-align: center;
    padding: 25px;
}

.template img {
    width: 100%;
    margin-bottom: 15px;
}

.template h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.template p {
    line-height: 20px;
    color: #444;
}

.template p:last-child {
    margin-bottom: 0px;
}

/* ==========================================================================
   Artists
   ========================================================================== */

.artist {
    position: relative;
    float: left;
    border: 6px solid #fff;
    background-color: #fafafa;
    width: 50%;
    height: 550px;
    text-align: center;
    padding: 25px;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
            background-size: cover !important;
}

.artist .artist-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
}

.artist .artist-content h2 {
    color: #fff;
    margin: 0 10px 10px;
}

.artist .artist-content p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.artist .artist-content blockquote {
    margin: 0 30px 15px;
}

.artist .artist-content blockquote p {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: #eee;
}

.artist .artist-content .btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.artist .popup-video .btn:hover {
    border: 1px solid #fff;
    color: #000;
    background: #fff;
}

.artist .popup-video {
    cursor: pointer;
    color: #fff;
    font-size: 34px;
    position: absolute;
    top: 10px;
    right: 12px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.artist .popup-video:hover {
    color: #0084b4;
}

/* ==========================================================================
   Instructors
   ========================================================================== */

.instructor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.instructor {
    text-align: center;
}

.instructor img {
    width: 100%;
    margin-bottom: 15px;
}

.instructor h2 {
    margin-bottom: 0px;
}

.instructor h2 a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
    display: block;
}

/* ==========================================================================
   Features
   ========================================================================== */

.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-image {
    width: 50%;
    padding: 0 30px;
    text-align: center;
}

.feature-text {
    text-align: left;
    width: 50%;
    padding: 0 30px;
}

.feature-text h2 {
    margin-bottom: 0px;
}

.feature-text .subhead {
    font-size: 16px;
    font-weight: 700;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.big-hero {
    padding-top: 90px;
    padding-bottom: 30px;
    width: 100%;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fafafa 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #fafafa 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 );
}

.hero-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-image {
    width: 50%;
    padding: 0 30px;
}

.hero-text {
    text-align: left;
    width: 50%;
    padding: 0 30px;
}

.hero-text h2 {
    font-size: 32px;
    line-height: 38px;
}

.hero-text p {
    font-size: 18px;
    line-height: normal !important;
}

/* ==========================================================================
   Blog
   ========================================================================== */

.hero-blog {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 105px 0 60px;
}

.hero-blog h2 {
    font-size: 48px;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 10px;
}

.hero-blog p {
    font-size: 24px;
    line-height: normal;
    color: #fff;
}

.hero-blog .newsletter-signup {
    max-width: 600px;
}

.hero-blog .newsletter-signup .form-wrapper {
    display: flex;
}

.hero-blog .newsletter-signup input[type="text"] {
    flex: 1;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #fff;
}

.hero-blog .newsletter-signup .btn {
    flex-shrink: 0;
}

.blog.sub-nav ul li a {
    font-weight: 700;
    color: #666;
}

.blog.sub-nav ul li a:hover {
    color: #0084b4;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px 30px;
    grid-auto-rows: 1fr;
}

.blog-item h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 8px;
}

.blog-item .blog-item-topics {
    font-size: 12px;
    margin-bottom: 5px;
}

.blog-body {
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.blog-body blockquote {
    font-family: Georgia, "Times New Roman", sans-serif;
    font-style: italic;
    color: #666;
}

.faso-blog-data-entry-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
    text-transform: none;
    letter-spacing: normal;
    color: #333;
}

.blog-image {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 15px;
}

.blog-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-date {
    color: #bbb;
}

.blog-author {
    display: inline-block;
}

.blog-topics {
    display: inline-block;
    float: right;
}

.post-comment {
    margin-bottom: 10px;
    padding: 20px;
}

.post-comment .avatar {
    margin-right: 12px;
    float: left;
}

.post-comment .post-message {
    margin-bottom: 20px;
}

.post-comment .post-meta {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
}

.post-comment .post-body {
    overflow: hidden;
}

.post-message p:last-child {
    margin-bottom: 0px;
}

.blog-comment-odd {
    background: #f2f2f2;
}

.blog-comment-even {
    background: none;
}

.social-stuff {
    position: relative;
    overflow: hidden;
}

.social-share {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.social-share li {
    display: inline;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
}

.social-share li a {
    font-size: 18px;
}

.social-like {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: right;
}

.social-like li {
    float: left;
    margin: 0 5px;
}

.social-like li:first-child {
    margin-left: 0px;
}

.social-like li:last-child {
    margin-right: 0px;
}

.post-nav {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.post-nav li {
    float: left;
    width: 33.33333%;
    text-transform: lowercase;
}

.post-nav li:nth-child(2) {
    text-align: center;
}

.post-nav li:last-child {
    text-align: right;
}

.social-helper {
    display: inline-block;
}

.share-buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.share-buttons table {
    margin: 0 auto;
}

.related-posts {
    margin-bottom: 50px;
}

.related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts ul li {
    margin-bottom: 10px;
}

.caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin: 10px auto 0;
    max-width: 85%;
}

.success_message {
    font: 14px/24px 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    padding: 20px;
    background-color: #eee !important;
}

.success_message h2 {
    font-size: 20px !important;
}

.success_message .blog_comment {
    border-bottom: none !important;
}

.blog-record-nav {
    float: left;
    position: relative;
}

.blog-record-nav .pagination ul li:first-child a {
    padding-left: 0px;
}

.blog-record-nav .pagination ul li:first-child a {
    padding-right: 0px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    text-align: center;
    clear: both;
    position: relative;
    margin-bottom: 75px;
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination ul li {
    display: inline-block;
    margin: 0 15px;
}

.pagination ul li a.current {
    font-weight: 700;
}

/* ==========================================================================
   Toggles
   ========================================================================== */

.toggles {
    width: 100%;
    margin-top: 84px;
    margin-bottom: 50px;
}

.toggle {
    clear: both;
    position: relative;
    color: #666;
}

.toggle h3 {
    font-size: 16px;
    font-weight: 400;
    color: #0084b4;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    margin: 0;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.toggle:hover h3 {
    color: #000;
}

.toggle h3:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url("//boldbrush.com/styles/custom/boldbrush/images/toggle.png") no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.toggle h3.active:after {
    background-position-x: -16px;
}

.toggle:last-child {
    border-bottom: 1px solid #ddd;
}

.toggle .toggle-content {
    display: none;
    margin-bottom: 5px;
    margin-right: 50px;
    overflow: hidden;
}

.toggles hr {
    margin: 0 50px 0 0;
    border-top: 1px solid #a5e401;
}

.collapse-all {
    display: none;
}

.expand-all, .collapse-all {
    float: right;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: 0.2s color linear;
            transition: 0.2s color linear;
}

.expand-all:hover, .collapse-all:hover {
    color: #0084b4;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.footer .col-1-6 {
    padding: 0 15px;
}

.footer .main {
    width: 100%;
    background: #4c4c4c;
    padding: 50px 0;
}

.footer .main h2 {
    font-size: 14px;
    color: #ccc;
}

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

.footer .main ul li {
    margin-bottom: 10px;
}

.footer .main ul li a, .footer .copyright ul li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    line-height: 18px;
    color: #999;
}

.footer .main ul li a:hover, .footer .copyright ul li a:hover {
    color: #0084b4;
}

.footer .copyright {
    text-align: center;
    width: 100%;
    background: #222;
    padding: 20px 0;
}

.footer .copyright p {
    margin-bottom: 0px;
}

.footer .inline-list li {
    margin: 0 5px;
}

.footer i {
    font-size: 24px;
}

.top {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    -webkit-transition:0.2s all linear;
            transition:0.2s all linear;
    z-index: 99999;
}

.top:hover {
    background: rgba(0, 0, 0, .95);
}

.top.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
       -moz-transition: opacity .3s 0s, visibility 0s 0s;
            transition: opacity .3s 0s, visibility 0s 0s;
}

/* ==========================================================================
   Artist Videos
   ========================================================================== */

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.video-item {
    text-align: center;
    margin-bottom: 30px;
}

.bio-blurb {
    overflow: hidden;
}

.bio-blurb h3 {
    margin-bottom: 10px;
}

.bio-blurb img {
    width: 250px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.video-price {
    font-size: 18px;
}

.video-caption {
    display: block;
    font-size: 12px;
    color: #999;
    text-align: right;
}

/* ==========================================================================
   Filter
   ========================================================================== */

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

.filter ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.filter ul li {
    float: left;
    position: relative;
    padding-right: 25px;
}

.filter > ul > li {
    margin-right: 30px;
    cursor: pointer;
    color: #777;
    font-size: 14px;
}

.filter > ul > li:hover {
    color: #0084b4;
}

.filter > ul > li:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    color: #777;
    position: absolute;
    top: 0px;
    right: 0px;
}

.filter ul li:first-child {
    margin-left: 0px;
}

.filter ul li:last-child {
    margin-right: 0px;
}

.filter ul ul {
    display: none;
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    padding: 20px;
    background: #fff;
    text-align: left;
    min-width: 18em; /* allow long menu items to determine submenu width */
    *width: 18em; /* no auto sub width for IE7, see white-space comment below */
    z-index: 999;
    -webkit-box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
       -moz-box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
            box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
}

.filter ul ul li {
    float: none;
    margin: 0;
    padding: 0 0 8px;
}

.filter ul ul li:last-child {
    padding-bottom: 0px;
}

.filter ul ul li:after {
    content: '';
}

.filter ul ul li a {
    font-size: 14px;
    line-height: 14px;
    display: block;
    color: #858585;
    text-transform: none;
}

.filter ul ul li a:hover, .filter a.selected {
    color: #0084b4;
}

/*.filter li:hover ul {
    display: block;
}*/

.isotope-reset {
    color: #0084b4;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.2s color linear;
            transition: 0.2s color linear;
}

.isotope-reset:hover {
    color: #777;
}

/* ==========================================================================
   Misc
   ========================================================================== */

.disclaimer {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    color: #999;
}

blockquote.big {
    margin: 0;
}

blockquote.big p {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    font-style: italic;
    text-align: center;
    position: relative;
}

blockquote.big cite {
    display: block;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn, input[type='submit'] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #000;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 15px 32px;
    max-width: 100%;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

.btn:hover, input[type='submit']:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.btn.big {
    font-size: 16px;
    line-height: normal;
    padding: 18px 60px;
}

.btn.solid {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn.solid:hover {
    background: none;
    color: #000;
    border: 1px solid #000;
}

.btn.blue {
    color: #fff;
    background: #0084b4;
    border: 1px solid #0084b4;
}

.btn.blue:hover {
    background: none;
    color: #0084b4;
    border: 1px solid #0084b4;
}

.btn.small {
    padding: 8px 20px;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

:-ms-input-placeholder {
   color: #999;
}

textarea:focus, input:focus, button:focus {
    outline: 0 !important;
    background: #ccc;
}

select:focus {
    outline: 0 !important;
}

input[type="text"], textarea, select {
    font: 16px/24px 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none;
    letter-spacing: 1px;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    border: 1px solid #eee;
    background: none;

    -webkit-appearance: none;
    -webkit-border-radius: 2px;
            border-radius: 2px;

    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

input[type="text"] {
    height: 46px;
}

input[type="text"]:focus {
    background: #eee;
}

textarea {
    height: 200px;
}

select {
    background-image: url(//boldbrush.com/styles/custom/boldbrush/images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-color: #fff;
}

input[type="submit"] {
    display: block;
    -webkit-appearance: none;
    border-radius: 3px;
}

.form-item {
    margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
    border: 1px solid #ff0000;
}

.form-item.error label {
    color: #ff0000;
}

.radio-group {
    display: block;
    margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

#tinynav1 {
    font-size: 12px;
    color: #666;
}

.alert {
    margin-bottom: 20px;
    display: block;
}

.alert label {
    color: #ff0000;
    display: block;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
    max-width: 1280px;
    margin: 0 auto;
}

.row.full-width-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.row .row {
    width: auto;
    margin: 0 -30px !important;
}

*[class*='col-'] {
    float: left;
    padding: 0 30px;
    position: relative;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }
.col-1-6 { width: 16.66666%; }

.centered { margin: 0 auto; position: relative; float: none; }

.grid-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 6px;
}

.flex-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
    padding: 0 15px;
}

.flex-grid-item {
    flex-basis: calc(33.33333%);
    padding: 0 15px;
    margin-bottom: 60px;
}

.reversed {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ==========================================================================
   Slick Slider
   ========================================================================== */

#testimonial-slider {
    position: relative;
}

#testimonial-slider blockquote {
    margin: 0 150px 25px;
}

#testimonial-slider blockquote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-style: italic;
    position: relative;
}

#testimonial-slider blockquote p:before,
#testimonial-slider blockquote p:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 28px;
    font-weight: 900;
    position: absolute;
    color: #eee;
}

#testimonial-slider blockquote p:before {
    content: '\f10d';
    top: 0px;
    left: -50px;
}

#testimonial-slider blockquote p:after {
    content: '\f10e';
    bottom: 0px;
    right: -50px;
}

#testimonial-slider blockquote cite {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 500;
}

#testimonial-slider blockquote cite img {
    width: 125px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Theme */
.slick-loading .slick-list
{
    background: #fff url('//boldbrush.com/styles/custom/boldbrush/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 9999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    font-weight: 900;
    line-height: 1;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    background: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: 1;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    content: '\f111';
    font-weight: 900;
    opacity: 1;
    color: #000;
}

.slick-dots li:only-child {
    display: none;
}

/* ==========================================================================
   Magnific Popup
   ========================================================================== */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 50px;
    width: auto;
    max-width: 95%;
    margin: 20px auto;
    border-radius: 3px;
}

.white-popup p {
    margin-bottom: 0px !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
*[class*='col-']:before,
*[class*='col-']:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after,
*[class*='col-']:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

    .tparrows {
        display: none !important;
    }

    .templates .template {
        width: 50%;
    }

    .instructor-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

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

    .sf-menu > li {
        margin-right: 20px;
    }
}

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

    #main-menu, .main-nav .logged-out, .main-nav .logged-in {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .template, .video {
        width: 50%;
    }

    .pricing-table .column {
        width: 50%;
    }

    .footer .col-1-6 {
        float: left !important;
        margin-bottom: 50px;
        width: 33.33333%;
    }

    .footer .col-1-6:nth-child(3n+1) {
        clear: left;
    }

    /*.slider-caption .preview {
        width: 350px !important;
        height: auto !important;
    }*/

    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }

}

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

    .partners .partner {
        width: 25%;
    }

    /*.slider-caption .preview {
        width: 300px !important;
        height: auto !important;
    }*/

    .slider-caption ul li:after {
        top: -2px;
    }

    .footer .col-1-4 {
        float: left !important;
        margin-bottom: 50px;
        width: 50%;
    }

    .footer .col-1-4:nth-child(2n+1) {
        clear: left;
    }

    .instructor-grid {
        grid-template-columns: 1fr 1fr;
    }

}

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

    *[class*='col-'] {
        float: none;
        width: 100%;
    }

    .text-right-center, .text-left-center {
        text-align: center !important;
    }

    .text-right-left {
        text-align: left !important;
    }

    table, .pricing-table thead, .pricing-table tbody, .pricing-table tbody th, .pricing-table tbody td, .pricing-table tbody tr {
        display: block;
    }

    .pricing-table thead {
        display: none;
        position: relative;
    }

    .pricing-table tbody td {
        padding: 0.5rem 1.25rem;
        text-align: right;
        border: none;
        border-top: 1px solid rgba(70,40,13,0.25);
        padding-left: 40%;
        position: relative;
    }

    .pricing-table tbody td:before {
        content: attr(data-title);
        display: block;
        padding-left: 1.25rem;
        position: absolute;
        left: 0;
        text-align: left;
        font-weight: 700;
    }

    .pricing-table td:first-child {
        font-weight: 700 !important;
        text-align: center;
        padding-left: 1.25rem;
        padding-top: 20px;
        padding-bottom: 20px;
        white-space: normal;
        margin: 0;
    }

    .big-callout {
        text-align: center;
    }

    .big-callout img {
        margin-bottom: 25px;
    }

    .artist {
        height: 450px;
    }

    .cta-text {
        padding-right: 0;
        text-align: center;
    }

    .cta p {
        margin-bottom: 25px;
    }

    .cta-btn-container {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }

    .partners .partner {
        width: 50%;
    }

    .artist .modal-video {
        font-size: 28px;
    }

    /*.slider-caption .scroll, .slider-caption .preview {
        display: none;
    }*/

    .slider-caption ul li:after {
        top: 0px;
        right: -9px;
    }

    #tinynav1 {
        display: block;
    }

    #dropdown {
        display: none;
    }

    .feature, .hero-row {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feature-image {
        width: 100%;
        margin-bottom: 50px;
    }

    .feature-text, .hero-text {
        text-align: center;
        width: 100%;
    }

    .hero-image {
        width: 100%;
    }

    .hero-text {
        padding-bottom: 50px;
    }

    .flex-grid-item, .plan-features .flex-grid-item {
        flex-basis: calc(50%);
    }

    .border-box {
        margin-bottom: 30px;
    }

    #rev_slider_black .slider-caption h2 {
        font-size: 38px;
        line-height: 38px;
    }

    #rev_slider_black .slider-caption p {
        font-size: 18px;
    }

    .img-left {
        width: 100%;
    }

    #testimonial-slider blockquote {
        margin: 0 50px 25px;
    }

    #testimonial-slider blockquote p {
        font-size: 18px;
        line-height: 28px;
    }

    #testimonial-slider blockquote p:before,
    #testimonial-slider blockquote p:after {
        content: '';
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .filter > ul > li {
        margin-right: 10px;
        margin-left: 5px;
    }

    .blog-record-nav {
        float: none;
        text-align: center;
    }

    .blog-record-nav {
        margin-bottom: 15px;
    }

}

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

    .template, .artist, .templates .template, .video {
        float: none;
        width: 100%;
    }

    .artist {
        height: 450px;
    }

    .artist .artist-content h2 {
        font-size: 34px;
    }

    .footer .col-1-6 {
        float: left !important;
        margin-bottom: 50px;
        width: 50%;
    }

    .footer .col-1-6:nth-child(3n+1) {
        clear: none;
    }

    .footer .col-1-6:nth-child(2n+1) {
        clear: left;
    }

    .pricing-table {
        margin: 0;
    }

    .pricing-table .column {
        width: 100%;
        margin-bottom: 50px;
        border: 1px solid #ededed;
    }

    .pricing-table .column.featured {
        margin: 0 0 50px;
    }

    .slider-caption p, .slider-caption ul {
        display: none !important;
    }

    .bb-home .slider-caption p {
        display: block !important;
    }

    #rev_slider_black .slider-caption p {
        display: block !important;
    }

    .content-section {
        padding: 50px 0 50px;
    }

    #rev_slider_single .slider-caption h2 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    #rev_slider_black .slider-caption h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .instructor h2 a {
        font-size: 18px;
        line-height: 24px;
    }

    .bio-blurb img {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .hero-blog {
        text-align: center;
    }

    .hero-blog .newsletter-signup {
        max-width: 100%;
        width: 100%;
    }

    .hero-blog .newsletter-signup .form-wrapper {
        display: block;
    }

    .hero-blog .newsletter-signup input[type="text"] {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .hero-blog .newsletter-signup .btn {
        width: 100%;
    }

    .hero-blog h2 {
        font-size: 36px;
    }

    .hero-blog p {
        font-size: 20px;
    }

    .blog-topics {
        display: block;
        float: none;
    }

    .caption {
        max-width: 100%;
    }

}

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

    .artist .artist-content h2 {
        font-size: 28px;
    }

    .footer .col-1-6 {
        float: none;
        margin-bottom: 50px;
        width: 100%;
    }

    .footer .col-1-6:nth-child(3n+1) {
        clear: none;
    }

    .footer .col-1-6:nth-child(2n+1) {
        clear: none;
    }

    .footer .col-1-4 {
        float: none;
        margin-bottom: 50px;
        width: 100%;
    }

    .footer .col-1-4:nth-child(2n+1) {
        clear: none;
    }

    .partners .partner {
        width: 100%;
    }

    #rev_slider_single .slider-caption h2 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .flex-grid-item, .plan-features .flex-grid-item {
        flex-basis: calc(100%);
    }

    .plan-features, .plan-features .flex-grid-item {
        padding: 0;
    }

    #testimonial-slider blockquote p {
        font-size: 16px;
        line-height: 24px;
    }

    .instructor-grid {
        grid-template-columns: 1fr;
    }

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}.email-newsletter-link-archive {display:none !important;}
.header-message {display: none !important;}
