/* CSS Document */
#feeEstimator *{
	list-style:none;
	box-sizing:border-box;
	font-family: "Metropolis", "proxima_nova_rgregular", sans-serif !important;
	
	}
 
#feeEstimator{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}

#feeEstimator .formColumn{
	display:block;
	max-width:calc(50% - 15px);
	width:100%;
	float:left;
	background-color: #e2e7e0;
	padding: 30px 30px;
	margin-top:5px;
}
#feeEstimator .formColumn label{
	font-weight:bold;
	font-size:1.1em;
	display: inline-block;
	width:100%;
	}

#feeEstimator .formColumn label:first-child{
	margin-top:0px;
	}

#feeEstimator .formColumn label:nth-child(n+2){
    margin-top: 20px;
    
	}
#feeEstimator .formColumn .buttons{
	width: 100%;
    height: 46px;
    margin-top: 25px;
	}
#feeEstimator .formColumn select{
	display:block;
	clear:both;
	margin:5px 0px 0px 0px;
	font-size: 100%;
    line-height: 1.15;
    width: 100%;
    /*height: 30px;*/
	height: 44px;
    border: 1px solid #FFF;
	}
#feeEstimator .formColumn select:hover{
	cursor:pointer;
	border: 1px solid #000;
}
#feeEstimator .formColumn select:option{
	cursor:pointer;
}
#feeEstimator .formColumn select.error{
	border: 2px #FF0004 solid;
	}
#feeEstimator .formColumn .feesFormError{
	display: none;
    position: relative;
    background-color: #f3f3f3;
    padding: 10px;
    font-weight: bold;
    color: #000000;
    border: 2px red solid;
    /* border-top: none; */
    width: 80%;
    margin-top: 15px;
    margin-left: 10px;
}
#feeEstimator .formColumn .feesFormError:before{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    top: -10px;
    position: absolute;
}
#feeEstimator .formColumn .labelTitle{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version - supported by most up to date browsers */
	}

#feeEstimator .formColumn label .labelTitle:hover{
	cursor:pointer;
	}
	
#feeEstimator .infoButtonIconFont{
	display:inline-block;
	margin-left:10px;
}

#feeEstimator .infoButtonIconFont a{
	text-decoration:none;
	color:#595959;
	min-height: 44px !important;
  	min-width: 44px !important;
  	display: inline-block !important;
  	padding:0px !important;
}
#feeEstimator .feeColumn .infoButtonIconFont a{
	font-size:1.1em;
}

#feeEstimator .infoButton{
	padding-left:10px;
	position:relative;
}

#feeEstimator .formColumn .infoButtonIconFont{
	display: inline-block;
}
#feeEstimator .feeColumn .infoButtonIconFont{
	display: none;
	
	}

#feeEstimator .showToolTip .infoButtonIconFont{
	display: inline-block;
	}

#feeEstimator a.toggleMessage{
	display:inline-block;
	min-height:44px;
	padding-top:0px;
	padding-bottom:0px;
	color:inherit;
	text-decoration:none;
}
#feeEstimator #searchFees label a.toggleMessage{
	min-height:auto;
	padding-top:10px;
	padding-bottom:10px;
}
#feeEstimator a.toggleMessage:hover{
	color:inherit;
	background-color:transparent;
}

#feeEstimator a.toggleMessage:hover .feeTitle, #feeEstimator a.toggleMessage:hover .labelTitle{
	text-decoration:underline;
}

/*#feeEstimator .infoButton a.toggleMessage{
    border-radius: 100px;
    background-color: #006341;
    color: #ffffff;
    width: 15px;
    height: 15px;
    line-height: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    text-decoration: none;
    font-size: 0.8em;
	font-weight: bold;
}
#feeEstimator .feeColumn .infoButton a.toggleMessage{
	font-size: 0.9em;
}*/
	
/*#feeEstimator  .infoButton a:hover, #feeEstimator  .infoButtonIconFont a:hover{
	text-decoration:none;
	color:#006341;
}*/

/*padding-top:0px;
	padding-bottom:0px;*/
	
#feeEstimator a:hover .infoButtonIconFont, #feeEstimator .infoButtonIconFont a:hover{
	text-decoration:none;
	color:#006341;
}
#feeEstimator .formColumn .bubbleMessage{
	display:none;
	float:left;
	clear:both;
	width:100%;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	border: 1px solid #ccc;
	background:#f1f1f1;
}
#feeEstimator .feeColumn .bubbleMessage{
	float:none;
	clear:both;
	display:none;
	padding-left:10px;
	
	}
#feeEstimator .feeColumn .bubbleMessage.popMessage{
	display:block !important;
	float:none;
	border-top: 1px solid #ccc;
	padding-top:5px;
	margin-top:5px;
	}


#feeEstimator  .bubbleMessage.popMessage{
	display:inline-block;
}	
#feeEstimator  .bubbleMessage.popMessage:hover{
	display:inline-block;
}
/*#feeEstimator .formColumn .bubbleMessage  .toggleMessage{
	content: 'X';
    display: inline-block;
    line-height: 10px;
    text-indent: -9000px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    background-color: #006341;
    color: #ffffff;
    width: 15px;
    height: 15px;
    padding: 3px;
    text-decoration: none;
    font-size: 0.8em;
    position: absolute;
    z-index: 10;
    top: -10px;
    right: -10px;
	
}*/


#feeEstimator .formColumn .submit {
    float: right;
}

/*#feeEstimator .formColumn .submit, #feeEstimator .formColumn .reset{
    background-color: #006341;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}*/
#feeEstimator .formColumn .submit, #feeEstimator .formColumn .reset{
    width: 42%;
    min-height: 46px;
    font-size: 1.2em;
    font-weight: 600;
    background-color: #006341;
    color: #ffffff;
    border: none;
    border-radius: 0;
	font-family: "Metropolis", "proxima_nova_rgregular", sans-serif !important;
	text-transform: uppercase;
	cursor:pointer;
}

#feeEstimator .formColumn .submit:focus, #feeEstimator .formColumn .reset:focus,
#feeEstimator .formColumn .submit:hover, #feeEstimator .formColumn .reset:hover{
	text-decoration:underline;
}
    
#feeEstimator .feeColumn{
	display:block;
	/*max-width:450px;*/
	/*max-width: calc(100% - 480px);*/
	max-width:calc(50% - 15px);
	width:100%;
	float:right;
	padding: 0px;
	margin-top:5px;
}

#feeEstimator .feeColumn ul{
    margin:0px;
}
#feeEstimator .feeColumn li.feeTerm{
	padding:0px;
	}
#feeEstimator .feeColumn li.feeTerm .ui-state-active{
	color:#505050 !important;
}
#feeEstimator .feeColumn h2{
	margin: 0px 0px 3px 0px;
    padding: 20px 10px 20px 10px;
    background-color: #e2e7e0;
    color: #616161;
    font-weight: bold;
    display: block;
  	text-transform: uppercase;
	letter-spacing:normal !important;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#feeEstimator .feeColumn .feeProgramTitle h3.programSubTitleInfo{
	font-weight:normal;
	padding-top:0px;
	line-height:1.3em;
	
}

#feeEstimator .feeColumn .feeProgramTitle h2{
	margin-bottom:0px;
}

#feeEstimator .feeColumn .feeProgramTitle h2 a{
     text-decoration:underline;
	 display:inline-block;
}
#feeEstimator .feeColumn .feeProgramTitle h2 a:hover{
     color:#1a784f !important;
}
#feeEstimator .feeColumn h3{
    font-size: 1.2em;
    font-weight: bold;
    background-color: #e2e7e0;
    padding: 10px 10px 10px 10px;
}

#feeEstimator .feeColumn #coopTabWrapper{
	display:block;
	width:100%;
}

#feeEstimator .feeColumn #coopTabWrapper .coopTabMenu span {
 	padding: 0px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ffffff;
	border-top: 3px solid #006341;
    margin-bottom: -1px;
}


#feeEstimator .feeColumn #coopTabWrapper .coopTabMenu  span.tabOff {
    background-color: #ccc;
	border-top: 1px solid #ccc;
}

#feeEstimator .feeColumn #coopTabWrapper .coopTabMenu span a{
	padding:10px;
	display:block;
	color:#000000;
}

@media screen and (max-width:480px){
	#feeEstimator .feeColumn #coopTabWrapper .coopTabMenu span {
        display: table-cell;
	}
}


#feeEstimator .feeColumn #coopTabWrapper h3.startDate{
	margin-top:0px !important;
}

#feeEstimator .feeColumn #coopTabWrapper .normalFeesTab, #feeEstimator .feeColumn #coopTabWrapper .coopFeesTab{
	border:1px solid #cccccc;
	padding:10px;
}

#feeEstimator .feeColumn h3.startDate{
	margin-top: 35px;
	background-color:#f1f1f1;
	margin-bottom:0px;
	}

 #feeEstimator .feeColumn h4{
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
    background-color: #e2e7e0;
	border: 1px solid #ffffff;
	cursor:pointer;
    display: block;
    padding: 10px;
	padding-top: 14px;
  	padding-bottom: 14px;
    margin: 0px;
    margin-bottom: 1px;
	min-height: 44px;
	
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version - supported by most up to date browsers */
}

#feeEstimator .feeColumn h4:hover{
	border: 1px solid #000000;

	}
#feeEstimator .feeColumn h4 .arrow{
	display:block;
	float:right;
	}
#feeEstimator .feeColumn h4.ui-state-active .arrowDetail:after{
	display:block;
	content:'▲';
	
	color:#006341;
	font-size: 1.2em;
	
	transform: scale(1,0.8) rotate(0.5turn);
	-webkit-transform: scale(1,0.8) rotate(0.5turn);
	-ms-transform: scale(1,0.8) rotate(0.5turn);
	-o-transform: scale(1,0.8) rotate(0.5turn);
}
#feeEstimator .feeColumn h4 .arrowDetail:after{
	display:block;
	content:'▲';
	color:#006341;
	
	margin-left: 8px;
    font-size: 1.2em;
	transform: scale(0.8, 1) rotate(0.25 turn);
	-webkit-transform: scale(0.8, 1)  rotate(0.25turn);
	-ms-transform: scale(0.8, 1)  rotate(0.25turn);
	-o-transform: scale(0.8, 1)  rotate(0.25turn);
	
    transition:transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-ms-transition: -webkit-transform 0.3s;
	-o-transition: -webkit-transform 0.3s;
    
	
}

#feeEstimator .feeColumn h4 .feeTotalValue{
	font-weight:bold;
	padding-left:10px;
	float:right;
	display:inline-block;
	}
#feeEstimator .feeColumn h4.ui-state-active .feeTotalValue {
display:none;
}

#feeEstimator .feeColumn.halfColumn{
	width:50%;
	}
#feeEstimator .feeColumn .feeSemester{	
    margin: 0px 0px 20px 0px!important;
    padding: 0px !important;
}

#feeEstimator .feeColumn .feeSemester  li.feeItems{
	/*padding: 10px 0px 10px 10px;*/
	padding-left: 10px;
	line-height:1.5em;
	}
#feeEstimator .feeColumn .feeSemester  li.feeItems:nth-of-type(even){
	background-color:#f2f2f2;
	}
#feeEstimator .formColumn .labelTitle:hover, #feeEstimator .feeColumn .feeTitle:hover{
	text-decoration:underline;
}
#feeEstimator .formColumn .labelTitle:hover ~ .infoButtonIconFont a, #feeEstimator .feeColumn .feeTitle:hover ~ .infoButtonIconFont a{
	color:#006341;
	}

#feeEstimator .feeColumn .feeSemester li.feeItems .feeTitle{
	padding-right:5px;
	cursor:pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version - supported by most up to date browsers */
	min-height: 44px;
	min-width: 44px;
	display: inline-block;
	padding-top: 10px;
  	padding-bottom: 10px;
}
#feeEstimator .feeColumn .feeSemester li.feeItems .feeValue{
	float: right;
    margin-right: 30px;
	line-height: 44px;
	}
	
#feeEstimator .feeColumn .feeSemester li.feeTotal{
	font-weight:bold;
	background-color:#f2f2f2;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 2px solid #000000;
}

#feeEstimator .feeColumn .feeSemester li.feeTotal span.semesterTotalText{
	/*nothing set at the moment*/
}
	
#feeEstimator .feeColumn .feeSemester li.feeTotal .feeTotalValue{
	font-weight:bold;
	background-color:#f2f2f2;
	padding-right:30px;
	float:right;
	display:inline-block;
	}


#feeEstimator .programTotal {
	font-weight:bold;
    min-height: 38px;
	height:auto;
    background-color: #e2e7e0;
    transition: 0.4s;
    margin: 2px 0px;
	padding: 10px;
	color:#222222;
}
#feeEstimator .programTotal .totalAsterix{
	float:right;
	
	}
#feeEstimator .programTotal .feeTitle .totalAsterix{
	
}

/*#feeEstimator .programTotal .totalAsterix{
	float:right;
	transform-origin: 40% 10%;
	vertical-align:sub;
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	
    transition:transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-ms-transition: -webkit-transform 0.5s;
	-o-transition: -webkit-transform 0.5s;
}

#feeEstimator .programTotal:hover .totalAsterix{
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	
    transition:transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-ms-transition: -webkit-transform 0.5s;
	-o-transition: -webkit-transform 0.5s;
	}*/
	
#feeEstimator ul.programTotal, #feeEstimator .programTotal{
    margin-top: 40px;
}
#feeEstimator .programTotal .feeTotalValue{
	font-weight:bold;
	padding-left:10px;
	float:right;
	display:inline-block;
	margin-right:12px;
	}
/*#feeEstimator .programTotal h4 {
    margin: 0;
    width: 50%;
    float: left;
    padding: 10px 15px 0px 10px;
}*/

/*#feeEstimator .programTotal h4:nth-of-type(2) {
    text-align: right;
}*/

#feeEstimator .financialAidLink {
	display:block;
	float: right;
	clear:both;
    margin-top: 35px;
	width:100%;
	height:auto;
	min-height:44px;
	max-width: 200px;
	/* background-color:#40ae49; */
    color:#ffffff;
    background-color:#006341;
}

#feeEstimator .financialAidLink a{
	display:block;
	width:100%;
	height:auto;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height: 44px;
	text-decoration:none;
}
#feeEstimator .financialAidLink a:hover{
	text-decoration:underline;
}

.totalAsterix{
	display: inline-block;
	font-size: 2.5em;
    color: #B50303;
	line-height:unset;
}

@media screen and (max-width: 1024px) {
	  #feeEstimator {
		   font-size: 1.1em;
	  }
	   
	  #feeEstimator .formColumn{
			margin-right:20px;
			max-width: 100%;
	  }
	  
	  #feeEstimator .formColumn label{
			width:100%;
	  }
	  
	  #feeEstimator .feeColumn{
			float:left;
			max-width: 100%;
			margin-top:40px;
	  }
      #feeEstimator .formColumn .buttons{
		  font-size:0.7em;
	  }
	}
	
@media screen and (max-width: 880px){
	
	}


@media screen and (max-width:767px){


    }

@media screen and (max-width:630px){

    }

@media screen and (max-width:480px){

    }

@media (max-width:400px) {
	  #feeEstimator {
	  font-size: .8em !important;
	  }
	  #feeEstimator .infoButtonIconFont {
	  	margin-left: 5px !important;
	  }
	  #feeEstimator .feeColumn .feeSemester li.feeItems .feeValue {
	  margin-right: 10px !important;
	  }
    }
	
	
	
	
	
	
	
	
	
	
	
	
	