﻿/*font files*/
@import url(fonts/bebasneue_regular/stylesheet.css);
@import url(fonts/lato-bold/stylesheet.css);
@import url(fonts/lato-heavy/stylesheet.css);
@import url(fonts/lato-regular/stylesheet.css);
@import url(fonts/lato-semibold/stylesheet.css);
@import url(fonts/oswald-regular/stylesheet.css);
/*normalize css*/
* { 
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	list-style: none; text-decoration: none; 
	outline: none;
}
p, h2, h1 { 
	margin: 0px; 
}
img { 
	border: none; 
	max-width: 100%; 
}
ul, li { 
	padding: 0; 
	margin: 0; 
	list-style: none; 
}
a, a:hover { 
	text-decoration: none !important;
	outline: none !important;
}
/*fonts to used
font-family: 'bebasneue';
font-family: 'latobold';
font-family: 'latoheavy';
font-family: 'lato';
font-family: 'latosemibold';
font-family: 'oswald';
*/
body{ 
	font-family: 'lato';
	font-size: 16px; 
	line-height: normal; 
	font-weight: normal; 
	background: #ffffff;
	color: #465058; 
}
input[type=submit] {
	cursor: pointer;
}
input[type=submit], a {
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-ms-transition: all .7s linear;
	-o-transition: all .7s linear;
	transition: all .7s linear;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-center {
	text-align: center;
}
h2 {
	font-size: 24px;
	color: #db241f;
	font-family: 'latoheavy';
	text-transform: uppercase;
}
label {
	font-family: 'lato';
	color: #465058;	
}
.border-none {
	border: none !important;
}
.page-width {
	max-width: 1255px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
}
.green-btn {
	border: none;
	background: #7494b8;
	color: #ffffff !important;
	padding: 5px 15px;
	display: inline-block;
	cursor: pointer;
	width: 175px;
	border-radius: 0;
	text-align: left;
	font-family: 'latobold';
	text-transform: uppercase;
    font-size: small;
}
.green-btn img {
	vertical-align: middle;
	margin-right: 5px;
}
.orange-btn {
	background: #db241f;
	border: 1px solid #bdbdbd;
	font-size: 18px;
	width: 325px;
	text-align: center;
	padding: 11px 15px;
}
.green-btn:hover {
	background: #515151;
	color: #ffffff !important;
}
.input-type, select {
	background: #ffffff;
	border: 1px solid #bdbdbd;
	min-height: 41px;
	font-family: 'lato';
	color: #465058;
	padding: 11px 10px;
	outline: none;
}
select {
	text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../Images/Reskin/white-down-arrow-png.png);
  background-repeat: no-repeat;
  background-position: right center;
    padding-right: 30px;
    background-size: 30px;
}
/*checkbox plus radio*/
input[type="checkbox"],
input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
input[type="checkbox"].after + label:after,
input[type="radio"].after + label:after,
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  display:inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #a4a4a4;
  content: "";
  background: transparent;
  vertical-align: middle;
  margin-right: 7px;
}
input[type="checkbox"].after + label:after,
input[type="radio"].after + label:after {
	margin-right: 0px;
	margin-left: 7px;
}
input[type="checkbox"].after:checked + label:after,
input[type="radio"].after:checked + label:after,
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #a4a4a4;
}
input[type="checkbox"].after + label:before,
input[type="radio"].after + label:before {
	display: none;
}
input[type="radio"] + label:before {
	border-radius: 100%;
}
.radio-custom input[type="radio"] + label:before {
	border-radius: 0;
}
/*landing header*/
#header.landing-header {
	padding-top: 37px;
	padding-bottom: 15px;
}
#header.landing-header .help {
	margin-right: 20px;
}
/*regular header */
#header {
	padding-top: 37px;
}
#header .logo-user {
	width: 200px;
}
#header .logo-user .user {
	font-size: 14px;
	color: #515151;
}
#header .logo-user .logo-here {
	display: block;
	margin-bottom: 14px;
}
#header .logo-user .user a {
	color: #515151;	
}
#header .logo-user .user a:hover {
	color: #db241f;
}
#header .logo-user .user a > img {
	border-radius: 100%;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	margin-right: 6px;
}
#header .navigation-here {
	padding-top: 30px;
	text-align: center;
	width: 67%;
}
#header .navigation-here li {
	display: inline-block;
	font-size: 17px;
	text-transform: uppercase;
	border-right: 2px solid #db241f;
	margin-left: -3px;
}
#header .navigation-here li:last-child {
	border-right: none;
}
#header .navigation-here a {
	color: #515151;
	display: block;
	padding: 19px 15px;
}
#header .navigation-here li.active a,
#header .navigation-here a:hover {
	background: #db241f;
	color: #ffffff;
}
#header .help {
	position: relative;
}
#header .help a {
	display: block;
	margin-bottom: 7px;
}
#header .help a:last-child {
	margin-bottom: 0px;
}
/*#header .help a:nth-child(3) {
	font-size: 22px;
	color: #db241f;
	font-family: 'oswald';
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
}*/
#header .help .quick-link:hover {
	color: #515151;
}
/*page heading*/
.page-heading {
	font-size: 20px;
}
.page-heading .heading {
	background: #db241f;
	width: 65%;
	padding: 18px 0px;
	color: #ffffff;
	font-family: 'latobold';
}
.page-heading .heading .inner {
	width: 810px;
	float: right;
	text-align: left;
}
.page-heading.single .heading {
	width: 100%;
}
.page-heading .enrolment {
	background: #7494b8;
	width: 35%;
	padding: 16px 15px 17px;
	font-family: 'oswald';
	font-weight: bold;
	color :White;
}
.page-heading .enrolment li {
	margin-right: 7px;
	text-transform: uppercase;
}
.page-heading .enrolment li:last-child {
	margin-right: 0px;
}
.page-heading .enrolment li a {
	color: #ffffff;
}
.page-heading .enrolment li a span {
	color: #db241f;
}
.page-heading .enrolment li.active a,
.page-heading .enrolment li a:hover {
	color: #db241f;
}
.page-heading .dis-info {
	color: #ffffff;
	font-size: 14px;
	font-family: "oswald";
}
.page-heading .dis-info > span {
	background: url(../../Images/Reskin/info.png) no-repeat;
	height: 18px;
	width: 18px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}
.page-heading .dis-info:hover {
	color: #515151;
}
.page-heading .dis-info:hover span {
	background-position: bottom;
}
/*quick links */
.quick-links {
	width: 722px;
	border: 2px solid #db241f;
	border-radius: 10px;
	position: absolute;
	z-index: 9;
	left: -547px;
	top: 145px;
	display: none;
}
.quick-links .heading {
	background: #db241f;
	height: 95px;
	-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left 0;
  -moz-transform-origin: top left 0;
  -ms-transform-origin: top left 0;
  -o-transform-origin: top left 0;
  transform-origin: top left 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-family: 'oswald';
  width: 240px;
  margin-top: 240px;
  padding-top: 20px;
  text-transform: uppercase;
  position: absolute;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: -1px;
}
.quick-links .quick-links-nav {
	width: 627px;
	margin-left: 92px;
}
.quick-links .quick-links-nav li {
	float: left;
	font-family: 'latobold';
	border-right: 1px solid #dedddd;
	border-bottom: 1px solid #dedddd;
	font-size: 18px;
}
.quick-links .quick-links-nav li:nth-child(3n) {
	border-right: none;
}
.quick-links .quick-links-nav li:nth-child(3) a {
	border-top-right-radius: 10px;
}
.quick-links .quick-links-nav li:nth-child(6) a {
	border-bottom-right-radius: 10px;
}
.quick-links .quick-links-nav li:nth-child(4),
.quick-links .quick-links-nav li:nth-child(5),
.quick-links .quick-links-nav li:nth-child(6) {
	border-bottom: none;
}
.quick-links .quick-links-nav li .img {
	height: 56px;
	width: 58px;
	background: url(../../Images/Reskin/quick-links/img1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.quick-links .quick-links-nav li:nth-child(3) .img {
	height: 37px;
	width: 40px;
	background: url(../../Images/Reskin/quick-links/img2.png) no-repeat;
}
.quick-links .quick-links-nav li:nth-child(4) .img {
	height: 53px;
	width: 51px;
	background: url(../../Images/Reskin/quick-links/img3.png) no-repeat;
}
.quick-links .quick-links-nav li:nth-child(5) .img {
	height: 59px;
	width: 63px;
	background: url(../../Images/Reskin/quick-links/img4.png) no-repeat;
}
.quick-links .quick-links-nav li:nth-child(6) .img {
	height: 47px;
	width: 61px;
	background: url(../../Images/Reskin/quick-links/img5.png) no-repeat;
}
.quick-links .quick-links-nav li .text {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.quick-links .quick-links-nav li i {
	color: #7494b8;
	padding-left: 5px;
    font-size: 20px;
}
.quick-links .quick-links-nav li a {
	color: #979393;
	display: table-cell !important;
	height: 119px;
	width: 208px;
	vertical-align: middle;
	text-align: center;
	background: #f1f0f0;
}
.quick-links .quick-links-nav li a:hover {
	color: #ffffff;
	background: #7494b8;
}
.quick-links .quick-links-nav li a:hover i {
	color: #ffffff;
}
.quick-links .quick-links-nav li a:hover .img {
	background-position: bottom;
}
.quick-links.home-page-links {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 25px;
}
/*main content*/
.landing.page-width .left-bar {
	width: 255px;
	margin-right: 5px;
}
.landing.page-width .left-bar li {
	margin-bottom: 5px;
}
.landing.page-width .left-bar li:last-child {
	margin-bottom: 0px;
}
.landing.page-width .left-bar li img {
	display: block;
}
.main-container {
	border-top: 2px solid #e5e4e4;
}
.to-do-section {
	background: #ffffff;
	padding-top: 25px;
	padding-bottom: 20px;
}
.to-do-section .todo-wrapper {
	width: 380px;
}
/*todo styling */
.todo-wrapper .to-dos {
	border: 2px solid #db241f;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 35px;
}
.todo-wrapper .to-dos .header {
	background: #db241f;
	color: #ffffff;
	font-size: 18px;
	padding: 8px 15px;
}
.todo-wrapper .to-dos .header h3 {
	margin: 0px;
	color: #ffffff;
	font-family: 'oswald';
	font-size: 26px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.todo-wrapper .to-dos .header h3 img {
	vertical-align: middle;
	display: inline-block;	
}
.todo-wrapper .to-dos .header .txt {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.todo-wrapper .to-dos .body {
	padding: 18px 0px;
	padding-bottom: 5px;
}
.todo-wrapper .to-dos .body li {
	margin-bottom: 7px;
}
.todo-wrapper .to-dos .body ul {
	height: 135px;
	overflow: hidden;
}
.todo-wrapper .to-dos .body .task {
	background: #db241f;
	color: #ffffff;
	font-size: 18px;
	padding: 3px 5px;
	width: 75px;
	text-align: center;
	margin-right: 10px;
}
.todo-wrapper .to-dos .body a {
	margin-top: 7px;
	text-decoration: underline !important;
	color: #515151;
}
.todo-wrapper .to-dos .body a:hover {
	color: #db241f;
}
/*read more*/
.todo-wrapper .to-dos .body .read-more {
	margin-right: 15px;
}
.todo-wrapper .to-dos .body .read-more a {
	text-decoration: none !important;
}
.todo-wrapper .to-dos .body .read-more .less {
	display: none;
}
.read-more a {
	color: #db241f !important;
	text-decoration: none !important;
}
.read-more a i {
	margin-left: 3px;
	vertical-align: middle;
	display: inline-block;
}
.read-more a:hover {
	color: #515151 !important;
}
/*accordian section */
.todo-wrapper .your-details {
	background: #db241f;
	padding: 19px 21px;
}
.todo-wrapper .your-details .heading {
	width: 150px;
	font-size: 24px;
	color: #ffffff;
	font-family: 'oswald';
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;	
}
.your-details .accordion-data {
	width: 185px;
	font-family: 'latobold';
}
.your-details .accordion-data .panel-body {
	font-size: 14px;
	padding-bottom: 13px;
}
.your-details .accordion-data .panel-body li {
	margin-bottom: 11px;
	text-transform: uppercase;
}
.your-details .accordion-data .panel-body li:last-child {
	margin-bottom: 0px;
}
.your-details .accordion-data .dependent-info ul {
	padding-bottom: 25px;
}
.your-details .accordion-data .dependent-info ul:last-child {
	padding-bottom: 0px;
}
.your-details .accordion-data .dependent-info li {
	margin-bottom: 0px;
}
.your-details .accordion-data .panel-body li a,
.your-details .accordion-data .panel-body li span {
	text-transform: none;
	color: #7494b8;
	display: block;
}
.your-details .accordion-data .panel-body li a:hover {
	color: #515151;
}
.your-details .accordion-data .panel-body li span.inline {
	display: inline-block;
	margin-left: 7px;
}
.panel-default > .panel-heading {
	background: #ffffff;
	border: none;
	border-radius: 0;
	padding: 0px;
}
.panel-default > .panel-heading a {
	display: block;
	padding: 6px;
	color: #7494b8;
	font-family: 'latosemibold';
	font-size: 14px;
}
.panel-default > .panel-heading a:hover {
	color: #515151;
}
.panel-default > .panel-heading i {
	color: #db241f;
	display: inline-block;
	margin-right: 25px;
}
.panel-group {
	margin: 0px;
}
.panel-group .panel {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
	padding: 0px 24px;
	padding-bottom: 13px;
}
/*video section*/
.video-section {
	width: 725px;
}
.video-section .header {
	background: #7494b8;
}
.video-section .header h1 {
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'oswald';
	padding: 13px 15px;
}
.video-section .body {
	background: #ededed;
	padding: 19px 10px;
}
.video-section .body .video {
	width: 375px;
}
.video-section .body iframe {
	height: 215px;
	width: 100%;
}
.video-section .body .text {
	width: 310px;
	line-height: 25px;
}
/*big accordian section */
.mini-wrapper {
	width: 580px;
	text-align: center;
}
.two-col .col {
	width: 49.5%;
}
.big-accordian .col {
	background: #f1f0f0;
}
.big-accordian .panel-body {
	background: #f1f0f0;	
}
.big-accordian .panel-heading a {
	background: #db241f;
	font-size: 30px;
	font-family: 'bebasneue';
	color: #ffffff;
}
.big-accordian .panel-heading a i {
	color: #ffffff;
}
.big-accordian .panel-heading a:hover,
.big-accordian .panel-heading a:hover i {
	color: #515151;
}
.big-accordian .panel-group .panel-heading + .panel-collapse > .panel-body, 
.big-accordian .panel-group .panel-heading + .panel-collapse > .list-group {
	padding: 20px 15px;
}
/*coverage*/
.current-coverage > .inner {
	border: 2px solid #7494b8;
	border-radius: 10px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 30px;
}
.current-coverage > .inner:last-child {
	margin-bottom: 0px;
}
.current-coverage .header {
	font-family: 'oswald';
	font-size: 24px;
	color: #7494b8;
	text-transform: uppercase;
	min-height: 60px;
}
.current-coverage .header .col1 {
	text-align: left;
}
.current-coverage .col1 .inner {
	width: 200px;
	position: relative;
	color: #ffffff;
	background: #7494b8;
	padding: 6px 5px;
	min-height: 60px;
}
.current-coverage .col1 {
	position: relative;
	width: 200px;
}
.current-coverage .body li {
	margin-bottom: 10px;
}
.current-coverage .body .col1 {
	padding: 6px 5px;
}
.current-coverage .col2 {
	width: 160px;
	padding: 6px 20px;
	min-height: 60px;
}
.current-coverage .col3 {
	width: 97px;
	padding: 6px 5px;
	min-height: 60px;
}
.current-coverage .col4 {
	width: 153px;
	padding: 6px 5px;
	min-height: 60px;
}
.current-coverage .col1 .read-more {
	margin-top: 20px;
	left: 0px;
	font-size: 16px;
	text-align: left;
	width: 140px;
	left: 6px;
}
.current-coverage .body .col4 {
	text-align: left;
}

.icon 
{
    float: right;
    margin-top: -6px;
    margin-right: -7px;
    border-left: white solid 1px;
    border-bottom: white solid 1px;
    padding: 3px;
    border-bottom-left-radius: 8px;
}
/*stay healthy */
.stay-healthy .panel-body {
	padding: 30px 22px;
	text-align: left;
}
.stay-healthy .panel-body .mini-wrapper {
	text-align: left;
}
.stay-healthy h3 {
	font-size: 24px;
	margin: 0px;
	color: #7494b8;
	margin-bottom: 10px;
}
.stay-healthy p {
	line-height: 24px;
}
.stay-healthy .mini-wrapper > .inner {
	margin-bottom: 45px;
}
.stay-healthy .mini-wrapper > .inner:last-child {
	margin-bottom: 0px;
}
.stay-healthy .read-more {
	display: inline-block;
	margin-left: 45px;
	text-align: right;
}
/*home page modal */
.modal-backdrop {
	background: #ffffff;
	opacity: .55;
}
.homepage-modal {
	text-align: center;
	font-size: 30px;
	color: #484847;
	font-family: 'latosemibold';
}
.homepage-modal h1 {
	font-family: 'bebasneue';
	font-size: 48px;
	color: #db241f;
	margin-bottom: 40px;
	margin-top: 0px;
	text-decoration: underline;
	display: inline-block;
}
.modal-dialog {
	width: 850px;
}
.modal-content {
	border: 1px solid #a2a2a2;
	box-shadow: none;
	border-radius: 0;
	min-height: 270px;
}
.modal-header {
	padding: 5px 10px;
	border: none;
}
.close {
	font-size: 24px;
	color: #000000;
	opacity: 1;
}
.modal-heading {
	font-size: 20px;
	font-family: 'latobold';
	color: #ffffff;
	background: #db241f;
	width: 530px;
	padding: 24px 10px;
	margin-top: -5px;
	margin-left: -10px;
	text-transform: uppercase;
	text-align: center;
}
.user-info-edit  .modal-body {
	padding: 15px 50px;
}
.modal-main-heading {
	background: #7494b8;
	color: #ffffff;
	font-size: 24px;
	font-family: 'latobold';
	padding: 14px 40px;
	margin-right: -10px;
	margin-left: -10px;
	text-transform: uppercase;
}
/*form fields*/
.form-fields-modal .two-col {
	padding-top: 15px;
	font-size: 14px;
	font-family: 'latobold';
}
.form-fields-modal label, 
.form-fields-modal .input-data {
	display: inline-block;
}
.form-fields-modal label {
	width: 125px;
}
.form-fields-modal .input-data .input-type,
.form-fields-modal .input-data select {
	padding: 4px 2px;
	min-height: 28px;
	font-family: 'latobold';
	font-size: 14px;
	width: 185px;
}
.form-fields-modal .date {
	position: relative;
}
.form-fields-modal .date .input-type {
	width: 130px;
}
.form-fields-modal .date i {
	font-size: 24px;
}
.form-fields-modal .date .red {
	position: absolute;
	top: -5px;
	right: -6px;
}
.form-fields-modal .red {
	color: #f91515;
}
.form-fields-modal li {
	margin-bottom: 5px;
}
.form-fields-modal .col li:last-child {
	margin-bottom: 0px;
}
.form-fields-modal .bottom {
	padding-top: 50px;
}
.form-fields-modal .bottom .required {
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}
.form-fields-modal .bottom .required span {
	color: #f91515;
	font-size: 20px;
	position: absolute;
	top: -6px;
	left: -6px;
	font-family: 'latobold';
}
.form-fields-modal .bottom .right {
	margin-right: 80px;
}
.form-fields-modal .bottom li {
	float: left;
}
.form-fields-modal .bottom li .green-btn {
	font-family: 'oswald';
	font-weight: bold;
	font-size: 20px;
	width: 125px;
	text-align: center;
	margin-left: 20px;
	padding: 3px;
}
.form-fields-modal .bottom .cancle {
	display: inline-block;
	padding-top: 16px;
	color: #515151;
}
.form-fields-modal .bottom .cancle:hover {
	color: #7494b8;
}
.form-fields-modal .two-col.top {
	padding-bottom: 20px;
}
.form-fields-modal li ul {
	margin-bottom: -5px;
}
.form-fields-modal li ul li {
	float: left;
	margin-bottom: 0px;
	width: auto;
	margin-right: 10px;
}
.form-fields-modal li ul li:last-child {
	margin-right: 0px;
}
.form-fields-modal li ul li input[type="checkbox"] {
	margin-right: 4px;
}
.form-fields-modal li ul li label {
	margin-bottom: 0px;
	width: auto;
}
.dependents-modal .panel-heading > a {
	padding: 0px;
}
.dependents-modal .panel-heading > a i {
	color: #ffffff;
}
.dependents-modal .panel-group .panel-heading + .panel-collapse > .panel-body, 
.dependents-modal .panel-group .panel-heading + .panel-collapse > .list-group {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 15px;
	padding-top: 10px;
	line-height: 24px;
	color: #515151;
}
.dependents-modal .panel-body strong {
	display: block;
	text-transform: uppercase;
	color: #db241f;
	padding: 5px 0px;
}
.check-here {
	padding-bottom: 5px;
}
.check-here label {
	width: auto;
	color: #db241f;
	font-size: 14px;
}
.check-here input[type='checkbox'] + label:before {
	margin-right: 20px;
}
/*browse button*/
.form-fields-modal .browse-wrapper {
	text-align: center;
}
.browse-wrapper * {
	display: inline-block;
}
.browse-wrapper .browse {
	position: relative;
}
.browse-wrapper > span {
	color: #db241f;
	font-family: 'latobold';
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}
.browse-wrapper .input-browse {
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.browse-wrapper .browse-fields .txt {
	border: 1px solid #515151;
	color: #515151;
	font-size: 14px;
	width: 140px;
	padding: 5px;
}
.browse-wrapper .browse-fields .green-btn {
	font-family: 'oswald';
	font-weight: bold;
	font-size: 16px;
	width: auto;
	padding: 4px 10px;
}
/*login section*/
.landing.page-width .login-section {
	background: url(../../Content1/Images/Reskin/landing-bg.jpg) no-repeat top left;
	width: 965px;
	padding-top: 30px;
}
.login-section .inner {
	width: 525px;
	margin-right: 120px;
	padding-bottom: 82px;
	margin-bottom: 7px;
}
.login-section .inner > h2 {
	position: relative;
	display: inline-block;
}
.login-section .inner > h2 > a {
	display: block;
	width: 20px;
	height: 24px;
	background: url(../../Images/Reskin/lock.png) no-repeat top left;
	position: absolute;
	top: -27px;
	right: 0;
}
.login-section .inner > h2 > a:hover {
	background-position: bottom left;	
}
.login-section .form-here {
	background: #ffffff;
	border: 1px solid #bdbdbd;
	padding: 22px 15px;
	padding-bottom: 41px;
}
.login-section .form-here .form-feilds {
	margin-bottom: 5px;
}
.login-section .form-here label {
	width: 48%;
	text-align: right;
	display: inline-block;
	margin-right: 7px;
	float: left;
	padding-top: 12px;
	text-transform: uppercase;
}
.login-section .form-here .input-type,
.login-section .form-here select {
	width: 49%;
	float: right;
}
.login-section .bottom li {
	float: left;
	width: 49.8%;
}
.login-section .bottom li {
	margin-right: .4%;
}
.login-section .bottom li:last-child {
	margin-right: 0px;
}
/*my profile */
.my-profile {
	padding: 17px 0px;
	background: #ffffff;
}
.my-profile .user-detail-video {
	width: 270px;
}
.user-detail-video .user-img-edit .img > img {
	height: 182px;
	width: 182px;
	border-radius: 100%;
	display: block;
	margin: 0px auto;
}
.user-detail-video .user-img-edit {
	padding-bottom: 30px;
}
.user-detail-video .user-img-edit .edit-user {
	padding-top: 20px;
}
.user-detail-video .user-img-edit .edit-user .green-btn {
	width: 220px;
	font-size: 18px;
	margin: 0px auto;
	font-family: 'oswald';
	font-weight: bold;
	padding: 13px 10px;
	margin: 0px auto;
	display: block;
}
/*watch video */
.watch-vedio .inner {
	margin-bottom: 12px;
}
.watch-vedio .inner:last-child {
	 margin-bottom: 0px;
}
.watch-vedio .header {
	text-align: center;
	color: #db241f;
	font-size: 18px;
	padding-bottom: 8px;
}
.watch-vedio .header strong {
	font-family: 'oswald';
	font-weight: bold;
}
.watch-vedio .vedio-here {
	border: 2px solid #db241f;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}
.watch-vedio .vedio-here a > img {
	width: 100%;
}
/*user information */
.user-info {
	width: 790px;
	border: 2px solid #7494b8;
	border-radius: 10px;
	overflow: hidden;
}
.user-info .header {
	background: #7494b8;
	color: #ffffff;
	font-family: 'latobold';
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0px;
}
.user-info .col {
	width: 50%;
	padding: 20px 12px;
}
.user-info .col:first-child {
	border-right: 2px solid #7494b8;
}
.user-info .col li {
	margin-bottom: 16px;
	font-size: 18px;
	color: #db241f;
}
.user-info .col li a {
	color: #db241f;
}
.user-info .col li a:hover {
	color: #515151;
}
.user-info .col li .first {
	color: #515151;
	font-size: 14px;
	display: inline-block;
	width: 145px;
	text-transform: uppercase;
}
.user-info .col li:last-child {
	margin-bottom: 0px;
}
/*notes*/
.notes {
	background: #f0efef;
	border-top: 2px solid #db241f;
	font-size: 15px;
	padding: 20px 0px;
}
.notes .heading {
	color: #db241f;
	font-family: 'latobold';
	font-size: 18px;
	padding-bottom: 5px;
}
.notes a {
	color: #db241f;
}
.notes a:hover {
	color: #515151;
}
.my-detail-notes.notes .page-width {
	max-width: 725px;
}
.notes ul {
	padding-left: 20px;
}
.notes li {
	list-style: disc;
	line-height: 24px;
	font-size: 15px;
}
.notes strong {
	color: #db241f;
	text-transform: uppercase;
}
/*dependents*/
.dependent {
	border: none;
	width: 760px;
	border-radius: 0;
}
.margin-adjust .user-detail-video {
	padding-top: 60px;
}
.margin-adjust > .page-width {
	padding-bottom: 25px;
}
.dependent .header {
	padding: 10px 0px;
}
.dependent .col:first-child {
	margin-right: 40px;
}
.dependent .col {
	width: 360px;
	border: 2px solid #7494b8;
	padding: 0px;
	overflow: hidden;
	border-radius: 10px;
}
.dependent .user-img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 23px;
	font-size: 18px;
	color: #db241f;
}
.dependent .user-img * {
	display: inline-block;
}
.dependent .user-img .img img {
	height: 72px;
	width: 72px;
	border: 1px solid #c2c0c0;
	border-radius: 100%;
	margin-right: 11px;
}
.dependent .body {
	padding: 0px 8px;
	padding-bottom: 30px;
}
.dependent .body li ul {
	display: inline-block;
	width: 191px;
}
.dependent .body li ul li {
	float: left;
	margin-right: 12px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.dependent .body li ul li label {
	color: #db241f;
	font-family: 'lato';
	font-weight: normal;
	margin-bottom: 0px;
}
.dependent .body li ul li:last-child {
	margin-right: 0px;
}
/*.dependent .body li ul li:before {
	content: "";
	height: 15px;
	width: 15px;
	display: inline-block;
	border: 1px solid #cbcdcd;
	margin-right: 10px;
}*/
.dependent .col .body .green-btn {
	width: 150px;
	text-align: center;
}
.dependent .btns {
	padding-bottom: 27px;
}
.dependent .btns a,
.dependent .btns span {
	font-family: 'oswald';
	font-weight: bold;
	color: #ffffff;
	padding: 15px 10px;
}
.dependent .btns a img {
	margin-right: 14px;
}
.dependent .btns span {
	width: auto;
}
.dependent .btns .orange-btn {
	max-width: 155px;
	border: none;
}
/*dependent document*/
.dependent-doc .header {
	border-bottom: 2px solid #db241f;
	text-align: center;
	text-transform: uppercase;
}
.dependent-doc .body {
	padding: 40px 0px;
}
.dependent-doc .body .col {
	text-align: center;
	color: #db241f;
}
.dependent-doc .inner {
	border: 2px solid #7494b8;
	border-radius: 10px;
	margin-bottom: 10px;
}
.dependent-doc .inner.browse-wrapper {
	text-align: center;
	padding: 12px 0px;
}
.browse-wrapper input {
}
.dependent-doc .inner.browse-wrapper .green-btn {
	padding: 10px 7px;
  width: auto;
  text-transform: none;
}
/*four col*/
.four-col .col {
	float: left;
	width: 25%;
	padding: 20px 10px;
}
/*configure able text*/
.configure-able-text {
	padding-top: 35px;
	color: #db241f;
	font-size: 13px;
	font-family: 'latobold';
}
.configure-able-text .top {
	text-transform: uppercase;
	padding-bottom: 50px;
}
.configure-able-text li {
	float: left;
	margin-right: 15px;
	margin-bottom: 18px;
}
/*life events*/
.life-event .user-detail-video {
	padding-top: 84px;
}
.life-event .life-event {
	border: 2px solid #7494b8;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 180px;
}
.life-event .life-event .header {
	background: #db241f;
	font-size: 18px;
	font-family: 'oswald';
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 0px;
	padding: 8px 0px;
	text-transform: uppercase;
}
.life-event .life-event .body {
	padding: 34px 11px;
}
.life-event .life-event .number {
	color: #db241f;
	font-size: 30px;
	font-family: 'oswald';
	font-weight: bold;
	margin-right: 10px;
}
.life-event .life-event .txt {
	width: 210px;
}
.life-event .life-event .txt .top {
	color: #db241f;
	font-size: 18px;
	font-family: 'latobold';
	text-transform: uppercase;
	padding-bottom: 10px;
}
.life-event .life-event li {
	margin-bottom: 16px;
}
.life-event .life-event li.date i {
	font-size: 24px;
	margin-left: 5px;
}
.life-event .life-event li:last-child {
	margin-bottom: 0px;
}
.life-event .life-event .txt .input-type,
.life-event .life-event .txt select {
	min-height: 28px;
	padding: 4px 6px;
}
.life-event .life-event .txt select {
	width: 100%;
}
.life-event .life-event .txt .input-type {
	width: 170px;
}
.life-event .life-event .txt .green-btn {
	font-family: 'oswald';
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	width: 155px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}
.life-event .life-event .txt a:hover .green-btn {
	background: #515151;
}
.dependent .life-event-body {
	padding-top: 24px;
}
.dependent .life-event-body a {
	color: #db241f;
	text-decoration: underline !important;
}
.dependent .life-event-body a:hover {
	color: #515151;
}
.dependent .life-event-body .green-btn {
	width: 190px !important;
	color: #ffffff;
	text-decoration: none !important; 
}
.dependent .life-event-body .green-btn:hover {
	color: #ffffff;
}
.life-event-wrapper {
	width: 790px;
}
.life-event-wrapper .col {
	width: 385px;
	margin-bottom: 16px;
}
.life-event-wrapper .col:nth-child(2n+1) {
	margin-right: 20px;
}
.add-document {
	text-align: center;
	padding-bottom: 20px;
}
.add-document .green-btn {
	font-family: 'oswald';
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
/*documents */
.document .dependent-doc .body {
	padding-top: 25px;
	padding-bottom: 7px; 
}
.document > .page-width {
	padding-bottom: 60px;
}
.document .top-txt {
	font-family: 'latobold';
	font-size: 18px;
	color: #db241f;
	padding-bottom: 25px;
}
.document .user-info .number {
	font-size: 48px;
	color: #db241f;
	font-family: 'oswald';
	font-weight: bold;
	margin-right: 36px;
}
.document .user-info .input-field {
	margin-top: 16px;
}
.document .user-info .input-field .input-type,
.document .user-info .input-field select {
	width: 200px;
	min-height: 28px;
	padding: 4px 6px;
	font-size: 14px;
}
.document .user-info .input-field select {
	background-image: url(../../Images/Reskin/select-bg-green.png);
}
.document .user-info .input-field .green-btn {
	width: auto;
}
.document .user-info .input-field button {
	background: none;
	border: none;
}
.document .user-info .input-field button .green-btn {
	padding: 15px 15px;
}
/*history*/
.history-here {
	margin-top: 30px;
	width: 880px;
}
.history-here .header {
	text-align: left;
	padding-left: 25px;
}
.history-here .body {
	padding: 20px 25px;
	font-size: 18px;
}
.history-here .body label {
	margin-right: 10px;
}
.history-here .body .input-type, 
.history-here .body select {
	width: 200px;
	margin-right: 50px;
}
.history-here .body .green-btn {
	font-size: 18px;
	font-family: 'oswald';
	font-weight: bold;
	width: auto;
	padding: 10px 15px;
}
.history-here .body .employee {
	padding-top: 30px;
}
.history-here .body .employee li {
	display: inline-block;
}
.history-here .body .employee input[type="radio"] + label {
	font-weight: normal;
}
.history-here .body .employee input[type="radio"] + label:before {
	display: none;
}
.history-here .body .employee input[type="radio"] + label:after {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	border: 1px solid #a4a4a4;
  content: "";
  background: transparent;
  vertical-align: middle;
  margin-left: 7px;
}
.history-here .body .employee input[type="radio"]:checked + label:after {
	background: #a4a4a4;
}
/*seven col*/
.rows-here .seven-col:nth-child(2n+1) {
	background: #ffffff;
}
.seven-col .col {
	float: left;
	padding: 15px 15px;
	text-align: left;
	font-size: 14px;
}
.seven-col .col1 {
	width: 160px;
}
.seven-col .col2,
.seven-col .col3 {
	width: 200px;
}
.seven-col .col4 {
	width: 165px;
}
.seven-col .col5 {
	width: 120px;
}
.seven-col .col6,
.seven-col .col7 {
	width: 190px;
}
.dependent-doc .body .seven-col .col {
	text-align: left;
	font-size: 18px;
	color: #515151;
}
/*footer*/
#footer {
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer .inner {
	padding: 0px 20px;
}
#footer .inner li {
	float: left;
	font-size: 12px;
	color: #515151;
	margin-left: 10px;
}
#footer .inner li:first-child {
	margin-left: 0px;
}
#footer .inner li:last-child {
	border-left: 1px solid #515151;
}
#footer .inner li:last-child a {
	padding-left: 10px;
}
#footer .inner li a {
	color: #515151;
	display: block;
}
#footer .inner li a:hover {
	color: #db241f;
}
#footer .inner .right {
	margin-top: 3px;
}
.mobile-menu {
	display: none;
}

.widthfix {
    display:inline-block;
    width:230px;
}
@media only screen and (max-width : 1279px) {
	.landing-header .page-width {
		max-width: 90%;
	}
	.landing.page-width .login-section {
		width: 70%;
	}
	.login-section .inner {
		margin-right: 15px;
	}
	#header .navigation-here {
		width: 60%;
	}
	#header .navigation-here li {
		font-size: 13px;
	}
	#header .navigation-here a {
		padding: 15px 9px;
	}
	.page-heading .heading .inner {
		width: 100%;
		padding-left: 15px;
	}
	.history-here {
		width: 710px;
	}
	.history-here .body {
		padding: 20px 10px; 
	}
	.history-here .body .input-type, .history-here .body select {
		margin-right: 10px;
		width: 170px;
	}
	.dependent-doc .table-responsive .header,
	.dependent-doc .table-responsive .body {
		width: 1255px;
	}
	.dependent {
		width: 70%;
	}
	.dependent.life-event-wrapper {
		width: 70%;
	}
	.video-section {
		width: 600px;
	}
	.video-section .body .text,
	.video-section .body .video {
		width: 100%;
	}
	.mini-wrapper {
		width: 100%;
		float: none;
	}
	.current-coverage .header {
		font-size: 20px;
	}
	.current-coverage .col1 {
		width: 135px;
	}
	.current-coverage .col2 {
		width: 105px;
	}
	.current-coverage .col3 {
		width: 79px;
	}
	.stay-healthy h3 {
		font-size: 20px;
	}
	.stay-healthy .panel-body {
		padding: 10px;
	}
	.life-event-wrapper .col:nth-child(2n+1) {
		margin-right: 10px;
	}
	.life-event-wrapper .col {
		width: 48%;
	}
	.user-info .col li .first {
		width: 123px;
	}
	.dependent .col:first-child {
		margin-right: 10px;
	}
	.dependent .col {
		width: 49%;
	}
	.quick-links.home-page-links {
		width: 100%;
	}
	.quick-links.home-page-links .quick-links-nav li a {
		width: 167px;
	}

    .widthfix {
    display:inline-block;
    width:150px;
}
    
}
@media only screen and (max-width : 1023px) {
	.landing-header .page-width {
		max-width: 100%;
	}
	.landing.page-width .login-section {
		width: 64%;
	}
	.login-section .inner {
		width: 94%;
	}
	h2 {
		font-size: 21px;
	}
	#header.regular-header {
		text-align: center;
	}
	#header.regular-header .page-width > * {
		float: none;
		margin: 0px auto;
	}
	#header.regular-header .help {
		margin: 10px 0px;
	}
	#header.regular-header .help a {
		display: inline-block;
	}
	#header.regular-header .navigation-here {
		padding-bottom: 10px;
		padding-top: 0px;
		width: 100%;
	}
	#header.regular-header .help a:nth-child(3) {
		display: inline-block;
	}
	.quick-links {
		left: 0px;
		top: 75px;
	}
	.page-heading {
		font-size: 16px;
	}
	.history-here {
		width: 450px;
	}
	.history-here .body .form-inline label {
		width: 100px;
	}
	.history-here .body .input-type, .history-here .body select {
		width: 240px;
		margin-bottom: 10px;
	}
	.dependent-doc .body .seven-col .col {
		font-size: 15px;
	}
	.dependent-doc .table-responsive .header, .dependent-doc .table-responsive .body {
		width: 1110px;
	}
	.seven-col .col2, .seven-col .col3 {
		width: 175px;
	}
	.seven-col .col4 {
		width: 140px;
	}
	.seven-col .col5 {
		width: 110px;
	}
	.seven-col .col6, .seven-col .col7 {
		width: 155px;
	}
	.current-coverage .header {
		font-size: 16px;
	}
	.current-coverage .col1 .inner {
		width: 100%;
	}
	.current-coverage .col1 {
		width: 100px;
	}
	.current-coverage .col2 {
		width: 85px;
	}
	.current-coverage .col3 {
		width: 60px;
	}
	.current-coverage .col4 {
		width: 100px;
	}
	.current-coverage .body .left {
		font-size: 12px;
	}
	.stay-healthy h3 {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.stay-healthy p {
		font-size: 13px;
	}
	.stay-healthy .mini-wrapper > .inner {
		margin-bottom: 10px;
	}
	.video-section {
		width: 54%;
	}
	.todo-wrapper .to-dos .header h3 {
		font-size: 22px;
	}
	.todo-wrapper .to-dos .header .txt {
		font-size: 14px;
	}
	.todo-wrapper .your-details .heading {
		width: 100px;
		font-size: 19px;
	}
	.to-do-section .todo-wrapper {
		width: 330px;
	}
	.video-section .header h1 {
		font-size: 22px;
	}
	.modal-dialog {
		width: 96%;
	}
	.homepage-modal {
		font-size: 24px;
	}
	.homepage-modal h1 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.dependent {
		width: 60%;
	}
	.dependent .col, 
	.life-event-wrapper .col {
		width: 100%;
		margin-bottom: 10px;
	}
	.quick-links.home-page-links {
		overflow: hidden;
	}
	.quick-links.home-page-links .heading {
		display: none;
	}
	.quick-links.home-page-links .quick-links-nav {
		margin-left: 0px;
		width: 100%;
	}
	.quick-links.home-page-links .quick-links-nav li {
		float: none;
		display: block;
	}
	.quick-links.home-page-links .quick-links-nav li a {
		width: 100%;
		display: block !important;
		padding: 10px;
		height: auto;
	}
}
@media only screen and (max-width : 767px) { 
	.landing.page-width .left-bar {
		float: none;
		display: block;
		margin: 0px auto;
		margin-bottom: 5px;
	}
	.landing.page-width .login-section {
		width: 100%;
	}
	.login-section .inner {
		width: 94%;
	}
 
	#footer {
		text-align: center;
	}
	#footer .inner li {
		float: none;
		display: inline-block;
	}
	#footer .left,
	#footer .right {
		float: none;
	}
	.mobile-menu {
		display: block;
	}
	.desktop-menu {
		display: none;
	}
	#header.regular-header .navigation-here li {
		display: block;
		margin: 0px;
		border-right: none;
		border-bottom: 2px solid #db241f;
	}
	#header.regular-header .navigation-here li:last-child {
		border-bottom: none;
	}
	.quick-links {
		width: 100%;
		overflow: hidden;
	}
	.quick-links .heading {
		display: none;
	}
	.quick-links .quick-links-nav {
		width: 100%;
		margin: 0px;
	}
	.quick-links .quick-links-nav li {
		display: block;
		float: none;
	}
	#header.regular-header .quick-links .quick-links-nav li a {
		display: block !important;
		height: auto;
		width: 100%;
		padding: 10px 5px;
	}
	#header.regular-header .quick-links .quick-links-nav li a br {
		display: none;
	}
	.quick-links .quick-links-nav li:nth-child(3) a,
	.quick-links .quick-links-nav li:nth-child(6) a {
		border-radius: 0;
	}
	.page-heading .heading,
	.page-heading .heading .inner,
	.page-heading .enrolment {
		float: none;
		width: 100%;
	}
	.document .top-txt {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.my-profile .user-detail-video {
		float: none;
		margin: 0px auto;
	}
	.history-here .body .input-type, .history-here .body select {
		width: 75%;
	}
	.history-here {
		width: 100%;
	}
	.notes .heading {
		font-size: 14px;
	}
	.notes li {
		font-size: 13px;
	}
	body {
		font-size: 13px;
	}
	.seven-col .col {
		padding: 15px 5px;
	}
	.seven-col .col,
	.dependent-doc .body .seven-col .col {
		font-size: 12px;
	}
	.seven-col .col1 {
		width: 140px;
	}
	.seven-col .col2, .seven-col .col3 {
		width: 125px;
	}
	.seven-col .col4 {
		width: 95px;
	}
	.seven-col .col5 {
		width: 70px;
	}
	.seven-col .col6, .seven-col .col7 {
		width: 110px;
	}
	.dependent-doc .table-responsive .header, .dependent-doc .table-responsive .body {
		width: 820px;
	}
	.user-info .header {
		font-size: 16px;
	}
	.history-here .header {
		padding-left: 15px;
	}
	.document .dependent {
		width: 360px;
		float: none;
		margin: 0px auto;
	}
	.to-do-section .todo-wrapper {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.todo-wrapper .to-dos {
		margin-bottom: 10px;
	}
	.video-section {
		width: 100%;
		float: none;
	}
	.two-col .col {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.two-col .col:last-child {
		margin-bottom: 0px;
	}
	.big-accordian .panel-heading a {
		font-size: 22px;
	}
	.current-coverage .left {
		width: 25%;
	}
	.dependents {
		width: 100%;
	}
	.dependent .col {
		float: left;
		width: 49%;
	}
	.life-event .user-detail-video {
		padding-top: 0px;
		margin-bottom: 10px;
	}
	.life-event .life-event {
		margin-bottom: 10px;
	}
	.dependent .life-event-body .green-btn {
		width: 110px !important;
		font-size: 14px;
	}
	.user-info .col li .first {
		font-size: 13px;
	}
	.user-info .col li {
		font-size: 15px;
	}
	.form-fields-modal .input-data {
		width: 75%;
	}
	.form-fields-modal .input-data .input-type, .form-fields-modal .input-data select {
		width: 92%;
	}
	.form-fields-modal .bottom .right {
		margin-right: 0px;
	}
	.modal-heading {
		padding: 12px 10px;
		width: 95%;
		font-size: 16px;
	}
	.dependent {
		width: 100%;
		margin-top: 10px;
	}
	.modal-main-heading {
		padding: 10px;
		font-size: 18px;
	}
	.dependent .col .body .green-btn {
		width: 130px;
	}
}
@media only screen and (max-width : 550px) { 
	body {
		font-size: 14px;
	}
	#header.landing-header {
		text-align: center;
	}
	#header.landing-header .logo,
	#header.landing-header .help,
	.login-section .form-here label,
	.login-section .form-here .input-type, 
	.login-section .form-here select {
		float: none;
		margin: 0px;
	}
	#header.landing-header .logo {
		margin-bottom: 5px;
	}
	.login-section .form-here label,
	.login-section .form-here .input-type, 
	.login-section .form-here select {
		width: 100%;
		text-align: left;
	}
	.login-section .form-here label {
		margin-bottom: 3px;
		padding-top: 0px;
	}
	.landing.page-width .login-section {
		padding-top: 27px;
	}
	.login-section .inner {
		padding-bottom: 15px;
	}
	.login-section .bottom li {
		float: none;
		margin: 0px;
		width: 100%;
		text-align: center;
	}
	#footer.right.btn {
		float: none;
	}
	.orange-btn {
		width: 100%;
	}
	#header.regular-header .help a {
		display: block;
		width: 100%;
	}
	.quick-links {
		top: 120px;
	}
	.history-here .body .form-inline label {
		font-size: 14px;
		width: 100%;
	}
	.history-here .body .input-type, .history-here .body select {
		width: 100%;
	}
	.dependent {
		width: 100%;
	}
	.document .user-info .input-field .green-btn {
		padding: 5px 7px;
	}
	.document .user-info .number {
		font-size: 20px;
		margin-top: 16px;
		margin-right: 10px;
	}
	.document .user-info .input-field .input-type, .document .user-info .input-field select {
		width: 190px;
	}
	.dependent-doc .four-col .col {
		font-size: 11px;
	}
	.current-coverage .header img {
		width: 15px;
	}
	.current-coverage .header {
		font-size: 12px;
	}
	.current-coverage .body .left {
		font-size: 11px;
	}
	.todo-wrapper .your-details {
		padding: 10px;
	}
	.todo-wrapper .your-details .heading {
		width: 82px;
		font-size: 15px;
	}
	.homepage-modal {
		font-size: 20px;
	}
	.homepage-modal h1 {
		font-size: 30px;
	}
	.dependent .col {
		width: 100%;
	}
	.form-fields-modal .input-data {
		width: 59%;
	}
	.form-fields-modal .input-data .input-type, .form-fields-modal .input-data select {
		width: 84%;
	}
	.user-info.dependent .btns > * {
		float: none;
		width: 100%;
		text-align: center;
	}
	.user-info.dependent .btns .add-dependent {
		margin-bottom: 10px;
	}
	.dependent .body li ul {
		width: 144px;
	}
	.dependent .body li ul li label {
		font-size: 11px;
	}
}

/*second part*/
.page-width.new {
	max-width: 1210px;
}
.main-content {
	background: #ffffff;
	padding: 22px 0px;
}
.left-main-area {
	width: 890px;
}
.left-main-area .header .heading {
	width: 500px;
}
.left-main-area .header .heading h2 {
	font-size: 28px;
	font-family: "oswald";
	padding-bottom: 7px;
}
.left-main-area .header .heading h2 span {
	color: #7494b8;
}
.left-main-area .header .heading > a {
	margin-left: 35px;
}
.left-main-area .header .client-text {
	width: 290px;
	font-size: 12px;
	color: #db241f;
	padding-top: 25px;
	padding-right: 10px;
	text-align: justify;
}
.left-main-area .header .client-text a {
	color: #db241f;
	text-decoration: underline !important;
	margin-left: 5px;
}
.left-main-area .header .client-text a:hover {
	color: #515151;
}
.left-main-area .body {
	padding-top: 20px;
}
.left-main-area .body .left-menu {
	width: 300px;
	padding-top: 13px;
}
.left-main-area .body .left-menu li {
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: uppercase;
}
.left-main-area .body .left-menu li span {
	display: inline-block;
	background: url(../../Images/Reskin/circle-green.png) no-repeat;
	height: 18px;
	width: 24px;
	margin-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}
.left-main-area .body .left-menu li:last-child {
	margin-bottom: 0px;
}
.left-main-area .body .left-menu a {
	display: block;
	color: #7494b8;
	font-family: "oswald";
	padding: 3px 0px;
}
.left-main-area .body .left-menu li:hover a,
.left-main-area .body .left-menu li.active a{
	background: #7494b8;
	color: #ffffff !important;
}
.left-main-area .body .left-menu li.active a span,
.left-main-area .body .left-menu li:hover a span,
.left-main-area .body .left-menu li.tick.active a span,
.left-main-area .body .left-menu li.tick:hover a span,
.left-main-area .body .left-menu li.arrow.active a span,
.left-main-area .body .left-menu li.arrow:hover a span {
	background-position: bottom; 
}
.left-main-area .body .left-menu li.tick a span {
	background: url(../../Images/Reskin/tick-green.png) no-repeat;
	height: 21px;
	width: 24px;
    vertical-align: top;
    margin-top: 5px;
}
.left-main-area .body .left-menu li.arrow a span {
	background: url(../../Images/Reskin/arrow-green.png) no-repeat;
	height: 15px;
	width: 24px;	
    vertical-align: top;
    margin-top: 5px;
}
.left-main-area .main-content-area {
	width: 590px;
	border: 2px solid #7494b8;
	border-radius: 15px;
	overflow: hidden;
}
.left-main-area .main-content-area .nav-tabs {
	background: #7494b8;
	padding-top: 1px;
}
.left-main-area .main-content-area .nav-tabs a {
	border-radius: 15px 15px 0 0;
	font-size: 22px;
	color: #ffffff;
	font-family: "oswald";
	padding: 8px 10px;
}
.left-main-area .main-content-area .nav-tabs a span {
	display: inline-block;
	background: url(../../Images/Reskin/circle-green.png) no-repeat bottom;
	height: 18px;
	width: 24px;
	margin-right: 3px;
}
.left-main-area .main-content-area .nav-tabs li.tick a span {
	background: url(../../Images/Reskin/tick-green.png) no-repeat bottom;
	height: 21px;
	width: 24px;
}
.left-main-area .main-content-area .nav-tabs li.arrow a span {
	background: url(../../Images/Reskin/arrow-green.png) no-repeat bottom;
	height: 15px;
	width: 24px;
}
.left-main-area .main-content-area .nav-tabs li.tick.active a span,
.left-main-area .main-content-area .nav-tabs li.tick:hover a span {
	background-position: top;
}
.left-main-area .main-content-area .nav-tabs li:hover a,
.left-main-area .main-content-area .nav-tabs li.active a {
	color: #7494b8;
	background: #ffffff;
}
.left-main-area .main-content-area .nav-tabs li.active.orange a {
	color: #db241f;
}
.left-main-area .main-content-area .nav-tabs li:hover a span,
.left-main-area .main-content-area .nav-tabs li.active a span {
	background-position: top;
}
.right-main-area {
	width: 290px;
}
.left-main-area .body .mobile {
	display: none;
}
/*about section*/
.about-section {
	padding: 1px 45px;
	background: #ffffff;
}
.about-section ul li {
	font-family: "oswald";
	color: #7494b8;
	font-size: 18px;
	margin-bottom: 35px;
}
.about-section ul li:last-child {
	margin-bottom: 0px;
}
.about-section select,
.about-section .input-type {
	width: 140px;
	min-height: 30px;
	padding: 3px 5px;
	font-size: 14px;
	color: #abaaaa;
	margin: 0px 5px;
	display: inline-block;
	vertical-align: middle;
}
.about-section select {
	padding-right: 25px;
}
.right-main-area .watch-vedio {
	padding-left: 20px;
}
.right-main-area .user-help-links {
	padding-left: 50px;
	padding-top: 15px;
}
.right-main-area .user-help-links li {
	padding: 13px 0px;
}
.right-main-area .user-help-links li:first-child {
	border-bottom: 1px solid #7494b8;
	padding: 18px 0px;
}
.right-main-area .user-help-links li:after {
	content: "";
	display: block;
	clear: both;
}
.right-main-area .user-help-links li img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.right-main-area .user-help-links a {
	color: #db241f;
	font-family: "oswald";
	font-size: 18px;
	text-transform: uppercase;
}
.right-main-area .user-help-links a:hover {
	color: #7494b8;
}
.right-main-area .user-help-links li span {
	display: block;
	width: 220px;
}
.about-wrapper .white-area {
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "oswald";
	font-size: 18px;
	color: #7494b8;
}
.about-wrapper .about-section h4 {
	font-family: "oswald";
	font-size: 18px;
	color: #db241f;
	display: inline-block;
	border-bottom: 1px solid #7494b8;
	padding-bottom: 5px;
}
.about-wrapper .about-section span.red {
	color: #fb0a2c;
}
.right-main-area .green-area {
	background: #7494b8;
	margin-top: 20px;
	padding: 26px 15px;
	font-family: "oswald";
	font-size: 22px;
	color: #ffffff;
}
.right-main-area .green-area .img {
	width: 45px;
	margin-top: 22px;
}
.right-main-area .green-area .text {
	width: 180px;
	text-align: center;
}
.right-main-area .green-area .text p {
	font-size: 30px;
}
.life-wrapper {
	background: #ffffff;
	padding: 15px;
	font-family: "oswald";
	font-size: 18px;
	color: #7494b8;
}
.orange-wrapper {
	padding: 0px 25px;
}
.orange-wrapper .orange-area {
	border: 1px solid #7494b8;
	padding: 15px 30px;
}
.orange-area h3 {
	margin: 0px;
	display: inline-block;
	border-bottom: 1px solid #7494b8;
	padding-bottom: 1px;
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
}
.orange-area h5 {
	margin: 0px;
	font-size: 16px;
	color: #db241f;
	text-transform: capitalize;
	padding-bottom: 4px;
}
.orange-area p {
	color: #5c5c5c;
	font-size: 16px;
}
.orange-area .upper-section {
	padding-bottom: 15px; 
	border-bottom: 1px solid #7494b8;
	margin-bottom: 15px;
}
.orange-area .small-font {
	font-size: 16px;
	color: #515151;
}
.orange-area span.first {
	display: inline-block;
	width: 60px;
}
.courage-amount .orange-btn {
	display: inline-block;
	width: auto;
} 
.courage-amount > h3 {
	border-bottom: 1px solid #7494b8;
	color: #db241f;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 2px;
	position: relative;
}
.courage-amount > h3.text-left {
	text-align: left;
}
.courage-amount > h3 .care {
	position: absolute;
	font-family: "oswald";
	font-size: 14px;
	right: 0px;
	bottom: 1px;
	color: #7494b8;
}
.courage-amount > h3 .care:hover {
	color: #515151;
}
.courage-amount .small-wrapper {
	/*max-width: 440px;*/
	width: 100%;
	margin: 0px auto;
	padding-top: 15px;
	font-size: 16px;
	color: #7b7d7e;
	text-transform: capitalize;
}
.courage-amount .deduction {
	font-size: 20px;
	color: #db241f;
	text-transform: uppercase;
	padding: 25px 0;
}
/*.courage-amount .save-continue {
	padding-bottom: 20px;
}*/
.save-continue a {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
}
.save-continue .cancel {
	color: #db241f;
	margin-right: 10px;
}
.save-continue .cancel:hover {
	color: #515151;
}
.save-continue .orange-btn {
	width: 190px;
	padding: 5px 10px;
	color: #ffffff;
}
.save-continue .orange-btn span {
	display: inline-block;
	background: url(../../Images/Reskin/grey-arrow.png) no-repeat bottom;
	height: 15px;
	width: 24px;
}
.save-continue .orange-btn:hover {
	background: #515151;
}
.single-btn .orange-btn {
	padding: 3px 25px;
	color: #ffffff;
	width: auto;
	font-family: 'oswald';
}
.single-btn .orange-btn:hover {
	background: #515151;
}
.single-btn .orange-btn span {
	display: inline-block;
	background: url(../../Images/Reskin/grey-arrow.png) no-repeat bottom;
	height: 15px;
	width: 24px;
	margin-right: 7px;
}
.courage-amount .single-btn {
	padding-bottom: 20px;
}
.single-btn .right > ul {
	text-align: center;
	padding-top: 10px;
}
.single-btn .right > ul li {
	display: inline-block;
	margin-right: 8px;
}
.single-btn .right > ul li:last-child {
	margin-right: 0px;
}
.single-btn .right > ul li a {
	color: #515151;
}
.single-btn .right > ul li a:hover {
	color: #db241f;
}
.three-col {
	margin-left: -5px;
	margin-right: -5px;
}
.three-col .col {
	width: 33.3%;
	padding: 0px 5px;
}
.banificiary-data {
	padding-bottom: 20px;
}
.banificiary-data .col > .inner {
	border:  2px solid #7494b8;
	border-radius: 15px;
	overflow: hidden;
}
.banificiary-data .head {
	background: #7494b8;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 0px 6px;
}
.banificiary-data .head label {
	color: #ffffff;
	font-family: "oswald";
	font-weight: normal;
	margin-bottom: 0px;
}
.banificiary-data .head input[type="checkbox"] + label:after {
	border: none;
	background: #ffffff;
	vertical-align: inherit;
}
.banificiary-data .head input[type="checkbox"]:checked + label:after {
	border: 3px solid #ffffff;
	background:#db241f;
}
.banificiary-data .body-here {
	padding: 15px 10px;
	color: #515151;
	font-size: 12px;
	text-transform: uppercase;
}
.banificiary-data .body-here h5 {
	margin: 0px;
	color: #db241f;
	font-size: 14px;
	padding-top: 2px;
}
.banificiary-data .body-here .inner {
	margin-bottom: 12px;
}
.banificiary-data .body-here .inner p > span {
	display: inline-block;
	width: 60px;
}
.banificiary-data .body-here .green-btn {
	font-size: 14px;
	text-align: center;
	width: auto;
	font-weight: normal;
}
.courage-amount > .checkbox-here {
	padding-top: 15px;
}
.courage-amount > .checkbox-here label {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "oswald";
	font-weight: normal;
}
.courage-amount > .checkbox-here input[type="checkbox"] + label:before {
	height: 20px;
	width: 20px;
	margin-top: -3px;
}
.note-text > h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #db241f;
	padding-bottom: 3px;
	border-bottom: 1px solid #7494b8;
	font-family: "oswald";
}
.note-text .body-here {
	font-size: 13px;
	color: #eb112a;
	font-family: "oswald";	
	padding-top: 20px;
}
.note-text .body-here .note {
	text-transform: capitalize;
	width: 30px;
}
.note-text .body-here .basic-text {
	width: 94%;
}
.life-wrapper .plan-type {
	padding: 20px 0px;
}
.plan-type p {
	font-size: 16px;
	font-family: "oswald";
	color: #515151;
	text-align: center;
}
.price-slider {
	margin: 30px auto;
	position: relative;
	width: 290px;
	border: 1px solid #bfbfbf;
	font-size: 24px;
	color: #d1d0d0;
	text-align: center;
}
.price-slider .bx-wrapper .bx-viewport {
	left: 0px;
	border: none;
	box-shadow: none;
	height: 65px !important;
}
.price-slider .bx-wrapper .bx-controls-direction a {
	top: 0;
	margin-top: -20px;
	background: url(../../Images/Reskin/arrow-top.png) no-repeat;
	height: 14px;
	z-index: 9;
	width: 22px;
}
.price-slider .bx-wrapper .bx-prev {
	left: 50%;
	margin-left: -11px;
}
.price-slider .bx-wrapper .bx-controls-direction .bx-next {
	top: auto;
	bottom: -18px;
	right: 50%;
	margin-right: -11px;
	background: url(../../Images/Reskin/arrow-bottom.png) no-repeat;
}
.price-slider .bx-wrapper .bx-viewport > ul {
	margin-top: 17px;
}
.price-slider .active-slide {
	color: #515151;
}
.plan-type .radio-btns label {
	margin-left: 10px;
}
.banificiary-data .body-here.uppercase > .inner:last-child {
	margin-bottom: 0px;
}
.banificiary-data .body-here.uppercase .input-type,
.banificiary-data .body-here.uppercase select {
	padding: 5px 4px;
	min-height: 30px;
	width: 100%;
}
.left-main-area .main-content-area .nav-tabs a strong {
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
}
.left-main-area .main-content-area .cafeteria .nav-tabs a {
	font-size: 21px;
	line-height: 24px;
	height: 66px;
}
.cafeteria .courage-amount > h3 .care {
	text-transform: none;
}
.medical-plans .head {
	border-bottom: 1px solid #7494b8;
}
.medical-plans .heading {
	font-size: 18px;
	color: #db241f;
	text-transform: uppercase;
	position: relative;
}
.medical-plans .heading a.que {
	position: absolute;
	top: -11px;
	right: -13px;
}
.medical-plans .heading a.que > span {
	display: block;
	position: absolute;
	width: 100px;
	font-size: 10px;
	text-transform: none;
	background: #db241f;
	color: #ffffff;
	text-align: center;
	padding: 5px 5px;
	bottom: 18px;
	font-family: "lato";
	display: none;
}
.medical-plans .heading a.que:hover > span {
	display: block;
}
.medical-plans .head .provider a,
.medical-plans .head .provider label {
	font-size: 14px;
	color: #7494b8;
	font-family: "oswald";
	font-weight: normal;
}
.medical-plans .head .provider a:hover {
	color: #515151;
}
.medical-plans .head .provider li {
	float: left;
	margin-right: 8px;
}
.medical-plans .head .provider li:last-child {
	margin-right: 0px;
}
.medical-plans .head .provider input[type="checkbox"] + label:before {
	border-color: #db241f;
}
.medical-plans .head .provider input[type="checkbox"]:checked + label:before {
	background: #db241f;	
}
.medical-plans .body-here {
	padding: 15px 0px;
}
.medical-plans .body-here span.first {
	width: 175px;
	display: block;
}
.medical-plans .body-here span.second {
	display: block;
	position: relative;
}
.medical-plans .body-here span.second .left.two-arrows {
	display: none;
	position: absolute;
	right: -18px;
	top: -6px;
}
.medical-plans .body-here label {
	font-family: "oswald";
	font-size: 14px;
	font-weight: normal;
	width: 80px;
}
.medical-plans .body-here .inner {
	margin-bottom: 10px;
} 
.medical-plans .body-here .right-text p {
	font-size: 16px;
	color: #7b7d7e;
}
.medical-plans .body-here .right-text h3 {
	margin: 0px;
	font-size: 20px;
	color: #db241f;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.medical-plans .body-here .main-text {
	padding: 15px 0px;
}
.medical-plans .body-here .main-text .orange-btn {
	display: inline-block;
}
.homepage-modal h1.small-font {
	font-size: 36px;
	text-decoration: none;
	border: none;
}
.mini-wrapper {
	max-width: 570px;
	width: 100%;
	margin: 0px auto;
}
.modal-bottom-list li {
	display: inline-block;
}
.modal-bottom-list li .green-btn {
	width: 125px;
	text-align: center;
	font-size: 30px;
}
.modal-bottom-list .cancle a {
	color: #7494b8;
}
.modal-bottom-list .cancle:hover a {
	color: #515151;
}
.green-header {
	background: #7494b8;
	margin: 0px -10px;
	margin-top: -5px;
	padding: 15px 0px;
}
.green-header .close {
	position: absolute;
	top: 5px;
	right: 8px;
}
.green-header h2 {
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	font-family: "oswald";
}
.agree-disagree {
	height: 500px;
	overflow-y: scroll;
	padding-right: 15px;
}
.modal-body {
	font-family: "lato";
}
.agree-disagree p {
	font-size: 16px;
	color: #787878;
	text-align: left;
	margin-bottom: 15px;
}
.agree-disagree p.top-para {
	border-bottom: 1px solid #787878;
	padding-bottom: 15px;
}
.agree-disagree .modal-bottom-list li .green-btn {
	width: auto;
}
.enroll-section {
	background: #ffffff;
	padding: 0px 15px;
}
.enroll-section .top-section {
	padding: 23px 0;
}
.enroll-section .panel-default > .panel-heading a {
	background: #db241f;
	color: #ffffff;
	font-family: "oswald";
	font-size: 24px;
	padding: 6px 22px;
	position: relative;
}
.enroll-section .panel-default > .panel-heading a i {
	color: #ffffff;
	position: absolute;
	right: 0px;
	top: 10px;
}
.enroll-section .panel-default > .panel-heading a:hover i,
.enroll-section .panel-default > .panel-heading a:hover {
	color: #515151;
}
.enroll-section .panel-body {
	padding: 0px;
}
.left-main-area .main-content-area .enroll-section .nav-tabs a {
	font-size: 21px;
	line-height: 24px;
	height: 66px;
	border-radius: 0px;
}
.left-main-area .main-content-area .enroll-section .tab-pane {
	padding: 25px 0px;
}
.smal-pg-width {
	max-width: 380px;
	width: 100%;
	margin: 0px auto;
}
.enroll-data {
	font-size: 16px;
	color: #515151;
}
.enroll-data .smal-pg-width > h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "oswald";
}
.enroll-data .smal-pg-width > .inner > .right {
	width: 120px;
	text-align: left;
	color: #7494b8;
}
.enroll-data ul {
	padding-top: 8px;
}
.enroll-data ul li {
	padding: 8px 0px;
	border-top: 1px solid #db241f;
}
.enroll-data .green-btn {
	width: auto;
	font-family: "oswald";
}
.total-area {
	border: 1px solid #db241f;
	margin-bottom: 15px;
	margin-top: 10px;
}
.total-area .heading {
	font-size: 24px;
	color: #ffffff;
	background: #db241f;
	font-family: "oswald";
	padding: 6px 22px;
}
.total-area .heading h1 {
	font-size: 24px;
}
.total-area .body {
	padding: 6px 22px 15px;
}
.total-area .body .two-col {
	margin: 0px -10px;
}
.total-area .body .two-col .col {
	width: 50%;
	float: left;
	padding: 0px 10px;
	font-weight: 600;
}
.total-area .body .two-col .col li {
	margin-bottom: 5px;
}
.total-area .body .two-col .col .color {
	display: inline-block;
	margin-left: 10px;
	color: #db241f;
}
.total-area .body .two-col .col .first {
	display: inline-block;
	width: 110px;
}
.total-area .body .two-col .col .total-list {
	text-transform: uppercase;
}
.enroll-section .some-text-here {
	font-size: 12px;
	color: #6a6969;
	padding: 15px 0px;
}
.left-main-area .main-content-area .enroll-section.second .nav-tabs a {
	height: auto;
	text-transform: uppercase;
	border: none;
}
.medical-plans .body-here  .on-other-selection {
	padding-top: 15px;
}
.medical-plans .body-here  .on-other-selection label {
	width: auto;
	font-size: 18px;
}
.white-radio input[type="radio"] + label:after,
.medical-plans .body-here .on-other-selection input[type="radio"] + label:after {
	background: #ffffff;
	border: none;
}
.white-radio input[type="radio"]:checked + label:after,
.medical-plans .body-here .on-other-selection input[type="radio"]:checked + label:after {
	border: 2px solid #db241f;
	background: #ffffff;
}
.medical-plans .banificiary-data .body-here {
	padding: 15px 10px;
}
.arrow-down .orange-btn span {
	height: 24px;
	width: 15px;
	background: url(../../Images/Reskin/arrow-down.png) no-repeat;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 7px;
}
.on-others,
.on-other-selection {
	display: none;
}
.single-col.banificiary-data .col {
	width: 190px;
	margin: 0px auto;
}
.orange {
	color: #db241f;
}
.fs-13 {
	font-size: 13px;
}
.alerts-data {
	color: #eb112a;
	padding-bottom: 15px;
}
.alerts-data .top {
	max-width: 350px;
	margin: 0px auto;
	padding-bottom: 15px;
	font-size: 20px;
}
.alerts-data p {
	margin-bottom: 5px;
}
.alerts-data .top p:last-child {
	margin-bottom: 0px;
}
.alerts-data .orange-wrapper .orange-area {
	border: 1px solid #eb112a;
	color: #7b7d7e;
}
.alerts-data .orange-wrapper .orange-area h3 {
	color: #eb112a;
	border-color: #eb112a;
}
.input-types-here .input-wrapper h3 {
	color: #db241f;
	font-size: 16px;
	font-weight: normal;
}
.save-continue.custom > * {
	display: inline-block;
	width: 42%;
	padding: 0px 5px;
	text-align: left;
}
.save-continue.custom > div {
	color: #db241f;
}
.save-continue.custom a p {
	color: #ffffff !important;
}
.clear {
	clear: both;
}
.total-list .first {
	font-weight: 600;
  color: #686868;
  font-size: 18px;
}
.custom-height li a {
	height: 64px !important; 
}
.green-header.orange-header {
	background: #db241f;
	padding: 25px 0px;
}
.green-header.orange-header h2 {
	font-size: 20px;
	font-family: "lato";
	font-weight: bold;
}
.print-email p {
	font-size: 14px;
	color: #db241f;
	font-weight: bold;
	padding-bottom: 25px;
}
.print-email li {
	display: inline-block;
	margin-right: 20px;
}
.print-email li:last-child {
	margin-right: 0px;
}
.print-email li a {
	color: #515151;
	font-size: 18px;
}
.print-email li a:hover {
	color: #db241f;
}
.print-email li img {
	margin-right: 5px;
}

@media only screen and (max-width : 1279px) {
	.right-main-area {
		width: 26%;
	}
	.left-main-area {
		width: 74%;
	}
	.left-main-area .body .left-menu {
		width: 30%;
	}
	.left-main-area .main-content-area {
		width: 70%;
	}
	.left-main-area .main-content-area .nav-tabs a {
		font-size: 16px;
	}
	.left-main-area .body .left-menu li {
		font-size: 18px;
	}
	.orange-area .small-font {
		font-size: 14px;
	}
	.medical-plans .body-here span.first {
		width: 160px;
	}
	.left-main-area .main-content-area .cafeteria .nav-tabs a {
		font-size: 16px;
	}
	.left-main-area .main-content-area .enroll-section .nav-tabs a {
		font-size: 18px;
		line-height: normal;
	}
}
@media only screen and (max-width : 1023px) {
	.left-main-area .main-content-area .nav-tabs li a {
		font-size: 14px;
		padding: 4px 5px;
	}
	.left-main-area .main-content-area .nav-tabs a span {
		margin-right: 0px;
	}
	.left-main-area .header .heading {
		width: 250px;
	}
	.left-main-area .header .heading h2 {
		font-size: 16px;
	}
	.orange-wrapper {
		padding: 0px;
	}
	.orange-wrapper .orange-area {
		padding: 15px 10px;
	}
	.orange-area .small-font {
		font-size: 12px;
	}
	.courage-amount > .checkbox-here label {
		font-size: 14px;
	}
	.orange-area h3 {
		font-size: 16px;
	}
	.medical-plans .heading,
	.medical-plans .head .provider {
		float: none;
		display: inline-block;
	}
	.medical-plans .two-arrows {
		display: none;
	}
	.right-main-area .user-help-links {
		padding-left: 10px;
	}
	.right-main-area .user-help-links a {
		font-size: 14px;
	}
	.right-main-area .user-help-links li img {
		margin-right: 2px;
	}
	.right-main-area .user-help-links li span {
		width: 170px;
	}
	.right-main-area .green-area .text {
		font-size: 15px;
		width: 135px;
	}
	.right-main-area .green-area {
		padding: 10px 5px;
	}
	.left-main-area .body .left-menu li span {
		margin-right: 1px;
	}
	.left-main-area .body .left-menu li {
		font-size: 13px;
	}
	.left-main-area .main-content-area .cafeteria .nav-tabs a {
		font-size: 13px;
	}
	.courage-amount > h3 {
		text-align: left;
	}
	.courage-amount .small-wrapper .text-right {
		text-align: left;
	}
	.cafeteria .courage-amount > h3 .care {
		position: relative;
		float: none;
		display: block;
	}
	.left-main-area .main-content-area .enroll-section .nav-tabs a {
		font-size: 14px;
	}
	.enroll-data .smal-pg-width > h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width : 767px) {
	.left-main-area .body .left-menu {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
 
	.left-main-area .body .left-menu li {
		font-size: 16px;
		border-bottom: 1px solid #7494b8;
		margin-bottom: 0px;
	}

       .about-section select,
.about-section .input-type{
        width:83px;
    }
    .save-continue .orange-btn{
        width:143px;
        margin-left:70px !important;
    }

	.left-main-area .body .left-menu li a {
		padding: 6px;
	}
	.left-main-area .body .left-menu .desktop {
		display: none;
	}
	.left-main-area .body .left-menu .mobile {
		display: block;
	}
	.left-main-area .main-content-area {
		width: 100%;
	}
	.medical-plans .head .provider {
		display: block;
	}
	.right-main-area .green-area .img {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	.right-main-area .user-help-links li img {
		display: block;
		float: none;
	}
	.right-main-area .user-help-links li span {
		width: 100%;
	}
	.total-area .body .two-col .col {
		float: none;
		width: 100%;
	}
	.total-area .body .two-col .col .empty-list {
		display: none;
	}
}
@media only screen and (max-width : 550px) {
	.main-container .page-heading .page-width.new > .left,
	.main-container .page-heading .page-width.new > .right {
		float: none;
		width: 100%;
		display: block;
	}
	.right-main-area {
		width: 100%;
	}

          .about-section select,
.about-section .input-type{
        width:80px;
    }
    .save-continue .orange-btn{
        width:140px;
        margin-left:30px;
    }

	.right-main-area .green-area .img {
		float: left;
		margin-top: 22px;
    width: 45px;
	}
	.right-main-area .user-help-links li img {
		float: left;
		margin-right: 3px;
	}
	.left-main-area {
		width: 100%;
	}
	.left-main-area .header .heading {
		width: 100%;
	}
	.left-main-area .main-content-area .nav-tabs li a span {
		display: none;
	}
	.left-main-area .main-content-area .nav-tabs li a {
		font-size: 12px;
	}
	.medical-plans .head .provider a, .medical-plans .head .provider label {
		font-size: 10px;
	}
	.about-section {
		padding: 15px 10px;
	}
	.about-section ul li {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.price-slider {
		width: 100%;
	}
	.three-col .col {
		width: 100%;
		margin-bottom: 10px;
	}
	.enroll-data .smal-pg-width > h3 {
		font-size: 16px;
	}
	.left-main-area .main-content-area .enroll-section .nav-tabs a {
		font-size: 10px;
	}
	.enroll-data {
		font-size: 12px;
	}
	.total-area .body {
		padding: 6px 10px 15px;
	}
	.homepage-modal h1.small-font {
		font-size: 24px;
	}
	.modal-bottom-list li .green-btn {
		font-size: 16px;
		width: auto;
	}
	.agree-disagree p {
		font-size: 12px;
	}
	.green-header h2 {
		font-size: 24px;
	}
}
.pb-20 {
	padding-bottom: 20px;
}
.uppercase {
	text-transform: uppercase;
}
.mt-10 {
	margin-top: 10px;
}
.on-employees {
	display: none;
}




/* Below styles added by kedar for EditEmployee.aspx and EmployeeDetails.ascx  */

.edit_employee_label
{
    width:20%;
    text-align:left;
    height:30px;
    font-size:15px;
    color:#465058;
    font-family:lato;
    font-weight:bold;
}

.edit_employee_content
{
    width:30%;
    text-align:left;
    height:30px;
    font-size:15px;
    color:#465058;
    font-family:lato;
    font-weight:bold;
}  

.emp_details_label
{
    font-size:14px;
    width:20%;
    padding-left:10px;
    color:#515151;
    text-transform: uppercase;
    height:35px;
}

.emp_details_content
{
    font-size:18px;
    width:30%;
    color:#db241f;
    padding-left:10px;
    height:35px;
}

.putheader 
{   /*This class used for header of ViewEmployee.aspx page*/
    background:#7494b8;
    color:#ffffff;
    font-family:'latobold';
    font-size:18px;
    text-align:center;
    text-transform:uppercase;
    padding:12px 0px;                        
}

.error1
{
    font-weight: bold;
    color: #BE4434;
}

.panel-default > .panel-heading a[id='lnk_collapse'] {/*For Dependent and beneficiary popup to make padding 0 */
	display: block;
	padding: 0px;
	color: #db241f;
	font-family: 'latosemibold';
	font-size: 14px;
}

.btncancel  
{/* This style added for cancel button of Dependent and Beneficiary popup */
    background:#db241f;
    font-family:oswald;
    font-size:18px;
    width:90px;
    text-align:center;
    color:#ffffff !important;
    display:inline-block;
    cursor:pointer;
}
/*Styles added by Kedar ends here*/

/*Styles added by Promodh starts here*/
.ajax-info
{
    display:block;
    width:16px;
    padding-top:5px;
    height:16px;
    background: url('images/ajax-loader.gif') no-repeat;   
    position: relative;
    top: 9px; 
}


@media only screen and (min-width : 767px)
{
    .desktop-menu
    {
        display:block !important;
    }
}

/*Styles added by Promodh ends here*/



/* Page inline styles added below */

.homeDivSpan {
	 color:#7494b8;
	 display: block;
}

.mydetailstable
{
    table-layout:auto;    
}
.secondtdborder
{
    border-right:2px solid #7494b8;
}
.iframeEmployee
{
    width:100%;
    min-height:550px;
}
.popupEmployeeDiv
{
    text-align:center;
    margin-bottom:5px;
    margin-top:5px;
}
.IQheading
{
    color: #7494b8; 
    font-family: oswald; 
    font-size: 18px; 
    text-transform: none;
}
.font14
{
    font-size: 14px;
}
.fontRed
{
 color:Red;   
}
.IQSaveDiv
{
    margin-top:15px; 
    text-align:center;
}
.IQbackground
{
    background-color:White;
}
.IQdependent
{
    padding: 5px;
    border: 2px solid #db241f;
    border-radius: 15px;
    margin: 5px;
}
.transformNone
{
    text-transform:none;
}
.lblAmtDisplay
{
    font-size:16px;
    font-family:oswald;
    color:#7b7d7e;
    font-weight:500;
    text-transform:capitalize;
}
.lblAmtDeduction
{
    color: #db241f; 
    font-size: 22px; 
    font-weight: 500;
    font-family: oswald;
}
.lifeGuaranteeAmt
{
     color: #eb112a; 
     font-family: oswald; 
     font-weight: normal;   
}
.EOICovAmt
{
    color: #eb112a;
    font-family: oswald; 
    font-weight: normal;
}
.labelEOIAmt
{
    font-weight: normal; 
    font-family: oswald;
}
.font13
{
    font-size: 13px;
}
.beneficiaryplus
{
    color:#db241f;
}
.EOIAbbrColor
{
    color:#db241f;
}
.bottomborder
{
    border-bottom: 2px solid #7494b8;
}
.font16
{
    font-size: 16px;
}
.coverageMargin
{
    margin:2%; 
    text-align:center;
}
.coveragePadding
{
    padding:2%; 
    text-align:center;
}
.breakword
{
    word-wrap:break-word;
}
div[id="illness1"].life-wrapper
{
    color:#db241f;
    font-family:oswald;
}
.pcpDivReskin
{
    border:1px solid #7494b8;
    margin-bottom:5px; 
    padding:10px;
}
.pcpNameh4
{
     display:inline; 
     color:#db241f;  
}
.pcpTextColor
{
     color:#465058; 
}
.plandocmargin
{
    margin-top:10px;
    color:Black; 
    text-align:center; 
    border:1px solid #7494b8;
}
.docUrlColor
{
    color:#7494b8;
}
.labelEmployerCost
{
    font-family:oswald; 
    font-size:16px; 
    font-weight:normal;
    color:#7b7d7e;   
}
.lblTier
{
    font-size:15px;
    font-family:oswald;
    font-weight:normal;
    width:80px;
}
#divCopyAddress > label 
{
    font-family:lato; 
	font-size:15px;
	font-weight:bold; 
}
.form-fields-modal #frmAdd td label[for^="Yes"] 
{
	width: 50px;
	font-family:lato;
	font-size:15px;
	font-weight:bold;
}

.form-fields-modal #frmAdd td label[for^="No"] 
{
	width: 185px;
	font-family:lato;
	font-size:15px;
	font-weight:bold;
}
 div #ErrorMsg > li > label.error
{
    color:#BE4434;
}
#divErrors, #ErrorMsg > ul > li > label.error
{
    color:#BE4434;
}
        
#divErrors, #ErrorMsg > ul > li
{
    list-style:initial;
    color:#BE4434;
} 
.beneficiaryPadding
{
    padding-top:15px;
    padding-bottom:20px;
}
.beneficiaryTable
{
    width:100%;
    font-size:15px;
}
#election .nav-tabs li.active a span
{
    background: url(../../Images/Reskin/arrow-green.png) no-repeat top;
    height: 15px;
    width: 24px;
    display:inline-block;
}
.left-main-area .main-content-area .nav-tabs a.plantypeDisable
{
    border-radius: 15px 15px 0 0;
    font-size: 22px;
    color: darkgray;
    font-family: "oswald";
    padding: 8px 10px;    
    cursor: default; 
    text-decoration: none;
}
.fontNormal
{
    font-family: "oswald";
    font-weight:normal;
}
.displayInlineTable
{
    display:inline-table;
}
.text80
{
    width:80%;
}
.orange-wrapper .election-Redheading {
	border: 1px solid #ffb049;
	padding: 15px 30px;
}
.election-Redheading h3 {
	margin: 0px;
	display: inline-block;
	color:Red;
	border-bottom: 1px solid Red;
	padding-bottom: 1px;
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
}

.numericer{
    color: #4c4747;
    font-size: 16px;
}

.accordianBeneficiary {
    border: 2px #db241f solid;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius:10px;
}

 .accordianBeneficiary:hover{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    background-color : #db241f;
    color:white;
    border-radius:10px;
}

/* Page inline styles ends here */
/*Activate button color in life event*/
#activateBtn {
color:gray;
background-color:#7494b8;
font-family: 'oswald';
font-weight: bold;
text-transform: uppercase;
text-align: center;
font-size: 18px;
width: 155px;
display: inline-block;
vertical-align: middle;
padding-top: 0px;
padding-bottom: 0px;
}
#disable_Click {
background-color:#7494b8;
color:gray;
font-family: 'oswald';
font-weight: bold;
text-transform: uppercase;
text-align: center;
font-size: 18px;
width: 155px;
display: inline-block;
vertical-align: middle;
padding-top: 0px;
padding-bottom: 0px;
}
/*Activate button color in life event - end*/
/*show, hide toggle button*/
.btn-primary {
    background-color: #7494b8;
    border-color: #7494b8;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #7494b8;
    border-color: #7494b8;
}
/*show, hide toggle button - end*/