html {
	overflow: visible !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Nunito;
	font-weight: 300;
}

html, body {
	height: 100%;
	font-family: Nunito;
	font-size: 16px;
/* 	color: white; */
	/*overflow-x: hidden;*/
}


button {
	font-family: Nunito;
}

#accountManagementButtonsContainer{
	float: right;
	top: 8px;
	right: 8px;
}	

#accountManagementSignoutButton {
	display: inline-block;
}

#accountManagementWorkspaceButton {
	display: inline-block;
}

#accountManagementSignoutButton a {
	border: 1px solid black;
	color: black;
}

#accountManagementWorkspaceButton a {
	background-color: rgb(148, 80, 219);
}

.side-nav {
	position: fixed;
	float:left;
	width:74px;
	background-color: #161616;
	height:100%;
}

.side-nav.open {
	width: 230px;
}

.side-nav.closed > ul > li > h1, .side-nav.closed > ul > li > ul > li {
	display:none;
}

.side-nav-item h1 {
	display: inline-block;	
	vertical-align: bottom;
	padding-left: 25px;
	font-size: 1.5em;
	line-height: 1.5em;
}


.side-nav-item a {
	color: white;
}


.side-nav > ul > li:first-child {
	padding-top: 50px;
	padding-left: 18px;
}

.side-nav > ul {
	margin: 0;
}

.side-nav > ul > li {
	padding-left: 16px;
	padding-top: 50px;
}


.side-nav-item > ul > li {
	padding-left: 40px;
	padding-top: 20px;
}

.side-nav-item > ul > li .active-nav-link {
	background-color:#f9b145;
	display: block;
	border-radius: 4px;
	padding: 8px;
	width: 80px;
}

.bulletList > li {
	list-style:circle;
	list-style-type:circle;
	padding: 5px;
}

.bulletList {
	margin: 0px 20px;
}

.side-nav > ul > li > a > img {
	height: 25px;
	vertical-align: top;
}

#account-brain {
	position: absolute;
	top: 24px;
	left: 19px;
	height: 35px;
}

.closed > .nav-cap {
	height:80px;
	background: #161616;
}

.nav-cap {
	height:80px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../../images/infoSite/nav-cap-background.jpg') no-repeat center center;
			-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.nav-cap h1 {
	position: absolute;
	color: white;
	font-size: 1.6em;
	font-weight: 200;
	top: 30px;
	left: 73px;
	margin:0;
	letter-spacing:10px;
}


.page-nav {
	position: fixed;
	background-color: #fff;
/* 	width: calc(100% - 74px); */
	width: 100%;
	box-shadow: 0px 1px 3px 1px #aaaaaa;
	z-index:1;
}

.science-page-nav {
	position: fixed;
	background-color: #fff;
/* 	width: calc(100% - 74px); */
	width: 100%;
/* 	height: 160px; */
	box-shadow: 0px 1px 3px 1px #aaaaaa;
	z-index:1;
}

.reference-list > h3 {
	font-size: 2.4em;
}

.reference-list > h6 {
	font-size: 1.5em; 
	
}

.page-nav-row {
	padding: 8px 25px 8px 35px;
}

.page-nav-links-container {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
/*     flex-direction: row-reverse; */
    justify-content: space-around;
    align-items: center;
}


.page-nav-row h1 {
	display: inline;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: .05em;	
	padding-top: 10px;

}

.page-nav-row ul {
	display: block;
	margin: 40px 0 0 0;
	padding-left: 0px;
	line-height: 2em;
}


.science-page-nav .page-nav-row ul {
	display: block;
	margin: 40px 0 0 0;
	text-align: center;
	padding-left: 0px;
	line-height: 2em;
}

.science-page-nav .page-nav-row li {
	line-height: 15px;
	padding-right: 30px;
	display: inline-block;
}



.page-nav-row li {
	display: inline;
	padding-right: 70px;
	font-size: 1.4em;
	font-weight: 200;
	padding-left: 0px;
	
}

.page-nav-row li a {
	color: #242424;
	padding: 0;
}

.page-nav-row li .active-page {
	text-align: center;
	border-bottom: 1px solid #f9b145;
}

.page-nav.collapsed {
	margin-left:230px;
}



.page-nav-helper {
	height: 80px;
}

/** Mac- flagged for removal**/
.account-page-content {
/* 	background-color: white; */
	height: 100%;
/* 	margin-left: 230px; */
	
}

.account-page-title {
	margin-left:3em;
	margin-top: 3em;
}

.course-nav {
	position: fixed;
	width:258px;
	background-color: #222222;
	height:100%;
	margin-left: 74px;
	overflow-y: scroll; 
}

.course-page-nav {
	margin-left: 324px;
}

.course-nav-list {
	display:none;
	padding-left: 35px;
}

.course-nav-list.expanded-nav-menu {
	display:block;
}

ul.course-nav-list li {
	list-style-type:none;
    position:relative; /* so that pseudoelements are positioned relatively to their "li"s*/
    /* use padding-bottom instead of margin-bottom.*/ 
    margin-bottom: 0; /* This overrides nextly specified margin-bottom */
    padding-bottom: 2.5em;
}

ul.course-nav-list li:last-child {
	padding-bottom: 1em;
}

ul.course-nav-list li:after {
    /* bullets */
    content:"";
    position: absolute;
    left: -22px; /*adjust manually*/
    top: 0px;
}

ul.course-nav-list li:before {
    /* lines */
    content:"";
    position: absolute;
    left: -16px; /* adjust manually */
    border-left: 3px solid #9C68FF;
    height: 100%;
    
}

ul.course-nav-list li:first-child:before {
   /* first li's line */
   top: 6px; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.course-nav-list li:last-child:before {
    /* last li's line */
   height: 6px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

.course-nav h1 {
	color: white;
	padding: 35px 20px 3px;
	font-size: 1.4em;
	margin: 0;

}

.course-nav h2 {
	color: white;
	padding: 10px;
	font-size: 1.3em;
	margin: 0;
	line-height: 1.4em;
}

.course-nav h2 a {
	color: white
	}
	
.course-nav h2 a:hover,  .course-nav h2 a:active{
	color:#9C68FF;
}

.course-nav hr {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	color: #3f3e3e;
	background-color: #3f3e3e;
	border: none;
}

.course-nav-list > li > a {
	color: white;
	padding-left: 8px;
	font-size: 1.1em;
	margin: 0;
}


.course-nav-list > li > h3 {
	color: white;
	padding-top: 0px;
	padding-left: 4px;
	font-size: .9em;
	font-weight:200;
	margin: 0;
}


.course-nav > li > a:hover {
	color: #404040;
	padding-left: 0px;
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 1.8em;
	
}

.course-nav > li > ul > li > a {
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 1.5em;
	font-weight: 400;
}

.course-nav > li > ul > li > a:hover {
	padding-top: 2px;
	padding-bottom: 8px;
	font-size: 1.5em;
	font-weight: 600;
}

.course-content-container {
	padding: 60px;
	margin-left: 324px;
}



.course-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 5em;
}
.course-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #E2DBE8;
	border-radius: 5px;
	box-shadow: 9px 15px 20px 0px rgba(46,61,73,0.15);
	padding: 8px;
}

.course-content-section {
	text-align: left;
	padding: 10px;
}

.course-content-section h1 {
	font-weight: 600;
	font-size: 1.8em;
}

.course-content-section h4 {
	margin: 0px;
}

.course-content-section p {
	padding-top: 10px;
	font-weight: 300;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	
}

.account-landing-page-content {
	background-color: #FFFFFF;
	min-height: 100%;
}


#navBar {
	position:fixed;
	top:0;
	width:100%;
	padding: 5px;
	z-index:1;
}

#logo {
	height: 35px;
	margin-left: 8px;
	margin-top: 30px;
}

#rightMenu {
    right: 10px;
    top: 33px;
}

#userList {
	margin: 30px -11px;
	 top: 27px;
}

.navbar-custom {
	background-color: #111111;
}

.navbar-logo {
	height: 10px;
	
}

.payment-form-container {
	min-width: 200px;
	overflow: auto;
}

.plan-information-container {
	display:inline-block;
	border-radius: 3px;
	border: 1px solid #4810fe;
	padding: 40px 40px 5px 40px;
	max-width: 400px;
}

.plan-information-container li {
	padding: 15px;
	margin-left: -15px;
	font-size: 15pt;

}

.plan-information-container h3 {
	font-size: 20pt;
	margin-left: 0 !important;
}

.plan-information-container h5 {
	font-size: 16pt;
	font-weight:600;
	margin-left: 0 !important;
	margin-bottom: -15px;
}

.plan-information-container p {
	margin-left: 0 !important;

}

.plan-information-container p:last-child {
	font-size: 12pt;
	margin-left: 0 !important;

}

.page-container {
	margin-top: 80px;
	margin-left: auto;
	margin-right:auto;
	max-width:1024px;
	padding-left:20px;
	padding-right:20px;
}

#div1 {
	height: 200px;
	width: 500px;
	float: left;
}

#div1 h1 {
	font-size: 16pt;
	font-weight: 600;
	margin-left: 0 !important;
}

label {
	margin-top: 10px;
}

.new-subscriber-information-container h1{
	margin-bottom:30px;
}

.billing-information-container {
	margin-top: 30px;
}

input[type=text] {
	border-radius: 4px;
    
}

.submit-button {
	background-color: #f9b145 !important;
    border: none;
    color: white;
    width: 200px;
    padding: 15px 32px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.course-launch-button {
	background-color: #f9b145 !important;
    border: 1px solid white;
    border-radius: 25px;
    color: white;
    font-size: 1.2em !important;
    font-weight: 300;
    width: 120px;
    padding: 15px 32px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: all .25s ease;
    cursor: pointer;

}

.course-launch-button:hover {
	background-color: white !important;
	transition: all .25s ease;
}

#get-inqwire-button {
	width: 400px;
	height: 50px;
}


#div2 {
	height: 200px;
	margin-left:525px;
}

#download-content-container {
	height: 200px;
	width: 500px;
	float: left;
}

#download-content-container h1 {
	font-size: 24pt;
	font-weight: 600;
	margin-left: 0 !important;
}

#download-content-right {
	height: 200px;
	margin-left:525px;
}

#installation-instructions-page h1{

		font-size: 26pt;
		font-weight: 600;

}

.instructions-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.instructions-container h3 {
	font-size: 1.4em;
	margin:0;
	padding-bottom: 14px;
}


.row {
	clear:both;
}

.text-center {
	text-align: center;
}

.col-quart {
	display:inline-block;
	width:25%;
	vertical-align: top;
}

.col-third {
	float:left;
	width:33%;
}

.col-half {
	display:inline-block;
	width:50%;
	vertical-align: top;
}

.col-twothird {
	display:inline-block;
	width:66%;
	vertical-align: top;
}

.col-half h3 {
	font-size: 1.6em;
}

.col-half p {
	margin-left: 0px;
}


li {
	text-decoration:none;
	list-style-type: none;
}

#optionButton a {
	color: #fff !important;
}


.intro-large {
	padding-top:65px;
}

.credit-card-card-container {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.credit-card-card {
	-webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px; 
  box-shadow: 0 0 18px 8px rgba(106, 31, 198, 0.42);
}

.account-page-content-container {
	padding: 90px 0px 0px 0px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
	background-color: white;
}

.account-page-card {
	display: inline-block;
	text-align: left;
	position: relative;
	background-color: white;
	border: 1px solid #E2DBE8;
	border-radius: 5px;
	box-shadow: 9px 15px 20px 0px rgba(46,61,73,0.15);
	margin-top: 100px;
	margin-left:auto;
	margin-right: auto;
	padding: 30px 28px 30px 28px;
	transition: box-shadow;
	font-family: Nunito;
	max-width: 600px;
}

.account-page-card p {
	margin: 0;
}

.account-page-card p > a {
	color: #f9b145;
	font-size: inherit;
	font-weigth: inherit;
	padding: 0;
}

.account-page-card h3 {
	margin: 2px;
	padding-top: 4px;
}

.account-page-card i {
	display: inline-block;
	vertical-align: middle;
}

.account-page-card h5 {
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.6em;
	vertical-align: middle;
	padding-top: 2px;
}

.navigation-card {
	display: inline-block;
	position: relative;
	background-color: white;
	vertical-align: top;
	border: 1px solid #E2DBE8;
	border-radius: 5px;
	width: 275px;
	height: 125px;
	box-shadow: 9px 15px 20px 0px rgba(46,61,73,0.15);
	margin: 2em 3em 4em 3em;
	padding: 30px 28px 30px 28px;
	cursor: pointer;
	transition: box-shadow .03s ease-out;
}

.navigation-card:hover {
	cursor: pointer;
	box-shadow: 2px 4px 10px 0px rgba(46,61,73,0.15);
	transition: box-shadow .03s ease-in;
}

.navigation-card > h3 {
	font-size: 1.7em;
	font-weight: 400;
	letter-spacing: 2.59px;
	color: #434242;
	margin:0;
	padding-top: 3px;
	padding-left:3px;
}

.navigation-card > p {
	padding-top: 10px;
	font-size: 1.2em;
	text-align: left;
	color: #434242;
	letter-spacing: 1.82px;
	line-height: 1.4em;
	margin:0;
	padding-left:4px;
}

.navigation-card img {
	height:25px;
}

.course-card {
	display: inline-block;
	position: relative;
	background-color: #f9b145;
	vertical-align: top;
	border: 1px solid #E2DBE8;
	border-radius: 5px;
	width: 210px;
	height: 180px;
	box-shadow: 9px 15px 20px 0px rgba(46,61,73,0.15);
	margin: 2em 3em 4em 3em;
	padding: 23px 28px 22px 28px;
	cursor: pointer;
	transition: box-shadow .03s ease-out;
}

.course-card-button {
	text-align: center;
	padding-top: 20px;
}

.disabled-course-card {
	display: inline-block;
	position: relative;
	background-color: none;
	vertical-align: top;
	border: 1px solid #E2DBE8;
	border-radius: 5px;
	width: 210px;
	height: 180px;
	margin: 2em 3em 4em 3em;
	padding: 23px 28px 22px 28px;
	color: grey;
	text-align: center;
	line-height:140px;
}

.course-card:hover {
	cursor: pointer;
	box-shadow: 2px 4px 10px 0px rgba(46,61,73,0.15);
	transition: box-shadow .03s ease-in;
}

.course-card > h3 {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 2.59px;
	color: white;
	margin:0;
	padding-top: 3px;
	padding-left:3px;
}

.course-card > p {
	padding-top: 20px;
	font-size: 1.2em;
	text-align: left;
	color: white;
	letter-spacing: 1.82px;
	line-height: 1.4em;
	margin:0;
	padding-left:4px;
}

.documentation-page-card {
	position: absolute;
	text-align: left;
	background-color: white;
	border: 1px solid #E2DBE8;
	border-radius: 5px;
	box-shadow: 9px 15px 20px 0px rgba(46,61,73,0.15);
	left:340px;
	right: 30px;
	top: 110px;
	padding: 30px 28px 30px 28px;
	transition: box-shadow;
	font-family: Nunito;
	height: 470px;
	overflow-y: scroll;
}

.documentation-page-card h1 {
	font-weight: 500;
	font-size: 1.8em;
	margin:0;
	padding-bottom: 15px;
}

.documentation-page-card h3 {
	margin: 2px;
	padding-top: 4px;
}

.documentation-page-card i {
	display: inline-block;
	vertical-align: middle;
}

.documentation-page-card h5 {
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.0em;
	vertical-align: middle;
	padding-top: 2px;
}

.documentation-page-card p {
	margin: 0;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.2em;
}

.documentation-page-card .account-page-card-button {
	position: relative;
	bottom: 20px;
	right: 20px;
}

.documentation-icon-wrapper {
	padding-bottom: 10px;
}

.faq-block {
	display: inline-block;
	padding: 20px;
}

.faq-block ul {
	margin: 0;
	padding-left: 2px;
}

.faq-block h3 {
	margin: 0;
	font-weight: 200;
	font-size: 1.8em;
	padding-bottom: 10px;
}

.faq-block a {
	color: #242424;
	padding: 0;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
}

.faq-answer {
	margin: 0 auto;
	width: 80%;
}

.faq-answer h3 {
	font-size: 2.2em;
	font-weight: 500;
	margin:0;
	padding: 10px 0px 30px;
}

.faq-answer p {
	margin:0;
	padding: 0;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.3em;
}

.account-page-card-button {
	text-align: right;
	padding-top: 40px;
}

.contact-support-button {
	background-color: white !important;
    border: 1px solid #242424;
    border-radius: 25px;
    color: #242424;
    font-size: 1.2em !important;
    font-weight: 300;
    width: 190px;
    padding: 15px 32px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: all .25s ease;
    cursor: pointer;

}

.contact-support-button:hover {
	background-color: #f9b145 !important;
	transition: all .25s ease;
	color: white;
}

.contact-support-form {
	margin: 0 auto;
	width: 50%;
}

.contact-support-form label {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #888888;
	font-size: 1.3em;
	font-weight: 300;
}

.contact-support-form input[type=text], 
.contact-support-form textarea
 {
 	display:block;
	width: 100%;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	font-family: Nunito;
	font-size: 1.4em;
	font-weight: 300;
	 box-sizing:border-box;
    -moz-box-sizing:border-box;
    outline: none;
}


.send-support-message-button {
	background-color: #f9b145 !important;
    border: 1px solid #242424;
    border-radius: 25px;
    color: white;
    font-size: 1.2em !important;
    font-weight: 300;
    width: 190px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: all .25s ease;
    cursor: pointer;
    box-shadow: 9px 15px 20px 0px rgba(46,61,73,0.15);
    outline: none;

}

.send-support-message-button:hover {
	transition: all .25s ease;
	color: white;
	box-shadow: 2px 4px 10px 0px rgba(46,61,73,0.15);
}

.documentation-nav {
	position: fixed;
	width:170px;
	background-color: #222222;
	height:70%;
	left: 110px;
	overflow-y: scroll; 
	background-color: white;
	border: 1px solid #E2DBE8;
	border-radius: 5px;
	box-shadow: 9px 15px 20px 0px rgba(46,61,73,0.15);
	padding: 20px;
	transition: box-shadow;
	font-family: Nunito;
}

.documentation-nav-list {
	display:none;
	text-align: left;
}

.documentation-nav-list.expanded-nav-menu {
	display:block;
}


.documentation-nav h1 {
	color: #404040;
	font-size: 1.4em;
	margin: 0;
	font-weight: 600;
	padding-bottom: 20px;

}

.documentation-nav h2 {
	color: #404040;
	font-size: 1.3em;
	margin: 0;
	line-height: 1.4em;
	padding: 5px;
}

.documentation-nav hr {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	color: #3f3e3e;
	background-color: #3f3e3e;
	border: none;
}

.documentation-nav-list > li {
	padding: 3px;
}

.documentation-nav-list > li > a {
	color: #404040;;
	font-size: 1.1em;
	margin: 0;
}


.documentation-nav-list > li > h3 {
	color: white;
	padding-top: 0px;
	padding-left: 4px;
	font-size: .9em;
	font-weight:200;
	margin: 0;
}


.documentation-nav > li > a:hover {
	color: #404040;
	padding-left: 0px;
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 1.8em;
	
}

.documentation-nav > li > ul > li > a {
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 1.5em;
	font-weight: 400;
}

.documentation-nav > li > ul > li > a:hover {
	padding-top: 2px;
	padding-bottom: 8px;
	font-size: 1.5em;
	font-weight: 600;
}

.account-col-half {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin: 2em;
}


@media (max-width : 626px) {
	.page-nav-links-container {
/* 		flex-direction: column-reverse; */
	}
	#accountManagementButtonsContainer {
		order: 0;
	}
	
}