﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}


	a:link {
		text-decoration: none;
		color: #0088cc;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#CenterColumn {
	  margin: auto;
	  padding-right: 20px;
	  padding-left: 20px;
	  max-width: 1170px;
	  min-height: 402px;
	  background: white url('-/media/Default Website/cover.ashx') no-repeat;
	  background-size: 1170px 402px;
	  text-align: left;
	}	
	
	#InnerCenter {
		margin: auto;	
		position:relative;
		width:1150px;
		height:700px;
	}	
	
	#Header {
		height:402px;
	}	
	
	#Footer {
		width:100%;
		clear:both; 
		padding-top:2px;
	}	
	
	#LeftContent {
        width:750px;
	    text-align: justify;
	}
	
	#scLogo {
		margin-top:20px;
	}

.button {
	font-weight: 700;
	font-family: Helvetica, Tahoma, sans-serif;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 15px;
	letter-spacing: 0.09375rem;
	font-size: 0.75rem;
	line-height: 1.2;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	outline: none; }
.fonts-loaded .button {
	font-family: Roboto, Helvetica, Tahoma, sans-serif; }
@media screen and (min-width: 768px) {
	.button {
		padding: 14px 25px;
		letter-spacing: 0.10625rem;
		font-size: 0.9375rem; } }
.button .icon {
	flex-shrink: 0; }
.button--icon {
	justify-content: space-between;
	text-align: left; }
.button--icon > :first-child {
	margin-right: 6px; }
@media screen and (min-width: 768px) {
	.button--icon > :first-child {
		margin-right: 10px; } }
.button--primary {
	min-width: 100px;
	color: #FFFFFF;
	background-color: #0160AF;
	border: 1px solid #0160AF;
	transition: background-color 0.3s linear, border 0.3s linear; }
.can-hover .button--primary:hover,
.can-hover .button--primary:focus {
	background-color: #4399DF;
	border: 1px solid #4399DF; }
.can-hover .button--primary:active {
	background-color: #054A84;
	border: 1px solid #054A84; }
.button--secondary {
	min-width: 100px;
	color: #0160AF;
	background-color: transparent;
	border: 1px solid #0160AF;
	transition: color 0.3s linear, background-color 0.3s linear, border 0.3s linear; }
.can-hover .button--secondary:hover,
.can-hover .button--secondary:focus {
	color: #2588DA;
	background-color: #E8F2FB;
	border: solid 1px #4399DF; }
.can-hover .button--secondary:active {
	color: #075596;
	background-color: transparent;
	border: solid 1px #075596; }
@media screen and (min-width: 768px) {
	.button--secondary__arrow-left {
		width: 16px;
		height: 14px; } }
.button--super {
	min-width: 170px;
	color: #1A1C3C;
	letter-spacing: 0.0875rem;
	background-color: #FFB500;
	border: 1px solid #FFB500;
	transition: background-color 0.3s linear, border 0.3s linear; }
@media screen and (min-width: 768px) {
	.button--super {
		min-width: 185px;
		letter-spacing: 0.1125rem; } }
.can-hover .button--super:hover,
.can-hover .button--super:focus {
	background-color: #FFDE8E;
	border: 1px solid #FFDE8E; }
.can-hover .button--super:active {
	background-color: #EFA224;
	border: 1px solid #EFA224; }
@media screen and (min-width: 768px) {
	.button--super__arrow-right {
		width: 16px;
		height: 14px; } }
.button--super.is-disabled, .button--super:disabled {
	background-color: #D9D9D9;
	border-color: #D9D9D9;
	color: #B0B0B0;
	cursor: not-allowed; }
.can-hover .button--super.is-disabled:hover,
.can-hover .button--super.is-disabled:focus,
.can-hover .button--super.is-disabled:active, .can-hover .button--super:disabled:hover,
.can-hover .button--super:disabled:focus,
.can-hover .button--super:disabled:active {
	background-color: #D9D9D9;
	border-color: #D9D9D9; }
.button--transparent {
	min-width: 100px;
	padding: 15px 10px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	transition: color 0.3s linear, background-color 0.3s linear, border 0.3s linear; }
@media screen and (min-width: 580px) {
	.button--transparent {
		padding: 15px 25px; } }
.button--transparent:hover, .button--transparent:focus {
	background-color: #FFFFFF;
	color: #1A1C3C; }


.richtext-editor h1,
.richtext-editor h2,
.richtext-editor h3,
.richtext-editor h4,
.richtext-editor h5,
.richtext-editor h6,
.richtext-editor p,
.richtext-editor ul,
.richtext-editor ol,
.richtext-editor table,
.richtext-editor iframe {
	font-style: normal;
	padding: 0;
	margin: 1rem 0; }
.richtext-editor h1:first-child,
.richtext-editor h2:first-child,
.richtext-editor h3:first-child,
.richtext-editor h4:first-child,
.richtext-editor h5:first-child,
.richtext-editor h6:first-child,
.richtext-editor p:first-child,
.richtext-editor ul:first-child,
.richtext-editor ol:first-child,
.richtext-editor table:first-child,
.richtext-editor iframe:first-child {
	margin-top: 0; }
.richtext-editor h1:last-child,
.richtext-editor h2:last-child,
.richtext-editor h3:last-child,
.richtext-editor h4:last-child,
.richtext-editor h5:last-child,
.richtext-editor h6:last-child,
.richtext-editor p:last-child,
.richtext-editor ul:last-child,
.richtext-editor ol:last-child,
.richtext-editor table:last-child,
.richtext-editor iframe:last-child {
	margin-bottom: 0; }

.richtext-editor p {
	font-weight: 400;
	font-family: Helvetica, Tahoma, sans-serif;
	color: #2A2A2A;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.43;
	letter-spacing: 0.0125rem;
	word-break: break-word; }
.fonts-loaded .richtext-editor p {
	font-family: Roboto, Helvetica, Tahoma, sans-serif; }
@media screen and (min-width: 768px) {
	.richtext-editor p {
		font-size: 1rem;
		line-height: 1.5;
		letter-spacing: 0.00625rem; } }
.richtext-editor p.info-panel-paragraph {
	font-weight: 300;
	font-family: Helvetica, Tahoma, sans-serif;
	color: #2A2A2A;
	font-size: 0.875rem;
	line-height: 24px;
	letter-spacing: 0.01875rem; }
.fonts-loaded .richtext-editor p.info-panel-paragraph {
	font-family: Roboto, Helvetica, Tahoma, sans-serif; }
@media screen and (min-width: 768px) {
	.richtext-editor p.info-panel-paragraph {
		font-size: 1.125rem;
		line-height: 32px;
		letter-spacing: 0.025rem; } }

.richtext-editor a {
	text-decoration: none;
	color: #1364AB; }

.richtext-editor img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top; }

.richtext-editor ul {
	list-style: none;
	margin-left: 25px; }
.richtext-editor ul ul {
	margin-top: 10px; }
.richtext-editor ul li {
	padding-left: 20px; }
.richtext-editor ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background-color: #0160AF;
	border-radius: 50%; }

.richtext-editor ol {
	margin-left: 40px; }
.richtext-editor ol li {
	padding-left: 5px; }

.richtext-editor li {
	position: relative;
	font-weight: 400;
	font-family: Helvetica, Tahoma, sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.43;
	letter-spacing: 0.0125rem;
	color: #474747; }
.fonts-loaded .richtext-editor li {
	font-family: Roboto, Helvetica, Tahoma, sans-serif; }
@media screen and (min-width: 768px) {
	.richtext-editor li {
		font-size: 1rem;
		line-height: 1.5;
		letter-spacing: 0.00625rem; } }

.richtext-editor li + li {
	margin-top: 10px; }

.richtext-editor .button {
	display: inline-block;
	vertical-align: top;
	margin-top: 1.5rem; }

.richtext-editor a.button--primary {
	color: #FFFFFF; }

.richtext-editor a.button--secondary {
	color: #0160AF; }

.richtext-editor a.button--super {
	color: #333333; }

.richtext-editor .headline,
.richtext-editor .title {
	margin-bottom: 25px;
	font-weight: 700; }

.richtext-editor .title-uppercase {
	font-weight: 400;
	font-family: Helvetica, Tahoma, sans-serif;
	margin-bottom: 25px;
	color: #474747;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.075rem;
	text-transform: uppercase; }

.richtext-editor__venue__title {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.2px;
}

.richtext-editor__venue__copy {
	font-size: 16px;
	font-weight: 300;
	line-height: 22.4px;
	letter-spacing: 0.4px;
}

.fonts-loaded .richtext-editor .title-uppercase {
	font-family: Roboto, Helvetica, Tahoma, sans-serif; }

.richtext-editor .table-wrapper,
.richtext-editor .iframe-wrapper {
	overflow: auto;
	-webkit-overflow-scrolling: touch; }

.richtext-editor iframe {
	width: 100%; }

.richtext-editor table {
	display: table;
	width: 100% !important;
	height: auto !important;
	border-collapse: collapse;
	font-weight: 400;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.01875rem;
	line-height: 1.67;
	color: #474747; }
.fonts-loaded .richtext-editor table {
	font-family: Roboto, Helvetica, Tahoma, sans-serif; }
@media screen and (min-width: 768px) {
	.richtext-editor table {
		font-size: 0.875rem;
		letter-spacing: 0.0125rem;
		line-height: 1.43; } }
.richtext-editor table tbody > :nth-child(2n + 1) {
	background-color: #F7F7F7; }
.richtext-editor table td {
	padding: 15px 1px;
	text-align: center;
	vertical-align: middle; }
.richtext-editor table td:first-child {
	padding-left: 17px;
	text-align: left; }

.richtext-editor .table-header-blue td {
	color: #FFFFFF;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.00625rem;
	line-height: 1.4;
	text-align: center;
	background-color: #1A1A3D;
	word-break: break-word; }
@media screen and (min-width: 768px) {
	.richtext-editor .table-header-blue td {
		font-size: 0.75rem;
		letter-spacing: 0.0125rem;
		line-height: 1.43; } }

.richtext-editor .table-header td {
	width: 20%;
	font-weight: 700; }

.richtext-editor .table-header td:first-child {
	padding-left: 0;
	min-width: 80px;
	width: 40%; }

.richtext-editor hr {
	border: none;
	border-bottom: 1px solid #B9BEC0;
	margin-top: 18px;
	margin-bottom: 18px; }
@media screen and (min-width: 768px) {
	.richtext-editor hr {
		margin-top: 30px;
		margin-bottom: 30px; } }

.article-summary {
	font-weight: 400;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 1.25rem;
	line-height: 1.3;
	letter-spacing: -0.00625rem; }
.fonts-loaded .article-summary {
	font-family: TheOpen, Helvetica, Tahoma, sans-serif; }
@media screen and (min-width: 768px) {
	.article-summary {
		font-size: 1.625rem;
		line-height: 1.38;
		letter-spacing: -0.0125rem; } }

.article-copy {
	font-weight: 300;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.86;
	letter-spacing: 0.00625rem; }
.fonts-loaded .article-copy {
	font-family: Roboto, Helvetica, Tahoma, sans-serif; }
@media screen and (min-width: 768px) {
	.article-copy {
		font-size: 1.125rem;
		line-height: 1.78;
		letter-spacing: 0.025rem; } }
