body,.maincontent-section p, .maincontent-section li,label  {
	font-size:14px;
	line-height:23px;
	font-weight:400;
}

.alertslinkcolor, a.alertslinkcolor:hover, a.alertslinkcolor:link, a.alertslinkcolor:active, a.alertslinkcolor:visited {
	color:#9b243e;
	text-transform:uppercase;	
}
.maincontent-section-home {
	padding:53px 0 0 0;
}
.maincontent-section-home2 {
	padding:60px 0 0 0;
}
.maincontent-section-subpage {
	padding:40px 0 0 0;
}
p {
	margin-bottom:15px;
}
p.smallp {
	margin-bottom:10px;
}
p.tinyp {
	margin-bottom:5px;
}
.required {
	color:#ff0000;
	font-size:20px;	
}
input[type="text"],input[type="password"],select,textarea {
	height:40px;
	background-color:#f6f6f6;
	border:1px solid #dbdbdb;
	width:100%;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
	-webkit-appearance:none;
}
textarea {
	padding-top:5px;
	padding-bottom:5px;
}
input[type="text"],input[type="password"],select {
	box-shadow: 0px -2px #e8e7e7 inset;
}
input[type="radio"],input[type="checkbox"] {
	width:24px;
	height:24px;
}
textarea {
	height:110px;
	line-height:23px;
}
select:required:invalid {
   color: #b9baba;
}
option[value=""][disabled] {
      display: none;
      }
 option {
      color: #525762;
 }
 h1 {
	 line-height:1.3;
 }
 .maincontent a {
	color: #00729a;
 }
.input-dollars {
	position:relative;
}
.input-dollars:before {
	content:'$'; 
	position:absolute;
	display:inline-block;
	left:8px;
	top:10px;
	font-size:14px;
	z-index:1;
	color:#8d8e9d;
}
.maincontent-section-grayframe {
	background-color:#f6f6f6;
}
.maincontent-section:last-child {
	padding-bottom:75px;
}
.maincontent-section-margintop {
	margin-top:40px;
}
.maincontent-inner-whitebox {
	background-color:#ffffff;
}
.maincontent-inner-accstatus-box {
	padding:35px 30px 43px 30px;
}
.maincontent-inner-form {
	background-color:#ffffff;
	padding:35px 17% 35px 17%;
}
.maincontent h2 {
	color:inherit;
	line-height:44px;
	font-size:37px;
	margin-bottom:18px;
}
 h2.h2-small,h3.h3-small  {
	color:#95243e;
	font-size:19px;
	line-height:23px;
	font-weight:600;
	text-align:left;
	margin-bottom:20px;
}
h2.h2-smallblue,h3.h3-smallblue  {
	color:#00729a;
}
 h2.h2-smaller,h3.h3-smaller {
	font-size:16px;
	line-height:23px;
	color:#9b243e;
	font-weight:600;
	margin-bottom:10px;
	text-align:left;
}
.maincontent-inner-form  label,.maincontent-inner-form   input,.maincontent-inner-form textarea {
	display:block;
}
.maincontent-inner-form label {
	margin-top:20px;
	margin-bottom:2px;
}
.maincontent-inner-form input[type="text"]+input[type="text"] {
	margin-top:10px;
}
.maincontent-inner-acctinfo {
	background-color:#ffffff;
	padding:15px 50px 31px 38px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.maincontent-inner-acctinfo > div  {
	padding-right:20px;
	width:33%;
}
.maincontent-inner-acctinfo > div > div {
	margin-top:35px;
}
.maincontent-inner-acctinfo > div > div > p:last-child {
	margin-bottom:0;
}
.maincontent-inner-acctinfo a {
	font-weight:600;
}
.acctinfo-list > span {
	display:block;
	margin-bottom:8px;
	line-height:16px;
}
p.acctinfo-list,div.acctinfo-list {
	margin-bottom:20px;
}
div.acctinfo-list {
	position:relative;
}
div.acctinfo-list label {
	font-weight:600;
	line-height:16px;
}
::placeholder {
	color:#b9baba;
	opacity:1;
}
:-ms-input-placeholder {
	color:#b9baba;
	opacity:1;
}
::-webkit-input-placeholder {
	color:#b9baba;
	opacity:1;
}

.maincontent-inner-document {
	background-color:#ffffff;
	padding:20px 30px 30px 30px;
}
.flex-documents {
	padding-bottom:30px;
	padding-top:30px;
}
.flex-documents  > div {
	border-bottom:1px solid #cacccf;
	padding:10px 10px 10px 20px;
	position:relative;
	font-weight:600;
	line-height:16px;
	display:flex;
	align-items:center;
	min-height:60px;
	flex-wrap:wrap;
}
.flex-documents > div:first-child {
	border-top:1px solid #cacccf;
}
.flex-documents  > div:nth-child(even) {
	background-color:rgba(0,114,154,.03);
}
.flex-documents   > div > a:first-child,.document-description {
	width:calc(100% - 100px);
	max-width:calc(100% - 100px);
}
.flex-documents > div > a:nth-child(2){
	margin-left:auto;
}
.flex-documents > div > a.small-icon-svg {
	padding-left:15px;
}
.document-sort {
	font-size:16px;
	font-weight:500;
}
.document-sort > span:first-child {
	margin-right:10px;
}
.document-sort > .sep {
	margin-left:10px;
	margin-right:10px;
}
.document-description {
	font-size:12px;
	font-style:italic;
	padding-left:25px;
	position:relative;
	font-weight:400;
	padding-top:7px;
}
.document-description-overflow {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
 
.document-description-overflow:before{
	position:absolute;
	display:inline-block;
	left:7px;
	font-size:16px;
	font-style:normal;
	color:#00729a;
	cursor:pointer;
	content:"[+]";
}
.document-description-showall:before{
	position:absolute;
	display:inline-block;
	left:7px;
	font-size:16px;
	font-style:normal;
	color:#00729a;
	cursor:pointer;
	content:"[-]";
}
#clickmb {
	margin-left:5px;
	cursor:pointer;
	white-space:nowrap;
	font-style:italic;
}
#exceedmb {
	display:none;
	margin-left:5px;
	border:1px solid #d1d1d1;
	padding:5px;
	
}
.delete-item-icon {
	background-image:url(https://clubhouse-intl.org/portal/graphics/Delete-icon.svg);
	height:18px;
	width:15px;
	margin-bottom:3px;
	cursor:pointer;
	opacity:1;
}
.delete-item-icon-hidden {
	height:0;
	width:0;
	margin-bottom:0;
}
.delete-strength-delete-icon {
	background-image:url(https://clubhouse-intl.org/portal/graphics/Delete-icon-rollover.svg);
}
	
.document-upload-box {
	margin-top:48px;
	border:1px solid #00729a;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding:22px;
}
.document-rename-box {
	margin-top:48px;
	border:1px solid #00729a;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-end;
	padding:25px;
}
.document-rename-box input[type="text"] {
	width:350px;
	padding-right:50px;
	margin-top:10px;
}
.document-rename-box input:focus {
	border-bottom:2px solid #00729a;
}
.document-rename-box .color-button {
	margin-top:10px;
	vertical-align:middle;
	margin-left:15px;
}
.document-upload-box > div {
	flex-basis:100%;
	text-align:center;
	
}
.document-upload-entry {
	display:inline-block;
	position:relative;
}
.document-upload-icon {
	background-image:url(../graphics/Edit-icon.svg);
	height:18px;
	width:18px;
	position:absolute;
	right: 17px;
	top:23px;
	z-index:10;
	display:inline-block;
}
hr {
	color:#cacccf;
	background-color:#cacccf;
	height:1px;
	border:0;
}
.form-hr {
	margin:25px 0;
}
.acctinfo-hr {
	margin:50px 0 18px 0;
}
.hr-alt {
	color: rgba(202,204,207,.32);
	background-color: rgba(202,204,207,.32);
}

.select-div {
	position:relative;
	width:100%;
}
.select-div-50 {
	width:50%;
}
.select-div-inline {
	width:auto;
	display:inline-block;
}
.select-div.label-inline > label,.select-div.label-inline > select {
	display:inline-block;
	width:auto;
}
.select-div.label-inline > select {
	height:28px;
}
.select-div > select {
	padding-right:50px;
}
.select-div:after {
	width:38px;
	height:38px;
	background-color:#00729a;
	position:absolute;
	right:1px;
	top:1px;
	pointer-events:none;
	display:block;
	content: "\f107";
	font-family: 'icomoon' !important;
	font-size:24px;
	line-height:40px;
	text-align:center;
	color:white;
	border-left:1px solid #dbdbdb;
}
.select-div.label-inline:after {
	height:26px;
	width:26px;
	font-size:16px;
	line-height:26px;
}
.select-div.select-resource > select {
	width:250px;
	max-width:250px;
	margin-bottom:4px;
}
.flex-container {
	display:flex;
}
.flex-wrap {
	flex-wrap:wrap;
}
.flex-space-between {
	justify-content:space-between;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-align-center {
	align-items:center;
}
.flex-align-bottom {
	align-items:flex-end;
}
.flex-form-splitline > div {
	width:49%;
}
.acctinfo-checkboxes {
	padding-bottom:15px;
}
.acctinfo-checkboxes  > div:not(:last-child) {
	margin-bottom:10px;
}
.icon-boxes {
	text-align:center;
}
p+.icon-boxes {
	margin-top:30px;
}
#mostrecentdatasurvey {
	cursor:pointer;
	color: #00729a;
	font-weight:600;
}
#mostrecentdatasurvey:hover {
	text-decoration:underline;
}
.icon-boxes > a {
	width:493px;
	height:410px;
	color:#ffffff;
	margin-top:7px;
	margin-bottom:7px;
	background: linear-gradient(0deg, #145773 0%, #0F3F5E 100%);
	position:relative;
	padding:27px 55px 0 55px;
	text-align:center;
	overflow:hidden;
	display:inline-block;
	line-height:1;
}
.icon-boxes > a:nth-child(-n+2) {
/*	margin-top:0;
*/}
.icon-boxes-startups > a:nth-child(-n+2) {
/*	margin-top:0;
*/}
.icon-boxes > a:hover {
	background-image:url('../graphics/Rollover_box.png');
}
.icon-boxes > a:hover .icon-box-arrow {
	background-image:url('../graphics/Rollover-arrow.svg');
}
.icon-boxes-startups > a {
	width:328px;
	padding:27px 25px 0 25px;
}
/* seminars svg uses a mask for the globe area and that doesn't work as an inline svg, so using background image with hover swap */
.icon-box-seminars {
	background-image:url('../graphics/Seminars-icon.svg');
}
.icon-boxes > a:hover .icon-box-seminars {
	background-image:url('../graphics/Seminars-icon-rollover.svg');
}
/* faculty my cases svg uses a mask  and that doesn't work as an inline svg, so using background image with hover swap */
.icon-box-faculty-mycases {
	background-image:url('../graphics/faculty-mycases-icon.svg');
}
.icon-boxes > a:hover .icon-box-faculty-mycases {
	background-image:url('../graphics/faculty-mycases-icon-rollover.svg');
}
/* replace the fill color for the border of the svgs */
.icon-boxes > a:hover .icon-box-svg svg #Page-1 > g > g >  path:first-child {
	fill:#ff910b;
}
/* replace the fill color for the border of the svgs */
.icon-boxes > a:hover .icon-box-svg-startups svg #Page-1 > g > g > g >  path:first-child {
	fill:#ff910b;
}
.icon-boxes > a:hover {
	text-decoration:none;
}
.icon-box-icon {
	width:155px;
	height:155px;
	display:inline-block;
}
.icon-box-text {
	margin-top:18px;
	display:block;
	height:124px;
	overflow:hidden;
	line-height:22px;
	font-size:16px;
}
.icon-box-title {
	font-size:19px;
	display:block;
	font-weight:600;
	margin-bottom:12px;
}
.icon-box-arrow {
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	background-image:url('../graphics/arrow.svg');
	background-repeat:no-repeat;
}
.icon-box-arrow-svg {
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
}
.icon-boxes > a:hover .icon-box-arrow-svg > svg > g#Page-1 > g#Portal > g#arrow > rect#Rectangle {
	fill:#ff910b;
}
.icon-boxes > a:hover .icon-box-arrow-svg > svg > g#Page-1 > g#Portal > g#arrow > path#Combined-Shape {
	fill:#ffffff;
}
.icon-box-bottom-link {
	display:block;
	position:absolute;
	top:355px;
	height:42px;
	overflow:hidden;
	left:0;
	right:0;
	text-align:center;
}
.icon-box-bottom-link > span {
	font-size:16px;
	line-height:22px;
	font-weight:600;
	text-decoration:underline;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	height:100%;
	
}
a.small-icon-svg:hover svg > g#Page-1 > g#Icon-set {
/* replace the fill color for the border of the svgs */
	fill:#9B243e;
	text-decoration:none;
}

.announcements {
	margin-top:23px;
}
.announcements > a {
	width:493px;
	height:135px;
	color:#00729a;
	margin-top:14px;
	position:relative;
	padding:30px 49px 24px 41px;
	overflow:hidden;
	font-weight:600;
	border-left:5px solid #00729a;
	background-color:#eeeeee; 
	display:inline-block;
	line-height:1;
}
.announcements > a > span {
	height:70px;
	overflow:hidden;
	line-height:22px;
	font-size:16px;
	display:block;
}
.announcements > a:nth-child(-n+2) {
/*	margin-top:0;
*/}
.arrow-right-down,.arrow-right-down:after {
	vertical-align:bottom;
}
.arrow-right-down:after {
    content: "\f107";
	font-family: 'icomoon' !important;
	margin-left:15px;
	font-size:26px;
	display:inline-block;
}
.arrow-right-down {
	font-size:26px;
	display:inline-block;
}
.nav-main-wide a.myclubhouse-box {
	background-color:#9b243e;
	color:white;
	font-weight:500;
	padding:0 25px;
	height:55px;
	position:absolute;
	right:0;
	top:-5px;
	font-size:16px;
	line-height:55px;
	z-index:9996;
	text-align:center;
	transform:none;
}
.nav-main-wide a.myclubhouse-box.select,.nav-main-wide a.myclubhouse-box.current {
	background:none;
	background-color:#9b243e;
}
.nav-main-wide a span {
	padding:0 22px;
}
.nav-main-faculty {
	text-align:right;
	padding-right:250px;
}
.nav-main-faculty a span {
	padding:0 22px;
}
.logo-img {
	width:auto;
	padding:35px 0;
}
.top-hdr-logo-portal {
	padding:43px 0 37px 0;
	display:block;
}
.top-hdr-logo-portal-generatepdf { /* for use in generating PDF with regular clubhouse logo */
	padding:43px 0 50px 0;
	display:block;
	max-width:485px;
	max-height:74px;
}
.top-hdr-links-portal {
	padding-top:15px;
	font-weight:500;
	color:#999999;
	position:absolute;
	right:0;
	top:0;
	margin-right:2px;
	display:flex;
	align-items:center;
	line-height:16px;
}
.top-hdr-links-portal > a {
	color:#999999;
}
.top-hdr-links-portal > span {
	pointer-events:none;
	margin-right:3px;
	display:inline-block;
	padding-left:14px;
	margin-top:-1px;
}
.colorbar {
line-height:1.2;
}
.colorbar-link > a {
	font-size:17px;
	padding-right:25px;
	padding-left:25px;
	line-height:40px;
	height:40px;
}
.colorbar-link > a:after,.colorbar-link > a:before {
	display:none;
}
.document-tabs {
	display:flex;
	flex-wrap:wrap;
}
/*.document-tabs > div {
	width:150px;
	color:#626568;
	background-color:rgba(98,101,104,.11);
	margin-right:1px;
	margin-top:1px;
	text-align:center;
	height:45px;
	line-height:45px;
	font-size:16px;
	font-weight:500;
	cursor:pointer;
}*/
.document-tabs > div {
	width:110px;      /* 120px mjfcommunications */
	color:#626568;
	background-color:rgba(98,101,104,.11);
	margin-right:1px;
	margin-top:1px;
	text-align:center;
	height:45px;
	line-height:45px;
	font-size:11px;    /* 14px mjfcommunications */
	font-weight:500;
	cursor:pointer;
}
.document-tabs > div.current,.document-tabs > div:hover {
	background-color:#00729a;
	color:#ffffff;
}
.footer-homelink > a.color-button {
	min-width:238px;
	text-align:center;
	padding-left: 5px;
	padding-right:5px;
}
.footer-homelink a:before {
	content:url("/portal/graphics/clubhouse-home-icon.svg");
	display:inline-block;
	padding-right:15px;
	color:#9b243e;
	line-height:1;
}
.footer-homelink a:hover:before {
	content:url("/portal/graphics/clubhouse-home-icon-rollover.svg");
}
.footer-cols {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:50px 0 150px 0;
}

.fc-links a {
	position:relative;
	z-index:20;
	font-size:12px;
}
.fc-links li {
	padding:0 0 5px 0;
}
.fc-links li.bf-links-title {
	padding-bottom:8px;
}
a.color-button {
	line-height:23px;
	min-height:40px;
	height:auto;
	padding:8px 35px 7px 35px;
	font-size:17px;
	font-weight:600;
	border-radius:3px;
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
a.color-button + a.color-button {
	margin-left:20px;
}
a.whitebg-red-button {
	background-color:#ffffff;
	border: 1px solid #9b243e;
	color:#9b243e;
	}
a.whitebg-red-button:hover {
	background-color:#9b243e;
	color:white;
	text-decoration:none;
}
a.redbg-white-button {
	background-color:#9b243e;
	color:#ffffff;
	border:1px solid #9b243e;
}
a.redbg-white-button:hover {
	background-color:#ffffff;
	color:#9b243e;
	text-decoration:none;
}
a.whitebg-blue-button  {
	background-color:#ffffff;
	border:1px solid #00729a;
	color:#00729a;
}
a.whitebg-blue-button:hover {
	background-color:#00729a;
	color:white;
	text-decoration:none;
}
a.bluebg-white-button  {
	background-color:#00729a;
	border:1px solid #00729a;
	color:white;
}
a.bluebg-white-button:hover {
	background-color:white;
	color:#00729a;
	text-decoration:none;
}
a.cases-report-button {
	width:155px;
	max-width:155px;
}
.announcements-button {
	text-align:right;
	margin-top:25px;
}

/* begin  application agreement popup */
.agreement-popup {
	width:100%;
	height:100%;
	z-index:9999;
	position:fixed;
	background-color:rgba(0,0,0,.5);
	justify-content:center;
	align-items:center;
	display:none;
}
.agreement-popup > div {
	width:90%;
	max-width:650px;
	max-height:100%;
	background-color:#ffffff;
	padding:25px 40px 30px 40px;
	position:relative;
	overflow-y:auto;
}
.membership-popup label:nth-child(2) {
	margin-top:30px;
}
.accreditation-popup label:nth-child(n+2) {
	margin-top:20px;
}
.accreditation-popup p {
	margin:15px 0;
	line-height:23px;
}
.membership-popup p.smallp {
	font-size:11px;
	line-height:1.3;
}
.noscroll-y {
	overflow-y:hidden;
}
.portal-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 10px;
}

/* end  popup */


/* internal page title with image area */
.title-banner-section {
	position:relative;
	background-color:rgba(0,125,164,1);
	overflow:hidden;
}
.title-banner {
  background: center top no-repeat;
  background-size:cover;
  height:350px;
  float:right;
  width:56%;
  position:relative;
  /*background-image:url('../graphics/Banner-image@2x.jpg');*/
  background-image:url('../graphics/2016_Faculty_Training_Portal_Genesis_Club_04-25-16.jpg'); 
}
.title-banner-faculty {
   background-image:url('../graphics/faculty-banner-image-1620x700.jpg'); 
}
.title-banner-startups {
   background-image:url('../graphics/Startups-banner.jpg'); 
}
.title-banner-width {
	width:56%;
}
.title-banner-width-100 {
	width:100%;
}
.ti-blue-triangle {
	border-bottom: 350px solid rgba(0,125,164,1);
	border-right: 150px solid rgba(0,125,164,0);
	height: 0;
	width: 0;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden; 
	z-index:10;
}
.ti-orange-triangle {
	border-bottom: 175px solid rgba(243,138,0,.5);
	/*border-left: 1028px solid rgba(237,155,46,0);*/
	border-left: 64vw solid rgba(243,138,0,0);
	height: 0;
	width: 0;
	position:absolute;
	bottom:0;
	right:0;
	overflow:hidden; 
	z-index:11;
}
.mix-blend-mode .ti-orange-triangle {
	mix-blend-mode:multiply;
	border-bottom: 175px solid rgba(243,138,0,.8);
}
.title-banner-text-inner {
	position:absolute;
	left:0;
	top:0;
	height:350px;
	z-index:20;
	width:50%;
	padding-top:0;
}
.title-banner-text-inner-100 {
	width:100%;
	 padding:10px 25px; 
	margin:0;
}
.title-banner-text-tbl {
	display:table;
	height:100%;
}
.title-banner-text-content {
	display:table-cell;
	vertical-align:middle;
}
.title-banner-caption {
	color:white;
	font-size:16px;
	position:absolute;
	width:100%;
	text-align:center;
	z-index:99;
	bottom:24px;
	padding:0 5% 0 20%;
}
.title-banner-blue-wash {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden; 
	z-index:10;
	background-color:rgba(0,125,164,.6);
	border:0;
}
.title-banner-subtext {
	font-size:20px;
	font-weight:600;
	color:#Ed9b2e;
	line-height:29px;
	max-height:140px;
	overflow:hidden;
	padding-right:20%;
}
.short-banner-section {
	background-image:none;
	margin-top:0;
}
.short-banner-inner {
	/*background-image:url(../graphics/short-banner-bg.jpg);*/
	background-image:url(https://clubhouse-intl.org/portal/graphics/short-banner-bg.jpg);
	background-position:right bottom;
    background-repeat:no-repeat;
}
/* Styling Checkbox/Radio Starts  - rectangular or circular */
.checkbox-label {
    cursor: pointer;
	position:relative;
	display:block;
	line-height:24px;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	margin:0;
}
.checkbox-label-disabled,.checkbox-label input:disabled {
	cursor:default;
}
.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    border: 1px solid #dbdbdb;
	background-color:#f6f6f6;
}
.checkbox-label .checkbox-custom.circular {
	border-radius:50%;
}
.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #f6f6f6;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 1px solid #dbdbdb;
}
.checkbox-label .checkbox-custom.rectangular::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border: solid #00729a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.checkbox-label .checkbox-custom.circular::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    height: 8px;
    width: 8px;
    opacity:1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.checkbox-label input:checked ~ .checkbox-custom.rectangular::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #00729a;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
  opacity:1;
    left: 7px;
    top: 7px;
    height: 8px;
    width: 8px;
	background-color:#00729a;
    border-radius:50%;
}
.checkbox-label-right {
	margin-left:34px;
	display:inline-block;
	vertical-align:middle;
}

/*end  Style for Circular Checkbox */
.faculty-caselist > div {
	border-bottom:1px solid #cacccf;
	padding:10px 20px 10px 22px;
	position:relative;
	font-weight:600;
	line-height:16px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	min-height:60px;
}
.faculty-caselist > div > *:first-child {
	margin-right:25px;
	max-width:30%;
	width:30%;
}
.faculty-caselist > div > *:nth-child(2) {
	margin-left:auto;
	margin-right:30px;
	position:relative;
	cursor:pointer;
}
.faculty-caselist > div > *:nth-child(3) {
	margin-right:10px;
}
.faculty-caselist  > *:nth-child(even) {
	background-color:rgba(0,114,154,.03);
}
.faculty-caselist .sep {
	margin:0 7px;
}
.faculty-accstatus-box,.mrds-popup {
  background-color: #F7FAFC;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.16);
  padding:20px;
  position:absolute;
  top:25px;
  left:7px;
  width:370px;
  z-index:99;
  display:none;
}
.mrds-popup {
	left:0;
	top:63px;
}
.faculty-caselist > div .select-div  { 
	width:144px;
}
.faculty-caselist > div .select-div select {
	color:white;
	background-color:#00729a;
	box-shadow:none;
	padding-left:12px;
	font-weight:400;
	padding-right:40px;
}
.faculty-caselist > div .select-div select option {
	color:white;
	background-color:#00729a;
}
.faculty-caselist > div .select-div:after{
	border-left:0;
}
.faculty-caselist > div a.color-button {
	padding-left:15px;
	padding-right:15px;
}
.faculty-contacts {
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
	justify-content:center;
}
.faculty-contacts > div {
	background-color:#ffffff;
	width:323px;
	max-width:323px;
	height:auto;
/*	min-height:370px;
*/	border-top:3px solid #00729a;
	padding:30px 11px 30px 25px;
	position:relative;
	margin:0 5px 20px 5px;
}
.faculty-name {
	font-size:19px;
	line-height:21px;
	color:#9b243e;
	text-transform:uppercase;
	font-weight:600;
	word-break:break-word;
	overflow-wrap:break-word;
}
.faculty-img {
	border-radius:50%;
	margin-right:13px;
}
.faculty-contact-info,.faculty-contact-info p {
	margin-top:15px;
	line-height:17px;
	font-size:14px;
	word-break:break-word;
	overflow-wrap:break-word;
}
.faculty-contact-info label {
	font-weight:600;
}
.faculty-contact-info a {
	font-weight:500;
}
.faculty-linkedin {
	padding-top:30px; 
}
.acc-checklist-row {
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #cacccf;
}
.acc-checklist-row .select-div {
	width:100%;
}
.acc-checklist-row > div {
	background-color:rgba(98, 101, 104, .03);
}
/*  2nd column */
.acc-checklist-row > div:nth-child(2)  {
	width:226px;
	padding:10px 20px 10px 20px;
}
/*  first column */
.acc-checklist-row > div:nth-child(1)    {
	width:calc(100% - 227px);
	margin-right:1px;
	padding:10px 10px 10px 10px;
	display:flex;
	align-items:center;
}
.acc-checklist-header {
	color:white;
	font-size:16px;
	font-weight:500;
	line-height:19px;
	padding:20px 20px 19px 20px;
	background-color:#00729a;
}
.acc-checklist-header-num  {
	display:inline-block;
	margin-right:5px;
}
.acc-checklist-num  {
	font-weight:600;
	display:inline-block;
	width:35px;
	min-width:35px;
	max-width:35px;
}
/* rows first columns span display flex aligned default flex start */
.acc-checklist-row > div:nth-child(1) > span {
	display:flex;
}
.acc-checklist-row > div.acc-checklist-subindicator {
	padding-left:45px;
}
.acc-checklist-subindicator .acc-checklist-num {
	width:25px;
	min-width:25px;
	max-width:25px;
}
.acc-checklist-subindicator-long .acc-checklist-num {
	width:45px;
	min-width:45px;
	max-width:45px;
}
.acc-checklist-subindicator input {
	display:inline-block;
	width:250px;
}
p + .acc-checklist-row, ul + .acc-checklist-row {
	border-top:1px solid #cacccf;
}
#add-strength,#add-recommendation {
	margin-top:5px;
}
.accreditation-strength,.accreditation-resource {
	margin-bottom:15px;
}
.accreditation-strength .checkbox-label {
	margin-top:5px;
}
.acc-delete-msg {
	position:relative;
}
.acc-delete-msg:before {
	content:'This item will be deleted when you press SAVE.' ;
	display:inline-block;
	position:absolute;
	color:red;
	font-weight:500;
	z-index:10;
	left:50%;
	transform:translateX(-50%);
	top:25px;
	opacity:1;
	white-space:nowrap;
}
/*.acc-delete-msg:after {
	content:'(Click icon again to undelete.)' ;
	display:inline-block;
	position:absolute;
	color:red;
	font-weight:500;
	z-index:10;
	left:50%;
	transform:translateX(-50%);
	top:50px;
	opacity:1;
	white-space:nowrap;
}
*/
.acc-recommendation-items {
	margin:0 0 10px 0;
}
.acc-recommendation-items:not(.placeholder-recommendation) + .acc-recommendation-items {
	margin-top:30px;
}
.acc-recommendation-items > div:not(.delete-icon-wrapper) {
	border-bottom:1px solid #cacccf;
	min-height:55px;
	padding:13px 20px 13px 20px;
	background-color:rgba(98, 101, 104, .03);
 }
 .acc-recommendation-items > div:not(.acc-recommendation-header) > div {
	 display:flex;
	 flex-wrap:wrap;
	 justify-content:space-between;
	 align-items:center;
 }
 .acc-recommendation-items > div > div > *:first-child {
	 margin-right:25px;
 }
.maincontent-inner-form label.post-to {
	 margin-bottom:4px;
 }
 .maincontent-inner-form label.post-to .checkbox-label-right {
	 font-size:11px;
	 line-height:13px;
 }
 .acc-recommendation-items textarea {
	 height:55px;
 }
 .placeholder-recommendation {
	 display:none;
 }
 .maincontent-inner-form .acc-recommendation-items  label {
	 margin-top:0;
 }
.acc-recommendation-items > div.acc-recommendation-header {
	color:white;
	border-bottom:0;
	background-color:#00729a;
	font-size:16px;
	line-height:19px;
	font-weight:500;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.acc-recommendation-header > span {
	margin-right:8px;
}
.acc-save-info > div.select-div {
	width:120px;
	margin-right:10px;
}
.acc-save-info > div:last-child {
	/*margin-left:auto;*/
}
.rec-standard-text {
	font-size:14px;
	font-weight:400;
	padding-top:5px;
	width:100%;
}
.rec-select-standard   select {
	font-size:16px;
}
.resource-list-row  {
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #cacccf;
	padding:20px 20px 20px 22px;
	position:relative;
	line-height:16px;
	justify-content:space-between;
}
.resource-list-expand {
	background-color:rgba(0,114,154,.03);
}
.resource-list-row:first-child {
	border-top:1px solid #cacccf;
}
.resource-list-text {
/*	width:65%;
	max-width:65%;
	min-width:65%;
*/	margin-top:5px;
	width:100%;
	max-width:100%;
	min-width:100%;
}
.resource-list-text > div:first-child {
/*	max-height:21px;
	flex:0 0 95%;
	max-width:95%;*/
}
.resource-list-intro {
	text-overflow:ellipsis;
	overflow-x:hidden;
	overflow-y:hidden;
	max-width:100%;
	line-height:23px;
	max-height:23px;
	white-space:nowrap;
	font-weight:600;
	color:#00729a;
	cursor:pointer;
	position:relative;
	padding-right:30px;
	display:inline-block;
}
.resource-list-full {
	line-height:21px;
	margin-top:15px;
	display:none;
}
.resource-list-arrow {
	min-width:18px;
	min-height:10px;
	transition: all .2s ease-in-out;
	cursor:pointer;
	right:0;
	position:absolute;
	display:inline-block;
}
.resource-list-arrow:hover img {
/*	transform:rotate(180deg);
*/}
.resource-list-arrow > img {
	min-width:18px;
	min-height:10px;
}
.resource-list-info {
	font-weight:300;
	padding-top:5px;
	padding-right:25px;
}
.resource-sort {
	margin:15px 0 15px 0;
	font-weight:600;
	font-size:16px;
}
.resource-sort > span {
	margin:0 0 0 20px;
	cursor:pointer;
}
.resource-sort > span:hover {
	color:#95243e;
}
.resource-sort-applied {
	color:#95243e;
	text-decoration:underline;
}
.startups-group-resources > .resource-list-row:first-child {
	border-top:0;	
}
.startups-group-resources > .resource-list-row:nth-child(even) {
	background-color:rgba(0,114,154,.03);
}
.startups-group-resources > .resource-list-row > span:first-child {
	width:calc(100% - 50px);
	max-width:calc(100% - 50px);
}
.budget-calc > div {
	flex:1 1 auto;
	margin-right:12px;
	width:auto;
}
.maincontent-inner-form .checkbox-label-margin {
	margin-top:20px;
}
.maincontent-inner-form .checkbox-label-margin-short {
	margin-top:10px;
	margin-bottom:0;
}
.acc-form-navline {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.acc-form-footer {
	margin-top:40px;
}
.acc-form-header {
	margin-bottom:30px;
}
.acc-form-footer > * {
/*	margin-top:20px;
*/}
.form-paging {
	display:flex;
	flex-wrap:wrap;
	margin-right:30px;
}
.form-paging > a {
	border-radius:50%;
	border:1px solid #dbdbdb;
	margin-right:7px;
	background-color:#f6f6f6;
	height:26px;
	width:26px;
	font-size:12px;
	line-height:14px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.form-paging > a:hover,.form-paging > a.form-paging-current {
	background-color:#9b243e;
	border:0;
	color:#ffffff;
	text-decoration:none;
}
.acc-form-navline > div:nth-child(2) {
	margin-left:auto;
	margin-right:20px;
}
.flex-container .checkbox-label {
	margin-right:25px;  /* 30px; */
}
.budget-calc-result {
	border:1px solid #00729a;
	padding:0 20px 0 20px;
	height:125px;
	margin:25px 0 25px 0;
}
.budget-calc-result > div {
  text-align:center;
}
.budget-calc-dollars {
	color:#00729a;
	font-size:37px;
	line-height:44px;
	font-weight:500;
}
#payment-online-slide {
	border:1px solid #00729a;
	padding:0 40px 25px 40px;
	display:none;
	margin-top:10px;
}
.startups-training {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.startups-training > div:first-child {
	width:66%;
	max-width:66%;
}
.startups-training > div:nth-child(2) {
	width:32%;
	max-width:32%;
	border-top:3px solid #00729a;
	
}
.startups-training > div:nth-child(2) > article {
	font-weight:800;
	color:#1e729a;
	line-height:21px;
	margin-top:40px;
	margin-bottom:20px;
}
.startups-training > div:nth-child(2) > article:before {
	display:block;
	line-height:1px;
	content:'\201C';
	color:#fa900d;
	font-size:60px;
	font-weight:normal;
}
.startups-apply-box {
	border:1px solid #00729a;
	padding:15px 20px 15px 20px;
	background-color:#f6f6f6;
}
.startups-apply-dollars {
	color:#00729a;
	font-size:37px;
	line-height:44px;
	font-weight:500;
}
.startups-apply-text {
	font-weight:600;
	line-height:18px;
	margin-bottom:7px;
}
.startups-apply-dollars,#startups-apply-button {
	margin-top:10px;
}
.startups-training-list > div {
	margin-bottom:5px;
}
input.input-error,select.input-error,input.input-error+span.checkbox-custom {
	border-color:#d8000c;
	box-shadow:inset 0 0 5px #d8000c;
}
.accordion {
	padding-top:50px;
	background-color:inherit;
	 /* margin-bottom:40px;mjf */
}
.accordion-topic {
	padding-left:27px;
	padding-top:19px;
	padding-bottom:16px;
}
.accordion-topic img {
	position:absolute;
	top:3px;
	left:3px;
}
.up-down-arrow {
	top:12px;
}
[class^="icon2-"]:before, [class*=" icon2-"]:before {
	margin-right:12px;
}
.flexgrow1 {
 flex-grow:1;
}
.widthauto,input.widthauto {
 width:auto;
}
@font-face {
	font-family: 'icomoon2';
	src:url('../../admin/fonts/icomoon.eot?fa0ygy');
	src:url('../../admin/fonts/icomoon.eot?fa0ygy#iefix') format('embedded-opentype'),
		url('../../admin/fonts/icomoon.ttf?fa0ygy') format('truetype'),
		url('../../admin/fonts/icomoon.woff?fa0ygy') format('woff'),
		url('../../admin/fonts/icomoon.svg?fa0ygy#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon2-"], [class*=" icon2-"] {
	font-family: 'icomoon2';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size:16px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon2-plus2:before {
	content: "\f067";
}
.icon2-check-alt:before {
	content: "\e800";
}
.icon2-x-altx-alt:before {
	content: "\e601";
}
.icon2-search:before {
	content: "\e986";
}
.icon2-bin:before {
	content: "\e9ac";
}
.icon2-download3:before {
	content: "\e9c7";
}
.icon2-warning:before {
	content: "\ea07";
}
.icon2-notification:before {
	content: "\ea08";
}
.icon2-plus:before {
	content: "\ea0a";
}
.icon2-circle-up:before {
	content: "\ea41";
}
.icon2-circle-down:before {
	content: "\ea43";
}

.icon2-circle-down,.icon2-circle-up {
	vertical-align:text-bottom;
	margin-left:3px;
	color:#9b233f;
	cursor:pointer;
}
.maincontent-intro {
	padding-left:7px;
}
.blue {
	color:#00729a;
}
.semibold,.maincontent-section p.semibold {
	font-weight:600;
}
.extrabold,h2.extrabold {
	font-weight:800;
}
.font-14 {
	font-size:14px;
}
.font-11 {
	font-size:11px;
}
.font-12 {
	font-size:12px;
}
.font-16{
	font-size:16px;
}
.margintop-20 {
	margin-top:20px;
}
.margintop-25 {
	margin-top:25px;
}
.margintop-30 {
	margin-top:30px;
}
.margintop-35 {
	margin-top:35px;
}
.margintop-15,.maincontent-inner-form label.margintop-15 {
	margin-top:15px;
}
.margintop-10,.maincontent-inner-form label.margintop-10 {
	margin-top:10px;
}
.margintop-5 {
	margin-top:5px;
}
.margintop-7 {
	margin-top:7px;
}
.margintop-40 {
	margin-top:40px;
}
.margintop-0, label.margintop-0 {
	margin-top:0;
}
.marginbottom-15 {
	margin-bottom:15px;
}
.marginbottom-2 {
	margin-bottom:2px;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.width100 {
	width:100%;
}
.flex100 {
	flex-basis:100%;
}
.color-default {
	color:#525762;
}
.color-default-opacity51 {
	color:rgba(82,87,98,.51);
}
.form-note {
	color:#b9baba;
}
p.form-note2,span.form-note2 {
	/* opacity:.51; */
	font-style:italic;
	font-size:12px;
	line-height:16px;
}
span.form-note2 {
	display:inline-block;
}
p.form-note3,ul.form-note3 > li {
	font-style:italic;
	font-size:12px;
	line-height:16px;
}
.italic {
	font-style:italic;
}
.grayout {
	opacity:.3;
}
.grayoutfordelete {
	opacity:.5;
}
.grayout-button {
	opacity:.5;
	pointer-events:none;
	cursor:default;
}
.underline,a.underline {
	text-decoration:underline;
}
.inline-block {
	display:inline-block;
}
.nowrap {
		white-space:nowrap;
}
.relative {
	position:relative;
}
.cursor-default {
	cursor:default;
}
.hideme {
	display:none;
}
.warning-msg {
	color:#9f6000;
	background-color:#FeeFB3;
	padding:10px 10px 9px 10px;
	margin-bottom:15px;
	display:none;
}
.warning-msg   a {
	color:#9f6000;
}
.information-msg {
	color:#00529b;
	background-color:#bde5f8;
	padding:10px 10px 9px 10px;
	margin-bottom:15px;
	display:none;
}
.information-msg > span:first-child {
	margin-right:12px;
	margin-top:-2px;
}
.information-msg   a {
	color:#00529b;
}
.lh-18 ,.maincontent-section p.lh-18{
	line-height:18px;
}
.uppercase {
	text-transform:uppercase;
}
.add-recommendation-hide {
	height:0 !important;
	width:0!important;
	opacity:0!important;
	min-height:0!important;
	min-width:0!important;
	z-index:-10!important;
	position:relative !important;
	
}
@media only  screen and (max-width:1040px)
{
  	.colorbar-text,.colorbar-link {
		display:block;
		width:100%;
	}
	.colorbar-text {
		padding-bottom:15px;
		text-align:center;
		padding-right:0;
	}
	.colorbar-link  {
		text-align:center;
	}
	.colorbar-link a {
		text-align:left;
	}

 .top-hdr-links-portal {
	 margin-right:15px;
 }
 .maincontent-inner {
    padding: 0 15px;
}
.maincontent-inner-accstatus-box {
	padding: 35px 30px 43px 30px;
}
.icon-boxes > a,.announcements > a  {
	flex-basis:100%;
	max-width:493px;
	width:auto;
}
.icon-boxes-startups > a {
	flex-basis:328px;
	width:328px;
	margin-left:5px;
	margin-right:5px;
}
.icon-boxes,.announcements {
	justify-content:center;
}
.icon-boxes > a:nth-child(2),.announcements > a:nth-child(2) {
/*	margin-top:14px;
*/}
.faculty-contacts > div {
	margin-left:15px;
	margin-right:15px;
}
}
@media only  screen and (max-width:980px)
{
	.maincontent-inner-acctinfo > div {
		width:50%;
	}
	.maincontent-inner-acctinfo {
		padding:0 5% 31px 5%;
	}
}
@media only  screen and (max-width:900px)
{
	.title-banner-subtext {
		padding-right:15%;
	}
	.maincontent-inner-form {
		padding:35px 7% 35px 7%;
	}
	.acctinfo-checkboxes {
		flex-basis:100%;
	}
	.faculty-caselist > div > *{
		margin-top:7px;
		margin-bottom:7px;
	}
.faculty-caselist > div > *:nth-child(1) {
	flex-basis:100%;
	width:100%;
	max-width:100%;
}
.faculty-caselist > div > *:nth-child(2) {
	margin-left:0;
}
}
@media only  screen and (max-width:750px)
{
	.document-rename-box > div  {
		width:100%;
	}
	.document-rename-box input[type="text"] {
		width:100%;
	}
	.document-upload-entry {
		display:block;
	}
	.maincontent-inner-form {
		padding:35px 7% 35px 7%;
	}
	.resource-list-text {
/*		width:100%;
		max-width:100%;
		min-width:100%;
		order:1;
*/	}
	.resource-list-info {
/*		padding-left:0;
*/	}
	.acc-form-navline > div:nth-child(2) {
		margin-left:0;
	}
	.acc-form-navline,.form-paging {
		justify-content:center;
	}
}
@media only  screen and (max-width:700px)
{
	.title-banner-subtext {
		padding-right:7%;
	}
	.membership-popup > div {
		padding:25px 20px 25px 20px;
		width:95%;
	}
	.maincontent-inner-acctinfo > div {
		width:100%;
		padding-right:0;
	}
	.maincontent-inner-document {
		padding:20px 10px;
	}
.flex-form-splitline > div {
	width:100%;
}
.flex-form-splitline > div.hide-label {
	display:none;
}
.flex-form-splitline > div:nth-child(even) {
	margin-bottom:15px;
}
.maincontent-inner-form {
	padding:35px 3% 35px 3%;
}
.select-div-50 {
	width:100%;
}
}
@media only  screen and (max-width:650px)
{
.footer-cols {
	justify-content:space-around;
}
.footer-homelink {
	width:100%;
	text-align:center;
	margin-top:25px;
}
.fc-links {
	margin-left:20px;
	margin-right:20px;
}
.title-banner-subtext {
	padding-right:0;
}
.short-banner-inner {
	background-image:none;
}
.document-tabs > div {
	width:130px;
}
.agreement-popup > div {
	padding-left:15px;
	padding-right:15px;
}
.acc-checklist-row {
	display:block;
}
.acc-checklist-row > div:nth-child(1),.acc-checklist-row > div:nth-child(2) {
	margin-right:0;
	width:100%;
}
.acc-checklist-row > div:nth-child(2) {
	padding-left:44px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:15px;
}
.acc-checklist-row.acc-checklist-header > div:nth-child(1) {
	padding-top:15px;
}
.acc-checklist-header > div:nth-child(2) {
	display:none;
}
#add-strength,#add-recommendation {
	margin-top:10px;
}
.faculty-caselist > div > *{
	margin-top:8px;
	margin-bottom:8px;
}
.faculty-caselist > div {
	padding-left:5px;
	padding-right:5px;
}
.startups-training > div:first-child,.startups-training > div:nth-child(2) {
	width:100%;
	max-width:100%;
}
.startups-training >  div:nth-child(2) {
	margin-top:30px;
}
.resource-list-row {
	padding-left:10px;
	padding-right:10px;
}
}
@media only  screen and (max-width:600px)
{
	.form-paging {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
.acc-save-info > div.select-div {
	width:100%;
	margin:10px 0;
}
.faculty-caselist > div > *:nth-child(2) {
	flex-basis:100%;
}
.faculty-caselist > div {
	justify-content:space-around;
}
}
@media only  screen and (max-width:550px)
{
.icon-boxes > a {
	padding:27px 7% 80px 7%;
}
.announcements > a {
	padding:30px 7% 24px 7%;
}
.budget-calc > div {
	margin-right:0;
	width:100%;
}
.budget-calc > a.color-button {
	margin-top:10px;
}
.faculty-accstatus-box,.mrds-popup {
	width:280px;
	padding-top:25px;
}
.faculty-accstatus-box .portal-popup-close,.mrds-popup .portal-popup-close {
	top:3px;
	right:3px;
}
a.color-button {
/*	width:100%;
*/}
}
@media only  screen and (max-width:450px)
{
 
}

