/* Brand Colors
Evergreen: #184f2c;
Lime: #ced54a;
Brand Blue: #025293;
Brand Orange: #ff8849;
Brand Maroon: #96172d;
light gray: #f8f8f8;
*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Sorts+Mill+Goudy&display=swap');
@import url('http://cdn.iconmonstr.com/1.3.0/css/iconmonstr-iconic-font.min.css');
* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
}

/* To accommodate the height of the header navigation */

/* End header navigation accommodation */

/* Flexbox standard classes */
.fb {
	display: flex;
	justify-content: center;
}

.ac {
	align-items: center;
}

.strt {
	justify-content: flex-start;
}

.flcol {
	flex-direction: column;
}

.flend {
	justify-content: flex-end;
}
/* End flexbox standar */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Neue Helvetica Condensed';
	text-transform: uppercase;
}

img {
	max-width: 100%;
}

.display-none {
	display: none !important;
}

.main {
	background: linear-gradient(90deg,#fff 10px,transparent 1%),linear-gradient(#fff 10px,transparent 1%) center,rgba(0,0,0,.05);
    background-size: 12px 12px;
}

.component {
	background: rgba(255,255,255,.4);
}

.component .has_triangle:before {
    content: '';
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    position: absolute;
    top: 25%;
    left: -12px;
    background-color: #fff;
}

.c5 .video-heading.has_triangle:before {
	width: 21px;
	height: 21px;
	left: -10px;
}

@media (max-width: 700px) {
	.title {
		height: 250px;
		margin: 60px auto;
	}
	.title h1 {
		font-size: 2em;
	}
	.title h3 {
		font-size: 0.9em;
		text-align: center;
	}
}

/* ++++++++++++++++++++++

Background Color Classes

++++++++++++++++++++++ */

.lime-green {
	background: #ced54a;
	color: #184f2c;
}
.evergreen {
	background: #184f2c;
	color: #ced54a;
}
.brand-blue {
	background: #025293;
	/* FONT COLOR NEEDED */
}
.brand-orange {
	background: #ff8849;
	/* FONT COLOR NEEDED*/
}
.brand-maroon {
	background: #96172d;
	/* FONT COLOR NEEDED*/
}
.light-gray {
	background: #f8f8f8;
	/* FONT COLOR NEEDED*/
}

/* End Color Classes */

/* ++++++++++++++++++++++

Components

+++++++++++++++++++++++ */
.component {
	margin: 100px auto 50px auto;
}
.component > .version{
	margin-top: 0px;
} 
.component .version ~ .version {
	margin-top: 100px;
}

.component {
	margin: 0 auto 60px auto;
}

.component h1 {
	font-weight: 700;
}

.component p,
.component a {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.1rem;
	color: #111;
	line-height: 1.7;
}

.component p {
	margin: 0 0 1em 0;
}

.component-header {
	padding: 15px;
}

.component-header h3 {
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 1.8rem;
}

.component-header p {
	max-width: 740px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	line-height: 1.4;
}

/* C1 Hero Desktop */
.hero-component {
	background-color: #184f2c;
	position: relative;
	max-height: 500px;
}

.hero-component img {
	width: 100%;
	object-fit: cover;
}

.hero-component.v2 {
	background-size: cover !important;
	min-height: 500px;
}

.hero-component.v2:after {
	display: none;
}

.hero-component:after {
	content: '';
   	width: 100%;
   	height: 100%;
    background: url(/administration/marketing/img/bg-diamonds-white.png) right top no-repeat;
    background-size: 50%;
    position: absolute;
}

.hero-component-text {
    position: absolute;
    left: -30px;
    bottom: 45px;
    padding: 20px;
    background-color: #ced54a;
    z-index: 1;
}

.hero-component-text:after {
	content: '';
    width: 0;
    height: 0;
    border-bottom: 21px solid transparent;
    border-left: 31px solid transparent;
    border-right: 31px solid #184f2c;
    position: absolute;
    bottom: -21px;
    left: -32px;
}

.hero-component.v2 .hero-component-text {
	position: relative;
	background: none;
	padding: 0 0 0 0;
	max-width: 740px;
	justify-content: flex-start;
	flex-direction: column;
	left: 15%;
	bottom: initial;
}

.hero-component.v2 .hero-component-text:after {
	display: none;
}

.hero-component .hero-component-text h1 {
    margin: 0 0 0 0;
    padding: 0 15px 0 60px;
    font-family: 'Neue Helvetica Condensed';
    font-weight: 100;
    font-size: 3em;
    color: #fff;
}

.hero-component.v2 .hero-component-text h1 {
    margin: 0 0 0 0;
	padding: 0 0 0 0;
    font-family: Sorts Mill Goudy;
    font-weight: 400;
    font-size: 2.3em;
    color: #dadd96;
	text-transform: initial;
}

.hero-component.v2 .hero-component-text h3 {
    padding: 0 0 15px 0;
    font-family: Neue Helvetica;
    font-weight: 300;
    color: #fff;
    max-width: 400px;
    font-size: 0.8rem;
    line-height: 1.3;
    letter-spacing: 1px;
	text-transform: initial;
}

#c1 .hero-component.v2 .hero-component-links {
	display: flex;
	justify-content: left;
}

.hero-component.v2 .hero-component-text button {
	background-color: #dadd96;
	border: none;
	padding: 7px 45px;
	border-radius: 2px;
	text-transform: uppercase;
	margin-right: 15px;
}

.hero-component.v2 .hero-component-text button a {
	color: #184f2c;
	font-family: 'Open Sans';
	font-size: 0.7rem;
	font-weight: 600;
	text-decoration: none;
}

/* Large Desktop On Template Page*/
/* Hero */
@media (min-width: 1800px) {
	.hero-component .hero-component-text h1 {
		font-size: 4.2em;
	}
	.hero-component .hero-component-text h1 {
		font-size: 3em;
	}
}

/* Hero */
@media (max-width: 900px) {
	#hero.component {
		margin: 0 auto 30px auto;
	}
	.hero-component.v1 {
		min-height: 250px;
	}
	.hero-component.v1 img {
		max-width: 100%;
	}
}

/* Hero */
@media (max-width: 600px) {
	.hero-component.v1 {
	    min-height: 200px;
	}
	.v1 .hero-component-text {
		max-width: 100%;
	}
	.hero-component .hero-component-text h1 {
		font-size: 1.8em;
		padding: 0 15px 0 30px;
	}
	.hero-component:after {
		background-size: 70%;
	}
}

@media (max-width: 500px) {
	.hero-component.v2 {
		justify-content: center;
	}
	.hero-component.v2 .hero-component-text {
		left: initial;
    	bottom: initial;
		text-align: center;
		margin: 0 auto;
	}
	.hero-component.v2 .hero-component-links {
		flex-direction: column;
		align-items: center;
	}
	.hero-component.v2 .hero-component-links button {
		margin-bottom: 10px;
	}
}

@media (max-width: 400px) {
	.hero-component-text {
    	width: 100%;
   	 	height: 100%;
   		top: 0;
		right: 0;
		left: 0;
    	background-color: rgba(21, 88, 45, 0.6);
    	display: flex;
    	align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.hero-component .hero-component-text h1 {
		font-weight: 300;
	}
	.hero-component-text:after {
		border: none;
	}
}

/* Breadcrumbs */
.breadcrumbs {
	position: absolute;
    top: 5px;
    left: 5px;
    list-style-type: none;
    display: flex;
	z-index: 2;
}

.breadcrumbs li {
	padding: 0 10px;
	text-decoration: none;
    color: #fff;
    font-size: 0.8rem;
}

.breadcrumbs li a {
	text-decoration: none;
	color: #fff;
	font-size: 0.8rem;
}

/* WYSIWYG */
.wysiwyg {
	font-size: 1.1em;
	line-height: 1.5;
    font-weight: 100;
}
.wysiwyg h3 {
	font-size: 1.6rem;
}
.wysiwyg p {
	font-size: 1.1em;
	line-height: 1.5;
    font-weight: 100;
}

.wysiwyg li {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 1;
	color: #111;
	padding: 5px 0;
	margin-left: 15px;
}

.wysiwyg li a {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.1rem;
	color: #111;
}

/* C3 Feature Thumbnail List */
.feature-thumbnail-list h2 {
	font-size: 2.5em;
	margin-top: 80px;
}
.topiclist1 {
	margin: 0 -18px;
	padding: 0 0 33px;
	list-style: none;
	overflow: hidden;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.feature-thumbnail-list {
  display: grid;
  transition: all 0.3s ease;
  grid-template-columns: 50% 50%;
}

.ftl_item {
  padding: 20px 0;
  transition: all 0.3s ease;
  position:relative;
  display: flex;
  min-height: 200px;
}
.ftl_content h3,
.ftl_content h3 a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.08em;
}

.ftl_content p,
.ftl_content p a {
	color: #ced54a;
	text-decoration: none;
	line-height: 1.4;
	font-size: 0.9rem;
}

.ftl_content > div {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 0.9em;
}


.ftl_content .ftl_location {
	color: #ced54a;
	padding: 10px 0;
}
.ftl_content .ftl_date,
.ftl_content .ftl_time {
	color: #fff;
}
.ftl_item .ftl_content {
	width:calc(70% - 15px);
	background-color: #184f2c;
	padding: 15px 10px 10px 20px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.ftl_item .ftl_desc,
.ftl_item .ftl_cta {
	display:none;
}
.ftl_item .ftl_desc p {
	margin: 10px 0px;
	line-height:22px;
	font-size: 15px
}
.ftl_item .ftl_image {
	width: 30%;
	background-color: #999;
	overflow: hidden;
	max-width: 350px;
	display: block;
	font-size: 0;
	line-height: 0;
}
.ftl_item .ftl_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ftl_item .ftl_image > a {
	font-size: 0 !important;
	line-height: 0;
}
.ftl_item .ftl_close {
	display:none;
	position:absolute;
	top:25px;
	right:25px;
	cursor:pointer;
	font-weight:bold;
	padding:3px 10px;
	background-color:#FFF;
	border:1px solid #CCC;
	color:#AAA;
}
.ftl_item .ftl_close:hover {
	border:1px solid #AAA;
	color:#999;
	background-color:rgba(233,236,141, 0.4);
}

/* Active */
.ftl_item.active {
  padding: 60px 60px;
  grid-column-start: 1;
  grid-column-end: 3;
  background-color: rgba(50,50,50,0.1);
}

.ftl_item.active .ftl_image img {
	height: 100%;
    object-fit: cover;
}
.ftl_item.active .ftl_close {
	display:block;
}
.ftl_item.active .ftl_content {
	overflow: scroll;
	padding: 25px 5px 15px 25px;
}
.ftl_item.active a.ftl_expand {
	cursor:default;
	font-size: 150%;
}
.ftl_item.active .ftl_desc {
	display:block;
	order: 2;
}
.ftl_item.active .ftl_content .ftl_location,
.ftl_item.active .ftl_content .ftl_date,
.ftl_item.active .ftl_content .ftl_time {
	order: 3;
	padding-left: 10px;
}
.ftl_item.active .ftl_cta {
	display: block;
	order: 4;
	padding: 10px 5px 0 10px;
}
.ftl_item.active .ftl_desc {
	color: #fff;
	padding: 10px 15px;
}

.ftl_item.active .ftl_desc ul,
.ftl_item.active .ftl_desc ol {
	color: #fff;
	padding: 0 15px 0 0;
}
.ftl_item.active .ftl_desc ol li,
.ftl_item.active .ftl_desc ul li {
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.1;
}



.ftl_item.active .ftl_desc a {
	color: #ced54a;
	text-decoration: none;
	border-bottom: solid 1px #ced54a;
	padding: 0px 5px;
	text-transform: uppercase;
}

.ftl_item.active .ftl_desc li a,
.ftl_item.active .ftl_desc span a,
.ftl_item.active .ftl_desc p a {
	padding: 0 0 0 0;
	text-transform: initial;
}

@media (min-width: 900px) {
	.ftl_item:nth-of-type(2n) .ftl_content {
		width: 70%;
	}
}

@media screen and (max-width: 1150px) {
/* Feature Thumnail */
	.feature-thumbnail-list {
	  grid-template-columns: 100%;
	}
	.ftl_item.active {
	  grid-column-start: 1;
	  grid-column-end: 2;
	  display: block;
	}
	.ftl_item {
		display: flex;
	}
	.ftl_item.active {
		display: flex;
	}
	.ftl_item .ftl_content {
		height: auto;
		width: 70%;
	}
	.ftl_item.active .ftl_content {
    	height: auto;
    }
    .ftl_content h3, 
    .ftl_content h3 a {
    	font-size: 1.5rem;
    }
    .ftl_content > div {
	    font-size: 1.3rem;
	}
	.ftl_item.active .ftl_content h3, 
    .ftl_item.active .ftl_content h3 a {
    	font-size: 1.1rem;
    }
	.ftl_item.active .ftl_content > div {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 1000px) {
/*	.ftl_item.active .ftl_image {
		float:none;
		margin-right:0px;
		width:100%;
		text-align:center;
		max-width:none;
		margin-bottom:15px;
	}
	.ftl_item.active .ftl_content {
		float:none;
		clear:both;
		width:100%;
	}*/
	.ftl_item.active {
		padding: 20px;
	}
	.ftl_item .ftl_close {
	    top: 0px;
	    right: 0px;
	    padding: 1px 3px;
	}
}

@media screen and (max-width: 790px) {
	#topArea h2 {
		font-size: 2.5em;
	}
	.ftl_item.active {
		padding: 0px;
	}
	.ftl_item .ftl_image {
		width: 100%;
		margin: 0 0 0 0;
		max-width: 100%;
	}
	.ftl_item .ftl_content {
		width: 100%;
	}
	.ftl_item .ftl_content:before {
		display: none;
	}
	.ftl_item.active .ftl_content 
	.ftl_location, .ftl_item.active 
	.ftl_content .ftl_date, 
	.ftl_item.active 
	.ftl_content 
	.ftl_time {
	    padding-left: 0;
	}
	.ftl_item.active .ftl_cta {
	    padding: 10px 5px 15px 0;
	}
	.ftl_item .ftl_content {
	    padding: 30px 15px;
	}
}

@media screen and (max-width: 600px) {
	.ftl_item {
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
}

@media screen and (max-width: 500px) {
/* Featured Thumbail List */
	.ftl_item {
	    padding: 15px 0;
	    transition: all 0.3s ease;
	    position: relative;
	}	
	#topArea h2 {
		font-size: 2.2em;
	}
	#topArea h3 {
		font-size: 1.5em;
	}
	#topArea p {
		margin: 15px 0px;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#topArea .topiclist1 {
		font-size: 0.8em;
		letter-spacing: 0px;
	}
	.ftl_item .ftl_desc {
		padding: 10px 0px;
	}
	.ftl_item .ftl_desc p {
		margin: 8px 0px;
		line-height:1.6em;
		font-size: 1.2em;
	}
	.ftl_item .ftl_image {
	    float: none;
	    margin-right: 0; 
	    width: 100%;
	    background-color: #999;
	    overflow: hidden;
	}
	.ftl_item .ftl_image img {
	    width: 100%;
	}
	.ftl_item.active {
	    padding: 0px;
	}
	.ftl_content h3, 
    .ftl_content h3 a {
    	font-size: 1rem;
    }
    .ftl_content > div {
	    font-size: 1rem;
	}
	.ftl_item .ftl_content {
	    width: 100%;
	}
}
/* End Featured Thumbnail List */

/* C4 1/2 Image -- 1/2 Text */

 .half { /* multiple components */
	flex-basis: 50%;
	box-sizing: border-box;
}

.image-text img {
	object-fit: cover;
	width: 50%;
}

.image-text .text {
	padding: 0 30px 15px 45px;
}

.image-text .text ul,
.image-text .text ol {
	padding: 0 0 0 20px;
}

#c4 .v2 .fb {
	flex-direction: row-reverse;
}

#c4 .fb:not(:last-of-type) {
    padding-bottom: 45px;
}

@media (max-width: 900px) {
	#c4 .image-text .fb {
		flex-direction: column;
	}
	.image-text img {
		width: 100%;
		order: 2;
	}
	.image-text .text {
	    padding: 30px 0px 15px 0px;
		order: 1;
	}
	.v2.image-text .text {
		order: 2;
	}
	#c4 .fb:not(:last-of-type) {
		padding-bottom: 15px;
	}
}

/* C5 YouTube Video */
.video-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	position: relative;
}

.video-heading p { /* Can I put this is conditionally only if there is a CTA? */
	text-align: center;
	padding: 0 15px 15px 15px;
}

.half.youtube-video {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 70%;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.youtube .video-heading h3 {
	text-align: center;
	color: #184f2c;
}

.youtube .half.video-heading {
	background-color: #f4f4f4;
	margin: 0 0 0 15px;
}

.cta-box {
	margin: 0 auto;	
}

.cta-box a {
	text-decoration: none;
	border: solid 3px #ced54a;
	padding: 15px 30px;
	color: #184f2c;
	background-color: #ced54a;
	font-weight: 400;
	transition: background-color 300ms;
}

.cta-box a:hover {
	background-color: #fff;
	transition: background-color 300ms;
}

@media (max-width: 900px) {
	.c5.youtube {
		flex-direction: column;
	}
	.youtube .half.video-heading {
		margin: 15px 0 0 0;
	}
	.c5 .video-heading.has_triangle:before {
	    content: '';
	    width: 18px;
	    height: 18px;
	    transform: rotate(45deg);
	    position: absolute;
	    top: -8px;
	    left: 48%;
	    background-color: #fff;
	}
}

@media (max-width: 400px) {
	.video-heading {
		padding: 15px 15px 30px 15px;
	}
}
/* End C5 YouTube Video */

/* C6 Contact Section */
.contact{
	width: 100%;
	padding: 15px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}

.contact h3 {
	border-bottom: 1px solid #184f2c;
    text-align: center;
    width: auto;
    max-width: 230px;
    margin: 0 auto !important;
    padding: 0 0 5px 0;
}

.contact-info {
	margin: 30px auto 15px auto;
	flex-wrap: wrap;
	justify-content: space-around;
}

.phone, .fax, .email, .location, .hours{
	display: flex;
	align-items: flex-start;
}

.contact p {
	text-transform: uppercase;
}

.contact div p {
	color: #333;
	font-size: .9em;
	margin: 0 0 0 0;
}

.contact .options p {

}

.contact .hours .options p {
	padding: 0 0 0 0;
}

.contact p.faxnumber {
	display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #333; 
    transition: color 200ms;
    font-size: 0.9em;
}

/** Icons **/
.contacticons {
	min-width: 18px;
	margin: 3px 10px 0 10px;
}

.contact a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color:#184f2c;
	transition: color 200ms;
	font-size: 0.9em;
	margin: 0 0 1em 0;
}

/**Hover**/
.contact a:hover{
	color:#ced54a;
	transition: color 200ms;
}

.cshape-1 {
	fill: #606060;
}

.cshape-2,.cshape-3{
	fill: #606060;}

.cshape-2{
	stroke:#fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:15px;
}

.hours.cshape-3 {
	fill: #fff;
}

/* Mobile Styles */
@media (max-width: 1100px) {
	.contact-info {
		justify-content: flex-start;
	}
	.phone, .fax, .email, .location, .hours {
		margin: 30px auto;
	}
}
@media (max-width: 900px) {
	.contact-info {
		flex-direction: column;
		flex-basis: 100%;
	}
	.contact-info > div {
		margin: 15px 0;
	}
}

@media only screen and (min-width: 701px) and (max-width: 960px) {
	.contact {
		font-size: .9em;
	}

	.contacticons{
		width: 25px;
	}
}
/* End C6 Contact Section */

/* C7 Feature Tile Grid */
.feature-tile {
	flex-wrap: wrap;
}
.third { /* Multiple Components */
	flex-basis: 33.33%;
	box-sizing: border-box;
} 
.feature-tile .feature {
	text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-icon {
	transform: rotate(45deg);
    border: solid 3px #184f2c;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    background-color: #184f2c;
    transition: background-color 300ms;
}

.feature-icon:hover {
	/*transform: rotate(405deg);*/
	transition: background-color 300ms;
	background-color: #fff;
}

.feature-icon span {
	font-size: 42px;
    color: #ced54a;
    transform: rotate(-45deg);
}

/*.feature-icon i:hover {
	transform: rotate(360deg);
}*/
.feature p {
	line-height: 1.5;
	font-style: italic;
}

.feature a {
	color: #184f2c;
	font-weight: 600;
	margin: 0 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
}

.feature a:hover {
	text-decoration: underline;
}

.feature a[href='']:hover,
.feature a[href='#']:hover
 {
	text-decoration: none;
}

.feature-title p {
	font-weight: 600;
	margin: 0 0 5px 0;
}

@media (max-width: 900px) {
	.feature-tile {
		flex-direction: column;
		align-items: center;
	}
	.feature-tile .feature {
		width: 400px;
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.feature-tile .feature {
		padding: 30px 15px;
	}
}

/* C8 List Feature V1 */

.c8 {
	font-family: "Open Sans";
}

.c8 ul {
	list-style: none;
	padding: 20px 0 0 15px;
	margin-block-start: 0;
	margin: 0 0 0 0;
}

.c8 ul li {
	margin: 0;
	margin-bottom: 24px;
	padding-left: 35px;
	position: relative;
	font-weight: 300;
	font-size: 1.8em;
} 

.c8 ul li:after {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    border: solid 3px #ced54a;
/*    border: solid 3px #184f2c;*/
/*    border: solid 3px #025293;*/
}

.c8 ul li:empty:after {
	display: none;
}

/*.c8 ul li:before {
	content: '';
	height: 24px;
	width: 24px;
	background: #fada63;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 10px;
	left: 20px;
}*/

@media (max-width: 400px) {
	.c8 ul li {
		margin: 0;
	    margin-bottom: 12px;
	    padding-left: 30px;
	    position: relative;
	    font-weight: 300;
	    font-size: 1.3em;
	}
	.c8 ul li:before {
	    content: '';
	    height: 12px;
	    width: 12px;
	    background: #fada63;
	    display: block;
	    position: absolute;
	    transform: rotate(45deg);
	    top: 8px;
	    left: 8px;
	}
	.c8 ul li:after {
	    content: '';
	    height: 12px;
	    width: 12px;
	    background: #CED54A;
	    display: block;
	    position: absolute;
	    transform: rotate(45deg);
	    top: 8px;
	    left: 0;
	}
}

/* C9 Card Content */
.c9 .fb {
	flex-wrap: wrap;
}
.card {
	margin: 10px 5px;
	box-sizing: border-box;
	width: calc(33.33% - 10px);
	background-color: #184f2c;
}

.c9 .feature-title {
	color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 15px 5px 15px;
}

.c9 .feature-title[href=""] {
	text-decoration: none;
	cursor: text;
}
.v2 .card {
	width: calc(25% - 10px);
}

.c9 .card .feature-description {
	font-size: 1rem;
	line-height: 1.35;
	color: #fff;
	padding: 0 15px;
	line-height: 1.5;
	text-align: center;
}

.c9 .card {
	position: relative;
}

.c9 .card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.c9.v2 .card img {
	height: 200px;
}

@media (max-width: 900px) {
	.c9.v1 .fb {
		flex-direction: column;
		align-items: center;
	}
	.c9.v2 {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.c9 .card {
		width: 400px;
		max-width: 100%;
		margin: 10px;
	}
	.v2 .card {
		flex-basis: 47%;
	}
	.c9.v2 .card img {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.c9.v2 .card {
		flex-basis: initial;
		width: 400px;
	}
}

@media (max-width: 500px) {
	.c9 .card {
		padding: 30px 15px;
	}
	.c9.v2 {
		flex-direction: column;
		align-items: center;
	}
	.c9.v2 .card {
		padding: 30px 15px;
		flex-basis: 100%;
		width: 100%;
		margin: 10px 0;
	}
}

/* Simple Gallery */

.simple-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}
.simple-gallery figure {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.simple-gallery figure img {
	height: 250px;
	width: auto;
	padding: 5px;
	box-sizing: border-box;
	object-fit: cover;
	border-radius: 5px;
	margin: 5px;
	background-color: #ced54a;
}

.simple-gallery figcaption {
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 0.9em;
	line-height: 1.5;
	padding: 5px 5px 15px 5px;
}

@media (max-width: 900px) {
	.simple-gallery figure {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.simple-gallery figure img {
		height: 150px;
	}
}

/* End Simple Gallery */

/* C10 Gallery */
.gallery .ga_grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-auto-rows: 15px;
}

.gallery .ga_item {
  background-color: #96172d;
}

.gallery .desc {
  padding: 10px 10px 5px 10px;
}

.gallery .desc img {
  width: 100%;
  margin: 0 10px 10px 0;
  float: left;
}

.gallery .desc p {
/*  padding-bottom: 10px;*/
  color: #fff;
}

/* C11 Call To Action */
.c11.cta {
	max-width: 100%;
	font-family: "Neue Helvetica Condensed","Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-style: normal;
	color: rgb(51, 51, 51);
	background: linear-gradient(360deg, #0E3A1F 0%, #104422 100%);
	font-size: 1em;
	line-height: 1.4;
}

.c11.cta p,
.c11.cta a {
	font-size: 1em;
	line-height: 1.4;
	color: #fff;
}

.ctabody {
	width: 80%;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	margin: 0 auto;
}

.exone .ctabody.fb {
	justify-content: space-between;
	margin: 0 auto;
	width: 1100px;
	max-width: 100%;
	box-sizing: border-box;
}

/** CTA Icon SVG **/
.ctaicon {
	flex-direction: column;
}

.ctaicon svg {
	width: 100%;
	max-width: 100px;
}

.st0{fill:none;stroke:#fff;stroke-width:5;}
.st1{fill:#CED54A;}
.st2{fill:#FED53D;}


/** CTA Copy **/
.ctatext {
	padding: 3%;
	align-items: center;
	text-align: center;
	flex-direction: column;
	box-sizing: border-box;
}

.ctaheader {
	padding-bottom: 3%;
	font-size: 1.2em;
	font-weight: 600;
	color: #184f2c;
	padding: 2px 2px 0 2px;
}

.ctaheader h3 {
	margin: 0 0 0 0;
	color: #fff;
	display: inline;
	padding: 3px;
}

.v1 .ctaparagraph {
	margin-top: 2%;
}

/** CTA Links **/
.cta_links {
	text-align: center;
	color: #184f2c;
	flex-direction: column;
}

.c11 .ctabutton {
	text-decoration: none;
    width: 100%;
    font-weight: 600;
    padding: 5px 25px;
    border: 0px solid;
    border-radius: 3px;
    color: #184f2c;
    transition: background-color 500ms;
    transition-property: background-color;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    background-color: inherit;
    border: 2px solid #e3e696;
    border-radius: 0px;
    margin: 0.5em;
    text-transform: uppercase;
    box-sizing: border-box;
	white-space: nowrap;
}

/** Hover **/
.ctabutton:hover {
	background-color: #ced54a;
	border: 2px solid #ced54a;
}

.c11 {
	margin-top: 0;
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {

}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 700px) {



}

@media (max-width: 1400px) {
	.exone .cta .ctabody {
		padding: 3%;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
	
	.ctabody {		
		flex-direction: row;
	}

	.ctaicon svg {
		max-width: 200px;
	}

	/** CTA Copy **/
	.ctaheader {
		width: auto;
		padding: 2px 2px 0 2px;
	}

	.cta_links {
		flex-basis: 33%;
	}
}

/* V2 */
.v2 .ctabody {
	text-align: center;
	padding: 30px 2%;
	box-sizing: border-box;
}

/** CTA Icon SVG **/

/** CTA Copy **/
.v2 .ctatext{
	padding: 0% 3%;
}

.v2 .ctaheader{
	padding-bottom: 3%;
	font-size: 1.2em;
	font-weight: 600;
}

.ctaparagraph {
	width: 95%;
}

/** CTA Links **/

.v2 .cta_links {
	margin: 2% 0%;
	padding: 1%;
	text-align: center;
	color: #184f2c;
}

/** Hover **/
.v2 .ctalink:hover {
	background-color: #ced54a;
	border: 0px solid;
	transition: background-color 600ms;
	border: 2px solid #ced54a;
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {

}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 700px) {
	.ctaparagraph {
		width: 90%;
	}
}

@media only screen and (min-width: 701px) and (max-width: 960px) {
	.ctaparagraph{
		width: 75%;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
	.v2.cta {
		width: 100%;
		height: 275px;
		display: inline-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		color: #333;
	}

	.v2.cta {
		display: flex;
		align-items: center;
	}

	.v2 .ctabody {
		width: 75%;
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: center;
	}

	.cta-img {
		position: relative;
		left: -85px;
		height: 140%;
		width: 400px;
		outline: 2px solid #e0e0e0;
		outline-offset: 15px;
		transform: rotate(45deg);
		overflow: hidden;
	}

	.v2 .ctatext {
		padding: 3% 0 0 0;
	}

	.v2 .ctaheader {
		padding: 2px 2px 1% 2px;
		margin-bottom: 1%;
	}

	.cta-img-outline {
		position: absolute;
		top:-20px;
		left:-57px;
		height: 600px;
		width: 600px;
		background-image: url(/administration/marketing/img/component-library-assets/aerial.jpg);
		background-size: cover;
		transform: rotate(-45deg);
		background-position: center;
	}

	.ctaparagraph {
		width: 80%;
		font-weight:500;
		text-align: center;
	}

	.v2 .cta_links {
		margin: 0%;
		padding: 0%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		font-size: .9em;
	}

	.v2 .ctalink {
		padding: 5px 25px;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		margin: 0 15px;
		border-radius: 3px;
	}
}

/* C12 Tables */
.c12 .table-responsive {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	overflow-x: scroll;
	overflow-y: hidden;
}

.c12 .table {
	width: 100%;
	font-weight: 300;
	font-size: .7em;
	color: #184f2c;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: normal;
}

/** Headers **/
.c12 caption {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #6c757d;
  text-align: left;
  caption-side: top;
  text-transform: uppercase;
  font-size: 1.2em;
}

.c12 .table th {
	font-weight: normal;
	text-transform: uppercase;
	border-top: 0px;
}

.c12.v1 .table th {
	background-color: #ced54a;
}

.c12.v1 .leftheader {
	background-color: #e3e696;
	outline: 1px solid white;

}

.c12 .column {
	width: 12.5%;
}

.c12 tr .thfirst {
	border-top: 0px;
}

.c12 .table th,
.c12 .table td {
	padding: 1.5%;
	vertical-align: top;
	border-top: 1px solid white;
}

.c12 thead {
	display: table-header-group;
}

.c12 .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid white;
}



/** Data Cells **/
.c12.v1 tbody td {
	background-color: #f8f8f8;
	padding: 1%;
	text-align: center;
}

.c12.v1 .table .blank {
	background-color: transparent;
	border: 0px;
}

/** Rounded Corners **/
.c12 thead th:last-child {
	border-radius: 0 5px 0 0;
}

.c12 .thfirst {
	border-radius: 5px 0 0 0;
}

.c12 tfoot td:first-child {
	border-radius: 0 0 0 5px;
}
.c12 tfoot td:last-child {
	border-radius: 0 0 5px 0;
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 700px) {

}

@media only screen and (min-width: 701px) and (max-width: 960px) {
	.c12 .table-responsive{
		font-size: 1em;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
	.c12 .table-responsive {
		max-width: 100%;
		font-size: 1.2em;
		 display: block;
		 padding: 0 0;
	}
}

/* Table V2 */
.c12.v2 .table {
	color: #282828;
}

/** Data Cells **/
.c12.v2 tbody td{
	padding: 1%;
	text-align: center;
}


/** Hover **/
.c12.v2 tr:hover td {
	background-color: #9fd3d2;
	border-color: #e8e8e8;
}

/** Alternating Row Colors**/
.c12.v2 tbody tr:nth-child(odd){
	background: #f8f8f8;

}

.c12.v2 tbody tr:nth-child(even){
	background: white;

}

/* Different Colored Alternating Color for Table 2
#table2 tbody tr:nth-child(odd){
	background: #e3e696;
}**/

/** Borders **/
.c12.v2 td:nth-child(2),
.c12.v2 td:nth-child(3),
.c12.v2 td:nth-child(4),
.c12.v2 td:nth-child(5),
.c12.v2 td:nth-child(6),
.c12.v2 td:nth-child(7),
.c12.v2 td:nth-child(8),
.c12.v2 th:nth-child(2),
.c12.v2 th:nth-child(3),
.c12.v2 th:nth-child(4),
.c12.v2 th:nth-child(5),
.c12.v2 th:nth-child(6),
.c12.v2 th:nth-child(7),
th:nth-child(8){
	border-left: solid 2px #e0e0e0;
}

.c12.v2 tr:nth-child(1),
.c12.v2 tr:nth-child(2) {
	border-bottom: solid 2px #e0e0e0;
}

/* C13 Social Follow */
.socialcontainer {
	justify-content: space-around;
	height: 150px;
	background-color: #184f2c 
		
	
}
.socialfollow {
	display: flex;
	width: 100%;
	justify-content: space-around;
	padding: 3%;
	align-items: center;
	box-sizing: border-box;
}

.followheader {
	color: #184f2c;
	font-family: gill sans;
	font-weight: normal;
	font-size: 1.2em;
}

.c13 .icons {
	display: flex;
	justify-content: space-around;
}

.cls-1 {
	fill: #ced54a;
}

.cls-2 {
	fill: #184f2c;
}

.socialicon {
	width: 31px;
	margin: auto;
	line-height: 0px;
	padding: 0 10px;
}

.cls-1:hover {
	fill: #ced54a;
}

.cls-2:hover {
	fill: white;
}

.c13.v1 .socialfollow{
	background-color: #184f2c;
}

.c13.v1 .followheader{
	color: #ced54a;
}

.c13.v1 .cls-1 {
	fill: #184f2c;
}

.c13.v1 .cls-2 {
	fill: #ced54a;
}

.c13.v1 .cls-1:hover {
	fill: #184f2c;
}

.c13.v1 .cls-2:hover {
	fill: white;
}

/* V2 colors */

.c13.v2 .socialfollow{
	background-color: #ced54a; 
}

.c13.v2 .followheader{
	color: #184f2c; 
}

.c13.v2 .cls-1 {
	fill: #ced54a; 
}

.c13.v2 .cls-2 {
	fill: #184f2c; 
}

.c13.v2 .cls-1:hover {
	fill: #ced54a; 
}

.c13.v2 .cls-2:hover {
	fill: white;
}

.c13 {
	margin-bottom: 0px;
}
@media (max-width: 500px) {
	.socialfollow {
		flex-direction: column;
		justify-content: center;
	}
	.followheader {
		text-align: center;
		padding: 0 0 15px 0;
	}
}

/* C14 Link List */
.component .c14 ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style-type: none;
	text-align: center;
	font-family: gill sans;
	box-sizing: border-box;
}

.component .c14 li {
	margin: 6px;
	padding: 12px;
	width: calc(33% - 10px);
	border: 5px solid #ced54a;
	border-radius: 3px;
	background-color: #184f2c;
	color: #fff;
	transition: all 300ms;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.component .c14 a {
	text-decoration: none;
	color: inherit;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	font-weight: 400;
	height: auto;
}

.component .c14 li:hover {
	background-color: #ced54a;
	border: 5px solid #184f2c;
	color: #184f2c;
	transition: all 300ms;
}
/* Mobile Styles */
@media (max-width: 768px) {
	.component .c14 li {
		width: calc(50% - 12px);
	}
}

@media (max-width: 450px) {
	.component .c14 li {
		padding: 5px;
		font-size: 0.8em;
	}
}

@media (max-width: 450px) {
	.component .c14 li a {
		font-size: 0.8rem;
	}
}


/* C15 Intro Text Paragraph */
.c15.intro-text {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 4px solid #184f2c;
    padding: 0 0 0 15px;
}

@media (max-width: 900px) {
	.c15.intro-text {
		max-width: 90%;
	}
}

@media (max-width: 500px) {
	.c15.intro-text {
		border-left: none;
		padding: 0;
		text-align: center;
	}
}

/*--------------------------*/
 /* c16 Info Matrix        */
  /*----------------------*/
   /*  MILANPINO    	 */


/* Container for contnet */
#c16 infomatrix {
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* Container for contnet*/
#c16 .im-flex-container {
  background: #f9f9f9;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* Lime Green Background Color */

.Lime-green {
	background: #ced54a;
}

/* Evergreen Background Color */

.Evergreen {
	background: #184f2c;
}


/* Container for each box*/
#c16 .im-flex-item {
  width: 32.5%;
  height: 300px;
  margin-top: 8px;
  line-height: 35px;
  font-weight: bold;
}

/* Images for img boxes*/

#c16 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Text and Content*/
#c16 .im-content {
  text-align: center;
  padding: 0px 15px 0px 15px;
  font-size: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#c16 .im-content h1 {
	font-family: 'Neue Helvetica Condensed', 'Open Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  	font-weight: 500;
}

#c16 .im-content h3 {
	text-transform: inherit;
    line-height: initial;
    max-width: 90%;
    margin: 0 auto 0 auto;
	font-weight: 400;
}

/* Break into columns */
@media (max-width: 768px) {

  #c16 .im-flex-container {
    flex-direction: column;
  }
 #c16 .im-flex-item {
    width: 100%;
  }
 #c16 .im-break {
    display: none;
  }
}

/*--------------------------*/
 /* c17 Stat Counter       */
  /*----------------------*/
   /*  			    	 */

#c17 .stat-counter .fb {
	justify-content: space-around;
	align-items: flex-end;
}

#c17 .stat-counter h3 {
	font-family: 'Neue Helvetica Condensed';
}

#c17 .stat-counter .stat {
	flex-basis: 33.33%;
}

#c17 .stat-counter.v2 .stat {
	flex-basis: 25%;
}

#c17 .stat-counter .fb h3 {
	font-family: 'Sorts Mill Goudy';
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: initial;
	color: #184f2c;
}

#c17 .stat_number {
	display: flex;
	justify-content: center;
	align-items: center;
}

#c17 .stat_number span {
	font-size: 4em;
	font-family: helvetica neue;
	font-weight: 100;
	border-bottom: solid 3px #ced54a;
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;
}

#c17 .v2 .stat_number span {
	font-size: 3em;
}

#c17 .stat_number small {
	font-size: 2em;
	font-family: helvetica neue;
	font-weight: 100;
	padding: 0 3px;
	margin-bottom: -10px;
}

#c17 .v2 .stat_number small {
	margin-bottom: 0;
}

#c17 .stat-counter .small_print {
	text-align: center;
	font-size: 0.8em;
	max-width: 175px;
	margin: 0 auto;
	height: 30px;
}

@media (max-width: 900px) {
	#c17 .stat-counter .fb {
		flex-direction: column;
		align-items: center;
	}
	#c17 .stat-counter .stat {
		margin: 30px auto;
	}
	#c17 .stat-counter .small_print {
		height: auto;
	}
}

@media (max-width: 400px) {
	#c17 .stat_number span {
		font-size: 2.8em;
	}
	#c17 .stat_number small {
		margin-bottom: 0px;
	}
}

/* +++++++++++++++++++++++++++++

T1 Options 

++++++++++++++++++++++++++++++ */
.sidebar {
	background-color: #EFEFEF;
}

.sidebar ul {
	padding: 15px 15px 30px 15px;
}

.sidebar ul li {
	list-style-type: none;
	padding: 5px 0;
}

.sidebar ul li a {
	text-decoration: none;
	color: #8c8c8c;
	font-family: 'Open Sans';
}

.main {
	display: flex;
}

.container {
	width: 1430px;
	max-width: 100%;
	margin: 0 auto;
}

.mainpagecontent {
	display: flex;
	position: relative;
}

.sidebar {
	min-width: 250px;
    width: 250px;
    max-width: 100%;
    position: relative;
    margin: 0 0 60px 15px;
}

.sidebar ul {
	position: sticky;
	top: 130px;
}

.sidebar ul li a {
	font-weight: 600;
	font-size: 0.9em;
}

.components {
	margin: 0 0 0 0;
}

.components {
	padding: 0 0 0 0;
	width: 100%;
}

@media (min-width: 900px) and (max-width: 1450px) {
	.components {
		padding: 0 15px;
	}
}

@media (max-width: 900px) {
	.main,
	.mainpagecontent {
	    display: block;
	}
	.sidebar {
		width: 100%;
		position: initial;
		float: none;
		padding: 15px 0;
		margin-left: 0px;
	}
	.sidebar ul li a {
		font-size: 1em;
	}
	.components {
		padding: 0 0 0 0;
	}
	.component {
		max-width: 90%;
		margin: 0 auto 30px auto;
	}
	.fullwidth {
		max-width: 100%;
	}
}

/*  ================

Footer CSS

================== */
.footer-main {
	padding: 40px 0 0 0;
}

.footer-top-level {
	display: flex;
	justify-content: space-around;
}

#southern-footer {
	position: relative;
	overflow: hidden;
}

#footer-map {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto!important;
    min-height: 400px;
    left: 0;
    background: url(http://sau-assets.s3.amazonaws.com/framework/img/footer-bg.png) center center no-repeat;
    background-size: cover;
	z-index: -1;
}

#southern-footer .footer-title {
    font-size: 22px;
    color: #dadd96;
    margin-bottom: 15px;
	font-family: 'Open Sans';
}

#southern-footer .footer-second-level ul li {
	list-style-type: none;
	z-index: 1;
}
#southern-footer .footer-second-level ul li a {
	text-decoration: none;
	color: #fed53d;
	font-family: 'Open Sans';
	line-height: 34px;
	font-weight: 300;
}

#southern-footer .footer-second-level {
	display: flex;
	justify-content: space-evenly;
	margin: 70px auto 0 auto;
}
#southern-footer .social {
    margin-top: 20px;
}
#southern-footer .footer-second-level .social a, #southern-footer .footer-second-level .social i {
    font-size: 24px;
    color: #e9ec8d;
    margin-right: 15px;
    cursor: pointer;
}

#southern-footer .smallrow {
    margin-top: 40px;
    position: relative;
    background-color: #0e3a1f;
}
#southern-footer .smallrow:before {
    width: 406px;
    height: 160px;
    left: 0;
    background-image: url(http://sauassetsaws-c897.kxcdn.com/framework/img/fauna-left.png);
    z-index: -1;
}
#southern-footer .smallrow:after {
    width: 201px;
    height: 146px;
    right: 0;
    background-image: url(http://sauassetsaws-c897.kxcdn.com/framework/img/fauna-right.png);
	z-index: -1;
}
#southern-footer .smallrow:after, #southern-footer .smallrow:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#southern-footer .smallrow ul {
    list-style: none;
    padding: 1em;
    display: block;
    text-align: center;
}
#southern-footer .smallrow ul li {
    display: inline-block;
    font-size: 12px;
    color: #dadd96;
    margin-right: 15px;
	font-family: 'Open Sans';
}
#southern-footer .smallrow ul li a {
	color: #dadd96;
	text-decoration: none;
	font-weight: 300;
}

@media (max-width: 600px) {
	.footer-news-award {
		display: none;
	}
	.footer-top-level {
		justify-content: flex-start;
		padding-left: 15px;
	}
	#southern-footer .footer-second-level {
		flex-direction: column;
		justify-content: center;
	}
	#southern-footer .footer-second-level > div {
		padding: 15px 0 15px 15px;
	}
}
