body {
	margin: 0px;
	padding-top: 48px;
	background: #fafafa;
}

.pro-yellow-text{color: #f2bb1c;}
.pro-blue-text{color: #ED4040;}
.pro-red-text{color: #53ACE2;}

.pro-yellow-bg{background: #FDBD00;}
.pro-blue-bg{background: #ED4040;}
.pro-red-bg{background: #53ACE2;}

.pro-container {
	width: 977px;
	padding-left: 16px;
	padding-right: 16px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.pro-header,
.pro-footer {
	background: #fafafa;
	width: 100vw;
	border-bottom: 1px solid #efefef;
}

.pro-header {
	position: fixed;
	top: 0px;
	z-index: 999;
}

.pro-footer {
	height: 48px;
}

.notif-bar {
	background-color: #465bac;
	color: white;
    justify-content: center;
    align-content: center;
	line-height: 2.3;
	overflow-x: hidden;
	text-align: center;
	padding: 0px 8px;
}

.notif-link, .notif-link:visited {
	color: white;
	padding: 0px 4px;
	text-decoration: underline;
}

.pro-header .pro-branding {
	height: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	display: inline-block;
}

.pro-header .pro-nav-search {
	float: right;
}

.pro-header .pro-nav-search a {
	color: #333;
	margin-left: 24px;
	line-height: 48px;
	font-size: 14px;
}

.pro-header .pro-branding span {
	font-size: 12px;
	font-family: avenir-medium;
	color: #999;
	margin-left: 4px;
}

.pro-header .pro-nav-search a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.pro-header .pro-nav-search input {
	height: 32px;
	background: white;
	border-radius: 100px;
	padding: 8px 16px;
	box-sizing: border-box;
	border: none;
	width: 200px;
	font-size: 12px;
}

.pro-header .pro-nav-search input:focus {
	outline: none;
}

.pro-header .pro-nav-search img {
	width: 16px;
	float: right;
	padding-top: 16px;
	margin-left: 8px;
	padding-bottom: 16px;
}

.pro-footer {
	height: auto;
	min-height: 200px;
}

.pro-50-col {
	width: 50%;
	display: inline-block;
	float: left;
}

.pro-60-col {
	width: 60%;
	display: inline-block;
	float: left;
}

.pro-40-col {
	width: 40%;
	display: inline-block;
	float: left;
}

.pro-9-col {
	width: 540px;
	float: left;
	display: inline-block;
}

.pro-3-col {
	width: 224px;
	float: left;
	display: inline-block;
}

.pro-6-col {
	width: 464px;
	float: left;
	display: inline-block;
}


/*about-page css*/

.about-nav-bar{
	/*border: 1px solid #efefef;*/
	border-bottom: 0px;
}

.about-nav-link{
	border-bottom: 1px solid #efefef;
    padding: 6px 8px;
    box-sizing: border-box;
    font-size: 12px;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.about-nav-link:hover{
	border-left: 3px solid #333;
}

.about-nav-active-link{
	border-left: 3px solid #333;
	color: #333;
}

.about-page a, .about-page li{
	font-size: 14px;
	color: #555;
}

.about-page a{
	font-size: 14px;
	color: #333;
}

.about-navigation {
	position: fixed;
	top: 80px;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}

.about-navigation:hover {
	opacity: 1;
}

.about-navigation a {
	width: 100%;
	position: relative;
	display: inline-block;
	color: #333;
	margin-bottom: 8px;
	line-height: 20px;
	text-align: right;
}

.parent-link {
	font-size: 14px;
	color: #333;
	transition: all 0.2s ease-in-out;
	width: 100%;
	font-family: avenir-bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 24px !important;
}

.parent-link:hover {
	text-decoration: underline;
	color: #333;
}

.child-link:hover {
	text-decoration: underline;
	color: #333;
}

.about-navigation small {
	float: right;
	letter-spacing: 1px;
	color: #999;
}

.child-link {
	font-size: 14px;

}

.anchor {
	display: block;
	height: 45px;
	/*same height as header*/
	margin-top: -45px;
	/*same height as header*/
	visibility: hidden;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	line-height: 1.5;
	position: absolute;
	z-index: 1;
	width: 120px;
  top: 100%;
  left: 50%; 
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.obsession-info{
	display: inline-block;
	width: 100%;
	margin-top: 16px;
}

.obsession-info .single-obsession{
	float: left;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 16px;
}

.obsession-info .single-obsession .obsession-title{
	margin-bottom: 2px;
	font-family: avenir-black;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}

.obsession-info .single-obsession p{
	padding: 0px;
	margin: 0px;
}

.title-dash{
	display: inline-block;
	height: 3px;
	width: 30%;
	margin-bottom: 6px;
}

.ProductionColor {
    color: #53ace2
}

.ProductionPrimaryBg,
.ProductionPrimaryBgHover:hover {
    background-color: #53ace2
}

.ProductionPrimaryBgHover {
    background-color: white;
}

.ProductionSecondaryBg {
    background-color: #f2faff
}

.ProductionPrimaryButton {
    border: 2px solid #53ace2;
    color: #53ace2;
}

.EnterpriseColor {
    color: #F45151
}

.EnterprisePrimaryBg,
.EnterprisePrimaryBgHover:hover {
    background-color: #F45151
}

.EnterprisePrimaryBgHover {
    background-color: white;
}

.EnterpriseSecondaryBg {
    background-color: rgb(255, 245, 245)
}

.EnterprisePrimaryButton {
    border: 2px solid #F45151;
    color: #F45151
}

.StorytellingColor {
    color: #FDBD00
}

.StorytellingPrimaryBg,
.StorytellingPrimaryBgHover:hover {
    background-color: #FDBD00
}

.StorytellingPrimaryBgHover {
    background-color: white;
}

.StorytellingSecondaryBg {
    background-color: rgb(253, 250, 242)
}

.StorytellingPrimaryButton {
    border: 2px solid #FDBD00;
    color: #FDBD00
}
.AdaptabilityColor {
    color: #53ace2
}

.AdaptabilityPrimaryBg,
.AdaptabilityPrimaryBgHover:hover {
    background-color: #53ace2
}

.AdaptabilityPrimaryBgHover {
    background-color: white;
}

.AdaptabilitySecondaryBg {
    background-color: #f2faff
}

.AdaptabilityPrimaryButton {
    border: 2px solid #53ace2;
    color: #53ace2;
}

.SustainabilityColor {
    color: #F45151
}

.SustainabilityPrimaryBg,
.SustainabilityPrimaryBgHover:hover {
    background-color: #F45151
}

.SustainabilityPrimaryBgHover {
    background-color: white;
}

.SustainabilitySecondaryBg {
    background-color: rgb(255, 245, 245)
}

.SustainabilityPrimaryButton {
    border: 2px solid #F45151;
    color: #F45151
}

.CredibilityColor {
    color: #FDBD00
}

.CredibilityPrimaryBg,
.CredibilityPrimaryBgHover:hover {
    background-color: #FDBD00
}

.CredibilityPrimaryBgHover {
    background-color: white;
}

.CredibilitySecondaryBg {
    background-color: rgb(253, 250, 242)
}

.CredibilityPrimaryButton {
    border: 2px solid #FDBD00;
    color: #FDBD00
}

