@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
.text-body {
    color:#8C8C8C;
}

body {
  font-family: "Cormorant Garamond", serif;
  font-size:120%;
}

.text-white {
    color:#FFF;
}

.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}
.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}
.cormorant-garamond-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}
.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}
.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}
.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}
.cormorant-garamond-medium-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}
.cormorant-garamond-semibold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}
.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}




/* theme colors */
.text-green {
    color:#374939;
}
.text-green-light {
    color:#475749;;
}
.text-gold {
    color:#B5915F;
}
.text-grey {
    color:#999;
}
.text-brown {
   color:#B5915F;
}

.smaller {
    font-size: .75em;
}
.larger {
    font-size: 2.75em;
    line-height:1em;
}

a {
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}


div.greenbox {
    background-color: #374939;
    border: 1px solid #FFF;
    color: #fff;
    padding:1.5rem;
    margin-bottom:1.75rem !important;
}
div.greenbox *:last-child {
    margin-bottom:0 !important;
}

/* buttons */
.btn {
    text-transform:uppercase;
}
.btn-primary {
    color:#FFF !important;
}
.btn-primary,
.bg-primary {
    background-color:#B5915F;
}
.btn-primary,
.border-primary {
    border-color:#B5915F;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
    background-color:#c49c64 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
    border-color:#c49c64 !important;
}

.btn-secondary {
    color:#FFF;
    border:1px solid #FFF;
    background-color:rgba(0,0,0,0.05);
    text-transform: uppercase;
    position:relative;
    letter-spacing: 0.2em;
    text-decoration: none !important;
    border-radius:0;
    padding:.55rem 1.25rem;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:visited {
    background-color:rgba(0,0,0,0.1);
    border:1px solid #FFF !important;
}
.btn-secondary:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #FFF;
    border-left: 20px solid transparent;
    position:absolute;
    right:0;
    bottom:0;
    z-index: 1;
}

.btn-tertiary {
    color:#000;
    border:1px solid #111;
    background-color:rgba(0,0,0,0.05);
    text-transform: uppercase;
    position:relative;
    letter-spacing: 0.2em;
    text-decoration: none !important;
    border-radius:0;
    padding:.55rem 1.25rem;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:visited {
    background-color:rgba(0,0,0,0.1) !important;
    border:1px solid #111 !important;
}
.btn-tertiary:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #111;
    border-left: 20px solid transparent;
    position:absolute;
    right:0;
    bottom:0;
    z-index: 1;
}


table.styled-table,
table.styled-table tr,
table.styled-table tr th,
table.styled-table tr td {
    border:1px solid #666;
    text-align:center;
    line-height:1.2em;
    user-select: none;
}
table.styled-table {
    border-collapse: collapse;
}
table.styled-table tr th {
    background:#111;
    color:#FFF;
    padding:1.25rem .5rem .5rem;
    text-transform: uppercase;
    font-weight:normal;
    font-size:0.95rem;
}
table.styled-table.left-first tr th:first-child,
table.styled-table.left-first tr td:first-child {
    text-align:left;
}
table.styled-table.nowrap tr th,
table.styled-table.nowrap tr td {
    white-space: nowrap;
}
table.styled-table.left-last tr th:last-child,
table.styled-table.left-last tr td:last-child {
    text-align:left;
}
table.styled-table tr td {
    padding:.75rem .25rem;
    background-color:rgba(255,255,255,0.35);
}
table.styled-table tr.bg-yellow td,
table.styled-table tr.bg-yellow th {
    background-color:#FBBC05;
    min-width:30px;
}
table.styled-table tr.bg-purple td,
table.styled-table tr.bg-purple th {
    background-color:#A391B1;
}
table.styled-table tr.bg-red td,
table.styled-table tr.bg-red th {
    background-color:#B81530;
}
table.styled-table tr.bg-grey td,
table.styled-table tr.bg-grey th {
    background-color:#B9B9B9;
}
/* alternate design for exercise classes */
table.styled-table.exercise-classes {
    
}
table.styled-table.exercise-classes tr td,
table.styled-table.exercise-classes tr th {
    text-align:center !important;
    width:calc(100%/7);
    padding:.75rem;
}
table.styled-table.exercise-classes tr td:nth-child(odd) {
    background:#D8D8D8;
}
table.styled-table.exercise-classes tr td:nth-child(even) {
    background:#BEBEBE;
}
table.styled-table tr td.bg-white,
table.styled-table tr th.bg-white {
    background-color:#FFF !important;
}

ul.gold-bullets,
ul.gold-bullets li,
.gold-bullets ul,
.gold-bullets ul li {
    padding:0;
    margin:0;
    list-style:none;
}
ul.gold-bullets,
.gold-bullets ul {
    margin-bottom:1.25rem;
}
ul.gold-bullets li,
.gold-bullets ul li {
    margin-left:24px;
}
ul.gold-bullets li:before,
.gold-bullets ul li:before {
    content:'';
    position:absolute;
    border-radius:100%;
    width:10px;
    height:10px;
    background-color:#B5915F;
    margin:9px 0 0 -20px;
}