@font-face {
  font-family: MyCalibri;
  src: url('fonts/Calibri.ttf');
  /* IE9+ */
}
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url("../fonts/AvenirLTStd-Roman/AvenirLTStd-Roman.eot?v=4.7.0");
  src: url("../fonts/AvenirLTStd-Roman/AvenirLTStd-Roman.eot?#iefix&v=4.7.0") format("embedded-opentype"),
  url("../fonts/AvenirLTStd-Roman/AvenirLTStd-Roman.woff?v=4.7.0") format("woff"),
  url("../fonts/AvenirLTStd-Roman/AvenirLTStd-Roman.ttf?v=4.7.0") format("truetype"),
  url("../fonts/AvenirLTStd-Roman/AvenirLTStd-Roman.svg?v=4.7.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url("../fonts/AvenirLTStd-Light/AvenirLTStd-Light.eot?v=4.7.0");
  src: url("../fonts/AvenirLTStd-Light/AvenirLTStd-Light.eot?#iefix&v=4.7.0") format("embedded-opentype"),
  url("../fonts/AvenirLTStd-Light/AvenirLTStd-Light.woff?v=4.7.0") format("woff"),
  url("../fonts/AvenirLTStd-Light/AvenirLTStd-Light.ttf?v=4.7.0") format("truetype"),
  url("../fonts/AvenirLTStd-Light/AvenirLTStd-Light.svg?v=4.7.0") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("../fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot?v=4.7.0");
  src: url("../fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot?#iefix&v=4.7.0") format("embedded-opentype"),
  url("../fonts/AvenirLTStd-Book/AvenirLTStd-Book.woff?v=4.7.0") format("woff"),
  url("../fonts/AvenirLTStd-Book/AvenirLTStd-Book.ttf?v=4.7.0") format("truetype"),
  url("../fonts/AvenirLTStd-Book/AvenirLTStd-Book.svg?v=4.7.0") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url("../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.eot?v=4.7.0");
  src: url("../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.eot?#iefix&v=4.7.0") format("embedded-opentype"),
  url("../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.woff?v=4.7.0") format("woff"),
  url("../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.ttf?v=4.7.0") format("truetype"),
  url("../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.svg?v=4.7.0") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url("../fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?v=4.7.0");
  src: url("../fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?#iefix&v=4.7.0") format("embedded-opentype"),
  url("../fonts/AvenirLTStd-Black/AvenirLTStd-Black.woff?v=4.7.0") format("woff"),
  url("../fonts/AvenirLTStd-Black/AvenirLTStd-Black.ttf?v=4.7.0") format("truetype"),
  url("../fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg?v=4.7.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-moz-selection{
background:#BABFEB;color:#444;
}
::selection{
background:#BABFEB; color:#444;
}

body
{
	background:#BABFEB;/*#F1F1F1*/
	padding:0;
	margin:0px;
	behavior: url(csshover3.htc);
}

.contentBox
{
}
.intro {
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    margin: 15px;
    font-family: 'AvenirLTStd-Medium';
    margin: 0;
}
label
{
	padding:5px 0px 2px 0;
}

.mainText, h4, .introBoxTitle
{
	font-size:17px;
	color:#333333;
	margin:15px 15px 10px 15px;
	font-weight:normal;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}


img
{
	border:0px;
}
/*SELECT DROPDOWNS*/
select {
  cursor: pointer;
  height: auto;
  padding: 8px 8px;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: auto;
  background: rgba(254,254,254,1);
  background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(243,243,243,1)));
  background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
  background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3', GradientType=0 );
  border: 1px solid #D0D0D0;
}
select:hover {
	border:1px solid #B9B9B9;
	overflow: hidden;
	background-color: #FCFFE3;
	/*color:#FCFFE3;
	background-color: #FFFF99;*/
}
select:focus {
	border:1px solid #525db3;
	outline:0px;
	overflow: hidden;
	color: #000;
	background-color: #FCFFE3;
}
option {
	padding:2px;
	color:#333333;
	font-family:Calibri,MyCalibri,Gill Sans, Verdana;
}

/*RADIO BUTTONS*/
input[type='radio'] {
	-webkit-appearance:none;
	background:url(img/rb1.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	padding:0px;
	cursor:pointer;
}
input[type='radio']:not(:checked):hover
{
	-webkit-appearance:none;
	background:url(img/rb2.png);
	background-repeat:no-repeat;
}
input[type='radio']:checked:hover
{
	-webkit-appearance:none;
	background:url(img/rb3.png);
	background-repeat:no-repeat;
}
input[type='radio']:checked
{
	-webkit-appearance:none;
	background:url(img/rb4.png);
	background-repeat:no-repeat;
}
input[type='radio']:checked:active
{
	-webkit-appearance:none;
	background:url(img/rb3.png);
	background-repeat:no-repeat;
}
input[type='radio']:not(:checked):active
{
	-webkit-appearance:none;
	background:url(img/rb3.png);
	background-repeat:no-repeat;
}
/*CHECKBOX*/
input[type='checkbox']
{
	width:15px;
	height:15px;
	padding:0px;
	cursor:pointer;
}
input[type='checkbox']:not(:checked):active
{
	-webkit-appearance:none;
	background-repeat:no-repeat;
}

input[type='checkbox']:checked
{
	-webkit-appearance:none;
}
input[type='checkbox']:checked:hover
{
	-webkit-appearance:none;
}
input[type='checkbox']:checked:active
{
	-webkit-appearance:none;
}
/*TEXT AREA*/
textarea
{
	color:#444444;
	/*background:#FCFCFC;*/
	border:1px solid #B9B9B9;
	font-family:Arial;
	outline:0px;
	border-radius:0px;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:4px;
}

textarea:hover
{
	color:#222222;
	background:#FCFFE3;
	border:1px solid #B1B1B1;
}
textarea:focus
{
	color:black;
	background:#FCFFE3;
	border:1px solid #525DB3;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}
/*TEXT INPUT*/
label {
  display: inline-block;
	color: #111111;
	float: none;
}
body .chosen-container-single.chosen-container-active a.chosen-single:hover {
    border-bottom: 1px solid #FFFFFF !important;
}
.chosen-container.chosen-container-multi, .chosen-container.chosen-container-multi ul {
  border: none;
  box-shadow: none;
  padding: 0;
  /*z-index: 500;*/
  background: #fff;
}
.chosen-container.chosen-container-multi ul{
  background: transparent;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  height: 17px !important;
  right: 1px !important;
  top: 1px !important;
  width: 15px !important;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
  content: '\f00d';
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  font-family: "fontawesome";
  right: 4px;
  top: 2px;
  left: auto;
}
table .chosen-container-single .chosen-single {
  height:auto;
}
.chosen-container-single .chosen-single-with-deselect .search-choice-close {
    background: url(../img/close_icon.png) center no-repeat;
    top: 14px;
    right: 35px;
}
.chosen-container-single .chosen-single-with-deselect .search-choice-close:hover {
    background-position: center;
}
.calendar-container, input[type=text], input[type=password], input, textarea, .chosen-container, .braintree-hosted-field {
  border: 1px solid #D0D0D0;
  font-family: 'AvenirLTStd-Medium';
  outline: 0px;
  padding: 8px 8px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100% !important;
  border-radius: 5px;
  max-width: 260px !important;
  display: block;
  background: #fff;
}
.braintree-hosted-field {
  height:39px;
}
input[type=text].is-invalid, input[type=password].is-invalid, input.is-invalid, textarea.is-invalid, .braintree-hosted-field.is-invalid {
  border: 1px solid red;
}
input[type=text].is-valid, input[type=password].is-valid, input.is-valid, textarea.is-valid, .braintree-hosted-field.is-valid {
  border: 1px solid green;
}
.chosen-container.chosen-container-multi div b, .chosen-container.chosen-container-single div b {
  position:relative;
}
.chosen-container.chosen-container-multi div b:before, .chosen-container.chosen-container-single div b:before {
  content: "\f078";
  font-family: "fontawesome";
  position: absolute;
  right: 15px;
  z-index: 100;
  color: #686868;
  top: 50%;
  font-size: 13px;
  line-height: 13px;
  margin-top: -5px;
}
.chosen-container.chosen-container-multi {
    padding: 3px 10px 2px;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 335%);
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3', GradientType=0 );
    }
.chosen-container.chosen-container-multi:before {
    content: "\f078";
    font-family: "fontawesome";
    position: absolute;
    right: 10px;
    z-index: 100;
    color: #686868;
    top: 10px;
  }
.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: transparent;
    border: 0px solid #66afe9 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}
body .chosen-container-single .chosen-default {
  color: #777777;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .chosen-container-single a.chosen-single {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container.chosen-container-single {
    font-family: 'AvenirLTStd-Medium';
    outline: 0px;
    padding: 0;
    display: block;
    width: 100% !important;
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: relative;
}
.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 10px 0px;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 100%;
    background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3', GradientType=0 );
}
.chosen-container-single.chosen-container-active .chosen-single span {
  /*border-bottom: 1px solid #FFFFFF;*/
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: rgba(254,254,254,1);
  background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(254,254,254,1)));
  background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 100%);
  background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 100%);
  background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fefefe', GradientType=0 );
  /*border-radius: 4px 4px 0px 0px;*/
}
.chosen-container-single.chosen-container-active .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom: 1px solid #FFFFFF !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.chosen-container .chosen-drop {
  border-top: 1px solid #FFF !important;
}
.chosen-container .chosen-results {
  margin: 0 0px 0px 0;
}



input[type=text]:hover, input[type=password]:hover
{
	color:#222222;
	background:#FCFFE3;
	border:1px solid #B1B1B1;
}
input[type=text]:focus, input[type=password]:focus
{
	color:black;
	background:#FCFFE3;
	border:1px solid #525DB3;
}



#footWrap a:link{text-decoration:none;color:#686868;}
#footWrap a:visited{text-decoration:none;color:#686868;}
#footWrap a:hover{text-decoration:none;color:#B9B9B9;}
#footWrap a:active{text-decoration:none;color:#888888;}

#bodyWrap a:link {
  text-decoration: none;
  color: #D6388D;
}
#bodyWrap a:visited {
  text-decoration: none;
  color: #D6388D;
}

#bodyWrap a:hover {
    border-bottom: none;
    text-decoration: none;
    color: #959DD6;
}
#bodyWrap a:active
{
	text-decoration:none;
	border-bottom:none;
	color:#4550A7;
}

#allWrap
{
	width:100%;
	text-align:left;
	padding:0px;
	margin:0px;
	position: relative;
	z-index:999;
}

#headWrap
{
	width:100%;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
}

#menuWrap {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: rgba(131, 104, 173, 1);
  background: -moz-linear-gradient(top, rgba(131, 104, 173, 1) 0%, rgba(119, 88, 165, 1) 50%, rgba(107, 74, 157, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(131, 104, 173, 1)), color-stop(50%, rgba(119, 88, 165, 1)), color-stop(100%, rgba(107, 74, 157, 1)));
  background: -webkit-linear-gradient(top, rgba(131, 104, 173, 1) 0%, rgba(119, 88, 165, 1) 50%, rgba(107, 74, 157, 1) 100%);
  background: -o-linear-gradient(top, rgba(131, 104, 173, 1) 0%, rgba(119, 88, 165, 1) 50%, rgba(107, 74, 157, 1) 100%);
  background: -ms-linear-gradient(top, rgba(131, 104, 173, 1) 0%, rgba(119, 88, 165, 1) 50%, rgba(107, 74, 157, 1) 100%);
  background: linear-gradient(to bottom, rgba(131, 104, 173, 1) 0%, rgba(119, 88, 165, 1) 50%, rgba(107, 74, 157, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8368ad', endColorstr='#6b4a9d', GradientType=0);
  z-index: 10001;
  position: relative;
}

.menuItem
{
	/*width:137px;*/
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

.menuSubItem
{
	list-style:none;
	padding:7px;
	margin:0px;
	display:block;
	width:186px;
	background:#7E8DE5;
	color:#F1F1F1;
	font-family:Calibri,MyCalibri,Gill Sans, Verdana;
	font-size:15px;
	text-decoration:none;
	border-radius:0px;
}


.menuSubItem:last-child
{
	border-radius:0px;
	border-bottom-right-radius:15px;
}

.menuSubSubWrap ul .menuSubItem:first-child
{
	padding:10px 7px 7px 7px;
}

.menuSubWrap
{
	list-style:none;
	margin:0px;
	padding:0px;
	position:absolute;
	display:none;
	width:186px;
	z-index:1000;
}
.menuSubWrap ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	position:absolute;
	width:186px;
	z-index:1000;
	display:none;
	left:200px;
	top:-10px;
}

.menuSubSubWrap
{
	position:relative;
}

.menuItemHead
{
	padding:7px;
	margin:0px;
	display:block;
	background:#525DB3;
	width:128px;
	color:#FFFFFF;
	font-size:17px;
	text-decoration:none;
	border-radius:0px;
	border:0px;
	border-bottom:0px;
}
.menuItemHeadLarger
{
	padding:7px;
	margin:0px;
	display:block;
	background:#525DB3;
	width:180px;
	color:#FFFFFF;
	font-size:17px;
	text-decoration:none;
	border-radius:0px;
	border:0px;
}

.menuItem:hover  .menuItemHead
{
	background:#7E8DE5;
	border-bottom:0px;
	border-radius:0px;
	border-top-left-radius:15px;
}

.menuItem:hover  .menuItemHeadLarger
{
	background:#7E8DE5;
	border-bottom:0px;
	border-radius:0px;
	border-top-left-radius:15px;
}

.menuSubItem:hover
{
	color:#FFFFFF;
	background:#7283E0;
}

.sectionHeader
{
	background:#6e7adb;
	color:white;
	border:0px solid red;
	border-top:1px solid #6B78DB;
	border-bottom:1px solid #6B78DB;
	width:194px;
	display:block;
	padding:3px 0px 3px 6px;
	font-family:Calibri,MyCalibri,Gill Sans, Verdana;
	font-size:12px;
	font-weight:bold;
}
#bodyWrap {
    font-family: 'AvenirLTStd-Book';
    font-size: 14px;
    color: #111111;
    background: #FFFFFF;
    margin: 0px;
    padding-top: 0px;
}
#footWrap {
  color: #686868;
  background: #FFF;
  font-family: 'AvenirLTStd-Book';
  font-size: 14px;
  text-align: left;
  padding: 0;
  padding: 20px 0 20px;
  background: #fff;
  border-top: 1px solid #D9D9D9;
  position: relative;
  z-index: 100;
}
.purple-footer #footWrap.notloggedin.general {
    background: #87699B;
    border-radius: 0;

}
.purple-footer #footWrap.notloggedin.general:before, .bgimage #footWrap.notloggedin.general:before {
    content: none;
}
#bodyWrap #footWrap a:visited, #bodyWrap  #footWrap a, #bodyWrap #footWrap {
  color: #fff;
}
#bodyWrap.gray-footer #footWrap a {
    color: #848484;
}
.gray-footer #footWrap.notloggedin.general:after {
    content: none;
}
#loginWrap
{
	width:240px;
	background:#FFFFFF;
	height:310px;
	padding:10px 20px;
	margin:0px;
	font-family:Calibri,MyCalibri,Gill Sans, Verdana;
	font-size:15px;
	vertical-align:middle;
	float:left;
}

#loginWrap h3
{
	font-weight:bold;
	margin:10px;
	padding:0px;
}

#slideLoginWrap
{
	background:#FFF;
	width:980px;
	height:330px;
	padding:15px 0px 0px 0px;
	margin:0px;
}

hr
{
	width:90%;
	height:1px;
	background:#BABFEB;
	border:0px solid #E6BF85;
	margin:12px;
	padding:0px;
}

.inputWrap
{
	margin:0px;
	padding:7px;
}
.inputWrap a{border:0px;}
.inputWrap a:link{border:0px;}
.inputWrap a:hover{border:0px;}
.inputWrap a:active{border:0px;}
.inputWrap a:visited{border:0px;}

.loginInfo
{
	font-family:Arial;
	font-size:11px;
	color:#777777;
	padding:0px;
	margin:0px;
}
.purple {
  background: #7252A2;
}
body .submitButton {
    border: 0px;
    padding:9px 29px 10px !important;
    margin: 20px 0 10px !important;
    font-family: 'AvenirLTStd-Medium';
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    display: inline-block;
    width: auto !important;
    line-height: 1;
    display: block;
}
body .submitButton:disabled {
  opacity:.5;
  cursor:not-allowed;
}
body .submitButton.noMargin {
    margin: 7px 0 0px !important;
}
.purple:hover {
  background: #634294;
}
.submitButton:hover
{
	color:#FFFFFF;
	border:0px;
}
.submitButton:active
{
	background:#4550A7;
	border:0px;
}

body table.dataTable tfoot th, body table.dataTable tfoot td {
  padding: 10px 15px 8px;
}


.loginInput
{
	width:140px;
	padding:4px;
}


#headInfoWrap
{
	float:right;
	height:150px;
	width:178px;
}

#headIphoneWrap
{
	float:left;
	height:50px;
	width:178px;
	font-size:16px;
	color:#D59331;
	text-align:left;
	padding:10px 0px;
}

#headCounterWrap
{
	float:left;
	height:60px;
	width:178px;
	font-size:16px;
	font-weight:bold;
	color:#999999;
	text-align:left;
	margin:7px 0px 7px 0px;
}

#headCounter
{
	padding:5px;
	width:168px;
	height:55px;
	background:#F9F9F9;
	text-decoration: none;
}
#headCounter a:link{
	text-decoration: none;
}
#headCounter font
{
	font-size:18px;
	color:#FFF;
	display:block;
	float:left;
	text-align:center;
	width:25px;
	height:25px;
	margin:1px 0px;
	padding:1px 0px;
	border:1px solid #F9F9F9;
	background-color: #EA6F6F;
}

.tipWrap
{
	padding:6px 0px 0px 4px;
	margin:0px 0px 0px 0px;
	border:0px;
	cursor:pointer;
	position:relative;

}

.calWrap
{
	padding:0px 0px;
	margin:2px 0px 0px 0px;
	border:0px;
	cursor:pointer;
	position:relative;
	float:left;
}
a.calMom:link {
	color:#F03 !important;
}
a.calboy:link {color:blue !important; }
a.calgirl:link {
	color:#FF33CC !important;
}

a.calboy:visited{color:blue !important;}
a.calgirl:visited{	color:#FF33CC !important;}
a.calMom:visited{color:#F03 !important;}
#bodyWrap a.tipWrap:hover {
    filter: none;
}
.tipInfoWrap {
    width: 270px;
    /*height: 220px;*/
    position: absolute;
    font-size: 13px;
    color: #666666;
    z-index: 9999;
    background: #fff;
    border: 0px solid #F1F1F1;
    padding: 20px 20px 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    display: none;
    /*top: -205px;*/
    left: 50%;
    bottom: 100%;
    margin-left: -133px;
    overflow: visible;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
}
.tipInfoWrap:after {
	bottom: -17px;
  width: 32px;
  height: 17px;
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -16px;
  background: url(img/triangle.png);
	background-size: cover;
  z-index: 99;
}
.tipCalendarWrap
{
	width:240px;
	height:130px;
	position:absolute;
	font-size:14px;
	color:#666666;
	z-index:9999;
	background:url('img/calinfobg.png');
	border:0px solid #F1F1F1;
	padding:10px 20px 20px 20px;
	background-repeat:no-repeat;
	background-position:center;
	opacity:0;
	display:none;
	top:-125px;
	left:-35px;
}

.formWrap
{
	padding:10px 0px;
	text-align:left;
	color:#555555;
}
.formWrap:hover
{
	color:#000000;
}
/*_________________FORM TABLES__________________*/

.tableRows
{
	padding-left:20px;
	margin:0px;
	background:inherit;
}
#profile-details.general.noborder .tableRows {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:5px;
}
.tableBorder
{
	background:#f9f9f9;
    margin-left:auto;
    margin-right:auto;
	border-collapse:separate;
	border:0px;
}
.addremove {
    padding: 5px 0 0;
    display: inline-block;
}
.tableHeader
{
	font-size:20px;
	font-weight:bold;
	color:#525DB3;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.birthNumberHeader
{
    font-size:14px;
    font-family: 'AvenirLTStd-Roman';
    color:#785A9F;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
}
/*
.tableBorder tr:nth-child(4n), .tableBorder tr:nth-child(4n) table, .tableBorder tr:nth-child(4n) table tr, .tableBorder tr:nth-child(4n) table td
{
    background:#EAEAEA;
    padding-top:5px;
}
.tableBorder tr:nth-child(4n+1), .tableBorder tr:nth-child(4n+1) table, .tableBorder tr:nth-child(4n+1) table tr, .tableBorder tr:nth-child(4n+1) table td
{
    background:#EAEAEA;
    padding-bottom:5px;
}

.tableBorder tr:first-child
{
    background:#F9F9F9;
}
.tableBorder tr:last-child
{
    background:#F9F9F9;
}
*/
.uneditableBox
{
	padding:5px;
	margin:5px;
	border:1px solid #A9A9A9;
	width:90%;
}

/*_____________________OTHER___________________*/
.infoBox
{
	width:90%;
	margin-right:auto;
	margin-left:auto;
	background:#F9F9F9;
	padding:15px;
	font-size: 1.1em;
	background-color: #e5e6fb;
}

.infoBoxRed{
	border:1px dashed #C40005;
}

.lightGray
{
	background:#fff;
	padding:1px 0px 1px 3px;
}

.darkGray
{
	background:#FAFAFA;
	padding:1px 0px 1px 3px;
}

.tableHead {
    font-weight: 400;
    font-family: 'AvenirLTStd-Black';
    color: #686868;
    text-transform: uppercase;
    font-size: 12px;
}
.tableHead td:first-child {
    border-top: none;
    border-radius: 10px 0 0 0;
    background: #EDE8F3;
}
.tableHead td {
    padding: 5px 15px 3px;
    background: #EDE8F3;
}
.tableHead td:last-child {
    border-radius: 0 10px 0 0;
}
.mainText
{
	color:#666;
	font-size:16px;
	font-weight:bold;
}

#chart_title, .infoBoxTitle
{
	font-size:17px;
	font-weight:bold;
	color:#525DB3;
	margin:5px;
}

#chart_subtitle
{
	font-size:14px;
	color:#666666;
	margin:5px;
	font-weight:bold;
}

.chart_align
{
	padding:0px 0px 0px 20px;
}

.tip
{
	inline-box-align: last!important;
}

.FormLabel
{
	font-family:Calibri,MyCalibri,Gill Sans, Verdana;
	color:#444;
	font-size:13px;
}

#apDiv2
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
}

#dataTable td{
	padding:3px 0px 3px 10px;
}

#imageLinkWrap a:link{border:0px;border-bottom:0px;}
#imageLinkWrap a:visited{border:0px;border-bottom:0px;}

.dataViewTable
{
	border:1px solid #999;
}
.dataViewTable td{
	background:#FFFFFF;
	border:1px solid #999;
	padding:5px 2px 5px 2px;
}

.totalGrey
{
	background:#D9D9D9;
	color:#000;
}

.chart_div{
	margin:auto;
}
#logoutWrap{
	float:right;
	text-align: right;
	padding: 20px 10px 0px 0px;
	line-height:220%;
}

#logoutWrap a:link{
	color: #999;
	text-decoration: none;
	background: #FCFCFC;
	padding: 5px 15px;
	border-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border:1px solid #E9E9E9;
}
#logoutWrap a:visited{
	border:1px solid #E9E9E9;
	color: #999;
	background: #FCFCFC;
}

#logoutWrap a:hover{
	border:1px solid #525DB3;
	color: #FFF;
	background: #525DB3;
}
img{
	border-style: none;
}

.category{
	background: #999;
	width: 100%;
	margin-top: 10px;
	margin-right: 0%;
	margin-bottom: 20px;
	margin-left: 0%;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.formBox{
	/*background: #999;*/
	width: 56%;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	float: left;
	margin-right: 22%;
	margin-left: 22%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.categoryHeader{
	font-size: 17px;
	padding: 5px;
	background: inherit;
	color: #FFF;
	margin: 0px;
	display: inline-block;
}
.inputOverLabel {
	float: left;
	width: 60px;
	margin-right: 20px;
	text-align: center;
}
.horizontalInput{
	float: left;
	clear:both;
	width: 100px;
    margin-bottom: 10px;
}
.inputTextLeft{

}
.otherInput{
	clear:both;
    margin-top: 10px;
}
._rowLight {
	width: 100%;
	clear: both;
	float: left;
	background-color: #fff;
  padding: 5px 0 4px;
  border-top: 1px solid #dee2e6;
}
._rowDark {
    background-color: #FAFAFA;
    width: 100%;
    clear: both;
    float: left;
    padding: 5px 0 4px;
    border-top: 1px solid #dee2e6;
}

._16 {
    width: 11%;
    display: inline;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}

._33 {
    width: 29%;
    display: inline;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}
._50 {
    width: 45%;
    display: inline;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}
._timeBox {
    width: 29%;
    display: inline;
    float: right;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}

._75 {
    width: 71%;
    display: inline;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.labelText {
    float:left;
}
.otherClear{
	float:left;
	clear:both;
	margin-left: 30px;
}
label {
	width: 100%;

}
input {

}
textarea {
  border: 1px solid #B3B3B3;
  width: 100%;
  margin-right: 2%;
  -moz-border-radius: 3px;
}

.inputFullWidth {
	width: 100%;
}
.viewLabel {
    text-align: left;
    font-family: 'AvenirLTStd-Medium';
    font-size: 14px;
    color: #111111;
    font-weight: 700;
}
.viewText {
    font-family: 'AvenirLTStd-Medium';
    font-size: 14px;
    color: #686868;
    text-align: left;
}
div.ui-datepicker{
 font-size:13px;
}
.viewTextLeft{
	padding-left:0;
}

#registerNowButton
{
        border:1px solid #E1E1E1;
        float:right;
        display:block;
        background:#FFFFFF;
        border-radius:0px;
        border-top-left-radius:10px;
        border-bottom-right-radius:10px;
        padding:20px 30px;
        margin:0px 0px 0px 10px;
        font-size:21px;
        cursor:pointer;
        color:#525DB3;
}

#registerNowButton:hover
{
        color:#FFFFFF;
        background:#525DB3;
}
#registerNowButton:active
{
        background:#4550A7;
}

 #welcomeMessage
{
        width:920px;
        color:#666666;
        margin:20px;
        font-size:18px;
        display:block;
        background:#F1F1F1;
        padding:20px;
        border:0px;
        border-bottom:5px solid #959DD6;
        border-radius:0px;
        border-top-left-radius:20px;
        border-bottom-right-radius:20px;
}
textarea#pregnancyComments {
  width: 100%;
  max-width: 100% !important;
}
textarea#complicationComments {
    width: 100%;
    max-width: 100% !important;
}
.asterisk {
	color: #686868;
}
.toRight {
	float: right;
	margin-right: 30px;
	margin-top: -20px;
	background-color: #F77;
}

.errorMessage, .errorMsg {
  display:block;
  color:red;
  font-weight:700;
}
/*New*/

body table.dataTable.display tbody tr.odd, body table.dataTable.display tbody tr:nth-child(odd) {
  background-color: #fff;
}
body thead tr {
  background: #EDE8F3;
}
body table.dataTable.no-footer {
  border-bottom: 1px solid #D9D9D9;
}
body table.dataTable.no-footer table.dataTable.no-footer {
    border-bottom: none;
}
table.dataTable.display tbody td.tableRows.noborderbottom {
    border-top: none;
}
body table.dataTable thead th, body table.dataTable thead td {
  padding: 10px 15px 8px;
  border-bottom: 1px solid #D9D9D9;
}
.table.noborder td {
    border-top: none;
}
body table.dataTable tbody th, body table.dataTable tbody td {
    padding: 5px 15px 4px;
}
body table.dataTable tbody tr.even, body table.dataTable.display tbody tr:nth-child(even) {
  background-color: #FAFAFA;
}
body table.dataTable.hover tbody tr:hover, body table.dataTable.display tbody tr:hover {
  background-color: #EEEEEE;
}


#menuWrap .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#menuWrap .image a {
  display:block;
	z-index: 999;
}
#menuWrap .image img {
  width: 100%;
  vertical-align: middle;
  padding: 0;
}
#menuWrap .text {
  text-align: right;
}
#menuWrap .navbar-light .navbar-nav .nav-link {
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#menuWrap nav.navbar.navbar-expand-lg.navbar-light {
  padding: 0;
}
#menuWrap .text-container {
  display: block;
  text-align: right;
  float: right;
}
#menuWrap .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'AvenirLTStd-Medium';
    font-size: 16px;
    line-height: 19px;
    padding: 26px 22px 21px;
}
#menuWrap .navbar-light .navbar-nav .nav-item:hover {
  background: #48326B;
}
#menuWrap.notloggedin .navbar-light .navbar-nav .nav-item:hover {
  background: #fff;
}
#menuWrap.notloggedin .navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #A254A1;
}

#menuWrap .dropdown-toggle::after {
  content: none;
}
#menuWrap .navbar-light .navbar-nav li.nav-item:last-child > a {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#menuWrap li.nav-item:last-child > a:before {
  content: '\f007';
  padding: 0 10px 0 0;
  margin: 0;
  font-family: "fontawesome";
  font-size: 13px;
  line-height: 13px;
}
#profile-details .table th {
  background: #EDE8F3;
  border-top: none;
}
#profile-details .table th:last-child {
  border-radius: 0 10px 0 0;
}
#profile-details .table.noborder th:first-child {
  border-top: none;
  border-radius: 10px 10px 0 0;
}
#profile-details .table th:first-child {
  border-top: none;
  border-radius: 10px 0 0 0;
}
.tableBorder th {
  font-weight: 400;
  font-family: 'AvenirLTStd-Black';
  color: #686868;
  text-transform: uppercase;
  font-size: 12px;
  background: #EDE8F3;
  padding: 10px 15px 8px;
	border-radius: 0 0 0 0;
}
.tableBorder thead.single th {
  border-radius: 10px 10px 0 0;
}
.tableBorder th:first-child{
    border-top: none;
    border-radius: 10px 0 0 0;
}
.tableBorder th:last-child{
    border-radius: 0 10px 0 0;
}
table.dataTable tfoot th {
    border-top: none !important;
}
input[type='checkbox'] {
	  width: 15px !important;
	  height: 15px !important;
	}
.infoBoxRed {
  display: none;
}
#profile-details {
  padding: 0px 0px 80px;
  position: relative;
}
#profile-details:before {
  content: '';
  position: absolute;
  background: #D9D9D9;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 100%;
}
#profile-details.noborder:before {
  content: none;
}
#profile-details h3.mainText {
  color: #686868;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0;
  margin: 0;
}
#profile-details h4 {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
  margin: 0;
}
#profile-details #leftContent {
  padding: 10px 30px 0 15px;
}
#profile-details #chart_title {
  font-size: 18px;
  font-weight: 400;
  color: #686868;
  margin: 0;
  padding: 25px 0;
  margin:0;
  font-family: 'AvenirLTStd-Medium';
}
#profile-details #chart_subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  margin: 0;
  padding: 10px 0;
  margin: 15px 0;
  font-family: 'AvenirLTStd-Medium';
  font-weight: 400;
}
#welcome {
  position: relative;
  display: flex;
  padding: 20px 0 20px;
  justify-content: space-between;
  background: #F9F9F9;
}
#welcome:before {
  background: #D9D9D9;
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
#welcome h2.intro, #welcome p.intro {
  font-size: 14px;
  position: relative;
  padding: 0;
  line-height: 1.2;
}
#welcome p.intro {
  text-align:right;
}
.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 15px 0px 20px;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #48326B;
  background-clip: initial;
  border: none;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.navbar a.dropdown-item {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 20px;
  font-family: 'AvenirLTStd-Book';
}
.navbar a.dropdown-item:hover {
  background:rgba(255,255,255,.2);
}
.navbar a.dropdown-item.title:hover {
  background:rgba(255,255,255,0);
}
a.dropdown-item.title {
  font-size: 11px;
  text-transform: uppercase;
  color: #A48FC2 !important;
  padding: 10px 20px 5px;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  background-color: transparent;
  color: #fff;
}
.navbar  a.dropdown-item.title:focus, .navbar a.dropdown-item.title:hover {
  color: #A48FC2;
}
.navbar a.dropdown-item.title:hover {
  cursor: default;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler i.fas.fa-bars {
  color: #fff;
  font-size: 20px;
}

body table.dataTable thead th, body table.dataTable tfoot th {
  font-weight: 400;
  font-family: 'AvenirLTStd-Black';
  color: #686868;
  text-transform: uppercase;
  font-size: 12px;
}
body table.dataTable, body .table {
  color: #686868;
}

span.categoryHeader {
  background: #EDE8F3;
  display: block;
  border-radius: 10px 10px 0 0;
  color: #686868;
  font-size: 14px;
  font-family: 'AvenirLTStd-Black';
  padding: 15px 20px;
}
span.inputTextLeft {
    display: inline-block;
    padding: 0 10px 0 5px;
    line-height: 1;
    margin: 0;
    min-height: 20px;
    vertical-align: middle;
}
.mothersGBSContainer span.inputTextLeft {
  padding: 0 10px 0 5px;
}
input[type='radio'] {
  display: inline-block;
  border: none;
  box-shadow: none;
  width: 15px !important;
  max-width: 15px !important;
  margin: 0 0 0;
}
#form {
  padding:0px 0px 50px;
}
#form .category {
  padding: 0;
  float: none;
  margin: 0;
}
.category.minimize .form-inner {
  display:none;
}
#form .category.asterisk {
  padding: 20px;
  margin: 0 !important;
  display: block;
  text-align: right;
}
.grouped-inputs input {
  display: inline-block;
  max-width: 40px !important;
  width: 40px !important;
  border-radius: 5px;
}
.grouped-inputs span.inputTextLeft {
  display: inline-block;
  /*padding: 15px 10px 0 5px;*/
}
.category {
  background: #FAFAFA;
}
.category .form-inner {
  margin: 0 23px 0 17px;
  border-bottom: solid 1px #D9D9D9;
  padding: 25px 0 30px;
}
.category .form-inner.condensed {
  padding: 10px 0 10px;
}
.category .form-inner:last-of-type {
    border-bottom: none;
}
.category .form-inner.last {
  border-bottom: none;
  margin: 0 23px 0 17px;
  padding: 25px 0;
}
.category .fa-question-circle {
  color: gray;
  font-size: 15px;
  line-height: 1;
}
.gest-age {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.prenatalOtherContainer {
  display: none;
}
#prenatalSiteOtherDiv.show {
  display: block;
}

#apDiv4 {
	position:relative;
	height:19px;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	text-indent: 4px;
}
#apDiv2 {
	position:relative;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	text-indent: 40px;
	top: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	text-transform: uppercase;
}
#apDiv3 {
	position:relative;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	text-indent: 10px;
	top: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	text-transform: uppercase;
}
#apDivWide {
	position:relative;
	width:100%;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-indent: 0px;
	top: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	text-transform: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.FormLabel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #000000;
	text-transform: none;
}
#apDiv2a {
	position:relative;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	text-indent: 40px;
	top: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;

}


.addMom p {
  display: block;
  position: relative;
  margin: 20px 0;
}
.addMom p a{
  background: #D6388D;
  color: #fff;
  display: inline-block;
  padding: 6px 9px 5px 39px;
  margin: 0;
  position: relative;
  border-radius: 5px;
  font-family: 'AvenirLTStd-Medium';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
  cursor:pointer;
}
.addMom p a:hover{
	cursor:default;
	color: #fff;
}
#bodyWrap .addMom p a:hover {
    border-bottom: none;
    text-decoration: none;
    color: #fff;
}
.addMom p a:before {
  content: '+';
  padding: 10px;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 2px;
  top: -5px;
}
.addMom p a:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 100%;
  width: 1px;
  left: 28px;
  top: 0;
}
body table.table-condensed tr {
  background: transparent;
}
body table.table-condensed th.switch {
  font-size: 14px;
  font-family: 'AvenirLTStd-Medium';
}
.datepicker thead tr:first-child th.next:before {
  content: '\f054';
  position: absolute;
  top: 3px;
  font-family: "fontawesome";
  font-size: 12px;
}
.datepicker thead tr:first-child th.prev:before {
  content: '\f053';
  position: absolute;
  top: 7px;
  font-family: "fontawesome";
  font-size: 12px;
}
table.table-condensed {
  font-family: 'AvenirLTStd-Medium';
  font-size: 13px;
}
table.table.display.dataTable.no-footer.tableBorder.noborder.padding {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #FFF;
}
body .chosen-container-single a.chosen-single {
    padding: 0;
    position: relative;
    z-index: 50;
    background: transparent;
    overflow: visible;
    display:block;
    height:auto;
}
input#CA_Weeks, input#CA_Days {
  max-width: 100px !important;
}
.dataTables_wrapper.no-footer {
    margin: 0 0 30px;
}
.checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkbox-box.left {
    display: flex;
    justify-content: flex-start;
    align-items: start;
}
.checkbox-box label {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 0 3px 6px;
}
.across-container .section-container {
    display: flex;
    justify-content: center;
    align-items: center;
		padding: 20px 0;
}
.across-container.stats_table .section-container {
    justify-content: start;
    align-items: start;
}
.across-container p {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
}
.across-container label {
    display: inline-block;
    width: auto;
    margin: 0;
}
.across-container.stats-comp td {
    padding: 5px 0;
}
.across-container.stats-comp tr:last-of-type td {
    padding: 10px 0 20px;
}
#menuWrap .navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.across-container.stats_time  .section-container {
    justify-content: start;
}
.stats_time .chosen-container.chosen-container-single, .stats_time input[type=text] {
    max-width: 150px !important;
    margin: 0 5px;
}
.across-container.stats_tableComp .section-container {
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 20px 0;
}
#internal-banner {
    position: relative;
    background-color: #F0F7FF;
    overflow: hidden;
}

#internal-banner.indexpage {
  overflow: visible;
}

#internal-banner .text-container {

}

#internal-banner .text-container .inner-image img{
  max-height: 338px;
}

#internal-banner .text-container .row {
    justify-content: center;
    display: flex;
    align-items: center;
}

#internal-banner .text-container h1 {
    font-size: 48px;
    font-family: 'AvenirLTStd-Medium';
    max-width: 700px;
    font-weight: 700;
    line-height: 58px;
    padding: 100px 0 0 0;
    margin: 0;
    color: #785A9F;
    text-align: center;
}
#internal-banner .text-container h3 {
  font-size: 22px;
  line-height: 26px;
  padding: 30px 0 0;
  font-family: 'AvenirLTStd-Light';
  font-weight: 400;
  color: #A254A1;
  text-align: center;
}
#internal-banner .text-container p {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    font-family: 'AvenirLTStd-Light';
    font-weight: 400;
    color: #785A9F;
}

#internal-banner img.desktop {
  transform: translateY(100px);
  margin-top: -100px;
  max-width: 95%;
}



#internal-banner .text-container .regsection {
  padding: 24px 0;
}

#hometestimonial {
  padding-top: 160px;
}

#hometestimonialmobile {
  padding-top: 140px;
}

@media all and (max-width: 576px) {
  #hometestimonialmobile {
    padding-top: 64px;
  }
}

#hometestimonial h3, #hometestimonialmobile h3 {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #A254A1;
  font-family: 'AvenirLTStd-Light';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
}

#hometestimonial img {}

#hometestimonialmobile img {
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
  padding: 0;
}

#hometestimonial #testimonials{
  padding-top: 34px;
}

#hometestimonialmobile #testimonialsmobile{
  padding-top: 50px;
}




#hometestimonial #testimonials .testimonial, #hometestimonialmobile #testimonialsmobile .testimonial{
  padding: 0!important;
}

#hometestimonial #testimonials .testimonial-inner{
  background: #F0F7FF;
  padding: 44px 28px 28px 28px;
  height: 100%;
  margin: 0 20px;
  position: relative;
  min-height: 400px;
}

#hometestimonialmobile #testimonialsmobile .testimonial-inner {
  background: #F0F7FF;
  padding: 44px 28px 28px 28px;
  height: 100%;
  margin: 0 20px;
  min-height: 580px;
  position: relative;
}

@media all and (min-width: 350px) {
  #hometestimonialmobile #testimonialsmobile .testimonial-inner {
    min-height: 450px;
  }

  #hometestimonialmobile img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    padding: 0;
  }

}

@media all and (min-width: 400px) {
  #hometestimonialmobile #testimonialsmobile .testimonial-inner {
    min-height: 400px;
  }
}


@media all and (min-width: 450px) {
  #hometestimonialmobile #testimonialsmobile .testimonial-inner {
    min-height: 350px;
  }
}


@media all and (min-width: 600px) {
  #hometestimonialmobile #testimonialsmobile .testimonial-inner {
    min-height: 300px;
  }
}





#hometestimonial #testimonials .testimonial-inner:before {
  content: '';
  position: absolute;
  background: transparent;
  background-image: url('/img/testimonial/apostrophe.png');
  background-repeat: no-repeat;
  width: 48px;
  height: 38px;
  top: 4px;
  left: -18px;
  background-size: contain;
}


#hometestimonialmobile #testimonialsmobile .testimonial-inner:before {
  content: '';
  position: absolute;
  background: transparent;
  background-image: url('/img/testimonial/apostrophe.png');
  background-repeat: no-repeat;
  width: 48px;
  height: 38px;
  top: 4px;
  left: 0px;
  background-size: contain;
  transform: translateX(-18px);
}

#hometestimonial #testimonials .testimonial-inner p, #hometestimonialmobile #testimonialsmobile .testimonial-inner p {
  font-size: 17px;
  line-height: 20px;
  color: #785A9F;
  font-family: 'AvenirLTStd-Light';
  font-weight: 400;
}

#hometestimonialmobile .birthindicators {
  margin-top: 18px;
  position: relative;
}

#hometestimonialmobile li.birthindicatorsingle {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
  background-color: #785A9F !important;
}

#hometestimonialmobile .birthindicatorbox {
  max-width: 250px;
  position: relative;
  margin: 0 auto;
}


#hometestimonialmobile .birthindicatorarrowsingle {
  background: transparent;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
}

#hometestimonialmobile .birthindicatorarrowsingle.left {
  background-image: url('/img/leftarrow.png');
}

#hometestimonialmobile .birthindicatorarrowsingle.right {
  background-image: url('/img/rightarrow.png');
}



.regsection {
    padding: 100px 0;
    overflow:hidden;
}
.regsection img {
    width: 100%;
}
.regsection h3 {
    line-height: 44px;
    text-align: center;
    color: #A254A1;
    font-family: 'AvenirLTStd-Light';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    padding: 0 0 50px;
    margin: 0;
}
.regsection a.bttn {
    font-family: 'AvenirLTStd-Medium';
    font-weight: 700;
    line-height: 22px;
    padding: 16px 20px 14px;
    background: #A254A1;
    color: #fff !important;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 18px;
}

.regsection a.bttn.bttn-secondary {
  padding: 14px 20px 12px;
  background: #FFFFFF;
  border: #A254A1 2px solid;
  color: #A254A1 !important;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.regsection a.bttn.bttn-secondary:hover {
  color: #FFFFFF !important;
}


#homevideo {
    text-align: center;
}
#homevideo .video-container {
    position: relative;
    display: inline-block;
    max-width:100%;
}
#homevideo .video-container iframe {
    max-width:100%;
}
#homevideo h3 {
    max-width: 670px;
    margin: 0 auto;
    font-family: 'AvenirLTStd-Light';
    font-style: normal;
    line-height: 44px;
    color: #A254A1;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
}
#overview {
    background: #F0F7FF;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f7', endColorstr='#f5f6f7', GradientType=1 );
}
#overview h3 {
    padding: 0 0 30px;
    font-family: 'AvenirLTStd-Book';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #785A9F;
}
#overview .row {
    margin: 0 -20px;
}
#overview .col-md-4 {
    padding: 0 20px;
}
#overview img {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
}
#overview p {
    padding: 30px 20px 0;
    text-align: center;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    color: #656565;
    font-family: 'AvenirLTStd-Book';
}
#overview .button-container {
    text-align: center;
    padding: 30px 0 0;
}
#logos .logo-container {
    background: #fbf4fb;
    border-radius: 100%;
    height: 246px;
    width: 246px;
    border: solid 2px #f5eaf5;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#logos .box-container {
    display: flex;
    justify-content: center;
}
#logos .box:last-of-type img {
    padding: 30px 20px 30px 30px;
}
#logos img {
    max-width: 256px;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}
#logos p {
    font-size: 18px;
    line-height: 25px;
    color: #656565;
    text-align: center;
    max-width: 265px;
    margin: 0 auto 30px;
    font-family: 'AvenirLTStd-Book';
}
#logos .box {
    text-align: center;
    padding: 0 50px;
}
#logos h3 {
    max-width: 266px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 20px;
    font-family: 'AvenirLTStd-Book';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #785A9F;
}
#counter {
    background: #F0F7FF;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f7', endColorstr='#f5f6f7', GradientType=1 );
}
#counter .counter-container {
    display: flex;
    justify-content: center;
}
#counter #headCounter {
    padding: 0;
    width: auto;
    background: transparent;
    height: auto;
}
#counter h4 {
    font-size: 28px;
    line-height: 38px;
    color: #A254A1;
    font-family: 'AvenirLTStd-Book';
}
#counter #headCounter span {
    font-size: 21px;
    background: #5b3b8d;
    color: #fff;
    margin: 0 2px;
    height: 37px;
    padding: 0;
    border-radius: 2px;
    width: 31px;
    display: inline-block;
    text-align: center;
    line-height: 1.8;
}
#counter p {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #707070;
    padding: 30px 0 0;
    margin: 0;
    font-family: 'AvenirLTStd-Book';
}
#menuWrap.notloggedin {
    background: #fff;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li:hover > a:before {
    content: '';
    position: absolute;
    background: #A254A1;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(2) a:before {
  content: none!important;
  
}

#menuWrap.notloggedin .navbar-light .navbar-nav .nav-link {
    color: #7C7D80;
    padding: 10px 0px;
    position: relative;
    margin: 20px 14px;
}

#menuWrap.notloggedin .navbar-light .navbar-nav li.active .nav-link{
  color: #48326B;
}

#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a {
    border-right: none;
}
#menuWrap.notloggedin li.nav-item:last-child a:before {
  content: none;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li {
    padding: 0;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a {
    position: relative;
    border-left: none;
    border-right: none;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(3) a {
  background: transparent;
  color: #A254A1;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 10px 0;
  margin: 20px 14px;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(2) a {
    background: #A254A1;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 10px 22px;
    margin: 20px 14px;
}

#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(2):hover a {
  color: #fff;
  background: #823a82;
}

#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(1) a {
  background: #F0F7FF;
  color: #A254A1;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 10px 22px;
  margin: 20px 14px;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(1) a:hover, #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a:hover, #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(1) a:visited, #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a:visited,#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(1) a:link, #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a:link,#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(1) a:active, #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a:active {
  text-decoration: none;
  border: none;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a:hover {
    background: #823a82;
    color: #fff !important;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child:hover a:before {
  content: none;
}
#menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a:hover {
    background: #823a82;
}
#menuWrap.notloggedin .navbar-light .navbar-nav .nav-link:hover {
    background: transparent;
    color: #48326B;
}
#menuWrap.notloggedin .navbar .dropdown-menu {
    color: #7C7D80;
    background-color: #fff;
}
#menuWrap.notloggedin .navbar a.dropdown-item {
    color: #7C7D80;
}
#menuWrap.notloggedin .navbar a.dropdown-item:hover {
    background: transparent;
    color: #48326B;
}
#menuWrap.notloggedin .navbar-light .navbar-toggler i.fas.fa-bars {
    color: #A254A1;
    font-size: 28px;
}
#footWrap.notloggedin, .demo-container #footWrap.notloggedin.general, #livedemo, .purplebg#bodyWrap {
    border-top: none;
    background:url(../img/freedemo-bg.jpg);
    background-size: cover;
    position: relative;
    padding: 0;
}
.freetrial #bodyWrap.purplebg:after {
  content: none;
}
.purplebg #footWrap.notloggedin.general:before {
  content: none;
}
.demo-container #footWrap.notloggedin.general:before, #livedemo:before, .purplebg:before {
    background: rgba(99,68,146,.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
}
.demo-container #footWrap.notloggedin.general a, .demo-container #footWrap.notloggedin.general .footer-bottom, .demo-container #footWrap.notloggedin.general a:visited {
    color: #fff;
}
#footWrap.notloggedin.general {
    background: none;
}
#footWrap.notloggedin.general:before {
    content: none;
}
.purple-transparent-footer #footWrap .footer-bottom {
  position: relative;
}
.purple-transparent-footer #footWrap.notloggedin.general:before{
  content: none;
}
.freetrial #bodyWrap:after {
    background: rgba(99,68,146,.6);
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
}
.bgimage  #footWrap.notloggedin.general:after, .demo-container  #footWrap.notloggedin.general:after {
  content: none;
}
#footWrap.notloggedin.general:after {
  bottom: auto;
  top: 0;
  content: '';
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background: url(../img/border-bg.jpg);
  background-repeat: repeat;
  z-index: 100;
}
#footWrap.notloggedin.general a {
    color: #888888;
}
#footWrap.notloggedin.general a, #footWrap.notloggedin.general .footer-bottom, #footWrap.notloggedin.general a:visited {
    color: #888888;
}
#freedemo {
    text-align: center;
}
#freedemo, #footWrap.notloggedin .container {
    position: relative;
    z-index: 100;
}
#freedemo h3 {
    color: #fff;
    padding: 0;
    font-size: 36px;
    line-height: 49px;
    font-family: 'AvenirLTStd-Book';
}
#freedemo p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    max-width: 325px;
    margin: 0 auto;
    padding: 30px 0;
    font-family: 'AvenirLTStd-Medium';
}
#freedemo a.bttn, #internal-banner .features-container a.bttn  {
    background: #A254A1;
    border: solid 1px #fff;
    border-radius: 7px;
    font-family: 'AvenirLTStd-Medium';
    letter-spacing: 0.1em;
    font-size: 18px;
}
.featured #freedemo a.bttn:hover {
  background:#823a82;
}
#freedemo a.bttn.bttn-secondary{
  padding: 14px 20px 12px;
  background: #FFFFFF;
  border: #A254A1 2px solid;
  color: #A254A1 !important;
  letter-spacing: 0.1em;
  font-size: 18px;
}
#freedemo a.bttn.bttn-secondary:hover{
  background: #823a82;
  color: #FFFFFF !important;
}
#freedemo a.bttn.bttn-tertiaty, #internal-banner .features-container a.bttn.bttn-tertiaty {
  padding: 14px 20px 12px;
  background: #FFFFFF;
  color: #A254A1 !important;
  letter-spacing: 0.1em;
  font-size: 18px;
}
#freedemo a.bttn.bttn-tertiaty:hover, #internal-banner .features-container a.bttn.bttn-tertiaty:hover {
  background: #823a82;
  color: #FFFFFF !important;
}
#footWrap.notloggedin a:visited {
    color: #fff;
}
#footWrap.notloggedin a {
    color: #fff;
}
#footWrap.notloggedin .footer-bottom {
    color: #fff;
    padding: 20px 0;
    overflow: hidden;
}
#footWrap .footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#footWrap .footer-bottom ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
    font-family: 'AvenirLTStd-Medium';
    font-size: 14px;
    color: #fff;
}
#footWrap .footer-bottom ul li:before {
    content: "|";
    position: absolute;
    right: 4px;
}
#footWrap.notloggedin.general a, #footWrap.notloggedin.general a:visited {
    color: #fff;
}
#footWrap.notloggedin.general .footer-bottom {
    color: #fff;
}
.purple-footer #footWrap.notloggedin.general:after {
  content: none;
}
#footWrap .footer-bottom ul li:last-child:before {
    content: none;
}
#features {
  overflow: hidden;
}
#features .col-md-6.image img {
    max-width: 337px;
    float: right;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
}
#features .row {
    margin: 0 -50px;
    padding: 100px 0;
}
#features .col-md-6 {
    padding-left: 50px;
    padding-right: 50px;
}
#features .box.even {
  background: #F0F7FF;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f9', endColorstr='#f2f5f7', GradientType=1 );
}
#features h3 {
    padding: 0 0 20px;
    text-align: left;
    color: #785A9F;
    font-size: 32px;
    line-height: 44px;
    font-family: 'AvenirLTStd-Book';
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
}
#features p {
    font-size: 18px;
    line-height: 25px;
    color: #656565;
}
#features .even .row .image {
    order: 2;
}
#features .even .row .text {
    order: 1;
}
#features .even .row .image img {
    float: left;
}
#features .innertext {
    max-width: 300px;
}
#features .even .innertext {
    float: right;
}

#internal-banner .text-container.pricing {
  height: min-content;
  align-self: center;
  margin: 0 auto;
  width: 100%;
}

#internal-banner .pricing-contianer {
    background: #fff;
    display: inline-block;
    padding: 50px 80px;
    border-radius: 5px;
    text-align: center;
    height: 422px;
}
#internal-banner .text-container .pricing-contianer h5 {
    font-size: 28px;
    line-height: 1.2;
    color: #924592;
    padding: 0 0 30px;
    margin: 0;
    text-align: center;
    font-family: 'AvenirLTStd-Book';
    max-width: 500px;
}
#internal-banner .text-container .pricing-contianer p {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
}

#internal-banner .pricing-contianer a.bttn {
  margin: 20px auto;
  background: #A254A1;
  font-family: 'AvenirLTStd-Medium';
  padding: 13px 20px 13px;
  border-radius: 7px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: 18px;
}

#freetrial .col-md-12 {
    text-align: center;
}
#freetrial .pricing-contianer {
    background: #fff;
    display: inline-block;
    padding: 25px 50px 40px;
    border-radius: 5px;
    margin: 0 10px;
    width: 100%;
    max-width: 350px
}
#freetrial .pricing-contianer h5 {
    font-size: 28px;
    line-height: 1.2;
    color: #924592;
    padding: 0 0 30px;
    margin: 0;
    text-align: center;
    display: block;
}
.login #freetrial a#tipWrap:before {
  content:none;
}
.login i.tip {
    color: #979797;
}
.login #freetrial .pricing-contianer h5 {
    margin: 0;
    padding: 0;
}
#freetrial .pricing-contianer p {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    max-width: 162px;
}
#freetrial .pricing-contianer a.bttn {
    display: block;
    padding: 13px 20px 13px;
    margin: 30px 0 0;
    font-family: 'AvenirLTStd-Medium';
    letter-spacing: 0.1em;
    font-size: 18px;
}
#freetrial table.contentBox {
    width: 100%;
}
.login-footer #footWrap.notloggedin {
    background: transparent;
}
.login-footer #footWrap.notloggedin:after {
  content: none;
}
#bodyWrap.login {
    background: url(../img/freedemo-bg.jpg);
    background-size: cover;
    position: relative;
}
#bodyWrap.login:after {
  background: rgba(99,68,146,.6);
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  top: 0;
  left: 0;
}
#freetrial {
    position: relative;
    z-index: 100;
}
#freetrial td {
    position: relative;
}
#freetrial a#tipWrap {
    position: absolute;
    right: 10px;
}
#freetrial label {
    text-align: left;
    font-size: 14px;
    color: #686868;
}
#freetrial a#tipWrap:before {
    font-family: "fontawesome";
    content: "\f059";
}
#freetrial a#tipWrap img {
    opacity: 0;
    position: absolute;
}
.login-footer #footWrap.notloggedin {
    position: relative;
}
.login-footer #footWrap.notloggedin:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: url(../img/border-bg.jpg);
    background-repeat: repeat;
    left: 0;
    top: 0px;
    z-index: 200;
}
.register #form .category {
    padding: 0;
    float: none;
    margin: 0 0 50px;
}
.category .passcode-text {
    position: relative;
}
.category .passcode-text .infoBox {
    position: relative;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background: #F9F9F9;
    padding: 15px;
    font-size: 1.1em;
    background-color: transparent;
}
.category .passcode-text .infoBoxTitle {
    font-size: 16px;
    font-weight: bold;
    color: #686868;
    margin: 0 0 7px;
}
.register .category .form-inner.passcode-container {
    padding: 0;
}
.register .category .form-inner.passcode-container .col-md-4 {
    padding: 25px 15px 35px;
}
.category .passcode-text {
    position: relative;
    background: #f5f5f5;
    padding: 25px 15px 30px;
}
.register .category input[type='checkbox'] {
    background: none !important;
    border-radius: 100%;
    padding: 0 !important;
    margin: 0 auto !important;
}
.register .practictioner {
    display: flex;
}
.category .box {
    text-align: center;
    display: block;
    margin: 0 20px 0 0;
}
.register .practictioner {
    display: flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-wrap: wrap;
}
.register textarea {
    overflow: auto;
    resize: vertical;
    max-width: 100% !important;
    font-size: 12px;
    height: 250px;
}
.register .privacypolicy {
    display: flex;
    align-items: start;
}
.privacypolicy p, .privacypolicy label, .privacypolicy input {
    display: inline-block;
    width: auto;
    padding: 0 20px 0 0;
}
.register a.noticepolicy {
    color: #7252A2 !important;
    padding: 0 0 20px;
    display: block;
}
.register-welcome {
    background: #5C367A;
    padding: 20px;
}
.register-inner {
    background: #73499C;
    padding: 20px;
    border-radius: 5px;
}
.register-inner p {
    font-size: 17px;
    color: #FFFFFF;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.faqs #bodyWrap, .bgimage #bodyWrap {
  background: url(../img/freedemo-bg.jpg);
  background-size: contain;
  position: relative;
  padding: 0;
}
.faqs #bodyWrap:before, .bgimage #bodyWrap:before {
    content: '';
    position: absolute;
    background: rgba(91,59,141,.9);
    height: 100%;
    width: 100%;
    z-index: 0;
}
.faqs .col-md-12 {
    background: #fff;
    padding: 60px;
    border-radius: 10px;
    max-width: 730px;
    margin: 0 auto;
}
.faqs p, .content-main p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 20px;
    margin: 0;
}
.content-main ol li, .content-main ul li, .faqs ol li, .faqs ul li {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 20px;
    margin: 0;
}
.faqs h4, .content-main h4 {
    padding: 0 0 5px;
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'AvenirLTStd-Medium';
    line-height: 30px;
}
.faqs h3, .bgimage .main-whole-width h3 {
    color: #fff;
    padding: 0 0 30px;
    z-index: 100;
    position: relative;
}
.faqs #footWrap.notloggedin {
    background: rgba(91,59,141,.9);
    border-radius: 0;
}
.bgimage #footWrap.notloggedin {
    background: #87699B;
    border-radius: 0;
}
#faq-container {
    padding: 50px 0;
}

a.listofprocedures {
    background: #D6388D;
    color: #fff !important;
    display: inline-block;
    padding: 6px 9px 5px 9px;
    border-radius: 5px;
    font-family: 'AvenirLTStd-Medium';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 10px;
    cursor: pointer;
    position: relative;
}

a.edit, a.addprocedure, a.addbirth, a.print, a.delete, a.sentmessage {
    background: #D6388D;
    color: #fff !important;
    display: inline-block;
    padding: 6px 9px 5px 39px;
    border-radius: 5px;
    font-family: 'AvenirLTStd-Medium';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 10px;
    cursor: pointer;
    position: relative;
}
a.edit:hover, a.addprocedure:hover, a.listofprocedures:hover, a.addbirth:hover, a.print:hover, a.delete:hover, a.sentmessage:hover {
  background: #c8297e;
}
a.edit:before, a.addprocedure:before, a.addbirth:before, a.print:before, a.delete:before, a.sentmessage:before {
    content: '\f044';
    padding: 10px 7px;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 2px;
    top: -5px;
    font-family: "fontawesome";
}
a.edit:after, a.addprocedure:after, a.addbirth:after, a.print:after, a.delete:after, a.sentmessage:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 100%;
    width: 1px;
    left: 28px;
    top: 0;
}
a.edit:before {
    content: '\f044';
}
a.addprocedure:before {
    content: '\f067';
}
a.addbirth:before {
    content: '\f067';
}
a.print:before {
    content: '\f02f';
}
a.delete:before {
    content: '\f00d';
}
a.sentmessage:before {
    content: '\f048';
}
table.dataTable tr.even td.sorting_1, table.dataTable tr.odd td.sorting_1 {
    background-color: inherit !important;
}
body td#cal {
    border: solid #999 2px;
    height: 90px;
    width: 90px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    background-color: #fff;
}
body #cal th {
    font-size: 13px;
    background-color: #EDE8F3;
    color: #686868;
    width: 65px;
    font-family: 'AvenirLTStd-Black';
    font-weight: normal;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
}
body #cal .calNum, body #cal .today .calNum {
    color: #686868;
    font-family: 'AvenirLTStd-Medium';
    font-size: 13px;
}
body #cal .today .calNum {
    font-family: 'AvenirLTStd-Black';
}
body .FormLabel {
    font-weight: 400;
    text-transform: none;
    color: #686868;
    font-size: 12px;
    font-family: 'AvenirLTStd-Black';
}
body #apDiv2, body #apDiv2a, body #apDivWide{
  color: #686868;
  font-family: 'AvenirLTStd-Medium';
}
.backup-container {
    padding: 0;
    display: flex;
    justify-content: start;
}
.backup-container input[type="radio"] {
    padding: 0 12px;
    display: inline-block;
    margin: 2px 0 0;
}
.backup label {
    margin: 0;
    padding: 0 0 10px;
}
.backup h3.mainText {
    margin: 15px 0 10px;
}
.category .benchmarking-container .box {
    display: flex;
}
.benchmarking-container {
    padding: 15px;
}
.category .benchmarking-container .box p {
    padding: 0 16px 0 0;
}
.checkbox-box input[type='checkbox']:checked:before, .register .category input[type='checkbox']:checked:before, input[type='checkbox']:checked:before {
    content: '\f00c';
    font-family: "fontawesome";
    color: #525DB3;
    font-size: 10px;
    position: absolute;
    top: -1px;
    left: 2px;
}
.checkbox-box input[type='checkbox'], .register .category input[type='checkbox'], input[type='checkbox'] {
    width: 15px !important;
    max-width: 15px !important;
    height: 15px !important;
    margin: 5px 0 6px 0;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #B4B9BF;
    /*border-radius: 7px;*/
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
    background: #fff !important;
    box-shadow: none;
}
.violet {
    background: #A254A1;
}
.violet:hover, .regsection a.bttn:hover, #internal-banner .pricing-contianer a.bttn:hover {
    background: #823a82;
}
body input.submitButton.full {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    background: #A254A1 !important;
    color: #fff !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
}
.grouped-inputs.selectoption span.inputTextLeft {
    /*padding: 15px 10px 10px;*/
}
.grouped-inputs.selectoption .otherInput input {
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
    max-width: 260px !important;
    margin: 0;
    border: 1px solid #D0D0D0;
    font-family: 'AvenirLTStd-Medium';
    outline: 0px;
    padding: 8px 10px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    display: block;
    width: 100% !important;
    border-radius: 5px;
    max-width: 260px !important;
    display: block;
    background: #fff;
}
.grouped-inputs.selectoption .otherInput span.dpTodayButton {
    padding: 10px 0 0;
    display: block;
}
.grouped-inputs.selectoption .otherInput {
    float: none;
    clear: both;
    margin-left: 0;
}
.grouped-inputs.selectoption input {
    float: left;
    padding: 0;
    margin: 0;
}
.grouped-inputs.selectoption {
    display: block;
    padding: 0 0 10px;
}
.grouped-inputs.selectoption .chosen-container input {
    float: none;
    width: 100% !important;
    max-width: 260px !important;
}
.login #freetrial.regsection .forgotpass {
  padding: 20px 0 0;
}
.login #freetrial.regsection .forgotpass p {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.login #freetrial.regsection .forgotpass p a {
    color: #686868;
}
.login #freetrial.regsection .forgotpass p a:hover {
    color: #823a82;
}
#bodyWrap.login .chosen-container.chosen-container-single {
  margin:0 0 10px;
}
#bodyWrap.login #freetrial label {
    padding: 10px 0 0;
    display: block;
}
#bodyWrap.login .chosen-container-single .chosen-single span {
  text-align: left;
}
.top-box h3 {
    margin: 0;
    padding: 0;
}
#freetrial .pricing-contianer .top-box p {
    padding: 0;
    margin: 0;
    text-align: center;
    max-width: 100%;
    font-size: 13px;
    padding: 0 0 10px;
}
.calendaricon {
    position: relative;
    display: inline-block;
    min-height: 39px;
    max-width: 260px !important;
    width: 100%;
}
.calendaricon:after {
    content: '\f133';
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 50%;
    font-family: "fontawesome";
    transform: translateY(-50%);
    color: #686868;
    z-index: 1;
}
#profile-details.general h1 {
    font-size: 32px;
    line-height: 44px;
    color: #614391;
    text-align: center;
    font-family: 'AvenirLTStd-Medium';
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.topheading {
    padding: 0 0 60px;
}
.manage-users #profile-details.general h1:before {
    position: absolute;
    content: '\f500';
    left: 50%;
    top: -45px;
    margin-left: -25.5px;
    background-size: cover;
    font-family: "fontawesome";
    font-size: 40px;
}
#profile-details .topheading h4 {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 0;
    margin: 0;
}
.inviteupgrade p.invited {
    padding: 0;
    font-size: 14px;
    line-height: 19px;
}
.inviteupgrade p {
    padding: 0;
    margin: 0;
    position: relative;
}
.inviteupgrade {
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
    padding: 15px;
    border-radius: 4px;
    width: 86%;
    margin: 0 2% 0 0;
}
.userinfo {
    display: flex;
    justify-content: space-between;
}
.userinfo a.bttn {
    border: 0px;
    padding: 10px !important;
    margin: 0 !important;
    background: #7252A2;
    font-family: 'AvenirLTStd-Medium';
    font-size: 10px;
    cursor: pointer;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    display: block;
    width: 12% !important;
    line-height: 3;
    color: #fff !important;
    text-align: center;
}
.ataglance {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.ataglance .box {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 25%;
}
.ataglance p {
    font-size: 48px;
    line-height: 1;
    padding: 0;
    color: #7556A4;
    text-align: center;
    margin: 0;
}
#profile-details .ataglance h4 {
    color: #686868;
    text-align: center;
    padding: 0;
    display: block;
}
.ataglance .box:after {
    height: 100%;
    background: #CDCDCD;
    width: 1px;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
}
.ataglance .box.last:after {
    content: none;
}
.searchcontainer {
    position: relative;
}
.searchcontainer i.las.la-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.manage-users input#search {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 30px;
    padding: 8px 30px;
}
.avatar span {
    color: #fff;
    text-align: center;
    line-height: 2.7;
    width: 37px;
    height: 37px;
    background: #A574A5;
    border-radius: 50%;
    display: inline-block;
}
/*tr:nth-child(2) .avatar span {*/
/*    background: #7493A5;*/
/*}*/
/*tr:nth-child(2) .avatar span {*/
/*    background: #92A574;*/
/*}*/
.usercontainer {
    display: flex;
    justify-content: start;
    align-items: center;
}
.userinfo-cell {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0 0 20px;
}
.userinfo-cell p {
    padding: 0;
    margin: 0;
}
.manage-users .darkGray {
    background: #FAFAFA;
}
.manage-users .lightGray {
    background: #fff;
}
.manage-users table p {
    padding: 0;
    margin: 0;
}
.manage-users .table td, .manage-users .table th {
    padding: 10px;
    vertical-align: middle;
}
.clear {
  clear: both;
}
.billing-container {
    display: flex;
    justify-content: space-between;
}
.billing-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 65%;
}
.plan-changes-container {
    display: block;
    width: 31%;
}
.billingplancontainer {
    display: block;
    margin: 0 0 30px;
}
.billing {
    display: block;
    width: 31%;
}
.billingplan {
    display: flex;
    justify-content: space-between;
}
.update-plan .pad {
    padding: 37px 43px;
    border: solid 1px #E6E6E6;
    border-radius: 8px;
    background: #FDFCFC;
}
.updatecontainer {
    display: flex;
    justify-content: center;
    max-width: 785px;
    margin: 0 auto !important;
}
.loading {
  opacity:.5;
  -moz-opacity:.5;
  cursor:not-allowed;
}
.billingseats {
    width: 37%;
}
.updatecontainer h3 {
    font-size: 20px;
    line-height: 27px;
    color: #A254A1;
}
.updatecontainer label {
    font-size: 16px;
    line-height: 22px;
    color: #01020A;
}
.updatecontainer p {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.creditcardoption {
    display: flex;
    justify-content: space-evenly;
}
.manage-users i.fas.fa-ellipsis-h {
    cursor: pointer;
}
.flex {
    display: flex;
}
.creditcardoption input {
    width: 50% !important;
}
.updatecontainer .creditcardoption label {
    font-size: 14px;
    padding: 0 0 0 5px;
    margin: 0;
    line-height: 1.3;
    color: #01020A;
}
.billingplancontainer .pad .row {
    padding: 0 0 20px;
}
.billingplancontainer .pad .row:first-of-type {
    padding: 20px 0;
}
.update-plan input[type=text] {
    width: 100% !important;
    max-width: 100% !important;
}
body .update-plan .billing .submitButton {
    padding: 12px 0 14px!important;
    background: #9E349E;
    color: #fff !important;
    text-align: center;
}
.row.creditcardoption {
    margin: 0 -5px;
}
.row.creditcardoption .col-sm-3.col-xs-12 {
    padding: 0 5px;
}
.col-sm-3.col-xs-12.cc {
    flex: 0 0 30%;
    max-width: 30%;
}
.col-sm-3.col-xs-12.ach {
    flex: 0 0 20%;
    max-width: 20%;
}
.billingplancontainer h5 {
    font-size: 16px;
    line-height: 22px;
    color: #01020A;
}
.updatecontainer label {
    font-size: 16px;
    line-height: 22px;
    color: #7E7E7E;
}
.updatecontainer p.plantext {
    color: #43A558;
    font-size: 14px;
    font-family: "Times";
    font-style: italic;
    padding: 15px 0 0;
    margin: 0;
}
.update-plan .credit, .update-plan .creditAnnual {
  font-size: 10px;
  line-height: 14px;
  color: green;
  font-weight:700;
  padding: 5px 0 0px;
  display:none;
}
.update-plan .total {
    position: relative;
    padding: 20px 0 30px;
    border-top: solid .5px #CDCDCD;
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
}
.payment-type-container {
  padding-right: 10px;
}
.update-plan .total p {
    font-size: 15px;
    line-height: 22px;
    color: #01020A;
}
.update-plan .disclosure p {
    font-size: 10px;
    line-height: 14px;
    color: #484848;
    font-family: "Arial";
}
#bodyWrap .disclosure p a {
    color: #2b95fa;
}
.update-plan {
    overflow: hidden;
}
.update-plan .faq {
    margin: 0 auto;
    padding: 70px 0 100px;
    max-width: 785px;
    overflow: hidden;
}
.update-plan h2 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #686868;
    position: relative;
    display: block;
    margin: 0 0 50px;
    padding: 0;
}
.update-plan h2:before {
    content: '';
    position: absolute;
    background: #C7C7C7;
    left: 0;
    top: 50%;
    width: 50%;
    height: 1px;
    margin-left: -112px;
}
.update-plan h2:after {
    content: '';
    position: absolute;
    background: #C7C7C7;
    right: 0;
    top: 50%;
    width: 50%;
    height: 1px;
    margin-right: -112px;
}
#profile-details .faq-container h4 {
    color: #505050;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.faqbox p {
    color: #505050;
    font-size: 14px;
    line-height: 19px;
}
.payment-edit .flex {
    justify-content: space-between;
    vertical-align: middle;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.payment-edit .col-sm-6.col-xs-12 {
    padding: 0 10px;
}
body .update-plan .payment-edit .submitButton {
    padding: 13px 0 15px !important;
    margin: 0 !important;
}
.payment-type-container img {
    border: solid 1px #D0D0D0;
    border-radius: 7px;
    padding: 8px;
    background: #fff;
}
.updatecontainer .payment-type-detail p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#bodyWrap p.cancel {
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}
#bodyWrap p.cancel a {
    color: #484848 !important;
    border-bottom: solid .5px #919191;
}
.updatecontainer p.confirmtext {
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    padding: 0;
    color: #484848;
    max-width: 170px;
    margin: 0 auto;
}
.updatecontainer p.confirmtext a, .updatecontainer p.confirmtext a:link {
    border-bottom: 0.5px solid #919191;
    color: #484848 !important;
}
.updatecontainer p.confirmtext a:hover {
  color: #7252A2 !important;
}
.plan-changes-container .billingplancontainer {
    display: block;
    margin: 0 0 15px;
}
.updatedmonthlyplan.flex {
    border-top: 0.5px solid #CDCDCD;
    justify-content: space-between;
    padding: 30px 0;
    margin: 20px 0 0;
}
body .update-plan .billing-seats-change .submitButton {
    background: #7252A2;
    padding: 13px 0 15px !important;
    margin: 0 !important;
}
.pricing-contianer h6 {
    text-align: center;
    font-size: 42px;
    padding: 0 0 20px;
    margin: 0;
    line-height: 1;
}
.demo #freetrial {
  background:url(/img/demo-bg.jpg);
  background-size: cover;
  position: relative;
}
.contact .demo #freetrial {
  background:url(/img/contact-banner.jpg);
  background-size: cover;
  position: relative;
}
.demo #freetrial:before {
    background: rgba(99,68,146,.6);
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.demo h1 {
    color: #fff;
    font-size: 30px;
    line-height: 41px;
}
.demo #freetrial .pricing-contianer {
    background: #fff;
    display: block;
    padding: 25px 30px 40px;
    border-radius: 5px;
    margin: 40px 0 0 auto;
    width: 100%;
    max-width: 357px;
}
.contact .demo #freetrial .pricing-contianer {
    max-width: 639px;
}
.demo .row {
    margin: 0 -5px;
}
.demo .col-sm-6.col-xs-12, .demo .col-sm-12.col-xs-12 {
    padding: 0 5px;
}

.demo input[type=text], .demo input {
    width: 100% !important;
    max-width: 100% !important;
}
.demo .recaptcha .col-sm-12 {
    padding: 20px 6px 0;
}
.demo .g-recaptcha, .g-recaptcha > div {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}
.contact #freetrial .pricing-contianer p {
    text-align: left;
    font-size: 14px;
    color: #686868;
    margin: 10px 0;
    max-width: 100%;
}
.contact #freetrial .flex label {
    padding: 0;
    margin: 0 10px;
    width: auto;
    line-height: 1;
}
.demo .flext input[type=text], .demo .flex input {
    width: 40px !important;
    max-width: 15px !important;
    height: 15px;
}
.contact .flex {
    display: flex;
    padding: 0 0 10px;
}
.contact textarea {
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #D0D0D0;
    font-family: 'AvenirLTStd-Medium';
    outline: 0px;
    padding: 8px 10px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    width: 100% !important;
    border-radius: 5px;
    display: block;
    background: #fff;
}
.register #footWrap.notloggedin.general {
    border-top: solid 1px #D9D9D9;
}
#features .image-container {
    display: block;
    position: relative;
}
#features .image-container:after {
    display: block;
    position: absolute;
    background: url(../img/dropshadow.png);
    background-size: cover;
    width: 100%;
    height: 15px;
    content: '';
    bottom: -15px;
    max-width: 337px;
    right: 0;
}
#features .even .image-container:after {
    right: auto;
    left: 0;
}
.regsection .tipWrap h3 {
    padding: 0;
}
.manage-users td {
    position: relative;
    overflow: visible;
}
#menu {
    position: absolute;
    right: 15px;
    background: #fff;
    top: 42px;
    width: 150px;
    display: none;
    z-index: 100;
}
#menu ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}
#bodyWrap #menu ul li a {
    color: #686868;
    padding: 0 0 5px;
    display: block;
}
#bodyWrap #menu ul li a:hover {
    color: #D6388D;
}
#trialcounter {
    padding: 25px 0;
    margin: 0 auto;
    width: 100%;
    overflow: visible;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#trialcounter .flex {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}
#trialcounter p {
    font-size: 18px;
    line-height: 25px;
    color: #A254A1;
    font-weight: 400;
    font-family: 'AvenirLTStd-Medium';
    padding: 0;
    margin: 0;
}
.regsection a.bttn:hover {
    text-decoration: none;
}
#trialcounter.regsection a.bttn {
    margin: 0 20px;
}
.ui-dialog .ui-dialog-title {
    font-size: 20px;
    line-height: 27px;
    color: #A254A1;
    font-family: 'AvenirLTStd-Medium';
}
#sessionTimeout-dialog {
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    font-family: 'AvenirLTStd-Medium';
    padding: 20px 20px 10px;
        text-align: center;
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    display: inline-block;
    border-radius: 7px;
    font-family: 'AvenirLTStd-Medium';
    font-size: 10px;
    margin: 10px 10px 6px !important;
    background: #634294;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background: #634294;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: #FDFCFC;
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    display: flex;
    justify-content: center;
}
span.radiobtn {
    width: 15px !important;
    height: 15px;
    position: relative;
    display: inline-block;
    background: #fff;
    border: solid 1px #8E8E8E;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.creditcardoption img {
    padding: 0 0 5px;
}
span.radiobtn input[type=radio] {
    height: 15px !important;
    width: 15px !important;
    display: inline-block;
    background: transparent;
}
span.radiobtn input[type=radio]:hover {
    background: #fff;
}
span.radiobtn input[type=radio]:checked {
    background: #9E349E;
    height: 15px!important;
    width: 15px !important;
    line-height: 1;
    border: solid 3px #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -1px;
    left: -1px;
    max-width: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
}
span.radiobtn input[type=radio] {
    height: 15px;
    width: 15px !important;
    display: block;
    background: transparent;
}
.inlineblock {
    display: inline-block;
    position: relative;
    padding-right:20px;
}
.sidebar-menu {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu ul li {
    position: relative;
    padding: 0;
}
#bodyWrap .sidebar-menu ul li a {
    color: #000;
    position: relative;
    padding: 13px 0;
    display: block;
  }
#bodyWrap .sidebar-menu ul li a:hover {
    color: #B65E8D;
}
.sidebar-menu ul li a:after {
    position: absolute;
    content: '';
    background: #E8E8E8;
    width: 200%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.sidebar-menu ul li a:hover:after {
    background: #B65E8D;
}
#bodyWrap .sidebar-menu ul li a:hover:before {
    content: "\f054";
    font-family: "fontawesome";
    position: absolute;
    right: 0;
    bottom: 14px;
    font-size: 12px;
}
.content-main {
    background: #fff;
    padding: 70px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#content-container {
    position: relative;
}
#content-container:before {
    background: #fff;
    content: '';
    position: absolute;
    bottom: 0;
    width: 1000%;
    left: 0;
    height: 100%;
    z-index: 1;
    margin: -300px;
}
#content-container .container {
    position: relative;
    z-index: 100;
}
input#submitButtons.text.violet {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    width: auto;
    max-width: inherit !important;
    margin: 0;
    text-align: right;
    color: #D6388D;
    font-size: 14px;
    line-height: 19px;
}
input#submitButtons.text.violet:hover {
  color: #823a82;
}
body .buttons-container .submitButton {
    margin: 0 20px 20px 0 !important;
    display: inline-block;
}

.buttons-container {
    width: 50%;
}
.flex.buttons-bottom {
    padding: 20px 0 0;
    align-items: center;
    clear: both;
}
.category.last {
    margin: 0 !important;
}
.grouped-inputs.dilation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.grouped-inputs.dilation span.inputTextLeft {
    display: inline-block;
    padding: 0 10px!important;
    line-height: 1 !important;
    margin: 0;
    min-height: auto;
}
.input-box-single {
    padding:10px 0;
}
#trialcounter .col-md-12 {
    padding: 0;
}
.typeoffields-container {
    border: solid 1px #000;
    padding: 0;
}
.typeoffields-container .row {
    border-bottom: solid 1px #000;
    padding: 0;
    margin: 0;
}
.typeoffields-container .row:last-of-type {
    border-bottom: none;
}
.typeoffields-container .row .col-md-4:first-of-type {
    border-left: none;
}
.typeoffields-container .row .col-md-4 {
    border-left: solid 1px #000;
    padding: 20px;
}
.typeoffields-container img {
    width: 100%;
    height: auto !important;
        max-width: 200px;
}
.flex.buttons-bottom .buttons-container {
    width: 85%;
}
.fromna {
    padding: 20px 0 0;
}
#content-container .content-main img.floatleft {
    display: block;
    padding: 0 20px 20px 0;
    width: 40%;
    float: left;
}
.topheading i.las.la-briefcase {
    display: block;
    font-size: 40px;
    color: #614391;
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -20px;
}
.radio-container {
    display: block;
    clear: both;
}
.radio-container input {
    float: left;
}
.radio-container label {
    width: auto;
    float: left;
    padding: 0 6px;
    line-height: 1.2;
    margin: 0 0 30px;
}
form#calculator #gestational_age_row, form#calculator #EDDrow, form#calculator #calculate_target_date_button_row, form#calculator #calculate_target_date_text_row {
  display: none;
}
form#calculator > section {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
form#calculator > section .row {
  align-items: center;
  position: relative;
}
form#calculator #EDD_row, form#calculator #targetDate_text_row {
    display: none;
}
form#calculator {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#caluclate_dropdown_row {
    width: 100%;
}
#form h3 {
    text-align: left;
    color: #7252A2;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 0 0 25px;
    margin: 0;
}
form#calculator > .bgwhite .row:before {
    content: '';
    background: #fff;
    height: 100%;
    width: 66%;
    position: absolute;
    left: 15px;
    margin-left: 0;
}
section.bgwhite .row {
    padding: 15px 0;
}
#form p {
    padding: 0;
    margin: 0;
}
form#calculator section#selectText {
    margin: 0 0 10px;
}
.os-lightbox {
  display:none;
  z-index:900;
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  padding:0px;
  margin:0px;
  width:100%;
  height:100%;
}
.os-lightbox .os-lightbox-overlay {
  z-index:901;
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  padding:0px;
  margin:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.4);
}
.os-lightbox .os-lightbox-frame {
  background:#FFF;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:90%;
  height:auto;
  max-width:510px;
  max-height:510px;
  overflow:auto;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.os-lightbox .os-lightbox-content {
  padding:40px 20px 20px;
  text-align:left;
}
.os-lightbox .os-lightbox-close {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 20px;
    height: 20px;
}
.os-lightbox .buttons {
  padding:10px 0px 20px;
}
.os-lightbox .disclaimer {
  margin-right:20px;
}
.os-lightbox .disclaimer.no {
  color: #4699e2;
  background-color: #FFFFFF;
  border:1px solid #4699e2;
}
.estiamtedrow {
    justify-content: start;
    align-items: center;
}
.estiamtedrow label {
    width: auto;
}
.estiamtedrow a#calculate {
    color: #7252A2;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    padding: 0;
    cursor: pointer;
}
.estiamtedrow {
    justify-content: space-between;
    align-items: center;
    display: flex;
    max-width: 260px;
}
#form.lb h2 {
    color: #614391;
    font-size: 24px;
    padding: 0;
    margin: 0 0 30px;
}
#form.lb .form-inner {
    padding: 0;
}
#form.lb p {
    font-size: 12px;
    color: #686868;
}
#form.lb section#dateToday_row {
    display: none !important;
}
body #form.lb .submitButton {
    display: inline-block;
    padding: 9px 20px 10px !important;
    margin: 25px 0 20px !important;
    color: #fff;
}
body #form.lb section#EDD-input-row .submitButton {
    margin: 25px 0 0 !important;
}
.os-lightbox .os-lightbox-close:before {
    content: '\f00d';
    cursor: pointer;
    font-family: "fontawesome";
    font-size: 20px;
}
#form.lb {
  padding:0;
}
#form.lb #calculator > section {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
#form.lb form#calculator > .bgwhite .row:before {
    content: '';
    background: #F9F5FF;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
}
#form.lb .radio-container label {
    width: auto;
    float: left;
    padding: 0 6px;
    line-height: 1;
    margin: 0;
}
#form.lb .category {
    background: #FFF;
}
@media all and (min-width: 576px) and (max-width: 1200px) {
  body .container, body .container-lg, body .container-md, body .container-sm {
      max-width: 100%;
  }
  .row.faq-container {
    padding: 0 15px;
  }
}
@media all and (max-width: 1150px) {
#internal-banner .text-container {
    padding: 0 0 0 15px;
  }
}
@media all and (max-width: 1100px) {
.across-container .section-container {
	  display: block;
	  padding: 20px;
	}
	.across-container.stats_time .section-container {
	  display: flex;
	}
}
@media all and (max-width: 1015px) {
	.across-container.stats-comp tr.responsive, .across-container.stats-comp tr.responsive td, .across-container.stats-comp tbody, .across-container.stats-comp table, .across-container.stats-comp th, .across-container.stats-comp thead, form.across-container.stats-comp, .across-container.stats-comp thead tr {
	    display: block;
	    width: 100%;
	    float: none;
	}
}
@media all and (max-width: 991px) {
	#menuWrap .image {
	  max-width: initial;
	  flex: none;
	  position: absolute;
	  z-index: 1001;
	  display: inline-block;
	  margin: 0 auto;
	  text-align: center;
	  width: auto;
	  left: 50%;
	  margin-left: -92.5px;
      line-height: 70px;
	}
  #menuWrap.notloggedin .navbar-light .navbar-nav .nav-link, #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a {
    background: #fff;
    padding: 15px;
    margin: 0;
  }
  #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a {

  }
  #menuWrap.notloggedin .image {
    left: 0;
    margin-left: 0;
    height: 100%;
  }
  #menuWrap .image img {
    max-width: 155px;
  }
  #menuWrap .text {
    text-align: right;
    flex: 0 0 100%;
    max-width: 100%;
		z-index: 1;
  }
	#menuWrap nav.navbar.navbar-expand-lg.navbar-light {
	  padding: 0;
	}
  #menuWrap .navbar-toggler {
    padding:29px 20px 12px;
  }
  #menuWrap .text-container {
    display: block;
    text-align: right;
    float: none;
    z-index: 100001;
    position: relative;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: none !important;
  }
  #menuWrap .navbar-toggler {
    padding: 25px 14px 16px 14px;
    margin-left: auto;
    margin-right: 0;
  }
  #menuWrap .text-container {
    text-align: left;
  }
  #navbarSupportedContent {
    background-color: #FFFFFF;
    position: absolute;
    top: 71px;
    width: 100%;
  }
  #menuWrap .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1.2;
    padding: 13px 20px 10px;
    background: #6a489c;
    border-top: solid 1px #7E61AA;
    font-family: 'AvenirLTStd-Roman';
  }

  #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(3) a {
    padding: 15px;
    margin: 0;
    border-radius: 0;
    color: #7C7D80;
    letter-spacing: inherit;
    font-weight: 400;
  }
  #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(2) a {
    padding: 15px;
    margin: 0;
    border-radius: 0;
    letter-spacing: inherit;
    font-weight: 400;
  }

  #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:nth-last-child(1) a {
    letter-spacing: inherit;
    font-weight: 400;
  }


  #menuWrap.notloggedin .navbar-light .navbar-nav li {
    padding: 0;
  }
  #menuWrap.loggedin .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1.2;
    padding: 13px 20px 10px;
    background: #fff;
    border-top: solid 1px #7E61AA;
    font-family: 'AvenirLTStd-Roman';
  }
  #menuWrap.notloggedin .navbar-light .navbar-nav li:hover > a:before {
    content: none;
  }
  #menuWrap.notloggedin .navbar-light .navbar-nav li.nav-item:last-child a:link {
    border-radius: 0;
    background-color: #FFFFFF;
    color: #7C7D80;
    border-top: solid 1px #7E61AA;
  }
  .navbar .dropdown-menu {
    border-radius: 0;
  }
  #menuWrap.notloggedin .navbar-light .navbar-nav .nav-link {
    background: #fff;
  }
  #menuWrap li.nav-item:last-child a:before {
    position: absolute;
    right: 20px;
  }
  #menuWrap .navbar-light .navbar-nav li.nav-item:last-child a {
    border-radius: 0 0 10px 10px;
    border-left:none;
  }
  #menuWrap li.nav-item:last-child a:after {
    display:none;
  }
  #menuWrap .row {
    position: relative;
  }
  #menuWrap .navbar-light .navbar-nav .nav-link:hover {
    background: #6A489C;
  }
  #menuWrap .navbar-light .navbar-nav .show .nav-link {
    background: #48326B;
  }
  #menuWrap .navbar-light .navbar-nav .show .nav-link {
    position: relative;
  }
  #menuWrap .navbar-light .navbar-nav .show .nav-link:before {
    content: '\f078';
    position: absolute;
    color: #fff;
    font-family: "fontawesome";
    right: 21px;
  }
  .navbar .dropdown-menu {
    padding: 0 0 15px;
  }
  .navbar a.dropdown-item.title {
    font-family: 'AvenirLTStd-Medium';
  }
  .navbar a.dropdown-item {
    font-family: 'AvenirLTStd-Light';
  }
  #internal-banner .image {
    height: 575px;
  }
  #internal-banner .text-container h1 {
    font-size: 38px !important;
    line-height: 45px !important;
    padding: 20px 0 0;
  }
  .inviteupgrade {
    width: 75%;
    margin: 0 2% 0 0;
  }
  .userinfo a.bttn {
    width: 23% !important;
  }
}
@media all and (max-width: 940px) {
  .grouped-inputs input {
    margin:0 3px 10px;
  }
}
@media all and (max-width: 860px) {
  #internal-banner .text-container h1 br {
      display: none;
  }
}
@media all and (max-width: 810px) {
  #footWrap.notloggedin .footer-bottom ul {
      list-style: none;
      padding: 20px 0;
      margin: 0;
      display: block;
      flex-direction: unset;
      flex-wrap: inherit;
      max-width: 250px;
      flex: 1;
      text-align: left;
  }
  #footWrap.notloggedin .footer-bottom ul li {
    display: inline-block;
    position: relative;
    width: 49%;
    padding: 0 0 10px;
  }
  #footWrap.notloggedin .footer-bottom .container > div {
    text-align: left;
  }
  #footWrap.notloggedin .footer-bottom ul li:before {
    content: none;
  }
  #footWrap.notloggedin {
    padding: 0;
  }
  #footWrap.notloggedin .footer-bottom .container > div {
    text-align: left;
    float: none !important;
    padding: 30px 0 0;
    display: block !important;
    position: relative;
  }
  #footWrap.notloggedin .footer-bottom .container > div:last-of-type:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 300%;
    background: url(../img/border-bg.jpg);
    left: -100%;
    top: 0;
    background-repeat: repeat-x;
  }
}
@media all and (max-width: 800px) {
  .grouped-inputs input {
      float: none;
  }
  .grouped-inputs span.inputTextLeft {
    float: none;
  }
  .grouped-inputs input {
    margin: 0 1px 10px;
  }
  .grouped-inputs:first-of-type span.inputTextLeft {
    padding: 15px 7px 0 5px;
  }
  #overview h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 789px) {
  #freetrial .pricing-contianer:last-of-type {
      margin: 30px auto 0;
  }
  .demo #freetrial .pricing-contianer:last-of-type {
    margin: 30px auto;
  }
  #internal-banner .text-container.pricing {
    position: absolute;
    padding-top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
	.across-container.stats_time .section-container {
	  display: block;
	}
	.stats_time .chosen-container.chosen-container-single, .stats_time input[type=text] {
	  max-width: 100% !important;
	  margin: 5px 0;
	}
}
@media all and (max-width: 767px) {
  .estiamtedrow {
      max-width: 100%;
  }
  #form.lb section#LMP_row .col-md-4, #form.lb section#DOC_row .col-md-4 {
    margin: 0 0 10px;
  }
  #form.lb h3 {
    padding: 0;
  }
  .category .form-inner section#EDD-input-row .col-md-4 {
    margin: 0 0 10px;
  }
  form#calculator > section {
    padding: 0 !important;
  }
  .col-md-4.none {
    display: none;
  }
  form#calculator > .bgwhite .row:before {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  section.bgwhite .row {
    margin: 0;
  }
  #profile-details #leftContent {
    padding: 10px 15px;
  }
  .typeoffields-container .row .col-md-4 {
    border-left: none;
  }
  .calendaricon {
    max-width: 100% !important;
  }
  .sidebar-menu {
    border-radius: 8px 8px 0 0;
  }
  #content-container .content-main {
    border-radius: 0 0 8px 8px;
  }
  .grouped-inputs.selectoption {
    display: flex;
    padding: 0 0 10px;
    width: 100%;
    flex-wrap: wrap;
  }
  .grouped-inputs.selectoption:first-of-type span.inputTextLeft {
    padding: 0px 10px 10px 0px;
  }
  .grouped-inputs.selectoption input {
    float: none;
    clear: both;
    display: block;
    margin: 0 20px 0 0;
  }
  .grouped-inputs.selectoption input {
    float: none;
  }
  .grouped-inputs input {
    margin: 0 3px 10px;
  }
  .grouped-inputs:first-of-type span.inputTextLeft {
    padding: 15px 10px 0 5px;
  }
  .grouped-inputs input {
      float: left;
  }
  .grouped-inputs.selectoption span.inputTextLeft {
    float: left;
  }
  .grouped-inputs span.inputTextLeft {
    float: left;
  }
  #profile-details:before {
    content: none;
  }
  #rightGraph {
    order: 1;
  }
  #leftContent {
    order: 2;
  }
  .select-container, .calendar-container, input[type=text], input[type=password], input, textarea, select, .chosen-container {
    max-width: 100% !important;
  }
  .category .form-inner .col-md-4 {
    margin: 10px 0;
  }
  .category .form-inner .col-md-3 {
    margin: 10px 0;
  }
  .category .form-inner .col-md-6 {
    margin: 10px 0;
  }
  .select-container {
    padding: 6.5px 5px;
    position: relative;
  }
  .select-container select {
    float: none;
  }
  body .category select {
      /*-webkit-appearance: none !important;
      border: none;
      box-shadow: none;
      float: none;
      padding: 6px !important;
      margin: 0;
      line-height: 1;*/
      width:100%;
  }
  #welcome h2.intro, #welcome p.intro {
    text-align: center;
  }
  #welcome p.intro {
    text-align: center;
    padding: 10px 0 0;
  }
  .regsection {
    padding: 60px 0;
    overflow: hidden;
  }
  .regsection h3 {
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 30px;
  }
  #overview .col-md-4 {
    padding: 0 20px 50px;
  }
  #features .col-md-6.image img {
    float: none;
  }
  #features .row {
  margin: 0 15px;
  padding: 50px 0;
  text-align: center;
  }
  #features .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #features .innertext {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0;
  }
  #features h3 {
    text-align: center;
  }
  #features .even .innertext {
    float: none;
  }
  #features .even .row .image img {
    float: none;
  }
  #features .even .row .image {
    order: 1;
  }
  #features .even .row .text {
    order: 2;
  }
  #internal-banner .col-md-6 {
    width: 50%;
  }
  #internal-banner .inner-text-container {
    padding: 0;
  }
  #internal-banner .col-md-12.pricing {
    text-align: center;
  }
  .category .passcode-text:before {
    top: 7px;
  }
  .demo .g-recaptcha, .g-recaptcha > div {
    width: 304px !important;
    margin: 0;
  }
  #faq-container {
    padding: 50px 15px;
  }
  #features .image-container {
    display: inline-block;
  }
  .register .privacypolicy {
    display: block;
  }
  .register .privacypolicy p {
      display: block;
  }
  ._50 {
    width: 100%;
  }
  #content-container .content-main {
    padding: 10px 20px 20px;
  }
  #content-container .content-main.only {
    padding: 30px 20px;
    border-radius: 8px;
  }
  .sidebar-menu {
    padding: 20px;
  }
  #content-container .content-main img.floatleft {
    display: block;
    padding: 0 0 20px 0;
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 700px) {
	.across-container.stats_tableComp td {
	  display: block;
	  width: 100%;
	}
	.across-container.stats_tableComp td.mobile-none {
	  display: none;
	}
	.stats_tableComp input#begin, .stats_tableComp input#end {
	  max-width: 100% !important;
	}
	.across-container.stats_tableComp .section-container {
	  display: block;
	}
  .ataglance {
    padding: 50px 0;
    display: block;
  }
  .ataglance .box {
    width: 50%;
    float: left;
    margin: 20px auto 0;
  }
  .ataglance .box:nth-child(2):after, .ataglance .box:nth-child(4):after {
    content: none;
  }
}
@media all and (max-width: 650px) {
	.across-container.stats_tableComp td {
	  width: 100%;
	  display: block;
	}
	.across-container.stats_tableComp .section-container {
	  display: block;
	  padding: 0;
	}
	.stats_tableComp input#begin, .stats_tableComp input#end {
	  max-width: 100% !important;
	}
  #logos .box-container {
    display: block;
  }
  #logos .box {
    padding: 0 32px 50px;
  }
  #logos .box:last-of-type {
    padding: 0 32px 0;
  }
  #counter .counter-container {
    display: block;
    text-align: center;
  }
  #counter h4 {
    padding: 20px 0 0;
  }
  #freedemo:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.2);
    left: 0;
    top: 0;
  }

.floatleft.width50 {
  width: 100% !important;
  float: none;
  text-align: left !important;
}
#footWrap .footer-bottom ul {
    display: block;
    text-align: center;
  }
  .copyright {
    display: block !important;
    float: none !important;
    margin: 20px 0 0;
    border-top: solid 1px #D9D9D9;
    padding: 20px 0 0;
    text-align: right;
  }
}
@media all and (max-width: 600px) {
  .userinfo {
      display: block;
  }
  .inviteupgrade {
    width: 100%;
    margin: 0 0 20px;
  }
  .userinfo a.bttn {
    width: 100% !important;
  }

}
@media all and (max-width: 1630px) {
  #internal-banner .text-container .inner-image{
    padding: 0;
    margin-right: -30px;
  }
}

@media all and (max-width: 575px) {
  #footWrap {
    text-align: center;
  }
  #footWrap .container > div {
    float: none !important;
    display: block !important;
    padding-top: 10px;
  }
  .select-container {
      padding: 13px 10px 10px;
      position: relative;
  }
  .mutiselect .select-container {
    padding: 13px 10px 10px;
  }
  #internal-banner .col-md-6 {
    width: 100%;
  }
  #internal-banner .text-container {
    padding: 50px 0;
    left: 2vh;
  }
  #internal-banner .inner-text-container {
    padding: 0 15px;
  }
  .row.creditcardoption .col-sm-3.col-xs-12 {
    padding: 0 5px 15px;
  }
  .row.creditcardoption .col-sm-3.col-xs-12:last-of-type {
    padding: 0 5px;
  }
  .row.statezip .col-sm-6.col-xs-12.field {
    padding: 0 15px 20px;
  }
  .row.statezip .col-sm-6.col-xs-12.field:last-of-type {
    padding: 0 15px 0px;
  }
  body .update-plan .payment-edit .submitButton, body .update-plan .billing-seats-change .submitButton {
    margin: 30px 0 0 !important;
  }
  .col-sm-3.col-xs-12.cc, .col-sm-3.col-xs-12.ach{
      flex: 0 0 100%;
      max-width: 100%;
  }
  ._33 {
    width: 100%;
  }
  ._timeBox {
    width: 100%;
  }
  ._16 {
    width: 100%;
  }
  .billingseats label {
    padding: 20px 0 0;
  }
  .regsection a.bttn, .regsection a.bttn.bttn-secondary {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  .creditcardoption {
    display: block;
  }
  .creditcardoption .inlineblock {
    display: block;
    margin: 0 0 5px;
  }
  #internal-banner .image {
    padding: 16px;
  }
}
@media all and (max-width: 450px) {
  .usercontainer {
      display: flex;
      justify-content: start;
      align-items: start;
      flex-direction: column;
  }
  .userinfo-cell {
    padding: 10px 0 0;
  }
  .manage-users table p, .manage-users table a {
    padding: 0;
    margin: 0;
    font-size: 13px !important;
  }
  .manage-users #profile-details .table th {
    font-size: 13px;
  }
  .manage-users .table td, .manage-users .table th {
    padding: 5px;
  }
  #internal-banner .text-container h1 {
    text-align: center;
  }
  #internal-banner .inner-text-container {
    text-align: center;
  }
  #trialcounter .flex {
    display: block;
  }
  #trialcounter p {
    margin: 0 0 10px;
  }
  #rightGraph {
    overflow: scroll;
  }
}

@media all and (max-width: 414px) {
  body table.dataTable thead th, body table.dataTable tfoot th {
    font-size: 11px;
  }
  #logos .logo-container {
    height: 150px;
    width: 150px;
  }
  #internal-banner .pricing-contianer {
    padding: 30px;
  }
  .updatecontainer label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 375px) {
  body .submitButton {
    font-size: 8px;
  }
  .update-plan .pad {
    padding: 30px 20px;
  }

}
@media all and (max-width: 320px) {
  .grouped-inputs:first-of-type span.inputTextLeft {
    padding: 15px 7px 0 5px;
  }
  .grouped-inputs input {
      float: none;
  }
  .grouped-inputs span.inputTextLeft {
    float: none;
  }
}
