body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

footer {
	margin-top: auto;
}

a {
  text-decoration: none; }
  a.primary {
    color: #3d5aaa; }
    a.primary:hover {
      color: #d42b3f;
      text-decoration: underline; }
  a.secondary {
    color: #d42b3f; }
    a.secondary:hover {
      color: #3d5aaa;
      text-decoration: underline; }

.internal-link {
  cursor: pointer; }

.bg-primary {
  background-color: #3d5aaa !important;
  color: #ffffff !important; }

.bg-secondary {
  background-color: #d42b3f !important;
  color: #ffffff !important; }

.bg-gray {
  background-color: #adaaaa;
  color: #ffffff; }

.bg-danger {
  background-color: #d42b3f;
  color: #ffffff; }

.bg-red {
  background-color: #d42b3f;
  color: #ffffff; }

.bg-green {
  background-color: #d42b3f;
  color: #ffffff; }

.bg-icon-red {
  color: #d42b3f;
  padding-top: 3px; }

.bg-icon-green {
  color: #d42b3f;
  padding-top: 3px; }

.category-banner {
  background-image: url("/images/category-banner.png"); }

.rounded-1 {
  border-radius: 1rem !important; }

.border-primary {
  border-color: #3d5aaa !important; }

.border-secondary {
  border-color: #d42b3f !important; }

.btn-div {
  padding-top: 2%; }

.btn-primary {
  background-color: #3d5aaa;
  color: #ffffff; }
  .btn-primary:hover {
    background-color: #d42b3f;
    color: #ffffff; }

.btn-secondary {
  background-color: #d42b3f;
  color: #ffffff; }
  .btn-secondary:hover {
    background-color: #3d5aaa;
    color: #ffffff; }

.bg-overlay .button a {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 50px;
  padding-right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.bg-overlay .button .custom-btn {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-group-sm > .btn, .btn-sm {
  padding: .2rem .3rem;
  font-size: .75rem;
  border-radius: .2rem; }

/**
.card {
	margin-bottom: 15px;
}

.card-footer {
	padding: 0px;
}
**/
.card-3 {
  max-width: 22%; }

#common-ltlfamily p {
  height: 48px; }

div {
  font-family: Arial, Helvetica, sans-serif;
  color: #2e2e2e; }

a {
  color: #3d5aaa; }

a:hover {
  text-decoration: none;
  color: #d42b3f; }

label {
  padding-top: 10px; }

footer {
  border-top: 1px solid #3d5aaa;
  /**	margin-top: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;**/ }

.list-group-item.active {
  background-color: #d42b3f;
  border-color: #d42b3f; }

button {
  border: none; }

main {
  /**
	background: $primary-color;
	background: radial-gradient(circle, $primary-color 50%, $color-white 110%);
	
background: -webkit-linear-gradient($color-white, $primary-color);
background: -o-linear-gradient($color-white, $primary-color);
background: linear-gradient($color-white, $primary-color);
**/ }
  main section.container {
    height: 100%; }

.form-group {
  margin-bottom: 10px; }

#free-landing header {
  background: url(/images/landing-page/landing-header.jpg) 50% 0 no-repeat fixed;
  background-size: cover; }
  #free-landing header .jumbotron {
    background: rgba(0, 0, 0, 0.45);
    height: 675px;
    color: #ffffff;
    margin-bottom: 0px; }
    #free-landing header .jumbotron .content h1 {
      font-size: 60px;
      font-family: "Times New Roman", Times, serif;
      margin-bottom: 30px;
      font-weight: 100;
      color: #ffffff;
      text-align: center; }
    #free-landing header .jumbotron .content h2 {
      text-align: center;
      color: #ffffff; }
    #free-landing header .jumbotron .content .button a {
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 50px;
      padding-right: 20px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    #free-landing header .jumbotron .content .button .custom-btn {
      background-color: transparent;
      color: #fff;
      border-radius: 0;
      border: 2px solid #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  #free-landing header p {
    margin-bottom: 30px; }

#free-landing .letter-circle {
  width: 50px;
  height: 50px;
  padding: 10px 18px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 25px;
  background-color: #3d5aaa;
  color: #ffffff; }

#free-landing .underline {
  position: relative;
  font-size: 20px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #d42b3f; }
  #free-landing .underline:before {
    position: absolute;
    content: "";
    width: 43%;
    height: 1px;
    background-color: #777;
    top: 50%;
    left: 5%; }
  #free-landing .underline:after {
    position: absolute;
    content: "";
    width: 43%;
    height: 1px;
    background-color: #777;
    top: 50%;
    right: 5%; }

#free-landing main {
  padding-top: 20px; }

#free-landing header.egg-recipe {
  background: url(/images/free-landing/egg-recipes.jpg) 50% 0 no-repeat fixed;
  background-size: cover; }

.twitter-typeahead {
  width: 100%; }

.row {
  --bs-gutter-x: 0; }

.row-nomargin {
  margin-left: 0px;
  margin-right: 0px; }

.row-gutter-x {
  --bs-gutter-x: 1.5rem; }

.mb-grid-gutter {
  margin-bottom: 1.875rem; }

.grid-divider {
  position: relative;
  padding: 0; }
  .grid-divider > [class*='col'] {
    position: static; }
  .grid-divider > [class*='col']:nth-child(n+2):before {
    content: "";
    border-left: 1px solid #3d5aaa;
    position: absolute;
    top: 0;
    bottom: 0; }

.container {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px; }

.sub-header {
  font-family: Cambria, Georgia, serif;
  text-shadow: 0 0 1px #d42b3f, 0 0 1px #d42b3f, 0 0 1px #d42b3f, 0 0 1px #d42b3f;
  color: #f7b94d;
  font-size: 30px;
  font-style: italic; }

.header-bkgd {
  background-image: url("/images/homepage/header-bkgd.jpg"); }

h1 {
  margin-top: 0px;
  margin-bottom: 0px; }

.h1-primary {
  color: #3d5aaa;
  font-family: 'Arvo', serif;
  font-size: 2.5em;
  font-weight: 800; }

.h1-white {
  color: #ffffff;
  font-family: 'Arvo', serif;
  font-size: 2.5em;
  font-weight: 800; }

.h2-primary {
  color: #3d5aaa;
  font-family: 'Arvo', serif;
  font-size: 1.6em;
  font-weight: 800; }

.h2-white {
  color: #ffffff;
  font-family: 'Arvo', serif;
  font-size: 1.6em;
  font-weight: 800; }

.h3-white {
  font-family: 'Arvo', serif;
  color: #ffffff;
  font-size: 1.35em; }

.h1-secondary {
  color: #d42b3f;
  font-family: 'Arvo', serif;
  font-size: 2.5em;
  font-weight: 800; }

.h2-secondary {
  color: #d42b3f;
  font-family: 'Arvo', serif;
  font-size: 1.6em;
  font-weight: 800; }

.h3-primary {
  color: #3d5aaa;
  font-family: 'Arvo', serif;
  font-size: 1.3em; }

.h3-secondary {
  color: #d42b3f;
  font-family: 'Arvo', serif;
  font-size: 1.3em; }

.h4 {
  font-family: 'Arvo', serif;
  margin-top: 0px;
  margin-bottom: 0px; }

.h4-secondary {
  color: #d42b3f;
  font-family: 'Arvo', serif;
  font-size: 1.2em;
  font-weight: bold; }

.h5-primary {
  color: #3d5aaa;
  font-family: 'Arvo', serif;
  font-weight: bold; }

.h5-secondary {
  color: #d42b3f;
  font-family: 'Arvo', serif;
  font-weight: bold; }

.oi-x {
  color: #d42b3f; }

.oi-pencil {
  color: #ea6422; }

.thumbs-up-count {
  margin-left: 10px; }

.thumbs-down-count {
  margin-left: 10px; }

.icon {
  width: 18px;
  height: 18px;
  margin-bottom: 3px; }

.icon-vault {
  background-image: url("https://s3.amazonaws.com/com.ltlfitness/images/icon-vault.png");
  width: 16px;
  height: 16px; }

section#main-site, section#landing-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1; }

/**
url(https://s3.amazonaws.com/images.ltlfitness.com/www-ltlfitness-com/landing-page/landing-header.jpg)
**/
#landing-page {
  /**	
	main {
		padding-top: 20px;
	}
**/ }
  #landing-page header {
    background: url(https://images.losetheledge.com/landing-pages/www-ltlfitness-com/landing-header.jpg) 50% 0 no-repeat fixed;
    background-size: cover; }
    #landing-page header .jumbotron {
      background: rgba(0, 0, 0, 0.75);
      height: 550px;
      color: #ffffff;
      margin-bottom: 0px; }
      #landing-page header .jumbotron .container {
        background-color: unset;
        min-height: unset;
        padding-top: 0px;
        padding-bottom: 0px; }
      #landing-page header .jumbotron .content h1 {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        margin-bottom: 30px;
        font-weight: 100;
        color: #ffffff;
        text-align: center; }
      #landing-page header .jumbotron .content h2 {
        text-align: center;
        color: #ffffff; }
      #landing-page header .jumbotron .content p {
        font-size: 18px;
        color: #ffffff; }
      #landing-page header .jumbotron .content .button a {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 50px;
        padding-right: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      #landing-page header .jumbotron .content .button .custom-btn {
        background-color: transparent;
        color: #fff;
        border-radius: 0;
        border: 2px solid #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    #landing-page header p {
      margin-bottom: 30px; }
  #landing-page .letter-circle {
    width: 50px;
    height: 50px;
    padding: 10px 18px;
    font-size: 30px;
    line-height: 1.33;
    border-radius: 25px;
    background-color: #3d5aaa;
    color: #ffffff; }
  #landing-page .underline {
    position: relative;
    font-size: 20px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #d42b3f; }
    #landing-page .underline:before {
      position: absolute;
      content: "";
      width: 43%;
      height: 1px;
      background-color: #777;
      top: 50%;
      left: 5%; }
    #landing-page .underline:after {
      position: absolute;
      content: "";
      width: 43%;
      height: 1px;
      background-color: #777;
      top: 50%;
      right: 5%; }
  #landing-page .bg-overlay {
    background-color: #d42b3f;
    color: #ffffff;
    /**
		background: -moz-linear-gradient(top, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, $secondary-color), color-stop(31%, #fcbcb0), color-stop(50%, #ffffff), color-stop(66%, #f7bfba), color-stop(100%, $secondary-color));
		background: -webkit-linear-gradient(top, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		background: -o-linear-gradient(top, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		background: -ms-linear-gradient(top, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		background: linear-gradient(to bottom, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary-color', endColorstr='$secondary-color', GradientType=0 );
		
		
		
		background: $secondary-color;
		background: -moz-linear-gradient(top, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, $secondary-color), color-stop(50%, $primary-color), color-stop(100%, $secondary-color));
		background: -webkit-linear-gradient(top, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		background: -o-linear-gradient(top, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		background: -ms-linear-gradient(top, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		background: linear-gradient(to bottom, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
		
		
		background: linear-gradient(to top, $primary-color 0%, $secondary-color 100%);
		#727fa5
		background-color: $secondary-color;**/ }
    #landing-page .bg-overlay h1 {
      color: #ffffff; }
    #landing-page .bg-overlay div {
      color: #ffffff; }
    #landing-page .bg-overlay .container {
      background-color: #d42b3f; }
  #landing-page .line-thick-long {
    height: 4px;
    background-color: #3d5aaa;
    width: 25%; }
  #landing-page .buy-box .btn {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 50px;
    padding-right: 20px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

#main-menu {
  height: 30px;
  background-color: #3d5aaa;
  /**	margin-bottom: 15px;
	margin-top: 10px;**/
  margin-right: 0px;
  margin-left: 0px; }
  #main-menu a {
    color: #ffffff;
    font-weight: 900; }
  #main-menu .navbar {
    margin-top: -5px;
    padding: 0px; }
  #main-menu .dropdown-menu {
    background-color: #3d5aaa; }
  #main-menu .dropdown-item {
    background-color: #3d5aaa; }

.leftside-menu {
  width: 260px;
  background: rgba(61, 90, 170, 0.2);
  bottom: 0;
  position: fixed;
  top: 0;
  padding-top: 20px; }

.content-page {
  margin-left: 260px;
  overflow: hidden;
  min-height: 100vh; }

.side-nav-link {
  color: #3d5aaa;
  text-decoration: none; }

.side-nav-link:hover {
  color: #d42b3f; }

#sidebarAccordion .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important; }

.leftside-menu li.side-nav-item {
  list-style-type: none; }

video {
  width: 100%;
  height: 400px; }

#video-text-chat .form-inline {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-left: -15px; }

#video-text-chat .form-group {
  width: 100%; }

#video-text-chat #chat-message {
  width: 100%; }

#video-text-chat .messages-col {
  border: 1px #000000 solid; }

.table-primary {
  background-color: #3d5aaa;
  color: #ffffff; }
  .table-primary th {
    background-color: #3d5aaa;
    color: #ffffff; }

.table-secondary {
  background-color: #d42b3f;
  color: #ffffff; }
  .table-secondary th {
    background-color: #d42b3f;
    color: #ffffff; }

tbody td.subhead, tbody td.subhead:hover {
  background-color: #d42b3f !important;
  color: #ffffff;
  padding: 0.5em;
  font-size: 1.1em; }

#todayIShallCalendar.fc .fc-bg-event {
  opacity: 0.8; }
  #todayIShallCalendar.fc .fc-bg-event .fc-event-title {
    margin: 0.5em;
    font-size: 1.1em;
    color: #ffffff;
    padding: 1em; }

#todayIShallCalendar .fc-button-primary {
  background-color: #d42b3f;
  color: #ffffff;
  border: none; }

#todayIShallCalendar .fc-toolbar-title {
  color: #d42b3f;
  font-family: 'Arvo', serif;
  font-size: 2.5em;
  font-weight: 800; }

@media print {
  header {
    display: none; }
  footer {
    display: none; }
  .leftside-menu {
    display: none; }
  .content-page {
    margin-left: 0px; } }

.badge {
  font-size: 1.25em; }

/**

@import "_campltl.scss";


@import "_footer.scss";

@import "_header.scss";

@import "_login.scss";
@import "_main.scss";

**/
