body,html {
  margin:0;
  background:#F0F3F8;
  font-family: Raleway;
}

::-webkit-input-placeholder {
   color: #B5C3CE;
}

:-moz-placeholder { /* Firefox 18- */
   color: #B5C3CE;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #B5C3CE;
}

:-ms-input-placeholder {
   color: #B5C3CE;
}

.selector {
  position: absolute;
  top: 0px;
  right: 49px;
  line-height: 100px;
}

.popup {
  position: fixed;
  z-index: 10;
  background: #8E82CE;
  padding: 20px 40px;
  left: 350px;
  top: 170px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.popup:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 243, 248, 0);
	border-bottom-color: #8E82CE;
	border-width: 10px;
	margin-left: -10px;
}

.popup a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  color: #fff;
}

input[type=radio] {
  display:none;
}

input[type=radio] + label {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px #B5C3CE solid;
  border-radius: 10px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

input[type=radio]:checked + label:after {
  background: #B5C3CE;
  width: 8px;
  height: 8px;
  display: block;
  content: " ";
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 6px;
}

input[type=radio] + label + span {
  font-family: "montserrat";
  font-size: 11px;
  margin-right: 20px;
  color: #95A1AB;
}

.align-right {
  text-align:right;
}

select {
  background: none;
  height: 37px;
  width: 130px;
  border: 1px #D9DDE3 solid;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  background: #fff;
  font-family: "montserrat";
  font-weight: 100;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.logo {
  line-height: 80px;
  color: #fff;
  font-size: 25px;
  display: inline-block;
  width: 300px;
  text-align: center;
}

.ask-box {
  position: relative;
  /* width: 100%; */
  /* box-shadow: 0px 0px 3px rgba(82, 94, 104,0.1); */
  background: #fff;
  padding: 20px 60px;
  box-sizing: border-box;
  /* border-radius: 8px; */
  /* position: relative; */
  /* top: -20px; */
  /* left: -40px; */
  margin-top: 80px;
  margin-left: 300px;
}

.ask-box:before {
  content: " ";
  width: 40px;
  height: 40px;
  background: url(profile_andrewhamilton.jpg) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 67px;
}

.box .account {
  width: 40px;
  margin-left: 15px;
  margin-top: 20px;
}

#topbar .account {
  width: 40px;
  margin-left: 15px;
  margin-top: 20px;
  position: absolute;
  right: 35px;
  top: 0px;
}

#topbar .account:after {
  content: "2";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 10px;
  line-height: 13px;
  text-align: center;
  font-family: montserrat;
  font-size: 9px;
  font-weight: 700;
  color: #1DC4BF;
  border: 3px #1DC4BF solid;
}

#topbar .account-details {
  display: inline-block;
  color: #fff;
  float: right;
  margin-right: 90px;
  font-size: 12px;
  text-align: right;
  margin-top: 26px;
}

.account >img {
  width:100%;
  border-radius: 100%;
}

.table {
  display:table;
  table-layout:fixed;
  width: 100%;
  border-spacing: 20px;
}

.table > * {
  display:table-cell;
}

nav {
  padding: 40px;
}

nav label {
  font-family: montserrat;
  color: #727D84;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 40px;
  display:block;
}

nav a + label {
  margin-top:30px;
}

nav a {
  text-decoration: none;
  color: #9BA3A9;
  font-family: montserrat;
  display: block;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav a.selected {
  color:#fff;
}

nav a:before {
  font-family: "fontello";
  content:"\e80c";
  margin-right: 15px;
}

nav a.circle:before {
  content:"\e80d";
}

nav a.community:before {
  content:"\e80c";
}

nav a.caremanagement:before {
  content:"\e807";
}

nav a.health:before {
  content:"\e802";
}

nav a.services:before {
  content:"\e80b";
}

nav a.discover:before {
  content:"\e813";
}

nav a.profile:before {
  content:"\e810";
}

nav a.logout:before {
  content:"\e811";
}
.ask {
  height: 60px;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  padding-left: 0px;
  width: 100%;
  /* border: 0; */
  font-family: Lato;
  font-size: 21px;
  font-weight: 100;
  padding-left: 60px;
  /* border-bottom: 1px #F0F3F8 solid; */
}

.search {
  height: 80px;
  line-height: 80px;
  /* float: right; */
  display: inline-block;
}

.search:before {
  font-family: "fontello";
  content: "\e80a";
  margin-left: -22px;
  color: #FFFFFF;
  font-size: 16px;
  background: #25D4CF;
  border-radius: 100%;
  padding: 10px;
  top: -2px;
  position: relative;
}

.search input {
  border: 0;
  background: none;
  font-family: "lato";
  font-size: 20px;
  margin-left: 4px;
  font-weight: 100;
  color: #97E3E0;
  outline: none;
}

h2 {
  font-family:montserrat;
  text-transform:uppercase;
  font-size:12px;
  color: #A0B3C2;
  letter-spacing:1px;
}

div + h2 {
  margin-top:40px;
}

h2:before {
  font-family: "fontello";
  content:"\e80c";
  margin-right:5px;
  position:relative;
  top:-1px;
}

#topbar {
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  height:80px;
  background: #1DC4BF;
  z-index:10;
}

#leftbar {
  position:fixed;
  top:80px;
  left:0px;
  width:300px;
  bottom:0px;
  background:#525E68;
}

#main {
  /* margin-top: 60px; */
  margin-left: 300px;
  padding: 10px 50px;
}

.person:before {
  content: " ";
  background: url(sharon.jpg) 50% 50% no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  top: 9px;
  margin-right: 3px;
}

.box {
  width: 100%;
  /* padding: 3% 5%; */
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0px 0px 3px rgba(82, 94, 104,0.1);
  position: relative;
}

.box.connections,
.box.advert {
  padding: 15%;
  width: 70%;
  text-align: center;
  background: #8E82CE;
  color: #fff;
}

.box.connections {
  background: #ff0099;
}

.box.advert .title {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
}

.box.advert .title:before {
  font-family: "fontello";
  content: "\e802";
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.box .title {
  font-size: 26px;
  color: #525E68;
  display: block;
  margin-bottom: 10px;
  padding: 1% 5%;
}

.box .body {
  line-height: 30px;
  font-size: 16px;
  color: #ABB6BE;
  /* display: none; */
  padding: 0 5%;
  display: none;
}

.box .author {
  font-size: 12px;
  color: #A0B3C2;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
  /* padding: 5px; */
  padding-bottom: 20px;
  border-bottom: 1px #E9ECF2 solid;
  border-radius: 3px 3px 0px 0px;
  line-height: 24px;
  position: relative;
  /* left: -5%; */
  padding: 2% 5%;
}

.box a {
  color: #1BC4BF;
  text-decoration:none;
}

.box .options {
  margin-top: 20px;
  padding: 0 5% 3% 5%;
}

.box .options a {
  text-decoration: none;
  display: inline-block;
  font-family: montserrat;
  text-transform: uppercase;
  color: #525E68;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 10px;
  background: #fff;
  /* border: 2px #A683EB solid; */
  margin-right: 10px;
  background: #E7EAEF;

  /*
  text-decoration: none;
  display: inline-block;
  font-family: montserrat;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 10px;
  background: #A683EB;
  margin-right: 3px;
  */
}

.list .icons {
  float:right;
}

.list .icon {
  font-size:20px;
  width:20px;
  height:20px;
  text-align:center;
  line-height:20px;
  display:inline-block;
  margin-right:5px;
  color: #B5C3CE;
}

.list .icon.selected:after {
  color: #1DC4BF;
}

.list .icon.favourite:after {
  font-family: "fontello";
  content: "\e800";
}

.list .icon.favourite.selected:after {
  font-family: "fontello";
  content: "\e801";
}

.list .icon.bookmark:after {
  font-family: "fontello";
  content: "\e804";
  font-size:1.1em;
  position:relative;
  top:1px;
}

.list .icon.bookmark.selected:after {
  content: "\e803";
}

@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?46493471');
  src: url('fontello.eot?46493471#iefix') format('embedded-opentype'),
       url('fontello.woff?46493471') format('woff'),
       url('fontello.ttf?46493471') format('truetype'),
       url('fontello.svg?46493471#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
