/*-- Bootstrap Grid --*/
.container {
    max-width:95%;
    width:100%;
    padding-right:20px;
    padding-left:20px;
    margin-right:auto;
    margin-left:auto;
}

.container-fluid {
    max-width:100%;
    width:100%;
    margin-right:auto;
    margin-left:auto;
}

.row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8, .col-85,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-85, .col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-85, .col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-85, .col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-85, .col-xl-9,.col-xl-auto {
    position:relative;
    width:100%;
    min-height:1px;
    padding-right:1.5rem;
    padding-left:1.5rem;
}

.col {-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.col-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}

.offset-1{margin-left:8.333333%}
.offset-2{margin-left:16.666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.333333%}
.offset-5{margin-left:41.666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.333333%}
.offset-8{margin-left:66.666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.333333%}
.offset-11{margin-left:91.666667%}

@media (min-width:300px){
    .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
    .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
    .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
    .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
    .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
    .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
    .col-sm-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
    .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
    .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
    .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
    .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

    .order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
    .order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
    .order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
    .order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
    .order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
    .order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
    .order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
    .order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
    .order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
    .order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
    .order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
    .order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
    .order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
    .order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
    .order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}

    .offset-sm-0{margin-left:0}
    .offset-sm-1{margin-left:8.333333%}
    .offset-sm-2{margin-left:16.666667%}
    .offset-sm-3{margin-left:25%}
    .offset-sm-4{margin-left:33.333333%}
    .offset-sm-5{margin-left:41.666667%}
    .offset-sm-6{margin-left:50%}
    .offset-sm-7{margin-left:58.333333%}
    .offset-sm-8{margin-left:66.666667%}
    .offset-sm-9{margin-left:75%}
    .offset-sm-10{margin-left:83.333333%}
    .offset-sm-11{margin-left:91.666667%}
}

@media (min-width:768px){
    .col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
    .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
    .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
    .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
    .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
    .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
    .col-md-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
    .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
    .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
    .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
    .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
    
    .order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
    .order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
    .order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
    .order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
    .order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
    .order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
    .order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
    .order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
    .order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
    .order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
    .order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
    .order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
    .order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
    .order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
    .order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}
    
    .offset-md-0{margin-left:0}
    .offset-md-1{margin-left:8.333333%}
    .offset-md-2{margin-left:16.666667%}
    .offset-md-3{margin-left:25%}
    .offset-md-4{margin-left:33.333333%}
    .offset-md-5{margin-left:41.666667%}
    .offset-md-6{margin-left:50%}
    .offset-md-7{margin-left:58.333333%}
    .offset-md-8{margin-left:66.666667%}
    .offset-md-9{margin-left:75%}
    .offset-md-10{margin-left:83.333333%}
    .offset-md-11{margin-left:91.666667%}
}

@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}

@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}

/*-- Bootstrap Grid --*/

/*--- Color & Font Variables ---*/
:root {
    --black: #181B23;
    --blue: #2E3557;
    --pale: #F5F5F5;
    --green: #427131;
    --red: #C81E3D;
    --white: #FFFFFF;
  }


@font-face {font-family: "Outfit Bold"; src: url("https://peakrehabfitperform.com/resources/fonts/outfit/Outfit-Bold.ttf");}
@font-face {font-family: "Outfit SemiBold"; src: url("https://peakrehabfitperform.com/resources/fonts/outfit/Outfit-SemiBold.ttf");}
@font-face {font-family: "Outfit Medium"; src: url("https://peakrehabfitperform.com/resources/fonts/outfit/Outfit-Medium.ttf");}
@font-face {font-family: "Outfit Regular"; src: url("https://peakrehabfitperform.com/resources/fonts/outfit/Outfit-Regular.ttf");}
/*--- Color & Font Variables ---*/


/*-- Buttons --*/
.btn:link,
.btn:visited {
    display:inline-block;
    font-family:'Outfit Bold', sans-serif;
    padding:2rem 2.5rem;
    margin-right:1rem;
    margin-bottom:1rem;
    text-decoration:none; 
    font-size:2.1rem; 
    width:100%;
    text-align:center;
    border-radius: 10rem;
}

@media (min-width: 768px) {.btn:link, .btn:visited {font-size:1.3rem; padding:.85rem 2.5rem; width:max-content;}}

    .btn:hover,
    .btn:active {transition:.2s;}

.btn-primary:link,
.btn-primary:visited {
    background-color:var(--green);
    color:var(--white);
}

    .btn-primary:hover,
    .btn-primary:active {color: var(--white) !important; background-color:#C81E3D;}

.btn-secondary:link,
.btn-secondary:visited {
    border:2px solid var(--green);
    background-color:#ba874800;
    color:var(--green);
}

    .btn-secondary:hover,
    .btn-secondary:active {color: var(--white) !important; background-color:var(--green);}

.big-btn {font-size:2rem !important;}
@media (min-width: 768px) {.big-btn {font-size:1.7rem !important;}}

.shadow {box-shadow: 0px 3.38624px 7.61905px rgba(0, 0, 0, 0.25);}
/*-- Buttons --*/

/*--Reusable Code--*/

*,
*::after,
*::before {
margin:0 0;
padding:0 0;
-webkit-box-sizing: inherit;
        box-sizing: inherit;
outline:none;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-size:2.3vw;
    overflow-x:hidden !important;
    scroll-behavior: smooth;
}


@media (min-width: 768px) {html {font-size:.75vw;}}

body {
    line-height: 1.5;
    color:var(--black);
    background-color:var(--white) !important;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    font-family: 'Outfit Regular', sans-serif;
    overflow:hidden;
}

sub {vertical-align: sub; font-size: 60%;}

.tc {text-align:center;}

.vc {display:flex; align-items:center;} /* Vertical Align*/

.d {display:none;}
    @media (min-width: 768px) {.d {display:inline-block;}}

.m {display:inline-block !important;}
    @media (min-width: 768px) {.m {display:none !important;}}

a {text-decoration:none; cursor:pointer;}

p {
    font-family:'Outfit Regular', sans-serif;
    font-size:1.78rem;
    margin-bottom:2rem;
}

ul, ol {margin:0 0 2rem 3rem;}

li {font-size:1.8rem; margin-bottom:1rem;}
@media (min-width: 768px) {li {font-size:1.5rem; margin-bottom:0rem;}}

@media (min-width: 768px) {p {font-size:1.6rem; margin-bottom:1.5rem;}}

/*-- Headers --*/

h1, h2, h3, h4, h5 {line-height:1.2; color:var(--blue);}

h1 span, h2 span, h3 span, h4 span, h5 span {font-family:'Outfit Bold', sans-serif;}

h1 {font-size:4.5rem; font-family:'Outfit Bold', sans-serif;}
@media (min-width: 768px) {h1 {font-size:6.5rem;}}

h2 {font-size:3.5rem; font-family:'Outfit Regular', sans-serif; font-weight:500;}
@media (min-width: 768px) {h2 {font-size:3.5rem;}}

h3 {font-size:3rem; font-family:'Outfit Regular', sans-serif; font-weight:500;}
@media (min-width: 768px) {h3 {font-size:2.2rem;}}

h4 {font-size:2.3rem; font-family:'Outfit Medium', sans-serif; font-weight:500;}
@media (min-width: 768px) {h4 {font-size:1.8rem;}}

h5 {font-size:1.8rem; font-family:'Outfit Medium', sans-serif; font-weight:500;}
@media (min-width: 768px) {h5 {font-size:1.4rem;}}


/*-- Snippets --*/

.bkgd-top-left {
    position:absolute;
    top:0;
    left:-3.3rem;
    width:85%;
    height:auto;
}

@media (min-width: 768px) {.bkgd-top-left {width:50%;}}

.bkgd-top-right {
    position:absolute;
    top:0;
    right:-3.3rem;
    width:85%;
    height:auto;
}

@media (min-width: 768px) {.bkgd-top-right {width:50%;}}

.bkgd-bottom-right {
    position:absolute;
    bottom:0;
    right:-3.3rem;
    width:70%;
    height:auto;
}

@media (min-width: 768px) {.bkgd-bottom-right {width:30%;}}


/*-- Component: Right Image --*/

.left-img {position:relative;}

    @media (min-width: 768px) {.left-img .bkgd-bottom-right {width:30%;}}

    .left-img .row {padding:10rem 0;}

    .left-img .imgbox img {width:100%;height:auto; margin-bottom:5rem;}
    @media (min-width: 768px) {.left-img .imgbox img {width:auto;height:40rem; margin-bottom:0;}}

    .left-img .textbox h2 {margin-bottom:1.5rem;}

    .left-img .textbox p {width:100%;}
    @media (min-width: 768px) {.left-img .textbox p {width:85%;}}


/*-- Component: Left Image --*/

.right-img {position:relative; padding:0;}
@media (min-width: 768px) {.right-img {padding:0 5rem;}}

    .right-img .row {padding:10rem 0;}

    .right-img .imgbox img {width:100%; height:auto; margin-bottom:5rem;}
    @media (min-width: 768px) {.right-img .imgbox img {width:auto;height:40rem; margin-bottom:0;}}

    .right-img .textbox h2 {margin-bottom:1.5rem;}

    .right-img .textbox p {width:100%;}
    @media (min-width: 768px) {.right-img .textbox p {width:95%;}}


/*-- Componenet: Our Programs --*/

.programs {
    position:relative;
    background-color:var(--blue);
    border-bottom:solid 5px var(--red);
}

    .programs img {
        position:absolute;
        bottom:0;
        right:0;
        width:95%;
        height:auto;
    }

    @media (min-width: 768px) { .programs img {width:65%;}}

    .programs .container {padding:8rem 0rem;}
    @media (min-width: 768px) {.programs .container {padding:8rem 5rem;}}

    .programs .title h2 {color:var(--white); width:90%; margin:0 0 2rem 3rem;}
    @media (min-width: 768px) {.programs .title h2 {width:40%;}}

    .programs .thumbnail {margin:3rem;}

    .programs .thumbnail h3 {color:var(--white); margin-bottom:1rem;}

    .programs .thumbnail p {color:var(--white); font-size:2.1rem;}
    @media (min-width: 768px) {.programs .thumbnail p {font-size:1.6rem;}}

    .programs .thumbnail .btn {border-color:var(--white); color:var(--white)}


/*-- Component: Benefits --*/

.benefits {background-color:var(--pale); padding:10rem 0 8rem 0;}

    .benefits .title {margin-bottom:1rem;}

        .benefits .title h2 {font-weight:700; margin-bottom:1rem; font-size:4rem !important;}

        .benefits .title p {width:100%; margin:0 auto 3rem auto;}
        @media (min-width: 768px) {.benefits .title p {width:60%; margin:0 auto 3rem auto;}}

    .benefits .thumbnail {margin:2rem;}
    @media (min-width: 768px) {.benefits .thumbnail {margin:2rem .5rem;}}

        .benefits .thumbnail img {height:4.8rem; margin-bottom:.75rem;}
        @media (min-width: 768px) {.benefits .thumbnail img {height:4rem;}}

        .benefits .thumbnail h4 {margin-bottom:.75rem;}

        .benefits .thumbnail p {font-size:1.8rem;}
        @media (min-width: 768px) {.benefits .thumbnail p {font-size:1.5rem;}}


/*-- Component: Insurance --*/

.insurance {position:relative; padding:2rem 3rem 0rem 3rem;}

    .insurance .title {margin-bottom:3rem;}

        .insurance .title h2 {font-weight:bold; margin-bottom:1rem;}

    .insurance .logo img {height:7rem;margin-bottom:2rem;}
    @media (min-width: 768px) {.insurance .logo img {height:8.5rem;margin-bottom:2rem;}}


/*-- Component: Process --*/

.process {
    position:relative;
    background-color:var(--green); 
    padding:8rem 1rem;
}

@media (min-width: 768px) {.process {padding:8rem 3rem;}}

    .process img {
        position:absolute;
        bottom:0;
        left:0;
        width:95%;
        height:auto;
    }
    
    @media (min-width: 768px) {.process img {width:55%;}}

    .process .title {margin-bottom:4rem;}

        .process h2,
        .process h5,
        .process h3,
        .process p {color:var(--white) !important;}

        .process .btn-secondary {border-color:var(--white) !important; color:var(--white)}
        .process .btn-secondary:hover {background-color:var(--red) !important;}

        .process .btn-primary {border-color:var(--white) !important; background-color:var(--white) !important; color:var(--green)}
        .process .btn-primary:hover {background-color:var(--red) !important; color:var(--white)}

        .process .title h2 {
            color:var(--white);
            width:100%;
            margin:auto;
            font-size:4rem !important;
        }

        @media (min-width: 768px) {.process .title h2 { width:45%;}}

        .process .thumbnail {margin:2rem;}

        .process .thumbnail h5 {margin-bottom:1.5rem;}

        .process .thumbnail h3 {margin-bottom:1.5rem;}

        .process .thumbnail p {width:100%;}
        @media (min-width: 768px) {.process .thumbnail p {width:90%;}}


/*-- Component: Testimonials --*/

.testimonials {padding:1rem;}
@media (min-width: 768px) {.testimonials {padding:0 5rem;}}

.testimonials .title {margin:0rem 0 3rem 0;}

        .testimonials .title h2 {font-weight:700; margin-bottom:1rem; font-size:4rem;}

.testimonials .thumbnail {
    background-color:var(--pale);
    border-radius:15px;
    margin:1rem;
    padding:4rem;
}

    .testimonials .thumbnail img {height:1.8rem; margin-bottom:1rem}

    .testimonials .thumbnail p {margin-bottom:0;}

/*-- Component: CTA --*/

.cta {
    background:url("https://peakrehabfitperform.com/resources/img/reusable/cta.webp");
    background-size:cover;
    margin:10rem auto 0 auto;
    border-radius:19px;
}

    .cta .textbox {padding:7rem 1rem;}
    @media (min-width: 768px) {.cta .textbox {padding:10rem;}}

    .cta .textbox h2 {
        color:var(--white);
        font-weight:700;
        font-size:3.8rem;
        width:100%; 
        margin:0 auto 1.5rem auto;
    }

    @media (min-width: 768px) {.cta .textbox h2 {width:55%; font-size:4.5rem;}}

    .cta .textbox p {
        color:var(--white);
        width:90%;
        margin:0 auto 2rem auto;
        font-size:1.9rem;
    }

    @media (min-width: 768px) {.cta .textbox p {width:60%;}}


/*--- Component: Pale Block ---*/

.pale-block {
    background-color:var(--pale);
    border-radius:15px;
    padding:7rem 3rem;
}

@media (min-width: 768px) {.pale-block {padding:7rem;}}

    .pale-block .title {max-width:100%; margin:0 auto;}
    @media (min-width: 768px) {.pale-block .title {max-width:70%;}}

        .pale-block .title h2 {margin-bottom:2rem;}

    .pale-block .thumbnail {padding:2rem;}
    @media (min-width: 768px) {.pale-block .thumbnail {padding:4rem;}}

        .pale-block .thumbnail h4 {margin-bottom:1.5rem; font-size:2.1rem;}


/*-- Component: Pale Header --*/

.pale-header {background-color:var(--pale); padding:5rem 0 8rem 0; margin-top:9rem;}
@media (min-width: 768px) {.pale-header {margin-top:0rem;}}

    .pale-header p {width:100%; margin:2rem auto;}
    @media (min-width: 768px) {.pale-header p {width:47%; margin:1.5rem auto;}}

    .pale-header a {
        font-family:'Outfit Regular', sans-serif;
        font-size:1.8rem;
        margin:1.5rem;
        text-decoration:underline;
        color:var(--blue);
        display:block;
    }

    @media (min-width: 768px) {.pale-header a {font-size:1.6rem; display:inline-block;}}

    .pale-header a:hover {color:var(--red); transition:.4s;}


/*-- Component: Horizontal Banner --*/

.h-banner {margin:0!important; padding:0!important;}
.h-banner img {width:100%; height:auto;}

/*-- Componenet: Location Information --*/

.loc-info {
    background:none;
    border-radius:15px;
    margin:5rem auto;
    border:none;
    padding:0rem 2rem;
}

@media (min-width: 768px) {.loc-info {padding:10rem; margin:10rem auto;  border:var(--green) 2px solid; background:var(--pale);}}

    .loc-info .textbox {padding-right:0rem; margin-bottom:7rem;}
    @media (min-width: 768px) {.loc-info .textbox {padding-right:9rem; margin-bottom:0rem;}}

        .loc-info .textbox h2 {margin-bottom:2rem;}

        .loc-info .textbox p {margin-bottom:3rem;}
        @media (min-width: 768px) {.loc-info .textbox p {margin-bottom:2rem;}}

    .loc-info .infobox {padding-left:2rem; border:none;;}
    @media (min-width: 768px) {.loc-info .infobox {padding-left:5rem; border-left:#C4C4C4 solid 1px;}}

        .loc-info .infobox h3, .loc-info .infobox h4 {margin-bottom:1rem;}

        .loc-info .infobox .phone, .loc-info .infobox .address {color:var(--black); font-size:2rem;}
        @media (min-width: 768px) {.loc-info .infobox .phone, .loc-info .infobox .address {font-size:1.6rem;}}

        .loc-info .infobox p {font-size:2rem;}
        @media (min-width: 768px) {.loc-info .infobox p {font-size:1.6rem;}}

        .loc-info .infobox .phone:hover,
        .loc-info .infobox .address:hover {color:var(--red); transition:.2s;}


/*-- Component: Service Header --*/

.service-header {position: relative;}

    .service-header img {
        position:static;
        width:100%;
        height:auto;
        margin-top:9rem;
    }

    @media (min-width: 768px) {.service-header img {position:absolute; top:0; left:0; margin-top:0rem;}}

    .service-header .textbox {max-width:100%;margin:5rem auto 6rem auto;}
    @media (min-width: 768px) {.service-header .textbox {max-width:80%; margin:8rem auto 9rem auto;}}

        .service-header .textbox h1 {color:var(--black); margin-bottom:1.5rem;}
        @media (min-width: 768px) {.service-header .textbox h1 {color:var(--white); margin-bottom:0rem;}}

        .service-header .textbox h3 {color:var(--black); font-weight:700; font-size:2rem; margin-bottom:1rem;}
        @media (min-width: 768px) {.service-header .textbox h3 {color:var(--white); font-weight:700; font-size:2.2rem; margin-bottom:0;}}

        .service-header .textbox p {
            color:var(--black);
            font-size:2rem;
            margin-bottom:2.5rem;
            width:100%;
        }
        @media (min-width: 768px) {.service-header .textbox p {color:var(--white); font-size:1.8rem; margin-bottom:2rem; width:50%;}}


/*-- Component: Service Intro --*/

.service-intro {background-color:var(--blue); position:relative; margin-bottom:10rem;}

.service-intro .service-img {width:100%; height:auto;}

.service-intro .pro-service-img {width:50%; height:auto; margin:-5rem auto 0 auto;}

.service-intro .bkgd-bottom-right {width:55%;}

.service-intro .textbox {margin:7rem auto 9rem auto;}

        .service-intro h2 {color:var(--white); font-weight:700; font-size:3.7rem; margin-bottom:2rem;}
        @media (min-width: 768px) {.service-intro h2 {font-size:4rem;}}

        .service-intro p {color:var(--white); width:100%; margin:0 auto 3rem auto; font-size:1.9rem;}
        @media (min-width: 768px) {.service-intro p {width:58%;}}

