.transfer_credit_calc {
	background-color: #FFF;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 8%), 0px 6px 8px rgb(0 0 0 / 8%), 0px 3px 4px rgb(0 0 0 / 8%);
    border-top: 1px solid #D4D6D7;
    padding: 25px 0 0;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 950px;
}
.transfer_credit_calc .row.disclaimers {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.transfer_credit_calc .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.transfer_credit_calc label {
    display: block;
    font-size: .812em;
}
.transfer_credit_calc p {
    line-height: 1.625;
}
.transfer_credit_calc h2 {
    font-family: "Roboto", sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3;
}
.transfer_credit_calc hr {
    margin-top: 30px;
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #d8d8d8;
}
.transfer_credit_calc .row {
	margin-bottom: 0;
}
.transfer_credit_calc fieldset {
	overflow: visible;
    padding-left: 0;
    padding-right: 0;
}
.transfer_credit_calc .hidden, 
#calc_main_form span.request-school.mobile {
	display: none;
}
#transfer_credit_calc_container.transfer_credit_calc .hidden {
    display: none;
}
.transfer_credit_calc .showing {
	display: block;
}
.calc_header {
	padding: 0 25px 25px; 
}
.calc_header_title {
	display: flex; 
	width: 100%; 
	padding-bottom: 20px;
}
.calc_header h3.calc_title {
	color: #19191A;
	font-family: "PT Serif";
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 15px; 
	margin-top: 0;
	margin-bottom: 0;
}

.calc_header p {
	font-family: "Roboto", sans-serif;
}

.calc_header p.calc_subtitle {
	color: #19191A;
	font-size: 16px;
	line-height: 24px;	
    padding-right: 15px;
}

.calc_header p.calc_disclaimer {
	color: #747676;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}
.calc_banner {
    background-color: #063372;
	height: 64px;
	width: 100%;
	padding: 0; 
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 15px;	
    z-index: 2;
	position: relative;
}
.calc_banner p {
	color: #FFFFFF;
	letter-spacing: 0;
	margin-bottom: 0;	
    font-family: "Roboto", sans-serif;
}
.calc_banner .credit_calc {
	display: flex;
	padding-left: 32px;
}
.calc_banner p.transferable_credit_text {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    display: inline-flex;
    align-items: right;
}
.calc_banner span.ttc_text {
    width: 100px;
	color: #FFFFFF;
	margin: auto 10px auto 0;	
    font-size: 14px;
}
.calc_banner .view_ttc_text {
    margin-top: 3px;
}
.calc_header p.calc_disclaimer {
	margin-bottom: 20px;
}
.calc_header p.calc_disclaimer:last-child {
	margin-bottom: 0;
}
.calc_banner .disclaimer_text {
	font-size: 13px;
	font-style: italic;
	line-height: 21px;	
    font-weight: 300;
    padding-right: 10px;
	color: #FFFFFF;	
    text-align: right;
}
.calc_banner .disclaimer_text p.disclaimer_text--two-lines:first-of-type {
    margin-top: 13px;
}
.calc_banner .disclaimer_text p.disclaimer_text--two-lines:not(:first-of-type) {
    margin-top: 0;
}
.calc_banner .disclaimer_text p.disclaimer_text--one-line {
    display: none;
}
.calc_banner p.view_courses_text {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
    align-items: center;
    margin-left: 5px;
    margin-top: 16px;
}
.calc_banner p.view_courses_text .view_courses_num {
    word-break: keep-all;
}
.calc_banner p.view_courses_text .view_courses_words {
    margin-right: 5px;
    line-height: 1.2;
}
.calc_banner svg.view_courses_x_svg {
    display:none;
}
.calc_banner #transferable_hours_block {
	display:flex;
	align-items: center;
	text-align:right;
}
.calc_banner #transferable_hours {
	font-family: "Roboto", condensed, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 32px;
    padding-right: 15px;
}
.calc_banner #transferable_hours span,
.calc_banner #transferable_hours p {
	color: #fff;
}
.calc_banner .apply.white_btn {
    background: #FFFFFF !important;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #0059C0;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    min-width: 80px;
    max-width: 200px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: box-shadow .1s ease;
    -webkit-user-select: none;
    user-select: none;
    font-weight: 600;
    text-wrap: wrap;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/* View courses styling */
.view_course {
    position: absolute;
    right: 0;
    z-index: 1;
    margin: -35px 15px 0 0;
}
.under_view_course {
    z-index: 0;
}
.view_course #selected_course_list {
    background-color: #fff;
    max-height: 320px;
    width: 382px;
    overflow-y: auto;
	overflow-x: hidden; 
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.08), 0 6px 8px 0 rgba(0,0,0,0.08);
	text-align:left;    
}
.view_course .request-school {
	float:right;
	color:#777;
	font-style: italic;
	font-size:.85em;
}
.view_course .school_block {
    margin: 0;
	opacity: 1;
	transition:.2s opacity;
}
.view_course .school_block.removed {
	opacity:0;
}
.view_course h4.school_name {
	color: #19191A;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 16px;
	background-color: #F2F8FF;
	padding: 10px 15px;
}
.mil_course_term {
    font-style: italic;
    margin-top: 5px;
    font-size: 13px
}
.school_name {
	border-bottom:1px solid #D8D8D8;
	padding:5px 0;
	font-weight:bold;
	margin:0;
}
.selected_course {
	border-bottom:1px solid #D8D8D8;
	padding:11px 15px;
	display:flex;
	align-items: center;
	opacity:1;
	transition: .2s;
}
.selected_course.stacked {
    flex-direction: column;
}
.selected_course_top, .selected_course_bottom {
    width: 100%;
}
.selected_course_bottom .liberty_course_num {
    font-size: 13px;
}
.selected_course_bottom {
    padding-top: 5px;
}
.selected_course.removed {
	overflow:hidden;
	opacity:0;
	max-height:0;
	padding-top:0;
	padding-bottom:0;
}
.selected_course:after {
	content:'';
	clear:both;
	display:block;
}
.selected_course_left {
	float:left;
}
.selected_course_right {
	float:right;
	flex-grow: 1;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.selected_course_right .remove_course {
margin-top: 11px;
}

/* form styling */
#calc_main_form {
	padding: 23px 31px; 
	background-color: #F8FAFB;
    z-index: 2;
    position: relative;
}
#calc_main_form p.find_course_text {
	margin-bottom: -15px; 
	font-weight: bold;
}

.has-loader {
	position: relative;
}
.has-loader:after {
    content: '';
    height: 42px;
    position: absolute;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background: #ffffff;
    z-index: 1;
}
.has-loader.loader-right:after {
	display:none;
}
.has-loader:before {
	content:'';
	z-index:2;
	position:absolute;
	left:13px;
	bottom:11px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 0.25rem solid #e1e1e1;
    border-top-color: #bfbfbf;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.has-loader.loader-right:before {
	right: -15px;
	left: 150px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#calc_main_form .visually-hidden {
	position: absolute;
	left:     -10000px;
	top:      auto;
	width:    1px;
	height:   1px;
	overflow: hidden;
  }
#calc_main_form .state_institutions, 
#calc_main_form .year_term_course,
#calc_main_form .select_year,
#calc_main_form .select_term {
    display: flex;
}
#calc_main_form .year_term_course {
    margin: 25px 0;
}
#calc_main_form label {
	z-index: 200;
	position: inherit;
}
#calc_main_form label strong {
	font-size: 14px;
}
#calc_main_form label[for="stateSelect"],
#calc_main_form label[for="yearSelect"],
#calc_main_form label[for="termSelect"] {
	margin-right: 25px;
}
#yearSelect_chosen.chosen-container-single .chosen-single div {
    right: 11px;
}
#calc_main_form select,
#calc_main_form input {
background-color: #fff;
}
#calc_main_form input {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    color: #222;
    line-height: 21px;
    padding: 9px 5px;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
#calc_main_form label {
    margin-bottom: 0;
}
#calc_main_form label[for="stateSelect"] {
	width: 153px;
}
#calc_main_form label[for="institutionSelect"] {
	width: 100px;
	margin-bottom: 0;
}
#calc_main_form .institution_select_width {
	width: 360px;
}
#calc_main_form span.asterisk_required {
	font-weight: 300;
	color: red;
}
#calc_main_form select,
#calc_main_form #courseSelect {
	height: 48px;
	padding: 0 0 0 10px;	
    margin-top: 3px;
	background: #fff;
}
#calc_main_form .institution_request {
	width: 100%;
	display: inline-flex;
	justify-content:space-between;
}
#calc_main_form span.request-school.desktop {
	font-size: 12px;
	margin-top: -19px;
	float: right;
}
#calc_main_form #courseSearch {
	background: #0059C0;
    padding: 15px 15px 14px 15px;
    font-size: 1em;
    line-height: 1.3em;
}
#calc_main_form #courseSearchMil {
    background: #0059C0;
    padding: 15px 15px 14px 15px;
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}
#calc_main_form .course_search.btn {
	font-family: "Roboto", sans-serif;
	text-align: center;
	cursor: pointer;
	width: 133px;
	max-width: 100%;
	text-align: center;
	min-width: 0;
	display: inline-block;
	transition: .2s all;
	color: #fff;
	height: unset;
	text-transform: unset;
	font-weight: normal;
	border-radius: 6px;
}
#calc_main_form .no-results {
	margin-top: 25px;
	text-align: center;
}
#calc_main_form .easy-autocomplete li {
    margin-left: 0;
    margin-top: 5px;
}
.results_hr, .results_hr_mil {
	border-bottom: 1px solid #D8D8D8;
    margin-top: 25px;
    width: 100%;
    text-align: right;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 0 25px 25px;
}
.disclaimer {
	line-height:1.35em;
	color:#666666;
	margin-top: 30px;
	font-size:.86em;
	text-align:center;
}
.no_courses {
	text-align:center;
	font-size:.875em;
	padding: 19px 0;
	color:#666666;
	font-style:italic;
	margin-top:30px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#add_course .results {
	padding:0;
}
#add_course .course_results {
	margin:0;
}
.course_result {
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	border-bottom:1px solid #D8D8D8;
	padding: 14px 0;
}
.course_result:last-child {
	border:none;
}
.course_result:first-child {
	border-bottom: 1px solid #D8D8D8;
}
.course_result .course_result_liberty  {
	width:25%;
}
.course_result .course_result_name,
.course_result .course_result_desc,
.course_result .liberty_course_num {
	font-size:14px;
}
.course_result .course_result_liberty .light {
	font-size:12px;
}

.moreLink, .lessLink {
    cursor: pointer;
}

.mil_course_or {
    font-style: italic;
    margin-left: 4px;
    margin-right: 4px;
}

.mil_course .liberty_course_num {
    font-weight: 600;
}

.military_course_equivs_disclaimer {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
}

.lu_course .in_results {
    display: none;
}
.course_result_liberty .in_results {
    display: block;
}


.lu_course .in_view_courses {
    display: block;
}
.course_result_liberty .in_view_courses {
    display: none;
}

.lu_course .in_view_courses_expanded_courses {
    display: none;
}

.actions {
	text-align:right;
	width:133px!important;
}
.btn-add {
	background:#0059C0;
	cursor:pointer;
	color:#fff;
	padding:15px 15px 14px 40px;
	font-size:1em;
	display:inline-block;
	border:none;
	border-radius: 6px;
	position:relative;
	height: 50px;
    line-height: 1.3em;
    width: 138px;
	margin-right: -5px;
}
.btn-add:before {
	content: '+';
	font-size: 24px;
	line-height: 0px;
	position: absolute;
	top: 50%;
	left: 15px;
}
.btn-remove {
	background: transparent;
	border: none;
	color: #2773cb;
	text-align: center;
    margin: 0 auto 14px;
	padding: 16px 15px 14px 15px;
	display: block;
	cursor: pointer;
	font-size:14px;
}
.lu_course {
	display: inline-block;
	max-width: calc(100% - 36px);
}
.course_desc,
.course_number {
	color:#222;
	font-family: "Roboto", sans-serif;
    font-size: 13px;
	letter-spacing: 0;
	line-height: 16px;
}
.course_number {
	font-weight: bold;
	font-size: 14px;
}
.remove_course,
.close_view_courses {
	width:16px;
	height:16px;
	display: block;
	cursor: pointer;
	position: relative;
	margin-left:20px;
	float:right;
	background:transparent;
	border:none;
}
.remove_course:before,
.close_view_courses  {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	width:2px;
	background:#AFAFAF;
	transform: rotate(45deg);
	margin-left:-1px;
}
.remove_course:after,
.close_view_courses  {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	width:2px;
	background:#AFAFAF;
	transform: rotate(-45deg);
	margin-left:-1px;
}

.bullet {
	color:#858585;
}

#calc_main_form .year_term_only,
#calc_main_form .course_name_desc {
    display: flex;
}
#calc_main_form 

#calc_main_form #courseResultsMil .course_name_desc {
    flex-direction: column;
}
#calc_main_form .chosen-single span,
#calc_main_form #courseSelect,
#calc_main_form .chosen-results,
#calc_main_form select {
	font-size: 16px;
}

#calcBanner .credit_calc {
    display: flex;
    min-width: 180px;
}
#calcBanner .disclaimer_view_courses {
    display: flex;
    justify-content: flex-end;
    min-width: 150px;
    margin-bottom: 14px;
}

#calc_main_form label[for="courseSelect"] {
    display: inline-block;
}
#calc_main_form .form_inputs {
    display: inline-block;
    vertical-align: top;
}

.transfer_credit_calc .disclaimers .columns {
    display: inline-block;
}

.transfer_credit_calc .one.column,
.transfer_credit_calc .one.columns {
    width: 5.9%;
}
.transfer_credit_calc .two.columns {
    width: 14.45555556%;
}
.transfer_credit_calc .three.columns {
    width: 23%;
}
.transfer_credit_calc .four.columns {
    width: 31.56666667%;
}
.transfer_credit_calc .five.columns {
    width: 40.66666667%;
}
.transfer_credit_calc .six.columns {
    width: 48.66666667%;
}
.transfer_credit_calc .seven.columns {
    width: 56.66666667%;
}
.transfer_credit_calc .eight.columns {
    width: 65.78%;
}
.transfer_credit_calc .nine.columns {
    width: 74.33333333%
}
.transfer_credit_calc .ten.columns {
    width: 82.8%
}

#courseResults, #courseResultsMil {
    display: inline-block;
}

#courseResultsMil {
    flex-direction: column;
}

#calc_course_search .form_inputs {
    z-index: 1;
}

#selected_courses {
    display: inline-block;
    vertical-align: top;
}

#transferable_hours {
    word-break: initial;
}

#transferable_hours_dash {
    padding: 2px;
}

#calc_main_form .chosen-container-single .chosen-single div b {
	/* extracted from chosen lib */
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='12px' height='9px' viewBox='0 0 12 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eaccording arrow%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Current-Students' transform='translate(-413.000000, -971.000000)' stroke-width='2' stroke='%23000'%3E%3Cg id='Group-12' transform='translate(100.000000, 815.000000)'%3E%3Cpolyline id='according-arrow' transform='translate(319.000000, 160.430022) rotate(-90.000000) translate(-319.000000, -160.430022) ' points='321.50062 155.430022 316.49938 160.427522 321.50062 165.430022'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat !important;
}


#calc_course_search, #military_calc_course_search {
    display: none;
}

#calc_course_search.active, #military_calc_course_search.active {
    display: block;
}

#military_calc_course_search, .military_form_inputs, .military_select_course {
    width: 100%;
}

#transfer_credit_calc_container .military_form_inputs {
    margin-bottom: 20px;
    z-index: 10;
}

#calc_main_form label[for="militaryCourseSelect"] {
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

#calc_main_form label[for="militaryCourseSelect"] p {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #69768e;
}

#calc_main_form #education_type label[for="educationTypeSelect"] {
    width: 100%;
}

#calc_main_form #education_type .select_education_type {
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 10px;
}

#calc_main_form #education_type .select_education_type #collegeEducationType,
#calc_main_form #education_type .select_education_type #militaryEducationType {
    display: flex;
    min-width: 215px;
    background: white;
    border-radius: 5px;
    border: 2px solid #dadbdd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#calc_main_form #education_type .select_education_type #collegeEducationType.active,
#calc_main_form #education_type .select_education_type #militaryEducationType.active {
    border: 3px solid #2551a8;
}

#calc_main_form #education_type .select_education_type #collegeEducationType .college-education-text-grouping,
#calc_main_form #education_type .select_education_type #militaryEducationType .military-education-text-grouping {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
}

#calc_main_form #education_type .select_education_type .college-education-text,
#calc_main_form #education_type .select_education_type .military-education-text {
    font-size: 18px;
    color: #2551a8;
    user-select: none;
}

#calc_main_form #education_type .select_education_type .college-education-svg,
#calc_main_form #education_type .select_education_type .military-education-svg {
    width: 24px;
    height: 24px;
}

#calc_main_form #education_type .select_education_type .college-education-check,
#calc_main_form #education_type .select_education_type .military-education-check {
    width: 24px;
    height: 24px;
    display: none;
}

#calc_main_form #education_type .select_education_type #collegeEducationType.active .college-education-check,
#calc_main_form #education_type .select_education_type #militaryEducationType.active .military-education-check {
    display: block;
}


/** 
 * Reference this chart to understand the @media queries in this file.
 * 
 * The transfer credit calc needs to change styling based on its width, but it doesn't
 * span the whole page when the overall page is in a desktop layout. So the relationship
 * between the width of the TCC and the width of the page has a sharp discontinuity
 * around 767px due to the shift in the overall page layout at that width.
 *
 *
 *  <- $(".transfer_credit_calc").width()  (Y axis)
 *
 * 800                                       *  *  *
 *                           *           *
 * 600                     *        *
 *                     *        *
 * 400              *         *
 *               *
 * 200
 *
 * 0    0    200   400   600   800   1000   1200   1400
 *                      @media width (X axis)
*/


@media (max-width: 500px) {
    .calc_banner .disclaimer_text p.disclaimer_text--one-line {
        display: block;
    }
    .calc_banner .disclaimer_text p.disclaimer_text--two-lines {
        display: none;
    }

    #calcBanner .disclaimer_view_courses {
        justify-content: center;
    }
}

@media (max-width: 550px) {
    #calc_main_form #education_type .select_education_type {
        flex-direction: column;
    }
}

@media (min-width: 767px) and (max-width: 850px) {
    #calc_main_form #education_type .select_education_type {
        flex-direction: column;
    }
}

 @media screen and (max-width: 781px) {
    .transfer_credit_calc .row.disclaimers {
       flex-direction: column;
       gap: 0;
    }
    .calc_banner .credit_calc {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 900px) {
    #courseResults .course_result_liberty, #courseResultsMil .course_result_liberty {
        display: inline-block;
    }
}

@media (max-width: 1076px) {
	.calc_banner .columns.six.disclaimer_view_courses {
		width: 60%;
	}
	.calc_banner .columns.six.credit_calc {
		width: 80%;        
        margin-bottom: 0;
	}
	.calc_banner .disclaimer_text p {
		font-size: 12px;
        line-height: 16px;
	}
	#calc_main_form .state_institutions, 
	#calc_main_form .year_term_course {
		display: block;
	}

	#calc_main_form span.request-school.desktop {
    	display: none;
    }

	#calc_main_form span.request-school.mobile {
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}
	#calc_main_form label:not([for="stateSelect"]) {
		margin-top:24px
	}
	#calc_main_form .year_term_only {
		margin-top: -25px;
	}
	.view_course {
		position: relative;
		right: 0;
		z-index: 0;
        margin: -23px -31px 23px;
	}
	.view_course #selected_course_list {
		background-color: #fff;
		max-height: 320px;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden; 
		border-radius: 4px;
		background-color: #FFFFFF;
		box-shadow: none;
		text-align: left;    
	}
	.view_course .five.columns.selected_courses {
		width: 100%;
	}
}

@media (max-width: 900px) {
	#calc_course_search .columns, #military_calc_course_search .columns {
        min-width: auto;
    }
    .calc_banner .btn.apply.white_btn.show {
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
	}
    .calc_banner .columns.six.disclaimer_view_courses {
		width: 60%;
	}
	.calc_banner .columns.six.credit_calc {
		width: 40%;   
	}
    #calc_main_form label[for="institutionSelect"],
	#calc_main_form label[for="courseSelect"] {
    width: 100%;
	max-width: 370px;
    }
	#calc_main_form .institution_select_width {
		width: 100%;
		max-width: 370px;
	}
    #courseResults .course_result .course_result_liberty, #courseResultsMil .course_result .course_result_liberty {
        display: none;
    }
    .btn-add {
        padding: 11px 10px 5px 5px;
        font-size: 1em;
       height: 40px;
        line-height: 1.3em;
        width: 105px;
        font-size: 13px
    }
    .btn-add:before {
        content: '+';
        font-size: 18px;
        line-height: 0px;
        position: absolute;
        top: 50%;
        left: 9px;
    }
    #calc_main_form .course_name_desc {
        display: block;
    }
    .calc_header_title  {
        display: flex;
        flex-direction: column;
    }
    .calc_header h3.calc_title {
          font-weight: 300;
          line-height: 28px;
          text-align: center;
    }
    .calc_header_title p.calc_subtitle {
          text-align: left;
    }
    .calc_header_title svg {
          margin: auto;
    }
    .calc_header_title svg {
          margin-bottom: 13px;
          width: 60px;
          height: 60px;
    }
    .calc_header p.calc_subtitle {
          font-size: 14px;
          line-height: 21px;
          padding-right: 0;
    }
	#calc_main_form .course_result_desc {
		  padding-right: 5px;
	}
    .calc_banner {		
		padding-left: 15px;
	}
}

@media (min-width: 550px) and (max-width: 900px) {
    .calc_banner .btn.apply.white_btn.show {
        font-size: 14px;
    }
}


@media (min-width: 782px) and (max-width: 856px) {
    .calc_banner .btn.apply.white_btn.show {
        font-size: 10px;
    }
}

@media (max-width: 767px) {

	.transfer_credit_calc .eight.columns, 
    .transfer_credit_calc .eleven.columns, 
    .transfer_credit_calc .five.columns, 
    .transfer_credit_calc .four.columns, 
    .transfer_credit_calc .nine.columns, 
    .transfer_credit_calc .one.column, 
    .transfer_credit_calc .one.columns, 
    .transfer_credit_calc .seven.columns, 
    .transfer_credit_calc .six.columns, 
    .transfer_credit_calc .ten.columns, 
    .transfer_credit_calc .three.columns, 
    .transfer_credit_calc .twelve.columns, 
    .transfer_credit_calc .two.columns {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .calc_header .columns {
        margin-bottom: 14px;
    }
    .transfer_credit_calc .columns .columns {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 500px) {
	.calc_banner .disclaimer_text {
		font-size: 10px;
		margin-left: 5px;
	}
}

@media(max-width: 500px) {

    .transfer_credit_calc .calc_banner {
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px;
    }

    .credit_calc {
        padding-left: 0px;
    }

    .disclaimer_view_courses {
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }
    
    .calc_banner .disclaimer_text {
        text-align: center;
    }
    
    .calc_banner .columns.six.credit_calc {
        text-align: center;
        justify-content: center;
    }

    #calcBanner .credit_calc {
        display: flex;
        min-width: 100%;
    }

    .calc_banner .btn.apply.white_btn.show {
        margin-top: 20px;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
	 .calc_banner .columns.six.disclaimer_view_courses {
		width: 50%;
	}
    .calc_banner .view_courses_text {
        font-size: 13px;
    }
    .calc_banner .view_courses_text svg {
        margin-top: -4px;
    }
    .calc_banner .columns.six.credit_calc {
		width: 20%;   
    }
    #calc_main_form span.institution_request strong {width: 100px; }
	
	#calc_main_form span.request-school {
		text-align: right;
	}
    #calc_main_form .select_year {
        width: 100%;
    }
    #calc_main_form .select_term {
         width: 100%;
    }
    #calc_main_form label[for="yearSelect"], 
    #calc_main_form label[for="termSelect"] {
    margin-right: 7px;
	}
	#calc_main_form label[for="termSelect"] {
    margin: 25px 0 0 7px;
	}
}

@media (min-width: 781px) and (max-width: 920px) {
    .transfer_credit_calc #calcBanner .credit_calc.with-dash {
        padding-left: 5px;
    }
}

@media (min-width: 500px) and (max-width: 1050px) {
    .calc_banner #transferable_hours.with-dash {
        font-size: 24px;
    }
}


/* Institute Styling */
.select_institution {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
#institutionRequestLabel {
	grid-column: 1;
}
.select_institution .institution_select_width {
	grid-column: 1/4;
}
.select_institution .request-school.desktop {
	grid-column: 2/4;
	grid-row: 2;
	justify-self: end;
}