@import url("/CMSPages/GetCSS.aspx?stylesheetname=Fonts");
@import url("/CMSPages/GetCSS.aspx?stylesheetname=PureStylesheet");
@import url("/CMSPages/GetCSS.aspx?stylesheetname=PureGridsStylesheet");

/* #__CSS Variables# */
:root {
	/* COLORS */
	--color__darkblue: #003e51;
	--color__darkblue_lt: #086784;
	--color__darkblue_dk: #001f2a;
	--color__aqua: #5CB8B1;
	--color__green: #507f70;
	--color__lightblue: #cdd8df;

	/* STRUCTURE */
	--color__headerbg: var(--color__darkblue);
}

/* #Defaults# */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* #Defaults/Base Styles# */
body {
    line-height: 1.6em;
    color: #434245;
    font-size: 14px;
  	transition: margin 0.2s ease-out 0s;
  	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
button,
input,
select,
textarea,
.pure-g [class *= "pure-u"] {
	/*
	When setting the primary font stack, apply it to the Pure grid units along
	with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
	specific font stacks to ensure the greatest OS/browser compatibility.
	*/
    font-family: 'Source Sans 3', sans-serif;
}

.pure-g{
	-webkit-flex-flow: none;
	display: block;
	-ms-flex-flow: none;
	-ms-align-content: none;
	-webkit-align-content: none;
	align-content: none
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h3,
h4,
h5,
h6 {
    color: #003e51;
	margin: .5em 0;
	font-weight: 700;
}

h2 {
    color: #003e51;
    margin: 1.25em 0 .25em 0;
    font-weight: 700;
}

h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}

h2,
.overlay-box h4,
.profile-links-wrap h4 {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
}

h1 {
	font-size: 28px;
	line-height: 1.25;
	font-family: "Raleway", sans-serif;
}

.section-title {
	font-family: "Raleway", sans-serif;
}

h3 {
	font-size: 22px;
	line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #507f70;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #36a582;
}

.icon-title {
	color: #5b7f95;
}

a, .as-button, .sharethis i.fa, .btn-primary {
	color: #003e51;
	transition: color .2s ease, opacity .3s ease, background-color .3s ease, box-shadow .3s ease;
}

a:hover {
	color: #0a5e77;
}

.header-menu .pure-menu-link {
	transition: color .2s ease;
}

h1 img, h2 img, h3 img {
	vertical-align: middle;
	margin: -3px 15px 3px 0;
}

h3.entry-title {
	margin-top: 0;
}

.row-title {
	font-size: 30px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* #Layout Styles# */
.l-box {
    padding: 1em;
}

.l-box-horz {
    padding: 0 1em;
}

.l-box-lrg {
    padding: 2em;
}

.is-center {
    text-align: center;
}

.l-box-callout {
	background: white;
	padding: 2em;
}

.l-box-callout img {
	margin: -2em -2em 1em;
	width: calc(100% + 4em);
	max-width: none;
}

.pure-flex {
	display: flex;
	gap: 2em;
}

@media (max-width: 1080px) {
	.pure-flex {
		gap: 1em;
	}
}

.pure-flex .pure-u-md-auto {
	margin-left: -1em;
	margin-right: -1em;
	flex-basis: calc(25% + .5em);
}

.clearfix, .clear {
  clear: both;
}

.no-border {
	border: none !important;
}

.large {
	font-size: 1.2em;
	line-height: 1.5;
}

.align-left {
	float: left;
	margin: 0 20px 10px 0;
}

.align-right {
	float: right;
	margin: 0 0 10px 20px;
}

.row {
	clear: both;
	margin-top: 1.75em;
	overflow: hidden;
}

.row .wrap {
	overflow: hidden;
}

.row h3 {
	line-height: 1;
}

.row:first-child {
	margin: 0;
}

.full-width {
	width: 100%;
}

.img-center {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.overlay-box {
	background: #dfe9ea;
	font-family: "Raleway", sans-serif;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.overlay-box p {
	font-family: "Raleway", sans-serif;
}

.no-shadow {
	box-shadow: none;
}

iframe {
	border: none;
}

.pure-u-img {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

ul.links {
	font-family: "Raleway", sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}

ul.links li {
	padding: 15px 0;
}

.links li img {
	float: left;
	margin: -2px 10px 0 0;
	max-width: 25px;
}

ul.links a {
	color: #5b7f95;
	text-decoration: none;
}

ul.links a:hover {
	color: #333;
}

.vertical-center {
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.vertical-wrap {
	display: table-cell;
	vertical-align: middle;
}

.quote {
	color: #94b7bb;
	font-style: italic;
	font-family: "Raleway", sans-serif !important;
	font-size: 34px;
	line-height: 42px;
	text-align: center;
	padding: 1.5em;
}

.quote.large {
    color: #709ca1;
    padding: 0!important;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #003e51;
    line-height: 24px;
}

.quote.large p {
  margin-top: 0;
  padding-bottom: 0;
 }


/* #Header# */
.header {
    background: var(--color__headerbg);
	font-family: "Raleway", sans-serif;
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,.3);
	position: relative;
	z-index: 12;
}

.header .wrap {
	border: none;
}

.assistance .as-button {
	cursor: pointer;
	background: #be531c;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	z-index: 10;
	font-family: "Raleway", sans-serif;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	vertical-align: middle;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);/*ie*/
	position: absolute;
	left: -174px;
	top: 125px;
}

.assistance .as-button:hover, .active.assistance .as-button {
	background-color: #d36126;
}

.assistance .as-button img {
	vertical-align: middle;
	margin-left: 10px;
}

.assistance .as-content {
	z-index: 12;
	background: #be531c;
	padding: 2em 2.5em;
	position: relative;
	width: 300px;
	border-left: 1px solid rgba(0,0,0,.2);
	font-size: 13px;
	font-weight: normal;
}

.assistance {
	right: -300px;
	position: fixed;
	z-index: 13;
	top: 91px;
	transition: right .3s ease;
}

.assistance.active {
	right: 0;
}

/* #Header/Search Styles# */
.search-area {
    background: #003e51 none repeat scroll 0 0;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: 1;
}

.search-area input[type="text"] {
    background: #003e51 none repeat scroll 0 0;
    color: #eee;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
	height: 50px;
	margin: 5px 0;
    width: 100%;
	border: none;
	font-family: "Raleway",sans-serif;
}

.search-area input[type="submit"] {
	display: none;
}

.search-area input.search-box-watermark {
	color: rgba(255,255,255,.45);
}

body.search-active {
    margin-top: 60px;
}

.toggle-search.active, .toggle-search.active:hover {
	background: #003e51 !important;
	color: #fff !important;
}


/* #Header/Menu Styles# */
.header-menu .pure-menu-link {
    font-size: 24px;
}
.pure-menu-list {
	white-space: normal;
}

.header .pure-menu-heading {
	padding-left: 0;
	padding-right: 0;
	float: left;
	width: 25%;
	height: 125px;
	white-space: nowrap;
	display: block;
	position: relative;
	z-index: 3;
}

.header .pure-menu-heading img {
	vertical-align: middle;
	width: 325px;
	max-width: 100%;
	height: auto;
}

.header-secondary {
	margin-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.header-secondary .pure-menu-item {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}

.header-secondary .pure-menu-item:first-child {
	border-left: 1px solid #fff;
}

.header-secondary .pure-menu-list {
	float: right;
	display: block;
}


.header-secondary .pure-menu-item.pure-menu-selected > .pure-menu-link,
.header-secondary .pure-menu-item.pure-menu-selected a,
.header-secondary .pure-menu-item.pure-menu-selected a:hover,
.header-secondary .pure-menu-item.pure-menu-selected a:visited {
	color: var(--color__aqua);
	background: #fff;
}

.header-secondary .pure-menu-item a {
	background: var(--color__darkblue);
	color: #fff;
}

.header-secondary .pure-menu-item a:hover {
	background: var(--color__darkblue_lt);
}

.header-secondary .social.pure-menu-item a:hover {
	background: none;
	color: var(--color__aqua);
}

.header-secondary a {
	color: var(--color__aqua);
}

.pure-menu-item.social {
	border-width: 0;
	font-size: 20px;
}

.header-secondary a {
	padding: 0 2.25em;
	line-height: 31px;
}

.pure-menu-item.social a {
	background: none;
	margin-left: 12px;
	color: #fff;
	padding: 0;
	cursor: pointer;
}

.pure-menu-item.social .pure-hide_ph {
	margin-right: 5px;
}

.header-menu .entry-meta {
	text-transform: none;
}

.header-menu .pure-menu-children:after {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 1;
	background: rgba(0, 62, 81, .9);
	transition: opacity .3s .6s ease;
}

.header-menu .pure-menu-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fff;
	height: 73px;
	padding: 0;
	line-height: 73px;
	text-align: center;
	z-index: 2;
	position: relative;
}

.header-menu .pure-menu-list {
	display: block;
	width: 75%;
	float: right;
	position: static;
}

.header-menu .pure-menu-item {
	position: static;
}

.header-menu .pure-menu-list > li:last-child .pure-menu-link {
	border: none;
}

.header-menu .pure-menu-list > li:nth-child(1) {
	width: 25.25%;
}

.header-menu .pure-menu-list > li:nth-child(2) {
	width: 27.5%;
}

.header-menu .pure-menu-list > li:nth-child(3) {
	width: 27.75%;
}

.header-menu .pure-menu-list > li:nth-child(4) {
	width: 19.5%;
}

.header-menu .pure-menu-list > li:nth-child(4) >  a {
	text-align: right;
}

.header-menu .pure-menu-selected > a, 
.header-menu .pure-menu-selected > a:visited {
	color: #fff;
	font-weight: 900;
	color: var(--color__aqua);
}

.header-menu .pure-menu-active > .pure-menu-link,
.header-menu .pure-menu-link:hover,
.header-menu .pure-menu-link:focus,
.sfHover .pure-menu-link {
	background: none;
	color: var(--color__aqua) !important; 
}

.header-menu .pure-menu-item:after {
	display: block;
	height: 12px;
	content: "";
	background: transparent;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 3;
	opacity: 0;
	pointer-events: none;
}

.header-menu .pure-menu-item.sfHover:after {
	opacity: 1;
	transition: opacity .3s ease .2s;
}

.pure-menu-has-children > .pure-menu-link::after,
.header-menu .pure-menu-item.sfHover.link-Diversity:after {
	display: none;
}

.pure-menu-item.link-Diversity .pure-menu-children {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  font-size: 0px;
  pointer-events: none;
}

.header-menu .pure-menu-children {
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	text-align: left;
	white-space: normal;
	z-index: 1;
	border-top: 2px solid #4E777A;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.125);
	font-size: 16px;
}

.header-menu .pure-menu-children .pure-g {
	padding-bottom: 10px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.header-menu .pure-menu-children .l-box-lrg {
	padding: 1em;
}

.header-menu .entry-title {
	margin-bottom: 5px;
	font-size: 16px;
	color: var(--color__darkblue);
}

.header-menu .entry-title a {
	color: var(--color__darkblue);
}

.header-menu .entry-title + p {
	font-weight: 400;
	margin-top: 0;
	color: #333;
}

.pure-callout-link-img {
	aspect-ratio: 4/3;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	background: var(--color__green);
}

.pure-callout-link {
	text-decoration: none;
	display: block;
}

.pure-callout-link img {
	display: block;
	height: 100%;
	width: 100%;
	transition: transform .25s ease, opacity .25s ease;
	object-fit: cover;
}

.pure-callout-link:hover img {
	transform: scale(1.05);
	opacity: .8;
}

.pure-callout-link:hover > .entry-title + p,
.pure-callout-link:hover > .entry-title {
	color: var(--color__green);
}

.pure-callout-link p:last-child {
	margin: 0;
}

.header-menu h2 {
	font-size: 18px;
}

.stButton .stLarge, .stButton {
	display: none !important;
	margin: 0 !important;
	visibility: hidden !important;
}


/* #Breadcrumb Styles# */
.breadcrumbs {
	clear: both;
	padding: .75em 0;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2px;
}

.breadcrumbs:before {
	content: "";
	height: 1px;
	background: #fff;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	position: absolute;
	top: 0;
}

.crumb, .CMSBreadCrumbsCurrentItem, .CMSBreadCrumbsLink {
	display: inline-block;
	margin: 0 .3em;
	font-size: 12px;
}

.crumb.home {
	margin-left: 0;
	margin-top: -2px;
	font-size: 20px;
	vertical-align: middle;
}

.crumb a, .CMSBreadCrumbsLink {
	color: var(--color__aqua);
	text-decoration: none;
}

.crumb a:hover, .CMSBreadCrumbsLink:hover {
	color: #fff;
}

.header .crumb, 
.header .breadcrumbs {
	color: #fff;
}

.breadcrumbs .sep {
	margin: -1px 0 0 0;
}


/* #Content Styles# */
.wrap {
	width: 1442px;
	max-width: 90%;
	margin: 0 auto;
	border: 1px solid #003e51;
	border-width: 0 1px;
}

.content {
	background: #fff;
	z-index: 1;
	position: relative;
	box-shadow: 0px -4px 20px 0 rgba(0,0,0,.3);
}

.callouts {
	background: #dfe6e9 url(/CorporateResources/media/themeFiles/bg-sep_sm.png) repeat-x top;
}

.callouts-no-banner {
  background-image: none;
}

.callouts .wrap {
	padding-top: 20px;
}

.callouts-no-banner .wrap {
	padding-top: 0;
}

.entry-meta, 
.crumb, 
.breadcrumbs, 
.entry-meta a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #97999b;
	margin-top: 0;
}

.result {
	border-top: 1px solid #eee;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 25px;
}


/* #Footer Styles# */
.footer {
    background: #fff;
	border-top: 1px solid #003e51;
	color: #768692;
	/*padding-bottom: 3em;*/
	z-index: 2;
	position: relative;
}

.footer h3,
.footer h4,
.widget-title {
	color: #768692;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}

.footer p:last-child {
	margin-bottom: .5em;
}

.social-menu .fa {
	background: #003e51;
	color: #fff;
	font-size: 24px;
	padding: .55em .1em;
	width: 50px;
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
}

.social-menu .pure-menu-link {
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #003e51;
}

.CMSListMenuUL {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: normal;
	display: inline-block;
}

.CMSListMenuUL li::after {
    content: "|";
    display: inline-block;
    margin-right: 10px;
}
.CMSListMenuUL li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
	list-style: none;
}

.CMSListMenuUL li a {
	display: inline-block;
	padding: 0.5em 1em 0.5em 0;
}

.CMSListMenuUL li:last-child::after {
    display: none;
}

.shaw-dns {
	background: #003E51;
	color: #fff;
}

.shaw-dns a {
	color: #cdd8df;
}

.shaw-dns .l-box-lrg {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* #Elements# */
/* #Elements/News Comments# */
.news-comments .wrap {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #bfced6;
  overflow: hidden;
  position: relative;
}

.comments-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.news-comments .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.news-comments .message-board-form-leave-message {
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: bold;
  display: block;
  font-family: "Raleway",sans-serif;
}

.news-comments .form-group {
  margin-bottom: 0;
}

.news-comments .InfoLabel {
  background: #003E51;
  padding: 10px 15px;
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.news-comments .InfoLabel br {
  display: none;
}

.news-comments .CommentDetail {
  border: 1px solid #bfced6;
  padding: 15px 20px;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  margin-top: 30px;
}

.news-comments .CommentUserName {
  font-weight: bold;
  font-size: 18px;
}

.news-comments .CommentUserName:after {
  content: " says:";
  font-weight: normal;
}

.news-comments .CommentText {
  padding: 10px 0;
}

.news-comments .CommentDate {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaa;
}

.news-comments .CommentAction {
    text-align: left;
    padding-top: 10px;
}

.news-comments .CommentAction:empty {
  display: none;
}

.news-comments .CommentAction a,
.comments-wrap .message-board-form-subscribe{
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  background-color: #337ab7;
  color: #fff;
  margin: 2px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
}

.news-comments .CommentAction a:hover {
  opacity: .75;
}

.news-comments .BoardMessageDetail, .news-comments .ButtonPadding {
  display: inline;
}

#p_lt_ctl06_pageplaceholder_p_lt_ctl02_NewsComments_plcUp_msgBoard_rptBoardMessages_ctl02_ctl00_messageActions_lnkApprove,
.news-comments .CommentAction a[id*='lnkApprove'] {
  background: #5fba7d;
}

#p_lt_ctl06_pageplaceholder_p_lt_ctl02_NewsComments_plcUp_msgBoard_rptBoardMessages_ctl02_ctl00_messageActions_lnkApprove,
.news-comments .CommentAction a[id*='lnkApprove'] {
  background: #5fba7d;
}

#p_lt_ctl06_pageplaceholder_p_lt_ctl02_NewsComments_plcUp_msgBoard_rptBoardMessages_ctl00_ctl00_messageActions_lnkReject,
.news-comments .CommentAction a[id*='lnkReject'] {
  background: #c84e4e;
}

.form-horizontal .form-control-error {
  font-weight: bold;
  text-transform: uppercase;
  color: red;
  padding-bottom: 20px;
  position: relative;
  top: -10px;
}

.comments-wrap .editing-form-value-cell-offset,
.comments-wrap .message-board-form-subscribe {
  display: none !important;
  opacity: 0;
}

body.logged-in .comments-wrap .message-board-form-subscribe {
  display: inline-block !important;
  opacity: 1;
  background: #e9e9e5;
  color: #222;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

body.logged-in .comments-wrap .message-board-form-subscribe:hover {
  background-color: #ddd;
 }

body.logged-in .comments-wrap .message-board-form-subscribe:after {
  content: " To New Comment Notifications";
}

/*#Elements/Like Box# */
.news-actions {
  padding-top: 10px;
}

#like-story,
#like-story div {
  display: inline;
}

#like-story a span,
a.comment-btn {
  background: #286090 url(https://shawinc.com/CorporateResources/media/themeFiles/icon-heart-o.png) no-repeat 25px 50%;
  background-size: 18px 18px;
  background-color: #286090;
  color: #fff;
  padding: 8px 30px 10px 50px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: background-color .25s ease;
  text-decoration: none;
}

#like-story a span:hover,
a.comment-btn:hover {
  background-color: #02495f;
  color: #fff;
}

#like-story .disabled a span,
#like-story .disabled a span:hover {
  cursor: default;
  background-color: #b5de6d;
  color: #415819;
  font-weight: bold;
}

a.comment-btn {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://shawinc.com/CorporateResources/media/themeFiles/icon-comment.png);
}

#like-story a span.icon-star-full {
  background-image: url(https://shawinc.com/CorporateResources/media/themeFiles/icon-heart.png);
}

#like-story a span:after {
  content: "Like Story";
}

#like-story .disabled a span:after {
  content: "You Like This";
}

#like-story .CntRatingContent {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

#like-story .CntRatingResult {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 2px;
  margin-left: 2px;
}

#like-story .CntRatingResult span {
  background: #ddd;
  border-radius: 100%;
  text-align:center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

#like-story .CntRatingResult span:after {
  right: 97%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #ddd;
	border-width: 6px;
	margin-top: -6px;
}

/* #Elements/Form Styles# */

.pure-form input[type], .pure-form textarea {
    border: 1px solid #bfced6;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
	border-radius: 0;
	margin: 0 0 10px 0;
}

.pure-form input[type="checkbox"],
.pure-form input[type="radio"] {
  width: auto;
  margin: 5px 0;
}

.pure-form input[type="checkbox"] + label,
.pure-form input[type="radio"] + label {
  margin-left: 10px;
}

.bg-lgreen strong {
	color: #507f70;
	font-family: "Raleway",sans-serif;
}

.form-table input, .form-table textarea {
	width: 100%;
}

.form-table.pure-form .input-width-15 {
	width: 15%;
	margin: 0 5px 10px 5px;
}

.form-table.pure-form .input-width-20 {
	width: 20%;
	margin: 0 5px 10px 5px;
}

#p_lt_ctl05_pageplaceholder_p_lt_ctl01_BizForm_viewBiz_ncpusphone {
	margin-left: -9px;
}

.FormPanel .btn-primary {
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

.form-table .EditingFormErrorLabel {
	margin-top: -8px;
	color: #B94244;
	display: block;
	margin-bottom: 10px;
}

.content-body .ErrorLabel {
	color: #B94244;
	font-weight: bold;
}

.data-table {
	max-width: 100%;
	overflow: auto;
}

.data-table table._nodivs td, .data-table table._nodivs, .data-table table._nodivs tr {
	border: none;
	font-size: 18px;
}

.data-table table._nodivs, .data-table table._nodivs tr {
	width: 100%;
}

.data-table table._nodivs tbody:first-child tr:first-child td {
	font-weight: bold;
}

.data-table table._nodivs a {
	text-decoration: none;
}

.data-table table._nodivs td {
	padding: 15px;
	color: #666666;
}

.data-table table._nodivs tr:nth-child(odd) {
	background: #e8f0f0;
}

.frameHeight {
	background: #fff url(/CorporateResources/media/themeFiles/icon-loader.gif) center no-repeat;
}

.search-results input[type="text"] {
	padding: .75em 1em;
	width: 100%;
	font-size: 16px;
}

.search-results .form-group-submit {
	margin-top: 10px;
}

.search-results #p_lt_ctl05_pageplaceholder_p_lt_ctl01_SmartSearchDialogWithResults_srchDialog_lblSearchFor {
	display: none;
}

#p_lt_ctl05_pageplaceholder_p_lt_ctl01_SmartSearchDialogWithResults_srchResults_lblNoResults {
	font-size: 16px;
	background: #eee;
	padding: 15px 25px;
	color: #666;
	margin-top: 25px;
	display: block;
}

.pagination {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-align: center;
}

.pagination a, .pagination .current-page {
	display: inline-block;
	text-decoration: none;
	padding: 6px 10px;
	background: #eee;
	line-height: 1;
	font-size: 15px;
	color: #333;
}

.pagination .current-page {
	background: #003e51;
	color: #fff;
}

.pagination a:hover {
	background: #ddd;
	color: #333;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}


/* #Elements/Button Styles# */
.pure-button, .button, .btn-primary, .btn-default {
    background-color: #003e51;
    color: #fff;
    padding: .9em 3em;
  	text-transform: uppercase;
  	font-family: "Raleway", sans-serif;
  	font-size: 12px;
  	border-radius: 0;
  	white-space: normal;
  	border: 0;
    font-weight: bold;
}

.btn-primary, .btn-default{
	background: #507f70;
}

.pure-button:hover, .button:hover, .btn-primary:hover, .btn-default:hover {
	background: #02495f;
	color: #fff;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}

.pure-button-lg {
  border-radius: 5px;
  font-size: 125%;
}

a.pure-button-invis, .dark a.pure-button-invis {
	background: none;
	text-decoration: underline;
	text-transform: none;
	font-size: 80%;
	padding: 1.2em 3.4em 1em 3.4em;
}

a.pure-button-invis {
	color: #003e51;
}

.dark a.pure-button-invis {
	color: #fff;
}

a.pure-button-invis:hover, .dark a.pure-button-invis:hover {
	opacity: .8;
	background: none;
}

.ribbon .pure-button, .ribbon .button {
	background: #507f70;
	color: #fff;
}

.ribbon .pure-button:hover, .ribbon .button:hover {
	background: #549084;
	color: #fff;
}

.faq .expand-button, .acc-title {
	background-color: #5b7f95;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    padding: 0.75em 1.25em;
    text-align: left;
    white-space: normal;
	display: inline-block;
	margin: 10px 0 0;
	text-decoration: none;
	width: 100%;
}

.faq .expand-button:before, .acc-title:before {
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
	content: "\f105";
	margin-right: 4px;
	font-size: 20px;
	width: 20px;
}

.faq .expand-button:hover, .faq .expand-button.active, .acc-title:hover, .acc-title.active  {
	background-color: #003e51;
}

.faq .expand-button.active:before, .acc-title.active:before {
	content: "\f107";
}


/* #Slider Styles# */
.slider {
	position: relative;
	overflow: hidden;
	height: 500px;
	background: #fff url(/CorporateResources/media/themeFiles/icon-loader.gif) center no-repeat;
}

.home-title-area .slider {
	height: 590px;
}

.slides li {
	height: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.carousel.slider {
	background: #fff;
	height: auto;
}

.carousel.slider li {
	min-height: 0;
}

.carousel.slider .slides img {
	width: 100%;
}

.slides, .slider-viewport {
	height: 100%;
}

.slider .slides img {
	max-width: none;
	width: auto;
}

.slider-with-controls {
	width: 75%;
	float: right;
}

.slider-controls {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

.slider-controls .entry-title {
	margin-top: .65em;
	color: #507f70;
}

.slider-controls li {
	background: #fff;
	list-style: none;
	padding: .5em 4em .5em 2em;
	color: #53565a;
	border-bottom: 1px solid #bfced6;
	cursor: pointer;
	transition: background-color .3s ease;
	height: 150px;
}

.slider-controls li:last-child {
	border: 0;
}

.slider-controls li:hover {
	background: #f6f6f6;
}

.slider-controls li h3 {
	font-size: 18px;
}

.slider-controls li.slider-active {
	background: #dfe9ea url(/CorporateResources/media/themeFiles/icon-rarr.png) no-repeat 97%;
}

.slider-controls p {
	display: none;
}

.caption {
	position: absolute;
	bottom: 0;
	padding: .5em;
	background: rgba(255,255,255,.75);
	width: 100%;
	text-align: center;
	color: #53565a;
	font-size: 17px;
}

.caption a {
	text-decoration: none;
}

.slide-link {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slide-link.popup-video {
	background: url(/CorporateResources/media/themeFiles/icon-play.png) no-repeat center;
	opacity: .8;
}
.slide-link.popup-video:hover {
	opacity: 1;
}

.slider .slides > li {
	display: none;
}
.slider.loading .slides > li { opacity: 0 !important; }
.slider .slides > li { opacity: 1 !important; transition: opacity .3s ease; }
.no-js .slider.loading .slides > li:first-child { opacity: 1 !important; }

body .slider-direction-nav a {
	margin-top: -45px;
}

.gallery-item {
	width: 50%;
	height: 50%;
	background-size: cover;
	background-position: center center;
	float: left;
}

.gallery-slider.slider {
	background: #eee;
}

div.slider:not(.slideshow) .slider-prev {
  left: 0;
  opacity: .25;
}

div.slider:not(.slideshow) .slider-next {
  right: 0;
  opacity: .25;
}

/* #Title Area Ribbon Styles# */
.ribbon {
    background: #fff;
    color: #fff;
}

.ribbon .wrap {
	position: relative;
}

.featured-button {
	position: absolute;
	bottom: 3em;
	left: 2em;
}

.title-area .wrap {
	background: #003e51 url(/CorporateResources/media/themeFiles/bg-page.png) no-repeat right top;
	color: #fff;
	font-family: "Raleway", sans-serif;
}

.title-area .content-area {
	float: left;
	padding-bottom: 6em;
}

.title-area .content-area.pure-u-md-2-3, .title-area .content-area.header-aside, .home-title-area .content-area {
	padding-bottom: 2em;
}

.content-area p:last-child {
	margin-bottom: 0;
}

.dark a {
	color: #eee;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark {
	color: #fff;
}

.dark .entry-meta {
	color: #94b7bb;
}

.header-aside p {
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

.bg-dblue {
	background: #003e51;
}

.bg-lblue {
	background: #d5dfe3;
}

.bg-blue {
	background: #5b7f95;
}

.bg-green {
	background: #507f70;
}

.bg-orange {
	background: #be531c;
}

.bg-spruce {
	background: #425563;
}

.bg-white {
	background: #fff;
}

.bg-lgreen {
	background: #d1e1e1
}


/* #Templates# */
/* #Templates/Home# */
.video-wrapper {
	background: #000;
	width: 100%;
	height: 100%;
	position: relative;
}

.feature-slider.slider,
.video-wrapper video {
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
	display: block;  
	object-fit: cover;
	object-position: center;
	object-fit: contain;
}

.feature-video-wrapper .video-wrapper video {
	background: black;
	max-height: calc(100vh - 125px);
}

@media (max-width: 1472px) {
	.feature-video-wrapper .video-wrapper video {
		max-height: calc(100vh - 92px);
	}
}

.video-wrapper .slide-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* #Templates/Profiles Section# */
.bio-section {
	clear: both;
	overflow: hidden;
}

.bio-panel {
	background: #f6f6f6;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

body .bio-panel li {
	list-style: none;
	margin: 0;
	display: inline-block;
	clear: none;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
	z-index: 3;
	position: relative;
}

body .bio-panel li.profile {

}

.bio-panel a.bio, .bio-panel a.bio:hover {
	text-decoration: none;
	color: #444;
	position: relative;
	display: block;
}

.bio-panel .panel-item > img {
	width: 100%;
	margin-bottom: 0;
	display: block;
}

.bio-content, .panel-content {
	display: none;
}

.bio-panel p:last-child {
	margin-bottom: 0;
}

body .bio-panel li.open-bio {
	margin: 0 -1px;
	min-width: 100%;
	z-index: 5;
}

.bio-overlay {
	position:  absolute;
	bottom: 0;
	background: rgba(0,62,81,.8);
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px 10px;
	opacity: 0;
	transition: opacity 0.2s ease-out 0s;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	font-size: 14px;
}

.bio-overlay small {
	padding-top: 4px;
	display: inline-block;
	font-size: 70%;
}

a:hover .bio-overlay, .active .bio-overlay {
	opacity: 1;
}

.overlay-box h4,
.profile-links-wrap h4 {
	color: #507f70;
	font-family: "Raleway", sans-serif;
	text-transform: none;
	letter-spacing: 0;
}

.bio .overlay-box .l-box-lrg {
	padding: 1em;
}
.bio .overlay-box {
	padding: 1em;
}
.profile-links a {
	font-family: "Raleway", sans-serif;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #5b7f95;
	text-decoration: none;
	padding: 10px 0;
	margin-bottom: 5px;
}

.profile-links a:hover {
	color: #333;
}

.profile-links a.email {
	background: url(/CorporateResources/media/themeFiles/icon-email.png) no-repeat left center;
	padding-left: 50px;
}

.profile-links a.video {
	background: url(/CorporateResources/media/themeFiles/icon-video.png) no-repeat left center;
	padding-left: 50px;
}

.profile-links a.podcast {
	background: url(/CorporateResources/media/themeFiles/icon-podcast.png) no-repeat left center;
	padding-left: 50px;
}

@media only screen and (max-width: 820px) {
	body .bio-panel li, body .program-panel li.panel-item-wrap { width: 50%; display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
	padding-top: 0; }
}

@media only screen and (max-width: 480px) {
	body .bio-panel li, body .program-panel li.panel-item-wrap { width: 100%; }
}


/* #Templates/Rowwed Sections# */

.content-rows {
	clear: both;
}

.content-rows .row {
	margin-top: 0;
	border-top: 1px solid #bfced6;
}

.content .content-rows:first-child > .row:first-child {
	border-top: 0;
}


/* #Templates/Tabbed Sections# */

 .tabbed-wrap {
	 overflow: hidden;
   background: #668b97;
   padding: 20px;
 }

.tabbed-wrap .wrap {
  max-width: 100%;
  border: none;
}

.tabbed-wrap .content-rows {
  background: #fff;
  box-shadow: 0px 8px 5px rgba(0,0,0,.1),
        -5px 0 5px rgba(0,0,0,.1), 5px 5px 5px rgba(0,0,0,.1);
}

.row-tabheading > .wrap, .row-tabheading > .bg-lblue {
  background: #fff;
}

 .tabbed-wrap .row-1 {
	 border-bottom: 1px solid #bfced6;
 }

 .row-tabheading .col-1 {
	 border: none !important;
	 position: relative;
 }

.row-tabheading .col-1 img {
	 padding: 30px 30px 30px 0;
	 border: none;
	 display: block;
	 width: 100%;
 }

 .row-tabheading .col-1 .caption {
	bottom: 30px
}

.row-tabheading .col-1.slider-area .caption {
	bottom: 0;
}

 .image-link {
	 position: absolute;
	 z-index: 3;
 }

 .tabbed-wrap .content-rows .row:first-child {
	 border-top: 0;
 }

.tab-nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: none;
	z-index: 2;
	position: relative;
}

.tab-nav > li {
	list-style: none;
	padding: 0;
	margin: 1px 2px 0 0;
	display: inline-block;
}

.tab-nav > li > a, .tab-nav > li:last-child:not(:nth-child(even)):after {
	padding: .6em 1.5em;
	background: #003e51;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	display: inline-block;
  box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.2);
}

.tab-nav > li > a:hover {
  background: #215768;
}

.tab-nav > li.active > a {
	background: #fff;
  color: #003e51;
  box-shadow: 0px 10px 0px #fff,
        -5px 0 5px rgba(0,0,0,.1), 0 -5px 5px rgba(0,0,0,.1);
}

.alt-tabbed .tab-nav > li.active > a {
	background: #003e51;
	color: #fff;
}

.alt-tabbed .tab-nav > li {
	margin: 0;
}

.page-newsroom .content-rows .panel-item h3,
.page-newsroom .content-rows .excerpt p {
	text-align: left;
}

#Images--Videos .file-item h3 {
	display: none;
}

#Images--Videos .file-item .excerpt p {
	margin-top: 0;
}

/* #Templates/Awards */

.award-table { 
  padding: 30px 0;
  background: #fff;
}

.slide-control-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.slide-control-nav .nav-item {
  flex-grow: 1;
  background: #fff;
  font-size: 28px;
  color: #507F70;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  padding: .25em 1em;
  border-bottom: 1px solid #BFCED6;
  display: flex;
  cursor: pointer;
  transition: background-color .25s ease;
}

.slide-control-nav .nav-item:last-child {
  border-bottom: 0;
}

.slide-control-nav .nav-item:hover,
.slide-control-nav .nav-item.flex-active,
.slide-control-nav .nav-item.slider-active{
  background-color: #ECF0F3;
}

.award-table .data-table table._nodivs tbody:first-child tr:first-child td {
  background: #fff;
  font-size: 24px;
  color: #5B7F95;
  font-weight: normal;
  border-bottom: 1px solid #333;
}

.award-table .data-table table._nodivs tbody tr td:first-child {
    padding-left: 30px;
}

.award-table .data-table table._nodivs tbody tr td:last-child {
    padding-right: 30px;
}

@media (max-width: 84em) {
    .slide-control-nav .nav-item {
      font-size: 24px;
    }
}

@media (max-width: 768px) {
    .slide-control-nav .nav-item {
      font-size: 20px;
      padding: 10px 20px;
    }
  .award-table .data-table table._nodivs tbody:first-child tr:first-child td {
      font-size: 18px;
    }
  .award-table .data-table table._nodivs tbody tr td,
  .award-table .data-table table._nodivs tbody tr td:first-child,
  .award-table .data-table table._nodivs tbody tr td:last-child {
    padding: 10px;
  }
}

/* #Templates/Boxxed Sections# */

.program-panel {
	margin: 0;
	padding: 2em 1em 1em 1em;
	list-style: none;
}

.program-panel > .l-box-lrg {
	padding: 0 1em 2em 1em;
}

.program-panel > li {
	list-style: none;
}

.program-panel > li li {
	list-style: square outside;
}

.open-program {
	margin: -2px -1em 2em -1em;
	list-style: none;
}

.program-panel .panel-item-wrap {
	position: relative;
}

.program-panel .panel-item-wrap:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 25px 20px;
	border-color: transparent transparent #dfe9ea transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	opacity: 0;
}

.program-panel .panel-item-wrap.active:after {
	opacity: 1;
	transition: opacity .5s ease;
}

.box {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	transition: transform 0.1s ease;
}

a.box, .box > a {
	display: block;
	text-decoration: none;
}

.box:hover {
	transform: scale(1.02);
}

.box p {
	color: #434245;
}

.box .box-wrap {
	background: #fff;
	border: 1px solid #bfced6;
	border-width: 0 1px 1px 1px;
	padding: 2em;
	text-align: center;
}

.box > a > img, .box > img {
	width: 100%;
	margin: 0;
	display: block;
}

.box .box-wrap h1, .box .box-wrap h2, .box .box-wrap h3 {
	margin-top: 0;
	text-transform: none;
}

.box .box-wrap p:last-child {
	margin-bottom: 0;
}

.program-text:first-child {
	width: 100%;
}

/* #Templates/History# */

.lightbox {
  display: none;
}

.mfp-inline-holder .mfp-content {
  background: #fff;
  max-width: 520px;
  margin: 0 auto;
  padding: 30px;
}

.mfp-container .lightbox {
  display: block;
}

.lightbox audio {
  width: 100%;
  margin-top: 30px;
}

.lightbox .audio-content img {
  margin-right: 30px;
  margin-bottom: 10px;
  max-width: 40%;
}

.lightbox p:first-child,
.lightbox h1:first-child,
.lightbox h2:first-child,
.lightbox h3:first-child {
  margin-top: 0;
}

.year-rows .year-row:first-child .wrap {
  padding-top: 40px;
}

.year-rows .year-row:last-child .wrap {
  padding-bottom: 40px;
}

.year-title {
  font-size: 60px;
  text-align: right;
  line-height: 60px;
  margin: -20px 0 0 0;
}

.year-row {
  margin: 0;
  clear: both;
}

.year-row.odd .year-title {
  text-align: left;
}

.year-row.even .col-2 {
  border-left: 40px solid #5b7f95;
}

.year-row.odd .col-2 {
  border-right: 40px solid #5b7f95;
}

.year-row.odd .col-1 {
  float: right;
}

.year-items {
  margin: 0;
  padding: 0;
}

.year-items li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  margin: 0 0 30px 0;
}

.year-row.odd .year-items li {
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}

.year-items li p {
  margin-top: 0;
}

.year-items li:last-child {
  margin: 0;
}

.year-items li h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.year-items li:before {
  content: "\2022";
  font-size: 52px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: arial, sans-serif;
}

.year-row.odd .year-items li:before {
  left: auto;
  right: 0;
}

.year-items li.audio-link:before {
  display: none;
}

.year-items li.audio-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;}

.year-items li.audio-link a {
  color: #fff;
  text-decoration: none;
  background: #507f70 url(/CorporateResources/media/themeFiles/icon-podcast_wh.png) no-repeat 32% center;
  display: inline-block;
  padding: 20px 20px 20px 42%;
  width: 100%;
  text-align: left;
}

.year-items li.audio-link a:hover {
  background-color: #3b695a;
}

.year-items li.audio-link .image {
  height: 100%;
  display: block;
  position: absolute;
  width: 30%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-rows.year-rows .row {
  border: none;
}

.blue .year-title, .blue h4, .blue .year-items li:before { color: #5b7f95; }
.blue .col-1, .blue .col-2 { border-color: #5b7f95 !important }

.green .year-title, .green h4, .green .year-items li:before { color: #507f70; }
.green .col-1, .green .col-2 { border-color: #507f70 !important }

.orange .year-title, .orange h4, .orange .year-items li:before { color: #be531c; }
.orange .col-1, .orange .col-2 { border-color: #be531c !important }

.darkblue .year-title, .darkblue h4, .darkblue .year-items li:before { color: #003e51; }
.darkblue .col-1, .darkblue .col-2 { border-color: #003e51 !important }

.mos-gallery {
  padding: 0;
  margin-left: -2%;
  margin-right: -2%;
  width: 100%;
  width: 104%;
}

.mos-gallery a {
  display: block;
  height: 100%;
  width: 100%;
}

.mos-gallery li:hover {
  opacity: .85;
}

.mos-gallery li {
  list-style: none;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  font-size: 0;
  float: left;
  width: 98%;
  margin: 1%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity .3s linear;
}

.mos-gallery li img {
  max-width: none;
  min-width: 100%;
}

.mos-gallery .item-2, .mos-gallery .item-6, .mos-gallery .item-8,
.layout-2 .mos-gallery .item-1, .layout-2 .mos-gallery .item-5, .layout-2 .mos-gallery .item-7,
.layout-3 .mos-gallery .item-3, .layout-3 .mos-gallery .item-5, .layout-3 .mos-gallery .item-9,
.layout-4 .mos-gallery .item-1, .layout-4 .mos-gallery .item-5, .layout-4 .mos-gallery .item-7 {
  width: 68%;
  height: 200px;
}

.mos-gallery .item-3, .mos-gallery .item-5, .mos-gallery .item-9,
.layout-2 .mos-gallery .item-2, .layout-2 .mos-gallery .item-4, .layout-2 .mos-gallery .item-8,
.layout-3 .mos-gallery .item-2, .layout-3 .mos-gallery .item-6, .layout-3 .mos-gallery .item-8,
.layout-4 .mos-gallery .item-2, .layout-4 .mos-gallery .item-4, .layout-4 .mos-gallery .item-8 {
  width: 28%;
  height: 200px;
}

.layout-2 .mos-gallery .item-3, .layout-2 .mos-gallery .item-6, .layout-2 .mos-gallery .item-9,
.layout-4 .mos-gallery .item-3, .layout-4 .mos-gallery .item-6, .layout-4 .mos-gallery .item-9 {
  width: 98%;
}

.layout-3 .mos-gallery .item-1, .layout-3 .mos-gallery .item-4, .layout-3 .mos-gallery .item-7,
.layout-4 .mos-gallery .item-3, .layout-4 .mos-gallery .item-6 {
  height: 340px;
}


/* #Tooltips and Popovers# */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.col_last {
	margin-right: 0 !important;
}
.brands .logo {
    position: relative;
}
.brands .logo img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.brands .logo img.spacer {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: -2;
}
.col {
	overflow: hidden;
}
.brands h2 {
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.brands .clear {
	padding-bottom: 30px;
}
.divider-small-border {
	margin: 0 !important;
}

.mfp-image-holder .mfp-figure::after {
	background: #fff;
}


/* #Become A Supplier Form# */

.form-becomeASupplier {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
}

.form-becomeASupplier tr {
  border-bottom: 1px solid #eff0f0;
}

.form-becomeASupplier tr:last-child {
  border-bottom: 0;
}

.form-becomeASupplier tr td {
  padding: 20px 0;
}

.form-becomeASupplier .FieldLabel {
  font-weight: 600;
  padding-right: 20px;
  max-width: 50%;
  vertical-align: top;
  text-align: right;
}

.tos-box {
  background: #E7F0F0;
  color: black;
  margin: -1em;
  font-size: 16px;
  line-height: 1.5;
}

.tos-actions {
  text-align: center;
  margin-top: 30px;
}

.form-becomeASupplier .inactive {
  pointer-events: none;
  opacity: .25;
}

.form-becomeASupplier .inactive .FormButton {
  display: none;
}

#p_lt_ctl05_pageplaceholder_p_lt_ctl01_BecomeASupplierForm_viewBiz_HaveYouMessage_lb {
  white-space: normal;
}

#HaveYouMessage .FieldLabel {
  background: #fff5dd;
  font-size: 150%;
  text-align: center;
  padding: 20px;
  color: #735739;
  line-height: 1.5;
}

.form-becomeASupplier .EditingFormErrorLabel {
  margin-top: 5px;
  font-weight: bold;
}

/* #50 Years Microsite# */

.content-50years {
  background-color: #94b7bb;
  font-size: 18px;
  line-height: 1.4;
}

.content-50years .content-rows .row {
  border: none;
}

.content-50years .dark a.pure-button-invis {
  font-size: 12px;
  display: inline-block;
}

.content-50years .buttons-wrap {
  text-align: center;
}

.content-50years .row-alt .col-1 {
  border: none !important;
}

.content-50years .row ul li {
  margin-bottom: 10px;
}

.content-50years .row ul li:last-child {
  margin-bottom: 0;
}

.profile-row .avatar {
}

.profile-text h3, h3.audio-title {
  font-size: 28px;
  color: #666666;
}

h3.audio-title {
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 24px;
}

.profile-text h3 small {
  font-weight: normal;
}

.profile-links-wrap {
  background:
}

.story-profile {
  width: 43.4%;
  float: left;
  padding-right: 20px;
}

.story-profile img {
  display: block;
  width: 100%;
}

.audio-content-text {
  overflow: hidden;
}

.audio-content-text p:last-child {
  margin-bottom: 0;
}

.story-profile a.popup-inline,
.stories-panel a.popup-inline {
  padding: 25px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 15px;
  display: block;
  background: #507f70 url(/CorporateResources/media/themeFiles/icon-podcast_wh.png) no-repeat 20px 50%;
  padding-left: 65px;
}

.stories-panel a.popup-inline {
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}

.story-profile a.popup-inline:hover,
.stories-panel a.popup-inline:hover {
  background-color: #3b695a;
}

.story-content {
  width: 56.6%;
  float: right;
}

.story-content small {
  color: #999999;
  text-transform: uppercase;
}

.story-content p:first-child {
  margin-top: 0;
}

.story-content p:last-child {
  margin-bottom: 0;
}

.shaw-story {
  overflow: hidden;
}

.shaw-story:nth-child(odd) {
  clear: both;
  padding-left: 0;
}

.shaw-story:nth-child(even) {
  padding-right: 0;
}

body .stories-panel {
  padding: 0;
  margin: 0 -1em;
  font-size: 18px;
}

.stories-panel .box-wrap {
  text-align: left;
}

@media (max-width: 900px) {
  .story-profile a.popup-inline,
  .stories-panel a.popup-inline {
    padding: 15px 10px;
    background-image: none;
  }
  .shaw-story {
    padding-bottom: 20px;
  }
}

.content-50years .content-rows .row:first-child .col-2 {
    display: none;
    margin: 0;
}

.content-50years .content-rows .row:first-child .col-1 {
  width: 100%;
  margin: 0;
  float: none;
}

@media (min-width: 769px) {

  .content-50years .text-wrap {
    font-size: 26px;
    line-height: 1.2;
  }

  .story-content {
    font-size: 18px;
  }

  .profile-text .text {
    font-size: 17px;
    line-height: 1.3;
  }

  .shaw-story {
    margin: 20px 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile-text {
    padding-left: 0;
  }

  .content-50years .content-rows .row:first-child .row-title {
    font-size: 64px;
    margin-top: 25px;
    text-transform: none;
  }

  .content-50years h3 {
    font-size: 30px;
    margin: 0 0 25px;
  }

  .content-50years .row-title {
    font-size: 48px;
    text-transform: uppercase;
  }

  .content-50years .content-rows .pure-u-md-1-3 {
    width: 37.5%;
  }

  .content-50years .content-rows .pure-u-md-2-3 {
    width: 62.5%
  }

}

@media (max-width: 1100px) and (min-width: 769px) {
  .content-50years .text-wrap,
  .content-50years h3 {
    font-size: 24px;
  }
  .content-50years .content-rows .row:first-child .slides li:first-child {
    background-position: 30% 50% !important;
  }
}

@media (max-width: 940px) and (min-width: 769px) {
  .content-50years .text-wrap,
  .content-50years h3 {
    font-size: 20px;
  }
  .content-50years .content-rows .row:first-child .row-title {
    margin-top: 0;
    font-size: 48px;
  }
}

.header-alt .toggle-menu {
  display: none !important;
}

.header-alt.header .pure-menu-heading {
  border-right: 0;
  width: 550px;
}

.header-alt.header .pure-menu-heading {
  height: 175px;
}

.header-alt.header .pure-menu-heading {
  padding-left: 2em;
  padding-right: 2em;
}

.header-alt div .pure-menu-list {
  width: auto;
  display: block;
  float: right;
  position: static;
}

.header-alt .home-menu {
  position: relative;
}

.alt-header-menu {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -30px;
  width: auto;
}

.alt-header-menu a {
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}

.alt-header-menu .CMSListMenuUL li::after {
  display: none;
}

.alt-header-menu .CMSListMenuUL li:first-child a {
  border-left: 0;
}

.alt-header-menu .CMSListMenuUL li  {
  float: left;
  display: block;
}

.alt-header-menu .CMSListMenuUL li a {
  padding: 20px 30px;
  border-left: 1px solid #bfced6;
}

.alt-header-menu .CMSListMenuUL li.CMSListMenuHighlightedLI a {
  background: #003e51;
  color: #fff;
  border: none;
  margin-right: -1px;
  z-index: 222;
  position: relative;
  padding-left: 31px;
  padding-right: 31px;
}

@media (max-width: 92em) {

  .header-alt.header .pure-menu-heading {
    width: 400px;
  }

  .header-alt.header .pure-menu-heading {
    height: 140px;
  }

}

@media (max-width: 84em) {

  .header-alt.header .pure-menu-heading {
    width: 300px;
  }

  .header-alt.header .pure-menu-heading {
    height: 100px;
  }

  .alt-header-menu a {
    font-size: 15px;
  }

}

@media (max-width: 64em) {

  .header-alt.header .pure-menu-heading {
    width: 250px;
  }

  .header-alt.header .pure-menu-heading {
    height: 80px;
  }

  .alt-header-menu a, .alt-header-menu .CMSListMenuUL li a {
    font-size: 13px;
    padding: 10px 15px;
  }

  .alt-header-menu .CMSListMenuUL li.CMSListMenuHighlightedLI a {
    padding-left: 16px;
    padding-right: 16px;
  }

  .alt-header-menu {
    margin-top: -20px;
  }

}

@media (max-width: 768px) {

  .header-alt.header .pure-menu-heading {
    width: 100%;
    overflow: hidden;
  }

  .header-alt.header .pure-menu-heading {
    height: auto;
  }

  .header-alt.header .header-menus {
    display: block;
  }

  .alt-header-menu {
    position: relative;
    width: 100%;
    top: 0;
    right: auto;
    clear: both;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
  }

  .alt-header-menu .CMSListMenuUL li {
    float: none;
    clear: none;
    display: inline-block;
  }

  .alt-header-menu .CMSListMenuUL li a {
    border: none;
  }

  .header-alt div .pure-menu-list {
    width: 100%;
    text-align: center;
  }

}



/* #Mobile Menu# */

.toggle-menu {
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	padding: 18px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	background: #fff;
    z-index:9999;
}

.toggle-menu:hover, .toggle-menu.active {
	background: #eee;
}

.mm-opened .mm-slideout {
	cursor: w-resize;
}

.mm-menu .social a {
	display: inline-block;
}

.mm-menu .mm-navbar .sharethis i.fa {
	color: rgba(0, 0, 0, 0.3);
}

html.mm-opening .mm-slideout {
	overflow: hidden;
}

#mobile-menu .mm-listview {
	display: block !important;
}

.mm-listview a:hover {
	background: rgba(255,255,255,.65);
}

.pure-menu-selected .pure-menu-link, .pure-menu-selected .pure-menu-link:visited {
	color: #000;
	font-weight: bold;
}

.mm-menu .pure-menu-link {
	font-size: 14px;
}

.mm-menu.mm-offcanvas {
	z-index: 9999;
}

/*IE Fixes*/
html.mm-opening .mm-slideout {
	position: absolute\9;
	left: 440px\9;
}

html.mm-opening #mm-blocker {
	left: 440px\9;
}

.mm-listview h3.entry-title {
	font-size: 110%;
}

/* #Media Queries# */
/* #Media Queries/Tablet and Up# */
@media (min-width: 769px) {
  
    .hideMobile { display: block; }
    .hideDesktop { display: none; }

    body {
        font-size: 14px;
    }

	.content.callouts {
		padding: 0;
	}

	.content .pure-u-1 {
		border-left: 1px solid #bfced6;
	}

	.content .pure-u-1:first-child {
		border-left: none;
	}

    .home-menu {
        text-align: left;
		position: relative;
    }

	.content-rows .row .pure-u-md-1-1 > .row-content.with-links {
		float: left;
		width: 68%;
	}

	.row-content {
		font-size: 15px;
	}

	.content-rows .row .pure-u-md-1-1 > .links {
		float: right;
		width: 28%;
	}

	.span_6, .span_4, .span_2 {
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	.span_4 {
		width: 32%;
		margin-right: 1%;
	}
	.span_2 {
		width: 15%;
	}

	.pure-u-img img {
		width: 100%;
	}

	.pure-u-img.cover img {
		height: 100%;
		max-width: none;
		width: auto;
		position: relative;
		left: -50%;
		margin: auto;
	}

	.pure-u-img.cover .vertical-center, .pure-u-img.cover .vertical-wrap {
		display: block;
		position: relative;
		height: 100%;
	}

	.pure-u-img.cover .vertical-wrap {
		display: inline-block;
		position: relative;
		right: -50%;
	}

	.pure-u-center {
		height: 100%;
	}

	.content .row-alt .col-1, .content .row-alt .col-1:first-child {
		float: right;
		border-left: 1px solid #bfced6;
	}

	.content .row-alt .col-2 {
		border: none;
	}

	.toggle-menu {
		display: none;
	}
	.l-box-spacer {
		padding-left: 2em;
	}
	.pure-hide_dt {
		display: none;
	}

}

/* #Media Queries/Misc# */
@media (max-width: 92em) {
	.header-secondary  {
		margin-bottom: 0;
	}
	.wrap {
		width: 1100px;
	}
	.header-menu .pure-menu-link {
		height: 60px;
		line-height: 60px;
	}
	.header .pure-menu-heading {
		height: 92px;
	}
	.header-menu .pure-menu-link {
		font-size: 16px;
	}
	.slider-controls li {
	}
	.slider-controls li h3 {
		font-size: 16px;
	}
	.slider-controls li p {
		font-size: 13px;
	}
	.slider {
		height: 450px;
	}
	.home-title-area .slider {
		height: 500px;
	}
	.slider .slides li {
		min-height: 450px;
	}
	.slider-controls li {
		height: 120px;
	}
	h1, .row-title {
		font-size: 24px;
	}
	.large {
		font-size: 1.1em;
	}
	.media-contacts {
		font-size: 13px;
	}
  .tab-nav > li > a, .tab-nav > li:last-child:not(:nth-child(2n))::after {
		font-size: 18px;
	}
}
@media (max-width: 84em) {
	body {
		font-size: 13px;
	}
	.footer h3, .footer h4, .widget-title {
		font-size: 17px;
	}
	h1, .row-title {
		font-size: 25px;
	}
	h2 {
		font-size: 22px;
	}
	h3, .header-aside h4 {
		font-size: 20px;
	}
	.large {
		font-size: 1.15em;
	}
	.header-menu .pure-menu-link,
	.pure-menu-link,
	.social-menu .pure-menu-link,
	.caption, .caption.large {
		font-size: 14px;
	}
	.caption, .caption.large {
		line-height: 16px;
	}
	.social-menu .fa {
		width: 32px;
		font-size: 16px;
	}
	.slider {
		height: 420px;
	}
	.slider .slides li {
		min-height: 420px;
	}
	.slider-controls li {
		height: 110px;
	}
	.quote {
		font-size: 28px;
		line-height: 36px;
		padding: 1.5em;
	}
  .tab-nav > li > a, .tab-nav > li:last-child:not(:nth-child(2n))::after {
		font-size: 18px;
	}
}
@media (max-width: 78em) {
	.wrap {
		width: 1000px;
	}
	h1, .row-title {
		font-size: 24px;
	}

	.media-contacts .pure-u-md-1-2 {
		width: 100%;
		padding: 0;
	}
  .tab-nav > li > a, .tab-nav > li:last-child:not(:nth-child(2n))::after {
		font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media (max-width: 64em) {
	.crumb, .CMSBreadCrumbsCurrentItem, .CMSBreadCrumbsLink {
		font-size: 11px;
	}
	.crumb .fa-home {
		font-size: 17px;
	}
	.breadcrumbs {
		font-size: 11px;
		padding: .4em 0;
	}
	.header-menu .pure-menu-link,
	.pure-menu-link {
		font-size: 12px;
	}
	.header-menu .pure-menu-link {
		height: 50px;
		line-height: 50px;
	}
	.header .pure-menu-heading {
		height: 81px;
	}
	h1, .row-title {
		font-size: 23px;
	}
	h2,
	.overlay-box h4,
.profile-links-wrap h4 {
		font-size: 22px;
	}
	h3, .header-aside h4 {
		font-size: 19px;
	}
	.large {
		font-size: 1.1em;
	}
	.header-menu .entry-title {
		font-size: 14px;
		line-height: 1.3;
	}
	.entry-meta, .crumb, .breadcrumbs {
		font-size: 10px;
		line-height: 1.3;
	}
	.header-menu .pure-menu-children .l-box-lrg p {
		font-size: 12px;
		line-height: 1.5;
	}
	.slider-controls li h3 {
		font-size: 13px;
		margin: 0;
	}
	.quote {
		font-size: 22px;
		line-height: 26px;
		padding: 2em;
	}
	.pure-u-md-1-3 .row .align-left, .pure-u-md-1-4 .row .align-left {
		float: none;
	}
	.tab-nav > li > a, .tab-nav > li:last-child:not(:nth-child(2n))::after {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
	}
	body .bio-panel li {
		font-size: 14px;
	}
	h2,
	.overlay-box h4,
.profile-links-wrap h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.data-table table._nodivs td, .data-table table._nodivs, .data-table table._nodivs tr {
		font-size: 16px;
	}

}

@media (max-width: 54em) {
    .pure-form .FieldLabel {
      white-space: normal;
      line-height: 1.25;
    }
    .pure-form .DropDownField {
      width: 100%;
    }
	.header-menu .pure-menu-link,
	.header-secondary {
		font-size: 10.5px;
	}
	.slider-controls li {
		min-height: 0;
		padding: 1.25em;
		background-image: none !important;
		height: auto;
	}
	.slider-controls,
	.slider-with-controls {
		width: 100%;
		float: none;
		text-align: center;
	}
	.slider {
		height: 400px;
	}
	.slider .slides li {
		min-height: 0;
	}
	.pure-menu-item.social, .header-secondary a {
		line-height: 25px;
	}
	.header-menu .pure-menu-link {
		height: 40px;
		line-height: 40px;
	}
	.header .pure-menu-heading {
		height: 65px;
	}
	.tab-nav > li > a, .tab-nav > li:last-child:not(:nth-child(2n))::after {
		font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
	}
	.bio .overlay-box .pure-u-md-1-4 {
		width: 100%;
		padding-bottom: 0;
	}

	.bio .overlay-box .pure-u-md-1-4:last-child {
		padding-bottom: 2em;
	}
	h2, .overlay-box h4,
.profile-links-wrap h4 {
		font-size: 16px;
	}
	.data-table table._nodivs td, .data-table table._nodivs, .data-table table._nodivs tr {
		font-size: 15px;
		padding: 10px 15px;
	}

}

@media (max-width: 768px) {
  
    .hideMobile { display: none; }
    .hideDesktop { display: block; }

	.pure-menu-heading img {
		max-width: 325px;
	}

	.header .pure-menu-heading img {
		max-width: 200px;
		width: 100%;
	}

	.header .pure-menu-heading,
	.header-menu .pure-menu-list {
		width: 100%;
		float: none;
		text-align: center;
	}
	.header-menu .pure-menu-link {
		white-space: normal;
		line-height: 1;
		height: auto;
		padding: 2em .25em;
	}
	.pure-g {
		letter-spacing: normal;
	}
	body .slider, .home-title-area .slider {
		height: auto;
		max-height: 420px;
	}
	body .slider .slides li .slide-link {
		padding-bottom: 54.8%;
	}
	.row-tabheading .col-1 img {
	 padding: 0;
	 margin-bottom: 20px;
	}
	.row-tabheading .col-1 .caption {
		bottom: 0
	}
	.header .pure-menu-heading {
	 height: auto;
	 border: none;
	 padding: 20px 65px;
	}
	.header-menus {
	display: none;
	}
	.wrap {
	 max-width: 90%;
	}
	.pure-u-md-1-3 .row .align-left, .pure-u-md-1-4 .row .align-left {
		float: left;
	}
	.l-box-lrg {
		padding-top: 0;
	}
	.l-box-lrg:first-child, div.l-box-lrg[class*=" bg-"], div.l-box-lrg.expand-content {
		padding-top: 2em;
	}
	.title-area .content-area {
		padding-bottom: 2em;
	}
	.featured-button {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 0 2em 2em 2em;
		clear: both;
	}

	body .slider-direction-nav a, body .slider-direction-nav .slider-next {
		height: 60px;
		line-height: 60px;
		width: 45px;
		background-size: 50%;
		margin-top: -30px;
	}
	.pure-u-img img, .slider-area {
		width: 100%;
		margin-bottom: 20px;
	}

	ul.tab-nav {
		clear: both;
		overflow: hidden;
		position: relative;
	}

	ul.tab-nav > li {
		display: block;
		width: 50%;
		float: left;
		margin: 0;
		overflow: hidden;
		text-align: center;
	}

	.tab-nav > li a, .tab-nav > li:last-child:not(:nth-child(even)):after {
		display: block;
		width: 100%;
		min-height: 50px;
		box-sizing:border-box;
		padding-top: 13px;
		border: 1px solid #668b97;
		border-width: 0 1px 1px 0;
	}
	.tab-nav > li:nth-child(even) a {
		border-right: 0;
	}

	.tab-nav > li:last-child:not(:nth-child(even)):after {
		content: "";
		display: block;
		width: 50%;
		position: absolute;
		right: 0;
		bottom: 0;
		height: 50px;
		padding: 0;
		border-right: 0;
	}
	body .bio-panel li {
		font-size: 13px;
	}
	.slide-link.popup-video {
		background-size: 20%;
	}
	.callouts .l-box-callout {
		width: 33.3333333%;
		border-right: 1px solid #bfced6
	}
	.callouts .l-box-callout:last-child {
		border: none;
	}
	.row-tabheading img {
		width: 100%;
	}
	.gallery-item {
		height: auto;
	}
	body .slider.gallery-slider .slides li .slide-link {
		padding-bottom: 90%;
	}
	body .slider.gallery-slider {
		max-height: none;
	}
	.pure-form input:not([type]), .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form label {
		display: inline-block;
	}

  .year-row .col-1, .year-row .col-2 {
    float: none !important;
    height: auto !important;
  }

  .year-row .col-1, .year-row .col-2 {
    clear: both;
  }

  .year-row.even .col-2 {
    padding-top: 20px;
    border-left-width: 20px;
  }

  .year-row.even .col-1 {
    border-width: 0;
    border-left-width: 20px;
    border-style: solid;
    overflow: hidden;
  }

  .year-row.odd .col-1 {
    border-width: 0;
    border-right-width: 20px;
    border-style: solid;
    overflow: hidden;
  }

  .year-row.odd .col-2 {
    padding-top: 20px;
    border-right-width: 20px;
  }

}

@media (max-width: 600px) {
	h1, .row-title {
		font-size: 20px;
	}
	h2,
	.overlay-box h4,
.profile-links-wrap h4 {
		font-size: 18px;
	}
	h3, .header-aside h4 {
		font-size: 17px;
	}
	h4 {
		font-size: 16px;
	}
	.header .pure-menu-heading img {
		max-width: 142px;
		width: 100%;
	}
	.header .pure-menu-heading {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.callouts .l-box-callout {
		border: none;
		width: 100%;
	}
	.wrap {
	 max-width: 100%;
	 border: none;
	}
	.assistance {
		right: -280px;
		top: auto;
		bottom: 0;
	}
	.assistance .as-content {
		width: 280px;
		padding: 1em 2em;
		font-size: 12px;
	}
	.assistance .as-button {
		width: 210px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		left: -120px;
	}
	.assistance .as-button img {
		width: 16px;
		margin-left: 5px;
	}
	.data-table table._nodivs td, .data-table table._nodivs, .data-table table._nodivs tr {
		font-size: 14px;
		padding: 5px 10px;
	}
  .tabbed-wrap {
    padding: 10px;
  }

  .layout-3 .mos-gallery .item-1, .layout-3 .mos-gallery .item-4, .layout-3 .mos-gallery .item-7, .layout-4 .mos-gallery .item-3, .layout-4 .mos-gallery .item-6 {
    height: 200px;
  }
  .mos-gallery .item-2, .mos-gallery .item-6, .mos-gallery .item-8, .layout-2 .mos-gallery .item-1, .layout-2 .mos-gallery .item-5, .layout-2 .mos-gallery .item-7, .layout-3 .mos-gallery .item-3, .layout-3 .mos-gallery .item-5, .layout-3 .mos-gallery .item-9, .layout-4 .mos-gallery .item-1, .layout-4 .mos-gallery .item-5, .layout-4 .mos-gallery .item-7, .mos-gallery .item-3, .mos-gallery .item-5, .mos-gallery .item-9, .layout-2 .mos-gallery .item-2, .layout-2 .mos-gallery .item-4, .layout-2 .mos-gallery .item-8, .layout-3 .mos-gallery .item-2, .layout-3 .mos-gallery .item-6, .layout-3 .mos-gallery .item-8, .layout-4 .mos-gallery .item-2, .layout-4 .mos-gallery .item-4, .layout-4 .mos-gallery .item-8 {
    height: 120px;
  }

  .year-items li.audio-link .image {
    display: none;
  }
  .year-items li.audio-link a {
    padding-left: 70px;
    background-position: 20px 50%;
  }

  .breadcrumbs {
	  padding:.25em 2em;
  }
}

@media (max-width: 400px) {
	.pure-u-md-1-3 .row .align-left, .pure-u-md-1-4 .row .align-left, .align-left, .align-right {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	ul.tab-nav > li {
		width: 100%;
	}
  .tab-nav > li a, .tab-nav > li:last-child:not(:nth-child(even)):after {
    border-width: 0 0 1px 0;
  }
	.tab-nav > li:last-child:not(:nth-child(2n))::after {
		display: none;
	}
	body {
		font-size: 12px;
	}
	.assistance {
		right: -200px;
	}
	.assistance .as-content {
		width: 200px;
	}

}


/* #__Kentico Editor Styles# */
.DesignMode .footer {
	position: static !important;
}

.DesignMode .content-body, .EditMode .content-body {
	/* so we have some breathing room on EMPTY pages */
	min-height: 500px;
}

.DesignMode .img-center, .EditMode .img-center {
	display: none;
}

.StandardZone .WebPartZoneBorder {
	font-weight: normal;
	text-transform: none;
}

#page_selector {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	max-width: 150px;
	padding: 5px 6px 3px;
	background: rgba(0,0,0,.1);
	border-radius: 7px 0 0 0;
}

#page_selector select {
	max-width: 100%;
}

.EditableTextTextBox {
	border: none;
}
.DesignMode .header-aside, .EditMode .header-aside {
	/* so we don't cover up the featured button */
	float: right;
}
.OnSiteSlider, .RTL .LTR .OnSiteSlider {
	left: auto !important;
	right: 0 !important;
}

.full-width-row {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.full-image-row {
  position: relative;
  overflow: hidden;
}

.full-image-row .col-1 {
  background: rgba(9, 65, 85, 0.7);
  overflow: hidden;
  border: none !important;
  z-index: 2;
  text-align: center;
}

.full-image-row .col-1 .row-title {
 font-family: 'Bod6';
 font-style: italic;
 font-weight: normal;
 font-size: 30px;
 margin-top: 0;
 margin-bottom: 0;
 }

.full-image-row .col-1 .button {
  margin-top: 20px;
  display: inline-block;
}

.full-image-row .popup-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7;
  top: 0;
}

.full-width-row:hover .row-content {
  position: relative;
  opacity: 1;
}

.full-image-row .slide-link.popup-video {
  display: none;
}


@media (min-width: 768px) {

  .full-image-rows .full-width-row {
    height: 500px;
  }

  .full-image-row .col-1 .row-title {
    transform: translateY(30px);
    transition: transform .45s ease .4s;
    position: relative;
   }

 .full-width-row:hover .col-1 .row-title {
   transform: translateY(0);
   transition: transform .45s ease .05s;
 }
  .full-image-row .row-content {
    opacity: 0;
    transition: opacity .4s ease .25s;
  }
  .full-image-row .col-1 {
    height: 150px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
}
}
