.aboutHero {
    background-image: url('/global/images/Working_on_laptop_at_bar.jpg');
    height: 315px;
    clear: left;
    background-position-y: 42%;
}

ul.tabs {
	display: table;
	border-collapse: collapse;
	margin: 20px 0px 0px 0px;
}
ul.tabs li {
	display: table-cell;
	background-color: #266232;
	margin: 0px 5px;
	border-right: 8px #ffffff solid;
}
ul.tabs li:last-of-type {
	border-right:none;
}

ul.tabs li.active {
	background-color:#f3f6f3;
}
ul.tabs a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color:#ffffff;
}
ul.tabs li.active a {
	color:#000000;
}
div.tab-body {
	padding: 10px 0px;
	background-color: #f3f6f3;
	margin-bottom:50px;
}
div.tab-body>div {
	margin: 0px 20px;
}
div.tab-body p, div.tab-body a, blockquote footer {
	font-size: 14px;
}

div.value-tile-wrapper, div.action-button-wrapper {
	display:flex;
	flex-direction:row;
	text-align:center;
	vertical-align:top;
	gap:20px;	
}

div.value-tile {
	height:120px;
	width:260px;
	background-color:#e2e0b6;
	padding:8px;
	flex-basis: 33%;
	color: #1e4d2b;
	min-width:300px;
}

div.value-tile h2 {
	margin-top:5px;
	margin-bottom:0px;
	color: #1e4d2b;
}

div.value-tile p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

div.action-button-wrapper div {
	flex-basis: 33%;
}

div.action-button-wrapper img {
	width: 100%;
    	height: 180px;
    	display: block;
}

div.action-button-wrapper a {	
	background-color: #1e4d2b;
	font-size: 18px;
	display: block;
}


@media (max-width:1000px) {
	ul.tabs.hidden-phone {
		display:none;
	}
	div.value-tile-wrapper, div.action-button-wrapper {
		flex-direction:column;
		align-items:center;
	}
	div.value-tile {
		margin:10px auto;
	}
/*
	div.action-button-wrapper a {
		width:80%;
		margin:10px;
	}
*/
	div.content:first-of-type {
		margin-top:30px;
	}

	.about-intro-question {
		font-size:14px;
		font-weight:bold;
	}

	div.tab-body {
		margin-bottom:0px;
	}

	div.action-button-wrapper div {
		min-width:300px;
	}

	.aboutHero {
        	height: 200px;
	        background-position-x: 25%;
	        background-size: 175%;
	        background-repeat: no-repeat;
	}
}



/* accordion styles */
.aboutTopicList {
  max-width: 100%;
  width: 600px;
}

.aboutTopicList .list .sk-wrapper {
  align-items: center;
  display: none;
  height: 200px;
  justify-content: center;
}

.aboutTopicList .list.loading .sk-wrapper {
  display: flex;
}


@media (max-width: 815px) {
	.aboutTopicList-wrapper.hidden-phone {
		display:none;
	}

	main .aboutTopics-with-header {
	  padding-top: 40px;
	  background-color: #fff;
	}

	.aboutTopics-with-header h2 {
           display: none;
	}
}

.aboutTopicList .aboutTopic div {
  display: none;
}

.aboutTopicList .aboutTopic .name {
  cursor: pointer;
}


.aboutTopicList .aboutTopic {  
  display: block;
  text-decoration: none;
}


.aboutTopicList .aboutTopic .name {
  align-items: center;
  box-sizing: border-box;
  color: #1e4d2b;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  padding: 12px 0px;
  text-align: left;
}

.aboutTopicList .aboutTopic .name svg {
  margin-left: 10px;
  min-width: 16px;
  transform: rotate(90deg);
  width: 16px;
}

.aboutTopicList .aboutTopic .name img {
  margin-left: 10px;
  min-width: 16px;
  transform: rotate(90deg);
  width: 16px;
}

.aboutTopicList .aboutTopic .name:hover,
.aboutTopicList .aboutTopic .name:hover svg path {
  color: #A28114;
  stroke: #A28114;
}

.aboutTopicList .aboutTopic .name svg {
  transform: rotate(270deg);
}

.aboutTopicList .aboutTopic.active .name svg {
  transform: rotate(0deg);
}

.aboutTopicList .aboutTopic .name img {
  transform: rotate(270deg);
}

.aboutTopicList .aboutTopic.active .name img {
  transform: rotate(0deg);
}

.aboutTopicList .aboutTopic.active div:not(.name) {
  display: block;
}

.aboutTopicList .aboutTopic div {
  padding: 0px 20px 20px;
}

.aboutTopicList p li:last-child {
  border-bottom-width: 0;
}

.aboutTopicList li {
  margin-bottom: 10px;
}

.aboutTopicList li a {
  align-items: center;
  color: #1574ab;
  display: inline-block;
  text-decoration: underline;
}

.aboutTopicList li a:hover {
  text-decoration: none;
}


.about-intro-question {
	margin-bottom: 16px;
}

.about-degree-images {
	height: 180px;
    	background-size: cover;
}
