  @media screen and (min-width: 720px) {
    .subsection:before {height: 450px;}
}
.chip {
    display: inline-block;
    background: #f3f3f3;
    padding: 0 20px 0 12px;
    border-radius: 32px;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.chip-icon {
    display: block;
    float: left;
    background: #003359;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 0 8px 20px -12px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
}
.chip-icon.publication {
    background: #b733a9;
    color: #fff;
}
.chip-icon.fellowship {
    background: #b73333;
    color: #fff;
}
.chip-icon.award {
    background: #ff9800;
    color: #fff;
}
.chip-icon.presentation {
    background: #82c342;
    color: #fff;
}
.chip-icon.featured {
    background: #64a0c8;
    color: #fff;
}
			
.info-title{
	font-weight: 400;
	font-size: 1.363rem;
}
#programsSearch .input-group-btn {
    margin: 0;
    padding: 0;
    height: 60px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    background-color: #fff;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 30px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 40px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-control {
    padding: 0;
    height: 37px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    /* border-bottom-color: rgba(12, 12, 12, 0.12); */
    background: transparent;
    color: #0c0c0c;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border: none;
    /* border-color: #ccc; */
}
.programs-sort.programs-card {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 3px 13px rgba(100,100,100,.1);
    box-shadow: 0 3px 13px rgba(100,100,100,.1);
    background: -o-linear-gradient(left, #003359 8px, #fff 0);
    background: linear-gradient(to right, #003359 8px, #fff 0);
    background-size: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.programs-sort.programs-card:before { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: 'View Program';
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: #003359;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(22px - .2vw);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    text-shadow: 1px 1px 0 #003359;
    padding: 20px;
    opacity: 0;
}
.upcoming-cards.upcoming-parent {
	margin: 20px 0 40px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: stretch;
}
@media (min-width: 1024px) {
    .upcoming-cards.upcoming-parent {grid-template-columns: repeat(auto-fit, minmax(300px, 400px));}
}
p.upcoming-cards.upcoming-date {
    float: left;
}
a.upcoming-cards.upcoming-button {
    display: none;
}
		
.image-style{
	margin-left:26px;
	border-radius: 13px;
	box-shadow: 0px 9px 11px #00000073;
}
.row.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.row.display-flex > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.left-test-img {
    border-radius: 50%;
    padding: 9px;
    border: 4px solid #95d98a;
}
.su2-title {
    font-size: 1.363rem;
}		
.action-cards p.name {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 20px;
    font-weight: bold;
}
.action-cards figure img {
    margin: auto;
    border-radius: 50%;
}
.action-cards .secondary-title {
    font-size: 2rem;
    margin-top: 30px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.action-cards {
    text-align: center;
}
.profileCard-parent .profileCard-extra {
    padding: 10px;
    text-align: center;
}
.profileCards-container.style2 .profileCard-parent:hover {
    box-shadow: 3px 2px 18px 0px rgb(0 0 0 / 10%);
}
.profileCards-container.style2 .profileCard-parent {
    margin: 10px;
    -ms-flex-preferred-size: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
    background: #fff;
    min-width: 280px;
    max-width: 340px;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.profileCard-body {
    padding-top: 10px;
}
.profileCards-container.style2 p.name a, .profileCards-container.style2 p.name, .profileCards-container.style2 .name {
    color: #000;
    margin-bottom: 0;
    font-weight: 700!important;
    text-transform: none;
    font-size: 19px;
    min-height: unset!important;
    padding-bottom: 0;
}
.profileCards-container.style2 .tel, .profileCards-container.style2 .email a {
    font-size: 14px;
    color: #00457c;
    font-weight: bold;
}
.profileCards-container.style2 .name:after {
    content: '';
    background: linear-gradient(to left, #00AEEF, #82c342);
    height: 4px;
    width: 80%;
    border-radius: 3px;
    margin: 1rem 10%;
}

.profileCards-container.style1 .title, .profileCards-container.style2 .title {
    font-size: .9em;
    font-style: italic;
    min-height: 2em;
    line-height: 1.2em;
    color: #616365;
    font-weight: 400;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
.profileCards-container.style1 ul.title li, .profileCards-container.style2 ul.title li, .profileCards-container.style3 ul.title li {
    width: 100%;
			color: #000;
}
.profileCards-container.style2 .tel, .profileCards-container.style2 .email a {
    font-size: 14px;
			color:#002f55;
}
.profileCards-container.style2{
	justify-content: space-around !important;
}

.flex-column {
    justify-content: center;
    flex-direction: column;
}
.row.display-flex > [class*='col-'] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
a.btn.bg-white {
    background-color: #fff;
    color: #003359;
    min-width: 200px;
}
a.btn.bg-white:hover {
    background: #003359;
    color: #fff;
}
a {
	font-weight: bold !important;
	color: #333;
	text-decoration: none;
}
.service-tile-item:first-of-type {
    padding-left: 0;
}
.service-tile-item .item .box {
    padding: 20px !important;
	    border-radius: 5px;
}

.image-style-circle{
	border-radius: 100%
}
.su2-title {
    font-size: 1.363rem;
	color: #20252b;
}
.left-test-img {
    border-radius: 50%;
    padding: 9px;
    border: 4px solid #95d98a;
}
.main-header{
	color: #003359;
	font-weight: 600 !important;
	padding-left: 15px !important;
    border-width: 3px 0 3px 3px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#00aeef), to(#44d62c)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom,#00aeef, #44d62c) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #00aeef, #44d62c) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #00aeef, #44d62c) 1 100%;
    border-image: linear-gradient(to bottom, #00aeef, #44d62c) 1 100%;
}

.contact-box .box {
    box-shadow: none;
    border: none;
    border-bottom: 5px solid;
    border-image-source: -moz-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    border-image-slice: 1;
}
.stats-box {
    display: flex;
    align-content: center;
    align-items: center;
    column-gap: 10px;
}
.stats-box p {
    margin: 0;
}
.rowcards {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.matrix.inverse-wrapper {
    background: #003359;
    color: #fff;
    background-image: url(/test/hm/shield-solid-1.svg)!important;
    background-position: -200px 50px!important;
    background-size: 40%;
    background-repeat: no-repeat!important;
}
.border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to bottom right, #44d62c 18%, #00aeef 100%);
}
.figures-box-tablet {
    position: relative;
	margin-bottom:6rem;
}
.figures-box{
   	background: #fff;
   	border-radius: 10px;
   	padding: 10px;
   	position: absolute;
   	top: -71px;
   	left: 380px;
}
.figures-side-border{
	    border-right: 3px solid;
    border-image-source: -moz-linear-gradient(to bottom, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to bottom, #00AEEF, #82c342);
    border-image-source: linear-gradient(to bottom, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to bottom, #00AEEF, #82c342);
    border-image-slice: 1;
}
h4.numbers {
    font-size: 4vw;
    color: #003359!important;
    margin-bottom: 0;
}
.figures-box p {
    color: #000!important;
}

a.btn, section a.btn {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #003359;
    padding: 22.5px 39.5px!important;
    margin-right: 20px;
    margin-bottom: 20px;
    border: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a.btn.naked, section a.btn.naked {
    background-color: transparent;
    color: #000;
    -webkit-box-shadow: inset 0 0 0 2px #003359, 0 0 0 rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 2px #003359, 0 0 0 rgb(0 0 0 / 20%);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a.btn.naked:hover, section a.btn.naked:hover {
    background: #003359;
    background-image: -o-linear-gradient(to top right, #e8ca4b 5%, #F39336 95%);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(5%, #2560a6), color-stop(95%, #003359));
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgb(0 0 0 / 20%);
    color: #fff;
}

.matrix.inverse-wrapper a.btn {
    background: #fff;
    color: #003359;
}
.matrix.inverse-wrapper a.btn:hover {
    color: #00AEEF;
}

.matrix.inverse-wrapper a.btn.btn-naked {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.matrix.inverse-wrapper a.btn.btn-naked:hover {
    color: #00AEEF;
}

.image-style {
    border-radius: 5px;
    margin-bottom: 17px;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
}
.btn-floating-action, a.btn-floating-action {
padding: 0!important;
margin:0!important;
width: 44px !important;	
}
.btn-floating-action .fa {
    margin: 0 0 0 6px;
}

p.eyebrow {
    text-transform: uppercase!important;
    font-size: 14px;
    font-weight: bold;
    color: #003359;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

@media(max-width:1200px) {
.figures-box {top:0; left:0;}
}
@media (max-width:768px) {
.figures-side-border{
	border-right: none;
}
.figures-box {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;

}
.figures-box-tablet{
	background: #fff;
	border-radius: 10px;
    margin-bottom: 30px;
}
	h4.numbers {font-size: 80px;}	
}
@media (max-width:425px) {
.figures-box {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    top: -4px;
   	left: 3px;
}
.figures-side-border{
	border-right: none;
}
}
.icon{
	font-size:50px;
	margin-right: 14px;
}
.fa-duotone:before, .fad:before {
	position: absolute;
	color: #002f55;
	opacity: var(--fa-primary-opacity,1);
}
.gradient-border {
  	position: relative;
	padding: 30px;
}
.gradient-border::after {
	content: "";
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: conic-gradient(
		from 30deg,
		#44d62c,
		#00aeef 46%,
		transparent 46%
	);
	-webkit-mask: radial-gradient(
		farthest-side,
		transparent calc(100% -  3px),
		#fff calc(100% -  3px + 1px)
	);
	mask: radial-gradient(
		farthest-side,
		transparent calc(100% -  3px),
		#fff calc(100% -  3px + 1px)
	);
}
.image-style-circle {
	border-radius: 100%;
}
.content-block ul {
    margin-bottom: 2rem;
}
.criteria-body {
margin-top: 0;
    margin-left: 2px;
    padding: 0 0 0 1rem;
    border-left: 1px solid #00AEEF;
    margin-bottom: 2rem;
}
.contact-box .btn {
    width: 100%;
    margin-bottom: 0 !important;
}
.service-tile-item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.l-page .alert {
    display: flex;
    flex-direction: column;
	max-width: 900px;
}
#programsSearch .input-group.input-group-sm {
    border: 1px solid #ccc;
}
#programs-sorter select {
    width: 100%;
    height: 60px;
    border-color: #ccc;
}

.programs-sort.programs-card-faculty {
background: #fff;
border-left: 8px solid;
    border-image-source: -moz-linear-gradient(to bottom, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to bottom, #00AEEF, #82c342);
    border-image-source: linear-gradient(to bottom, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to bottom, #00AEEF, #82c342);
    border-image-slice: 1;
}

.programs-sort-check {
    display: grid;
    margin-bottom: .5rem;
    font-size: 18px;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

#filters input[type="checkbox"] {
    display: grid;
    place-content: center;
    transform: scale(1);
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
	margin-top: 7px;
}

#filters input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #00AAEF;
}

#filters input[type="checkbox"]:checked::before {
  transform: scale(1);
a.link-tag:after {display: none;}	
}

@media (max-width:500px) {
.profileCards-container.style2 .profileCard-parent {flex-basis: 100%;}
a.btn {width: 100%;}
.service-tiles.two-columns > .service-tile-item {-ms-flex-preferred-size: 100%; flex-basis: 100%;}
.content-block h2, .content-block p, .l-content h4 {text-align: center;}
.service-tile-item {-ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 0;}
.panel-body ul {columns: 1 !important;}
#call-to-action p.text-left.mb-0 {margin-bottom: 2rem !important;}	
h2, .h2 {font-size: 1.834rem;}	
}

