/*
Theme Name: Dance City
Theme URI: http://www.weareglad.com/
Author: Glad Creative Ltd
Author URI: http://www.weareglad.com/
Description: Dance City WordPress theme.
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700|PT+Sans:400,700');
html {
    margin-top: 0 !important;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

article {
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
}

h1, .home-slide-title {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

h1 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 44px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h2.small-margin {
    margin-bottom: 5px !important;
}

h3 {
    font-size: 22px;
    line-height: 22px;
}

h4 {
    font-size: 20px;
    line-height: 20px;
}

h5 {
    font-size: 18px;
    line-height: 18px;
}

h6 {
    font-size: 16px;
    line-height: 16px;
}

.post-content h2 {
    font-size: 22px;
}

.post-content h3 {
    font-size: 18px;
}

.post-content h4 {
    font-size: 16px;
}

.pro-events-box {
    margin-top: 20px;
    padding: 15px;
    height: 50px !important;
    background-color: #662383;
    text-align: center;
}

.pro-events-box a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

#about-page-template .post-content h2, #hire-page-template  .post-content h2 {
    color: #a74078;
}

#about-page-template .post-content h3, #about-page-template .post-content h4, #hire-page-template .post-content h3, #hire-page-template .post-content h4, #professional-page-template .post-content h3, #professional-page-template .post-content h4,
#cat-page-template .post-content h3, #cat-page-template .post-content h4, #learning-page-template .post-content h3, #learning-page-template .post-content h4 {
    color: #4d4d4d;
    margin-bottom: 5px;
}

#professional-page-template .post-content h2 {
    color: #662383;
}

#learning-page-template .post-content h2 {
    color: #e94e1b;
}

#cat-page-template .post-content h2 {
    color: #e94e1b;
}

#home-page-template h2 {
    font-size: 20px !important;
    color: #4d4d4d;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.button {
    color: #FFFFFF;
    padding: 8px;
    background-color: #00a3e3;
    cursor: pointer;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
}

.button a {
    color: #FFFFFF;
}
.h1btn{
    font-size: .35em;
    line-height: 110%;
    background: #2fac66;
    width: 200px;
}
.button2 {
    color: #00a3e3;
    padding: 8px;
    background-color: #fff;
    cursor: pointer;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    border: none;
}

.button2 a {
    color: #FFFFFF;
}

.alt-background {
    background-color: #ededed;
    padding-bottom: 20px;
}

.alt-background h2 {
    margin-top: 10px;
}

.alt-background-no-padding {
    padding-bottom: 0 !important;
}

.alt-margin-top {
    margin-top: 20px;
}

.alt-margin-bottom {
    margin-bottom: 20px;
}

.alt-border-top {
    border-top: 1px solid #d5d5d5;
}

.alt-border-bottom {
    border-bottom: 1px solid #d5d5d5;
}

.title-underline {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
}

/**
 * Navigation
 */
nav ul.menu {
    list-style-type: none;
}

nav ul.menu li a {
    text-decoration: none;
    color: #999999;
    font-size: 13px;
}

nav ul.menu li a:hover {
    color: rgba(0,163,227,1);
}

nav#sidebar-navigation {
    margin-top: 12px;
}

nav#sidebar-navigation ul {
    padding-left: 0;
    width: 200px;
    margin: 0;
}

nav#sidebar-navigation ul li {
    padding: 10px;
    padding-left: 15px;
    background-color: #e3e3e3;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

nav#sidebar-navigation ul li.current-menu-item, nav#sidebar-navigation ul li:hover {
    background-color: #009db2;
    color: #FFFFFF;
    border-left: 1px solid #009db2;
    border-right: 1px solid #009db2;
    border-bottom: 1px solid #009db2;
}

nav.sidebar-professional ul li.current-menu-item, nav.sidebar-professional ul li:hover {
    background-color: #662383 !important;
    border-left: 1px solid #662383 !important;
    border-right: 1px solid #662383 !important;
    border-bottom: 1px solid #662383 !important;
}

nav.sidebar-learning ul li.current-menu-item, nav.sidebar-learning ul li:hover {
    background-color: #e94e1b !important;
    border-left: 1px solid #e94e1b !important;
    border-right: 1px solid #e94e1b !important;
    border-bottom: 1px solid #e94e1b !important;
}

nav#sidebar-navigation ul li.current-menu-item:first-child, nav#sidebar-navigation ul li:first-child:hover {
    border-top: 1px solid #a74078;
}

nav.sidebar-professional ul li.current-menu-item:first-child, nav.sidebar-professional ul li:first-child:hover {
    border-top: 1px solid #662383 !important;
}

nav.sidebar-learning ul li.current-menu-item:first-child, nav.sidebar-learning ul li:first-child:hover {
    border-top: 1px solid #e94e1b !important;
}

nav#sidebar-navigation ul li:first-child {
    border-top: 1px solid #CCCCCC;
}

nav#sidebar-navigation ul li a {
    color: #000000;
}

/**
 * Header
 */
#logo {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 250px;
    height: auto;
    margin-left: 2px;
}

#header-wrapper {   
}

#header-top-bar {
    background-color: #333333;
}

#header-1 {
    margin-bottom: 10px;
}

#header-1 nav#wave-primary-navigation {
    float: right;
    margin-top: 25px;
    list-style: none;
}

#header-1 nav#wave-primary-navigation li {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #999999;
    text-transform: uppercase;
    position: relative;
}

#header-1 nav#wave-primary-navigation li .sub-menu {
    position: absolute;
    left: 2px;
    padding-left: 0;
    list-style-type: none;
    z-index: 100;
    background-color: #FFFFFF;
    padding: 10px;
    width: 200px;
}

#header-1 nav#wave-primary-navigation li:first-child .sub-menu {
    left: -10px;
}

#header-1 nav#wave-primary-navigation li:hover .sub-menu {
    display: block;
}

#header-1 nav#wave-primary-navigation li .sub-menu li {
    border-left: none;
    padding-left: 0;
    min-width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 10px;
}

#header-1 nav#wave-primary-navigation li .sub-menu li:last-child {
    margin-bottom: 0;
}

#header-1 nav#wave-primary-navigation li .sub-menu li a {
    color: #999999;
}

#header-1 nav#wave-primary-navigation li .sub-menu li.current-menu-item a, #header-1 nav#wave-primary-navigation li .sub-menu li:hover a {
    color: rgba(0,163,227,1);
}

#header-1 nav#wave-primary-navigation li.current-menu-item a, #header-1 nav#wave-primary-navigation li.current-page-ancestor a {
    color: rgba(0,163,227,1);
}

#header-1 nav#wave-primary-navigation li:first-child {
    padding-left: 0;
    border-left: 0;
}

#header-1 nav#wave-primary-navigation li:last-child {
    padding-right: 0;
}

#header-1 nav#wave-topbar-navigation {
    float: right;
    margin-top: 6px;
}

#header-1 nav#wave-topbar-navigation ul {
    margin: 0;
}

#header-1 nav#wave-topbar-navigation li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

#header-1 nav#wave-topbar-navigation li a {
    font-size: 12px;
}

#header-1 nav#wave-topbar-navigation li:first-child {
    padding-left: 0;
}

#header-1 nav#wave-topbar-navigation li:last-child {
    padding-right: 0;
}

#header-2 nav {
    float: none;
}

#header-2 nav #menu-primary-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#header-2 nav #menu-primary-navigation li {
    float: none;
    display: inline-block;
    padding-left: 25px;
}

#header-3 nav #menu-primary-navigation {
    list-style: none;
    margin: 0;
}

#header-3 nav #menu-primary-navigation li {
    float: left;
    padding-left: 25px;
}

#header-3 nav #menu-primary-navigation li:first-child {
    padding-left: 0;
}

#header-3 nav #menu-primary-navigation li:nth-child(5) {
    margin-left: 40px;
}

#header-3 nav #menu-primary-navigation li:nth-child(5) a, #header-3 nav #menu-primary-navigation li:nth-child(6) a, #header-3 nav #menu-primary-navigation li:nth-child(7) a {
    color: #b9dbeb;
}

#header-3 #header-search-form {
    margin-top: 13px;
}

#header-3 #header-search-form input[type="text"] {
    border: none;
    border-radius: 2px;
    padding: 5px;
    color: #CCCCCC;
    width: 125px;
}

#header-search-form {
    float: right;
    position: relative;
}

#header-search-form input[type="text"] {
    float: left;
    border: none;
    padding: 5px;
    height: 31px;
    margin-top: 1px;
    margin-right: 0px;
    width: 100px;
    margin-left: 30px;
}

#header-search-form input[type="image"] {
    float: left;
}

.header-nav-box {
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px;
}

.header-nav-box-blue {
    background-color: #a74078;
}

.header-nav-box-green {
    background-color: #2fac66;
}

.header-nav-box-purple {
    background-color: #e94e1b;
}

.header-nav-box-orange {
    background-color: #662383;
}

/**
 * Footer
 */
#footer-wrapper {
}

#footer-widget-wrapper {
    background-color: #FFFFFF;
    color: #666666;
    padding-top: 40px;
    padding-bottom: 20px;
}

#footer-widget-wrapper .widget {
    margin-top: 30px;
}

#footer-copyright-wrapper {
    background-color: #333333;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer-copyright-wrapper .container i.fa {
    border: 1px solid #666666;
    border-radius: 25px;
    width: 30px;
    text-align: center;
    height: 30px;
    padding: 5px;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 12px;
}

#footer-wrapper a {
    text-decoration: none;
    color: #8C8989;
}

#footer-widget-wrapper h3 {
    font-size: 12px;
    color: #DDDDDD;
    margin-bottom: 5px;
}

#footer-widget-wrapper ul {
    margin-top: 5px;
    margin-top: 10px;
}

#footer-subscribe-form {
    margin-top: 18px;
}

#footer-subscribe-form input[type="text"] {
    border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 2px;
    color: #9e9e9e;
    width: 240px;
    margin-right: 10px;
}

#footer-subscribe-form input[type="submit"] {
    border: 1px solid #dbbdd6;
    padding: 10px;
    border-radius: 2px;
    color: #ad66a0;
    background-color: #FFFFFF;
    cursor: pointer;
}

#footer-subscribe-form input[type="submit"]:hover {
    background-color: #dbbdd6;
    color: #FFFFFF;
}

#back-to-top {
    background-color: #a74078 !important;
    color: #FFFFFF;
}

nav#wave-footer-navigation {
    list-style: none;
}

nav#wave-footer-navigation ul {
    margin: 0;
    padding-left: 0;
}

nav#wave-footer-navigation li {
    line-height: 14px;
    text-transform: uppercase;
}

nav#wave-footer-navigation li:nth-child(3) {
    border-left: 0;
    padding-left: 0;
}

nav#wave-footer-navigation li a {
    font-size: 10px;
}

nav#wave-footer-navigation li:first-child {
    padding-left: 0;
    border-left: 0;
}

nav#wave-footer-navigation li:last-child {
    padding-right: 0;
}

.widget_shout_contact_widget .footer-widget-title {
    color: #666666;
    padding-bottom: 30px;
}

.widget_shout_contact_widget .footer-widget-phone {
    font-family: 'Source Sans Pro', sans-serif;
    color: #666666;
    font-size: 38px;
    padding-bottom: 30px;
}

.widget_shout_contact_widget .footer-widget-email {
    color: #666666;
}

.widget_shout_address_widget .footer-widget-title {
    color: #666666;
    padding-bottom: 20px;
}

.widget_shout_address_widget .footer-widget-address {
    color: #666666;
    padding-bottom: 20px;
}

.widget_shout_address_widget .footer-widget-map a {
    color: #666666 !important;
}

.registered-infomation p {
    font-size: 10px;
    margin: 0;
    line-height: 13px;
    color: #8b8b8b;
}

/**
 * Sidebar
 */
.sidebar-box {
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}

.sidebar-title {
    color: #00a3e3;
    text-transform: uppercase;
}

#sidebar-search input[type="text"] {
    margin: 0;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/**
 * Page Specific
 */
.show-box-summary-line {
    color: #3e3e3f;
    margin-bottom: 20px;
}

#classed-and-workshop-content h3 {
    padding-top: 30px;
}

#classed-and-workshop-content p {
    font-size: 20px;
    margin-top: 30px;
    line-height: 24px;
}

#classed-and-workshop-content a {
    color: #2fac66;
}

#care-to-dance {
    border: 1px solid #CCCCCC;
    background-color: #e3e3e3;
    padding: 20px;
}

#care-to-dance h2 {
    background-color: #00a3e3;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 5px 14px;
    font-size: 20px;
}

#care-to-dance img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#care-to-dance .button {
    margin-top: 16px;
}

#shortcode-signup {
    max-width: 300px;
    margin-bottom: 20px;
}
 
#shortcode-signup .pro-newsletter-box {
    background-color: #00a3e3;
    margin-top: 30px;
}

nav ul#menu-dance-city-for-schools li.current-menu-item, nav ul#menu-dance-city-for-schools li:hover {
    background-color: #2fac66;
    border-color: #2fac66;
}

nav ul#menu-dance-city-for-schools li.current-menu-item:first-child, nav ul#menu-dance-city-for-schools li:first-child:hover {
    border-top: 1px solid #2fac66;
}
 
#dcfor-filters {
    text-align: justify;
    margin-top: 30px;
}

.dcfor-filter, .dcfor-filter-gap {
    width: 24%;
    display: inline-block;
}

.dcfor-filter {
    text-align: left;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.dcfor-filter-box {
    border: 1px solid #CCCCCC;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.dcfor-filter.filter.active .dcfor-filter-box {
    background-color: #00a3e3;
}

.dcfor-filter-label {
    margin-top: 5px;
}

#group-boxes-inner-wrapper {
    margin: 0 2px 0 3px;
}

#group-boxes {
    text-align: justify;
    margin-top: -17px;
}

#group-boxes .group-box, #group-boxes .group-box-gap {
    display: inline-block;
    width: 12.1%;
    vertical-align: top;
}

#group-boxes .group-box {
    height: 60px;
    text-align: center;
    background-color: #00a3e3;
    color: #ffffff;
    border: 1px solid #00a3e3;
    font-weight: 600;
}
/*
#group-boxes a:nth-of-type(1) .group-box{
    color: #662383;
}
#group-boxes a:nth-of-type(2) .group-box{
    color: #a74078;
}
#group-boxes a:nth-of-type(3) .group-box{
    color: #2fac66;
}
#group-boxes a:nth-of-type(4) .group-box{
    color: #009db2;
}
#group-boxes a:nth-of-type(5) .group-box{
    color: #662383;
}
#group-boxes a:nth-of-type(6) .group-box{
    color: #a74078;
}
#group-boxes a:nth-of-type(7) .group-box{
    color: #2fac66;
}
#group-boxes a:nth-of-type(8) .group-box{
    color: #009db2;
}
*/

#group-boxes .group-box > div {
    display: table;
    width: 100%;
    height: 100%;
}

#group-boxes .group-box > div > div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
}

#dc-for-schools-main .post-content h2 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#dc-for-schools-main .post-content ul {
    padding-left: 20px;
    color: #2fac66;
    font-size: 18px;
    line-height: 28px;
}

#dc-for-schools-main .post-content ul li span, #school-information ul li span {
    color: #4d4d4d;
}

#dc-for-schools-main .post-content p {
    font-size: 18px;
    line-height: 24px;
    color: #4d4d4d;
}

#dc-for-schools-main .professional-artists-box-title {
    background: rgba(47, 172, 102, 0.6) !important;
}

#package-table {
    margin-bottom: 50px;
}

#package-table table {
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

#package-table table th {
    text-transform: uppercase;
}

#package-table table td span {
    font-weight: 600;
}

#package-table table th, #package-table table td {
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    vertical-align: bottom;
}

#package-sections .package-section:last-child {
    border-bottom: none;
}

.package-section {
    border-bottom: 1px solid #999999;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.package-section h2 {
    margin-bottom: 4px;
}

.package-section .package-text {
    font-size: 22px;
    font-weight: 600;
    color: #2fac66;
    margin-bottom: 20px;
}

.package-section p {
    font-size: 18px;
    line-height: 24px;
    color: #4d4d4d;
}

#school-quote {
    border-top: 1px solid #999999;
    padding-top: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#school-quote img {
    float: left;
    margin-right: 25px;
}

#school-quote .school-quote {
    font-size: 28px;
    color: #4d4d4d;
    line-height: 30px;
    margin-bottom: 25px;
}

#school-quote .school-quote span {
    color: #2fac66;
}

#school-quote .school-quote-by {
    text-transform: uppercase;
    color: #2fac66;
    font-size: 20px;
}

#school-information {
    background-color: #f0f0f0;
    padding: 18px 25px;
    border: 1px solid #CCCCCC;
    margin-bottom: 40px;
}

#school-information p {
    font-size: 18px;
    line-height: 24px;
    color: #4d4d4d;
}

#school-information p a {
    color: #2fac66;
}

#school-information ul {
    padding-left: 20px;
    color: #2fac66;
    font-size: 18px;
    line-height: 28px;
}
 
#default-page .post-content table, #default-page .post-content th, #default-page .post-content td {
    border: 1px solid #cccccc;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 50px;
    margin-top: 20px;
}

#event-gallery {
    position: relative;
}

#event-gallery img.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#event-gallery img.slide:first-child {
    opacity: 1;
}

.ignite-view-all {
    background-color: #662383;
    color: #FFFFFF;
    padding: 17px 10px;
    font-size: 18px;
    display: block;
    width: 262px;
    text-align: center;
    margin-bottom: 40px;
}

#ignite-events #Grid {
    text-align: justify;
}

#ignite-events #Grid .mix {
    margin: 0;
    vertical-align: top;
    margin-bottom: 25px;
    text-align: left;
}

#ignite-events #Grid .mix .class-name, #ignite-events #Grid .mix .button2 a {
    color: #662383;
}

#ignite-events #Grid .mix .button {
    background-color: #662383;
}

#ignite-events #Grid .mix-gap {
    display: inline-block;
    width: 262px;
}

#tabs-wrapper {
    background-color: #f0f0f0;
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
    padding: 10px 15px 0 15px;
}

#tabs-wrapper .tab {
    float: left;
    text-align: center;
    margin-right: 45px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 8px;
    min-width: 90px;
}

#tabs-wrapper .tab.active, #tabs-wrapper .tab:hover {
    border-bottom: 6px solid #662383;
}

.ignite-section {
    display: none;
}

.ignite-section.active {
    display: block;
}

#view-all-jobs a {
    color: #662383;
    font-weight: 600;
}

#opportunity-contact div {
    margin-bottom: 3px;
}

#opportunity-contact div span {
    font-weight: 100;
}

#header-social-links {
    float: right;
    margin-top: 37px;
    margin-left: 10px;
}

#header-social-links img {
    margin-left: 5px;
}
 
.artists-tab {
    float: left;
    text-align: center;
    line-height: 35px;
    margin-right: 45px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 20px;
}

.artists-tab.active, .artists-tab:hover {
    border-bottom: 6px solid #662383;
}

.artists-section {
    display: none;
}

.artists-section.active {
    display: block;
}

.news-box.opportunity img {
    float: none;
    width: 100%;
    height: auto;
}

.news-box.opportunity .opportunity-info {
    float: none;
    border-top: 1px solid #CCCCCC;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
}

.news-box.opportunity .opportunity-info p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.news-box.opportunity .opportunity-info p span {
    font-weight: 600;
}

#news-nav .previous {
    float: left;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}

#news-nav .next {
    float: right;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}

.event-info-box-section {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 20px;
    margin: 20px 0px 20px 0px;
    height: 300px;
    position: relative;
}

.event-info-box-section.border {
    border-right: 1px solid #FFFFFF;
}

.event-info-box-entry {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 6px;
}

.event-info-box-entry span {
    font-weight: 600;
}

.event-info-box-entry.margin-bottom {
    margin-bottom: 20px;
}

#pro-video-newsletter {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pro-newsletter-box {
    background-color: #662383;
    padding: 20px;
}

.pro-newsletter-box h3 {
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 20px;
}

.pro-grey-box {
    background-color: #f2f2f2;
    border: 1px solid #d5d5d5;
    padding: 25px;
}

.pro-grey-box img {
    float: left;
    vertical-align: middle;
    margin-right: 25px;
}

.pro-grey-box h2 {
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
    margin-bottom: 0;
    font-weight: 500;
    color: #4d4d4d;
}

.news-box {
    background-color: #f0f0f0;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.news-box h2 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000000;
}

.news-box h3 {
    font-weight: 100;
    margin-top: 10px;
    line-height: 24px;
}

.news-box p.date {
    color: #00a3e3;
}

.news-box .button {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 5px;
}

.news-box .button a {
    color: #FFFFFF;
    font-size: 12px;
}

.news-box h2 img {
    float: right;
}

.news-box h2 + img {
    width: 100%;
    height: auto;
}

.news-box a {
    color: #00a3e3;
}

#home-page-banner img {
    width: 100%;
    height: auto;
}

.sub-menu {
    display: none;
}

.performances-alert {
    font-size: 38px;
    color: #a74078;
    font-family: 'PT Sans', sans-serif;
    margin-top: 25px;
    text-align: center;
    line-height: 120%;
}

.pa-top-border {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    padding-top: 20px;
}

#pa-signup-form {
    color: #662383;
}

#pa-signup-form input[type="text"] {
    border: none;
    width: 100%;
    font-size: 12px;
    padding: 12px;
    margin-bottom: 10px;
}

#pa-signup-form .button {
    background-color: #333333;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin-top: 15px;
}

.pro-artist-cal-icon {
    width: 100px;
    height: auto;
}

.cat-label, .cat-value {
    float: left;
    min-width: 90px;
    margin-bottom: 5px;
}

.cat-label {
    color: #e94e1b;
}

#cat-user-info-box, #cat-user-message-box, #cat-user-group-box {
    background-color: #e3e3e3;
    border: 1px solid #d5d5d5;
    padding: 10px;
    min-height: 180px;
}

#cat-user-group-box {
    margin-top: 30px;
    margin-bottom: 20px;
}

#cat-user-info-box h2, #cat-user-message-box h2, #cat-user-group-box h2 {
    color: #e94e1b !important;
    font-size: 18px !important;
    line-height: 18px !important;
    margin-bottom: 15px !important;
}

.home-other-container {
    margin-bottom: 40px;    
}

.home-other-title {
    border-top: 1px solid #CCCCCC !important;
    padding-top: 15px !important;
    margin-top: 40px !important;
}

.home-featured-other {
    background-color: #ededed !important;
    border: none !important;
    padding: 0px !important;
    height: 175px !important;
}

.home-featured-other img {
    width: 270px !important;
    height: auto !important;
}

.home-featured-other .home-featured-title {
    color: #00a3e3 !important;
}

.home-featured-other .home-featured-description {
    color: #999999 !important;
}

.home-featured-other .button {
    background-color: #FFFFFF !important;
    width: 136px !important;
    border: 1px solid #CCCCCC !important;
}

.home-featured-other .button a {
    color: #00a3e3 !important;
}

.parent-confirm {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    margin-top: 88px;
    line-height: 32px;
}

.parent-filter {
    position: absolute;
    width: 437px;
    height: 246px;
    top: 0px;
    background-color: #000000;
}

.proud {
    font-size: 12px;
    line-height: 14px;
    color: #8b8b8b;
    margin-bottom: 10px;
    padding-right: 45px;
}

#footer-credits img {
    margin-right: 10px;
}

#footer-credits a:last-child img {
    margin-right: 0;
}

.footer-extra-padding {
    padding-top: 18px;
}

#header-subscribe-button {
    float: right;
    margin-left: 25px;
    padding: 5px;
    margin-top: 1px;
    padding-top: 6px;
    background-color: #00a3e3 !important;
}

.subscribe-success {
    text-align: center;
    color: #2fac66;
}

.subscribe-error {
    text-align: center;
    margin-bottom: 20px;
    color: #F53333;
}

#header-signup-form-wrapper {
    position: absolute;
    top: 53px;
    background-color: #e3e3e3;
    padding: 20px;
    z-index: 100;
    border: 1px solid #d5d5d5;
    box-shadow: 7px 7px 16px #555;
    right: 18px;
    width: 386px;
    display: none;
}

#header-signup-form-wrapper.popup-signup {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: none;
    border: none;
    background: none;
    top: 0px;
}

.dgd_stb_box.default {
    background-color: #e3e3e3 !important;
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4) !important;
}

.dgd_stb_box.default h5 {
    font-family: Montserrat !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

.dgd_stb_box.default .dgd_stb_box_close {
    background-color: #00a3e3 !important;
    color: #FFFFFF !important;
}

#popup-signup input[type="text"] {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    margin-top: 2px;
}

#popup-signup .button {
    color: #FFFFFF !important;
    padding: 8px !important;
    background-color: #00a3e3 !important;
    cursor: pointer !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border: none !important;
    box-shadow: none !important;
    width: 100px !important;
    padding: 8px !important;
    height: 36px !important;
    font-family: Montserrat !important;
    font-size: 12px !important;
    line-height: 20px !important;
    border-radius: 0 !important;
    margin-top: 20px !important;
}

#header-signup-form-wrapper form input[type="text"] {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom: 10px;
    width: 240px;
}

#header-signup-form-wrapper form input[type="submit"] {
    margin-top: 10px;
    margin-right: 6px;
}

#catapult-cookie-bar {
    height: 52px;
    padding-top: 12px !important;
}

#sidebar-tags a {
    color: #333333;
}

#sidebar-tags .sidebar-title {
    margin-bottom: 10px;
}

#sidebar-archive ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

#sidebar-archive ul li a {
    color: #333333;
}

.home-tile-small {
    cursor: pointer;
}

.filter-title {
    color: #777777;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 25px !important;
}
.filter-item input[type="checkbox"]:checked + label .filter-item-checkbox {
    background-color: #2fac66;
}

.filter-item input[type="checkbox"] {
    display: none;
}

.filter-item-checkbox {
    width: 40px;
    height: 40px;
    float: left;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
}

.filter-item-checkbox-bottom {
    border-bottom: 1px solid #CCCCCC;
}

.filter-item label {
    display: block;
    float: left;
    margin-left: 10px;
}

.filter-item label span {
    margin-top: 10px;
    display: block;
    width: 210px;
    margin-left: 50px;
    cursor: pointer;
}

.cat-register-template input[type="text"], .cat-register-template input[type="password"] {
    margin: 0;
    width: 200px;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
    padding: 8px;
    margin-bottom: 10px;
}

.cat-register-template form span {
    color: red;
}

#proartistevents-page-template .calendar-day {
    min-height: 215px !important;
}

#proartistevents-page-template .calendar-month-title {
    color: #662383 !important;
}

#proartistevents-page-template .calendar-event-name a {
    color: #662383 !important;
    font-size: 12px;
}

#proartistevents-page-template .calendar-event-name {
    margin-top: 10px !important;
}

.opportunity {
    background-color: #e6e6e6;
    border: 1px solid #CCCCCC;
    padding: 20px;
    min-height: 218px;
}

.opportunity img {
    float: left;
    width: 44%;
    height: auto;
}

.opportunity .opportunity-info {
    float: right;
    width: 50%;
}

.opportunity-title {
    color: #662383;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.opportunity-excerpt {
    font-size: 12px;
    margin-bottom: 10px;
}

.opportunity .button {
    background-color: #662383;
}

.cal-day-border-top {
    border-top: 1px solid #CCCCCC;
}

.cal-day-border-right {
    border-right: 1px solid #CCCCCC;
}

.cal-day-border-bottom {
    border-bottom: 1px solid #CCCCCC;
}

.cal-day-border-left {
    border-left: 1px solid #CCCCCC;
}

#previous-month {
    margin-right: 100px;
    cursor: pointer;
}

#next-month {
    margin-left: 100px;
    cursor: pointer;
}

.day-label {
    width: 14.28%;
    float: left;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    text-align: center;
}

.day-label-last {
    border-right: 1px solid #CCCCCC;
}

.calendar-events-wrapper {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.calendar-event-name {
    margin-top: 15px;
    line-height: 16px;
    color: #a74078;
}

.calendar-event-name a {
    color: #a74078;
}

.calendar-month {
    border-bottom: 1px solid #CCCCCC;
}

.calendar-month-title {
    text-align: center;
    color: #a74078;
    font-size: 24px;
    margin-bottom: 40px;
}

.calendar-day {
    width: 14.28%;
    float: left;
    min-height: 130px;
    position: relative;
    background-color: #f5f5f5;
}

.calendar-day-this-month {
    background-color: #FFFFFF !important;
}

.calendar-day-number {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #444444;
}

.responsive-image img {
    width: 100%;
    height: auto;
}

#hirelanding-page-template {
    padding-top: 30px;
}

#hirelanding-page-template .professional-artists-box-title {
    background: rgba(0,163,227,0.6) !important;
}

.press-release-person-name {
    margin-top: 20px;
    font-size: 20px;
}

.press-release-person-title {
    margin-top: 3px;
    font-style: italic;
    margin-bottom: 5px;
}

#pressreleases-page-template .blog-item-large .blog-item-details {
    width: 445px;
}

#pressreleases-page-template .blog-item-small .blog-item-details {
    width: 557px;
}

#ngcv-page-template article {
    margin-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
}

.ngcv-logo {
    min-height: 170px !important;
    text-align: center;
}

.single-date-share-box {
    background-color: #f0f0f0;
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
    padding: 20px;
}

.single-sidebar {
background-color: #f0f0f0;
border: 1px solid #CCCCCC;
padding: 20px;
margin-top: 10px;
}

.single-sidebar-item {
    margin-top: 40px;
}

.single-sidebar-item h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-sidebar-date {
    color: rgba(0,163,227,1);
    font-size: 20px;
    margin-bottom: 20px;
}

.single-sidebar-item img {
    width: 100%;
    height: auto;
}

.single-back-to-news {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding-top: 20px;
padding-bottom: 20px;
color: rgba(0,163,227,1);
font-size: 20px;
text-transform: uppercase;
margin-bottom: 20px;
}

.single-back-to-news a {
    color: rgba(0,163,227,1);
}

.single-content {
    margin-top: 20px;
}

.single-date {
    float: left;
    color: rgba(0,163,227,1);
    font-size: 20px;
    padding-top: 15px;
}

.single-share-icons {
    float: right;
    font-size: 20px;
}

.single-share-icons img {
    vertical-align: middle;
}

.more-dates {
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
}

.class-workshop {
    color: #000000;
    margin-top: 34px;
}

.class-name {
    color: #2fac66;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 22px;
    height: 80px;
}

.class-name span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
}

.event-summary-line {
    font-size: 20px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.class-type {
    color: #000000;
    font-size: 17px;
    margin-top: 10px;
}

.class-days, .class-next, .class-term {
    color: #000000;
    font-size: 13px;
    margin-top: 7px;
}

.person-large-job-bio {
    font-size: 12px;
}

.person-large-profile {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
    display: none;
}

.person-large-profile img {
    float: left;
}

.person-large-details {
    float: left;
    width: 447px;
    margin-left: 30px;
}

.person-large-name {
    color: #4b8cbd;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 28px;
}

.person-large-job-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.people-board-members {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.people-board-members h2, .people-staff-members h2 {
    color: #00a3e3;
    font-size: 18px;
}

.person {
    border: 1px solid #CCCCCC;
    background-color: #e6e6e6;
    padding: 10px;
    min-height: 270px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.person-bm{
    cursor: pointer;
}
.person-bm:hover{
    opacity: .7;
}
.people-board-members .person-job-title:hover{
    text-decoration: underline;
}
.person img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.person-name {
    color: #4b8cbd;
    font-size: 18px;
    margin-bottom: 5px;
}

.person-details {
    position: absolute;
    bottom: 10px;
}

.person-job-title {
    font-size: 12px;
}

.cafe_bar {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 25px;
    margin-top: 10px;
    padding-bottom: 35px;
    margin-bottom: 25px;
}

#Grid .mix.category-workshop, #Grid .mix.category-course {
    background-color: #2fac66 !important;
}

#Grid .mix.category-workshop .class-name, #Grid .mix.category-course .class-name {
    color: #FFFFFF !important;
}

#Grid .mix.category-workshop .button, #Grid .mix.category-course .button {
    background-color: #f9b234;
}
#Grid .mix.category-workshop .button a, #Grid .mix.category-course .button a{
    color: #000;
}
#Grid .mix.category-hybrid {
    background-color: #009db2 !important;
}
#Grid .mix.category-hybrid .class-name {
    color: #fff !important;
}
#Grid .mix.category-hybrid .button {
    background-color: #a74078 !important;
}

#Grid .mix {
    opacity: 0;
    display: none;
    width: 262px;
    margin: 14px;
    position: relative;
    border: 1px solid #e3e3e3;
    background-color: #e3e3e3;
    padding: 15px;
    height: 450px;
    margin-bottom: 20px;
    vertical-align: top;
}

#Grid.dcfor {
    text-align: justify;
    margin-top: 15px;
}

#Grid.dcfor .class-name {
    height: initial;
}

#Grid.dcfor .mix, #Grid.dcfor .mix-gap {
    width: 31%;
    text-align: left;
    margin: 0;
}

#Grid.dcfor .mix {
    background-color: #FFFFFF;
    margin-bottom: 25px;
}

#Grid.dcfor .mix img {
    width: 100%;
    height: auto;
}

#Grid.dcfor .mix.category-post .class-name {
    color: #00a3e3;
}

#Grid.dcfor .mix.category-post .button {
    background-color: #00a3e3;
}

#Grid.dcfor .mix.category-performance .class-name {
    color: #a74078;
}

#Grid.dcfor .mix.category-performance .button {
    background-color: #a74078;
}

#Grid.dcfor .mix-gap {
    display: inline-block;
}

#Grid .mix .button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #2fac66;
    width: 103px;
}

#Grid .mix .button2 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #2fac66;
    padding: 7px;
}

#Grid .mix .button2 a {
    color: #2fac66;
}

.student-login-box {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 10px;
}

.student-login-box h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
}

.student-login-box form label {
    color: #e94e1b;
}

.student-login-box form input[type="submit"] {
    background-color: #e94e1b;
    margin-top: 20px;
}

.student-login-box .button2 {
    position: absolute;
right: 26px;
bottom: 13px;
padding: 6px;
background-color: #e94e1b;
}

.student-login-box form input[type="text"], .student-login-box form input[type="password"] {
    margin: 0;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.academy-course-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
}

.academy-course-box img {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}

.academy-course-box-title {
    position: absolute;
    bottom: 0px;
    background: rgba(233, 78, 27, 0.6);
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    padding-left: 15px;
    font-size: 18px;
}

.show-box {
    border: 1px solid #CCCCCC;
    background-color: #e3e3e3;
    padding: 15px;
    height: 480px;
    margin-bottom: 20px;
    position: relative;
}

.show-box-desc {
    margin-bottom: 10px;
    font-size: 18px;
}

.show-box img {
    height: 155px;
    width: 100%;
    margin-bottom: 10px;
}

.show-box-title {
    color: #a74078;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.show-box .button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #a74078;
    font-size: 12px;
}

.show-box .button2 {
    color: #a74078;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    padding: 7px;
}

.show-box .button2 a {
    color: #a74078;
}

.show-tabs {
    position: relative;
}

#show-tab-5 {
    float: right !important;
    margin-right: 0 !important;
}

.show-tab-contents {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.show-tab-contents iframe {
    margin-bottom: 40px;
}

.show-tab-contents-show {
    display: block !important;
}

.show-tab {
    float: left;
    text-align: center;
    line-height: 60px;
    margin-right: 45px;
    cursor: pointer;
    font-size: 20px;
}

.show-tab-right {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 20px;
}

.current-show-tab, .show-tab:hover {
    border-bottom: 6px solid #a74078;
}

.shows-featured-box, .event-featured-box {
    margin-right: 3px;
    position: relative;
}

.shows-info-box, .shows-featured-box {
    height: 325px;
    margin-left: 3px;
    margin-right: 3px;
    color: #FFFFFF;
    overflow: hidden;
}

.shows-featured-box iframe {
    width: 100%;
    height: 100%;
}

.shows-info-box {
    background-color: #a74078;
    padding: 20px;
}

.shows-featured-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFFFFF;
    padding: 15px;
    min-height: 150px;
    background: rgba(167, 64, 120, 0.6);
}

.shows-featured-title {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    width: 420px;
}

.shows-featured-desc {
    font-size: 20px;
    margin-bottom: 5px;
}

.shows-featured-time {
    font-size: 20px;
        padding-right: 100px;
}

.shows-featured-content .button2 {
    position: absolute;
    right: 15px;
    bottom: 65px;
    color: #a74078;
    padding: 7px;
}

.shows-featured-content .button2 a {
    color: #a74078;
}

.shows-featured-content .button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    background-color: #000000;
}

.classes-content {
    background-color: #2fac66;
    color: #FFFFFF;
    font-size: 18px;
}

.classes-content iframe {
    width: 100%;
    height: 100%;
}

.classes-content p {
    margin-bottom: 20px;
}

.classes-featured-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFFFFF;
    padding: 15px;
    min-height: 118px;
    background: rgba(47, 172, 102, 0.6);
}

.classes-featured-title {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    width: 420px;
}

.classes-featured-desc {
    font-size: 20px;
    margin-bottom: 5px;
}

.classes-featured-time {
    font-size: 20px;
}

.classes-featured-content .button2 {
    position: absolute;
    right: 15px;
    bottom: 65px;
    color: #a74078;
    padding: 7px;
}

.classes-featured-content .button2 a {
    color: #2fac66;
}

.classes-featured-content .button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    background-color: #000000;
}

.shows-info-box img {
    position: absolute;
    top: 113px;
    left: 230px;
}

.shows-info-box .shows-info-box-text {
    position: absolute;
    bottom: 14px;
    font-size: 20px;
    text-transform: uppercase;
}

.classes-featured-box {
    height: 325px;
    margin-right: 3px;
    margin-left: 3px;
    position: relative;
    overflow: hidden;
}

.classes-info-box {
    background-color: #2fac66;
    height: 346px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 20px;
    color: #FFFFFF;
}

.classes-info-box img {
    position: absolute;
    top: 113px;
    left: 230px;
}

.classes-info-box .classes-info-box-text {
    position: absolute;
    bottom: 14px;
    font-size: 20px;
    text-transform: uppercase;
}

.learning-info-box {
    background-color: #e94e1b;
    height: 340px;
    margin-left: 3px;
    padding: 20px;
    color: #FFFFFF;
}

.learning-info-box h2 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 36px;
}

.learning-info-box p {
    font-size: 14px;
    line-height: 18px;
}

.cat-tab-contents {
    display: none;
}

.cat-tab-contents-show {
    display: block !important;
}

#cat-tabs {
    position: absolute;
    top: 15px;
    right: 15px;
}

.cat-tab {
    float: left;
    line-height: 23px;
    height: 55px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    width: 150px;
    font-size: 12px;
}

#cat-tab-2 {
    width: 150px;
}

.current-cat-tab, .cat-tab:hover {
    border-bottom: 7px solid #e94e1b;
}

.professional-aside img, .cat-aside img {
    width: 100%;
    height: auto;
    float: right;
    max-width: 250px;
}

.professional-aside .quote-mark, .cat-aside .quote-mark {
    font-family: sans-serif;
    font-size: 80px;
    line-height: 0px;
    margin-top: 50px;
}

.professional-aside .quote, .cat-aside .quote {
    color: #662383;
    font-size: 22px;
    line-height: 26px;
}

.cat-aside .quote {
    color: #e94e1b !important;
}

.quote {
    font-family: 'PT Sans', sans-serif;
}

.artist-box {
    position: relative;
    background-color: #f0f0f0;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 240px;
}

#template-creativesummer .artist-box {
    min-height: 305px;
    width: 46%;
    float: left;
    margin-right: 30px;
}

.artist-box-info {
    width: 55%;
    float: right;
}

#template-creativesummer .artist-box .artist-box-info {
    width: 100%;
    float: none;
}

.artist-box img {
    float: left;
    width: 41%;
    height: auto;
}

.artist-box h2 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 20px;
}

.artist-box .artist_content a {
    color: #662383;
}

.artist-box .artist_content p {
    margin-bottom :10px
}

.artist-box .button {
    position: absolute;
    bottom: 15px;
    background-color: #662383;
}

#community-group-template .artist-box .button {
    background-color: #2fac66;
}

#community-group-template .artists-tab.active, #community-group-template .artists-tab:hover {
    border-bottom: 6px solid #2fac66;
}

.artist-box .button a {
    color: #FFFFFF !important;
}

#blog-navigation .current_page_item {
    color: #00a3e3;
}

.blog-navigation {
    padding-top: 20px;
}

.blog-navigation a {
    color: #4a4a4a;
    font-size: 18px;
}

.blog-item-large {
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

.blog-item-large img {
    float: left;
    margin: 20px;
}

.blog-item-large .blog-item-details {
    float: right;
    width: 328px;
    margin: 20px 20px 20px 0;
}

.blog-item-large .blog-item-details h2 {
    font-size: 26px;
    line-height: 31px;
}

.blog-item-large .blog-item-details .blog-item-date {
    color: rgba(0,163,227,1);
    margin-bottom: 20px;
    font-size: 18px;
}

.blog-item-large .blog-item-details .button {
    position: absolute;
    bottom: 20px;
    width: 120px;
}

.blog-item-large .blog-item-details .button2 {
    position: absolute;
    bottom: 20px;
    left: 520px;
    height: 36px;
}

.blog-item-large .blog-item-details .button2 a {
    color: #00a3e3 !important;
}

.blog-item-small {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.blog-item-small img {
    float: left;
}

.blog-item-small .blog-item-details {
    float: right;
    width: 440px;
    margin-left: 20px;
}

.blog-item-small .blog-item-details h2 {
    /* font-size: 21px !important; */
    font-size: 18px !important;
    margin-bottom: 5px;
    line-height: 20px;
}

.blog-item-small .blog-item-details .blog-item-date {
    color: rgba(0,163,227,1);
    font-size: 18px;
    margin-bottom: 5px;
}

.blog-item-small .blog-item-details .button {
    position: absolute;
    bottom: 20px;
    width: 120px;
}

.blog-item-small .blog-item-details .button2 {
    position: absolute;
    bottom: 20px;
    left: 430px;
    height: 36px;
}

.blog-item-small .blog-item-details .button2 a {
    color: #00a3e3 !important;
}

.event-social-share {
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
}

.event-class-times {
    color: #FFFFFF;
    margin-top: 16px;
    font-size: 20px;
}

.event-social-share img {
    margin-right: 20px;
}

.event-share-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.event-detail-show {
    display: block !important;
}

.event-title-bar {
    background-color: #a74078;
    padding: 20px;
    margin-bottom: 30px;
}

.event-about {
    font-size: 18px;
    line-height: 24px;
}

.event-about .button {
    background-color: #a74078;
    width: 150px;
    font-size: 16px;
    padding: 15px;
    margin-top: 40px;
}

.spektrix-event-type-class .event-about .button {
    background-color: #2fac66;
}

.spektrix-event-type-class .event-title-bar {
    background-color: #2fac66;
}

.spektrix-event-type-class .current-show-tab, .spektrix-event-type-class .show-tab:hover {
    border-bottom: 6px solid #2fac66 !important;
}

.event-title-bar h1 {
    color: #FFFFFF;
}

.event-desc {
    font-size: 18px;
}

.event-featured-box {
    margin-bottom: 30px;
}

.event-info-box {
    background-color: #a74078;
    min-height: 340px;
    position: relative;
    margin-bottom: 30px;
}

.spektrix-event-type-class .event-info-box {
    background-color: #2fac66;
}

.event-booking-information {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.event-booking-running-time {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 20px;
}

.event-booking-age {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
}

.event-booking-time {
    color: #FFFFFF;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 16px;
}

.event-info-box .button {
    background-color: #000000;
    width: 150px;
    font-size: 16px;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.home-donate-button {
    width: 150px !important;
    margin-top: 65px;
    margin-left: 30px;
}

.home-tile-small {
    position: relative;
    height: 170px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.home-tile-large {
    height: 346px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
}

.home-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    display: none;
}

.home-slide:first-child {
    display: block;
}

.home-tile-large .home-slide:first-child {
    opacity: 1;
}

.home-slide.spektrix-event-type-show .home-slide-content {
    background: rgba(167, 64, 120, 0.6);
}

.home-slide.spektrix-event-type-class .home-slide-content {
    background: rgba(47, 172, 102, 0.6);
}

.home-slide.slide-type-page .home-slide-content {
    background: rgba(233, 78, 27, 0.6);
}

.home-slide.slide-type-event .home-slide-content {
    background: rgba(102, 35, 131, 0.6);
}

.home-slide.spektrix-event-type-class .home-slide-content .button2 a {
    color: #2fac66;
}

.home-slide:first-child {
    display: block;
}

.home-slide-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFFFFF;
    padding: 15px;
    min-height: 118px;
}

.home-slide-title {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 32px;
    width: 425px;
}

.home-slide-desc {
    font-size: 20px;
    margin-bottom: 5px;
}

.home-slide-time {
    font-size: 20px;
}

.home-slide .button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    background-color: #f9b234;
}

.home-slide .button2 {
    position: absolute;
    right: 15px;
    bottom: 65px;
    color: #a74078;
    padding: 7px;
}

.home-slide .button a {
    color: #202020;
}
.home-slide .button2 a {
    color: #a74078;
}

.home-tile-title {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home-tile-title.spektrix-event-type-show {
    background: rgba(167, 64, 120, 0.6);
}

.home-tile-title.spektrix-event-type-class {
    background: rgba(47, 172, 102, 0.6);
}

.home-tile-title.slide-type-page {
    background: rgba(233, 78, 27, 0.6);
}

.home-tile-title.slide-type-event {
    background: rgba(102, 35, 131, 0.6);
}

.home-featured-box {
    height: 190px;
    border: 1px solid #e3e3e3;
    background-color: #e3e3e3;
    padding: 10px;
}

.home-featured-box:hover {
    background-color: #dae6f0;
    border-color: #dae6f0;
}

.home-featured-box img {
    float: left;
    width: 260px;
    height: 100%;
}

.home-featured-box .home-featured-content {
    float: left;
    width: 250px;
    margin-left: 20px;
    height: 100%;
    position: relative;
}

.home-featured-box .home-featured-description {
    margin-bottom: 5px;
}

.home-featured-box .home-featured-time {
    color: #999999;
}

.home-featured-box .home-featured-title {
    color: #4b8cbd;
    font-size: 16px;
    margin-bottom: 10px;
        font-weight: 600;
}

.home-featured-classes .home-featured-title {
    color: #2fac66;
}

.home-featured-classes:hover {
    background-color: #D8ED98 !important;
    border-color: #D8ED98 !important;
}

.home-featured-box .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    background-color: #a74078;
}

.home-featured-classes .button {
    background-color: #2fac66;
}

.home-featured-box .button2 {
    position: absolute;
    bottom: 0px;
    left: 110px;
    font-size: 12px;
    padding: 7px;
    color: #a74078;
}

.home-featured-box .button2 a {
    color: #a74078;
}

.home-featured-classes .button2 {
    color: #2fac66;
}

.home-featured-classes .button2 a {
    color: #2fac66;
}

.home-news-box {
    height: 136px;
    border: 1px solid #CCCCCC;
    background-color: #e6e6e6;
    margin-bottom: 6px;
    padding: 10px;
}

.home-news-box img {
    float: left;
}

.home-news-content {
    float: left;
    width: 251px;
    margin-left: 10px;
    position: relative;
    height: 100%;
}

.home-news-content h3 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
    font-weight: 100;
}

.home-news-date {
    font-size: 12px;
    color: #a74078;
}

.home-news-content .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.home-feed-box {
    min-height: 80px;
    border: 1px solid #CCCCCC;
    background-color: #e6e6e6;
    margin-bottom: 6px;
    padding: 10px;
}

.home-feed-box img {
    float: left;
}

.home-feed-box .home-feed-content {
    float: left;
    width: 355px;
    margin-left: 10px;
    font-size: 12px;
}

.home-feed-box .home-feed-content a {
    color: #00a3e3;
}

.home-social-icons h2 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    margin-bottom: 13px;
}

.home-social-icons img {
    margin-right: 10px;
}

.contact-page-details h2 {
    text-transform: uppercase;
    color: rgba(0,163,227,1);
    font-size: 20px;
    margin-bottom: 15px;
}

.artists-box {
    border: 1px solid #CCCCCC;
    background-color: #e6e6e6;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.artists-box img {
    float: left;
    width: 250px;
    height: auto;
}

.professional-artists-content {
    height: 100%;
    width: 263px;
    float: right;
    margin-left: 20px;
}

.professional-artists-title {
    color: #662383;
    font-size: 20px;
}

.professional-artists-excerpt {
    margin-top: 10px;
}

.professional-artists-box {
    position: relative;
    height: 170px;
    margin-bottom: 30px;
}

.professional-artists-content .button {
    background-color: #662383;
    position: absolute;
    bottom: 10px;
}

.professional-artists-box img {
    width: 100%;
    height: auto;
}

.professional-artists-box-title {
    position: absolute;
    bottom: 0px;
    background: rgba(102, 35, 131, 0.6);
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    padding-left: 15px;
    font-size: 18px;
}

.professional-bottom-title {
    font-size: 20px;
    margin-top: 20px !important;
}

/**
 * Spektrix
 */
#ctl00_SpektrixFooter {
    display: none;
}

/**
 * Widgets
 */
.widget {
    margin-bottom: 20px;
}

.widget ul {
    list-style-type: none;
   padding: 0;
}

/**
 * Pages/Posts
 */
.post-content h1 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 48px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post-content p {
    margin: 0;
    margin-bottom: 15px;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.post-content img.alignleft {
    float: left;
    display: inline-block;
    clear: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.post-content img.alignright {
    float: right;
    display: inline-block;
    clear: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

blockquote {
    background: #f9f9f9;
    border-left: 3px solid rgba(0,163,227,1);
    margin: 0 10px 20px 10px;
    padding: 10px 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #999;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 5px;
    vertical-align: -0.4em;
    font-family: Arial;
}

blockquote p {
    display: inline;
    font-style: italic;
    font-size: 18px;
}

#tabbed-navigation {
    text-align: justify;
}

#tabbed-navigation .tab {
display: inline-block;
    padding: 2px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
}

#tabbed-navigation .tab.active, #tabbed-navigation .tab:hover {
    color: #e94e1b;
    border-bottom: 5px solid #e94e1b;
}

#tabbed-navigation .tab-gap {
    display: inline-block;
    width: 100px;
    height: 0;
}

#tabbed-content-template .content {
    display: none;
}

#tabbed-content-template .content.active {
    display: block;
}

#tabbed-navigation-content {
    border-top: 1px solid #e94e1b;
/*     margin-top: -21px; */
    padding-top: 20px;
}

#tabbed-content-template .content h2, #tabbed-content-template .content h3, #tabbed-content-template .content h4, #tabbed-content-template .content h5 {
    color: #e94e1b;
}

#tabbed-content-template .content h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

#tabbed-content-template .content a {
    color: #a74078;
}

#tabbed-content-template .person-large-profile {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

#tabbed-content-template .person-large-name {
    color: #e94e1b !important;
    margin-bottom: 20px !important;
}

#tabbed-content-template .person {
    min-height: 233px !important;
}

#tabbed-content-template .person.longer {
    min-height: 323px !important;
}


#tabbed-content-template .person-name {
    color: #e94e1b !important;
}

#tabbed-content-template .gallery-image img {
    margin-bottom: 10px;
}

.sidebar-quote {
    width: 200px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
}

.sidebar-quote a {
    color: #e94e1b !important;
}
#blackout{
    background: #000;
    opacity: .7;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    display: none;
}
#classChooser{
    display: none;
        z-index: 9998;
        position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px  100px;
  background-color: white;
  box-shadow: 1px 1px 10px rgba(0,0,0,.4);  
  text-transform: uppercase;  
  font-size: 1.2em;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    }
        #classChooser img{max-width: 100%;}
#classChooser h1{font-size: 1.2em;}
#classChooser .choosebutton{
    background: #000;
    color: #fff;
    text-transform: #fff;
    font-size: .95em;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
    margin: 10px;
}
    .pull-right-md{
        clear: both;
        display: block;
        margin-top:20px;
        margin-right: 3px;
    }
@media (min-width: 992px) {
    .pull-right-md {
        float: right;
        clear: none;
        display: inline-block;
        margin-top: 0;
    }
    }
@media (max-width: 992px) {
    #classChooser{
  padding: 50px  3%;
    }
    }
@media (max-width: 767px) {
    .pull-right-md {
        text-align: center;
        margin: 20px auto;
    }
}
strong.b, .BoldText{font-weight: 700;}
.ItalicText{font-style: italic;}
.UnderlineText{text-decoration: underline;}

#donate-form{
    border: 1px solid #ccc;
    padding: 10px 30px;
    margin: 20px 0;
}
.donate-active{background: #2e8f00;color: #fff;}

.engagement{
    background:rgb(0, 157, 178);
    }
.engagement-translucent .academy-course-box-title{
   background: rgba(0 ,157, 178, 0.6) !important;
}


.vimeo{
    padding: 56.25% 0 0 0;
    position: relative;
  
}
.vimeo iframe{
      position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



.g-container{
    max-width: 1170px;
    margin: 0 auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}

.grid-item {
     background-color: #f0f0f0;
  padding: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
    
}

.grid-item h2 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000000;
}

.grid-item h3 {
    font-weight: 100;
    margin-top: 10px;
    line-height: 24px;
}

.grid-item p.date {
    color: #00a3e3;
}

.grid-item .button {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 5px;
}

.grid-item .button a {
    color: #FFFFFF;
    font-size: 12px;
}

.grid-item h2 img {
    float: right;
}

.grid-item h2 + img {
    width: 100%;
    height: auto;
}

.grid-item a {
    color: #00a3e3;
}

.pro-grey-box img {
    float: left;
    vertical-align: middle;
    margin-right: 25px;
}
@media screen and (max-width: 1198px) {
  .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
     .g-container{
        padding: 0 15px;
    }
}

@media screen and (max-width: 992px) {
  .grid-container {
         display: block;
        
  }
    .g-container{
        padding: 0 15px;
       
    }
    .grid-item{
	     margin-bottom:10px;
    }
}
