﻿@font-face{
	font-family: fontello;
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/fontello.woff") format("woff")
}
@font-face{
	font-family: 'elliot';
	src: url("../fonts/FSThriveElliotWeb-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal
}
@font-face{
	font-family: 'elliot';
	src: url("../fonts/FSThriveElliotWeb-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal
}
@font-face{
	font-family: 'elliot';
	src: url("../fonts/FSThriveElliotWeb-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}
[class^='iconFontello-']:before,[class*=' iconFontello-']:before{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: -3px;
    right: 0px;
    position: relative;
}
[class^='iconFontello-']:before,[class*=' iconFontello-']:before{
	text-decoration: none;
}
[class^='iconFontello-'].iconFontello--empty:before,
[class*=' iconFontello-'].iconFontello--empty:before{
	margin-right: 0;
}
i[class^='iconFontello'],i[class*=' iconFontello']{
	text-decoration: none !important;
}
html {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	-webkit-size--adjust: 100%;
	-ms-size--adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0 auto;
	width: 100%;
	color: #19191a;
	font: 300 16px/1.3 "elliot", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	z-index: 999;
}
input[type='text'], input[type='password']{
	border: none;
	width: 90%;
	font-size: 18px;
}
input[type='checkbox'], input[type='checkbox']:checked{
    border: none;
    background-color: white;
	color: #000000;
}
a, a:hover{
	color: #2273c3;
	text-decoration: underline;
}
header{
	background: #000000;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}
header a:hover{
	color: #ffffff;
}
header a:visited{
	color: #ffffff;
}

footer{
	background-color: #000000;
    color: #ffffff;
    padding: 20px 40px;
    font-size: 11px;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
footer p{
	margin: 0 !important;
}
.socialLinks a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	background: #ffffff;
	border-radius: 40px;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;
}
.iconFontello-linkedin:before{content: '\e8fb'}
.iconFontello-facebook:before{content: '\e8f1'}
.iconFontello-twitter:before{content: '\e8f2'}
.iconFontello-instagram:before {content: '\e8f8'}
.iconFontello-youtube:before {content: '\e901'}
.table{
	color: #000000 !important;
}
thead{
	background-color: #e7e9ea;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #000 !important;
}
.heading{
	background-color: #000000;
    margin: 20px 0;
    color: #fff200;
    padding: 10px;
	font-weight: bold;
}
.sub-heading{
	margin: 30px 0 10px 0;
	background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left center;
    background-size: 24px;
	font-weight: bold;
}
section{
	padding: 0 20px;
}
.sub-index a{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
.index{
	background: url(../LinkedInBanner_BGProfile-01.png);
    background-repeat: no-repeat;
    padding: 50px 80px;
    color: #ffffff;
    background-color: #002414;
    background-position: right bottom;
    background-size: 50%;
    min-height: 182px;
}
.index a{
	color: #ffffff;
	position: relative;
	font-size: 20px;
}
.index h2{
	color:#ffffff;
}
.arrow-cta::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 19px;
    background: url(../images/arrow_white.svg) center no-repeat;
    top: 0;
    right: -50px;
    transition: all .3s ease-in-out;
    clear: both;
}
#about{
	background-color: #f2f2f2;
	margin-top: 20px;
	padding: 30px 50px;
}
.m-20-50{
	margin: 20px 50px;
}
.top-bar{
    background: url(../images/blue-bar.png) left no-repeat;
	margin-bottom: 20px;
	background-size: 80%;
}
.btn-yellow{
	background: #fff200;
    padding: 10px 15px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    /*text-transform: uppercase;*/
	border: 0;
	outline: 0;
}
.font-weight-800{
	font-weight: 800 !important;
}
.p-40{
	padding-left: 40px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display:none;
    text-decoration: none;

}

#scrlBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrlBtn:hover {
  background-color: #555;
}
img.logo{
width:164px;
height:30px;
}
.btn-primary{
	background: #007746;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	border: 0;
	outline: 0;	
}