/* Red: #b00000 */
/* Blue: #355b97 */
/* Yellow: #ebb800 */
/* Black: #262626 */


html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #262626;
	background: #202835;
	margin-bottom: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #355b97;
	transition: background-color .2s, color .2s;
}
a:link, a:visited {
	color: #355b97;
}
a:hover, a:active, a:focus {
	color: #bf0000;
	/*text-decoration: none;*/
}
.btn-primary {
	color: #fff;
	background-color: #428BCA;
	border-color: #357EBD;
	font-weight: bold;
	font-size: 19px;
}
/* HEADER */
header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background-color: #1f2835;
	color: #fff;
	min-height: 80px;
	min-width: 320px;
}
header>.container {
	padding: 0;
}

header a:link, header a:visited {
	color: #fff;
	text-decoration: none;
}

header .title-wrap {
	border-bottom: 1px solid rgba(255,255,255,.35);
	text-align: center;
	padding: 0 15px;
}

/* Ticket 40029 - Logo Update */
/* header .title-wrap a.title {
	background: url('../images/logo_large.png') center center no-repeat;
	background-size: contain;
	display: block;
	height: 80px;
	outline: 0;
	padding: 0;
	text-indent: -10000px;
} */

header .title-wrap a.title {
	background: url('../images/webster-logo-white.png') center center no-repeat;
	background-size: contain;
	display: block;
	height: 80px;
	outline: 0;
	padding: 0;
	text-indent: -10000px;
}


/*header .actions-wrap { background-color: rgba(255, 255, 255, 0.25); }*/
/*header .menu-container { background-color: rgba(255, 204, 153, 0.25); }*/
/*header .menu-toggle-wrap { background-color: rgba(255, 0, 0, 0.25); }*/
/*header .menu-items-wrap { background-color: rgba(0, 255, 0, 0.25); }*/
/*header .social-container { background-color: rgba(255, 0, 0, 0.25); }*/
/*header .social-container .social-toggle { background-color: rgba(255, 0, 0, 0.25); }*/

header .actions-wrap {
	color: white;
}

header .menu-container, header .social-container {
	float: left;
	width: 50%;
}

header .menu-container.open .menu-items-wrap, header .social-container.open .social-items-wrap {
	display: block;
}

header .social-toggle-wrap {
	border-left: 1px solid rgba(255, 255, 255, .35);
}

header .colorized .social-toggle-wrap {
	border-left: none; 
}

header .menu-items-wrap, header .social-items-wrap {
	background-color: #fff;
	display: none;
	z-index: 99;
}
header .menu-items-wrap {
	margin-right: -100%;
}
header .social-items-wrap {
	margin-left: -100%;
}
header .menu-items, header .social-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .menu-items>li, header .social-items>li {
	margin: 0;
	padding: 0;
}
header .menu-items>li>a, header .social-items>li>a {
	display: block;
	margin: 0;
	padding: 0;
}

header .menu-toggle, header .social-toggle {
	height: 40px;
	line-height: 40px;
}

header .menu-toggle, header .social-toggle {
	background-color: transparent;
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	text-shadow: 1px 1px #000000;
	transition: background-color .2s, color .2s;
	width: 100%;
}
header .menu-toggle:active, header .menu-toggle:focus, header .menu-toggle:hover, header .social-toggle:active, header .social-toggle:focus, header .social-toggle:hover {
	outline: 0;
}
header .menu-toggle:hover, header .menu-container.open .menu-toggle, header .social-toggle:hover, header .social-container.open .social-toggle {
	background-color: #b00000;
}
header .menu-toggle .icon-bar-wrap {
	margin-bottom: -1px;
	margin-right: 5px;
}
header .menu-toggle .icon-bar {
	background-color: #fff;
	display: block;
	width: 22px;
	height: 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.75);
	border-right: 1px solid rgba(0, 0, 0, 0.75);
	border-radius: 4px;
}
header .menu-toggle .icon-bar+.icon-bar {
	margin-top: 2px;
}
header .menu-toggle .icon-bar-wrap, header .menu-toggle .icon-bar-label { display: inline-block; }

header .social-toggle {
	background: url('../images/icons_social_menu.png') center center no-repeat;
	min-width: 144px;
	text-indent: -10000px;
}

header .colorized .social-toggle {
	background: url('../images/icons_social_menu.png') center center no-repeat;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 2px;
}

header .menu-items, header .social-items {
	padding: 30px;
}
header .menu-items>li, header .social-items>li {
	border-bottom: 1px solid #bebebe;
}
header .menu-items>li:last-child, header .social-items>li:last-child {
	border-width: 0;
}
header .menu-items>li>a, header .social-items>li>a {
	color: #355b97;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	padding: 0;
	transition: background-color .2s, color .2s;
}

header .social-items>li>a.social-link-facebook {
	background: url('../images/icon_social_facebook.png') 5px center no-repeat;
	padding-left: 50px;
}
header .social-items>li>a.social-link-flickr {
	background: url('../images/icon_social_flickr.png') 5px center no-repeat;
	padding-left: 50px;
}
header .social-items>li>a.social-link-instagram {
	background: url('../images/icon_social_instagram.png') 5px center no-repeat;
	padding-left: 50px;
}
header .social-items>li>a.social-link-newsletter {
	background: url('../images/icon_social_email.png') 5px center no-repeat;
	padding-left: 50px;
}
header .social-items>li>a.social-link-twitter {
	background: url('../images/icon_social_twitter.png') 5px center no-repeat;
	padding-left: 50px;
}
header .social-items>li>a.social-link-youtube {
	background: url('../images/icon_social_youtube.png') 5px center no-repeat;
	padding-left: 50px;
}

header .menu-items>li.dropdown>a {
	background: url('../images/arrow_updown.png') bottom right no-repeat;
}
header li>a:hover,header li>a:active {
	color: #bf0000;
}
header .menu-items>li.dropdown.open>a {
	background-position: top right;
}

header .dropdown-menu {
	border: 0;
	border-radius: 0;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 30px;
	padding-top: 12px;
	padding-bottom: 37px;
}
header .dropdown-menu>li {
	border-bottom: 1px solid #bebebe;
}
header .dropdown-menu>li>a {
	color: #355b97;
	/*padding: 18px 0;*/
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
header .dropdown-menu>li>a:hover, header .dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #b00000;
}

header .nav_search.dropdown .dropdown-menu {
	padding: 0;
	padding-top: 20px;
}
header .nav_search form {
	position: relative;
	background: #f7f7f7;
	border: 1px solid #bebebe;
	height: 32px;
	margin: 0;
	padding: 0;
}
header .nav_search form label {
	display: none;
}
header .nav_search form input[type=text] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: transparent;
	border: 0;
	color: #262626;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0 40px 0 10px;
	width: 100%;
}
header .nav_search form button {
	position: absolute;
	display: block;
	top: 0;
	right: 5px;
	background: transparent url(../images/icon_search_grey.png) center center no-repeat;
	border: 0;
	color: #262626;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	outline: 0;
	width: 30px;
}

@media (max-width: 767px) {
	header .actions-wrap {
		background-color: #2d2d2d;
	}
}

@media (max-width: 991px) {
	header .dropdown.open .dropdown-menu {
		position: relative;
		background-color: transparent;
		border: 0;
		border-top: 1px solid #bebebe;
		box-shadow: none;
		float: none;
		margin-top: 0;
		padding: 0 20px;
		width: auto;
	}
	header .dropdown.open .dropdown-menu>li {
		border-bottom: 1px dashed #bebebe;
	}
	header .dropdown.open .dropdown-menu>li:last-child {
		border: 0;
	}
	
	header .menu-items>li.nav_search.dropdown>a {
		display: none;
	}
	header .nav_search.dropdown .dropdown-menu {
		position: static;
		display: block;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		width: auto;
	}
}
	header>.container {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
    height: 100px;
	}

/* Ticket 40029 - Logo Update */
/* @media only screen and (min-width : 1200px) {
		header>.container {
		height: 120px;
	}
} */

@media only screen and (min-width : 1200px) {
	header>.container {
	height: 100px;
	}
}

@media only screen and (min-width : 768px) {
	header {
		position: fixed;
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
		height: 101px;
	}

	/* Ticket 40029 - Logo Update */
	/* header>.container {
	background-image: url('../images/logo_large.png');
	} */

	header>.container {
		background-image: url('../images/webster-logo-white.png');
	}
	
	header .title-wrap {
		border-bottom: 0;
		float: left;
		padding: 0;
	}

	/* Ticket 40029 - Logo Update */
	/* header .title-wrap a.title {
		background-image: none;
		height: 120px;
		width: 405px;
	} */

	header .title-wrap a.title {
		background-image: none;
		height: 100px;
		width: 405px;
	}
	
	header .actions-wrap {
		float: right;
	}
	
	header .menu-container, header .social-container {
		margin-top: 20px;
		width: auto;
	}
	
	header .menu-toggle-wrap {
		float: left;
	}
	header .menu-items-wrap {
		float: left;
		width: auto;
	}
	
	header .dropdown-menu {
		max-width: 420px;
	}
	
	header .menu-toggle, header .social-toggle {
		height: 60px;
		line-height: 60px;
	}
	
	header .social-container {
		position: relative;
	}
	
	header .social-items-wrap {
		position: absolute;
		top: 60px;
		right: 0px;
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		margin-right: 0;
		width: 340px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	header .social-container.open .social-items-wrap {
		z-index: 1000;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	header .menu-container {
		position: relative;
	}
	header .menu-items-wrap {
		position: absolute;
		top: 60px;
		right: 0px;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		/*display: none;*/
		margin-right: 0;
		width: 340px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	header .menu-container.open .menu-items-wrap {
		z-index: 1000;
	}
}

@media only screen and (min-width : 1200px) {
	header .title-wrap a.title {
		width: 225px;
	}
	
	header .menu-toggle-wrap {
		display: none;
	}
	header .menu-items-wrap {
		background-color: transparent;
		display: block;
	}
	header .menu-items {
		height: 60px;
		padding: 0;
	}
	header .menu-items>li {
		position: relative;
		border: 0;
		display: block;
		float: left;
	}
	header .menu-items-wrap .menu-items>li>a {
		background: none;
		color: #fff;
		font-weight: 400;
		height: 60px;
		line-height: 60px;
		padding: 0 12px;
		text-shadow: 1px 1px #000000;
	}
	header .menu-items-wrap .menu-items>li>a:hover, header .menu-items-wrap .menu-items>li.open>a {
		background-color: #b00000;
	}
	header .menu-items-wrap .menu-items>li>.dropdown-menu {
		background-color: rgba(255, 255, 255, 0.95);
	}
	
	header .menu-items-wrap .menu-items>li.nav_search>a {
		background-image: url(../images/icon_search.png);
		background-position: center 16px;
		background-repeat: no-repeat;
		outline: 0;
		text-indent: -10000px;
		width: 54px;
	}
	header .menu-items-wrap .menu-items>li.nav_search>.dropdown-menu {
		left: auto;
		right: 0;
		padding: 23px 30px 37px;
	}
	header .menu-items .nav_search form {
		width: 200px;
	}
	
	header .social-items>li:last-child {
		border-width: 1px;
	}
}

@media only screen and (min-width : 1200px) {
	header .title-wrap a.title {
		width: 405px;
	}
	
	header .menu-items-wrap .menu-items>li>a, header .social-toggle {
		font-size: 18px;
		font-weight: lighter;
	}
	header .menu-items-wrap .menu-items>li>a {
		padding: 0 15px;
	}
	header .menu-items-wrap .menu-items>li.nav_search>a {
		width: 74px;
	}
}


/* MAIN-CONTENT */
.main-content {
	background-color: #fff;
	min-width: 320px;
	/*margin-top: 121px;*/
	background-position: top center;
}

@media only screen and (min-width : 768px) {
	.main-content {
		background-repeat: no-repeat;
		background-size: 100% auto;
		/*background-size: contain;*/
		background-color: #1f2835;
		margin-top: 100px;
		padding-top: 62px;
	}
	.seed-0 .main-content { background-image: url('../images/bg_01.jpg');}
	.seed-1 .main-content { background-image: url('../images/bg_02.jpg');}
	.seed-2 .main-content { background-image: url('../images/bg_03.jpg');}
}

.subpage {
	padding-bottom: 37px;
}
.subpage > .container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.subpage-sidebar {
	background-color: #f7f7f7;
}
@media (min-width: 768px) {
	.subpage-sidebar {
		border-left: 1px solid rgba(0, 0, 0, 0.25);
	}
}

.subpage-content {
	padding: 0 30px;
}

.subpage-content h1 {
	color: #b00000;
	font-family: 'Oswald';
	font-size: 30px;
	font-weight: normal;
}
.subpage-content h2 {
}
.subpage-content h3 {
}



#pagehead {
}
#pagehead h1 {
	background-color: #b00000;
	color: white;
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: regular;
	height: 70px;
	line-height: 70px;
	margin: 0 -30px;
	overflow: hidden;
	padding-left: 30px;
	text-transform: uppercase;
}
.pagehead-action-bar {
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 20px;
	padding: 20px 0;
}
.pagehead-action-bar .action-buttons {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagehead-action-bar .action-buttons a {
	/*color: #262626;*/
}
.pagehead-action-bar .action-buttons li {
	border-left: 1px solid #8f8f8f;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
}
.pagehead-action-bar .action-buttons li a {
	display: block;
	width: 20px;
	height: 20px;
	outline: 0;
	text-indent: -10000px;
	background: transparent center center no-repeat;
}
.pagehead-action-bar .action-buttons li a.print {
	background-image: url(../images/icon_print.png);
}
.pagehead-action-bar .action-buttons li a.share {
	background-image: url(../images/icon_share.png);
}
.pagehead-action-bar .cookie-crumbs {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
}
.pagehead-action-bar .cookie-crumbs li {
	display: inline;
}
.pagehead-action-bar .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
.pagehead-action-bar .cookie-crumbs li:first-child:before {
	display: none;
}
.pagehead-action-bar .cookie-crumbs li a {
	color: #262626;
}
.pagehead-action-bar .cookie-crumbs li a:hover, .pagehead-action-bar .cookie-crumbs li a:active, .pagehead-action-bar .cookie-crumbs li a:focus {
	/*color: #bf0000;*/
	text-decoration: underline;
}
.subpage-sidebar {
	/*border-top: 1px solid #cdcdcd;*/
	/*background: #f7f7f7;*/
	/*padding: 20px;*/
}
.subpage-sidebar .section {
	margin-bottom: 20px;
}
.subpage-sidebar h3 {
	background-color: #262626;
	color: white;
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: regular;
	height: 70px;
	line-height: 70px;
	margin: 0 -15px;
	overflow: hidden;
	padding-left: 30px;
	text-transform: uppercase;
	
/*	margin: 0;*/
/*	padding: 0 0 20px;*/
/*	font-size: 30px;*/
/*	line-height: 30px;*/
/*	font-weight: 700;*/
/*	color: #262626;*/
/*	text-transform: uppercase;*/
/*	border-bottom: 3px solid #cdcdcd;*/
}
.subpage-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-sidebar ul li {
	border-top: 1px dashed #cdcdcd;
	padding: 20px 0;
}
.subpage-sidebar ul li:first-child {
	border-top: 0;
	padding: 20px 0;
}
.subpage-sidebar ul li a {
	color: #262626;
}
.subpage-sidebar ul li a:hover, .subpage-sidebar ul li a:active, .subpage-sidebar ul li a:focus {
	/*color: #bf0000;*/
	text-decoration: none;
}
@media (min-width: 768px) {
	.pagehead-action-bar .action-buttons {
		/*margin-top: -10px;*/
		/*margin-right: -15px;*/
		/*margin-bottom: -10px;*/
	}
	.pagehead-action-bar .action-buttons li {
		/*margin-left: 0;*/
		/*border-left: 1px solid #cdcdcd;*/
	}
	.pagehead-action-bar .action-buttons li a {
		/*width: 50px;*/
		/*height: 40px;*/
	}
	.subpage-sidebar {
		/*border: 1px solid #cdcdcd;*/
		/*padding: 30px;*/
		/*margin-bottom: 30px;*/
	}
}

.contact-content {
	border-top: 7px solid #b00000;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url('../images/footer_bg.jpg');
	background-size: cover;
}
@media (min-width: 768px) {
	.col-newsletter-address { border-right: 1px dashed rgba(255, 255, 255, 0.5); }
}
.contact-content .newsletter-signup { margin-bottom: 25px; }
.btn-newsletter {
	background: #fff;
	border: none;
	color: #000;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: bold;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-newsletter:link, .btn-newsletter:visited {
	color: #000;
}
.btn-newsletter:hover, .btn-newsletter:focus, .btn-newsletter:active {
	background: #b00000;
	color: #fff;
}
.contact-content .address-accordion dt a { color: #fff; display: block; margin-top: 10px; margin-bottom: 10px; outline: 0; text-decoration: none; }
.contact-content .address-accordion dd { padding-left: 10px; }
.contact-content .address-accordion dd address { margin: 0; }

map area { outline: 0; }

/* FOOTER */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 41px;
	line-height: 40px;
	background-color: #000;
	border-top: 1px solid #5c5c5c;
	color: white;
}
footer a:link,
footer a:visited {
	color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
	color: #fff;
	text-decoration: underline;
} 

/* ANNOUNCEMENTS */
#announcements {}
#announcements .announcements-inner {
	background: #a3a2a3;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
}
#announcements .announcements-inner p {
	margin: 0;
	padding: 0;
}
#announcements .announcements-inner p a {
	color: inherit;
}
#announcements .announcements-inner p a:hover,
#announcements .announcements-inner p a:active,
#announcements .announcements-inner p a:focus {
	text-decoration: underline;
}

/* equal row heights */
.row-same-height {
	display: table;
	width: 100%;
	/* fix overflow */
	table-layout: fixed;
}
.col-xs-height {
	display: table-cell;
	float: none !important;
}
@media (min-width: 768px) {
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}
}
@media (min-width: 992px) {
	.col-md-height {
		display: table-cell;
		float: none !important;
	}
}
@media (min-width: 1200px) {
.col-lg-height {
	display: table-cell;
		float: none !important;
	}
}



/* CFDEBUG */
body > p {
	display: none;
}
.cfdebug {
	display: none;
}

.urgent-alert {
	display: block;
	position: relative;
    top: -20px;
}

.home-lead {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,1f2835+82&0+64,1+82 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(80,87,97,0) 64%, rgba(31,40,53,1) 82%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(80,87,97,0) 64%,rgba(31,40,53,1) 82%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(80,87,97,0) 64%,rgba(31,40,53,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1f2835',GradientType=0 ); /* IE6-9 */
}

#news-video {
	padding-bottom: 50px;
}
.office-map svg {
	height: 180px !important;
}

@media (min-width: 503px) {
.office-map svg {
	height: 290px !important;
}
}

@media (min-width: 992px) {
.office-map svg {
	height: 380px !important;
}
}

.twitter-container {
	background-color: #e4e4e4;
	padding-bottom: 50px;
}
.home-body-news {
	background-color: #fff;
	border-bottom: 1px solid #9e9e9e;
}
.social-title {
	font-family: Oswald;
	text-transform: uppercase;
}

#group_bbb64fcf-d42c-42a0-b53a-8d24b90db813 > div {
    margin-top: 24px;
}

/*@media (min-aspect-ratio: 9/5){
	.main-content{
		background-clip: border-box;
	}
}*/