.centered {
	width: 100%;
	margin: auto;
	text-align: center;
}

a {
	color: cornflowerblue;
}

.h1-simple {
	color: #2b4a78;
	font-size: 36px;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	font-weight: 500;
}


.subtext-simple {
	color: #587baf;
	font-size: 16px;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	font-weight: 200;
}

.benchmarking-input {
	padding: 0.3em 0.7em;
	color: #587baf;
	font-size: 16px;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	font-weight: 200;
	border-radius: 5px;
	border: none;
	outline: none;
	background-color: white;
	box-shadow: 0 10px 20px 0 rgba(105,143,183,.1);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

@media ( max-width : 1024px) {
	.subtext-simple {
		font-size: 28px;
	}
}

.header-text {
	font-size: 28px;
	font-family: "Hind", "Avenir", "Helvetica", arial;
    line-height: 1.5;
}

.lightgray {
	color: lightgray;
}

.alertify-cover {
	background-color: black !important;
	opacity: 0.7 !important;
}

.alertify {
	border: 2px solid rgba(0,0,0,.7) !important;
	margin-top: 10vh !important; 
}

.alertify-button-ok, .alertify-button-ok:focus {
	background-color: cornflowerblue;
	border: none;
	text-shadow: none;
    box-shadow: none;
    background-image: none;
}

.alertify-button-ok:hover {
	background-color: cornflowerblue;
	border: none;
	text-shadow: none;
    background-image: none;
}

.alertify-button-cancel {
	border: 1px indianred solid;
    background-color: white;
    color: indianred;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
}

.alertify-button-cancel:focus {
	border: 1px indianred solid;
    background-color: white;
    color: indianred;
    text-shadow: none;
    background-image: none;
}

.alertify-button-cancel:hover {
	border: 1px indianred solid;
    background-color: indianred;
    color: white;
    text-shadow: none;
    box-shadow: none;
}

.alertify-message {
	margin-bottom: 5vh !important;
}

.cornflowerblue {
	color: cornflowerblue !important;
}

.input-error {
	width: max-content;
    max-width: 80%;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: 1px indianred solid !important;
    color: indianred !important;
    background-color: white !important;
}

.padded-table td, th {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	border-bottom: 1px whitesmoke solid;
}

.slightly-padded-table td, th {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.spaced-table {
	border-collapse: separate;
    border-spacing: 0 10px;
}

.spaced-table td, th {
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}

.spaced-table tr {
	background-color: white;
}

.spaced-table td:first-child { 
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}

.spaced-table td:last-child { 
	border-bottom-right-radius: 10px; 
	border-top-right-radius: 10px; 
}

.thin-spaced-table {
	border-collapse: separate;
    border-spacing: 0 10px;
}

.thin-spaced-table td, th {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.thin-spaced-table tr {
	background-color: white;
}

.thin-spaced-table td:first-child { 
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}

.thin-spaced-table td:last-child { 
	border-bottom-right-radius: 10px; 
	border-top-right-radius: 10px; 
}

.bordered-table th {
	background-color: #bed3f91f !important;
}

.text {
	font-size: 18px;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	font-weight: 400;
    line-height: 1.5;
}

@media ( max-width : 1024px) {
	.text {
		font-size: 36px;
	}
}

.gray-content-holder {
	width: 100%;
	min-height: 40vh;
	background-color: #f7fafe;
	padding-top: 10vh;
	padding-bottom: 15vh;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	opacity: 0.7;
}

.relative-header {
	padding-top: 10px;
	width: 100%;
	min-height: 10vh;
	background-color: white;
	font-family: "Hind", "Avenir", "Helvetica", arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.logo-header {
	width: 100%;
	min-height: 10vh;
	background-color: white;
	font-family: "Hind", "Avenir", "Helvetica", arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header {
	padding-top: 10px;
	width: 100%;
	height: 10vh;
	z-index: 20;
	position: fixed; 
	color: white;
	font-family: "Hind", "Avenir", "Helvetica", arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header-simple {
	padding-top: 10px;
	width: 100%;
	height: 10vh;
	z-index: 20;
	position: absolute; 
	color: #2a4a79;
	font-family: "Hind", "Avenir", "Helvetica", arial;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header.background {
	background-color: slategray;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.header.open {
	top: 0vh;
}

#header.transparent {
	background: rgba(0, 0, 0, 0);
	color: white !important;
}

.header-logo {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}

.header-logo-text {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.subtle-text {
	font-size: 16px;
}

@media ( max-width : 1024px) {
	.subtle-text {
		font-size: 10px;
	}
}

@media ( max-width : 1024px) {
	.header-logo-text {
    	font-size: 36px;
	}
}

.top-nav-bar {
	font-weight: lighter;
	word-spacing: 5px;
	text-align: center;
	color: white;
	font-size: 20px;
	z-index: 21;
	width: 100%;
	margin: auto;
	top: -10vh;
	position: fixed;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.top-nav-bar.open {
	top: 2vh;
}

@media ( max-width : 1024px) {
	.top-nav-bar {
		top: -5vh;
	}
}

.input-button {
	margin-left: 10px;
	font-size: 16px;
	background-color: slategray;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
	padding: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.clickable:hover {
	opacity: 0.7;	
}

.input-button:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0
		rgba(0, 0, 0, 0.19);
}

.input-button[disabled] {
	background-color: lightgray !important;
	cursor: default !important;
}

.input-button[disabled]:hover {
	background-color: lightgray !important;
	box-shadow: none;
}

@media ( max-width : 1024px) {
	.input-button {
		font-size: 38px;
		width: 45%;
		margin-left: 0px;
		margin-top: 5vh;
	}
}

.mobile-menu {
	height: 100vh;
	width: 100%;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	background-color: slategray;
	color: white;
	font-size: 48px;
	z-index: 10;
}

.mobile-menu-simple {
	height: 80vh;
    width: 80%;
    margin-top: 10vh;
    padding: 0 10% 10vh 10%;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	background-color: white;
	color: #2b4a78;
	font-size: 48px;
	z-index: 10;
	display: none;
	font-weight: 100;
}

.mobile-menu-simple > .link-header {
	font-weight: 600;
	margin-top: 2em;
	letter-spacing: 1px;
}

.mobile-menu-simple a {
	text-transform: none !important;
    color: cornflowerblue !important;
    margin: 0 !important;
    display: block;
    margin-top: 1em !important;
}

.menu-item {
	width: 100%;
	padding: 1em;
	border-top: 1px lightgray solid;
	border-bottom: 1px lightgray solid;
}

.fading-blue {
	background: rgb(3, 92, 117);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgb(3, 92, 117),
		rgb(59, 140, 163)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgb(3, 92, 117),
		rgb(59, 140, 163)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgb(3, 92, 117),
		rgb(59, 140, 163)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgb(3, 92, 117),
		rgb(59, 140, 163)); /* Standard syntax */
}

.fading-blue-transparent {
	background: rgba(141, 106, 132, .6);
	background: -webkit-linear-gradient(left top, rgba(109, 22, 192, 0.3), rgba(91, 174, 245, .3));
	background: -o-linear-gradient(bottom right, rgba(109, 22, 192, 0.3), rgba(91, 174, 245, .3)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgba(109, 22, 192, 0.3), rgba(91, 174, 245, .3)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgba(109, 22, 192, 0.3), rgba(91, 174, 245, .3)); /* Standard syntax */
}

.fading-purple-transparent {
	background: rgba(141, 106, 132, .6);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgba(64, 69, 101, .6), rgba(141, 106, 132, .6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgba(64, 69, 101, .6), rgba(141, 106, 132, .6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgba(64, 69, 101, .6), rgba(141, 106, 132, .6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgba(64, 69, 101, .6), rgba(141, 106, 132, .6)); /* Standard syntax */
}

.page-break,
.fading-purple {
	background: rgb(141, 106, 132);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgb(64, 69, 101), rgb(141, 106, 132)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgb(64, 69, 101), rgb(141, 106, 132)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgb(64, 69, 101), rgb(141, 106, 132)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgb(64, 69, 101), rgb(141, 106, 132)); /* Standard syntax */
}

.purple {
	background: rgb(141, 106, 132);
}

.purple-font {
	color: rgb(141, 106, 132);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#nav-icon {
  max-height: 8vh;
  max-width: 40px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  height: 4vh;
  top: 1.5vh; 
  width: 40px; 
  display: none; 
  margin-left: 10px; 
  margin-right: 10px;
}

@media ( max-width : 1024px) {
	#nav-icon {
		top: .5vh;	
		display: inline-block;
	}
}

#header-table {
	width: 90%;
	margin: auto;
}

@media ( max-width : 1024px) {
	#header-table {
		width: 80%;
		margin: auto;
	}
}

.simple-input {
	border-radius: 5px;
	border: 1px lightgray solid;
	padding 1em;
	min-width: 150px;
	text-align: center;
	background-color: white;
	height: 50px;
	outline: none;
}

.simple-input.animated {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.simple-input.animated:hover {
	background-color: slategray !important;
	color: white;
}

.simple-input.loading {
	background-color: lightgray !important;
	color: slategray;
	cursor: default !important;
}
	
button:disabled {
	background-color: lightgray !important;
	color: slategray;
	box-shadow: none !important;
	cursor: default !important;
}

/* Remove the gradient glaze shown on Safari and other browsers */
select{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMTYgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5kb3dubG9hZDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJkb3dubG9hZCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1wYXRoIiBmaWxsPSIjRkZGRkZGIiBvcGFjaXR5PSIwLjAwOTk5OTk5OTc4IiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMzIiPjwvcmVjdD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNCIgZmlsbD0iIzQ0NDQ0NCIgcG9pbnRzPSI1IDE1IDguNTE2NDMxOTIgMTAgMTIgMTUiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNCIgZmlsbD0iIzQ0NDQ0NCIgcG9pbnRzPSIxMiAxNyA4LjUxNjQzMTkyIDIyIDUgMTciPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    /* and then whatever styles you want*/
	height: 30px; 
	width: 100px;
	padding: 5px;
}

.twitter-icon {
	color: #00aced;
}

.facebook-icon {
	color: #3b5998;
}

.linkedin-icon {
	color: #007bb6;
}

.pinterest-icon {
	color: #cb2027;
}

.instagram-icon {
	color: #e1306c;
}

.google-plus-icon {
	color: #d34836;
}

.twitter:hover {
	color: white !important;
	background-color: #00aced !important;
}

.facebook:hover {
	color: white !important;
	background-color: #3b5998 !important;
}

.linkedin:hover {
	color: white !important;
	background-color: #007bb6 !important;
}

.pinterest:hover {
	color: white !important;
	background-color: #cb2027 !important;
}

.instagram:hover {
	color: white !important;
	background-color: #e1306c !important;
	background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}

.google-plus:hover {
	color: white !important;
	background-color: #d34836 !important;
}

.twitter {
	background-color: #00aced;
}

.facebook {
	background-color: #3b5998;
}

.instagram {
	color: white !important;
    background-color: #e1306c !important;
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}

.linkedin {
	background-color: #007bb6;
}

#nav-icon span {
  display: none;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media ( max-width : 1024px) {
	#nav-icon span {
		display: block;
	}
}
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  margin-top: 12px;
}

#nav-icon span:nth-child(4) {
	margin-top: 24px;
}

#nav-icon.open span:nth-child(1) {
	margin-top: 4px;
	width: 0%;
  /* top: 18px;
  width: 0%;
  left: 50%; */
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
 margin-top: 24px;
  width: 0%;
  left: 50%;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid rgb(240,240,240);
  display: none;
}

.arrow-up.show {
  display: block;
}

.page-break {
	height: 5vh;
	width: 100%;
	margin-top: 5vh;
}

.mobile-links {
	display: none;
}

@media ( max-width : 1024px) {
		.mobile-links {
			display: inline-block;
		}
}

.desktop-table {
	display: table-cell;	
}

.desktop {
	display: inherit;	
}

.desktop-inline {
	display: inline-block;	
}

.mobile {
	display: none;
}

.mobile-inline {
	display: none;
}

.mobile-table {
	display: none;
}

.mobile-table-row {
	display: none;
}

@media ( max-width : 1024px) {
	.desktop {
		display: none;
	}
	
	.desktop-inline {
		display: none;
	}
	
	.desktop-table {
		display: none;
	}
	
	.mobile {
		display: inherit;
	}
	
	.mobile-inline {
		display: inline-block;
	}
	
	.mobile-table {
		display: table-cell;
	}
	
	.mobile-table-row {
		display: table-row;
	}
}

.desktop-links {
	display: inline-block;
}

@media ( max-width : 1024px) {
	.desktop-links {
		display: none;
	}
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.banner-title {
	width: 90%;
	border-bottom: 1px gray solid;
	margin: auto;
	font-size: 16px;
	color: gray;
}

@media ( max-width : 1024px) {
	.banner-title {
		font-size: 30px;
	}
}

.footer {
	width: 100%;
	height: 15vh;
	text-align: center;
	font-size: 16px;
	background-color: lightgray;
	margin-top: 10vh;
	color: gray;
	bottom: 0;
}

@media ( max-width : 1024px) {
	.footer {
		font-size: 36px;
	}
}

.thirds {
	width: 30%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

@media ( max-width : 1024px) {
	.thirds {
		width: 80%;
	}
}

.halves {
	width: 45%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

@media ( max-width : 1024px) {
	.halves {
		width: 80%;
	}
}

.blue-banner {
	background-color: #357e9e;
    width: fit-content;
    margin: auto;
    padding: .3em;
    padding-right: 1em;
    padding-left: 1em;
    color: white;
    border-radius: 10px;
}

.desc-text {
	font-size: 16px; 
	font-family: "PT Sans";
	margin: auto;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 100px;
	color: slategray;
}

@media ( max-width : 1024px) {
	.desc-text {
		font-size: 26px;
	}
} 

.separator {
	background-color: slategray;
    width: 120px;
    height: 2px;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.blink-red-animation {
   animation-duration: 1000ms;
   animation-name: blink-red;
   animation-iteration-count: infinite;
   animation-direction: alternate;
}

@keyframes blink-red {
   from {
      color: slategray;
   }
   to {
      color: red;
   }
 }
 
.icon-toggle {
 	cursor: pointer;
 	color: lightgray;
 }
 
.icon-toggle:hover {
	color: slategray;
}
 
.icon-toggle-selected {
 	color: slategray;
 }
 
.pie-chart-parent {
    height: 400px;
    overflow: hidden;
 	margin: auto;
 	margin-left: 0;
 	margin-right: 0;
}

.disabled-recycle {
	color: #afb4b9;
}

.disabled-recycle:hover {
	border-radius: 5px;
    background-color: #5e6e7d;
}

.disabled-recycle.white-font {
	color: white;
}

.disabled-icon {
	color: lightgray;
}

.disabled-icon:hover {
	border-radius: 5px;
    background-color: #8c99a5;
}

.disabled-icon.slategray-font {
	color: slategray;
}

.white-font {
	color: white;
}

.dark-gray-font {
	color: #4d4f52 !important;
}

.black-font {
	color: black;
}

.loading-text {
    position: relative;
    color: rgba(0, 0, 0, .3) !important;
    font-size: 5em
}

.loading-text:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 7em;
    white-space: nowrap;
    color: #fff !important;
    animation: loading 8s linear;
}
@keyframes loading {
    0% {
        max-width: 0;
    }
}

.light-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: whitesmoke;
    opacity: 1; /* Firefox */
}

.light-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: whitesmoke;
}

.light-placeholder::-ms-input-placeholder { /* Microsoft Edge */
    color: whitesmoke;
}

.client-report-title {
	text-align: left;
    width: 95%;
    margin: auto;
    margin-bottom: 0 !important;
    padding-top: 30px;
}

.client-report-desc {
	color: gray;
    width: 95%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 100;
    line-height: 1.5em;
}

.social-icon {
	color: white;
	border-radius: 50%;
	padding: 0.5em;
	margin-right: 5px;
	margin-left: 5px; 
	background-color: #f0f6ff; 
	color: #2b4a78;
	width: 1em;
    height: 1em;
}

.no-legend-chart .chart-legend {
  display: none;
}

.player .outro-content {
	display: none !important;
}

.player .outro-bg, .player .outro-image {
	background-color: white !important;
}

.mobile-friendly-text {

}

@media ( max-width : 1024px) {
	.mobile-friendly-text {
		font-size: 18px;
	}
}

.profile-pic-platform-icon {
	border-radius: 50%;
    top: -5px;
    left: -5px;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    text-align: center;
    font-size: 1em;
    position: absolute;
    color: white;
}