@font-face {
  font-family: 'SanFranscisco';
 /* src: url('../fonts/SanFranscisco.eot'); /* IE9 Compat Modes */
  /* url('../fonts/SanFranscisco.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		/*   url('../fonts/SanFranscisco.woff2') format('woff2'), /* Super Modern Browsers */
      /* url('../fonts/SanFranscisco.woff') format('woff'), /* Pretty Modern Browsers */
  src: url('fonts/SFCompactDisplay-Light.ttf')  format('truetype') /* Safari, Android, iOS */
     /*  url('../fonts/SanFranscisco.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*************************
*******Typography Above******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'SanFranscisco', Arial, sans-serif;
  font-size: 13px;
  color: #64686d;
   line-height: 18px; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'SanFranscisco', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
/*   background: #304178;
  border-color: #263360; */
   background: #45aed6;
  border-color: #2a95be;
  
}
h1#Dashboard {
	display: inline-block;
}
.navbar-top-links li {
    display: inline-block;
}
.nav > li > a i {
    margin-right: 6px;
}
.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
	font-size: 14px;
	color: #999c9e;	
    font-weight: 600;
}
.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px;
}
.label-primary, .badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}
.btn.btn-secondary {
	background: #45aed6;
  border-color: #2a95be;
  color:#ffffff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  /* background: #263360; */
  background: #45aed6;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
 /*  background: #2a95be; */
  background: #45aed6;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 20px 20px 20px;
}

h1.member-heading-left {
	color: #ffffff;
}
/* -- Member Portal Changes STARTS HERE -- */
 @media (min-width: 1200px){
	 .login {
		width: 75%;
		margin-left: auto;
		
	}
	.member-space {
	padding-top: 160px;
	color: #ffffff !important;
}
} 
@media only screen and (min-width: 275px) and (max-width: 355px) {
.login {
	margin-bottom: 20px;
}	
.footer-container-black {
	margin-top: 120px;
}
}
@media only screen and (min-width: 275px) and (max-width: 768px) {
	.login {
	background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 20px 20px;
	border-radius: 2px;
	}
	h1{
		font-size: 18px;
	}
	 #member-portal  #main-menu.navbar-default {
    background: rgba(28, 42, 96, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	color: #ffffff;
  }
}
	#member-portal #main-menu.navbar-default .dropdown-menu{
		margin-top: 15px;
	}
	.controlled-height {
		height: 480px;
	}
	.padding-zero {
		padding:0px;
	}
	.padding-top-xs {
		padding-top:3px;
	}
	
  #member-portal  #main-menu.navbar-default {
    background: rgba(28, 42, 96, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	color: #ffffff;
  }
  .footer-container-black {
		width:100%;
		background-color: #000000;
		padding: 10px 40px 10px 40px;
		color: #ffffff;
				
	}
	.footer-container-grey {
		width:100%;
		background-color: #343434;
		padding: 10px 40px 10px 40px;
		color: #ffffff;
		
	}
	#RegistrationFrom {
		background-color: #F3F3F3;
		padding: 20px;
	}
	.footer-container-grey a{
		color: #ffffff !important;
		text-decoration: underline;
	}
	span.input-help-text {
		font-size: 11px;
		color: #9E9E9E;
		display: block;
		margin-bottom:10px;
	}
	label {
		margin-bottom: 0px;
	}
	.small-font {
		font-size: 11px;
	}
	.right-sec-content{
		margin-top: 32px;
    border-left: 1px solid #B6B6B6;
	}
	.fa-info-circle{
	font-size: 20px;
    color: #45AED6;
	padding-top: 17px;
	}
 #member-portal #main-menu.navbar-default .navbar-nav > li > a {
	  color: #ffffff;
  }
   #member-portal #main-menu.navbar-default .navbar-nav > li.active > a,
   #member-portal #main-menu.navbar-default .navbar-nav > li.open > a,
   #member-portal #main-menu.navbar-default .navbar-nav > li:hover > a {
    padding-top: 22px;
    border-top: 0px;
  }
  .padding-left-sm {
	  padding-left: 10px;
  }
  #member-portal .navbar.navbar-default {
	  font-family: Arial !important;
  }
  #member-portal .fa.fa-question-circle {
    color: #3fa4d0;
    font-size: 18px;
}
   #member-portal #main-menu.navbar-default .navbar-nav > li > a{
	  padding-top: 22px;
     padding-bottom: 0px; 
   }
   #member-portal footer {
	   width: 100%;
	   margin:0px;
	   overflow: hidden;
   }
  .login{
	  /* background-color: #ffffff; */
	background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px 10px 20px;
	border-radius: 4px;
  } 
  .bottom-margin-sm  {
	  margin-bottom: 10px;
  }
   .bottom-margin-md {
	  margin-bottom: 20px;
  }
  .Member-Sign {
	  font-size: 16px;
	  color: #1c2a60;
  }
  #member-portal a {
	 color: #1c2a60;
  }
  a.underline-text {
	 text-decoration: underline; 
  }
  
  .btn-max-width {
	  width: 100%;
	 border-bottom-width: 0px;
  }
  #member-portal .fa-comments-o {
	  font-size: 18px;
    color: #3FA4D0;
  }
  .custom-cursor {
	  cursor: pointer !important;
  }
	.navbar .divider-vertical {
    height: 18px;
    margin: 23px 9px 0px 9px;
    border-right: 1px solid #808AB5;
    border-left: 1px solid #808AB5;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}
.Member-portal-innerSec {
	padding-top: 0px !important;
}
.member-branding-bar02 {
	background-color: #45AED6;
	color: #ffffff;
}
.member-branding-bar03 {
	background-color: #F3F3F3;
	
}
h1.Member-InnerSec-Heading{
	font-size: 18px;
	font-weight: normal;
	margin:0px;
	padding:10px 0px 0px 0px;
	color: #ffffff;
}
h1.Member-Logedn-in-Heading{
	font-size: 18px;
	font-weight: normal;
	margin:0px;
	padding:10px 0px 0px 0px;
	color: #4D4D4D;
	padding:12px;
}
.padding-left-lg {
	padding-left:35px;
}
h2.blue-bar-heading{
	background-color: #445284;
    margin-top: 0px;
	margin-bottom:0px;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
    font-weight: normal;
}
@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
	 .md-only{
		 display:none;
	 }
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #45AED6;
}
/* -- Right Settings starts CSS */
 .theme-config {
  position: absolute;
  top: 130px;
  right: 0;
  overflow: hidden;
}
.theme-config-box {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}
.theme-config-box.show {
  margin-right: 0;
}
.spin-icon {
  background: #45AED6;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 40px;
  color: #fff;
  cursor: pointer;
}
.skin-setttings {
  width: 220px;
  margin-left: 40px;
  background: #f3f3f4;
}
.skin-setttings .title {
  background: #efefef;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}
.setings-item {
  padding: 10px 30px;
}
.setings-item.skin {
  text-align: center;
}
.setings-item .switch {
  float: left;
}
.skin-name a {
  text-transform: uppercase;
}
.setings-item a {
  color: #fff;
}
/* -- Right Settings CSS */
  /* Member Portal Changes ENDS HERE -- */


@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
 
  
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;

  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}


.media.fancy-box {
  margin: 25px 0;
}
.media.fancy-box .pull-left {
  margin-right: 20px;
}
.media.fancy-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.fancy-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.fancy-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #45aed6 0%, #45aed6 100%);
  background-image: -webkit-linear-gradient(90deg, #45aed6 0%, #45aed6 100%);
  background-image: -ms-linear-gradient(90deg, #45aed6 0%, #45aed6 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.fancy-box-white {
  background: #ffffff !important;
}

#billing {
  padding: 100px 0;
  background: #f5f5f5;
}
#billing .billing-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#billing .billing-filter > li {
  float: left;
  display: block;
}
#billing .billing-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#billing .billing-filter > li a:hover,
#billing .billing-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#billing .billing-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#billing .billing-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#billing .billing-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#billing .billing-items {
  margin: -15px;
}
#billing .billing-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#billing .billing-item .billing-item-inner {
  position: relative;
}
#billing .billing-item .billing-item-inner .billing-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#billing .billing-item .billing-item-inner .billing-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#billing .billing-item .billing-item-inner .billing-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#billing .billing-item:hover .billing-info {
  opacity: 1;
}

#about {
  padding: 100px 0;
}
#family {
  padding: 100px 0 50px;
  background: #20222e url(../images/family/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#family h2 {
  color: #fff;
}
#family h3 {
  color: #fff;
  margin-bottom: 0;
}
#family .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#family .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#family h3 {
  margin-bottom: 50px;
}
#provider {
  padding: 100px 0;
}
#provider .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#provider .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#provider .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#provider .team-member:hover {
  border-color: #45aed6;
}
#provider .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#provider .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#provider .social-icons > li {
  display: inline-block;
}
#provider .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}

#provider .provider-post {
  border: 1px solid #eee;
  padding: 15px;
}
#provider .provider-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#provider .provider-post.provider-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#provider .provider-post.provider-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#provider .provider-post.provider-large .post-format > i {
  font-size: 20px;
}
#provider .provider-post.provider-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#provider .provider-post.provider-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#provider .provider-post.provider-large .entry-title a {
  color: #64686d;
}
#provider .provider-post.provider-large .entry-title a:hover {
  color: #45aed6;
}
#provider .provider-post.provider-media {
  margin-bottom: 30px;
}
#provider .provider-post.provider-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#provider .provider-post.provider-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#provider .provider-post.provider-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#provider .provider-post.provider-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#provider .provider-post.provider-media .entry-title a {
  color: #64686d;
}
#provider .provider-post.provider-media .entry-title a:hover {
  color: #45aed6;
}
#provider .provider-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#provider .provider-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#provider .provider-post .entry-meta > span > a {
  color: #999;
}
#provider .provider-post .entry-meta > span > a:hover {
  color: #45aed6;
}

#employergroup {
  padding: 100px 0 75px;
  background: #eeeeee;
}
.media.employergroup-box {
  margin: 25px 0;
}
.media.employergroup-box .pull-left {
  margin-right: 20px;
}
.media.employergroup-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.employergroup-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.employergroup-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#memberselfservices {
  padding: 100px 0 75px;
}
.media.memberselfservices-box {
  margin: 25px 0;
}
.media.memberselfservices-box .pull-left {
  margin-right: 20px;
}.p-width{width:60px; float:left;}
.media.memberselfservices-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.memberselfservices-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.memberselfservices-box .pull-left > span {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.memberselfservices-box .pull-left > span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.memberselfservices-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}

#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* Misc. Styles  */

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-default {
	background-color: #999;
}
/*New Logo changes*/

#member-portal #main-menu .navbar-brand>img {
    height:73px;
    width:250px;
}
#member-portal .navbar.navbar-default .navbar-brand {
    padding: 0px !important;
}
/*New Logo changes ends here*/