/* General Stuff */

body {
	background-color: #fff;
	font-family:  Helvetica, Arial, sans-serif;
	margin-top: 65px;
	overflow-x: hidden;
}

a {
	color: #941616;
}

a:hover {
	color: #aa3030;
}

h1, h2, h3,
h4, h5, h6,
.btn {
	font-family:  'Oswald', sans-serif;
}

.subheader {
  margin-top: -8px;
  padding-bottom: 10px
}

.content {
  padding-bottom: 15px;
}

#height-ref {
	z-index: 10;
}

.text-white {
	color: #fff;
}

.cert-desktop {
	display: none;
}

/* Switches */

.switch {
	font-size: 1rem;
	position: relative;
	top:.5em;
}

.switch input {
	position: absolute;
	height: 1px;
	width: 1px;
	background: none;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	padding: 0;
	
}

.switch input + label {
	position: relative;
	width: calc(calc(2.375rem * .8) * 2);
	border-radius: calc(2.375rem * .8);
	height: calc(2.375rem * .8);
	line-height: calc(2.375rem * .8);
	display: inline-block;
	cursor: pointer;
	outline: none;
	user-select: none;
	vertical-align: middle;
	text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input + label::before,
.switch input + label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(calc(2.375rem * .8) * 2);
	bottom: 0;
	display: block;
}

.switch input + label::before {
	right: 0;
	background-color: #dee2e6;
	border-radius: calc(2.375rem * .8);
	transition: 0.2s all;
}

.switch input + label::after {
	top: 2px;
	left: 2px;
	width: calc(calc(2.375rem * .8) - calc(2px * 2));
	height: calc(calc(2.375rem * .8) - calc(2px * 2));
	border-radius: 50%;
	background-color: white;
	transition: 0.2s all;
}

.switch input:checked + label::before {
	background-color: #941616;
}

.switch input:checked + label::after {
	margin-left: calc(2.375rem * .8);
}

.switch input:focus + label::before {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled + label {
	color: #868e96;
	cursor: not-allowed;
}

.switch input:disabled + label::before {
	background-color: #e9ecef;
}

.switch + .switch {
	margin-left: 1rem;
}


/* Branding */

.bg-red {
	background-color: #941616;
}

.navbar-brand {
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	max-width: 285px;
}


/* Profile Overview */

.profile {
	background-color: #e8e8e8;
}

#profile-pic-mobile {
	text-align: center;
	padding: 10px 15px 12px 15px;
}

#profile-pic-uploader {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: auto;
	display: inline-block;
	z-index: 5;
}

.profile-pic {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	width: 200px;
	margin: 0 auto;
}

.profile-right {
	display: none;
	padding-top: 25px;
	padding: 20px;
}

.profile-right .row {
	margin-right: 0;
	margin-left: 0;
}

.profile-desc {
	text-align: center;
	padding: 0 0 20px 0;
}

.profile-name {
	color: #941616;
}

.profile-social {
	display: none;
	padding: 0 20px;
}

.profile-one-line {
	margin-bottom: 0;
}

.profile-sec .sec-icon {
  display: flex;
  justify-content: center;
}

.profile-sec {
	padding: 6px 10px;
}

.social-icon {
	display: inline-block;
	margin: 0 2px;
	padding: 3px;
}

.social-icon {
	font-size: 30px;
}

.fa-facebook-square {
	color: #3B5998;
}

.fa-twitter-square {
	color: #1DA1F2;
}

.fa-google-plus-square {
	color: #DB4437;
}

.fa-linkedin {
	color: #0077B5;
}

.fa-pinterest-square {
	color: #BD081C;
}

.fa-youtube-square{
	color: #cd201f;
}

.fa-instagram {
	color: #e4405f;
}

.sec-icon {
	font-size: 23px;
}


/* Page Section Navigation */

.nav-pills .nav-link {
    border-radius: 0;
    transition: all 320ms;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 0;
}

.nav-pills .nav-link {
	color: #fff;
	background-color: #941616;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
	background-color: #fff;
	color: #941616;
}

.page-nav {
	background: #941616;
}


/* Subsections (About, Why Me, Etc.) */

.subsection {
	display: none;
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
	padding: 20px 0;
}

.subsection:not(#contact-me) {
	padding: 25px;
}

.subsection#about-me {
	padding-left: 10px;
}

.shown {
	display: flex;
}

.why-me-subhead {
	color: #212529;
	display: block;
	font-size: 1.2em;
	padding-bottom: 25px;
}

.why-me-list {
	font-size: 1.2em;
	line-height: 2.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.why-me-list .fa-dollar {
	color: green;
	display: inline-block;
	padding-right: 0.4em;
}

.left-panel {
	padding-right: 0 !important;
}

.about-content.first{
	padding-top: 15px;
}


/* Right Panel */

.right-panel {
	display: none;
	background-color: rgb(212, 212, 212);
	height: 95%;
	right: 0;
	z-index: 11;
}

#height-ref {
	padding-right: 0;
	padding-left: 0;
}

.call-out {
	padding: 25px 15px 10px 15px;
}

.call-out-text {
	padding: 30px 7px;	
}

.call-out-header {
	font-size: 1.9em;
}

.recruiter-inputs {
	width: 100%;
	padding: 0px 7px;
	padding-right: 15px;
}

.additional-data {
  padding: 20px;
}

.first-calc,
.second-calc {
  padding: 10px 0;
}

.data-result {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: #fff;
	padding: 10px 20px;
	text-align: right;
	position: relative;
}

.data-result:before {
	display: block;
	clear: both;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #575757;
	z-index: -1;
	top: 0;
	left: 0;
}

.data-result:after {
	display: block;
	clear: both;
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: #941616;
	z-index: -1;
	top: 0;
	left: 0;
	transition: width 300ms;
}

.data-result.active:after {
	width: 100%;
}

.data-label {
	font-weight: bold;
}

#sharing {
	display: none;
}

#sharing-mobile {
	margin-top: 100px;
	padding: 40px;
	background-color: #d4d4d4;
	width: 100%;
	transition: all 400ms;
}

#sharing-mobile.active {
	text-shadow: 0 0 10px #fff;
	background-color: #333;
	color: #fff;
}

#logout-desktop {
	display: none;
}

#logout-mobile {
	padding: 10px 20px;
}


/* Sidebar Stats SVGs */

.score-circle {
  stroke: #941616;
  transition: stroke-dashoffset 500ms ease-in;
}

.score-empty {
  stroke: #ddd;
}

.score-text {
  fill: #941616;
  font: bold 3.2rem Helvetica, Arial, sans-serif;
}

.button {
  margin-top: 2rem;
  font: bold 1.75rem Helvetica, Arial, sans-serif;
  padding: 0.5rem 1.5rem;
  background: transparent;
  border: 6px solid;
  cursor: pointer;
  box-shadow: 3px 3px 0 #1e1935;
}

.alt-design {
	padding: 0 40px;
}

.alt-design .data-label {
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
}

.alt-design .first-calc,
.alt-design .second-calc {
	padding-top: 20px;
}

/* Sidebar for edit profile */
.prog {
	width: 100%;
	height: 30px;
}
  
.prog-wrap {
	background: #941616;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}

.prog-wrap .prog-bar {
	background: #ddd;
	left: 0;
	position: absolute;
	top: 0;
}

.prog-num {
	padding-left: 15px;
	padding-top: 3px;
}

.progress-mobile {
	background-color: #d4d4d4;
	overflow: hidden;
}

.prog-dd-trigger {
	background-color: transparent;
	border-width: 0;
	transform: translate(-36px, 22px);
	transition: transform 400ms;
}

.prog-dd-trigger.active {
	transform: translate(-36px, 19px) rotate(180deg);
}

.prog-dd-trigger:focus {
	outline: none;
	box-shadow: none;
}

#progress-accordian .prog-bar-ctn,
#progress-accordian .todo {
	max-width: 85%;
	margin: 0 auto;
}

#progress-accordian .todo {
	overflow: hidden;
	max-height: 0px;
	transition: max-height 600ms;
}

#progress-accordian .todo.active {
	padding-bottom: 40px;
	max-height: 400px;
}

.mobile-controls-inner {
	padding: 22px 20px 0 20px;
}

.fa-hand-holding-usd {
	color: #961414;
}

/* Todo list */

.todo-list {
	padding: 3px 15px;
}

.todo-label {
	font-size: 1.2em;
}

.todo-item {
	padding: 2px 0;
}

.sidebar-bottom {
	position: absolute;
	bottom: 55px;
	padding: 20px;
}

.cert-link {
	transform: translate(15px, -25px);
}

.cert-link .link-btn {
	font-size: 1.3em;
}

.icons-social {
	margin-top: -5px;
	margin-bottom: 15px;
}

.profile-views {
	padding-top: 10px;
}

.sidebar-top {
	margin-top: 15px;
}


/* Checkmark style starts */
@keyframes dothabottomcheck {
	0% { height: 0; }
	100% { height: 8px; }
}

@keyframes dothatopcheck {
	0% { height: 0; }
	50% { height: 0; }
	100% { height: 22px; }
}

input[type=checkbox] {
	display: none;
}
  
.check-box {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 5px;
	position: relative;
	display: block;
	box-sizing: border-box;
	transition: border-color ease 0.2s;
	margin-bottom: 0;
	margin-right: 5px;
}

.check-box::before, .check-box::after {
	box-sizing: border-box;
	position: absolute;
	height: 0;
	width: 4px;
	background-color: #941616;
	display: inline-block;
	transform-origin: left top;
	border-radius: 5px;
	content: ' ';
	transition: opacity ease .5;
}

.check-box::before {
	top: 14px;
	left: 8px;
	box-shadow: 0 0 0 1px #d4d4d4;
	transform: rotate(-135deg);
}

.check-box::after {
	top: 7px;
	left: 1px;
	transform: rotate(-45deg);
}
  
input[type=checkbox]:checked + .check-box,
.check-box.checked {
	border-color: #941616;
}

input[type=checkbox]:checked + .check-box::after,
.check-box.checked::after {
	height: 8px;
	animation: dothabottomcheck 0.2s ease 0s forwards;
}

input[type=checkbox]:checked + .check-box::before,
.check-box.checked::before {
	height: 22px;
	animation: dothatopcheck 0.4s ease 0s forwards;
}

.link-btn {
	background-color: transparent;
	border-color: transparent;
	color: #961414;
	padding: 5px;
	position: relative;
	transition: opacity 500ms;
}

.link-btn:after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 2px;
	left: 0;
	height: 2px;
	background-color: #961414;
}

.link-btn:focus {
	outline: none;
	border: none;
	box-shadow: none;
}


/* General Form Stuff */

input.form-control {
	border: 2px solid #e8e8e8;
	padding: .7rem 1rem;
	position: relative;
}

.form-control:focus {
	box-shadow: none;
	border-color: #941616;
}

.input-icon {
  	color: #495057;
  	position: absolute;
  	bottom: 0.17rem;
  	right: 26px;
	font-size: 1.8em;
	transition: color .15s;
}

.no-radius {
	border-radius: 0 !important;
}

#profileContact .input-icon.location {
	left: 14px;
	bottom: 0.099rem;
}

#profileContact .input-icon {
	right: auto;
	left: 26px;
	bottom: 0.9rem;
}

#profileContact .form-group {
	margin-bottom: 1.5rem;
}

.input-icon.active {
  color: #941616;
}

#profileContact .input-icon.resume {
	color: #fff;
	left: 10px;
    bottom: 0.35rem;
}

input.btn.resume-btn {
	text-align: left;
    padding-left: 50px;
}

.contact-check {
  display: block;
  padding: 0.15rem 0;
}

.note-to {
  padding-top: 20px;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  background-color: #941616;
  color: #fff;
  height: 50px !important;
}

.data-ctn {
	justify-content: center;
	display: flex;
	padding-bottom: 20px;
}

input.contact--input.form-control {
	padding-left: 3em;
}

.position-fixed {
	position: relative !important;
}

select.contact--state {
	left: 0;
}

.contact--state {
	width: 100% !important;
}

.no-gutter--right {
	padding-left: 0 !important;
}

.signup-steps {
	display: none;
	max-width: 100%;
}

.signup-mobile-text {
	padding: 20px;
}

.upload-resume {
	cursor: pointer;
}

.no-padding {
	padding: 0 !important;
}

#loading-2 {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	z-index: -2;
	opacity: 0;
	transition: all 320ms;
	top: 0;
	left: 0;
	position: fixed;
}

#loading-2.active {
	z-index: 99999;
	opacity: 1;
}

.loading-circle-inner {
	padding: 30px;
	flex: 0 0 80%;
}

.loader-circle {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}

#loader-2:before, #loader-2:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 10px solid transparent;
	border-top-color: #941616;
}

#loader-2:before {
	z-index: 100;
	animation: spin 1s infinite;
}
  
#loader-2:after {
	border: 10px solid #fff;
}
  
@keyframes spin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media screen and (min-width: 768px) {

	.profile-pic {
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 5;
	}

	#profile-pic-uploader {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	#profile-pic-mobile {
		text-align: left;
		padding: 0;
	}

	.profile-center {
		background-color: #ddd;
	}

	.profile-center,
	.profile-right {
		padding: 20px;
	}

	.profile-right {
		display: block;
	}

	.profile-desc {
		padding: 20px;
		text-align: left;
	}

	.profile-social {
		display: block;
	}

	.nav-pills .nav-link {
		font-size: 18px;
		padding: 6px 0;
	}

	.subsection {
		padding: 40px;
	}
}


/* Responsive */
@media screen and (min-width: 992px) {
	.left-panel .position-fixed {
		width: 75%;
	}

	.position-fixed {
		position: fixed !important;
	}

	.cert-mobile {
		display: none;
	}

	.cert-desktop {
		display: flex;
	}

	.right-panel {
		display: block;
	}

	.progress-mobile {
		display: none;
	}

	.subsection {
		padding-top: 60px;
	}

	.mobile-controls {
		display: none;
	}

	#sharing {
		display: block;
	}

	#logout-desktop {
		display: block;
	}

	.signup-steps {
		display: block;
	}

	.signup-mobile-text {
		display: none;
	}
}

@media screen and (min-width: 1200px) {

	.data-ctn {
		justify-content: center;
		display: block;
		padding-bottom: 0;
	}

  	.left-panel .score {
    	height: 180px;
   		width: 180px;
  	}
  
	.right-panel .score {
    	height: 130px;
    	width: 130px;
	}

	.profile-right .row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.profile-right {
		background-color: #e8e8e8;
	}

	.profile-center {
		background-color: #e8e8e8;
	}
	
	.alt-design {
		padding: 0 20px;
		padding-top: 15px;
	}
}

@media screen and (min-width: 1440px) {
  	.left-panel .score {
    	height: 200px;
    	width: 200px;
  	}
  
  	.right-panel .score {
    	height: 150px;
    	width: 150px;
  	}

	.right-panel {
		height: 98%;
	}
}

@media screen and (min-width: 1660px) {
	.right-panel {
		height: 100%;
	}

	.xxl.col-xl-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.xxl.col-xl-9 {
		-ms-flex: 0 0 80%;
    	flex: 0 0 80%;
    	max-width: 80%;
	}
}

@media screen and (min-width: 1800px) {
	.xxl.col-xl-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.xxl.col-xl-9 {
		-ms-flex: 0 0 83.333333%;
    	flex: 0 0 83.333333%;
    	max-width: 83.333333%;
	}
}


/* Utilities */

.switchcontainer--padding {
	padding: 0;
}

.text-red {
	color: #941616;
}

.no-padding-right {
	padding-right: 0 !important;
}

.btn-red,
a.btn-red {
  	background-color: #941616;
  	color: #fff !important;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	transition: background-color 320ms;
	padding: 10px 35px;
}

.btn-red:hover {
  background-color: #aa3030;
}

.contact-user-ctn {
  bottom: 0;
  position: absolute;
  z-index: 10;
  transform: translate(0px, 45px);
}

.padding-top {
	padding-top: 12%;
}

.padding-top-less {
	padding-top: 5%;
}

.full-input {
	width: 100% !important;
	max-width: 100% !important;
}

.offset-left {
	margin-left: -6px;
}

.indeed-icon {
	width: 28px;
}

.gmg-indeed {
	margin-bottom: -11px;
  margin-top: -3px;
}