  .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;
			align-items: flex-start;
}
.service-tiles.two-columns > .service-tile-item {
    max-width: 400px;
}
.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%;
	filter: grayscale(0.8);
}
.img-1:hover{
	filter: grayscale(0);
	transition: 0.3s;
}
			
.action-cards .secondary-title {
    font-size: 2rem;
    margin-top: 30px;
}
.action-cards {
    text-align: center;
}
.testimonial-design{
	padding: 46px;
    background: #003359;
    color: #fff;
    border-radius: 15px;
}
.icon-list{
	background: #002f55;
	color: #fff;
	border-radius: 100%;
	font-size: 19px;
	text-align: center;
}
.divider-3{
	width: 57px;
	margin: 25px 0px;
}
.border-left{
	border-left: 2px solid #A0A0A0;
	padding-left: 55px;
}
.fa-arrow-right-long:before, .fa-long-arrow-right:before{
	margin-left: 6px;
}
.dark-header{
	color: #313534 !important;
}
.list-header{
	color: #313534 !important;
}
.main-header{
	color: #313534;
	font-weight: bold;
	padding-left: 15px;
    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%;
}

.image-style-circle{
	border-radius: 100%
}
a.btn-solid:hover {
    background: #025b9700;
    border: 3px solid #00aeef;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
}
a.btn-solid {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    line-height: 1.1;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    border: 3px solid #00aeef;
    border-radius: 5px;
    background-color: #00aeef;
    padding: 22.5px 39.5px!important;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    background-position: 0 0!important;
}
.dark-wrapper a.btn-solid:hover{
	background: #025b9700;
    border: 3px solid #00aeef;
    border-radius: 5px;
    text-decoration: none;
    color: #313534;
	background-image: none !important;
    -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
}
a.btn-clear {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.1;
    overflow: hidden;
    border: 3px solid #00aeef;
    text-transform: uppercase;
    padding: 22.5px 39.5px!important;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #fff;
   
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.btn-clear:hover {
    background: #00aeef !important;
    text-decoration: none;
    background-repeat: no-repeat;

    color: #fff;
}

.card-design{
    text-align: center;
    padding: 26px;
    background: white;
    border-radius: 10px;
    border-top: 9px solid #00aeef;
	box-shadow: 10px 7px 7px #00000026;
	max-height: 185px;
}

.card-details{
	color: #2A2B2B !important;
}

.card-title {
    color: #2A2B2B !important;
    font-size: 1.363rem;
    padding-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.card-design:hover{
	background:  #00aeef;
	color: #fff !important;
	transition: 0.3s;
}
.card-design:hover h3{
	color: #fff !important;
	transition: 0.3s;
}
.card-design:hover p{
	color: #fff !important;
	transition: 0.3s;
}
.bio-header-noborder{
	font-weight: bold!important;
	color: #313534;
}
.bg-text {
    color: #00aeef1a;
    font-family: 'Avenir-Next', sans-serif!important;
    font-weight: bold!important;
    font-size: 15.625vw;
    font-weight: 700;
    line-height: 1em;
    z-index: 0;
    top: 0;
    position: absolute;
    right: 28px;
}
.bg-text.bottom-right {
    top: unset;
    bottom: -23px;
    left: 561px;
}
.bg-text.bottom-left {
    top: unset;
    bottom: -3px;
    left: 50px;
}
p.eyebrow {
    text-transform: uppercase!important;
    font-size: 14px;
    font-weight: bold;
    color: #003359;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.program-box .program-box-inside a {
    text-transform: uppercase;
    vertical-align: bottom;
    transition: .4s;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #F39336;
}
a.link-tag {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.program-link {
    text-decoration: none !important;
}
.icon {
    font-size: 25px;
    color: #00aeef;
}
.program-box {
    padding: 7px;
    position: relative;
    transition: 0.5s;
}
.program-box .program-box-inside {
	max-height: 143px;
    position: relative;
    padding: 30px;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
    border-radius: 10px 10px 10px 10px;
    background: #FFFFFF;
    transition: all .5s;
    z-index: 1;
}
h2, h3, p, figure {
    position: relative;
}
.program-box .program-box-inside h3.title {
    margin: 0 0px 11px 0px;
    font-size: 25px;
    line-height: 28px;
    color: #222222;
    text-transform: none;
    transition: 0.4s;
    font-weight: bold!important;
}
.program-box:hover .program-box-inside {
    background: #0e2b42;
    box-shadow: none;
}
.hull-hero hr, hr {
    height: 1px;
    background-color: rgb(0 0 0 / 12%);
    margin: 24px 0 48px 0;
}
.read-more-button {
    position: absolute;
    bottom: 2px;
    right: 6px;
}
.program-box:hover h3.title, .program-box:hover .degree-type, .program-box:hover p, .program-box:hover a {
    color: #fff;
}
.read-more-button .fal {
    transform: rotate(-45deg);
    color: #00AEEF;
}
.campaign-boxes {
    position: relative;
    padding: 20px;
    -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    width: 100%;
    height: auto;
    flex-basis: 33%;
    z-index: 2;
}
.campaign-boxes .cb-inner {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
    background-color: #ffffff;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.alliedhealth {
    color: #f8b73b;
}
			.content-wrapper {
    padding: 10px 30px 30px 30px;
}
.image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    height: 230px;
    width: 100.2%;
}
.matrix.inverse-wrapper .campaign-boxes p {
    margin: 0;
    padding: 0;
    color: #404040;
    transition: 0.4s;
}
.matrix.inverse-wrapper .campaign-boxes h3 {
    margin: 0 0 5px 0;
    font-size: 19px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: none!important;
    color: #404040;
    word-break: break-word;
    transition: 0.4s;
}
.campaign-boxes:hover .cb-inner {
    box-shadow: none;
}.
.cb-inner.alliedhealth:before {
    background-color: #f8b73b;
}
.cb-inner:hover:before {
    height: 100px;
}
.cb-inner:before {
    position: absolute;
    content: "";
    height: 0px;
    width: 5px;
    left: 0;
    top: 70%;
    border-radius: 50px;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
    background-color: #00aeef;
}
@media only screen and (min-width: 769px){
.pull-box-up {
    margin-top: -30px;
    margin-bottom: 30px;
}
}
@media (max-width:768px) {
.icon-list{
	font-size: 19px;
}
}
@media only screen and (max-width: 1100px){
.campaign-boxes {
    flex-basis: 100%;
}
}