https://www.vet.upenn.edu/research/centers-laboratories/center/penn-vet-working-dog-center/learn-about-working-dogs/working-dog-conference/ce-credits//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ======f\\locus\devwww\App_Data\Sitefinity\WebsiteTemplates\PennVet2020\App_Themes\Default\Global==================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

/*a {
	color: #39f;
}*/

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body.nav-active {
	overflow: hidden;
	height: 100vh;
}

#header.new-header {
	font-family: "Open Sans", sans-serif;
	background: #fff;
	border-bottom: 1px solid #cfd1d3;
}

#header.new-header .container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header.new-header .pri-header {
	background: #011f5b;
	color: #fff;
	padding: 9px 0;
}

#header.new-header .pri-header.search-active .search-opener {
	display: block;
}

#header.new-header .pri-header.search-active .search-opener:before,
#header.new-header .pri-header.search-active .search-opener:after {
	display: block;
}

#header.new-header .text-upenn {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}

#header.new-header .search-opener {
	width: 25px;
	height: 25px;
	display: block;
	position: relative;
	margin: -1px -6px 0 0;
	padding: 5px;
}

#header.new-header .search-opener:before,
#header.new-header .search-opener:after {
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	width: 4px;
	height: 15px;
	background: #fff;
	content: "";
	position: absolute;
	left: 11px;
	top: 5px;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
	display: none;
}

#header.new-header .search-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header.new-header .search-opener img {
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	width: 100%;
	height: auto;
	display: block;
}

#header.new-header .search-opener:hover img {
	opacity: .6;
}

#header.new-header .search-opener:hover:before,
#header.new-header .search-opener:hover:after {
	opacity: .6;
}

#header.new-header .form-search {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(1, 31, 91, .85);
	z-index: 1;
	display: none;
}

	#header.new-header .form-search .form-wrap {
		width: 80%;
		min-width: 300px;
		border: 1px solid #011f5b;
		/*margin: 59px auto 16px;*/
		position: relative;
		padding-right: 70px;
		margin: 89px auto 29px;
	}

#header.new-header .form-search .form-wrap.input-focused .text-input {
	background: #fff;
}

#header.new-header .form-search .text-input {
	font-size: 15px;
	line-height: 20px;
	padding: 5px 10px;
	width: 100%;
	height: 30px;
	border: 0;
	color: #011f5b;
	outline: none;
}

#header.new-header .form-search .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	padding: 4px 10px;
	text-align: center;
	color: #011f5b;
	width: 70px;
	height: 30px;
	border: 0;
	background: #cbd0da;
	border-left: 1px solid #011f5b;
}

#header.new-header .sec-header {
	padding: 17px 0 12px;
}

#header.new-header .sec-header .logo {
	width: 130px;
	display: block;
}

#header.new-header .sec-header .logo a {
	display: block;
}

#header.new-header .sec-header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

#header.new-header .nav-opener {
	width: 34px;
	height: 30px;
	display: block;
	border-radius: 3px;
	position: relative;
	border: 1px solid #011f5b;
}

#header.new-header .nav-opener:before,
#header.new-header .nav-opener:after,
#header.new-header .nav-opener span {
	width: 24px;
	height: 2px;
	background: #011f5b;
	border-radius: 2px;
	position: absolute;
	left: 4px;
	content: "";
}

#header.new-header .nav-opener:before {
	top: 7px;
}

#header.new-header .nav-opener:after {
	bottom: 7px;
}

#header.new-header .nav-opener span {
	top: 50%;
	margin-top: -1px;
}

#header.new-header .nav-opener.close {
	border: 0;
	position: absolute;
	right: 12px;
	top: 12px;
}

#header.new-header .nav-opener.close:before,
#header.new-header .nav-opener.close:after {
	background: #fff;
}

#header.new-header .nav-opener.close:before {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header.new-header .nav-opener.close:after {
	bottom: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header.new-header .nav-opener.close span {
	display: none;
}

#header.new-header .nav-drop {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	width: 100%;
	padding: 60px 0 0;
	background: #011f5b;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.nav-active #header.new-header .nav-drop {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index:10;
}

#header.new-header .naivgation {
	font-size: 14px;
	line-height: 1.35;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header.new-header .naivgation > li {
	position: relative;
}

#header.new-header .naivgation > li:before,
#header.new-header .naivgation > li:after {
	position: absolute;
	content: "";
	display: none;
}

#header.new-header .naivgation > li:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 36px;
	z-index: 1;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #052850 transparent;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}

#header.new-header .naivgation > li:after {
	width: 100%;
	height: 28px;
	background: #fff;
	top: 100%;
	left: 0;
}

#header.new-header .naivgation > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 15px;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#header.new-header .naivgation > li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

#header.new-header .naivgation > li ul li {
	margin: 0;
}

#header.new-header .naivgation > li ul li a {
	display: block;
	color: #052850;
	text-decoration: none;
	padding: 10px 25px;
	font-weight:500;
}

#header.new-header .naivgation > li ul li a:hover {
	background: #e6e9ed;
}

#header.new-header .naivgation > li:hover:before {
	opacity: 1;
	visibility: visible;
}

#header.new-header .naivgation > li:hover > a {
	background: #e6e9ed;
	color: #011f5b;
}

#header.new-header .naivgation > li.active > a {
	color: #011f5b;
	background: #e6e9ed;
}

#header.new-header .naivgation > li.red-link:before {
	border-color: transparent transparent #710014 transparent;
}

#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a {
	font-weight: 700;
	color: #95001a;
}

#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a .plus {
	width: 14px;
	height: 14px;
	background: #95001a;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 0 0 1px;
	position: relative;
}

#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a .plus:before,
#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a .plus:after {
	width: 8px;
	height: 2px;
	border-radius: 3px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}

#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a .plus:after {
	width: 2px;
	height: 8px;
}

#header.new-header .naivgation > li.red-link .dropdown ul li a {
	color: #011f5b;
}

#header.new-header .naivgation > li.red-link .dropdown ul li a:hover {
	background: #f4e5e8;
}

#header.new-header .dropdown {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 15px 0;
	z-index:10;
}

#header.new-header .dropdown ul {
	width: 100%;
}

#header.new-header .dropdown .col {
	width: 100%;
	margin: 0 0 15px;
}

#header.new-header .dropdown .title {
	font-size: 14px;
	line-height: 17px;
	display: block;
	text-align: center;
}

#header.new-header .dropdown .title a {
	color: #95001a;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
}

#header.new-header .dropdown .title a:hover {
	background: #f4e5e8;
}

#header.new-header .dropdown p {
	font-size: 14px;
	line-height: 17px;
	color: #333;
	margin: 0 0 7px;
	padding: 4px 20px 0;
	text-align: center;
}

.breadcrumbs-new ul {
	list-style: none;
	padding: 15px 10px;
	margin: 0 auto;
	max-width: 1160px;
	display: -webkit-box;
	display: -ms-flexbox;
	font-size: 13px;
	line-height: 18px;
	font-family: "Open Sans", sans-serif;
}

.breadcrumbs-new li {
	color: #333;
}

.breadcrumbs-new li + li:before {
	display: inline-block;
	vertical-align: top;
	content: ">";
	margin: 0 7px;
}

.breadcrumbs-new li a {
	color: #333;
	text-decoration: none;
}

.breadcrumbs-new li a:hover {
	color: #052850;
}

@media (min-width: 768px) {
	#header.new-header .text-upenn {
		font-size: 17px;
	}

	#header.new-header .form-search .form-wrap {
		width: 378px;
		padding-right: 98px;
		margin: 65px auto 23px;
	}

	#header.new-header .form-search .btn-search {
		font-size: 18px;
		width: 98px;
	}

	#header.new-header .sec-header .logo {
		width: 180px;
	}

	#header.new-header .nav-opener {
		display: none;
	}

	#header.new-header .nav-drop {
		position: static;
		width: auto;
		background: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		overflow: visible;
		padding: 0;
	}

	#header.new-header .naivgation {
		font-size: 16px;
		padding: 0 15px 6px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#header.new-header .naivgation > li {
		margin: 0 10px;
	}

	#header.new-header .naivgation > li:before,
	#header.new-header .naivgation > li:after {
		display: block;
	}

	#header.new-header .naivgation > li > a {
		text-transform: none;
		text-align: left;
		color: #333;
		padding: 0;
	}

	#header.new-header .naivgation > li ul {
		text-align: left;
	}

	#header.new-header .naivgation > li ul li:before,
	#header.new-header .naivgation > li ul li:after {
		display: none;
	}

	#header.new-header .naivgation > li ul li a {
		padding: 7px 15px;
	}

	#header.new-header .naivgation > li:hover > a {
		color: #011f5b;
		background: none;
	}

	#header.new-header .naivgation > li:hover .dropdown {
		opacity: 1;
		visibility: visible;
	}

	#header.new-header .naivgation > li.active > a {
		color: #011f5b;
		background: none;
	}

	#header.new-header .naivgation > li.red-link > a {
		color: #710014;
	}

	#header.new-header .naivgation > li.red-link .dropdown {
		left: auto;
		right: 0;
		width: 400px;
		padding: 0;
		border-color: #710014;
	}

	#header.new-header .dropdown {
		width: 190px;
		padding: 9px 0;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 10;
		border: 1px solid #052850;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
		transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#header.new-header .dropdown .col {
		width: 50%;
		padding: 9px 0;
		margin: 0;
	}

	#header.new-header .dropdown .col + .col {
		border-left: 1px solid #710014;
	}

	#header.new-header .dropdown .title {
		text-align: left;
	}

	#header.new-header .dropdown .title a {
		padding: 7px 20px 7px 15px;
	}

	#header.new-header .dropdown p {
		padding: 4px 15px 0;
		text-align: left;
	}

	.breadcrumbs-new ul {
		padding: 26px 10px 20px;
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	#header.new-header .form-search .form-wrap {
		margin: 101px auto 29px;
	}

	#header.new-header .sec-header .logo {
		width: 230px;
	}

	#header.new-header .naivgation {
		font-size: 20px;
	}

	#header.new-header .naivgation > li {
		margin: 0 18px;
	}

	#header.new-header .naivgation > li:before {
		top: 48px;
	}

	#header.new-header .naivgation > li:after {
		height: 29px;
	}

	#header.new-header .naivgation > li ul {
		font-size: 16px;
		line-height: 20px;
	}

	#header.new-header .naivgation > li ul li a {
		padding: 7px 20px;
	}

	#header.new-header .naivgation > li.red-link .dropdown {
		width: 488px;
	}

	#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a .plus {
		width: 16px;
		height: 16px;
	}

	#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a .plus:before,
	#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a .plus:after {
		width: 10px;
		height: 2px;
	}

	#header.new-header .naivgation > li.red-link .dropdown ul li:first-child a .plus:after {
		height: 10px;
		width: 2px;
	}

	#header.new-header .dropdown {
		top: 62px;
		width: 255px;
		z-index:10;
	}

	#header.new-header .dropdown .title {
		font-size: 16px;
		line-height: 19px;
	}

	#header.new-header .dropdown .title a {
		padding: 7px 30px 7px 20px;
	}

	#header.new-header .dropdown p {
		padding: 4px 20px 0 35px;
	}
}

@media (min-width: 1200px) {
	#header.new-header .naivgation {
		font-size: 24px;
	}

	#header.new-header .naivgation > li {
		margin: 0 40px 0 4px;
	}
}



/* BEGIN CUSTOMIZATIONS FOR SEARCH FORM */

form.gsc-search-box  {
	color:black;
}

/* END CUSTOMIZATIONS FOR SEARCH FORM */

/* Begin Search Bar Customizations */

td#gs_tti50.gsib_a {
padding: 5px 10px!important;
}

.gsc-search-button {
margin-left: 0px!important;
}

.gsc-search-button-v2 {
border: 1px solid #011f5b!important;
height: 37px!important;
background: #cbd0da!important;
}


#___gcse_0 > div > form > table > tbody > tr > td.gsc-search-button > button > svg {
height: 17px!important;
width: 17px!important;
vertical-align: middle!important;
fill: #011f5b!important;
}

/* End Search Bar Customizations s*/

/* Begin code to make header 'sticky' */

.new-header {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999999999;
}


.sfPageWrapper .new-header {
	position: static;
}

.e-inner #main {
	padding-top: 132px!important;
}

.e-inner.template-page #main {
	padding-top: 0px !important;
}

/* End code to make header 'sticky' */
