@charset "utf-8";
/* Performance Play Music School | Mobile Essentials Stylesheet */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --main-font: "nexa-text", sans-serif;
    --title-font: "pressio", sans-serif;
    --main-color: #213267;
    --secondary-color: #2d65b0;
    --accent-color: #e9e8e8;
    --trans-black: rgba(0, 0, 0, 0.80);
}
.main-color {
    color: var(--main-color);
}
.main-bg, .mobile-main-bg {
    background-color: var(--main-color);
}
.secondary-color {
    color: var(--secondary-color);
}
.secondary-bg, .mobile-secondary-bg {
    background-color: var(--secondary-color);
}
.main-border {
    border-color: var(--main-color);
}
.black {
    color: #000;
}
.black-bg, .mobile-black-bg {
    background-color: #000;
}
.black-border {
    border-color: #000 !important;
}
.trans-black-bg, .trans-black-overflow:before {
    background-color: var(--trans-black);
}
.white-bg {
    background-color: #FFF;
}
.white-border {
    border-color: #FFF !important;
}
.accent-bg, .mobile-accent-bg {
    background-color: var(--accent-color);
}
.trans-white-bg, .trans-white-overflow-bg:before {
    background-color: rgba(255, 255, 255, 0.8);
}
.group:after {
    display: block;
    width: 100%;
    clear: both;
}
.wrapper {
    overflow-x: hidden;
    max-width: 2100px;
    margin: auto;
}
body, html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
.page {
    position: relative;
    z-index: 2;
}
body, textarea, input {
    font-family: var(--main-font);
    font-size: 20px;
}
.content p {
    line-height: 28px;
}
.flex, .big-list li {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.space-between {
    justify-content: space-between;
}
.flex.flex-end {
    justify-content: flex-end;
}
.flex.flex-start {
    justify-content: flex-start;
}
.flex.flex-center {
    justify-content: center;
}
.content-block {
}
.content {
    padding: 18px;
}
.content-flat {
    padding-top: 0;
    padding-bottom: 0;
}
.container {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1920px;
}
.nine-sixty, .container.nine-sixty {
    max-width: 960px;
}
.section-block {
    margin: 32px auto;
}
.flex-fifth, .flex-fourth, .flex-third, .flex-half, .flex-two-thirds, .flex-three-fourths, .flex-four-fifths, .flex-two-fifths, .flex-three-fifths {
    width: 100%;
}
.black {
    color: #000 !important;
}
.relative-box {
    position: relative;
}
.no-position {
    position: unset !important;
}
/*Typography*/
.medium {
    font-size: 28px;
}
h1, .large {
    font-size: 32px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--main-font);
    font-weight: 700;
}
h1, .main-title {}
h2 {}
h3 {}
.uppercase {
    text-transform: uppercase;
}
.small {
    font-size: 80%;
}
.spaced {
    letter-spacing: 2px;
}
.bold {
    font-weight: 700 !important;
}
.extrabold {
    font-weight: 900 !important;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.no-decoration, .no-decoration:visited, .toggle-decoration, .toggle-decoration:visited {
    text-decoration: none;
}
.toggle-decoration:hover {
    text-decoration: underline;
}
blockquote {
    font-size: 24;
    font-weight: 600;
    letter-spacing: 2px;
}
blockquote:after {
    display: block;
    content: "";
    margin: 12px auto;
    width: 150px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
}
.page-image img, .hero-image img, .thumb-image img {
    width: 100%;
    vertical-align: middle;
}
.page-title {
    position: relative;
    color: #000;
    margin: 12px auto;
    font-family: var(--title-font);
    font-size: 11vw;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-title.mid-title {
    font-size: 26px;
    letter-spacing: 2px;
    padding-bottom: 8px;
    border-bottom: solid 4px var(--main-color);
}
.mini-title {
    margin: 2px auto 8px;
    font-family: var(--title-font);
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}
.small, .page-title span.small {
    font-size: 28px;
    line-height: 32px;
}
.medium, .page-title span.medium {
    font-size: 18vw;
    line-height: 18vw;
}
.big, .page-title span.big {
    font-size: 30vw;
    line-height: 26vw;
}
.bigger, .page-title span.bigger {
    font-size: 40vw;
    line-height: 36vw;
}
.page-title span {
    display: block;
    font-family: var(--title-font);
    font-weight: 900;
}
.huge, .page-title span.huge {
    font-size: 70vw;
    line-height: 68vw;
}
.mid-content {
    font-family: var(--main-font);
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    list-style-type: none;
    margin: 20px auto;
    padding: 0;
}
.mid-content li:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    margin-bottom: 2px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
.white, .white.page-title, .content a.white, .content a.white:visited {
    color: #FFF;
}
.page-title.intro-title {
    background-color: var(--main-color);
}
.intro-content {
    background-color: #000;
    color: #FFF;
}
.hero-title, .collection-top h3 {
    padding: 16px 24px;
    color: #FFF;
    background-color: var(--trans-black);
}
.hero-title {
    border: solid 2px var(--main-color);
}
.bottom-border {
    border-bottom: solid 12px var(--main-color);
}
.thin-border {
    border-width: 4px !important;
}
.line {
    position: relative;
}
.line:after {
    display: block;
    content: "";
    width: 100%;
    height: 6px;
    background-color: var(--main-color);
}
.line-before {
    padding-top: 12px;
}
.line-before:after {
    position: absolute;
    top: 4px;
}
.line-before.line-extend:after {
    width: 4000px;
    right: 0;
}
.table {
    display: table;
    margin: 0;
}
.overlay h1, .overlay h2 {
    display: table;
    position: relative;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.overlay h1 span, .overlay h2 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-top: solid 2px var(--secondary-color);
    color: var(--main-color);
}
/*Header*/
.top-bar, .top-bar:after {
    position: relative;
}
.navbar, .navbar:after {
    position: relative;
    color: #FFF;
}
.top-bar .button, .top-bar .button:visited {
    margin: 12px auto;
}
.header-social, .desktop, .desktop-ib, .desktop-flex {
    display: none;
}
.mobile {
    display: block;
}
/*Interactives*/
.logo {
    display: block;
    margin: auto;
    width: 100%;
}
.logo img, .page-img img, .flex-img img, .widget-img, .resource-badges img {
    width: 100%;
    height: auto;
}
.header {
    position: relative;
    z-index: 12;
}
.header > .flex {
    display: flex;
}
.logo-container.flex-half, .navbar.flex-half {
    width: 50%;
}
.logo-container {
    position: relative;
}
.logo-container img {
    position: relative;
    z-index: 3;
}
.logo-container:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% + 24px);
    height: calc(100% + 12px);
    background-color: var(--main-color);
    transform: skewX(-24deg);
    z-index: 2;
}
.yoink {
    position: fixed;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.top-bar > div {
    width: 100%;
    text-align: center;
    margin: 12px auto;
}
.mainnav {
    width: 100%;
    justify-content: flex-end;
}
.mainnav, .mainnav ul, .slider {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mainnav li {
    width: 100%;
}
.mainnav a, .mainnav a:visited {
    display: block;
    padding: 12px 8px;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
}
.toplink a:hover, .dropdown.active > a, .dropdown > a:hover {
    background-color: var(--main-color);
    color: #FFF;
}
.dropdown {
    position: relative;
}
.dropdown ul {
    display: none;
}
.dropdown.active ul {
    display: block;
    text-align: center;
    width: 100%;
    background-color: var(--main-color);
    z-index: 1000;
}
.dropdown.active ul a, .dropdown.active ul a:visited {
    color: #FFF;
    padding: 8px 12px;
}
.dropdown ul a:hover {
    background-color: #000;
}
.button, .button:visited, .blogReadMore a, .blogReadMore a:visited {
    display: table;
    margin: auto;
    padding: 16px;
    font-family: var(--title-font);
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--main-color);
    color: #FFF !important;
    cursor: pointer;
}
.button.consult-button {
    font-size: 20px;
}
.blogReadMore {
    display: block;
    margin-top: 12px;
}
.white.button, .white.button:visited {
    color: #FFF;
}
.hidenav-toggle {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    cursor: pointer;
}
#main-nav, .ie {
    display: none;
}
.flex-item {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.flex-item a {
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}
.flex-item a:hover {
    text-decoration: underline;
}
#hidenav:checked ~ #main-nav {
    display: flex;
    width: 100%;
}
.burger {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 24px auto 0;
    overflow: visible;
    display: block;
}
.burger span, .burger span:before, .burger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 50px;
    background: #FFF;
    position: absolute;
    display: block;
    content: '';
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.burger span:before {
    top: -16px;
}
.burger span:after {
    bottom: -16px;
}
#hidenav:checked ~ label .burger span {
    background-color: transparent;
}
#hidenav:checked ~ label .burger span:before, #hidenav:checked ~ label .burger span:after {
    top: 0;
}
#hidenav:checked ~ label .burger span:before {
    transform: rotate(45deg);
}
#hidenav:checked ~ label .burger span:after {
    transform: rotate(-45deg);
}
.big-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.big-list li {
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 24px auto;
}
.big-list i {
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 54px;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 50%;
}
.big-list span {
    display: block;
    width: calc(100% - 74px);
}
.service-mini {
    min-height: 160px;
}
.service-mini .thumb-title {
    min-height: 100px;
    font-size: 28px;
}
.service-mini a, .service-mini a:visited {
    color: #FFF;
    text-decoration: none;
}
.service-thumb, .service-thumb:visited {
    position: relative;
    display: block;
    color: var(--secondary-color);
    margin: 1%;
    background-color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.service-thumb span {
    position: absolute;
    display: block;
    top: 41%;
    left: 0;
    right: 0;
    padding: 16px 8px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}
.service-thumb:hover {
    background-color: var(--secondary-color);
    color: #FFF;
}
.st-name {
    display: block;
    text-align: center;
    margin-top: 12px;
}
.service-thumb img {
    width: 100%;
    height: auto;
}
.flex-chunk {
    display: flex;
    color: #FFF;
    margin: 12px;
}
.flex-chunk div {
    width: 100%;
    padding: 12px;
    align-self: center;
}
.flex-chunk.flex-two-thirds {
    background-color: var(--main-color);
    font-size: 88px;
    text-align: center;
}
.flex-chunk.flex-third {
    background-color: var(--secondary-color);
}
.bg-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 0;
}
.fixed-bg {
    background-attachment: fixed;
}
.bg-box-content {
    position: relative;
    padding: 32px;
    z-index: 2;
}
.overflow-bg:before, .overlay {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.overflow-bg h2, .overflow-bg p {
    position: relative;
    z-index: 2;
}
.flex-half.overflow-bg:before {
    width: 50%;
    right: auto;
}
.step {
    position: relative;
    padding: 32px 12px 12px 0;
    border-top: solid 6px var(--main-color);
}
.step p {
    margin-bottom: 0;
}
.step h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 12px auto;
}
.step span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000;
    background-color: var(--main-color);
}
.cert-image {
    position: relative;
    text-align: center;
    padding: 32px;
}
.cert-image img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: center;
}
.outline-overflow {
    position: relative;
    border: solid 4px #FFF;
    border-right: none;
}
.outline-overflow:after {
    position: absolute;
    display: block;
    content: "";
    width: 1000px;
    height: calc(100% + 8px);
    top: -4px;
    right: -1000px;
    bottom: -4px;
    border-top: solid 4px #FFF;
    border-bottom: solid 4px #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service-mini, .service-mini:visited {
    position: relative;
    margin: 24px auto;
    border: solid 2px var(--main-color);
    border-left: none;
    text-decoration: none;
    color: #000 !important;
}
.sm-title, .sm-image {
    display: block;
    width: 100%;
    margin-top: 0;
}
.sm-image img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 240px;
}
.sm-content {
    display: block;
    font-size: 14px;
}
.sm-image img {
    vertical-align: middle;
}
.page-title.sm-title, .sm-title {
    font-size: 24px;
}
.checklist {
    list-style-type: none;
    padding: 0;
}
.checklist li {
    position: relative;
    padding: 4px 8px 4px 48px;
    margin: 8px 0 8px 36px;
    font-size: 24px;
}
.checklist li:before {
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAy+AAAMvgF+WXSHAAACz0lEQVRIiWL8//8/AxFAgYGBIQCKDRgYGPjR9HxkYGC4wMDAsAGKH+A1k4GBAQAAAP//YgBZjAcb/P///8B/0sEGqF7sZv//zwAAAAD//8Ln4wkMDAz5OHx2AE0cFAoOWEJiIgMDQwGGyQwMDAAAAAD//8LmGoH///9fQPMkyNcBBEIHhEFq0EMIZBbITIS6//8ZAAAAAP//ImTph////zsQYSE6BukB6cVu+f//DAAAAAD//0LXgGwpVpeSgNE9AWJD9P//zwAAAAD//0I2aAIVLcUVgiA7GP7//88AAAAA//+CKQClQOTgpYalyJYjB7vB////GQAAAAD//4JJgpI/DJATp8TEOQxs+P//PwMAAAD//wIJKqClXmpbCsOI1P7/vwIAAAD//2KClkbIeZdSAMrTHxgYGBKwlAsQwMAQAAAAAP//QnYJKB4o9RUo/pDjEz3aIHL//x8AAAAA//9C5oDDnoqWLsAZ3P//fwAAAAD//wIFNayYAxWF5AJQ8IKKUZhZC7EENQhAiloGBn4AAAAA//8CWUyNOCXGUgRgYGAAAAAA//8iZDHMUAFqWsrAwMAAAAAA///CZzHMUHsclpNtKQMDAwMAAAD//0JJaQSKO+RilJiEhDsv////AQAAAP//IpSdsFmOXvMQaynCk///HwAAAAD//wJxCpAMwVbnYqufybEUZDYE/P9fAAAAAP//IrbIxGY5KZaiFpn//ysAAAAA///CJoirkkC2nFRLkX274f///wwAAAAA//9CLnVgAF+1CBJvINFSzGrx/38GAAAAAP//QlZAv4bA//8MAAAAAP//QldIn6bP//8MAAAAAP//IqSYNo29//8ZAAAAAP//IjYFU7d5+/8/AwAAAP//olaDHtSYx9a1wd6gZ2BgAAAAAP//IuQDUApEbo8RC/B3Yf7/ZwAAAAD//xqYThsDAwMAAAD//wMAmVBJ4T8ffu4AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
}
.collection-top {
    position: relative;
}
.collection-top h3 {
    position: absolute;
    width: 80%;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
.collection-content {
    position: relative;
    padding-bottom: 64px;
}
.collection-content p {
    margin: 0 auto;
}
.collection-content a, .collection-content a:visited {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    bottom: 12px;
    font-size: 20px;
    letter-spacing: 3px;
}
.team-member {
    margin-bottom: 32px;
}
.page-title.team-title {
    margin: 0 auto;
    padding: 12px;
    background-color: #FFF;
    font-size: 24px;
    letter-spacing: 3px;
}
.page-title.team-title span {
    display: block;
    border-top: solid 4px var(--main-color);
    margin-top: 8px;
    padding-top: 8px;
    font-size: 20px;
    text-transform: none;
}
.testimonial {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: auto;
    padding: 0 88px;
    text-align: center;
}
.testimonial-block .testimonial {
    border-bottom: solid 4px var(--main-color);
    margin-bottom: 64px;
}
.testimonial span {
    display: block;
    font-style: italic;
    text-align: center;
    padding: 24px;
}
.testimonial::before, .testimonial::after {
    position: absolute;
    display: block;
    content: '"';
    width: 60px;
    height: 60px;
    color: var(--main-color);
    font-size: 200px;
    top: 20%;
    left: 0;
    font-style: italic;
    font-weight: 600;
    text-indent: -28px;
    line-height: 162px;
}
.testimonial:after {
    left: auto;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.border {
    border: solid 4px var(--main-color);
}
.top-border {
    border-top: solid 8px;
}
.offer-block[data-offer=""] .offer, .no-offer, .toggle-block[data-use=""], .toggle-block[data-use="NO"] {
    display: none;
}
.offer-block[data-offer=""] .no-offer {
    display: block;
}
.bio-image {
    padding-top: 20px;
    text-align: center;
}
.bio-image img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}
.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 20px;
    border: solid 2px #6D6D6D;
}
.contact-form textarea {
    min-height: 200px;
}
.contact-form .flex {
    margin-bottom: 12px;
}
.contact-form .flex-half {
    width: 49%;
    margin-right: 2%;
}
.contact-form .flex-half {
    margin-right: 0;
}
textarea, input {
    width: 100%;
    padding: 8px;
    border: none;
}
.isRequired, .isRequired:active, .isRequired:focus {
    border: solid 3px rgba(255, 255, 255, 0);
    background-color: #FFF;
}
#results {
    text-align: center;
    width: 100%;
    height: 80px;
    font-weight: bold;
    overflow: auto;
}
.hide-overflow {
    overflow: hidden;
}
.footer-logos, .unlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gallery-block[data-content="YES"] {
    display: block;
}
.gallery-content a, .gallery-content a:visited {
    display: block;
    width: 50%;
    padding: 12px;
}
.gallery-content img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.social-icons {
    justify-content: flex-end;
}
.header-social .social-icons {
    min-height: 46px;
}
.contact-info {
    margin-top: 64px;
}
.contact-info .social-icons {
    justify-content: flex-start;
}
.contact-info p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 12px auto;
}
.socail-icons a, .socail-icons a:visited, .toplink a, .toplink a:visited {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.social-icons a, .social-icons a:visited {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin: 8px 4px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../elements/images/social-icons.png);
    background-repeat: no-repeat;
    border-radius: 50%;
}
.linkedin {
    background-position: 0 -30px;
}
.youtube {
    background-position: 0 -60px;
}
.yelp {
    background-position: 0 -90px;
}
.instagram {
    background-position: 0 -120px;
}
.facebook {
    background-position: 0 -150px;
}
.social-icons a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: scale(108%);
    -moz-transform: scale(108%);
    transform: scale(108%);
}
.social-icons a:active {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: scale(96%);
    -moz-transform: scale(96%);
    transform: scale(96%);
}
.social-icons a[href=""], .social-icons a[href="#"], .gallery-block[data-content=""], .hide-field[data-content=""] .gallery-block[data-content="NO"], .collection-thumb-name[data-content=""] .display-name, .main-name, .service-single[data-type="Main"] .sub-cta, .service-single[data-type="Sub"] .main-cta, .service-single[data-intro="NO"] .variable-intro-block, .cta[data-content="None"], .toggle-block[data-use="NO"], .spash-title[data-content=""] .alt-text, .main-text, .hide-field[data-content=""], .hide-field[data-content="NO"] {
    display: none;
}
.spash-title[data-content=""] .main-text {
    display: inline;
}
.collection-thumb-name[data-content=""] .main-name {
    display: block;
}
.dot-bg, .dot-bg.content {
    position: unset !important;
}
.dot-bg-outer {
    position: relative;
    background-color: #000;
}
.dot-bg-outer div.content, .dot-bg h2, .dot-bg p, .dot-bg ul, .dot-bg div {
    position: relative;
    z-index: 2;
}
.dot-bg-centered:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../elements/images/dot-bg-gray-center.png");
    background-repeat: no-repeat;
    background-size: 744px;
    background-position: bottom center;
    z-index: 1;
}
.dot-bg-centered.dot-bg-top:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.widget {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.widget:before {
    position: relative;
    display: block;
    content: "";
    width: 120px;
    height: 120px;
    margin: auto;
    background-image: url("../elements/images/icon-sprites.png");
    background-size: 120px;
    background-repeat: no-repeat;
}
.widget-pricing:before {
    background-position: 0 -120px;
}
.widget-professional:before {
    background-position: 0 -240px;
}
.widget-customer:before {
    background-position: 0 -360px;
}
.blog-first-image img {
    width: 100%;
}
.blogArticle h2 a, .blogArticle h2 a:visited {
    color: var(--main-color);
}
.blog-roll ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blog-categories a, .blog-categories a:visited {
    color: var(--main-color);
}
.blog-roll .button, .blog-roll .button:visited {
    font-size: 20px;
}
.blogRecent {
    margin-bottom: 8px;
}
.recent-blogs {
    max-height: 300px;
    overflow-y: scroll;
}
.full-width {
    width: 100%;
    max-width: 100%;
}
.flex-center .button {
    margin: 12px;
}
.content a, .content a:visited {
    color: var(--main-color);
}
.footer {
    border-top: solid 8px var(--main-color);
    background-color: #000;
    -moz-box-shadow: 0px 500px 0px 500px #000;
    -webkit-box-shadow: 0px 500px 0px 500px #000;
    box-shadow: 0px 500px 0px 500px #000;
}
.footer a, .footer a:visited {
    color: #FFF;
    text-decoration: underline;
}
.footer .container {
    padding: 24px 8px;
    border-top: solid 4px var(--secondary-color);
}