/* gps.css on tia */
body {
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
}
html {
	height: 100%;
	overflow-y: scroll;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
section {
	padding:0 0 50px;
}
footer {
	background: #708090;
	color:#fff;
	font-size:13px;
	height:100px;
	width:100%;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
footer a {
	color: white;
}
/*======= advanced_registration and advanced program landing page =======*/
#show-help {
	color:#1466FF;
	cursor:pointer;
}
#show-help:hover {
	color: #cacaca;
}
.help-text {
	margin-top:10px;
	margin-bottom:10px;
	color:#1466FF;
	font-size: 12px;
	font-style:italic;
	padding-left:25px;
	padding-right:25px;
	display: none;
}
#save_form div.help-text {
	margin-top: 9px;
}
.menu-item {
	display: table-cell;
	font-variant: all-small-caps;
	padding-left: 10px;
	padding-right: 10px;
}

.date-wrapper {
	margin: 20px auto;
	width: 475px;
	padding: 7px 20px;
	border: thin solid crimson;
	font-size: 18px;
}
.event-row {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.event-row a {
	color: #1466FF;
}
.clickable-row:hover {
	color: #333333;
	background-color: gainsboro;
}
.event-label {
	width:50%;
	padding-top: 7px;
	display:inline-block;
}
div.event-date {
	padding-left:0;
	padding-top: 7px;
	float: right;
}
div.event-date h5 {
	float: right;
}
/*a.event-row {
	font-size:18px;
	color: #1466FF;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}
a.event-row:hover {
	color: #444444;
	background-color: gainsboro;
}*/
.feature-box {
	border: gainsboro solid thin;
	border-radius: 7px;
	padding:15px;
	text-align: center;
	height: 100%;
}
.feature-box button {
	margin: auto;
}
.feature-text {
	text-align: left;
	min-height: 90px;
}
#sponsor {
	margin: auto;
}
@media screen and (min-width: 992px) {
	.feature-text {
		min-height: 60px;
	}
}
@media screen and (max-width: 768px) {
	.feature-text {
		min-height: 50px;
	}
}
@media screen and (max-width: 510px) {
	.event-label > h5,
	.event-date > h5{
		font-size: 16px;
	}
	.date-wrapper {
		margin-top: 20px;
		width: 431px;
	}
}
@media screen and (max-width: 375px) {
	.event-label > h5,
	.event-date > h5{
		font-size: 14px;
	}
	.date-wrapper {
		margin-top: 20px;
		width: 331px;
	}
}

/*======= scorecard GPS =======*/
.scorecard #base_info {
	font-size: 18px;
	font-weight:300;
}
.scorecard #gps_version,
.scorecard #summaryStr {
	font-size:12px;
	font-weight:300;
}
.scorecard #gps_version {
	margin-bottom:30px;
	padding-left:18px;
}

.scorecard label {
	display:inline;
	font-size:18px;
	line-height: inherit;
	white-space: nowrap;
}
.scorecard .faq {
	font-weight: 300;
	font-size: 18px;
	text-align: left;
	color: #1466FF;
}
.scorecard .help-text {
	font-size: 10px;
	color: #333;
	display:block;
	cursor:help;
	font-weight: 300;
	margin: 0;
	padding: 0;
	float: right;
}
.scorecard input {
	padding-left: 22px;
	border-radius: 6px;
	height: 60px;
}
.scorecard a.faq[aria-expanded="true"] {
	background-color: gainsboro;
}
.scorecard .collapse p.lead {
	margin-left:15px;
}
.scorecard .collapse ul {
	margin-left:45px;
	font-size: 18px;
	font-weight: 300;
	list-style: none;
}
.scorecard .group-head,
.assessment .group-head,
#assess_check .group-head,
#gps_answers .group-head {
	/* background-color:#FDEBD5; */
	margin: 5px 15px 0;
	background-color:slategray;
	border-radius: 5px;
}
.group-head h4 {
	padding-left: 15px;
	color: white;
	font-size: 1rem;
}

.scorecard .collapse li {
	margin-top: 7px;
}

.scorecard .question {
	margin-top: 7px;
}
.scorecard .question a {
	color:#1466FF;
}
.scorecard .btn-green,
.scorecard .btn-orange,
.scorecard .btn-blue,
.guide-profile .btn-blue,
.btn-row .btn-blue,
.scorecard .btn-neutral
 {
	min-width: 180px;
	height: 37px;
	font-size:16px;
	padding:8px 18px;
}
.answers {
	margin-left:30px;
	padding-right:30px;
	width: 95%;
}
.faqs p,
.faqs ul,
.faqs li {
	font-size:1.1rem;
	color:#333;
	font-weight:300;
}
.faqs h3 {
	font-size: 1.5rem;
}
.btn-black {
	color:#fff;
	background-color: #111;
	min-width: 180px;
	font-size:16px;
	padding:8px 18px;
	border-radius:5px;
	border:none;
}
.btn-black:hover,
.btn-blue:hover,
.btn-neutral:hover {
	color:#111;
	background-color:grey;
	text-decoration:none;
}
.btn-blue {
	color:#fff;
	background-color: #1466FF;
	min-width: 180px;
	padding:4px 18px 6px;
	border-radius:5px;
	height: 37px;
}
.btn-neutral {
	background-color: lightsteelblue;
	min-width: 180px;
	font-size: 16px;
	padding: 8px 18px;
	border-radius: 5px;
	border: none;
}

.one-course button a {
	color: white;
}
.one-course button a:hover {
	background-color: grey;
}
.chapters {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.one-course h5 {
	font-size: 20px;
	font-weight: 501;
}
.one-course .lead {
	font-size: 1.1rem;
}
.disabled {
	opacity: .7;
	cursor:not-allowed;
}
ul.disabled li {
	opacity: .7;
	color: darkblue;
}
ul.disabled li a {
	cursor:not-allowed;
}
ul.disabled li.never-disabled {
	opacity: 1;
	color: #007bff;
	background-color: transparent;
}
#sidebar ul.disabled li.never-disabled a:hover {
	background-color:#fff;
	opacity: 1;
	color: #7386D5;
	cursor: pointer;
}

#sidebar ul.disabled li a:hover {
	background-color: #111111;
}
.scorecard .lead {
	font-size: 18px;
}
.scorecard .box_labels {
	display:inline;
}
.admin .box_label,
.scorecard .box_label,
.scorecard .box_label_right,
.scorecard .box_label_bottom,
.payments .box_label,
.advanced_payments .box_label,
.inconMsg {
	color: #1466FF;
	float: left;
	font-size:14px;
	display: inline;
	margin-bottom: 0;
}
.scorecard .box_label_right {
	float: right;
}
.scorecard .box_label_bottom {
	margin-top: -8px;
	font-size: 12px;
	color: #666666;
}
.payments .box_label,
.advanced_payments .box_label {
	font-size: 12px;
	color: grey;
}
.admin .box_label {
	min-width: 45px;
	padding-right: 15px;
	margin-top: 7px;
	text-align: right;
}
.field {
	background: transparent;
	font-weight: 300;
	border: 0;
	color: #CFD7E0;
	outline: none;
	padding-right: 10px;
	padding-left: 0;
	cursor: text;
	height: 60px;
}

.field::-webkit-input-placeholder { color: #dfdfdf; font-size:.8rem; }
.field::-moz-placeholder { color: #dfdfdf; font-size: .8rem;}
.field::-ms-input-placeholder { color: #dfdfdf; font-size: .8rem;}

.gps-index .lead {
	font-size: 17px;
}
.gps-score-head {
	font-size: 1.75rem;
	color: inherit;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
}
/*=== profile ===*/
.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

#myProfile-view div,
#myProfile-edit div,
#companyProfile-view div,
#companyProfile-edit div {
	font-size: 16px;
	font-weight: 300;
	margin-bottom:5px;
	font-family: Heebo,sans-serif;
}
#myProfile-view h4,
#companyProfile-view h4 {
	font-size:21px;
	font-family: Rubik, sans-serif;
}

#myProfile-edit div,
#companyProfile-edit div {
	margin-bottom:10px;
}

#myProfile-view div.profile-data,
#companyProfile-view div.profile-data {
	font-weight: 500;
}
#myProfile-edit input,
#myProfile-edit select,
#companyProfile-edit input,
#companyProfile-edit select {
	font-size: 14px;
}
#myProfile-edit .box_label,
#companyProfile-edit .box_label {
	margin-top:0;
	margin-bottom:0;
	font-size: 13px;
}
#myProfile-edit input,
#myProfile-edit select {
	margin-bottom: 20px;
}
#myProfile-edit .btn-blue,
#companyProfile-edit .btn-blue {
	height: 46px;
	padding: 12px 18px;
}
#save_form select.enabled {
	height: 60px;
	border-radius: 6px;
}
/* autocomplete tagsinput*/
.label-info {
    background-color: #999;
    display: inline-block;
    padding: 0.35em 0.5em 0.45em;
    font-size: .72rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.bootstrap-tagsinput .tag {
	margin-bottom: 10px;
}
.needs-tag {
	font-family: Heebo,sans-serif;
	font-weight: 500;
}
#companyProfile-edit textarea {
	width: 100%;
	padding:5px;
	border: thin solid #cacaca;
	border-radius: 3px;
}
#companyProfile-view .companyLogo {
	margin-left:50px;
	height: 120px;
	width: 180px;
	border: 4px solid #cacaca;
	border-radius: 4px;
	background-color:whitesmoke;
	padding:10px;
}
#companyProfile-view .companyLogo a {
	color:#1466FF;
}
#companyProfile-view .companyLogo a:hover {
	color: violet;
	background-color:transparent;
}
.logo-wrapper {
	max-height: 120px;
	max-width: 180px;
	margin-left: 50px;
	border:none;
	background-color:transparent;
}
.custom-file-upload {
	border: 1px solid #acacac;
	border-radius: 5px;
	background-color: slategray;
	color:white;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	font-style:italic;
	width:100%;
}
.custom-file-upload:hover {
	background-color:#efefef;
	color:#444;
}
#file-selected {
	color:#1466FF;
	display:inline;
}
.file-display {
	width: 100%;
	border-bottom: thin solid #cacaca;
	min-height: 25px;
}
.clear  {
	display: none;
	font-size:14px;
	color: darkorange;
	cursor:pointer;
	font-variant:small-caps;
	margin-top:7px;
	float:right;
	font-weight: 400;
}

::-moz-placeholder { color: #ababab; font-size: 14px; }
::-webkit-input-placeholder { color: #ababab; font-size:14px; }

.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:300;
	font-family: Rubik, sans-serif;
	border:none;
}
.error {
	border: thin solid #ff0000;
}
ul.nav-tabs {
	font-size: 1.1rem;
	color: #3057CB;
}
.mymap .container {
	padding-left: 0;
	padding-right: 0;
}
.mymap .card,
.course.card {
	width:100%;
	margin-bottom:15px;
	border-radius:6px;
	border: 1px solid #1466FF;
	font-family: Heebo,sans-serif;
}
.black-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/black_block.png');
}
.dark-blue-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/dark_blue_block.png');
}
.blue-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/blue_block.png');
}
.dark-gold-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/dark_gold_block.png');
}
.gold-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/gold_block.png');
}
.dark-green-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/dark_green_block.png');
}
.green-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/green_block.png');
}
.dark-purple-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/dark_purple_block.png');
}
.purple-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/purple_block.png');
}
.dark-orange-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/dark_orange_block.png');
}
.orange-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/orange_block.png');
}
.dark-teal-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/dark_teal_block.png');
}
.teal-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/teal_block.png');
}
.grey-box {
	background: url('https://briia.sfo2.digitaloceanspaces.com/images/tia/grey_block.png');
}
.segment-box {
	margin-left:0;
	margin-right: 0;
	padding:25px 15px;
	width:100%;
}
.segment-box .numeral {
	font-size: 5rem;
	color: white;
	font-weight:501;
	display: inline-block;
}
.segment-box h3 {
	color:white;
}
.segment-box p {
	color:#fffffd;
}
.seg-wrapper {
	width:100%;
	display:block;
}
.seg-status img {
	position: absolute;
	top:7px;
	right: -50px;
	z-index: 20;
	height:25px;
}
.seg-status span {
	position: absolute;
	top: 30px;
	right: -50px;
	z-index: 20;
	font-size:11px;
	color: white;
}
.seg-status span:hover {
	color: white;
}
.course.card {
	font-family: Rubik, sans-serif;
}
.card-header {
	border: none;
	padding: 3px 6px;
	border-radius: 6px 6px calc(-1px + 0.25rem) calc(-1px + 0.25rem);
	line-height:1.4rem;
	font-weight:400;
	font-size:15px;
}
.card-header:first-child {
	border-radius: 6px 6px 0 0;
}

.card-header:hover {
	cursor:move;
}
.card-body {
	padding: .25rem .0rem .25rem 6px;
	/* display: none; */
}
#legend {
	border: solid 3px #333;
	padding:0;
	display: none;
	color:#fff;
	background-color: #222222;
}
.show-legend {
	display:flex !important;
}
.legend-item {
	margin-bottom: 5px;
}
.step-icon,
.step-icon-completed,
.step-icon-custom,
.step-icon-custom-completed,
.step-icon-pinned,
.step-icon-custom-pinned {
	height: 24px;
	width:24px;
	display: inline-block;
	color:#fff;
	min-height:24px;
	min-width:24px;
	border-radius: 3px;
	border: 3px solid #1466FF;
	text-align:center;
	padding:0;
	vertical-align: middle;
	background-color: #fff;
}
.step-icon-completed,
.step-icon-custom-completed {
	border: 3px solid silver;
	color: #C7C7C7;
	background-color: #C7C7C7;
}
.step-icon-pinned {
	background-color: #6A041D;
	border: 3px solid #EBAD3A;
}
.step-icon-custom {
	background-color: #F7941D;
}
.step-icon-custom,
.step-icon-custom-completed,
.step-icon-custom-pinned {
	border-style: dotted !important;
}
.step-icon-custom-pinned {
	border-color: #EBAD3A !important;
}
.step-icon-custom-completed {
	border-color: gainsboro;
}
.hideStr {
	display: none;
}
.legend-label {
	display:inline;
	font-size: 13px;
}
.close-legend {
	position:absolute;
	top: 4px;
	right: 8px;
	font-weight: 501;
	font-size:18px;
	padding: 0 8px;
	cursor:pointer;
}
.close-legend:hover {
	background-color:silver;
	border: 2px solid silver;
	border-radius: 50%;
}
.category-design {
	border-top: 3px solid #FFC000;  /*orange */
	background-color: lightslategray;
	color:white;
}
.customer-acquisition {
	border-top: 3px solid #2E91A0;
	background-color: lightslategray;
	color:white;
}
.revenue {
	border-top: 3px solid #52AA5E;  /*green */
	background-color: lightslategray;
	color:white;
}
.product {
	border-top: 3px solid #9191E9; /*light purple */
	background-color: lightslategray;
	color:white;
}
.team {
	border-top: 3px solid #476774;
	background-color: lightslategray;
	color:white;
}
.systems {
	border-top: 3px solid #936142;
	background-color: lightslategray;
	color:white;
}
.pitch {
	border-top: 3px solid #7C45A4; /*purple*/
	background-color: lightslategray;
	color:white;
}
.fundraising {
	border-top: 3px solid #A8D0DB; /*dusty light blue */
	background-color: lightslategray;
	color:white;
}
.market {
	border-top: 3px solid #E8D746; /*dusty yellow */
	background-color: lightslategray;
	color:white;
}
.fundamentals {
	border-top: 3px solid #00B0F0; /*light blue*/
	background-color: lightslategray;
	color:white;
}

/*.category-design,
.customer-acquisition,
.revenue,
.product,
.team,
.systems,
.pitch,
.fundraising,
.market,
.fundamentals,
.gps-step,
#advPgm_tab_body .card-header,
#advPgm_panel_body .card-header {
	border: none;
	background-color: #6A041D;
	color:whitesmoke;
	cursor: move;
}*/
#steps {
	margin-top: 10px;
}
.standard .card-header {
	border: none;
	background-color: #6A041D;
	color:whitesmoke;
	cursor: move;
}
.personal.card,
#step-new {
	border: 1px solid silver;
}
.personal.card-header {
	background-color: #F7941D;
	color:whitesmoke;
	cursor:move;
}
.standard .card-header.information {
	background-color: #2f3dff;
	color:whitesmoke;
	cursor: move;
	border:none;
}
.title-table,
.body-table {
	width:100%;
	border-collapse:collapse;
}
.body-table {
}
.body-table td {
	vertical-align:top;
}
.body-table ul li {
	list-style: none;
}
.guide-order {
	font-size:10px;
	width:4%;
}
.step-icon {
	border:none;
	padding-right: 5px;
	background-color: #6A041D;
}
.step-name {
	color:whitesmoke;
	font-weight:501;
	width:52%;
}
.path {
	width:23%;
	font-size:11px;
	font-family: Poppins, sans-serif;
	display:block;
}
.step-time {
/* 	width:16%; */
	text-align:right;
	padding-right:20px;
	font-size:12px;
	line-height: 1rem;
}
.step-stage {
	font-weight:501;
	font-size: 20px;
	text-align:right;
	padding-right: 15px;
}
.step-descrip {
	font-weight: 400;
	padding-right:25px;
	font-size:13px;
	vertical-align:top;
	width: 56%;
}
.step-descrip p {
	margin:0;
	padding:0;
	width: 92%;
}
/* .step-descrip span {
	font-weight:501;
	color:#9a9a9a;
	cursor:pointer;
} */

.step-details {
	font-size:12px;
}
.step-details ul {
	margin: 0;
	padding: 0;
}
.step-resource {
	width:23%;
}
.step-experts {
	width: 21%;
	text-align: center;
}
.step-experts p {
	font-weight: 500;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}
.mymap .card.pinned,
.pinned {
	border: 2px solid #EBAD3A;
}
.mymap .card.completed,
.completed {
	border: 2px solid silver;
	color: silver;
}
.mymap .card.completed .step-name,
.mymap .card.pinned-completed .step-name {
	color: #999999;
}
.mymap .card.pinned-completed,
.pinned-completed {
	border: 2px solid #EBAD3A;
	color: silver;
}
.mymap .card.completed .card-header,
.mymap .card.pinned-completed .card-header {
	background-color: rgba(0,0,0,.11);
}
.mymap .card.custom,
.card.custom {
	border-style: dotted;
}
.admin .step {
	background-color: #010101;
}
.admin .
.card-header:first-child.completed {
	background-color:  #595959;
}
.card-detail-hide {
	min-height: inherit;
	border-radius: 30px !important;
}
.card-detail-show {
	border-radius: 6px;
	min-height:80px;
}
.header-detail-hide {
	border-radius: 30px !important;
}
.header-detail-show {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;

}
.remove {
	font-weight:500;
	font-size:18px;
}
.disposition-menu {
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	width:15px;
	text-align:right;
}
.disposition-menu:hover {
	cursor:context-menu;
	background-color: silver;
}

.linkrow a {
	color:#1466FF;
	font-size:12px;
	margin: 0;
	padding: 0;
	line-height:.9em;
}
.linkrow a:hover {
	text-decoration: underline;
	color: silver;
}
.courseProgress {
	color: #666;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding:0;
	line-height: .9em;
	display:inline;
}
.dashboard {
	background-color: #555866;
	padding: 8px;
	border-radius:5px;
}
#gps_progress {
	margin-bottom: 15px;
	display:flex;
}
.head-label,
.briia-bucks,
.steps-to-next {
	font-weight: 501;
	font-size: 18px;
	display: inline-block;
	color: white;
}
.data-row,
.row-label,
.row-value {
	display: inline-block;
	color:white;
	font-size: 12px;
}
.data-row {
	width: 100%;
}
.row-label {
	padding-left: 30px;
	width: 120px;
}
.row-value {
	text-align: left;
	width: 95px;
}
.dashboard .row-value {
	width: unset;
}
.row-right {
	float: right;
	padding-right:15px;
	font-size: 18px;
}

.initial,
.accomplished,
.togo
 {
	width: 100%;
	height: 25px;
	padding-left:5px;
	padding-top:3px;
	display:inline-block;
	font-size:12px;
	font-family:Poppins, sans-serif;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.togo {
	flex: 1;
}
.initial {
	background-color: #1466FF;
	color:#fff;
	border-right: lime solid 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.accomplished {
	background-color: #FFCD00;
	border-right: red solid 3px;
}
.togo {
	background-color: #cacaca;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.incentives {
	margin-top: 25px;
	margin-bottom: 50px;
}
.incentives,
.briia-bucks,
.steps-to-next {
	display:inline-block;
}
.briia-bucks,
.steps-to-next {
	padding-left: 10px;
}
#filter_map {
	display: inline;
	float:right;
	margin-right:30px;
	cursor:pointer;
}
ul.dropdown-menu.inner.show {
	font-size: 13px;
}
.filter-option {
	font-size:13px;
}
.subsetSelect {
	float:right;
	display:inline;
	margin-right:15px;
}
.subset {
	font-size: 14px;
	cursor: pointer;
	color:#F7941D;
	font-weight:300;
}

.input-title {
	padding-left:7px;
	padding-top: 0;
	font-weight: 300;
	display:table-cell;
}

button:disabled,
button:hover:disabled {
	color:white;
	background-color: #dadada;
	cursor: not-allowed;
}
#gps_chart .lead {
	font-size: 16px;
	text-align:left;
}
#gps_chart li {
	font-weight:300;
	font-size: 16px;
}
#gps_chart ul {
	margin-bottom: 15px;
}
.msg-wrapper {
	display: none;
	z-index: 200;
	min-height:46px;
	padding: 10px;
	border:none;
	width:100%;
	margin-top:15px;
	border-radius:6px;
}
#msgs {
	display:inline;
}
#dismiss {
	display: inline;
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: bold;
	cursor:pointer;
	padding: 0 6px;
	border-top-right-radius: 6px;
}
#dismiss:hover {
	background-color:#444;
	color: white;
}
.enabled {
	width:100%;
	border: thin solid silver;
	border-radius:3px;
	padding-left: 5px;
}
.admin .enabled {
	border-radius: 7px;
	width: 90%;
	height: 40px;
}
.error {
	border: 2px solid #ff0000;
	color:#111111;
	display:block;
}
#courses_body h4 {
	margin-top: 25px;
	margin-left:-15px;
	padding: 0 5px 3px 5px;
	background-color: darkorchid;
	color:#fff;
	line-height: revert;
	border-radius:4px;
	min-width:300px;
}
.selected-option {
	margin-left:25px;
	color: #1466FF;
	margin-bottom: 10px;
}
.course.card,
.membership.card {
	border: 2px solid darkorchid;
	height:440px;
	width:300px;
	min-width:300px;
	margin-right:15px;
}
.course-group,
.course-group-next {
	background-color: darkorchid;
	color: white;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 15px;
}
.course-group-next {
	background-color: darkgrey;
	margin-top: 40px;
}
.course-group h5,
.course-group-next h5 {
	margin-bottom: .3rem;
	padding: 5px 0;
}
.course.card.course-focus {
	border: 9px solid #F7941D;
}
.course .card-img-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.course.card.course-focus .card-img-top a img {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.prerequisites {
	border: silver solid 2px !important;
}
.greyout {
	color: gainsboro !important;
	cursor:not-allowed;
}
#steps .required,
#advPgm_tab_body .required,
#steps_tab_body .required,
#advPgm_panel_body .required,
#steps_panel_body .required {
	border: 3px solid #6A041D;
	border-radius: 11px;
}
.membership.card {
	border-color: #0E2A7C;
}
.service.card,
.resource.card {
	border: 2px solid #666600;
	height:450px;
	width:268px;
	min-width:268px;
	margin-right:15px;
	margin-bottom: 15px;
}
.resource.card {
	height: 380px;
}
.img-blur{
  position: relative;
  display: inline-block;
}
.img-blur:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 5px 5px #ffffff;
}
.service .card-body,
.resource .card-body {
	padding:0;
	display: block;
}
.service .card-title,
.resource .card-title {
	font-size: 16px;
	font-weight: 401;
}
/*** RATINGS ****/
.left {
  float: left;
}
.right {
  float: right;
}

/* .rating .stars {
  margin-right: 5px;
}

.rating .stars .star {
  float: left;
  padding: 0px 2px;
  cursor: pointer;
  display:inline;
}
.rating .stars .star:before {
  font-family: 'FontAwesome';
  content: '\f005';
  color: #d0e8f0;
  font-size: 1em;
}

.rating .stars .star:hover:before,
.rating .stars .star.to_rate:before,
.rating .stars .star.rated:before {
  color: #80c1d5;
}

.rating .stars .star.no_to_rate:before {
  color: #d0e8f0;
} */
.rating {
	margin-right: 5px;
}
span.stars, span.stars span {
    display: block;
    background: url(https://briia.sfo2.digitaloceanspaces.com/images/tia/star_blue_16x16.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}
.course .card-img-top a img,
.membership .card-img-top a img,
.one-course img {
	max-height:237px;
	border-top-right-radius:4px;
	border-top-left-radius: 4px;
}
.one-course img {
	max-height: 300px;
	border-radius:4px;
}
.one-course ul.list-key-points li {
	font-size: 1.1rem;
}
.course .card-body,
.membership .card-body {
	padding:3px 11px 8px 11px;
	display: block;
}
.course .card-title,
.membership .card-title
 {
	font-size:19px;
	font-weight: 501;
}
.service-title,
.resource-title {
	background:#FFE44D;
	padding-left:11px;
	padding-bottom:3px;
}
.resource-title {
	background: #807226;
	color:white;
}
.service-type,
.resource-type {
	display:block;
	margin-top:2px;
	margin-bottom:2px;
	padding-left: 11px;
	font-weight:300;
	font-size:12px;
	font-variant:small-caps;
}
.service .card-text,
.resource .card-text {
	font-size:13px;
	height:80px;
	padding-left:11px;
	padding-right: 11px;
	display: block;
	font-family: Rubik, sans-serif;
}
.resource .card-text {
	overflow:hidden;
	height: 77px;
}
.course-path {
	display:block;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:300;
	font-size:12px;
	font-variant:small-caps;
}
.course .card-text,
.membership .card-text {
	font-size:12px;
	height:90px;
	overflow: hidden;
	color:#777777;
}
.course-actions,
.service-actions,
.membership-actions,
.resource-actions {
	font-size:12px;
	position:absolute;
	bottom:8px;
	left:10px;
	width:100%;
}
.course-pay .modal-content,
.service-pay .modal-content {
	min-height: 350px;
}
.course-progress {
	width:25%;
	display:inline-block;
}
.course-progress-bar {
	height:14px;
	border: thin solid #1466FF;
	width:100px;
	display:inline-block;
	vertical-align:middle;
}
.course-progress-fill {
	background-color: #1466FF;
	width:30px;
	height:14px;
	position:relative;
	top:-1px;
	left:0;
}
.progress-label {
	font-size:11px;
	position:relative;
	width:100px;
	height: 14px;
	top: -17px;
	left: 2px;
	color:white;
	z-index: 120;
}
.progress {
	background: rgba(255,255,255,0.1);
	justify-content: flex-start;
	border-radius: 100px;
	align-items: center;
	position: relative;
	padding: 0 5px;
	display: flex;
	height: 34px;
	width: 500px;
	max-width:100%;
	text-align: center;
	margin:auto;
}

.progress-value {
	animation: load 4s normal forwards;
	box-shadow: 0 10px 40px -10px #fff;
	border-radius: 100px;
	background: #1466ff;
	height: 24px;
	width: 0;
	color: white;
}

@keyframes load {
	0% { width: 0; }
	100% { width: 100%; }
}

.book-meeting {
	padding-right: 15px;
}

.course-bottom-right,
.membership-bottom-right,
.service-bottom-right,
.resource-bottom-right {
	position:absolute;
	right:0;
	bottom:0;
	width:45%;
	text-align: right;
	padding-right: 3px;
	display:inline-block;
}
.service-bottom-right,
.resource-bottom-right {
	right:5px;
}
.course-bottom-left,
.service-bottom-left {
	display:inline;
	width:45%;
}
.service-bottom-left,
.resource-bottom-left {
	padding-left:25px;
}
.service-bottom-left img {
	max-height: 54px;
}
.resource-bottom-left {
	position:absolute;
	bottom:0;
	width: 45%;
}
.course-bottom-center {
	margin:auto;
	display:inline;
}
.completed {
	border: none;
}
.completed img {
	-webkit-filter: grayscale(100%) opacity(50%);
	filter: grayscale(100%) opacity(50%);
}
.strLimiter {
	color:#1466FF;
	cursor: pointer;
}

#mentors_body .card,
.card.mentor,
.card.membership {
	width: 240px;
	max-width: 240px;
	margin-right:15px;
	margin-bottom:15px;
}
.mentor .card-body {
	display: block;
}
.mentor .card-body button{
	font-size: 12px;
	display:inline;
}
.mentor ul {
	list-style-type: '\2022';
	padding-left:16px;
	font-family: Rubik, sans-serif;
}
.mentor li {
	padding-left: 8px;
}
.mentor .mentor-img,
.mentor .mentor-expertise,
.mentor .mentor-meetings,
.mentor .step-connection {
	display: inline-block;
	font-size:14px;
}
.mentor .mentor-img {
	margin-left:25px;
}
.mentor .mentor-img a {
	display: flex;
}
.mentor .mentor-img a img,
.mentor .mentor-img a div {
	max-height:80px;
	min-height: 80px;
	display:inline;
	margin-top:8px;
	border-radius:50%;
}
.mentor .mentor-meetings {
	margin-left:8px;
	min-height: 95px;
}
.mentor .heading {
	color:#3057CB;
}
.mentor .mentor-meetings ul {
	list-style: none;
	font-size:12px;
	padding-left:10px;
	margin-bottom: 0;
}
.mentor-meetings li {
	padding-left: 8px;
	line-height:1.2em;
	padding-top:5px;
}
.mentor-meetings li .line-2 {
	font-size: 10px;
	padding-left:8px;
}
.mentor-meetings li a {
	color:#1466FF;
}
.mentor-meetings .more {
	padding-left:16px;
}
.mentor-meetings .more a {
	font-size:10px;
	color: #1466FF;
}
.mentor-meetings .more ul,
.mentor-meetings .more ul li {
	padding-left: 0;
}
.mentor-name {
	display:inline-block;
	font-size: 18px;
	font-weight: 501;
	margin-left: 8px;
	width: 54%;
	line-height: 1.4em;
	position: absolute;
	top: 3px;
}
.mentor-name button {
	margin-top: 6px;
}
.mentor-expertise {
	font-size: 14px;
	margin-top:15px;
	margin-left:8px;
	height:100px;
}
.mentor-blurb {
	font-size: 14px;
	padding-right: 5px;
	height:160px;

}
.mentor-rate {
	text-align: left;
	height: 27px;
	font-size:14px;
	display:inline-flex;
	padding-left:8px;
	font-family: Poppins, Heebo,sans-serif;
	color: #555;
}
.mentor-social {
	height: 30px;
	display:inline-flex;
	float:right;
}
.mentor-social img {
	margin-right:8px;
}
.mentor hr {
	margin-top:0;
	margin-bottom:8px;
}
.mentor_msg {
	font-size: 10px;
	width:100%;
}
.profile-link {
	font-size: 13px;
	margin-bottom: 10px;
}
.pending {
	border-top: 5px solid darkorange;
}
.success {
	background-color: green;
	color: white;
	margin-top:10px;
	margin-left:-3px;
	padding-left: 3px;
}
.confirmed {
	border-top: 5px solid #1466FF;
}
.subcategory {
	display: inline;
}
.top-info {
	display: inline;
}
.mentor-status-pending,
.mentor-status-confirmed {
	color: darkorange;
	font-size:10px;
	float: left;
	margin-top: -6px;
	display:inline;
}
.mentor-status-confirmed {
	color: #1466FF;
}
.mentor-remove {
	float:right;
	padding-right: 5px;
	margin-top: -8px;
	font-size: 16px;
	color:#333;
	font-weight: bold;
	display:inline;
	cursor:pointer;
}
.mentor-remove:hover {
	color: #dedede;
}
[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1.6em;
  width:2.3em;
  height:2.3em;
  line-height:2.3em;
  text-align:center;
  border-radius:50%;
  background:navajowhite;
  vertical-align:middle;
  margin-left:0;
  margin-bottom:8px;
  color:#333;
  font-weight:501;
 }
 /*=== Schedule ===*/
.eventDate,
.eventTitle {
	font-size:16px;
	color:#333;
}
.eventDate {
	display:inline-flex;
	margin-left:15px;
	font-weight: 501;
	color: #6A041D;
}
.eventTitle {
	font-size: 14px;
	margin-left: 30px;
}
.eventTitle a {
	color: #1466FF;
}
.one-resource h4 {
	color: chocolate;
	margin-top: 20px;
}
.one-resource ul li,
.one-resource p {
	background-color: transparent;
	font-size: 16px;
}

/*=== Assessment Check ===*/
.assessment_check h5 {
	margin-top:25px;
	color: #111;
}
#form-messages h4 {
	color:darkslategray;
	margin-bottom: 0;
}
#form-messages span {
	color:darkslategray;
	font-size: 12px;
	font-style: italic;
}
#form-messages a {
	color: #1466FF;
	text-decoration: none;
}
/*=== guide_profile ===*/
.guide-profile,
.guide-profile .lead,
.one-service .lead {
	font-size: 1rem;
	font-family: Poppins,Rubik,sans-serif;
	font-weight: 300;
}
.guide-profile .linkedin,
.guide-profile .twitter {
	display: inline;
	margin-right: 15px;
}
.linkedin i,
.twitter i {
	color: #3C61CE;
}
.guide-profile img {
	vertical-align: top;
	max-height: 250px;
	border-radius: 6px;
	display:inline;
	float: left;
	margin: 0 15px 15px 0;
}
ul.list-key-points {
	list-style: none;
	line-height: 1.4rem;
	letter-spacing: .02em;
	color:black;
}
ul.list-key-points li::before {
	content: "\2022";
	color: gainsboro;
	font-weight: 300;
	font-size: 1rem;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.spacer {
	min-height: 50px;
}

.label {
	width:32%;
}
.value {
	width: 70%;
}
.overview h4 {
	margin-top: 2rem;
}
.overview ul {
	list-style: none;
}
.overview li {
	margin-bottom: 15px;
}
.overview ul li::before {
	color: #bababa;
	content: "\2022";
	display:inline-block;
	font-size: 1.5em;
	width: .7em;
	vertical-align: bottom;
	margin-left: -17px;
}
.pw_reset #form-messages.loader,
 .pay_loader{
	border: 0 solid white;
	border-top: 11px solid #1466FF;
	border-bottom: 11px solid #1466ff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
    font-size:13px;
    margin: 20px auto 0 auto;
    animation: spin 3s linear infinite;
    text-align: center;
    padding-top:22px;
}
.pay_loader {
	padding: 15px 0;
	width: 70px;
	height:70px;
}
#form-messages,
#promocode-messages {
	text-align: center;
	margin-bottom:10px;
	margin-top: 10px;
}
.pw_reset .success {
	background-color: transparent;
	padding: 5px 16px;
	color: green;
}
.pw_reset .error {
	color: orangered;
	border: none;
	background-color:transparent;
	padding: 5px 16px;
}
/* ** passwords and accounts ** */
#pswd_info > ul,
#pswd_info > li {
    margin:0;
    padding:0;
    list-style-type:none;
}
#pswd_info {
    position:absolute;
    bottom: -115px\9; /* IE Specific */
    right:15px;
    width:290px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    z-index: 300;
}
#registration_form #pswd_info {
	bottom: 25px;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
    font-size: 14px;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:12px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
.invalid {
    background:url(../images/error.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/accept.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
.scorecard .valid {
	background-position-y: 6px;
}
.scorecard .invalid {
	background-position-y: 6px;
}
#pswd_info {
    display: none;
}
.pw_reset.error {
	border:none;
	background-color: unset;
}

.video-wrapper {
	margin: auto;
}
.video-wrapper video {
	width: 100%;
}
.welcome-video #content {
	width: 100%;
	padding:0;
	position: relative;
}
#btnComplete {
	border:none;
}
#btnComplete.disabled {
	display: none;
}
#btnComplete.enabled {
	display: block;
}
.terms {
	font-size:13px;
}
.scorecard .terms {
	font-size: 12px;
}


 /*puts red frames around all blocks*/
 /* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */

/* --------------- */
/* Calendar Styles */
/* --------------- */

.calweek table {
	font-family: 'Poppins Light', Heebo, sans-serif;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}
.calweek {
	table-layout: fixed;
  	margin-bottom: 50px;
}
.calweek table thead tr th {
  background: #A89BEF;
  color: #333;
  padding: 0.5em;
  overflow: hidden;
  text-align: center;
  border-top: thin solid gainsboro;
}
.calweek table thead tr:first-child th {
  border-bottom: thin solid silver;
}
/* .calweek table thead tr th:first-child {
  border-radius: 5px 0 0 0;
}
.calweek table thead tr th:last-child {
  border-radius: 0 5px  0 0;
} */
.calweek table thead tr th .day {
  display: block;
  font-size: 1.2em;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  padding: 5px;
  line-height: 1.8;
}
.calweek table thead tr th .day.active {
  background: #efefef;
  color: silver;
}
.calweek table thead tr th .short {
  display: none;
}
.calweek table thead tr th i {
  vertical-align: middle;
  font-size: 2em;
}
.calweek table tbody tr {
  background: #fafafa;
}
.calweek table tbody tr:nth-child(odd) {
  background: #E0E0E0;
}
.calweek table tbody tr:nth-child(2n+0) td {
  border-bottom: thin solid silver;
}
.calweek table tbody tr td {
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 32px;
}
.calweek table tbody tr:nth-child(2n+0) td:not(:first-child):hover {
  background-color: #1466FF;
  color: whitesmoke;
}
.calweek table tbody tr:nth-child(odd) td:not(:first-child):hover {
  background-color: #1466FF;
  color: whitesmoke;
}
a.book-meeting:hover {
  background-color: inherit;
}


.calweek table tbody tr td a {
  cursor:pointer;
}
.calweek table tbody tr td:last-child {
  border-right: thin solid silver;
}
.calweek table tbody tr td.hour{
  background: #A89BEF;
  color: #222;
}
.calweek table tbody tr:nth-child(2n+0) td.hour {
  font-size: 1.1em;
  padding: 0;
  border-collapse: separate;
  min-width: 35px;
  cursor: default;
}
.calweek table tbody tr:first-child(odd) td.hour {
  border-top: thin solid silver;
}
.calweek table tbody tr td.hour span {
  display: block;
}
.book-meeting .label {
	text-align: right;
	padding-right: 10px;
	font-family: Poppins, sans-serif;
	vertical-align: inherit;
}
.book-meeting tr {
	padding-top: 20px;
}
.book-meeting textarea,
.book-meeting input,
.cancel-meeting textarea,
.enter-card input
 {
	border:thin solid #e8e8e8;
	border-radius: 3px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #2f3dff;
}
.book-meeting input {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color:#061D61;
	font-weight: 501;
	vertical-align: baseline;
}

.meeting-datetime {
	font-size: 24px;
	font-weight: 501;
	text-align: center;
}
.meeting-mentor-name {
	font-size: 24px;
	font-weight: 501;
	text-align: center;
}

.book-meeting .timezone {
	font-size: 16px;
	margin: auto;
	font-weight: 400;
	text-align: center;
	padding-bottom:10px;
}
.book-meeting button {
	background-color: #2f3dff;
	color: white;
	height: 37px;
	padding: 5px 22px;
	border:none;
	margin: 15px;
	border-radius: 3px;
}
.container.enter-card {
	padding-right: 15px;
}
.accept-meeting button,
.reject-meeting button,
.complete-meeting button,
.cancel-meeting button,
.enter-card button {
	background-color: #1466FF;
	color: white;
	height: 37px;
	padding: 5px 22px;
	border:none;
	margin: 15px;
	border-radius: 3px;
}
.accept-meeting .form-group {
	display: block;
	text-align: center;
	margin-bottom: 0;
}
.accept-meeting .form-check-inline {
	align-items: unset;
}
.accept-meeting .form-check-inline input {
/*necessary for chrome on mac*/
	width: auto;
}
#card-element,
#cardholder-name {
	border: thin solid gainsboro;
	border-radius: 4px;
	padding:3px;
	background-color: white;
	min-height: 37px;
}
.payments #card-element,
.advanced_payments #card_element {
	width: 100%;
}
#card-errors  {
	color: crimson;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 7px;
	padding: 5px;
	border-radius: 4px;
}
.advanced_payments #card-errors {
	color: inherit;
	font-family: Poppins, sans-serif;
	font-size: 14px;
}
.enter-card input {
	padding: 4px;
	border-radius: 4px;
}

tr.meeting-main-hilite {
    background-color: #6A041D;
	color: antiquewhite;
	font-weight: 600;
}
tr.meeting-main-hilite td {
	padding-bottom: 5px;
	padding-top: 2px;
	border-top: 3px solid gainsboro;
}
/* tr.meeting-topics-hilite {
    background-color: #bdcadb;
}
tr.meeting-message-hilite {
    background-color: #bdcadb;
} */
tr.meeting-top-space {
    border-bottom: solid 2px gainsboro;
}
tr.meeting-bottom-space td,
tr.disbursements-bottom-space td {
	padding-bottom: 15px;
}
tr.meeting-main {
	font-weight:501;
	font-size: 14px;
	background-color: moccasin;
	color:#222;
	border-top: solid 3px gainsboro;
}
tr.meeting-message {
	padding-bottom:15px;
}
tr.meeting-main td {
	padding-top:2px;
	padding-bottom: 5px;
}
tr.meeting-main td a {
	font-weight:600;
}
tr.meeting-main td a:hover {
	background-color:inherit;
	text-shadow: 0 0 1px peru;
}
p.listing {
	margin-bottom:0;
}
.listing a {
	font-weight:500;
	font-family: Rubik, sans-serif;
	color:#111111;
	font-size: .9rem;
}
.listing a:hover {
	background-color: silver;
	color: #1466FF;
}
.author {
	font-size: .85rem;
	margin-bottom:5px;
	font-family: Heebo,sans-serif;
	color:darkslategray;
}
.comment {
	font-size: .85rem;
	font-family: Heebo,sans-serif;
	color: darkorchid;
	padding-left:25px;
	margin-top: 8px;
}
.listing-tile {
	background-color: white;
	color:darkslategray;
	padding: 3px 7px;
	border-radius: 5px;
	border-top: thin solid #d7dfee;
	border-left: thin solid #d7dfee;
	box-shadow: 1px 1px #e8e8e8;
}
#oppty_calculator {
	float:right;
	clear: both;
	width: 300px;
	padding: 10px;
	margin-left: 20px;
	font-family: Rubik, sans-serif;
	font-weight: 300;
	background-color: darkmagenta;
	color:whitesmoke;
	border-radius: 8px;
}

#oppty_calculator hr {
	background-color: slategray;
	margin-bottom:10px;
}

#oppty_calculator input {
	text-align: right;
	border-radius: 5px;
	padding-right: 6px;
	width:85px;
	float:right;
	box-shadow: none;
	border:inset 1px;
}
.oppty_guide {
	font-size:11px;
	margin-top: -10px;
	margin-bottom: 8px;
}
#oppty_result {
	margin-top: 25px;
	border: thin solid whitesmoke;
	border-radius: 5px;
	background-color:#BA7EBA;
	color: white;
}
#oppty_result .box-label {
	font-size:12px;
	margin-top: -19px;
	margin-left: 0;
}
.result {
	color: lavender;
	font-size: 18px;
	font-weight:400;
	font-family: Poppins, sans-serif;
	font-variant:all-small-caps;
	margin-top: 5px;
	text-align: center;
	padding-bottom:7px;
}
.result span {
	font-variant: none;
	font-size: 14px;
}
#oppty_calculator input:invalid {
	border: red solid 3px;
}
.caveat {
	font-size: 9px;
	font-style: italic;
	color:whitesmoke;
	text-align: center;
	margin-top:20px;
}
.read-online ul {
	list-style: none;
}
.read-online ul li::before {
	content: "\2022";
	color: grey;
	font-size: 1.2rem;
	display: inline-block;
	width: .4em;
}
.read-online ul li {
	text-indent: -.43em;
}
.read-online h5 {
	margin-top:15px;
	font-variant: all-small-caps;
	font-weight: bold;
}
.read-online .question {
	margin-left: 15px;
	margin-bottom: 30px;
}

.loader {
    border: 0 solid white;
    border-top: 11px solid #1466FF;
    border-bottom: 11px solid #1466ff;
    border-radius: 50%;
    font-size:11px;
    width: 70px;
    height: 70px;
    animation: spin 3s linear infinite;
    text-align: center;
    padding-top:9px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#pending_body.loader,
#past_meetings_body.loader,
#mentor_settings_body.loader {
	min-height: 90px;
	width: 90px;
	font-size:14px;
	padding-top:10px;
}
.scorecard .loader {
	padding-top: 16px;
}
.map .loader {
	width: 80px;
	height: 80px;
}
.login .loader {
	border: 0 solid white;
	border-top: 11px solid #1466FF;
	border-bottom: 11px solid #1466FF;
	border-radius: 50%;
	font-size:11px;
	width: 80px;
	height: 80px;
	animation: spin 3s linear infinite;
	text-align: center;
	padding-top:19px;
	margin-top:30px !important;
}
.paths a.dropdown-toggle,
.segments a.dropdown-toggle,
.steps a.dropdown-toggle{
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.segments ul li,
.steps ul li {
	background-color: inherit;
}
table.pending_table {
	width: 100%;
	line-height: 1.1em;
	font-family: Heebo, sans-serif;
}
.pending_table th,
.pending_table td {
	text-align:center;
	font-size: 14px;
}
.pending_table tr.meeting-main {
	font-weight:500;
	font-size: 14px;
	background-color: moccasin;
	color:#222;
}
.pending_table tr.meeting-main td {
	padding-bottom: 5px;
}
.pending_table td.row-label {
	padding-right: 7px;
	text-align: right;
	font-variant: all-small-caps;
	color: #111111;
	font-size: 14px;
}
.pending_table td.long-text {
	font-size:14px;
	text-align:left;
	padding-left: 5px;
	color: #777;
}
.pending_table .separator {
	border-top: solid thin #1466FF;
	padding-bottom:10px;
}
#mentor_settings_body .group-head {
	margin-top: 15px;
	padding-top: 7px;
	width:100%;
}
#mentor_settings_body .group-head:not(:first-child) {
	border-top: 1px solid silver;
}
#mentor_settings_body .group-head h4 {
	font-size:18px;
	font-weight: 501;
	color:#2f3dff;
	padding-left: 0;
}
#mentor_settings_body .sub-head span {
	font-weight: 501;
	color:#6A041D;
	background-color: rgba(250,240,230,1);
	padding: 2px 5px;
}
#mentor_settings_body li {
	margin-left:19px;
}
.table-nostriped tbody tr:nth-of-type(odd) {
	background-color:transparent;
}
#edit_settings {
	float:right;
	border-radius:  4px;
	position: relative;
	top: -5px;
	right: 15px;
	padding:0 5px 3px 5px;
}
#edit_settings:hover {
	background-color: gray;
}
#edit_settings a:hover {
	background-color: gray;
	color: white;
}
.mentor_onboard .btn-black {
	border: none;
	height: 45px;
	padding: 3px 18px;
	min-width: 170px;
}
div#watermark {
    position: fixed;
    width: 100%;
    height: 62%;
    z-index: 99999;
    background: url('https://briia.sfo2.digitaloceanspaces.com/images/coming_soon_watermark.png') center center no-repeat;
    pointer-events: none;
	top:20px;
}
.checkin {
	font-family: Poppins, Heebo, sans-serif;
}
.checkin .question {
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 7px;
	font-family: Rubik, Poppins, sans-serif;
}
.checkin .choice-label {
	padding-left: 7px;
	width: 90%;
	vertical-align:top;
	margin-top: -2px;
}
.emphasis {
	font-weight:501;
}
.cda .para,
.privacy .para {
	color:#333333;
}
.cda .subhead,
.cda .subpara,
.privacy .subhead,
.privacy .subpara {
	margin-left: 20px;
}
.cda .important,
.privacy .head,
.privacy .important {
	font-weight: bold;
	color: #555555;
}
.privacy ul li {
	background-color: transparent;
}
.cda-link {
	position: relative;
	left: 0;
	display:block;
}
.input-line {
	border: none;
	border-bottom: thin solid silver;
	width: 95px;
	padding-left:3px;
	text-align:left;
}
.preview li {
	margin-bottom: 5px;
}
.preview .item-title {
	font-size: 18px;
	font-weight: 500;
	color: chocolate;
	background-color: whitesmoke;
	margin-right: 15px;
	padding-left: 0;
	border-top: thin solid gainsboro;
}
.preview .item-body {
	font-size: 14px;
	font-weight: 300;
	padding-left:18px;
}
#customPlan {
	float: right;
	display: inline;
	font-size:16px;
	color:crimson;
	margin-top: 15px;
	padding:5px;
	background-color: rgba(255,0,0,.3);
}
.past-workshop {
	background-color: lightslategrey !important;
}

/*** stars and ratings ***/
 .rating {
	 margin: auto;
 }
.stars {
	margin-right: 15px;
}
.stars .star {
	float: left;
	padding: 5px 2px;
	cursor: pointer;
}

.stars .star:before {
	font-family: "FontAwesome";
	content: "\f005";
	color: #eaeaea;
	font-size: 3em;
}

.stars .star:hover:before,
.stars .star.to_rate:before,
.stars .star.rated:before {
	color: #1466FF;
}

.stars .star.no_to_rate:before {
	color: #eaeaea;
}
.tri-pod h4 {
	margin-top: 7px;
}
.tri-pod img {
	border-radius: 5px;
}
/****   MEDIA QUERIES   ******/
@media (max-width: 60em) {
  .calweek table thead tr th .long {
    display: none;
  }
  .calweek table thead tr th .short {
    display: block;
  }
}
@media (max-width: 27em) {
  .calweek table thead tr th {
    font-size: 65%;
  }
  .calweek table thead tr th .day {
    display: block;
    font-size: 1.2em;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
    padding: 5px;
  }
  .calweek table thead tr th .day.active {
    background: #d1d5db;
    color: silver;
  }
  .calweek table tbody tr td.hour {
    font-size: 1.7em;
  }
}

@media(min-width: 1200px) {
	.tri-pod p {
		margin-left: 5%;
		margin-right: 5%;
	}
}
@media (max-width: 1200px) {

	.guide-order {
		width:5%;
	}
	.gps p.lead {
		font-size: 1.1rem;
	}
}

@media (max-width: 962px) {
	.seg-status img,
	.seg-status span {
		right: -35px;
	}
	#start_gps {
		margin-top: 0;
	}
}

@media (max-width: 922px) {
	.menu-icon {
		position: absolute;
		left:10px;
		top: 19px;
		font-size: 28px;
		color: whitesmoke;
		display: inline;
	}
	.subnav {
		display: none;
	}
}
@media (max-width: 768px) {

	.seg-status img,
	.seg-status span {
		right: -30px;
	}
	.guide-order {
		width:6%;
	}
	#bucks {
		text-align: left;
	}
	.head-label,
	.briia-bucks,
	.steps-to-next {
		font-size: 14px;
	}
	.gps p.lead {
		font-size: 1rem;
	}
	.copyright {
		border:none;
	}
	.path {
		display: none;
	}
 }

@media (max-width: 750px) {
	#start_gps {
		margin-top: 15px;
	}
}

@media (max-width: 576px) {

	.seg-status img,
	.seg-status span {
		right: -20px;
	}
	section.mymap .material-icons {
		  display: none;
	  }
	div.dropdown.bootstrap-select.show-tick {
		  max-width: 145px;
		  float:left;
	}
	.header-detail-hide {
		padding-left: 25px;
	}
	.step-name {
		width:79%;
	}
	.tri-pod p {
		margin-left: 3%;
		margin-right: 3%;
	}
 }
