@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
    background-color:#fff;
    height:100%;
    margin: 0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15pt;
    color: #200e47;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.cursor-pointer {
    cursor: pointer;
}
.cart-mobile {
    display: none;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.breadcrumb {
    background-color: #fff;
}
.padd-top {
    padding-top:15px;
}
.no-margin {
    margin-left: auto;
    margin-right: auto;
}
.help-block {
    font-weight:bold;
    font-size:6pt;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.anchor {
    position: relative;
    padding: 15px;
    border-top: 52px solid transparent;
    margin-top: -50px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.anchor:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border-top: 1px solid transparent;
}
#blog-archive {
    background-color:#f3f3f3;
    padding:0;
}
#blog-archive h2 {
    text-align: center;
    padding:10px;
}
#blog-archive a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    font-weight: bolder;
    color: #14173c;
    padding: 0px 10px;
    display: block;
}
#blog-archive ul {
    list-style: none;
    text-align: left;
    padding-left:0px;
}
#blog-archive li {
    margin:0;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}
#Captcha {
    display:none;
}
.block {
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.btn {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    padding: 6px 20px;
    border-radius: 20px;
}
.btn-breadcrumb {
    margin-top: 30px;
}
.btn-center {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    width:auto;
    display:block;
}
.btn-primary {
    color: #fff;
    box-shadow: 10px 17px 26.97px 2.03px #a7a7a7;
    background-color: #f76035;
    border-color: #dd562e;
    min-width: 150px;
    margin-bottom:10px;
}

.btn-default {
    color: #fff;
    background-color: #343D98;
    border-color: #3a419f;
    min-width: 150px;
    box-shadow: 10px 17px 26.97px 2.03px #a7a7a7;
}
.btn-success {
    color: #fff;
    background-color: #373717;
    border-color: #626226;
    min-width: 150px;
    box-shadow: 10px 17px 26.97px 2.03px #a7a7a7;
}
.float-left {
    float:left;
    padding-right: 25px;
    padding-bottom: 20px;
}
.float-right {
    float:right;
    padding-left: 25px;
    padding-bottom: 20px;
}
.dark {
    box-shadow: 10px 17px 26.97px 2.03px #333;
}
.form-control {
    width: 90%;
}
.tablet_hide {
    display:revert;
}
.phone_hide {
    display:revert;
}
.mobile, .mobile-inline {
    display: none !important;
}
.tablet, .tablet-mobile, .tablet-inline, .tablet-mobile-inline {
    display: none !important;
}
.desktop, .desktop-tablet {
    display: block !important;
}
.desktop-inline, .desktop-tablet-inline {
    display: inline-block !important;
}
label {
    display:inline;
    font-weight: 200;
}
p {
    margin-top: 0px;
    margin-bottom: 18px;
}


#wrap {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
#header-mask {
    display:block;
    position: relative;
    width: 100%;
    height: 650px;
    margin-top: 100px;
    background: #343D98;
    opacity: .5;
}
#header-mask-inside {
    display:block;
    position: relative;
    width: 100%;
    height: 281px;
    margin-top: 100px;
    background: #343D98;
    opacity: .8;
}
#header-home {
    display:block;
    position: relative;
    width: 100%;
    height: 650px;
    margin-top: 100px;
}
#header-logo {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 650px;
    background: url("../images/pilates_instructor_academy.png") center center no-repeat;
}
#header-inside {
    display:block;
    position: relative;
    width: 100%;
    height: 281px;
    margin-top: 100px;
    background: url("../images/spacer.gif") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#header-logo h1 {
    padding-top: 500px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 30pt;
    font-weight: 500;
    text-align: center;
}
#header-logo-inside {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 283px;
    background: url("../images/pilates_instructor_academy_inside.png") calc(50% - 200px) center no-repeat;
}
#header-inside h1 {
    padding-top: 120px;
    padding-left: 325px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 26pt;
    font-weight: 900;
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#header-home h2 {
    color: #343D98;
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    font-weight: bold;
    margin-left: 0px;
}
#h2-left {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #200e47;
    font-size: 50px;
    font-weight: 300;
    text-align: left;
}
#float-menu {
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    font-weight: bolder;
    background: #fff;
    top: 260px;
    right: 0;
    left: auto;
    height:150px;
    width:150px;
    padding: 10px;
    opacity: .5;
}
#float-menu-text {
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    font-weight: bolder;
    background: transparent;
    top: 240px;
    right: 0;
    left: auto;
    padding: 10px;
}
#float-menu-text a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    font-weight: bolder;
    color: #14173c;
}
#float-menu-text ul {
    list-style: none;
    text-align: left;
}
#float-menu-text li {
    margin-top: 20px;
    margin-bottom: 20px;
}
#float-menu-inside {
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    font-weight: bolder;
    background: #fff;
    top: 170px;
    right: 0;
    left: auto;
    height:150px;
    width:150px;
    padding: 10px;
    opacity: .5;
}
#float-menu-text-inside {
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    font-weight: bolder;
    background: transparent;
    top: 175px;
    right: 0;
    left: auto;
    padding: 10px;
}
#float-menu-text-inside a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    font-weight: bolder;
    color: #14173c;
}
#float-menu-text-inside ul {
    list-style: none;
    text-align: left;
}
#float-menu-text-inside li {
    margin-top: 20px;
    margin-bottom: 20px;
}
#header {
    width:100%;
    height: 350px;
    margin-left:auto;
    margin-right:auto;
}
#container {
    display:block;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.testimony {
    display: block;
    padding: 20px;
    margin: 106px;
    min-height: 125px;
    background-color: #fff;
}
.testimony p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.testimony-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left:auto;
    margin-right:auto;
    margin-top: 35px;
}
.table {
    border:none;
}
.table-white {
    background-color: #fff;
}
.table-white > tbody > tr > td {
    border-bottom: 3px solid #000;
}
.table-white > tbody > tr > td.alt-color {
    background-color: #c8c8f6;
    border-bottom: 3px solid #000;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 3px solid #000;
    border-left: 1px solid #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #000;
    background-color: #c8c8f6;
    text-align: center;
}

.table > thead > tr > th:nth-of-type(1) {
    vertical-align: middle;
    border-bottom: 3px solid #000;
    border-left: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #000;
    background-color: #c8c8f6;
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #c8c8f6;
    border-bottom: 3px solid #000;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
    border-bottom: 3px solid #000;
}

.table > tbody > tr > td {
    border-left: 1px solid #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    font-weight: normal;
    color: #000;
}

.table > tbody > tr > td ul li { list-style: disc; }
.table > tbody > tr > td ul ul li { list-style: circle; }

.table > tbody > tr > td:nth-of-type(1) {
    border-left: none;
}
.table-bordered  > tbody > tr > td:nth-of-type(1) {
    border-left: 1px solid #ddd;
}
.product-box {
    width:310px;
    text-align:center;
    border:1px #8e908f solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:15px;
    margin:15px;
    float:left;
}
.product-details {
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

.teammate {
    width:310px;
    text-align:center;
    margin-top:auto;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:auto;
}
.teammate a, .teammate a:hover {
    text-decoration:none;
}
.teammate-name {
    display: block;
    background-color:#fff;
    width:90%;
    margin-top:auto;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:auto;
    color: #8e908f;
    font-size: 14px;
    font-weight: normal;
}
.teammate-image {
    border:1px #8e908f solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:300px;
    height:auto;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}
.teammate-info {
    display: block;
    background-color:#fff;
    width:90%;
    text-align: left;
    margin-top:-100px;
    margin-left:auto;
    margin-right:auto;
    color: #8e908f;
    font-size: 14px;
    font-weight: normal;
}
.teammate-info-lower {
    display: block;
    background-color:#fff;
    width:90%;
    text-align: center;
    margin-top:-50px;
    margin-left:auto;
    margin-right:auto;
    color: #8e908f;
    font-size: 14px;
    font-weight: normal;
}
.panel-body {
    padding: 25px;
}
.panel-primary {
    border-color: #3a419f;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #343D98;
    border-color: #3a419f;
}
.section {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    width: 100%;
    min-height: auto;
    padding-top: 30px;
}
.section-block {
    position: relative;
    display: block;
    width: 100%;
    min-height: auto;
    padding-top: 0px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.section-block-default {
    position: relative;
    display: block;
    width: 75%;
    min-height: auto;
    padding-top: 0px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.section-light {
    position: relative;
    display: block;
    width: 75%;
    min-height: auto;
    padding-top: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.section-dark {
    display:block;
    position: relative;
    width: 100%;
    height: auto;
    background: url("../images/dark_pattern.jpg");
    margin-bottom: 20px;
}
.section-gray {
    display:block;
    position: relative;
    width: 100%;
    height: auto;
    background: #eee;
    margin-bottom: 20px;
}
.section h2, .section-block h2, .section-block-default h2 {
    color: #343D98;
    font-family: 'Montserrat', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin-left: 0px;

}
.section-dark h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 20px;

}
.section-content {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15pt;
    font-weight: normal;
    width: 95%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.section-content > h2 {
    text-align: center;
}
.section-button {
    margin-top:30px;
    margin-bottom: 15px;
    text-align: center;
}
.full {
    width: 85%;
    margin-left: 110px;
}
.preview {
    position: absolute;
    top: 0px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    width: 85%;
    padding: 8px;
}
.preview-block {
    width:200px;
    padding:5px;
}
.preview-block h2 {
    font-size:11pt;
}
.video-purchase {
    position:absolute;
    bottom:0px;
    z-index: 100;
}
h2, .section > h2, .center-text > h2 {
    color: #343D98;
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    font-weight: bold;
    margin-left: 0px;
}
h3, .section > h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 26px;
    font-weight: 900;
    width: 95%;
    margin-left: 0;
    margin-right: auto;
}
.item_column {
    display:inline-block;
    width:21%;
    margin-right:30px;
    margin-top:30px;
}
.item_dark {
    position:relative;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    text-align: left;
    padding: 35px;
    position:relative;
    display: block;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    background-color: transparent;
}
.item_dark a {
    color:#fff;
}
.item_dark a:hover {
    color:#aaa;
}
.item_dark ul {
    list-style: none;
    text-align: left;
}
.item_dark li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.item_dark li:hover {
    background-color: #0A246A;
}
.item_light {
    position:relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    text-align: left;
    padding: 35px;
    position:relative;
    display: block;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.item_light .row {
    padding:8px;
}
.item_light label {
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    display:block;
    border-top: 1px solid #D0D0D0;
}
.item_light label.plain {
    border-top: none;
    display:inline;
}
.item_dark h2, .item_dark p {
    margin-left:20px;
    margin-right:70px;
}
.item_dark_title {
    position: relative;
    padding: 10px 20px;
    background-color: #535BAC;
    top: 4px;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2vw;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
.item_instructor {
    position:relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    text-align: left;
    padding: 20px 10px;
    position:relative;
    display: block;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}
.item_mask {
    position:absolute;
    background: #343D98;
    opacity: .9;
    width:100%;
    height:100%;
}
.item_content {
    position:relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    text-align: left;
    padding: 45px;
    vertical-align: middle;
    width:40%;
    margin-left:auto;
    margin-right:auto;
}
.item_image {
    position:relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    text-align: left;
    padding: 45px;
    vertical-align: middle;
    width:35%;
    margin-left:auto;
    margin-right:auto;
}
.jumplinks {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    font-weight: bolder;
    color: #343D98;
    background: #f3f3f3;
    border-top: 2px solid #4951A2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
}
.jumplink {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 24px 30px;
    height: auto;
    max-width: 440px;
    max-height: 490px;
}
.jumplink img {
    display:block;
    padding-bottom:30px;
    margin-left:auto;
    margin-right:auto;
}
.jumplink-center {
    display: inline-block;
    position: relative;
    background:transparent;
    margin: 0;
    padding: 0;
    width: 29%;
    height: auto;
    max-width: 440px;
    height: 100%;
    max-height: 490px;
}
.section > h4, .center-text > h4 {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #200e47;
    font-size: 15px;
    font-weight: 500;
    width: 95%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.section > p {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16pt;
    font-weight: normal;
    width: 95%;
    max-width: 1300px;
    text-align: left;
}

.section li {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15pt;
    font-weight: normal;
    width: 95%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.sub {
    display: inline-block;
    position: relative;
    vertical-align: top;
    background:transparent;
    min-height: 410px;
    width: 27%;
    max-width: 375px;
    text-align: center;
    padding-left:15px;
    padding-right:15px;
    margin-bottom: 50px;
}
.sub p {
    text-align: left;
    padding-bottom: 50px;
}
.stack {
    display: block;
    position: relative;
    vertical-align: top;
    background:transparent;
    width: 95%;
    max-width: 1300px;
    height: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.sub > h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 26px;
    color: inherit;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 15px;
}
.stack-content {
    display:inline-block;
    vertical-align: left;
    width: 70%;
}
.stack-button {
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    text-align: right;
}
.stack h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 26px;
    color: inherit;
    font-weight: 600;
    margin-left: 0;
    padding-left: 0;
}

.stripe {
    background: #200F46;
    color:#fff;
    width: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15pt;
    font-weight: 700;
    line-height: 140%;
    padding:0;
    margin:0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 85%;
    overflow: hidden;
    position: relative;
}
.bio-shell {
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}
.bio-image {
    padding-right: 10px;
    padding-bottom: 10px;
}
.gradient {
    position: relative;
    display: block;
    height: auto;
    background: url('../images/fade.png') bottom no-repeat;
}
.top-gradient {
    position: relative;
    display: block;
    height: auto;
    background: url('../images/reverse-fade.png') top no-repeat;
}
.solid {
    position: relative;
    display: block;
    height: 490px;
    background: #200F46;
    padding:0;
    margin:0;
}
.gray {
    position: relative;
    display: block;
    height: auto;
    background: url('../images/gray.jpg') center center no-repeat;
    padding-top: 50px;
}
.best-ofs {
    padding-bottom:50px;
}
.bottom {
    position: absolute;
    margin-left: -80px;
    bottom: 15px;
}
.titled-primary {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff !important;
    background-color: #200e47;
    font-family: Berkeley, Times, Serif;
    font-size: 40px;
    font-weight: 900;
}
.titled-default {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff !important;
    background-color: #7c1316;
    font-family: Berkeley, Times, Serif;
    font-size: 40px;
    font-weight: 900;
}

.titled-success {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff !important;
    background-color: #373717;
    font-family: Berkeley, Times, Serif;
    font-size: 40px;
    font-weight: 900;
}
.primary {
    color: #200e47;
}
.default {
    color: #7c1316;
}
.success {
    color: #373717;
}
.separator {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    height: 3px;
    width: 95%;
    max-width: 1300px;
    margin-left: auto;
    margin-right:auto;
    background: url('../images/separator.png') center center no-repeat;
}
.center-block {
    display: table;
    width: 95%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.content-row {
    display:table-row;
    width: 100%;
}
.award-left {
    display:table-cell;
    text-align: right;
    vertical-align: middle;
}
.center-text {
    display:table-cell;
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: middle;
}
.left {
    text-align: left !important;
}
.award-right {
    display:table-cell;
    text-align: left;
    vertical-align: middle;
}
.news-left {
    display:inline-block;
    float:left;
    width:49.9%;
    overflow: hidden;
}
.news-right {
    display:inline-block;
    float:right;
    width:49.9%;
    overflow: hidden;
}
.news-left, .news-right {
    background-color: #7c1316;
    font-size: 15pt;
    color:#fff;
    height: 430px;
}

.news-left a, .news-right a {
    color: #fff;
}

.news-left h3, .news-right h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}

.news-left p, .news-right p {
    width: 60%;
    padding-top: 15px;
    margin-left: auto;
    margin-right:auto;
    text-align: left;
}

.news-left ul, .news-right ul {
    width: 60%;
    margin-left: auto;
    margin-right:auto;
    text-align: left;
}

.news-left li, .news-right li {
    list-style: disc;
    text-align: left;
    padding-top: 15px;
}

.btn-grow {
    background-color: #fff;
    margin-bottom: 30px;
}
a.btn-grow {
    color: #7c1316;
}
.footer {
    clear: both;
    min-height: 200px;
    font-size: 12pt;
    color: #fff;
    background-color:#343D98;
}

.footer a {
    color: #fff;
    text-transform: capitalize;
}

.footer > .menu {
    background-color:#868BC3;
    border-top:#343D98 2px solid;
    font-size: 9pt;
    color:#fff;
    width:100%;
    text-align: center;
    padding: 10px 0;
}
.footer > .menu ul {
    list-style: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.footer > .menu li {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px;
}
.footer > h3 {
    font-size: 30pt;
    font-weight: normal;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer > h3 > a {
    padding-right: 30px;
}

.copyright {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    font-size: 8pt;
    padding-top:40px;
    padding-bottom:40px;
    color:#fff;
    background-color:#343D98;
    border-top: 4px solid #868BC3;
}
.copyright a {
    color: #fff;
}
.footer > .identity {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer > .identity > .contact-info {
    display: inline-block;
    width:525px;
    text-align: right;
    color: #FFC600;
    font-size: 13pt;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    padding-top: 30px;
}
.footer > .identity > .contact-info h2 {
    color: #FFC600;
    font-size: 17pt;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-right:0px;
    margin-top:5px;
}
.footer > .identity > .social-icon {
    display: inline-block;
    width: 525px;
    padding-top:35px;
}
.footer .identity .social-icon li {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}
.footer > .identity > .innovative {
    display: inline-block;
    width:250px;
}
.footer > .identity > .innovative h2 {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.innovative-icon {
    display:none;
}
@media (max-width: 1200px) {
    .links ul {
        margin-left:-25px;
    }
    .footer > .menu {
        font-size: 7pt;
    }
    .footer > .menu li {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 20px;
    }
    .item_column {
        display: block;
        width: 35%;
        margin-right:auto;
        margin-left:auto;
    }
}
@media (max-width: 991px){
    .tablet_hide {
        display:none;
    }
    .phone_hide {
        display:revert;
    }
    .block {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .cart-mobile {
        display:inline-block;
        padding-left: 10px;
        padding-top: 35px;
    }
    .mobile, .mobile-inline {
        display: none !important;
    }
    .desktop, .desktop-inline {
        display: none !important;
    }
    .tablet, .desktop-tablet, .tablet-mobile {
        display: block !important;
    }
    .tablet-inline, .desktop-tablet-inline, .tablet-mobile-inline {
        display: inline-block !important;
    }
    #float-menu, #float-menu-inside, #float-menu-text, #float-menu-text-inside {
        width:50px;
    }
    #float-menu-text {
        right: 20px;
        left: auto;
    }
    .section {
        justify-content: space-between;
        padding-top: 30px;
    }
    .item_dark_title {
        font-size: 20pt;
    }
    .item_column {
        display: block;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
    .item_content {
        position:relative;
        font-family: 'Montserrat', sans-serif;
        font-size: 12pt;
        text-align: left;
        padding: 45px;
        vertical-align: middle;
        width:90%;
        margin-left:auto;
        margin-right:auto;
        order:2;
    }
    .item_image {
        position:relative;
        font-family: 'Montserrat', sans-serif;
        font-size: 12pt;
        text-align: left;
        padding: 45px;
        vertical-align: middle;
        width:90%;
        margin-left:auto;
        margin-right:auto;
        order:1;
    }
    #header-home {
        height: 515px;
    }
    #header-home h1 {
        padding-top: 20px;
        font-size: 60px;
    }
    #header-home h2 {
        font-size: 25px;
    }
    #header-logo {
        background: url(../images/pilates_instructor_academy.png) center 135px no-repeat;
        background-size: 200px 200px;
    }
    #header-logo h1 {
        padding-top: 400px;
        font-size: 30pt;
        font-weight: 500;
        text-align: center;
    }
    #h2-left {
        font-size: 30px;
    }
    .solid {
        background: none;
        max-height:300px;
    }
    .jumplink {
        width: auto;
        max-height:300px;
        border:none;
    }
    .jumplink-center {
        width:33%;
        border-left: 3px solid white;
        border-right: 3px solid white;
    }
    .stripe {
        font-size: 15px;
        margin-top: 75%;
    }
    .sub {
        min-height: 570px;
    }

    .section > h2, .center-text > h2 {
        font-size: 25px;
        font-weight: 900;
        width: 100%;
    }

    .sub > h2 {
        font-size: 25px;
        color: inherit;
        font-weight: 700;
    }
    .stack h2 {
        font-size: 25px;
        color: inherit;
        font-weight: 600;
        margin-left: 0;
        padding-left: 0;
    }
    .section > h4, .center-text > h4 {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 15px;
        font-weight: 500;
        width: 100%;
    }
    .center-text {
        display:table-cell;
        padding-left: 0px;
        padding-right: 0px;
        vertical-align: middle;
    }
    .best-ofs {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .best-ofs img {
        display: inline-block;
        width: 35%;
        max-width: 215px;
        height: auto;
        padding: 15px;
        margin: 0;
    }
    .news-left {
        display:block;
        float:none;
        width:100%;
        overflow: hidden;
        margin-bottom: 4px;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .news-right {
        display:block;
        float:none;
        width:100%;
        overflow: hidden;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .news-left p, .news-right p {
        width: 80%;
        padding-top: 15px;
        margin-left: auto;
        margin-right:auto;
        text-align: left;
    }

    .news-left ul, .news-right ul {
        width: 80%;
        margin-left: auto;
        margin-right:auto;
        text-align: left;
    }
    .preview {
        position: absolute;
        top: 30px;
        text-align: center;
        color: #fff !important;
        text-decoration: none;
        width: 80%;
        padding: 8px;
    }
    .preview-block {
        width:300px;
        padding:20px;
    }
    .preview-block h2 {
        font-size:14pt;
    }
    .footer {
        position: relative;
    }
    .footer > .menu {
        display:none;
    }
    .footer > .identity {
        display: contents;
        align-items: center;
        justify-content: center;
    }
    .footer > .identity > .contact-info {
        display: initial;
        position: absolute;
        top: 70px;
        right: 15px;
        width:350px;
        text-align: right;
        color: #FFC600;
        font-size: 13pt;
        font-weight: normal;
        font-family: 'Montserrat', sans-serif;
    }
    .footer > .identity > .contact-info h2 {
        color: #FFC600;
        font-size: 17pt;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        margin-right:0px;
        margin-top:5px;
    }
    .footer > .identity > .social-icon {
        display: initial;
        position: absolute;
        top: 70px;
        left: 15px;
        width: 350px;
    }
    .footer .identity .social-icon li {
        display: inline-block;
        list-style: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
    }
    .footer > .identity > .innovative {
        display: flex;
        position:absolute;
        top: 15px;
        width:100%;
        align-items: center;
        justify-content: center;
    }
    .footer > .identity > .innovative h2 {
        color: #fff;
        font-size: 20pt;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
    }
    .innovative-icon {
        display:inline-flex;
        align-items: center;
        justify-content: center;
        padding-left:20px;
        padding-right:20px;
    }
    .search-button {
        position: fixed;
        top: 33px;
        right: 170px;
        z-index: 1000;
    }
}
@media (max-width: 875px){
    .tablet-logo {
        margin-left: 0px;
    }
}
@media (max-width: 767px){
    #header-mask, #header-mask-inside {
        display:none;
    }
    #header-logo {
        background-image: none;
    }
    .tablet_hide {
        display:none;
    }
    .phone_hide {
        display:none;
    }
    .jumplink {
        padding: 24px 15px;
    }
    #header-logo-inside {
        background-image: none;
    }
    #header-inside {
        height: 250px;
        background-color: #858BC1 !important;
        background-image: none !important;
    }
    #header-inside h1 {
        padding-top: 55px;
        font-size: 30pt;
        text-align: center;
        width:400px;
        padding-left:0px;
        margin-left:auto;
        margin-right:auto;
    }
    #header-home {
        height: 250px;
        background-color: #858BC1 !important;
        background-image: none !important;
    }
    #header-home h1 {
        padding-top: 55px;
        font-size: 30pt;
        text-align: center;
    }
    .sub {
        height: auto;
        min-height: unset;
        width: 80%;
    }
    .bottom {
        position: relative;
        margin-left: auto;
        bottom: auto;
    }
    .item_light {
        padding: 35px 20px;
    }
    .stripe {
        font-size: 13px;
        margin-top: 75%;
    }
    .full {
        width: 85%;
        margin-left: auto;
    }
}

@media (max-width: 600px){
    .anchor {
        display: block;
        content: " ";
        margin-top: -55px;
        height: 55px;
        visibility: hidden;
        pointer-events: none;
    }
    .block {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .tablet, .tablet-inline {
        display: none !important;
    }
    .desktop, .desktop-inline, .desktop-tablet, .desktop-tablet-inline {
        display: none !important;
    }
    .mobile, .tablet-mobile {
        display: block !important;
    }
    .mobile-inline, .tablet-mobile-inline {
        display: inline-block !important;
    }
    .float-left {
        display:block;
        float:none;
        padding-right: initial;
        padding-bottom: 20px;
        margin-left:auto;
        margin-right:auto;
    }
    .float-right {
        display:block;
        float:none;
        padding-right: initial;
        padding-bottom: 20px;
        margin-left:auto;
        margin-right:auto;
    }
    #header-home, #header-inside {
        height: 250px;
        background-image: none;
        background-color: #858BC1 !important;
        background-image: none !important;
    }
    .section p {
        text-align: left;
    }
    .section > p {
        color: #200e47;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 13pt;
        font-weight: normal;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .stack-content {
        display:block;
        vertical-align: middle;
        text-align: center;
        width: 98%;
    }
    .stack-button {
        display: block;
        vertical-align: middle;
        width: 90%;
        text-align: center;
        margin-bottom: 50px;
    }
    .top-gradient {
        padding-top:30px;
    }
    .item_column {
        display: block;
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
    .item_dark {
        padding-right:0px;
        padding-left:0px;
    }
    .item_dark_title {
        padding: 10px 10px;
        width: 95%;
        font-size:16pt;
    }
    .jumplinks {
        height:auto;
    }
    .jumplink {
        display: block;
        width: 100%;
        max-width: none;
        background: none;
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #fff;
    }
    .jumplink img {
        display:none;
    }
    .jumplist ul {
        padding:0;
        margin:0;
        margin-left: 0px;
        padding-left: 0px;
    }
    .jumplist li {
        list-style: none;
        text-align: center;
        background: #200F46;
        color:#fff;
        width: 100%;
        border-bottom: 4px solid #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .jumplist li > a {
        background: #200F46;
        color:#fff;
        width: 100%;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 13pt;
        font-weight: 700;
        line-height: 140%;
        padding:0;
        margin:0;
    }
    .center-text {
        padding: 10px;
    }
    h2, .section > h2, .center-text > h2 {
        color: #343D98;
        font-family: 'Montserrat', sans-serif;
        font-size: 20pt;
        font-weight: bold;
        margin-left: 0px;
    }
    .award-left {
        padding:15px;
    }
    .award-right {
        padding: 15px;
    }
    .news-left, .news-right {
        height: 375px;
    }
    .news-left h3, .news-right h3 {
        font-family: Arial, Helvetica, Sans-Serif;
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
    }
    .testimony {
        margin: 20px;
    }
    .copyright {
        border:none;
    }
    .footer {
        min-height: 260px;
    }
    .footer > .identity > .social-icon {
        display: initial;
        position: absolute;
        top: 105px;
        margin-left: -180px;
        width: 350px;
        left: 50%;
    }
    .footer > .identity > .contact-info {
        top: 190px;
        right: 0;
        left: 0;
        width: 100%;
        text-align: right;
        color: #FFC600;
        font-size: 13pt;
        font-weight: normal;
        font-family: 'Montserrat', sans-serif;
    }
    .footer > .identity > .contact-info h2 {
        color: #FFC600;
        font-size: 26pt;
        text-align:center;
    }

    .search-button {
        position: fixed;
        top: 37px;
        left:50%;
        z-index: 1000;
    }
}

@media (max-width: 479px) {
    #header-home h1 {
        padding-top: 20px;
        font-size: 50px;
    }
    #header-home h2 {
        font-size: 30px;
    }
    #h2-left {
        font-size: 30px;
    }
}
