@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Sanchez');

html {
	margin: 0;
	padding: 0;
}
body {
	/* background-color: #f2f0e3; */
	background-color: #ededed;
	color: #000000;
	/* font-family: 'Rubik', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

a {
	/* color: #000; */
}
a:hover,
a:focus {
	color: rgba(0,0,0,0.7);
	text-decoration: none;
}

h1 {
	font-family: 'Sanchez', serif;
}

p {
	font-weight: 300;
}

.logo { max-height: 48px; }

.navbar-light .navbar-nav .nav-link {
	color: #706554;
	font-weight: 300;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,0.9);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0.65rem;
	padding-right: 0.65rem;
}

header {
	background-color: #fff;
	/* border-bottom: 2px solid #d2c7af; */
	/* FB Blue border-bottom: 2px solid #064161; */
	border-bottom: 2px solid #bdbdbd;
	padding: .5rem 1rem;
}

#containerNavbar {
	flex-grow: unset;
	margin-left: auto;
}
#containerNavbar > ul { width: 100%; }

.site-main {
	/* background-color: #f2f0e3; */
	background-color: #ededed;
	min-height: 82vh;
	padding: 15px 0;
}

.card {
	margin-bottom: 30px;
}

.card a img {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
	.card a img:hover,
	.card a img:focus {
		opacity: 0.8;
	}

.card-block {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	min-height:105px;
}

.card-title {
	margin-bottom: 0.25rem;
	font-size:23px;
}
	.card-title a {
		color: #000;
	}
	.card-title a:hover,
	.card-title a:focus {
		color: rgba(0,0,0,0.7);
		text-decoration: none;
	}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text {
	font-size: 0.75rem;
}
	.timeframe {
		/* color: #988972; */
		color:#7e7e7e;
		margin-left: 2px;
	}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #f7f7f9;
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #f7f7f9;
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}


/* Single Post */
.single-module {
  background-color: #fff;
  clear: both;
  padding: 15px 15px 30px;
}

.download-pdf/*,
.download-pdf a */ {
  color: #444847;
  font-size: 1rem;
  font-weight: 400;
}

.download-pdf a {color: #00729d;}

  .download-pdf .fa {
    color: rgba(68, 72, 71, 0.9);
    display: block;
    font-size: 3.3rem;
    margin-right: 9px;
    position: relative;
    -webkit-text-stroke: 1px white;
  }
  .download-pdf span {
    display: block;
  }
    .download-pdf span.download-pdf-url {
      text-transform: uppercase;
    }

  .download-pdf::after {
    clear: both;
    content: "";
    display: table;
  }

.next-lesson-link {
  display: inline-block;
}

.previous-lesson {
  float: left;
  text-align: left !important;
}

.next-lesson {
  float: right;
  text-align: right !important;
}

.next-lesson-link-top {
  bottom: 0;
  color: #00729d;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 20px;
  margin-top: 5px;
  right: 0;
  text-transform: uppercase;
  text-align: right;
}

.next-lesson-link-bottom {
  bottom: 0;
  color: #00729d;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
  position: relative;
  text-transform: uppercase;
}
  .next-lesson-link a {
    color: #00729d;
    text-decoration: none;
  }
  .next-lesson-link a:hover,
  .next-lesson-link a:focus {
    color: #5d5d5d;
  }

  .next-lesson-link .fa {
    margin-left: 1px;
    position: relative;
    top: 0;
    /*-webkit-text-stroke: 2px white;*/
  }

.video-player {
	margin: -15px -30px 15px !important;
}

.single .timeframe {
	border-bottom: 1px dashed #70dbd5;
	font-weight: 300;
	padding-bottom: 5px;
}

.single h1 {
	color: #5d5d5d;
	/* font-size: 60px; */
	font-size:40px;
	font-weight: 300;
	line-height: 60px;
}

.single .-text-content {
	/* color: #818181; */
	color: #5d5d5d;
	line-height: 1.5rem;
	margin-top: 20px;
	margin-bottom:50px;
	padding-right:10px;
}

/* Footer */
footer {
	/* background-color: #f2f0e3; */
	background-color: #ededed;
	color: #706554;
	/* font-size: 0.9rem; */
	font-size:12px;
	font-weight: 300;
	padding-bottom: 30px;
}
footer .navbar { padding:0; }
footer .navbar-expand-lg .navbar-nav .nav-link {
	border-right: 1px solid #706554;
	padding: 0 0.35rem;
}
footer .navbar-expand-lg .navbar-nav .menu-item:last-child .nav-link{
	border: none;
}
.menu-bottom ul {
	padding: 0;
}

/* Left Nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 14px 25px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #807e7a;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: 180px;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #d8dce3;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-quirk {
	display: block;
  margin: 0 0 30px;
  /*background-color: #fff;*/
}
.nav-quirk > li {
  border-top: none;
  text-transform: capitalize;
}
.nav-quirk > li > a {
  color: #807e7a;
  font-size: 15px;
  line-height: 20px;
  padding: 12px 12px 12px 22px;
  border-radius: 0 !important;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  outline: 0 !important;
}
.nav-quirk > li > a .badge {
  background-color: transparent;
  color: #9fa8bc;
  font-size: 12px;
  text-transform: none;
  padding: 0;
  font-weight: normal;
  margin-top: 3px;
  margin-right: 2px;
}
.nav-quirk > li > a > i {
  width: 16px;
  font-size: 14px;
  text-align: center;
  margin-right: 7px;
  color: #E775A2;
  vertical-align: top;
  margin-top: 1.5555px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.nav-quirk > li > a:hover,
.nav-quirk > li > a:hover i {
  color: #000;
  background-color: transparent;
}
.nav-quirk > li + li {
  margin: 0;
}
.nav-quirk > li:last-child {
  /*border-bottom: 1px solid #eaecf0;*/
}
.nav-quirk > li.nav-parent > a {
	background-color: #3a3a3a;
	color: #fafafa;
	cursor: default;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 15px 20px;
  position: relative;
}
.nav-quirk > li.nav-active > ul {
  display: block;
}
.nav-quirk > li.active {
  border-top-color: transparent;
}
.nav-quirk > li.active + li {
  border-top-width: 0;
}
.nav-quirk > li.active > a {
  color: #fff !important;
  background-color: #343434 !important;
}
.nav-quirk > li.active > a .badge {
  background-color: transparent !important;
}
.nav-quirk > li.active > a > i {
}
.nav-quirk > li.active > a:after {
}
.nav-quirk > li.active .children {
  display: block;
  border-top: 0;
}
.nav-quirk > li.active .children:before {
  border-top: 7px solid #343434;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 18px;
  top: 0;
}
.nav-quirk .children {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #f7f8fa;
  background-color: #f7f8fa;
	padding-right:10px;
}
.nav-quirk .children > li {
  margin-left: 30px;
  border-left: 1px solid #70dbd5;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  font-size: 12px;
}
.nav-quirk .children > li:first-child {
}
.nav-quirk .children > li:last-child {
  margin-bottom: 10px;
}
.nav-quirk .children > li > a {
  color: #606163;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 24px;
  padding: 6px 0 6px 18px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.nav-quirk .children > li > a:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: -5px;
  top: 50%;
  background-color: #70dbd5;
  margin-top: -5px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.nav-quirk .children > li > a:after {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #807e7a;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.nav-quirk .children > li > a:hover,
.nav-quirk .children > li > a:focus,
.nav-quirk .children > li > a:active {
  color: #414141;
  font-weight: 400;
  text-decoration: none;
}
.nav-quirk .children > li > a:hover:before,
.nav-quirk .children > li > a:focus:before,
.nav-quirk .children > li > a:active:before {
  background-color: #414141;
}
.nav-quirk .children > li > a:hover:after,
.nav-quirk .children > li > a:focus:after,
.nav-quirk .children > li > a:active:after {
  opacity: 1;
  border-color: #414141;
  width: 13px;
  height: 13px;
  left: -7px;
  margin-top: -7px;
}
.nav-quirk .children > li.active > a {
  color: #414141;
  font-weight: 600;
}
.nav-quirk .children > li.active > a:before {
  background-color: #414141;
}
.nav-quirk .children > li.active > a:after {
  opacity: 1;
  border-color: #414141;
  width: 13px;
  height: 13px;
  left: -7px;
  margin-top: -7px;
}
/***** LEFT NAVIGATION STACKED STYLE VARIANT *****/
.nav-quirk-stacked > li:first-child {
  border-top: 1px solid #eaecf0;
}
.nav-quirk-stacked > li > a {
  padding: 12px 0;
  letter-spacing: .5px;
  color: #464f63;
}
.nav-quirk-stacked > li > a:hover,
.nav-quirk-stacked > li > a:focus {
  color: #262b36;
}
.nav-quirk-stacked > li > a:hover > i,
.nav-quirk-stacked > li > a:focus > i {
  color: #262b36;
}
.nav-quirk-stacked > li.nav-parent > a:after {
  top: 9px;
  right: 5px;
}
.nav-quirk-stacked > li.active {
  border-top-color: #eaecf0;
}
.nav-quirk-stacked > li.active + li {
  border-top-width: 1px;
}
.nav-quirk-stacked > li.active > a,
.nav-quirk-stacked > li.active > a:hover,
.nav-quirk-stacked > li.active > a:focus {
  background-color: transparent;
  background-image: none;
  color: #807e7a;
}
.nav-quirk-stacked > li.active > a > i,
.nav-quirk-stacked > li.active > a:hover > i,
.nav-quirk-stacked > li.active > a:focus > i {
  color: #807e7a;
}
.nav-quirk-stacked > li.active .children {
  border-bottom: 0;
  border-top: 1px solid #eaecf0;
}
.nav-quirk-stacked > li.active .children:before {
  display: none;
}
.nav-quirk-stacked > li.active.nav-parent > a:after {
  color: #807e7a;
}
.nav-quirk-stacked .children {
  background-color: transparent;
}
.nav-quirk-stacked .children > li {
  margin-left: 8px;
  border-left-color: #eaecf0;
}
/***** LEFT NAVIGATION PILL STYLE VARIANT *****/
.nav-quirk-pills > li:last-child {
  border-bottom: 0;
}
.nav-quirk-pills > li > a {
  padding: 10px;
  border-radius: 2px;
}
.nav-quirk-pills > li > a:hover,
.nav-quirk-pills > li > a:focus {

}
.nav-quirk-pills > li > a:hover > i,
.nav-quirk-pills > li > a:focus > i {
  color: inherit;
}
.nav-quirk-pills > li + li {
  border-top: 0;
  margin-top: 1px;
}
.nav-quirk-pills > li.nav-parent a:after {
  top: 7px;
  right: 10px;
}
.nav-quirk-pills > li.active .children {
  border-bottom: 0;
}
.nav-quirk-pills > li.active .children:before {
  display: none;
}
.nav-quirk-pills > li .children {
  background-color: transparent;
  border-top: 0;
}
.nav-quirk-pills > li .children > li {
  margin-left: 18px;
  border-left: 0;
}
.nav-quirk-pills > li .children > li:first-child {
  padding-top: 0;
}
.nav-quirk-pills > li .children > li:last-child {
  padding-bottom: 0;
}
.nav-quirk-pills > li .children > li > a:after {
  top: 50%;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2574ab;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.navbar-light .navbar-toggler {
	border: none;
}

@media only screen
  and (max-device-width: 760px) {

	footer .navbar-expand-lg .navbar-nav .nav-link {
		border: none;
		margin-top: 5px;
		text-align: center;
	}

}

.web-resources ul {
	list-style:none;
}
.web-resources li {
	border-bottom:1px solid #b8b8b8;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	font-weight:300;
}
.web-resources strong {font-weight:600;}

.support {background-color:#fff; padding:20px; border:1px solid rgba(0,0,0,.125); border-radius:.25rem; text-align:center;}

.resource-nav {
}
.resource-nav h3 {
	font-family:  'Sanchez', serif;
}

.resource-nav ul {
  list-style-type: none;
}

.resource-nav ul li {
  margin-bottom:5px;
}

.resource-nav ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.resource-nav a {color:#00729d; font-weight:400;}