@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #383838;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	   -moz-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 1.5em;
	}
	.pg-width {
		max-width: 550px;
	}
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
main h1, main h2, main h3, main h4, section.subtle h1, section.subtle h2, section.subtle h3, section.subtle h4 {
	color: #C80752;
}
h1 { font-size: 4.5rem; line-height: 1.2; color: #C80752; }
h2 { font-size: 3.5rem; line-height: 1.2; }
h3 { font-size: 2.5rem; line-height: 1.3; }
h4 { font-size: 1.8rem; line-height: 1.6; }
h5 { font-size: 1.8rem; line-height: 1.6; color: #4D4D4D; }
p { margin-top: 0; }
blockquote { color: #290C53; border-left: solid 3px #290C53; margin: 30px 0; padding-left: 30px; font-weight: bold; font-size: 1.4rem; }
strong { font-weight: 700 !important; }
cite { font-size: 1.1rem; font-style: normal; line-height: 1.2 !important; display: block; margin-bottom: 5px; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
	font-weight: 400;
}
.text-purple {
	color: #290C53;
}
.text-med {
	font-size: 1.5rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-xsm {
	font-size: 1.1rem;
}
.text-cite-reference {
	font-size: 1.1rem;
	font-weight: bold;
}
.text-highlight_white {
    color: #FFF;
    }

@media only screen and (max-width: 768px) {
	h1 { font-size: 3.5rem; }
	h2 { font-size: 2.5rem; }
	h3 { font-size: 2rem; }
	h4 { font-size: 1.6rem; }
	h5 { font-size: 1.6rem; }
	.text-para1 {
		font-size: 1.7rem;
	}
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 2.5rem; }
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #C80752;
}
a:hover {
	color: #290C53;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.column-feature {
	float: left;
	background: #FFF;
	overflow: hidden;
	margin: 0 1% 30px 1%;
	padding: 40px 40px 40px 40px;
	border-radius: 5px;
	border: solid 1px #EEE;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.w-bg-symbol {
	background-position: bottom -70px right -70px;
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-image: url(../images/logo-symbol.svg);
}

.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

.one.column-feature			{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
	.column {
		width: 100% !important;
		max-width: 550px !important;
		margin: 0 auto;
		float: none;
	}
	.column-feature {
		width: 80% !important;
		max-width: 550px;
		margin: 0 auto 30px auto;
		float: none;
		padding: 20px 20px 20px 20px;
	}
	footer.main .column:nth-of-type(1) {
		display: none;
	}
	footer.main .column {
		width: 50% !important;
		float: left !important;
	}
}

@media only screen and (max-width: 480px)  {
	.column-feature {
		width: 90% !important;
		margin: 0 5% 30px 5%;
		padding: 20px 20px 20px 20px;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	background: #FFF !important;
}
header.menu {
	display: none;
	background: #FFF;
	clear: both;
}
.banner-home {
	width: 100%;
	height: 400px;
	background-image:  url(../images/banner/banner01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.banner-internal {
	width: 100%;
	height: 250px;
	background-color: #351568;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.8rem;
	background-image: url(../images/banner-internal.svg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.banner-internal h1 {
	color: #FFF;
	margin: 0 0 10px 0;
}
.banner-internal-caption {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	top: 80px;
	position: relative;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    border-radius: 5px;
}
section {
	overflow: hidden;
	clear: both;
}
section.subtle {
	background: #F2F2F2;
}
section.bold {
	background: #DA1A5D;
    color: #FFF;
    border-bottom: solid 1px #FFF;
}
section.featured-content {
	background: #F2F2F2;
    width: 100%;
    max-width: 1180px;
    margin: 10px auto;
    padding: 30px 30px 40px 30px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.announcement {
    background: #A2268D;
    padding: 30px;
    color: #FFF;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
main {
	overflow: hidden;
	clear: both;
	padding: 80px 0;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}
footer.cta {
	border-top: solid 1px rgba(77,77,77,0.2);
	padding: 0;
	clear: both;
	overflow: hidden;
	font-size: 2.5rem;
	color: #290C53;
}
footer.connect {
	padding: 10px 0;
	background-color: #C80752;
	color: #FFF;
	clear: both;
	overflow: hidden;
}
footer.main {
	padding: 40px 0;
	clear: both;
	overflow: hidden;
    background: #290c53; 
    background: -moz-linear-gradient(-45deg, #290c53 30%, #3a1b6b 62%, #8165aa 100%);
    background: -webkit-linear-gradient(-45deg, #290c53 30%,#3a1b6b 62%,#8165aa 100%);
    background: linear-gradient(135deg, #290c53 30%,#3a1b6b 62%,#8165aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290c53', endColorstr='#8165aa',GradientType=1 );
	color: #FFF;
}

@media only screen and (max-width: 768px) {
	header.menu {
		display: block;
	}
	.banner-home {
		height: 300px;
	}
	.banner-internal {
		height: 200px;
	}
	main {
		padding: 20px 0;
	}
	.banner-internal-caption {
		top: 80px;
	}
}
@media only screen and (max-width: 480px) {
	.banner-home {
		height: 150px;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}

/* Nav - Primary
–––––––––––––––––––––––– */
nav.nav-primary {
	position: absolute;
	top: 45px;
	right: 60px;
}
nav.nav-primary ul {
	overflow: hidden;
}
nav.nav-primary ul li {
	float: left;
	font-weight: 700;
	font-size: 1.4rem;
}
nav.nav-primary ul li a {
	color: #290C53;
	display: block;
	padding: 5px 15px;
	margin: 0 5px;
}
nav.nav-primary ul li a:hover {
	color: #C80752;
	font-weight: 700;
}
nav.nav-primary ul li a.feature {
	border-radius: 50px;
	border: solid 2px #290C53;
}

/* Nav - Secondary
–––––––––––––––––––––––– */
.mega-menu {
	width: 100%;
    background: #140033;
    background: -moz-linear-gradient(left, #140033 0%, #290c53 100%);
    background: -webkit-linear-gradient(left, #140033 0%,#290c53 100%);
    background: linear-gradient(to right, #140033 0%,#290c53 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140033', endColorstr='#290c53',GradientType=1 );
	overflow: hidden;
}
.mega-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mega-menu > ul {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.mega-menu > ul > li {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.4rem;
	width: 14.285%;
}
.mega-menu > ul > li img.dropdown {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
}
.mega-menu > ul > li > a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-align: center;
}
.mega-menu > ul > li > a:hover {
	color: #FFF;
	background-color: #C80752;
}
.mega-menu > ul > li.mega-menu--open > a, .mega-menu > ul > li.mega-menu--open > a:hover {
	color: #FFF;
	background-color: #C80752;
}
.mega-menu .menu-mega--sub {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 100;
    background: #140033;
    background: -webkit-linear-gradient(left, #140033 0%, #290c53 100%);
    background: -o-linear-gradient(left, #140033 0%, #290c53 100%);
    background: linear-gradient(to right, #140033 0%, #290c53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140033', endColorstr='#290c53',GradientType=1 );
	width: 100%;
	left: 50%;
	margin-left: -512px;
	max-width: 1180px;
	color: #FFF;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mega-menu .menu-mega--sub a {
	color: #FFF;
	display: block;
	padding: 5px 0;
	background-image: url(../images/icons/ic_arrow-right_white.svg);
	background-position: right 0 center;
	background-size: 7px 7px;
	background-repeat: no-repeat;
}
.mega-menu--open .menu-mega--sub {
	display: block;
	overflow: hidden;
}
.mega-menu--open .menu-mega--sub a:hover {
	color: rgba(255,255,255,0.5);
}
.menu-mega--sub img {
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 15px;
	border-radius: 3px;
}
.menu-mega--sub h2 {
	font-size: 1.8rem;
}
.menu-mega--sub h3 {
	font-size: 1.4rem;
}
.menu-mega--sub h4 {
	font-size: 1.5rem;
}
.mega-menu > ul > li ul {
	max-width: 1180px;
	overflow: hidden;
	width: 100%;
	float: left;
	margin: 0 auto;
	border-top:  solid 1px rgba(255,255,255,0.5);
	padding-top: 10px;
}
.mega-menu > ul > li ul li {
	float: left;
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.4;
}
.mega-menu > ul > li ul li a {
	display: block;
	padding: 0;
	font-weight: 600;
	background: none;
	font-size: 1.3rem;
}
.mega-menu > ul > li ul li a:hover {
	color: rgba(255,255,255,0.5);
}

/* Nav - Columns
–––––––––––––––––––––––– */
.nav-col4 {
	width: 25% !important;
	float: left;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nav-col3 {
	width: 33.333% !important;
	float: left;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nav-col2 {
	width: 50% !important;
	float: left;
	padding: 40px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nav-description {
	width: 50%;
	float: left;
	padding: 40px 20px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
	.mega-menu .menu-mega--sub {
		position: absolute;
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}
@media only screen and (max-width:768px) {
	nav.nav-primary {
		display: none;
	}
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #290C53;
		-webkit-transition: transform 0.3s;
		   -moz-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	.mega-menu {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
	}
	.mega-menu ul {
		margin: 0;
		padding: 0;
	}
	.mega-menu > ul {
		margin: 0 auto;
	}
	.mega-menu > ul > li {
		display: block;
		font-size: 1.6rem;
		width: 100%;
	}
	.mega-menu > ul > li img.dropdown {
		display: none;
	}
	.dropdown {
		background-image: url(../images/icons/ic_arrow-down_circle_white.svg);
		background-position: right 20px center;
		background-size: 20px 20px;
		background-repeat: no-repeat;
	}
	.mega-menu > ul > li > a {
		line-height: 0;
		padding: 25px 30px;
		text-align: left;
	}
	.mega-menu > ul > li.mega-menu--open a {
		color: #FFF;
		display: block;
	}
	.mega-menu .menu-mega--sub {
		position: relative;
		overflow: hidden;
		border-radius: none;
		background-color: rgba(255,255,255,0.1);
		border: none;
		width: 100%;
		padding: 10px;
		margin: 0 auto;
		box-shadow: none;
	}
	.mega-menu--open .menu-mega--sub {
		display: block;
	}
	.mega-menu-description {
		padding: 0;
	}
	.mega-menu-description h3 {
		display: none;
	}
	.mega-menu > ul > li ul {
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 10px 0;
	}
	.mega-menu > ul > li ul li {
		width: 100%;
		text-align: left;
		font-size: 1.2rem;
		margin: 0;
	}
	.mega-menu > ul > li ul li a {
		padding: 10px 0;
		background-image: url(../images/icons/ic_arrow-right_white.svg);
		background-position: right 0 center;
		background-size: 10px 10px;
		background-repeat: no-repeat;
	}
	.menu-mega--sub h2 {
		font-size: 1.7rem;
	}
	.menu-mega--sub img {
		display: none;
	}
	.nav-col2, .nav-col3, .nav-col4, .nav-col5, .nav-col6, .nav-description {
		width: 100% !important;
		padding: 10px 20px;
		font-size: 1.1rem;
	}

	.trigger {
		position: absolute;
        z-index: 100;
		width: 50px;
		height: 50px;
		display: block;
		top: 20px;
		right: 15px;
		background: #FFF url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		box-shadow: none;
		border-radius: none;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		display: none;
		position: absolute;
		width: 50px;
		height: 50px;
		top: 15px;
		right: 15px;
		background: #290C53 url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		box-shadow: none;
		border-radius: none;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	list-style: disc;
	margin: 0 0 20px 0;
	overflow: hidden;
}
ul.bullets li {
	margin: 0 0 5px 30px;
	font-size: 1.5rem;
}

ul.bullets-half {
	list-style: disc;
	margin: 0 0 20px 0;
	overflow: hidden;
}
ul.bullets-half li {
	margin: 0 0 0 3%;
	width: 47%;
	float: left;
}

ul.bullets-half.add-margin li {
    margin-bottom: 15px;
}

ul.bullets_ic {
	margin: 10px 0 20px 0;
	overflow: hidden;
}
ul.bullets_ic li {
	margin: 0 0 10px 0;
	padding: 3px 0 0 35px;
	background-image: url(../images/icons/ic_tick.svg);
	background-size: 20px 20px;
	background-position: top 6px left;
	background-repeat: no-repeat;
	font-size: 1.5rem;
}
ul.bullets_ic h4 {
	margin: 0 0 0 0;
}

ul.bullets-half_ic {
	margin: 20px 0 20px 0;
	overflow: hidden;
}
ul.bullets-half_ic li {
	width: 47%;
	float: left;
	margin: 0 3% 0 0;
	padding: 3px 0 3px 35px;
	background-image: url(../images/icons/ic_tick.svg);
	background-size: 20px 20px;
	background-position: top 6px left;
	background-repeat: no-repeat;
	font-size: 1.5rem;
}
ul.bullets-half_ic li:nth-child(2n+1) {
	clear: left;
}
ul.bullets-half_ic li h4 {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	ul.bullets li {
		font-size: 1.3rem;
	}
	ul.bullets-half li {
		font-size: 1.3rem;
	}
	ul.bullets_ic li {
		font-size: 1.3rem;
		background-size: 15px 15px;
		padding: 3px 0 3px 25px;
	}
	ul.bullets-half_ic li {
		font-size: 1.3rem;
		background-size: 15px 15px;
		padding: 3px 0 3px 25px;
	}
}

@media only screen and (max-width: 550px) {
	ul.bullets-half li {
		margin: 0;
		width: 100%;
		font-size: 1.3rem;
	}
	ul.bullets-half_ic li {
		margin: 0;
		width: 100%;
		font-size: 1.3rem;
	}
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	overflow: hidden;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
ul.featitems li {
	position: relative;
	width: 25%;
	float: left;
	font-size: 1.5rem;
	color: rgba(255,255,255,0.7);
	line-height: 1.4;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.featitems li .content {
	padding: 30px;
	height: 180px;
}
ul.featitems li h3 {
	font-size: 2.1rem;
	line-height: 1.2;
	color: #FFF;
}
ul.featitems li.item1 {
	background-color: #8165AA;
}
ul.featitems li.item2 {
	background-color: #E77200;
}
ul.featitems li.item3 {
	background-color: #C80752;
}
ul.featitems li.item4 {
	background-color: #009CA7;
}
a.btn-featitems {
	font-weight: 700;
	color: #FFF;
	font-size: 1.4rem;
	background-image:  url(../images/icons/ic_arrow-right_circle_white.svg);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50px;
	padding: 7px 35px 7px 15px;
	position: absolute;
	bottom: 30px;
}
a.btn-featitems:hover {
	font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
	ul.featitems {
		max-width: 768px;
	}
}
@media only screen and (max-width: 768px) {
	ul.featitems li {
		width: 50%;
		float: left;
		color: #FFF;
		font-size: 1.2rem;
		font-weight: 400;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
}
@media only screen and (max-width: 480px) {
}

/* People
–––––––––––––––––––––––––– */
ul.people {
	overflow: hidden;
}
ul.people li {
	width: 33.333%;
	float: left;
	padding: 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
}
ul.people li img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
	border-radius: 3px;
}
ul.people li:nth-child(3n+1) {
	clear: left;
}
ul.people li strong {
	font-size: 1.9rem;
}

@media only screen and (max-width: 768px) {
	ul.people li {
		width: 50%;
		font-size: 1.2rem;
		padding: 20px;
	}
	ul.people li:nth-child(3n+1) {
		clear: none;
	}
	ul.people li:nth-child(2n+1) {
		clear: left;
	}
	ul.people li img {
		margin-bottom: 20px;
	}
	ul.people li strong {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 480px) {
	ul.people li {
		font-size: 1rem;
	}
	ul.people li img {
		margin-bottom: 10px;
	}
	ul.people li strong {
		font-size: 1.3rem;
	}
}

/* PDF Grid
–––––––––––––––––––––––––– */
ul.pdf-grid {
	overflow: hidden;
	padding: 20px 0;
}
ul.pdf-grid li {
	width: 31.333%;
	float: left;
	background: #FFF;
	margin: 0 1% 30px 1%;
	padding: 20px 20px 20px 65px;
	border-radius: 3px;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 400;
	border: solid 1px #EEE;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	background-image: url(../images/icons/ic_pdf_grey.svg);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: left 15px center;
}
ul.pdf-grid li strong {
	font-size: 1.4rem;
}

ul.pdf-grid.single  li{
	width: 98% !important;
}

@media only screen and (max-width: 768px) {
	ul.pdf-grid {
		padding: 10px;
	}
	ul.pdf-grid li {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/* Resources
–––––––––––––––––––––––––– */
ul.resources {
	overflow: hidden;
	margin-bottom: 30px;
}
ul.resources li {
	width: 50%;
	float: left;
	font-size: 1.3rem;
	padding: 0 30px 0 30px;
	margin-bottom: 10px;
	background-size: 20px 20px;
	background-position: top left;
	background-repeat: no-repeat;
}
ul.resources li:nth-child(2n+1) {
	clear: left;
}
ul.resources li a {
	text-decoration: underline;
	font-size: 1.4rem;
}
ul.resources li.pdf {
	background-image: url(../images/icons/ic_pdf_grey.svg);
}
ul.resources li.video {
	background-image: url(../images/icons/ic_video_grey.svg);
}
ul.resources li.powerpoint {
	background-image: url(../images/icons/ic_powerpoint_grey.svg);
}

@media only screen and (max-width: 768px) {
	ul.resources li {
		width: 100%;
		font-size: 1.1rem;
	}
	ul.resources li a {
		text-decoration: underline;
		font-size: 1.2rem;
	}
}

/* Social
–––––––––––––––––––––––––– */
ul.social {
	overflow: hidden;
}
ul.social li {
	float: left;
}
ul.social li img {
	width: 40px;
	height: 40px;
	display: block;
}
ul.social li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
}
ul.contact-details li {
	font-size: 1.1rem;
	line-height: 1.3;
	padding: 8px 0 8px 30px;
	background-size: 20px 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
ul.contact-details li a {
	font-size: 1.6rem;
	font-weight: 400;
}
img.contact-details {
	width: 70px;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}


/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
	margin-bottom: 15px;
}
ul.sitemap li {
	font-size: 1.3rem;
	font-weight: 700;
	color: #FFF;
}
ul.sitemap li a {
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
}
ul.sitemap li a:hover {
	color: rgba(255,255,255,0.7);
}
ul.sitemap li ul {
	margin: 0;
}
ul.sitemap li ul li {
	font-weight: 400;
}
ul.sitemap li li a {
	padding: 7px 0;
	font-size: 1.2rem;
	line-height: 1.2;
}
ul.sitemap li a.feature {
	border: solid 1px #290C53;
	border-radius: 50px;
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 40px 0 40px 0;
	padding: 0;
	border-top: 0;
	width: 100%;
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.accordian .header {
	display: block;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	width: 33.333%;
	border-radius: 5px;
	border: solid 1px #EEE;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
}
.accordian .header.item1 {
	border-left: solid 5px #C80752;
}
.accordian .header.item2 {
	border-left: solid 5px #E77200;
}
.accordian .header.item3 {
	border-left: solid 5px #009CA7;
}
.accordian .header.item4 {
	border-left: solid 5px #8165AA;
}
.accordian section {
    display: none;
    position: absolute;
    padding: 60px 40px 50px 40px;
    width: 66.666%;
    right: -20px;
    top: 1px;
    font-size: 1.4rem;
    font-weight: 400;
    background: #FFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #EEE;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
}
.accordian section.active {
	display: block;
}
.accordian section h3 {
	font-size: 2.3rem;
}
.active {
    background-color: #F2F2F2 !important;
}

@media only screen and (max-width: 768px) {
	.accordian .header {
		width: 100%;
	}
	.accordian section {
		position: relative;
		padding: 40px;
		margin-bottom: 20px;
		width: 100%;
		right: 0;
		top: 0;
	}
}

/* Accordian - Style2
––––––––––––––––––––––––––– */
.accordian-style2 {
	width: 100%;
	max-width: 768px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
	border-bottom: none;
	text-align: left;
}
.accordian-style2 .header {
	display: block;
	margin: 0 0 30px 0;
	padding: 30px 60px 30px 30px;
	background: #FFF;
	cursor: pointer;
	border-radius: 3px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	background-image: url(../images/icons/ic_arrow-down_purple.svg);
	background-size: 15px 15px;
	background-position: right 30px center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #C80752;
}
.accordian-style2 .header h4 {
	font-size: 2rem;
	margin: 0;
	line-height: 1.2;
}
.accordian-style2 h5 {
	font-size: 1.5rem;
	margin: 0;
	color: #4D4D4D;
}
.accordian-style2 section {
	display: none;
	padding: 20px 40px 40px 40px;
	background: none;
	font-size: 1.4rem;
}
.accordian-style2 section.active {
	display: block;
}
.accordian-style2 .active {
	background-color: #FFF !important;
}
.accordian-style2 .column {
	padding: 0 20px 0 0;
}
.accordian-style2 img {
	width: 100%;
	max-width: 320px;
	margin: 20px auto;
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 3px;
}

@media only screen and (max-width: 768px) {
	.accordian-style2 .header h4 {
		font-size: 1.7rem;
	}
	.accordian-style2 h5 {
		font-size: 1.3rem;
	}
	.accordian-style2 section {
		padding: 10px 20px 20px 20px;
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 480px) {
	.accordian-style2 .header {
		margin: 0 0 20px 0;
		padding: 20px 60px 20px 20px;
	}
	.accordian-style2 .header h4 {
		font-size: 1.5rem;
	}
	.accordian-style2 h5 {
		font-size: 1.1rem;
	}
}


/* Accordian - Style3
––––––––––––––––––––––––––– */
.accordian-style3 {
	width: 100%;
	max-width: 768px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
	border-bottom: none;
	text-align: left;
}
.accordian-style3 .header {
	display: block;
	margin: 0 0 10px 0;
	padding: 15px 60px 15px 30px;
	border: solid 1px #EEE;
	background: #FFF;
	cursor: pointer;
	border-radius: 3px;
	background-image: url(../images/icons/ic_arrow-down_purple.svg);
	background-size: 15px 15px;
	background-position: right 30px center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #C80752;
}
.accordian-style3 h5 {
	font-size: 1.5rem;
	margin: 0;
	color: #C80752;
}
.accordian-style3 section {
	display: none;
	padding: 20px 40px 40px 40px;
	background: none;
	font-size: 1.4rem;
}
.accordian-style3 section.active {
	display: block;
}
.accordian-style3 .active {
	background-color: #FFF !important;
}
.accordian-style3 .column {
	padding: 0 20px 0 0;
}
.accordian-style3 img {
	width: 100%;
	max-width: 320px;
	margin: 20px auto;
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 3px;
	border: solid 1px #EEE;
}

@media only screen and (max-width: 768px) {
	.accordian-style3 .header h4 {
		font-size: 1.7rem;
	}
	.accordian-style3 h5 {
		font-size: 1.3rem;
	}
	.accordian-style3 section {
		padding: 10px 20px 20px 20px;
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 480px) {
	.accordian-style3 .header {
		margin: 0 0 20px 0;
		padding: 20px 60px 20px 20px;
	}
	.accordian-style3 .header h4 {
		font-size: 1.5rem;
	}
	.accordian-style3 h5 {
		font-size: 1.1rem;
	}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 300px;
	height: auto;
	display: inline-block;
	padding: 25px 15px 15px 15px;
}
img.logo-menu {
	width: 150px;
	height: auto;
	display: block;
	padding: 15px 30px;
	margin: 0 auto;
}
img.logo-footer {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: inline-block;
	padding: 0;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 3px;
	border: solid 1px #EEE;
}
img.ic-heading {
	width: 30px;
	height: auto;
	display: block;
	margin: 0 10px 0 0;
	float: left;
}
img.logo-storylines {
	width: 150px;
	height: auto;
	display: block;
	float: right;
	border-radius: 5px;
}
img.img-sm {
    width: 150px;
    height: auto;
    display: inline-block;
}
p img {
    width: 20px;
    height: auto;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
	img.logo {
		width: 200px;
		padding: 20px 15px 10px 15px;
	}
}
@media only screen and (max-width: 480px) {
	img.logo-storylines {
		width: 100px;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #C80752;
	display: inline-block;
	padding: 6px 20px;
	font-size: 1.3rem;
	border-radius: 50px;
	font-weight: 600;
	border: solid 2px #C80752;
	margin-right: 10px;
    margin-bottom: 3px;
}
a.btn-primary:hover {
	background: none;
	color: #C80752;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}

a.btn-primary-sm {
	color: #FFF;
	background-color: #C80752;
	display: inline-block;
	padding: 4px 15px;
	font-size: 1.1rem;
	border-radius: 50px;
	font-weight: 600;
	border: solid 2px #C80752;
	margin-right: 10px;
}
a.btn-primary-sm:hover {
	background: none;
	color: #C80752;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}

a.btn-secondary {
	color: #FFF;
	background-color: #009CA7;
	display: inline-block;
	padding: 8px 30px;
	font-size: 1.4rem;
	border-radius: 50px;
	font-weight: 600;
	margin-right: 10px;
}
a.btn-secondary:hover {
	background: #290C53;
	color: #FFF;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}

a.btn-outline {
	color: #FFF;
	background-color: none;
    border: solid 2px #FFF;
	display: inline-block;
	padding: 6px 20px;
	font-size: 1.3rem;
	border-radius: 50px;
	font-weight: 600;
	margin-right: 10px;
    margin-bottom: 3px;
}
a.btn-outline:hover {
	background: none;
	color: #C80752;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}

a.btn-cta {
	color: #290C53;
	background-image:  url(../images/icons/ic_arrow-right_circle_pink.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	padding: 0 50px 5px 0;
	font-weight: 700;
	display: inline-block;
	font-size: 2rem;
}
a.btn-cta:hover {
	color: #C80752;
	font-size: 2.1rem;
}

a.btn-pdf {
	background-image: url(../images/icons/ic_pdf_grey.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: underline;
}
a.btn-video {
	background-image: url(../images/icons/ic_video_grey.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: underline;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
hr.nav-space {
	border-top: solid 1px #C80752;
	border-bottom: none;
	margin-bottom: 20px;
}
hr.divide-sm {
	border-top: solid 1px #DDD;
	border-bottom: none;
	margin: 20px 0 20px;
}
hr.divide-med {
	border-top: solid 1px #DDD;
	border-bottom: none;
	margin: 40px 0;
}
hr.space-sm {
	border-top: solid 1px #FFF;
	border-bottom: none;
	margin: 30px 0;
}
.display-sm-only {
	display: none !important;
}
.map {
	width: 100%;
	height: 400px;
	display: block;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 0 20px;
	line-height: 50px;
	border-top: solid 1px rgba(255,255,255,0.5);
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 1180px;
	color: rgba(255,255,255,0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 12px 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
	hr.nav-space {
		border-top: solid 1px #C80752;
		border-bottom: none;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.display-sm-only {
		display: block !important;
	}
	hr.space-sm {
		border-top: solid 1px #FFF;
		margin: 0;
	}
}

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-header {
	background-color: none;
	margin-bottom: 0;
	z-index: 100;
	position: relative;
	border-bottom: solid 1px #EEE;
}
.search-wrap {
	background-color: #FFF;	
}

.nav-bar {
	padding: 0;		
	text-align: right;
	height: 50px;
	width: 100%;
	position: absolute;
}
.toggle-search {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
	right: 15px;
	top: 44px;
	position: absolute;
	background-image: url(../images/icons/ic_search_purple.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center center;
}
.toggle-search:hover {
	background-size: 30px 30px;
}

@media only screen and (max-width: 768px) {
	.toggle-search {
		right: 70px;
		top: 30px
	}
}


/* RSS Blog Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.feed-container {
    font-size: 1.6rem;
}
.feed-container .header {
    margin: 0px;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
}
.feed-container .footer {
    margin: 0px;
    padding: 5px 5px 5px 5px;
    color: #fff;
}
.feed-container .header .title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #5a4860;
}
.feed-container .header a {
    text-decoration: none;
    color: #5a4860;
}
.feed-container .header a:hover {
    text-decoration: underline;
    color: #5a4860;
}
.feed-container .content {
    padding: 10px;
}
.feed-container .content .item {
    margin: 0 0 15px 0;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
    border: solid 1px #EEE;
}
.feed-container .content .item .title {
    margin: 1px 0 1px 3px;
    padding: 1px 2px 1px 3px;
    color: #5a4860;
    font-weight: bold;
}
.feed-container .content .item .title a {
    color: #DA1A5D;
    text-decoration: none;
}
.feed-container .content .item .title a:hover {
    text-decoration: underline;
}
.feed-container .content .item .description {
    margin: 0 0 0 3px;
    padding: 0 2px 0 3px;
    color: #666;
    font-size: 1.3rem;
}
.feed-container .content .item .description a {
    text-decoration: none;
    color: #5a4860;
}
.feed-container .content .item .description a:hover {
    text-decoration: underline;
    color: #5a4860;
}
