:root {
  --font-nunito: "Nunito", sans-serif;
  --font-open-sans: "OpenSans", sans-serif;

  --teal: #33C1D2;
  --teal-2: #45D4E5;
  --teal-3: #2CB3C3;
  --teal-4: #3BCADB;
  --teal-5: #22A9B9;
  --teal-6: #29B7C8;

  --yellow: #FFCF37;
  --red-orange: #FF6400;
  --orange: #FF9322;
  --white: #FFFFFF;
  --light-gray: #F6F6F6;
  --dark-gray: #677C8C;
  --gray: #94A2B2;
  --light-blue: #E8FDFF;
  --blue: #3A8DB7;
  --green: #76CC59;
  --transition: 0.2s ease;
}

.teal {
  color: var(--teal);
}

.teal-bg {
  background-color: var(--teal);
}

.teal-2 {
  color: var(--teal-2);
}

.teal-2-bg {
  background-color: var(--teal-2);
}

.teal-3 {
  color: var(--teal-3);
}

.teal-3-bg {
  background-color: var(--teal-3);
}

.teal-4 {
  color: var(--teal-4);
}

.teal-4-bg {
  background-color: var(--teal-4);
}

.teal-5 {
  color: var(--teal-5);
}

.teal-5-bg {
  background-color: var(--teal-5);
}

.teal-6 {
  color: var(--teal-6);
}

.teal-6-bg {
  background-color: var(--teal-6);
}

.yellow {
  color: var(--yellow);
}

.yellow-bg {
  background-color: var(--yellow);
}

.red-orange {
  color: var(--red-orange);
}

.red-orange-bg {
  background-color: var(--red-orange);
}

.orange {
  color: var(--orange);
}

.orange-bg {
  background-color: var(--orange);
}

.white {
  color: var(--white);
}

.white-bg {
  background-color: var(--white);
}

.light-gray {
  color: var(--light-gray);
}

.light-gray-bg {
  background-color: var(--light-gray);
}

.dark-gray {
  color: var(--dark-gray);
}

.dark-gray-bg {
  background-color: var(--dark-gray);
}

.gray {
  color: var(--gray);
}

.gray-bg {
  background-color: var(--gray);
}

.light-blue {
  color: var(--light-blue);
}

.light-blue-bg {
  background-color: var(--light-blue);
}

.blue {
  color: var(--blue);
}

.blue-bg {
  background-color: var(--blue);
}

/* autoprefixer: on */
/*================================================
=                IMPORT COMPONENTS               =
================================================*/
/**
*
* @COPY: 2015 Q Digital Studio
* @NAME: Frameworq
* @DESC: Boilerplate framework for rapid prototype
*        creation.
* @VER:  v1.0
* @AUTH: Mike Wenger, Clinton Reeves, Grant Rowley
*
**/
/*================================================
=              FAMEWORQ COMPONENTS               =
================================================*/
/*  Reset
--------------------------------------------------- /// */
/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, .news-list .news-listing .summary .news-summary-heading .news-issue span, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, p.required, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block; }

body {
	line-height: 1; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.container {
	clear: both;
	float: none;
	display: block;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 1280px;
	height: auto !important; }

.row {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0; }
	.row:after {
	display: table;
	content: '';
	clear: both; }
	.col-pad .row-gutter-offset {
	position: relative;
	width: auto;
	margin-right: -2%;
	margin-left: -2%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; }

.col, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	float: left;
	padding: 0;
	width: 100%;
	min-height: 1px;
	margin-top: 0;
	margin-bottom: 0;
	-moz-background-clip: padding-box !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important; }

.rm-gut-tp,
.rm-gut-vt,
.rm-gut-all {
	padding-top: 0; }

.rm-gut-rt,
.rm-gut-hz,
.rm-gut-all {
	padding-right: 0; }

.rm-gut-btm,
.rm-gut-vt,
.rm-gut-all {
	padding-bottom: 0; }

.rm-gut-lft,
.rm-gut-hz,
.rm-gut-all {
	padding-left: 0; }

.rm-mar-tp,
.rm-mar-vt,
.rm-mar-all {
	margin-top: 0; }

.rm-mar-rt,
.rm-mar-hz,
.rm-mar-all {
	margin-right: 0; }

.rm-mar-btm,
.rm-mar-vt,
.rm-mar-all {
	margin-bottom: 0; }

.rm-mar-lft,
.rm-mar-hz,
.rm-mar-all {
	margin-left: 0; }

.left {
	float: left; }

.right {
	float: right; }

.inline {
	display: inline; }

.inline-block {
	display: inline-block; }

.block {
	display: block; }

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

.txt-left {
	text-align: left; }

.txt-right {
	text-align: right; }

@media screen and (min-width: 0px) and (max-width: 480px) {
	.hide-x {
	display: none; }

	.x-1 {
	width: 8.3333333333%; }

	.push-x-1 {
	margin-left: 8.3333333333%; }

	.x-2 {
	width: 16.6666666667%; }

	.push-x-2 {
	margin-left: 16.6666666667%; }

	.x-3 {
	width: 25%; }

	.push-x-3 {
	margin-left: 25%; }

	.x-4 {
	width: 33.3333333333%; }

	.push-x-4 {
	margin-left: 33.3333333333%; }

	.x-5 {
	width: 41.6666666667%; }

	.push-x-5 {
	margin-left: 41.6666666667%; }

	.x-6 {
	width: 50%; }

	.push-x-6 {
	margin-left: 50%; }

	.x-7 {
	width: 58.3333333333%; }

	.push-x-7 {
	margin-left: 58.3333333333%; }

	.x-8 {
	width: 66.6666666667%; }

	.push-x-8 {
	margin-left: 66.6666666667%; }

	.x-9 {
	width: 75%; }

	.push-x-9 {
	margin-left: 75%; }

	.x-10 {
	width: 83.3333333333%; }

	.push-x-10 {
	margin-left: 83.3333333333%; }

	.x-11 {
	width: 91.6666666667%; }

	.push-x-11 {
	margin-left: 91.6666666667%; }

	.x-12, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 100%; }

	.push-x-12 {
	margin-left: 100%; }

	.rm-gut-tp-x,
	.rm-gut-vt-x,
	.rm-gut-all-x {
	padding-top: 0; }

	.rm-gut-rt-x,
	.rm-gut-hz-x,
	.rm-gut-all-x {
	padding-right: 0; }

	.rm-gut-btm-x,
	.rm-gut-vt-x,
	.rm-gut-all-x {
	padding-bottom: 0; }

	.rm-gut-lft-x,
	.rm-gut-hz-x,
	.rm-gut-all-x {
	padding-left: 0; }

	.rm-mar-tp-x,
	.rm-mar-vt-x,
	.rm-mar-all-x {
	margin-top: 0; }

	.rm-mar-rt-x,
	.rm-mar-hz-x,
	.rm-mar-all-x {
	margin-right: 0; }

	.rm-mar-btm-x,
	.rm-mar-vt-x,
	.rm-mar-all-x {
	margin-bottom: 0; }

	.rm-mar-lft-x,
	.rm-mar-hz-x,
	.rm-mar-all-x {
	margin-left: 0; }

	.txt-center-x {
	text-align: center; }

	.txt-left-x {
	text-align: left; }

	.txt-right-x {
	text-align: right; }

	.left-x {
	float: left; }

	.right-x {
	float: right; }

	.inline-x {
	display: inline; }

	.inline-block-x {
	display: inline-block; }

	.block-x {
	display: block; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
	.hide-s {
	display: none; }

	.x-1 {
	width: 8.3333333333%; }

	.push-x-1 {
	margin-left: 8.3333333333%; }

	.x-2 {
	width: 16.6666666667%; }

	.push-x-2 {
	margin-left: 16.6666666667%; }

	.x-3 {
	width: 25%; }

	.push-x-3 {
	margin-left: 25%; }

	.x-4 {
	width: 33.3333333333%; }

	.push-x-4 {
	margin-left: 33.3333333333%; }

	.x-5 {
	width: 41.6666666667%; }

	.push-x-5 {
	margin-left: 41.6666666667%; }

	.x-6 {
	width: 50%; }

	.push-x-6 {
	margin-left: 50%; }

	.x-7 {
	width: 58.3333333333%; }

	.push-x-7 {
	margin-left: 58.3333333333%; }

	.x-8 {
	width: 66.6666666667%; }

	.push-x-8 {
	margin-left: 66.6666666667%; }

	.x-9 {
	width: 75%; }

	.push-x-9 {
	margin-left: 75%; }

	.x-10 {
	width: 83.3333333333%; }

	.push-x-10 {
	margin-left: 83.3333333333%; }

	.x-11 {
	width: 91.6666666667%; }

	.push-x-11 {
	margin-left: 91.6666666667%; }

	.x-12, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 100%; }

	.push-x-12 {
	margin-left: 100%; }

	.s-1 {
	width: 8.3333333333%; }

	.push-s-1 {
	margin-left: 8.3333333333%; }

	.s-2 {
	width: 16.6666666667%; }

	.push-s-2 {
	margin-left: 16.6666666667%; }

	.s-3 {
	width: 25%; }

	.push-s-3 {
	margin-left: 25%; }

	.s-4, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 33.3333333333%; }

	.push-s-4 {
	margin-left: 33.3333333333%; }

	.s-5 {
	width: 41.6666666667%; }

	.push-s-5 {
	margin-left: 41.6666666667%; }

	.s-6 {
	width: 50%; }

	.push-s-6 {
	margin-left: 50%; }

	.s-7 {
	width: 58.3333333333%; }

	.push-s-7 {
	margin-left: 58.3333333333%; }

	.s-8 {
	width: 66.6666666667%; }

	.push-s-8 {
	margin-left: 66.6666666667%; }

	.s-9 {
	width: 75%; }

	.push-s-9 {
	margin-left: 75%; }

	.s-10 {
	width: 83.3333333333%; }

	.push-s-10 {
	margin-left: 83.3333333333%; }

	.s-11 {
	width: 91.6666666667%; }

	.push-s-11 {
	margin-left: 91.6666666667%; }

	.s-12 {
	width: 100%; }

	.push-s-12 {
	margin-left: 100%; }

	.rm-gut-tp-s,
	.rm-gut-vt-s,
	.rm-gut-all-s {
	padding-top: 0; }

	.rm-gut-rt-s,
	.rm-gut-hz-s,
	.rm-gut-all-s {
	padding-right: 0; }

	.rm-gut-btm-s,
	.rm-gut-vt-s,
	.rm-gut-all-s {
	padding-bottom: 0; }

	.rm-gut-lft-s,
	.rm-gut-hz-s,
	.rm-gut-all-s {
	padding-left: 0; }

	.rm-mar-tp-s,
	.rm-mar-vt-s,
	.rm-mar-all-s {
	margin-top: 0; }

	.rm-mar-rt-s,
	.rm-mar-hz-s,
	.rm-mar-all-s {
	margin-right: 0; }

	.rm-mar-btm-s,
	.rm-mar-vt-s,
	.rm-mar-all-s {
	margin-bottom: 0; }

	.rm-mar-lft-s,
	.rm-mar-hz-s,
	.rm-mar-all-s {
	margin-left: 0; }

	.txt-center-x {
	text-align: center; }

	.txt-center-s {
	text-align: center; }

	.txt-left-x {
	text-align: left; }

	.txt-left-s {
	text-align: left; }

	.txt-right-x {
	text-align: right; }

	.txt-right-s {
	text-align: right; }

	.left-s {
	float: left; }

	.right-s {
	float: right; }

	.inline-s {
	display: inline; }

	.inline-block-s {
	display: inline-block; }

	.block-s {
	display: block; } }
@media screen and (min-width: 769px) and (max-width: 960px) {
	.hide-m {
	display: none; }

	.x-1 {
	width: 8.3333333333%; }

	.push-x-1 {
	margin-left: 8.3333333333%; }

	.x-2 {
	width: 16.6666666667%; }

	.push-x-2 {
	margin-left: 16.6666666667%; }

	.x-3 {
	width: 25%; }

	.push-x-3 {
	margin-left: 25%; }

	.x-4 {
	width: 33.3333333333%; }

	.push-x-4 {
	margin-left: 33.3333333333%; }

	.x-5 {
	width: 41.6666666667%; }

	.push-x-5 {
	margin-left: 41.6666666667%; }

	.x-6 {
	width: 50%; }

	.push-x-6 {
	margin-left: 50%; }

	.x-7 {
	width: 58.3333333333%; }

	.push-x-7 {
	margin-left: 58.3333333333%; }

	.x-8 {
	width: 66.6666666667%; }

	.push-x-8 {
	margin-left: 66.6666666667%; }

	.x-9 {
	width: 75%; }

	.push-x-9 {
	margin-left: 75%; }

	.x-10 {
	width: 83.3333333333%; }

	.push-x-10 {
	margin-left: 83.3333333333%; }

	.x-11 {
	width: 91.6666666667%; }

	.push-x-11 {
	margin-left: 91.6666666667%; }

	.x-12, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 100%; }

	.push-x-12 {
	margin-left: 100%; }

	.s-1 {
	width: 8.3333333333%; }

	.push-s-1 {
	margin-left: 8.3333333333%; }

	.s-2 {
	width: 16.6666666667%; }

	.push-s-2 {
	margin-left: 16.6666666667%; }

	.s-3 {
	width: 25%; }

	.push-s-3 {
	margin-left: 25%; }

	.s-4, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 33.3333333333%; }

	.push-s-4 {
	margin-left: 33.3333333333%; }

	.s-5 {
	width: 41.6666666667%; }

	.push-s-5 {
	margin-left: 41.6666666667%; }

	.s-6 {
	width: 50%; }

	.push-s-6 {
	margin-left: 50%; }

	.s-7 {
	width: 58.3333333333%; }

	.push-s-7 {
	margin-left: 58.3333333333%; }

	.s-8 {
	width: 66.6666666667%; }

	.push-s-8 {
	margin-left: 66.6666666667%; }

	.s-9 {
	width: 75%; }

	.push-s-9 {
	margin-left: 75%; }

	.s-10 {
	width: 83.3333333333%; }

	.push-s-10 {
	margin-left: 83.3333333333%; }

	.s-11 {
	width: 91.6666666667%; }

	.push-s-11 {
	margin-left: 91.6666666667%; }

	.s-12 {
	width: 100%; }

	.push-s-12 {
	margin-left: 100%; }

	.m-1 {
	width: 8.3333333333%; }

	.push-m-1 {
	margin-left: 8.3333333333%; }

	.m-2 {
	width: 16.6666666667%; }

	.push-m-2 {
	margin-left: 16.6666666667%; }

	.m-3, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 25%; }

	.push-m-3 {
	margin-left: 25%; }

	.m-4 {
	width: 33.3333333333%; }

	.push-m-4 {
	margin-left: 33.3333333333%; }

	.m-5 {
	width: 41.6666666667%; }

	.push-m-5 {
	margin-left: 41.6666666667%; }

	.m-6 {
	width: 50%; }

	.push-m-6 {
	margin-left: 50%; }

	.m-7 {
	width: 58.3333333333%; }

	.push-m-7 {
	margin-left: 58.3333333333%; }

	.m-8 {
	width: 66.6666666667%; }

	.push-m-8 {
	margin-left: 66.6666666667%; }

	.m-9 {
	width: 75%; }

	.push-m-9 {
	margin-left: 75%; }

	.m-10 {
	width: 83.3333333333%; }

	.push-m-10 {
	margin-left: 83.3333333333%; }

	.m-11 {
	width: 91.6666666667%; }

	.push-m-11 {
	margin-left: 91.6666666667%; }

	.m-12 {
	width: 100%; }

	.push-m-12 {
	margin-left: 100%; }

	.rm-gut-tp-m,
	.rm-gut-vt-m,
	.rm-gut-all-m {
	padding-top: 0; }

	.rm-gut-rt-m,
	.rm-gut-hz-m,
	.rm-gut-all-m {
	padding-right: 0; }

	.rm-gut-btm-m,
	.rm-gut-vt-m,
	.rm-gut-all-m {
	padding-bottom: 0; }

	.rm-gut-lft-m,
	.rm-gut-hz-m,
	.rm-gut-all-m {
	padding-left: 0; }

	.rm-mar-tp-m,
	.rm-mar-vt-m,
	.rm-mar-all-m {
	margin-top: 0; }

	.rm-mar-rt-m,
	.rm-mar-hz-m,
	.rm-mar-all-m {
	margin-right: 0; }

	.rm-mar-btm-m,
	.rm-mar-vt-m,
	.rm-mar-all-m {
	margin-bottom: 0; }

	.rm-mar-lft-m,
	.rm-mar-hz-m,
	.rm-mar-all-m {
	margin-left: 0; }

	.txt-center-x {
	text-align: center; }

	.txt-center-s {
	text-align: center; }

	.txt-center-m {
	text-align: center; }

	.txt-left-x {
	text-align: left; }

	.txt-left-s {
	text-align: left; }

	.txt-left-m {
	text-align: left; }

	.txt-right-x {
	text-align: right; }

	.txt-right-s {
	text-align: right; }

	.txt-right-m {
	text-align: right; }

	.left-m {
	float: left; }

	.right-m {
	float: right; }

	.inline-m {
	display: inline; }

	.inline-block-m {
	display: inline-block; }

	.block-m {
	display: block; } }
@media screen and (min-width: 961px) {
	.hide-l {
	display: none; }

	.x-1 {
	width: 8.3333333333%; }

	.push-x-1 {
	margin-left: 8.3333333333%; }

	.x-2 {
	width: 16.6666666667%; }

	.push-x-2 {
	margin-left: 16.6666666667%; }

	.x-3 {
	width: 25%; }

	.push-x-3 {
	margin-left: 25%; }

	.x-4 {
	width: 33.3333333333%; }

	.push-x-4 {
	margin-left: 33.3333333333%; }

	.x-5 {
	width: 41.6666666667%; }

	.push-x-5 {
	margin-left: 41.6666666667%; }

	.x-6 {
	width: 50%; }

	.push-x-6 {
	margin-left: 50%; }

	.x-7 {
	width: 58.3333333333%; }

	.push-x-7 {
	margin-left: 58.3333333333%; }

	.x-8 {
	width: 66.6666666667%; }

	.push-x-8 {
	margin-left: 66.6666666667%; }

	.x-9 {
	width: 75%; }

	.push-x-9 {
	margin-left: 75%; }

	.x-10 {
	width: 83.3333333333%; }

	.push-x-10 {
	margin-left: 83.3333333333%; }

	.x-11 {
	width: 91.6666666667%; }

	.push-x-11 {
	margin-left: 91.6666666667%; }

	.x-12, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 100%; }

	.push-x-12 {
	margin-left: 100%; }

	.s-1 {
	width: 8.3333333333%; }

	.push-s-1 {
	margin-left: 8.3333333333%; }

	.s-2 {
	width: 16.6666666667%; }

	.push-s-2 {
	margin-left: 16.6666666667%; }

	.s-3 {
	width: 25%; }

	.push-s-3 {
	margin-left: 25%; }

	.s-4, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 33.3333333333%; }

	.push-s-4 {
	margin-left: 33.3333333333%; }

	.s-5 {
	width: 41.6666666667%; }

	.push-s-5 {
	margin-left: 41.6666666667%; }

	.s-6 {
	width: 50%; }

	.push-s-6 {
	margin-left: 50%; }

	.s-7 {
	width: 58.3333333333%; }

	.push-s-7 {
	margin-left: 58.3333333333%; }

	.s-8 {
	width: 66.6666666667%; }

	.push-s-8 {
	margin-left: 66.6666666667%; }

	.s-9 {
	width: 75%; }

	.push-s-9 {
	margin-left: 75%; }

	.s-10 {
	width: 83.3333333333%; }

	.push-s-10 {
	margin-left: 83.3333333333%; }

	.s-11 {
	width: 91.6666666667%; }

	.push-s-11 {
	margin-left: 91.6666666667%; }

	.s-12 {
	width: 100%; }

	.push-s-12 {
	margin-left: 100%; }

	.m-1 {
	width: 8.3333333333%; }

	.push-m-1 {
	margin-left: 8.3333333333%; }

	.m-2 {
	width: 16.6666666667%; }

	.push-m-2 {
	margin-left: 16.6666666667%; }

	.m-3, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	width: 25%; }

	.push-m-3 {
	margin-left: 25%; }

	.m-4 {
	width: 33.3333333333%; }

	.push-m-4 {
	margin-left: 33.3333333333%; }

	.m-5 {
	width: 41.6666666667%; }

	.push-m-5 {
	margin-left: 41.6666666667%; }

	.m-6 {
	width: 50%; }

	.push-m-6 {
	margin-left: 50%; }

	.m-7 {
	width: 58.3333333333%; }

	.push-m-7 {
	margin-left: 58.3333333333%; }

	.m-8 {
	width: 66.6666666667%; }

	.push-m-8 {
	margin-left: 66.6666666667%; }

	.m-9 {
	width: 75%; }

	.push-m-9 {
	margin-left: 75%; }

	.m-10 {
	width: 83.3333333333%; }

	.push-m-10 {
	margin-left: 83.3333333333%; }

	.m-11 {
	width: 91.6666666667%; }

	.push-m-11 {
	margin-left: 91.6666666667%; }

	.m-12 {
	width: 100%; }

	.push-m-12 {
	margin-left: 100%; }

	.l-1 {
	width: 8.3333333333%; }

	.push-l-1 {
	margin-left: 8.3333333333%; }

	.l-2 {
	width: 16.6666666667%; }

	.push-l-2 {
	margin-left: 16.6666666667%; }

	.l-3 {
	width: 25%; }

	.push-l-3 {
	margin-left: 25%; }

	.l-4 {
	width: 33.3333333333%; }

	.push-l-4 {
	margin-left: 33.3333333333%; }

	.l-5 {
	width: 41.6666666667%; }

	.push-l-5 {
	margin-left: 41.6666666667%; }

	.l-6 {
	width: 50%; }

	.push-l-6 {
	margin-left: 50%; }

	.l-7 {
	width: 58.3333333333%; }

	.push-l-7 {
	margin-left: 58.3333333333%; }

	.l-8 {
	width: 66.6666666667%; }

	.push-l-8 {
	margin-left: 66.6666666667%; }

	.l-9 {
	width: 75%; }

	.push-l-9 {
	margin-left: 75%; }

	.l-10 {
	width: 83.3333333333%; }

	.push-l-10 {
	margin-left: 83.3333333333%; }

	.l-11 {
	width: 91.6666666667%; }

	.push-l-11 {
	margin-left: 91.6666666667%; }

	.l-12 {
	width: 100%; }

	.push-l-12 {
	margin-left: 100%; }

	.rm-gut-tp-l,
	.rm-gut-vt-l,
	.rm-gut-all-l {
	padding-top: 0; }

	.rm-gut-rt-l,
	.rm-gut-hz-l,
	.rm-gut-all-l {
	padding-right: 0; }

	.rm-gut-btm-l,
	.rm-gut-vt-l,
	.rm-gut-all-l {
	padding-bottom: 0; }

	.rm-gut-lft-l,
	.rm-gut-hz-l,
	.rm-gut-all-l {
	padding-left: 0; }

	.rm-mar-tp-l,
	.rm-mar-vt-l,
	.rm-mar-all-l {
	margin-top: 0; }

	.rm-mar-rt-l,
	.rm-mar-hz-l,
	.rm-mar-all-l {
	margin-right: 0; }

	.rm-mar-btm-l,
	.rm-mar-vt-l,
	.rm-mar-all-l {
	margin-bottom: 0; }

	.rm-mar-lft-l,
	.rm-mar-hz-l,
	.rm-mar-all-l {
	margin-left: 0; }

	.txt-center-x {
	text-align: center; }

	.txt-center-s {
	text-align: center; }

	.txt-center-m {
	text-align: center; }

	.txt-center-l {
	text-align: center; }

	.txt-left-x {
	text-align: left; }

	.txt-left-s {
	text-align: left; }

	.txt-left-m {
	text-align: left; }

	.txt-left-l {
	text-align: left; }

	.txt-right-x {
	text-align: right; }

	.txt-right-s {
	text-align: right; }

	.txt-right-m {
	text-align: right; }

	.txt-right-l {
	text-align: right; }

	.left-l {
	float: left; }

	.right-l {
	float: right; }

	.inline-l {
	display: inline; }

	.inline-block-l {
	display: inline-block; }

	.block-l {
	display: block; } }
/*================================================
=                  TYPOGRAPHY                    =
================================================*/
body {
	color: var(--dark-gray);
	font-size: 18px;
	font-family: var(--font-open-sans);
	font-weight: normal;
	line-height: 24px; }

h1, h2, h3, h4, .news-list .news-listing .summary .news-summary-heading .news-issue span, h5, h6, fieldset legend {
	font-family: var(--font-nunito); }

h1, h2, h3, h4, .news-list .news-listing .summary .news-summary-heading .news-issue span, h5, fieldset legend {
	font-weight: bold; }

h1 {
	font-size: 50px;
	line-height: 62.5px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 62.5px;
	color: var(--red-orange);
	font-weight: bold; }
	h1 small {
	font-size: 37.5px; }

h2,fieldset legend {
	font-size: 36px;
	line-height: 45px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 45px;
	color: var(--teal); }
	h2 small {
	font-size: 27px; }



h3 {
	font-size: 26px;
	line-height: 32.5px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 32.5px;
	color: var(--red-orange); }
	h3 small {
	font-size: 19.5px; }

h4, .news-list .news-listing .summary .news-summary-heading .news-issue span {
	font-size: 20px;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 25px;
	color: var(--red-orange);
	letter-spacing: .4px; }
	h4 small, .news-list .news-listing .summary .news-summary-heading .news-issue span small {
	font-size: 15px; }

h5 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 6px;
	padding-bottom: 10px;
	line-height: 20px; }
	h5 small {
	font-size: 12px; }

h6 {
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 15px; }
	h6 small {
	font-size: 9px; }

a {	
  
  text-decoration: none;
 }

p,
li {
	font-size: 18px;
	font-family: "OpenSans", sans-serif;
	font-weight: normal; }

p {
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 1.4em; }
	p.lead {
	color: #555e8a;
	font-size: 20px;
	line-height: 28px; }
	p.small {
	font-size: 15.3px; }
  p:empty {
    display: none;
  }

  p strong {
    color: var(--red-orange);
  }

small {
	font-size: 80%; }

li {
	line-height: 2em; }

.bold, strong, b {
	font-weight: bold; }

em {
	font-style: italic; }

sup {
	vertical-align: super;
	font-size: 12px; }

sub {
	vertical-align: sub;
	font-size: 12px; }

@font-face {
	font-family: 'icomoon';
	src: url("fonts/icomoon.eot"); }
@font-face {
	font-family: 'icomoon';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
	font-weight: normal;
	font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.icon-asterisk:before {
	content: "\f069"; }

.icon-exclamation-circle:before {
	content: "\f06a"; }

.icon-exclamation:before {
	content: "\f12a"; }

.icon-chevron-left:before {
	content: "\f053"; }

.icon-chevron-right:before {
	content: "\f054"; }

.icon-caret-left:before {
	content: "\f0d9"; }

.icon-caret-right:before {
	content: "\f0da"; }

.icon-chevron-circle-left:before {
	content: "\f137"; }

.icon-chevron-circle-right:before {
	content: "\f138"; }

.icon-close:before {
	content: "\f00d"; }

.icon-remove:before {
	content: "\f00d"; }

.icon-times:before {
	content: "\f00d"; }

.icon-question:before {
	content: "\f128"; }

.icon-times-circle:before {
	content: "\f057"; }

.icon-bars:before {
	content: "\f0c9"; }

.icon-navicon:before {
	content: "\f0c9"; }

.icon-reorder:before {
	content: "\f0c9"; }

.icon-book-closed:before {
	content: "\e625"; }

.icon-bookmark:before {
	content: "\e60c"; }

.icon-bookmark2:before {
	content: "\e60d"; }

.icon-bow:before {
	content: "\e60e"; }

.icon-browser:before {
	content: "\e607"; }

.icon-calendar:before {
	content: "\e608"; }

.icon-charity:before {
	content: "\e60f"; }

.icon-circle:before {
	content: "\f111"; }

.icon-clock:before {
	content: "\e610"; }

.icon-connect:before {
	content: "\e611"; }

.icon-email:before {
	content: "\e601"; }

.icon-group-of-three:before {
	content: "\e612"; }

.icon-hands-hearts:before {
	content: "\e613"; }

.icon-head-boy:before {
	content: "\e614"; }

.icon-head-girl:before {
	content: "\e615"; }

.icon-head-man:before {
	content: "\e616"; }

.icon-head-woman:before {
	content: "\e617"; }

.icon-heart:before {
	content: "\f004"; }

.icon-heart-circle:before {
	content: "\e618"; }

.icon-hearts:before {
	content: "\e619"; }

.icon-home-heart:before {
	content: "\e61a"; }

.icon-info:before {
	content: "\e602"; }

.icon-lightbulb:before {
	content: "\e61b"; }

.icon-nest:before {
	content: "\e61c"; }

.icon-open-book:before {
	content: "\e609"; }

.icon-parent-child:before {
	content: "\e61d"; }

.icon-parents-child:before {
	content: "\e61e"; }

.icon-pdf:before {
	content: "\e60a"; }

.icon-pets:before {
	content: "\e61f"; }

.icon-phone:before {
	content: "\e603"; }

.icon-pie-chart:before {
	content: "\e620"; }

.icon-piggy-bank:before {
	content: "\e621"; }

.icon-printer:before {
	content: "\e60b"; }

.icon-reminder:before {
	content: "\e622"; }

.icon-social-facebook:before {
	content: "\e604"; }

.icon-social-pinterest:before {
	content: "\e605"; }

.icon-social-twitter:before {
	content: "\e606"; }

.icon-star:before {
	content: "\e623"; }

.icon-talk-bubble:before {
	content: "\e600"; }

.icon-talk-bubble2:before {
	content: "\e624"; }

.icon-user:before {
	content: "\f007"; }

/*================================================
=                     BASE                       =
================================================*/
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; }

body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.618em; }

/*  Lists
--------------------------------------------------- /// */
dl,
menu,
ol,
ul {
	margin: 1em 0; }

dd {
	margin: 0 0 0 15px; }

menu,
ol,
ul {
	padding: 0 0 0 15px; }

ol {
	list-style: decimal;
	list-style-position: outside; }

ul {
	list-style: disc;
	list-style-position: outside; }

nav ul,
nav ol {
	list-style: none;
	list-style-image: none; }

/*  Forms
--------------------------------------------------- /// */
form {
	margin: 0; }

.captcha-error{
	display: none;
	margin-bottom: 15px;
	font-weight: bold;
	color: #c84432;
}

fieldset {
	display: block;
	margin-inline-start: 2px;
	margin-inline-end: 2px;
	border: 1px solid rgba(0,0,0,0.1);
	padding-block-start: 0.35em;
	padding-inline-end: 0.75em;
	padding-block-end: 0.625em;
	padding-inline-start: 0.75em;
	min-inline-size: min-content;
	margin: 0px;
	padding: 20px;
}

legend {
	padding-inline-start: 2px; padding-inline-end: 2px;
}


button,
input,
select,
textarea {
	display: block;
	outline: none;
	width: 100%;
	font-size: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

input,
textarea {
	padding: 10px; }

select {
	padding: 10px; }

button,
input {
	line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	width: auto;
	border: none;
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible; }

button[disabled],
input[disabled] {
	color: grey;
	opacity: 0.25;
	cursor: default; 
	pointer-events: none;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	box-sizing: border-box;
	padding: 0;
	margin-right: 8px;
	position: relative;
	top: -1px;
	*height: 13px;
	width: auto;
	*width: 13px; }

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0; }

textarea {
	overflow: auto;
	vertical-align: top; }

label, p.required {
	display: block;
	padding: 6px 0; }

/*  Embeddd Content
--------------------------------------------------- /// */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%; }

svg:not(:root) {
	overflow: hidden; }

figure {
	margin: 0; }

figcaption {
	font-size: 80%;
	margin: 20px 0;
	line-height: 1.75em; }

embed,
img,
object,
video {
	max-width: 100%;
	height: auto; }

/* -- Responsive Container (wrap embedded content with .embed-container) -- 53.5 - YT - divide w/h for percentage */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

/*  Links
--------------------------------------------------- /// */
a {
	cursor: pointer;
	outline: none; }

a:hover,
a:focus,
a:active {
	outline: none; }

/*================================================
=                    OBJECTS                     =
================================================*/
/*  Type helpers
--------------------------------------------------- /// */
.fs10 {
	font-size: 10;
	font-size: 1rem; }

.fs11 {
	font-size: 11;
	font-size: 1.1rem; }

.fs12 {
	font-size: 12;
	font-size: 1.2rem; }

.fs13 {
	font-size: 13;
	font-size: 1.3rem; }

.fs14 {
	font-size: 14;
	font-size: 1.4rem; }

.fs15 {
	font-size: 15;
	font-size: 1.5rem; }

.fs16 {
	font-size: 16;
	font-size: 1.6rem; }

.fs18 {
	font-size: 18;
	font-size: 1.8rem; }

.fs20 {
	font-size: 20;
	font-size: 2rem; }

.fs21 {
	font-size: 21;
	font-size: 2.1rem; }

.fs22 {
	font-size: 22;
	font-size: 2.2rem; }

.fs24 {
	font-size: 24;
	font-size: 2.4rem; }

.fs28 {
	font-size: 28;
	font-size: 2.8rem; }

.fs30 {
	font-size: 30;
	font-size: 3rem; }

.fs32 {
	font-size: 32;
	font-size: 3.2rem; }

.fs36 {
	font-size: 36;
	font-size: 3.6rem; }

.fs46 {
	font-size: 46;
	font-size: 4.6rem; }

.fs48 {
	font-size: 48;
	font-size: 4.8rem; }

.fs60 {
	font-size: 60;
	font-size: 6rem; }

.fs72 {
	font-size: 72;
	font-size: 7.2rem; }

.fw100 {
	font-weight: 100; }

.fw200 {
	font-weight: 200; }

.fw300 {
	font-weight: 300; }

.fw400 {
	font-weight: 400; }

.fw500 {
	font-weight: 500; }

.fw600 {
	font-weight: 600; }

.fw700 {
	font-weight: 700; }

.fw800 {
	font-weight: 800; }

.fw900 {
	font-weight: 900; }

.lh1-0 {
	line-height: 1em; }

.lh1-1 {
	line-height: 1.1em; }

.lh1-2 {
	line-height: 1.2em; }

.lh1-3 {
	line-height: 1.3em; }

.lh1-4 {
	line-height: 1.4em; }

.lh1-5 {
	line-height: 1.5em; }

.lh1-6 {
	line-height: 1.6em; }

.lh1-7 {
	line-height: 1.7em; }

.lh1-8 {
	line-height: 1.8em; }

.lh1-9 {
	line-height: 1.9em; }

.lh2-0 {
	line-height: 2em; }

em, .italic {
	font-style: italic; }

.normal {
	font-style: normal; }

.uppercase {
	text-transform: uppercase; }

.lowercase {
	text-transform: lowercase; }

.capitalize {
	text-transform: lowercase; }

.smallcaps {
	font-variant: small-caps; }

.txt-right {
	text-align: right; }

.txt-left {
	text-align: left; }

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

.txt-justify {
	text-align: justify; }

.inline {
	display: inline; }

.weight-normal {
	font-weight: normal !important; }

/*  Alignment helpers
--------------------------------------------------- /// */
.block {
	display: block; }

.inline {
	display: inline; }

.inline-block {
	display: inline-block;
	*display: inline;
	zoom: 1; }

.valign-top {
	vertical-align: top; }

.valign-middle {
	vertical-align: middle; }

.valign-bottom {
	vertical-align: bottom; }

.left {
	float: left; }

.right {
	float: right; }

.center {
	text-align: center; }

.nowrap {
	white-space: nowrap; }

.breakword {
	word-break: break-word; }

.shift-up-20px {
	position: relative;
	top: -20px; }

.shift-right-20px {
	position: relative;
	right: -20px; }

.shift-down-20px {
	position: relative;
	bottom: -20px; }

.shift-left-20px {
	position: relative;
	left: -20px; }

.shift-up-19px {
	position: relative;
	top: -19px; }

.shift-right-19px {
	position: relative;
	right: -19px; }

.shift-down-19px {
	position: relative;
	bottom: -19px; }

.shift-left-19px {
	position: relative;
	left: -19px; }

.shift-up-18px {
	position: relative;
	top: -18px; }

.shift-right-18px {
	position: relative;
	right: -18px; }

.shift-down-18px {
	position: relative;
	bottom: -18px; }

.shift-left-18px {
	position: relative;
	left: -18px; }

.shift-up-17px {
	position: relative;
	top: -17px; }

.shift-right-17px {
	position: relative;
	right: -17px; }

.shift-down-17px {
	position: relative;
	bottom: -17px; }

.shift-left-17px {
	position: relative;
	left: -17px; }

.shift-up-16px {
	position: relative;
	top: -16px; }

.shift-right-16px {
	position: relative;
	right: -16px; }

.shift-down-16px {
	position: relative;
	bottom: -16px; }

.shift-left-16px {
	position: relative;
	left: -16px; }

.shift-up-15px {
	position: relative;
	top: -15px; }

.shift-right-15px {
	position: relative;
	right: -15px; }

.shift-down-15px {
	position: relative;
	bottom: -15px; }

.shift-left-15px {
	position: relative;
	left: -15px; }

.shift-up-14px {
	position: relative;
	top: -14px; }

.shift-right-14px {
	position: relative;
	right: -14px; }

.shift-down-14px {
	position: relative;
	bottom: -14px; }

.shift-left-14px {
	position: relative;
	left: -14px; }

.shift-up-13px {
	position: relative;
	top: -13px; }

.shift-right-13px {
	position: relative;
	right: -13px; }

.shift-down-13px {
	position: relative;
	bottom: -13px; }

.shift-left-13px {
	position: relative;
	left: -13px; }

.shift-up-12px {
	position: relative;
	top: -12px; }

.shift-right-12px {
	position: relative;
	right: -12px; }

.shift-down-12px {
	position: relative;
	bottom: -12px; }

.shift-left-12px {
	position: relative;
	left: -12px; }

.shift-up-11px {
	position: relative;
	top: -11px; }

.shift-right-11px {
	position: relative;
	right: -11px; }

.shift-down-11px {
	position: relative;
	bottom: -11px; }

.shift-left-11px {
	position: relative;
	left: -11px; }

.shift-up-10px {
	position: relative;
	top: -10px; }

.shift-right-10px {
	position: relative;
	right: -10px; }

.shift-down-10px {
	position: relative;
	bottom: -10px; }

.shift-left-10px {
	position: relative;
	left: -10px; }

.shift-up-9px {
	position: relative;
	top: -9px; }

.shift-right-9px {
	position: relative;
	right: -9px; }

.shift-down-9px {
	position: relative;
	bottom: -9px; }

.shift-left-9px {
	position: relative;
	left: -9px; }

.shift-up-8px {
	position: relative;
	top: -8px; }

.shift-right-8px {
	position: relative;
	right: -8px; }

.shift-down-8px {
	position: relative;
	bottom: -8px; }

.shift-left-8px {
	position: relative;
	left: -8px; }

.shift-up-7px {
	position: relative;
	top: -7px; }

.shift-right-7px {
	position: relative;
	right: -7px; }

.shift-down-7px {
	position: relative;
	bottom: -7px; }

.shift-left-7px {
	position: relative;
	left: -7px; }

.shift-up-6px {
	position: relative;
	top: -6px; }

.shift-right-6px {
	position: relative;
	right: -6px; }

.shift-down-6px {
	position: relative;
	bottom: -6px; }

.shift-left-6px {
	position: relative;
	left: -6px; }

.shift-up-5px {
	position: relative;
	top: -5px; }

.shift-right-5px {
	position: relative;
	right: -5px; }

.shift-down-5px {
	position: relative;
	bottom: -5px; }

.shift-left-5px {
	position: relative;
	left: -5px; }

.shift-up-4px {
	position: relative;
	top: -4px; }

.shift-right-4px {
	position: relative;
	right: -4px; }

.shift-down-4px {
	position: relative;
	bottom: -4px; }

.shift-left-4px {
	position: relative;
	left: -4px; }

.shift-up-3px {
	position: relative;
	top: -3px; }

.shift-right-3px {
	position: relative;
	right: -3px; }

.shift-down-3px {
	position: relative;
	bottom: -3px; }

.shift-left-3px {
	position: relative;
	left: -3px; }

.shift-up-2px {
	position: relative;
	top: -2px; }

.shift-right-2px {
	position: relative;
	right: -2px; }

.shift-down-2px {
	position: relative;
	bottom: -2px; }

.shift-left-2px {
	position: relative;
	left: -2px; }

.shift-up-1px {
	position: relative;
	top: -1px; }

.shift-right-1px {
	position: relative;
	right: -1px; }

.shift-down-1px {
	position: relative;
	bottom: -1px; }

.shift-left-1px {
	position: relative;
	left: -1px; }

/*  Color objects
--------------------------------------------------- /// */
/*  Visibility/display helpers
--------------------------------------------------- /// */
.hidden {
	display: none;
	visibility: hidden; }

.hidden_visually {
	position: absolute;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
	clip: rect(0 0 0 0); }

.hidden_visually:active,
.hidden_visually:focus {
	position: static;
	overflow: visible;
	clip: auto;
	margin: 0;
	width: auto;
	height: auto; }

.invisible {
	visibility: hidden; }

/*  Clearing helpers
--------------------------------------------------- /// */
.break {
	clear: both; }

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	height: 0 !important; }

.group {
	*zoom: 1; }

html[xmlns] .clearfix {
	display: block; }

/*  Spacing helpers
--------------------------------------------------- /// */
.pan {
	padding: 0; }

.pas {
	padding: 5px; }

.pam {
	padding: 10px; }

.pal {
	padding: 20px; }

.ptn {
	padding-top: 0; }

.pts {
	padding-top: 5px; }

.ptm {
	padding-top: 10px; }

.ptl {
	padding-top: 20px; }

.prn {
	padding-right: 0; }

.prs {
	padding-right: 5px; }

.prm {
	padding-right: 10px; }

.prl {
	padding-right: 20px; }

.pbn {
	padding-bottom: 0; }

.pbs {
	padding-bottom: 5px; }

.pbm {
	padding-bottom: 10px; }

.pbl {
	padding-bottom: 20px; }

.pln {
	padding-left: 0; }

.pls {
	padding-left: 5px; }

.plm {
	padding-left: 10px; }

.pll {
	padding-left: 20px; }

.phn {
	padding-left: 0;
	padding-right: 0; }

.phs {
	padding-left: 5px;
	padding-right: 5px; }

.phm {
	padding-left: 10px;
	padding-right: 10px; }

.phl {
	padding-left: 20px;
	padding-right: 20px; }

.pvn {
	padding-top: 0;
	padding-bottom: 0; }

.pvs {
	padding-top: 5px;
	padding-bottom: 5px; }

.pvm {
	padding-top: 10px;
	padding-bottom: 10px; }

.pvl {
	padding-top: 20px;
	padding-bottom: 20px; }

.man {
	margin: 0; }

.mas {
	margin: 5px; }

.mam {
	margin: 10px; }

.mal {
	margin: 20px; }

.mtn {
	margin-top: 0; }

.mts {
	margin-top: 5px; }

.mtm {
	margin-top: 10px; }

.mtl {
	margin-top: 20px; }

.mrn {
	margin-right: 0; }

.mrs {
	margin-right: 5px; }

.mrm {
	margin-right: 10px; }

.mrl {
	margin-right: 20px; }

.mbn {
	margin-bottom: 0; }

.mbs {
	margin-bottom: 5px; }

.mbm {
	margin-bottom: 10px; }

.mbc {
	margin-bottom: 14px; }

.mbl {
	margin-bottom: 20px; }

.mln {
	margin-left: 0; }

.mls {
	margin-left: 5px; }

.mlm {
	margin-left: 10px; }

.mll {
	margin-left: 20px; }

.mhn {
	margin-left: 0;
	margin-right: 0; }

.mhs {
	margin-left: 5px;
	margin-right: 5px; }

.mhm {
	margin-left: 10px;
	margin-right: 10px; }

.mhl {
	margin-left: 20px;
	margin-right: 20px; }

.mvn {
	margin-top: 0;
	margin-bottom: 0; }

.mvs {
	margin-top: 5px;
	margin-bottom: 5px; }

.mvm {
	margin-top: 10px;
	margin-bottom: 10px; }

.mvl {
	margin-top: 20px;
	margin-bottom: 20px; }

.automargin {
	float: none;
	margin: 0 auto; }

.size1of2, .size2of4 {
	width: 50%; }

.size1of3 {
	width: 33.33333%; }

.size2of3 {
	width: 66.66666%; }

.size1of4 {
	width: 25%; }

.size3of4 {
	width: 75%; }

.size1of5 {
	width: 20%; }

.size2of5 {
	width: 40%; }

.size3of5 {
	width: 60%; }

.size4of5 {
	width: 80%; }

.size1of6 {
	width: 16.66666%; }

.size5of6 {
	width: 83%; }

/*  Animation/transition helpers
--------------------------------------------------- /// */
.tran {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out; }

/*  Helpers
--------------------------------------------------- /// */
.table-wrapper {
	overflow-x: auto; }

.v-align-helper {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	zoom: 1; }

.relative {
	position: relative; }

/*  Header
--------------------------------------------------- /// */
  .row.header-top {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
  @media screen and (max-width: 1300px) {
    .row.header-top {
      flex-direction: column;
      padding-inline: 2%;
    }
  }
  .row.header-top::after {
    display: none;
  }
	header .header-top .logo {
	  padding-left: 0; }
	  header .header-top .logo h1 {
	    padding: 0;
      line-height: 1; }
	    header .header-top .logo h1 a,
      header .header-top .logo h1 img {
	      display: block; }
	  @media screen and (min-width: 481px) and (max-width: 700px) {
	    header .header-top .logo {
	      width: 50%; } }
	header .header-right {
	padding: 0 !important; }
	@media screen and (min-width: 481px) and (max-width: 700px) {
	  header .header-right {
	    width: 50%; } }
	@media screen and (min-width: 481px) and (max-width: 768px) {
	  header .header-right {
	    padding-top: 0;
	    padding-bottom: 2%; } }
	header .header-right .utility {
	  padding: 0;
	  text-align: right; }	         
	  header .header-right .utility ul {
	    list-style-type: none;
	    padding: 0;
	    margin: 0; }      
	    @media screen and (min-width: 481px) and (max-width: 768px) {
	      header .header-right .utility ul {
	        text-align: right;
	        margin-top: 0; } }
	    /* @media screen and (max-width: 701px) {
	      header .header-right .utility ul {
	        display: none; } } */
	    header .header-right .utility ul li {
	      display: inline;
	      padding-right: 5%;
	      font-size: 17px;
	      text-transform: uppercase; }
	      header .header-right .utility ul li:last-child {
	        padding-right: 0; }
	      header .header-right .utility ul li a {
	        display: inline-block;
	        color: var(--dark-gray);
          transition: color var(--transition); }
	        header .header-right .utility ul li a:hover {
	          color: var(--teal); }
	        header .header-right .utility ul li a.red {
	          color: var(--red-orange); }
            header .header-right .utility ul li a.red:hover {
              color: var(--teal);
            }
	      @media screen and (min-width: 481px) and (max-width: 768px) {
	        header .header-right .utility ul li {
	          font-size: 15px; } }
            @media screen and (max-width: 1300px) {
              header .header-right .utility {
                text-align: left; }
                header .header-right .utility .col {
                  float: none;
                  padding-inline: 0;
                  margin-inline: auto;
                }
                header .header-right .utility ul {
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: center;
                  gap: 5px 15px;
                }
                header .header-right .utility ul li {
                  padding-right: 0;
                }
               } 
            header .header-right .col-pad {
              padding-right: 0;
            }
	header .header-right .search {
	  text-align: right;	  
    margin-top: 15px;
	  float: right; }
	  header .header-right .search form,.search form {      
	    padding: 0;
	    position: relative;
	    float: right;
	    margin: 0; }
      header .header-right .search form {
        display: flex;
        align-items: center;
        gap: 5px;
      }
      @media screen and (max-width: 600px) {
        header .header-right .search form {
          width: 100%;
        }
      }
      header .header-right .search form button {
        appearance: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        width: 16px;
        height: 16px;
        display: grid;
        place-content: center;
      }
      header .header-right .search form button .icon {
        transition: color var(--transition);
      }
      header .header-right .search form button:hover .icon {
        color: var(--teal);
      }
	    header .header-right .search form input[type='text'],.search form input[type='text'] {
	      width: 100%;
	      padding: 4px 14px;
	      border-radius: 20px;
	      border: 1px solid var(--gray);
        margin: 0; }
	    header .header-right .search form input[type='submit'],.search form input[type='submit'] {
	      padding: 0; }
	    header .header-right .search form span,.search form span {
	      font-size: 16px;
	      color: var(--gray); }

/*  Navigation
--------------------------------------------------- /// */
ul.nav_access {
	position: absolute;
	top: -9999px;
	left: -9999px; }

nav ul {
	margin: 0;
	padding: 0; }

header nav ul {
	text-align: center; }
	header nav ul li,
	header nav ul a {
	display: block;
	color: var(--white);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0; }
	header nav ul li {
	line-height: 1.3em; }
@media only screen and (max-width: 700px) {
	header nav > ul > li {
	width: 100% !important;
	float: none; } }
header nav > ul > li {
	width: 33.16%;
	position: relative;
	margin: 0;
	padding: 5px; }
	@media screen and (min-width: 701px) and (max-width: 981px) {
	header nav > ul > li {
	  min-height: 105px; } }
	header nav > ul > li.open > a {
	color: #fefefe; }
	.ie8 header nav > ul > li {
	float: left; }
	@media only screen and (min-width: 701px) {
	header nav > ul > li {
	  float: left;
	  margin-right: .26%; }
	  header nav > ul > li:last-child {
	    margin-right: 0; } }
	@media only screen and (max-width: 700px) {
	header nav > ul > li {
	  border-top: 1px solid #ccc; }
	  header nav > ul > li:first-child {
	    border-top: none; }
	  header nav > ul > li .sub-nav-toggle {
	    float: right;
	    cursor: pointer;
	    margin-top: 20px;
	    line-height: 0;
	    font-size: 16px;
	    font-weight: normal;
	    padding: 12px 7px;
	    color: var(--white);
	    display: inline-block;	    
	    zoom: 1;
	    -webkit-border-radius: 12px;
	    -moz-border-radius: 12px;
	    -o-border-radius: 12px;
	    -khtml-border-radius: 12px;
	    -ms-border-radius: 12px;
	    border-radius: 12px; }
	    header nav > ul > li .sub-nav-toggle span.top,
	    header nav > ul > li .sub-nav-toggle span.bottom {
	      top: 9px; }
	    header nav > ul > li .sub-nav-toggle span.top {
	      -webkit-transform: rotate(45deg);
	      transform: rotate(45deg); }
	    header nav > ul > li .sub-nav-toggle .middle {
	      opacity: 0;
	      filter: alpha(opacity=0); }
	    header nav > ul > li .sub-nav-toggle span.bottom {
	      -webkit-transform: rotate(-45deg);
	      transform: rotate(-45deg); }
	    header nav > ul > li .sub-nav-toggle.open {
	      -webkit-transform: rotate(45deg);
	      transform: rotate(45deg); } }
	header nav > ul > li a {
    display: flex;
    flex-direction: column;
    gap: 8px;
	padding: 10px; }
  header nav > ul > li a:not(.btn) > span {
    font-family: var(--font-open-sans);
    font-weight: 600;
    color: var(--white);    
  }
  header nav > ul > li a:not(.btn) > span:first-child {
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 2px;
  }
  header nav > ul > li a:not(.btn) > span:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }
	header nav > ul > li > ul {
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 9999; }
	.ie8 header nav > ul > li > ul {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  visibility: hidden;
	  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	  opacity: 0;
	  filter: alpha(opacity=0); }
	@media only screen and (min-width: 701px) {
	  header nav > ul > li > ul {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    width: 100%;
	    visibility: hidden;
	    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	    opacity: 0;
	    filter: alpha(opacity=0); } }
	@media only screen and (max-width: 700px) {
	  header nav > ul > li > ul {
	    padding: 2px 0 10px 10px; }
	    .js header nav > ul > li > ul {
	      display: none; }
	      .js header nav > ul > li > ul > li {
	        opacity: 0;
	        filter: alpha(opacity=0); } }
	header nav > ul > li > ul > li {
	  line-height: 16px;
	  font-size: 15px; }
	  header nav > ul > li > ul > li a {
      position: relative;
	    padding: 7px 10px; }
      header nav > ul > li > ul > li a:not(.btn) > span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: max-content;
        transform: translate(-50%, -50%);
        transition: left var(--transition), font-weight var(--transition);
        will-change: left, font-weight;
      }
      header nav > ul > li > ul > li a:not(.btn)::after {
        content: attr(data-text);
        visibility: hidden;
        font-weight: 400;        
      }
      header nav > ul > li > ul > li a:not(.btn):hover > span {
        left: 55%;
        font-weight: 700 !important;  
      }
      header nav > ul > li > ul > li a:not(.btn) > span::before {
        opacity: 0;
        transition: opacity var(--transition);
      }
      header nav > ul > li > ul > li a:not(.btn):hover > span::before {
        content: "\f054";
        position: absolute;
        left: -20px;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;        
        opacity: 1;
      }
	    @media only screen and (max-width: 700px) {
	      header nav > ul > li > ul > li a {
	        padding-top: 8px;
	        padding-bottom: 8px; } }
	header nav > ul > li:hover > a {
	color: #fefefe; }
	@media only screen and (min-width: 701px) {
	.no-touch header nav > ul > li:hover > ul {
	  visibility: visible;
	  transition-delay: 0s;
	  opacity: 1;
	  filter: alpha(opacity=100); } }
	@media only screen and (min-width: 701px) {
	.touch header nav > ul > li.open > ul {
	  visibility: visible;
	  transition-delay: 0s;
	  opacity: 1;
	  filter: alpha(opacity=100); } }
	header nav > ul > li:last-child > ul {
	left: auto;
	right: 0; }
	header nav > ul > li a:hover {
	color: #fefefe; }
  header .explore {
    padding-top: 20px;
  }
  header .explore .btn-square {
    align-items: center;
    color: var(--white);
    border-color: var(--white);
  }
  header .explore .btn-square span {
    color: var(--white);
  }
  header .explore .btn-square:hover {
    color: var(--teal);
    background-color: var(--white);
  }
  header .explore .btn-square:hover span {
    color: var(--teal);
  }

/*================================================
=                     Site                       =
================================================*/
.no-js .hide-if-no-js {
	display: none; }

.js .hide-if-js {
	display: none; }

.show-if-no-js {
	display: block; }
	.js .show-if-no-js {
	display: none; }

.show-if-js {
	display: none; }
	.js .show-if-js {
	display: block; }

/*  Forms
--------------------------------------------------- /// */
form {
	font-family: "OpenSans", sans-serif; }
	form.ajax-on-submit {
	position: relative; }

button,
input,
select,
textarea {
	border: 1px solid var(--dark-gray); }

input,
textarea {
	padding: 10px; }

select {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background: var(--white);
	border-radius: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "OpenSans", sans-serif; }

textarea {
	resize: vertical; }

label, p.required {
	padding: 0 0 6px 0; }

input[disabled] {
	color: #9b9b9b; }

input[type="text"], input[type="password"], input[type="phone"], input[type="date"], input[type="email"], textarea, select {
	margin-bottom: 15px;
	font-family: OpenSans, sans-serif; }

input:focus, select:focus, textarea:focus{	
    box-shadow: inset 2px 2px 4px -2px rgba(0,0,0,0.3);
    border-color: #9fa8d0 !important;
}

label.required span.icon, p.required span.icon, p.required span.icon {
	color: #c84432;
	font-size: 10px;
	vertical-align: super;
	margin-right: 4px; }
label.required.error, p.required.error, p.required.error {
	color: #c84432;
	font-weight: bold; }
	label.required.error span.icon, p.required.error span.icon, p.required.error span.icon {
	font-size: 14px;
	vertical-align: baseline; }

select.error, input[type="text"].error, input[type="password"].error, textarea.error {
	border: 3px solid #c84432; }

fieldset.required.group.error, div.required.group.error {
	padding: 10px;
	border: 3px solid #c84432; }
fieldset.required.group p.required, fieldset.required.group label.required, fieldset.required.group p.required, div.required.group p.required, div.required.group label.required, div.required.group p.required {
	display: none; }
	fieldset.required.group p.required.error, fieldset.required.group label.required.error, fieldset.required.group p.required.error, div.required.group p.required.error, div.required.group label.required.error, div.required.group p.required.error {
	display: block; }

.field .icon {
	color: #2e3152;
	font-size: 8px;
	vertical-align: super;
	margin-right: 4px; }
.field select, .field input {
	border: 1px solid var(--gray);
border-radius: 20px; }
.field select.error, .field input.error {
	border: 2px solid #c84432; }
.field select {
	height: 43px; }
.field.error, .field.error label, .field.error p.required {
	color: #c84432; }
.field.error .icon {
	color: #c84432;
	font-size: 14px;
	vertical-align: baseline; }
.field.error select, .field.error input {
	border: 3px solid #c84432; }

.eyelid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10; }

/*
fieldset {
	&.required {
		span.icon {
			color: $red;
			font-size: 10px;
			vertical-align: super;
			margin-right: 4px;
		}
		&.error {
			label {
				color: $red;
				font-weight: bold;
			}
			span.icon {
				font-size: 14px;
				vertical-align: baseline;
			}
		}
	}
}
fieldset.error {
	select, input[type="text"], textarea {
		border: 3px solid $red;
	}

}
fieldset.required.error.group {
	padding: 10px;
	border: 3px solid $red;
	label {
		color: #000;
		font-weight: normal;
	}
}
fieldset.required.error.group p {
	@extend label;
		color: $red;
		font-weight: bold;
	}
*/
/* -- Placeholder Text -- */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #9b9b9b;
	font-weight: 300; }

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #9b9b9b;
	font-weight: 100; }

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #9b9b9b;
	font-weight: 100; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #9b9b9b;
	font-weight: 100; }

/* -- Styled Selects - wrapped due to FF appearance bug & MSIE -- */
.styled_select {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 1px solid #cccccc;
	background: var(--white);
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1); }

.styled_select.match-width {
	display: inline-block;
	*display: inline;
	zoom: 1; }

.styled_select select {
	position: relative;
	display: block;
	margin: 0;
	padding: 9px 32px 9px 12px;
	white-space: nowrap;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	border: none;
	background: transparent;
	cursor: pointer;
	-moz-appearance: window;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	z-index: 2; }

.styled_select select::-ms-expand {
	display: none; }

.styled_select:hover {
	border: 1px solid #008bc9; }

.styled_select:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 100%;
	speak: none;
	content: '';
	z-index: 1; }

.styled_select:before {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 4px;
	margin: -2px 0 0 -4px;
	background: url(../i/select_arrow.png) no-repeat center center;
	speak: none;
	content: ''; }

.ie8 .styled_select select,
.ie9 .styled_select select {
	padding-right: 12px; }

.ie8 .styled_select:after,
.ie9 .styled_select:after,
.ie8 .styled_select:before,
.ie9 .styled_select:before {
	display: none; }

/****************ONLY FOR DEVELOPMENT************/
a.in-progress-link:hover {
	color: var(--white); }

/****************END ONLY FOR DEVELOPMENT************/
/* /////////////////// BEGIN STYLEGUIDE \\\\\\\\\\ */
.styleguide div.page-row {
	border-bottom: 4px solid; }
.styleguide form div.page-row {
	border-bottom: none; }
.styleguide div.color {
	float: left;
	margin: 15px; }
	.styleguide div.color div.color-block {
	width: 50px;
	height: 50px;
	margin-bottom: 12px; }
	.styleguide div.color p {
	margin: 0; }
	.styleguide div.color p span {
	  font-weight: bold; }
.styleguide .img-bg {
	background: url("/a/i/placeholders/hands_crop.jpg") no-repeat;
	width: 100%;
	min-height: 200px;
	margin: 30px 0; }
	.styleguide .img-bg a {
	margin: 50px 0 0 50px; }
.styleguide .three-col-text {
	-webkit-columns: 300px 3;
	-moz-columns: 300px 3;
	columns: 300px 3;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em; }
	.styleguide .three-col-text p {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid; }
.styleguide .icons p span {
	margin-right: 12px; }

/* \\\\\\\\\\\\\\\ END STYLEGUIDE ///////////////////////////// */
/* //////////////////  GENERAL \\\\\\\\\\ */
@media screen and (max-width: 767px) {
	.s-hide {
	display: none; } }

.sm-pad {
	padding: .6%; }

@media screen and (min-width: 0px) and (max-width: 480px) {
	.pad, header .header-top, header .header-right, .end-page, .page-row, .pad.col, header .col.header-top, header .library .library-categories .advanced-options ul:first-child > li.header-top, .library .library-categories .advanced-options header ul:first-child > li.header-top, header .resources .library-categories .advanced-options ul:first-child > li.header-top, .resources .library-categories .advanced-options header ul:first-child > li.header-top, header .col.header-right, header .library .library-categories .advanced-options ul:first-child > li.header-right, .library .library-categories .advanced-options header ul:first-child > li.header-right, header .resources .library-categories .advanced-options ul:first-child > li.header-right, .resources .library-categories .advanced-options header ul:first-child > li.header-right, .col.end-page, .library .library-categories .advanced-options ul:first-child > li.end-page, .resources .library-categories .advanced-options ul:first-child > li.end-page, .waiting .desc h3.col, .home-ll .desc h3.col, .waiting .desc p.col, .home-ll .desc p.col, .col.page-row, .library .library-categories .advanced-options ul:first-child > li.page-row, .resources .library-categories .advanced-options ul:first-child > li.page-row, .library .library-categories .advanced-options ul:first-child > li.pad, .resources .library-categories .advanced-options ul:first-child > li.pad {
	padding: 2%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
	.pad, header .header-top, header .header-right, .end-page, .page-row, .pad.col, header .col.header-top, header .library .library-categories .advanced-options ul:first-child > li.header-top, .library .library-categories .advanced-options header ul:first-child > li.header-top, header .resources .library-categories .advanced-options ul:first-child > li.header-top, .resources .library-categories .advanced-options header ul:first-child > li.header-top, header .col.header-right, header .library .library-categories .advanced-options ul:first-child > li.header-right, .library .library-categories .advanced-options header ul:first-child > li.header-right, header .resources .library-categories .advanced-options ul:first-child > li.header-right, .resources .library-categories .advanced-options header ul:first-child > li.header-right, .col.end-page, .library .library-categories .advanced-options ul:first-child > li.end-page, .resources .library-categories .advanced-options ul:first-child > li.end-page, .waiting .desc h3.col, .home-ll .desc h3.col, .waiting .desc p.col, .home-ll .desc p.col, .col.page-row, .library .library-categories .advanced-options ul:first-child > li.page-row, .resources .library-categories .advanced-options ul:first-child > li.page-row, .library .library-categories .advanced-options ul:first-child > li.pad, .resources .library-categories .advanced-options ul:first-child > li.pad {
	padding: 2%; } }
@media screen and (min-width: 769px) and (max-width: 960px) {
	.pad, header .header-top, header .header-right, .end-page, .page-row, .pad.col, header .col.header-top, header .library .library-categories .advanced-options ul:first-child > li.header-top, .library .library-categories .advanced-options header ul:first-child > li.header-top, header .resources .library-categories .advanced-options ul:first-child > li.header-top, .resources .library-categories .advanced-options header ul:first-child > li.header-top, header .col.header-right, header .library .library-categories .advanced-options ul:first-child > li.header-right, .library .library-categories .advanced-options header ul:first-child > li.header-right, header .resources .library-categories .advanced-options ul:first-child > li.header-right, .resources .library-categories .advanced-options header ul:first-child > li.header-right, .col.end-page, .library .library-categories .advanced-options ul:first-child > li.end-page, .resources .library-categories .advanced-options ul:first-child > li.end-page, .waiting .desc h3.col, .home-ll .desc h3.col, .waiting .desc p.col, .home-ll .desc p.col, .col.page-row, .library .library-categories .advanced-options ul:first-child > li.page-row, .resources .library-categories .advanced-options ul:first-child > li.page-row, .library .library-categories .advanced-options ul:first-child > li.pad, .resources .library-categories .advanced-options ul:first-child > li.pad {
	padding: 2%; } }
@media screen and (min-width: 961px) {
	.pad, header .header-top, header .header-right, .end-page, .page-row, .pad.col, header .col.header-top, header .library .library-categories .advanced-options ul:first-child > li.header-top, .library .library-categories .advanced-options header ul:first-child > li.header-top, header .resources .library-categories .advanced-options ul:first-child > li.header-top, .resources .library-categories .advanced-options header ul:first-child > li.header-top, header .col.header-right, header .library .library-categories .advanced-options ul:first-child > li.header-right, .library .library-categories .advanced-options header ul:first-child > li.header-right, header .resources .library-categories .advanced-options ul:first-child > li.header-right, .resources .library-categories .advanced-options header ul:first-child > li.header-right, .col.end-page, .library .library-categories .advanced-options ul:first-child > li.end-page, .resources .library-categories .advanced-options ul:first-child > li.end-page, .waiting .desc h3.col, .home-ll .desc h3.col, .waiting .desc p.col, .home-ll .desc p.col, .col.page-row, .library .library-categories .advanced-options ul:first-child > li.page-row, .resources .library-categories .advanced-options ul:first-child > li.page-row, .library .library-categories .advanced-options ul:first-child > li.pad, .resources .library-categories .advanced-options ul:first-child > li.pad {
	padding: 2%; } }

.col-pad {
	padding: 0 2%; }

@media screen and (min-width: 961px) {
	.main {
	padding: 2% 6%; } }

@media screen and (min-width: 769px) {
	.hide-s {
	display: none; } }

@media screen and (max-width: 480px) {
	.hide-x {
	display: none; } }

span.no-break {
	display: inline-block; }

.img-full {
	width: 100%;
	height: auto; }

.img-right {
	float: right; }

.img-left {
	float: left; }

.end-page {
	padding-top: 5%; }
	.end-page a.to-top {
	float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
	color: var(--red-orange);
  padding-bottom: 2px;
  border-bottom: 4px solid var(--red-orange);
  transition: color var(--transition), border-color var(--transition);
 }
	.end-page a.to-top:hover {
	  color: var(--blue);
    border-color: var(--blue); }

.paging {
	text-align: center; }
	.paging span.icon {
	font-size: 18px;
	vertical-align: text-bottom; }
	.paging .page-back, .paging .page-more, .paging .page-specific {
	text-align: center;
	display: inline; }
	.paging .page-back {
	margin-right: 30px; }
	.paging .page-more {
	margin-left: 30px; }
	.paging .page-specific {
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px; }
	.paging .page-specific.active {
	color: var(--white);
	background-color: #2e3152; }

/* -- BUTTONS -- */

.hero-home .btn {
  align-items: baseline;
}

button.btn {
  appearance: none;
  cursor: pointer;
}

.btn,
[data-freeform-action="submit"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-nunito);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 22px;
  padding: 8px 18px;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition);
}

.btn:has(.btn-arrow) {
  padding: 4px 4px 4px 18px;
}

.btn-primary,
[data-freeform-action="submit"] {
  color: var(--blue);
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.btn-primary:hover,
[data-freeform-action="submit"]:hover {
  color: var(--white);
  background-color: var(--red-orange);
  border-color: var(--red-orange);
}

.btn-secondary {
  color: var(--white);
  background-color: var(--teal);
  border-color: var(--teal);
}

.btn-secondary:hover {
  color: var(--teal);
  background-color: var(--white);
}

.btn-tertiary {
  color: var(--blue);
  background-color: var(--white);
  border-color: var(--white);
}

.btn-tertiary:hover {
  color: var(--white);
  background-color: var(--blue);
}

.btn-quaternary {
  color: var(--white);
  background-color: var(--red-orange);
  border-color: var(--red-orange);
}

.btn-quaternary:hover {
  color: var(--red-orange);
  background-color: var(--white);
}

.btn-square {
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  color: var(--teal);
  background-color: transparent;
  border-color: var(--blue);
  border-radius: 0;
  padding: 16px;
}

.btn-square span {
  font-family: var(--font-open-sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--dark-gray);
  transition: color var(--transition);
}

.btn-square:hover {
  color: var(--white);
  background-color: var(--blue);
}

.btn-square:hover span {
  color: var(--white);
}

.btn-arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--teal);
  background-color: var(--white);
  border-radius: 50%;
  transition: color var(--transition), background-color var(--transition);
}

.btn-arrow::before {
  content: "\f054";
  margin-left: 5px;
}

/* -- LINKS -- */
a.link,
p a:not(.btn),
li a:not(.btn),
.entry-edit-link {
  color: var(--teal);
}

a.link:hover,
p a:not(.btn):hover,
li > a:not(.btn):hover,
.entry-edit-link:hover {
  color: var(--teal-3);
}

a.bold-link, input.bold-link, .archive ul.archive-dates li a, .archive ul.archive-dates li a.active, input.bold-link, button.bold-link {
	padding-bottom: 2px;
	border-bottom: 4px solid;
	font-size: 15px;
	letter-spacing: .4px;
	font-weight: bold; }

input.bold-link {
	background: transparent;
	padding: 0 0 2px 0; }

a.two-line-rb-btn, input.two-line-rb-btn, button.two-line-rb-btn {
	color: #2e3152; }
	a.two-line-rb-btn span, input.two-line-rb-btn span, button.two-line-rb-btn span {
	color: #c84432;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: normal;
	line-height: 1.7em; }
	a.two-line-rb-btn:hover, input.two-line-rb-btn:hover, button.two-line-rb-btn:hover {
	background: #2e3152;
	color: var(--white); }
	a.two-line-rb-btn:hover span, input.two-line-rb-btn:hover span, button.two-line-rb-btn:hover span {
	  color: var(--white); }
	a.child-profile:before, button.child-profile:before {
	content: "\f004";
	font-family: 'icomoon'; }
	@media screen and (max-width: 1050px) {
	a.child-profile, button.child-profile {
	  font-size: 16px; } }
	@media screen and (max-width: 861px) {
	a.child-profile, button.child-profile {
	  font-size: 14px; } }
	a.child-profile:before, button.child-profile:before {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 8px; }
	@media screen and (max-width: 1050px) {
	  a.child-profile:before, button.child-profile:before {
	    font-size: 18px; } }
	@media screen and (max-width: 861px) {
	  a.child-profile:before, button.child-profile:before {
	    font-size: 16px; } }
	a.child-profile:hover, button.child-profile:hover {
	background: #c84432;
	color: var(--white);
	border: 4px solid #c84432; }

a.child-profile.disabled, button.child-profile.disabled {
	color: #9b9b9b;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0; }
	a.child-profile.disabled:before, button.child-profile.disabled:before {
	content: "\f004";
	font-family: 'icomoon'; }
	@media screen and (max-width: 1050px) {
	a.child-profile.disabled, button.child-profile.disabled {
	  font-size: 16px; } }
	@media screen and (max-width: 861px) {
	a.child-profile.disabled, button.child-profile.disabled {
	  font-size: 14px; } }
	a.child-profile.disabled:before, button.child-profile.disabled:before {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 8px; }
	@media screen and (max-width: 1050px) {
	  a.child-profile.disabled:before, button.child-profile.disabled:before {
	    font-size: 18px; } }
	@media screen and (max-width: 861px) {
	  a.child-profile.disabled:before, button.child-profile.disabled:before {
	    font-size: 16px; } }
	a.child-profile.disabled:hover, button.child-profile.disabled:hover {
	background: var(--white);
	color: #9b9b9b;
	border: 4px solid #9b9b9b; }

.max-child-inqury-error {
	color: #c84432;
	font-size: 1.4rem;
	margin-bottom: 5px;
	text-align: center; }
	.max-child-inqury-error a {
	color: #c84432;
	font-weight: bold; }
	.max-child-inqury-error a:hover {
	  color: #c84432;
	  font-weight: bold; }

.main h1 a, .main h2 a, .main h3 a, .main h4 a, .main .news-list .news-listing .summary .news-summary-heading .news-issue span a, .news-list .news-listing .summary .news-summary-heading .news-issue .main span a, .main h5 a, .main a.no-underline {
	border-bottom: none; }

.main h1 a, .main h2 a, .main h3 a, .main h4 a, .main h5 a {
  font-family: var(--font-nunito);
  color: var(--red-orange);
  text-transform: uppercase;
}

/* TYPE */
p.phone, p.email, p.phone a, p.email a {
	color: var(--teal);
	font-size: 15px;
	border-bottom: none;
	margin-bottom: 8px; }
	p.phone span, p.email span, p.phone a span, p.email a span {
	margin-right: 4px; }
	p.phone span.icon-email, p.email span.icon-email, p.phone a span.icon-email, p.email a span.icon-email {
	  font-size: 18px;
	  vertical-align: middle; }
	p.phone span.icon-phone, p.email span.icon-phone, p.phone a span.icon-phone, p.email a span.icon-phone {
	  font-size: 15px;
	  margin-right: 10px; }
    p.phone a:hover, p.email a:hover {
      color: var(--teal-3);
      text-decoration: underline;
    }

.helper {
	color: var(--dark-gray);
	font-size: 15px;
	display: inline;
	font-style: italic; }

.update-acct {
  color: var(--red-orange);
	margin-bottom: 30px;
	display: inline-block;
transition: color .2s; }

  .update-acct:hover {
    color: var(--blue);
  }

.cw-btns a.btn:first-child, .cw-btns a.photo-bg-btn:first-child, .cw-btns a.two-line-rb-btn:first-child, .cw-btns a.child-profile:first-child, .cw-btns a.remove-cart-btn:first-child {
	margin-right: 10px; }

ol, ul {
	margin: 8px 18px; }

ol {
	list-style-type: decimal; }
	ol ol {
	list-style-type: lower-alpha; }
	ol ol ol {
	  list-style-type: lower-roman; }

ul {
	list-style-type: disc; }
  ul > li::marker {
    color: var(--red-orange);
  }
	ul ul {
	list-style-type: circle; }
	ul ul ul {
	  list-style-type: square; }

.remove-child-from-list {
	border: none;
	background: none; }

/* \\\\\\\\\\ GENERAL ////////////////// */
/* //////////////////  HOME PAGE \\\\\\\\\\ */
.hero {
	position: relative;
	color: var(--white); }
	.hero img.hero-image {
    display: block;
	  width: 100%;
	  max-width: 100%; }
	.hero .caption-detail-credit {
  font-family: var(--font-open-sans);
	font-size: 12px;
	font-weight: 300;
	line-height: 13px; }
	.hero h2 {
    font-family: var(--font-nunito);
    font-size: 30px;
    font-weight: 400;
    color: var(--white);
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
	}
  .hero h2:not(:last-child) {
    margin-bottom: 30px;
  }
  .hero h2 strong {
    display: block;
    font-weight: 700;
    color: var(--yellow);
  }
	.hero h3, .hero h4, .hero .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .hero span, .hero h5, .hero h6 {
	color: var(--white); }
	.hero.hero-home .caption-detail {
	position: absolute;
	bottom: 10%;
	left: 5%;
	background: rgba(90, 90, 90, 0.28);
	padding: 0 15px 0 0; }
	.hero.hero-home .caption-detail ul {
	  list-style-type: none;
	  padding: 8px 15px; }
	  .hero.hero-home .caption-detail ul li.caption-detail-name a {
      font-size: 20px;
      font-family: var(--font-nunito);
	    color: var(--white);
      text-decoration: underline;
      text-underline-offset: 8px; }
	  .hero.hero-home .caption-detail ul li.caption-detail-status {
      font-family: var(--font-open-sans);
      font-style: italic;
	    font-size: 14px;
	    margin-top: 20px; }
	    .hero.hero-home .caption-detail ul li.caption-detail-status:before {
        display: inline-block;
        content: '';
        width: 12px;
        height: 12px;
        background-color: var(--green);
	      border-radius: 50%;
	      margin-right: 10px; }
	.hero.hero-home .caption-heading {
	position: absolute;
	bottom: -30px;
	right: 5%;
	max-width: 45%;
  text-align: right;
	background: rgba(90, 90, 90, 0.28);
	padding: 30px 30px 50px; }
  @media screen and (max-width: 1100px) {
    .hero.hero-home {
      display: flex;
      flex-direction: column;
    }
    .hero.hero-home img.hero-image {
      order: 2;
    }
    .hero.hero-home .caption-detail {
      position: static;
      background-color: var(--teal);
      padding: 0;
      order: 3;
    }
    .hero.hero-home .caption-detail ul {
      width: 100%;
      margin: 0;
      padding-bottom: 20px;
    }
    .hero.hero-home .caption-heading {
      position: static;
      max-width: 100%;
      text-align: left;
      background-color: var(--teal-3);
      padding: 30px;
      order: 1;
    }
  }
  @media screen and (max-width: 768px) {
    .newsletters-page .hero.hero-news .caption-detail {
      position: static;
      max-width: 100%;
      background: var(--red-orange);
      margin-inline: 16px;
    }
  }
	.hero.hero-news .caption-detail {
	position: absolute;
	top: 6%;
	left: 3%;
	background: rgba(90, 90, 90, 0.28);
	padding: 3%;
	max-width: 50%; }
	@media screen and (max-width: 860px) {
	  .hero.hero-news .caption-detail {
	    max-width: 65%; } }
	.hero.hero-news .caption-detail a.btn, .hero.hero-news .caption-detail a.photo-bg-btn, .hero.hero-news .caption-detail a.two-line-rb-btn, .hero.hero-news .caption-detail a.child-profile, .hero.hero-news .caption-detail a.remove-cart-btn {
	  color: var(--white); }
	  .hero.hero-news .caption-detail a.btn:hover, .hero.hero-news .caption-detail a.photo-bg-btn:hover, .hero.hero-news .caption-detail a.two-line-rb-btn:hover, .hero.hero-news .caption-detail a.child-profile:hover, .hero.hero-news .caption-detail a.remove-cart-btn:hover {
	    background-color: var(--red-orange);
      border-color: var(--red-orange);
      color: var(--white);
    }
	.hero.hero-news .caption-detail .caption-heading h2 {
	  padding-top: 0; }
	.hero.hero-news .caption-detail .caption-heading h3 {
	  padding-bottom: 0; }
	.hero.hero-news .caption-detail ul li {
	  font-size: 15px;
	  line-height: 20px; }
	.hero.hero-news .caption-detail a {
	  margin-top: 10px; }
	.hero.hero-news .caption-heading h2 {
	font-size: 50px;
	padding-bottom: 8px; }
	.hero.hero-news .caption-heading h3 {
	padding-top: 0;
	font-weight: normal;
	font-size: 18px; }
	.hero.hero-news .caption-detail-credit {
	font-size: 13px;
	font-weight: 300;
	line-height: 13px;
	position: absolute;
	bottom: 3%;
	right: 3%;
	background: rgba(90, 90, 90, 0.28);
	padding: 1%; }
  .waiting, .home-ll {
    padding: 4px;
  }
  .waiting {
    background-color: var(--light-blue);
  }
  .home-ll {
    background-color: var(--light-gray);
  }
	.waiting .desc, .home-ll-text {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .waiting .desc {
      padding: 44px 36px 56px 44px;
    }
    .home-ll .desc {
      padding: 20px;
    }
    .waiting .desc h3, .home-ll-text h3 {
      font-family: var(--font-nunito);
      font-size: 26px;      
      font-weight: 700;
      color: var(--teal);
      line-height: 1.2;
      text-transform: uppercase;
      padding: 0;
    }
    .waiting .desc p, .home-ll-text p {
      font-family: var(--font-open-sans);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      margin: 0;
    }
    .waiting .desc .btn, .home-ll-text .btn {
      align-self: start;
    }
	.waiting .img, .home-ll .img {
	padding: 0; }
	.waiting .img img, .home-ll .img img {
	  width: 100%;
	  height: 100%;
	  margin-bottom: -7px;
	  /* fix this */ }

   .news-half {
    background: linear-gradient(180deg, var(--dark-gray) 0%, var(--blue) 100%);
    padding: 4px;
	 }
	.news-half .cover {
	float: left;
	max-width: 50%; }
	.news-half .cover img {
	  width: 100%;
	  height: auto;
	  margin-bottom: -7px; }
	.news-half .summary {
	float: left;
  display: flex;
  flex-direction: column;
	padding: 14px;
	max-width: 50%; }
  @media screen and (max-width: 500px) {
    .news-half .cover,
    .news-half .summary {
      max-width: 100%;
      width: 100%;
    }
  }
  .news-half .summary h4 {
    color: var(--yellow);
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: var(--font-nunito);
    padding: 0;
  }
	.news-half .summary ul {
	  margin: 20px 0 16px;
	  padding: 0;
	  padding-left: 20px; }
	  .news-half .summary ul li {
	    font-size: 14px;
      color: var(--white);
	    line-height: 1.3; }
      .news-half .summary ul li:not(:last-child) {
        margin-bottom: 8px;
      }
	.news-half .summary .btn {
    align-self: flex-end; }

.home-updates .row.callout {
	margin-bottom: 18px; }
  .home-updates h4 {
    font-family: var(--font-nunito);
    font-size: 20px;
    font-weight: 700;
    color: var(--teal);
    line-height: 1.9;
    text-transform: uppercase;
  }
.home-updates h4, .home-updates .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .home-updates span {
	padding-top: 0;
	padding-bottom: 5px; }
.home-updates h5 {
	color: var(--teal); }
.home-updates p {
	font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.3;
}
.home-updates .icon {
	text-align: center;
	padding: 5px;
	padding-top: 7%; }
	.home-updates .icon span[class^="icon"] {
	font-size: 60px; }

.home-ll {
	margin-top: 2%;
	margin-bottom: 2%; }
	.home-ll .home-ll-img img {
	width: 100%;
	height: auto;
	margin-bottom: -7px; }
	.home-ll .home-ll-text {
	padding: 2%; }

p.search-hint {
	font-style: italic;
	font-size: 16px;
	padding-top: 16px;
	padding-left: 14px;
	font-weight: 300; }

.home-lending-library-img img {
	width: 100%;
	text-align: center; }

.home-lending-library-text {
	padding-top: 1%; }

.home-lending-library-btn {
	text-align: center; }
	.home-lending-library-btn a.btn, .home-lending-library-btn a.photo-bg-btn, .home-lending-library-btn a.two-line-rb-btn, .home-lending-library-btn a.child-profile, .home-lending-library-btn a.remove-cart-btn {
	margin-top: 10%; }

.hg-text {
  display: flex;
  flex-direction: column;
	padding-top: 8%; }
.hg-text .btn {
  align-self: flex-end;
}
.home-hg-listing a {
	border-bottom: none; }

.three-btn-row {
	text-align: center; }
  @media screen and (max-width: 480px) {
    .hg-text .btn {
      align-self: center;
    }
    .three-btn-row > .col {
      padding-bottom: 2%;
    }
    .three-btn-row > .col .btn {
      width: 100%;
      max-width: 240px;
    }
  }

/* \\\\\\\\\\ HOME PAGE ////////////////// */
/* //////////////////  NEWSLETTER PAGE \\\\\\\\\\ */
.archive {
	background-color: var(--blue);
	padding: 5% 10%;
	margin: 0;
	margin-bottom: 5%; }
	.archive h4, .archive .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .archive span {
	color: var(--yellow);
	font-size: 19px; }
	.archive ul.archive-dates {
	list-style-type: none;
	-webkit-columns: 30px 3;
	-moz-columns: 30px 3;
	columns: 30px 3;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 0;
	padding: 0;
	text-align: center; }
	@media screen and (max-width: 700px) {
	  .archive ul.archive-dates {
	    -webkit-columns: 50px 2;
	    -moz-columns: 50px 2;
	    columns: 50px 2;
	    -webkit-column-gap: 1em;
	    -moz-column-gap: 1em;
	    column-gap: 1em; } }
	.archive ul.archive-dates li a {
	  border-bottom: none;
	  color: var(--gray); }
	  .archive ul.archive-dates li a.active,
    .archive ul.archive-dates li a:hover {
	    color: var(--yellow); }

.news-list .news-listing {
  background-color: var(--light-blue);
	padding: 4px;
	margin-bottom: 5%;
	position: relative; }
  .news-list .news-listing .bold-link {
    color: var(--red-orange);
    border-bottom: 4px solid var(--red-orange);
  }
  .news-list .news-listing .bold-link:hover {
    color: var(--blue);
    border-color: var(--blue);
  }
	.news-list .news-listing .cover {
	float: left; }
	.news-list .news-listing .cover img {
	  width: 100%;
	  height: 100%;
	  margin-bottom: -7px;
	  /* fix this */ }
	.news-list .news-listing .summary {
	float: left;
	padding: 30px; }
	.news-list .news-listing .summary .news-summary-heading {
    display: flex;
    align-items: center;
	  margin-bottom: 12px; }
	  .news-list .news-listing .summary .news-summary-heading .news-issue span {
	    color: var(--blue);
	    display: inline;
	    margin: 0;
	    padding: 0;
	    padding-left: 5px;
	    font-size: 19px; }
	  .news-list .news-listing .summary .news-summary-heading .icon {
	    float: left; }
	    .news-list .news-listing .summary .news-summary-heading .icon span {
	      font-size: 36px;
	      margin-right: 12px;
	      color: var(--blue); }
	.news-list .news-listing .summary .news-summary-desc p {
	  font-size: 15px;
	  line-height: 19px; }
	.news-list .news-listing .summary .news-summary-desc ul {
	  margin: 0;
	  padding: 0 0 5% 0;
	  list-style-position: inside; }
	  .news-list .news-listing .summary .news-summary-desc ul li {
	    font-size: 15px;
	    line-height: 19px; }
	.news-list .news-listing .summary .news-summary-desc a {
	  position: absolute;
	  bottom: 5%;
	  right: 5%; }

/* \\\\\\\\\\ NEWSLETTER PAGE ////////////////// */
/* //////////////////  STAFF PAGE \\\\\\\\\\ */
.staff-links ul {
	padding-left: 0; }
	.staff-links ul li {
	display: inline;
	margin: 0 15px; }
	.staff-links ul li:first-child {
	  margin-left: 0; }
.cover-detail > a,
.adoption-worker-listing > a,
.staff-img > a{
	text-decoration: none;
	border-bottom: none;
}

.staff-list .staff-listing, .staff-list .staff-manager-listing, .staff-list .adoption-worker-listing, .staff-manager-list .staff-listing, .staff-manager-list .staff-manager-listing, .staff-manager-list .adoption-worker-listing, .adoption-workers .staff-listing, .adoption-workers .staff-manager-listing, .adoption-workers .adoption-worker-listing {
	padding-bottom: 30px;
	padding-top: 30px; }
	.staff-list .staff-listing .staff-img img, .staff-list .staff-listing .staff-manager-img-details img, .staff-list .staff-manager-listing .staff-img img, .staff-list .staff-manager-listing .staff-manager-img-details img, .staff-list .adoption-worker-listing .staff-img img, .staff-list .adoption-worker-listing .staff-manager-img-details img, .staff-manager-list .staff-listing .staff-img img, .staff-manager-list .staff-listing .staff-manager-img-details img, .staff-manager-list .staff-manager-listing .staff-img img, .staff-manager-list .staff-manager-listing .staff-manager-img-details img, .staff-manager-list .adoption-worker-listing .staff-img img, .staff-manager-list .adoption-worker-listing .staff-manager-img-details img, .adoption-workers .staff-listing .staff-img img, .adoption-workers .staff-listing .staff-manager-img-details img, .adoption-workers .staff-manager-listing .staff-img img, .adoption-workers .staff-manager-listing .staff-manager-img-details img, .adoption-workers .adoption-worker-listing .staff-img img, .adoption-workers .adoption-worker-listing .staff-manager-img-details img {
	width: 100%;
	padding-right: 5%;
	max-width: 255px; }
	@media screen and (max-width: 480px) {
	  .staff-list .staff-listing .staff-img img, .staff-list .staff-listing .staff-manager-img-details img, .staff-list .staff-manager-listing .staff-img img, .staff-list .staff-manager-listing .staff-manager-img-details img, .staff-list .adoption-worker-listing .staff-img img, .staff-list .adoption-worker-listing .staff-manager-img-details img, .staff-manager-list .staff-listing .staff-img img, .staff-manager-list .staff-listing .staff-manager-img-details img, .staff-manager-list .staff-manager-listing .staff-img img, .staff-manager-list .staff-manager-listing .staff-manager-img-details img, .staff-manager-list .adoption-worker-listing .staff-img img, .staff-manager-list .adoption-worker-listing .staff-manager-img-details img, .adoption-workers .staff-listing .staff-img img, .adoption-workers .staff-listing .staff-manager-img-details img, .adoption-workers .staff-manager-listing .staff-img img, .adoption-workers .staff-manager-listing .staff-manager-img-details img, .adoption-workers .adoption-worker-listing .staff-img img, .adoption-workers .adoption-worker-listing .staff-manager-img-details img {
	    padding-right: 0; } }
	.staff-list .staff-listing .staff-manager-img-details img, .staff-list .staff-manager-listing .staff-manager-img-details img, .staff-list .adoption-worker-listing .staff-manager-img-details img, .staff-manager-list .staff-listing .staff-manager-img-details img, .staff-manager-list .staff-manager-listing .staff-manager-img-details img, .staff-manager-list .adoption-worker-listing .staff-manager-img-details img, .adoption-workers .staff-listing .staff-manager-img-details img, .adoption-workers .staff-manager-listing .staff-manager-img-details img, .adoption-workers .adoption-worker-listing .staff-manager-img-details img {
	padding-bottom: 5%; }
	.staff-list .staff-listing .staff-details p.name, .staff-list .staff-listing .staff-manager-details p.name, .staff-list .staff-listing .adoption-worker-details p.name, .staff-list .staff-manager-listing .staff-details p.name, .staff-list .staff-manager-listing .staff-manager-details p.name, .staff-list .staff-manager-listing .adoption-worker-details p.name, .staff-list .adoption-worker-listing .staff-details p.name, .staff-list .adoption-worker-listing .staff-manager-details p.name, .staff-list .adoption-worker-listing .adoption-worker-details p.name, .staff-manager-list .staff-listing .staff-details p.name, .staff-manager-list .staff-listing .staff-manager-details p.name, .staff-manager-list .staff-listing .adoption-worker-details p.name, .staff-manager-list .staff-manager-listing .staff-details p.name, .staff-manager-list .staff-manager-listing .staff-manager-details p.name, .staff-manager-list .staff-manager-listing .adoption-worker-details p.name, .staff-manager-list .adoption-worker-listing .staff-details p.name, .staff-manager-list .adoption-worker-listing .staff-manager-details p.name, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.name, .adoption-workers .staff-listing .staff-details p.name, .adoption-workers .staff-listing .staff-manager-details p.name, .adoption-workers .staff-listing .adoption-worker-details p.name, .adoption-workers .staff-manager-listing .staff-details p.name, .adoption-workers .staff-manager-listing .staff-manager-details p.name, .adoption-workers .staff-manager-listing .adoption-worker-details p.name, .adoption-workers .adoption-worker-listing .staff-details p.name, .adoption-workers .adoption-worker-listing .staff-manager-details p.name, .adoption-workers .adoption-worker-listing .adoption-worker-details p.name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px; }
	.staff-list .staff-listing .staff-details p.title, .staff-list .staff-listing .staff-manager-details p.title, .staff-list .staff-listing .adoption-worker-details p.title, .staff-list .staff-manager-listing .staff-details p.title, .staff-list .staff-manager-listing .staff-manager-details p.title, .staff-list .staff-manager-listing .adoption-worker-details p.title, .staff-list .adoption-worker-listing .staff-details p.title, .staff-list .adoption-worker-listing .staff-manager-details p.title, .staff-list .adoption-worker-listing .adoption-worker-details p.title, .staff-manager-list .staff-listing .staff-details p.title, .staff-manager-list .staff-listing .staff-manager-details p.title, .staff-manager-list .staff-listing .adoption-worker-details p.title, .staff-manager-list .staff-manager-listing .staff-details p.title, .staff-manager-list .staff-manager-listing .staff-manager-details p.title, .staff-manager-list .staff-manager-listing .adoption-worker-details p.title, .staff-manager-list .adoption-worker-listing .staff-details p.title, .staff-manager-list .adoption-worker-listing .staff-manager-details p.title, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.title, .adoption-workers .staff-listing .staff-details p.title, .adoption-workers .staff-listing .staff-manager-details p.title, .adoption-workers .staff-listing .adoption-worker-details p.title, .adoption-workers .staff-manager-listing .staff-details p.title, .adoption-workers .staff-manager-listing .staff-manager-details p.title, .adoption-workers .staff-manager-listing .adoption-worker-details p.title, .adoption-workers .adoption-worker-listing .staff-details p.title, .adoption-workers .adoption-worker-listing .staff-manager-details p.title, .adoption-workers .adoption-worker-listing .adoption-worker-details p.title {
	font-size: 20px;
	margin-bottom: 12px; }
	.staff-list .staff-listing .staff-details p.phone, .staff-list .staff-listing .staff-details p.email, .staff-list .staff-listing .staff-details p.phone a, .staff-list .staff-listing .staff-details p.email a, .staff-list .staff-listing .staff-manager-details p.phone, .staff-list .staff-listing .staff-manager-details p.email, .staff-list .staff-listing .staff-manager-details p.phone a, .staff-list .staff-listing .staff-manager-details p.email a, .staff-list .staff-listing .adoption-worker-details p.phone, .staff-list .staff-listing .adoption-worker-details p.email, .staff-list .staff-listing .adoption-worker-details p.phone a, .staff-list .staff-listing .adoption-worker-details p.email a, .staff-list .staff-manager-listing .staff-details p.phone, .staff-list .staff-manager-listing .staff-details p.email, .staff-list .staff-manager-listing .staff-details p.phone a, .staff-list .staff-manager-listing .staff-details p.email a, .staff-list .staff-manager-listing .staff-manager-details p.phone, .staff-list .staff-manager-listing .staff-manager-details p.email, .staff-list .staff-manager-listing .staff-manager-details p.phone a, .staff-list .staff-manager-listing .staff-manager-details p.email a, .staff-list .staff-manager-listing .adoption-worker-details p.phone, .staff-list .staff-manager-listing .adoption-worker-details p.email, .staff-list .staff-manager-listing .adoption-worker-details p.phone a, .staff-list .staff-manager-listing .adoption-worker-details p.email a, .staff-list .adoption-worker-listing .staff-details p.phone, .staff-list .adoption-worker-listing .staff-details p.email, .staff-list .adoption-worker-listing .staff-details p.phone a, .staff-list .adoption-worker-listing .staff-details p.email a, .staff-list .adoption-worker-listing .staff-manager-details p.phone, .staff-list .adoption-worker-listing .staff-manager-details p.email, .staff-list .adoption-worker-listing .staff-manager-details p.phone a, .staff-list .adoption-worker-listing .staff-manager-details p.email a, .staff-list .adoption-worker-listing .adoption-worker-details p.phone, .staff-list .adoption-worker-listing .adoption-worker-details p.email, .staff-list .adoption-worker-listing .adoption-worker-details p.phone a, .staff-list .adoption-worker-listing .adoption-worker-details p.email a, .staff-manager-list .staff-listing .staff-details p.phone, .staff-manager-list .staff-listing .staff-details p.email, .staff-manager-list .staff-listing .staff-details p.phone a, .staff-manager-list .staff-listing .staff-details p.email a, .staff-manager-list .staff-listing .staff-manager-details p.phone, .staff-manager-list .staff-listing .staff-manager-details p.email, .staff-manager-list .staff-listing .staff-manager-details p.phone a, .staff-manager-list .staff-listing .staff-manager-details p.email a, .staff-manager-list .staff-listing .adoption-worker-details p.phone, .staff-manager-list .staff-listing .adoption-worker-details p.email, .staff-manager-list .staff-listing .adoption-worker-details p.phone a, .staff-manager-list .staff-listing .adoption-worker-details p.email a, .staff-manager-list .staff-manager-listing .staff-details p.phone, .staff-manager-list .staff-manager-listing .staff-details p.email, .staff-manager-list .staff-manager-listing .staff-details p.phone a, .staff-manager-list .staff-manager-listing .staff-details p.email a, .staff-manager-list .staff-manager-listing .staff-manager-details p.phone, .staff-manager-list .staff-manager-listing .staff-manager-details p.email, .staff-manager-list .staff-manager-listing .staff-manager-details p.phone a, .staff-manager-list .staff-manager-listing .staff-manager-details p.email a, .staff-manager-list .staff-manager-listing .adoption-worker-details p.phone, .staff-manager-list .staff-manager-listing .adoption-worker-details p.email, .staff-manager-list .staff-manager-listing .adoption-worker-details p.phone a, .staff-manager-list .staff-manager-listing .adoption-worker-details p.email a, .staff-manager-list .adoption-worker-listing .staff-details p.phone, .staff-manager-list .adoption-worker-listing .staff-details p.email, .staff-manager-list .adoption-worker-listing .staff-details p.phone a, .staff-manager-list .adoption-worker-listing .staff-details p.email a, .staff-manager-list .adoption-worker-listing .staff-manager-details p.phone, .staff-manager-list .adoption-worker-listing .staff-manager-details p.email, .staff-manager-list .adoption-worker-listing .staff-manager-details p.phone a, .staff-manager-list .adoption-worker-listing .staff-manager-details p.email a, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.phone, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.email, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.phone a, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.email a, .adoption-workers .staff-listing .staff-details p.phone, .adoption-workers .staff-listing .staff-details p.email, .adoption-workers .staff-listing .staff-details p.phone a, .adoption-workers .staff-listing .staff-details p.email a, .adoption-workers .staff-listing .staff-manager-details p.phone, .adoption-workers .staff-listing .staff-manager-details p.email, .adoption-workers .staff-listing .staff-manager-details p.phone a, .adoption-workers .staff-listing .staff-manager-details p.email a, .adoption-workers .staff-listing .adoption-worker-details p.phone, .adoption-workers .staff-listing .adoption-worker-details p.email, .adoption-workers .staff-listing .adoption-worker-details p.phone a, .adoption-workers .staff-listing .adoption-worker-details p.email a, .adoption-workers .staff-manager-listing .staff-details p.phone, .adoption-workers .staff-manager-listing .staff-details p.email, .adoption-workers .staff-manager-listing .staff-details p.phone a, .adoption-workers .staff-manager-listing .staff-details p.email a, .adoption-workers .staff-manager-listing .staff-manager-details p.phone, .adoption-workers .staff-manager-listing .staff-manager-details p.email, .adoption-workers .staff-manager-listing .staff-manager-details p.phone a, .adoption-workers .staff-manager-listing .staff-manager-details p.email a, .adoption-workers .staff-manager-listing .adoption-worker-details p.phone, .adoption-workers .staff-manager-listing .adoption-worker-details p.email, .adoption-workers .staff-manager-listing .adoption-worker-details p.phone a, .adoption-workers .staff-manager-listing .adoption-worker-details p.email a, .adoption-workers .adoption-worker-listing .staff-details p.phone, .adoption-workers .adoption-worker-listing .staff-details p.email, .adoption-workers .adoption-worker-listing .staff-details p.phone a, .adoption-workers .adoption-worker-listing .staff-details p.email a, .adoption-workers .adoption-worker-listing .staff-manager-details p.phone, .adoption-workers .adoption-worker-listing .staff-manager-details p.email, .adoption-workers .adoption-worker-listing .staff-manager-details p.phone a, .adoption-workers .adoption-worker-listing .staff-manager-details p.email a, .adoption-workers .adoption-worker-listing .adoption-worker-details p.phone, .adoption-workers .adoption-worker-listing .adoption-worker-details p.email, .adoption-workers .adoption-worker-listing .adoption-worker-details p.phone a, .adoption-workers .adoption-worker-listing .adoption-worker-details p.email a {
	color: var(--teal);
	font-size: 15px;
	border-bottom: none;
	margin-bottom: 8px; }
	.staff-list .staff-listing .staff-details p.phone span, .staff-list .staff-listing .staff-details p.email span, .staff-list .staff-listing .staff-details p.phone a span, .staff-list .staff-listing .staff-details p.email a span, .staff-list .staff-listing .staff-manager-details p.phone span, .staff-list .staff-listing .staff-manager-details p.email span, .staff-list .staff-listing .staff-manager-details p.phone a span, .staff-list .staff-listing .staff-manager-details p.email a span, .staff-list .staff-listing .adoption-worker-details p.phone span, .staff-list .staff-listing .adoption-worker-details p.email span, .staff-list .staff-listing .adoption-worker-details p.phone a span, .staff-list .staff-listing .adoption-worker-details p.email a span, .staff-list .staff-manager-listing .staff-details p.phone span, .staff-list .staff-manager-listing .staff-details p.email span, .staff-list .staff-manager-listing .staff-details p.phone a span, .staff-list .staff-manager-listing .staff-details p.email a span, .staff-list .staff-manager-listing .staff-manager-details p.phone span, .staff-list .staff-manager-listing .staff-manager-details p.email span, .staff-list .staff-manager-listing .staff-manager-details p.phone a span, .staff-list .staff-manager-listing .staff-manager-details p.email a span, .staff-list .staff-manager-listing .adoption-worker-details p.phone span, .staff-list .staff-manager-listing .adoption-worker-details p.email span, .staff-list .staff-manager-listing .adoption-worker-details p.phone a span, .staff-list .staff-manager-listing .adoption-worker-details p.email a span, .staff-list .adoption-worker-listing .staff-details p.phone span, .staff-list .adoption-worker-listing .staff-details p.email span, .staff-list .adoption-worker-listing .staff-details p.phone a span, .staff-list .adoption-worker-listing .staff-details p.email a span, .staff-list .adoption-worker-listing .staff-manager-details p.phone span, .staff-list .adoption-worker-listing .staff-manager-details p.email span, .staff-list .adoption-worker-listing .staff-manager-details p.phone a span, .staff-list .adoption-worker-listing .staff-manager-details p.email a span, .staff-list .adoption-worker-listing .adoption-worker-details p.phone span, .staff-list .adoption-worker-listing .adoption-worker-details p.email span, .staff-list .adoption-worker-listing .adoption-worker-details p.phone a span, .staff-list .adoption-worker-listing .adoption-worker-details p.email a span, .staff-manager-list .staff-listing .staff-details p.phone span, .staff-manager-list .staff-listing .staff-details p.email span, .staff-manager-list .staff-listing .staff-details p.phone a span, .staff-manager-list .staff-listing .staff-details p.email a span, .staff-manager-list .staff-listing .staff-manager-details p.phone span, .staff-manager-list .staff-listing .staff-manager-details p.email span, .staff-manager-list .staff-listing .staff-manager-details p.phone a span, .staff-manager-list .staff-listing .staff-manager-details p.email a span, .staff-manager-list .staff-listing .adoption-worker-details p.phone span, .staff-manager-list .staff-listing .adoption-worker-details p.email span, .staff-manager-list .staff-listing .adoption-worker-details p.phone a span, .staff-manager-list .staff-listing .adoption-worker-details p.email a span, .staff-manager-list .staff-manager-listing .staff-details p.phone span, .staff-manager-list .staff-manager-listing .staff-details p.email span, .staff-manager-list .staff-manager-listing .staff-details p.phone a span, .staff-manager-list .staff-manager-listing .staff-details p.email a span, .staff-manager-list .staff-manager-listing .staff-manager-details p.phone span, .staff-manager-list .staff-manager-listing .staff-manager-details p.email span, .staff-manager-list .staff-manager-listing .staff-manager-details p.phone a span, .staff-manager-list .staff-manager-listing .staff-manager-details p.email a span, .staff-manager-list .staff-manager-listing .adoption-worker-details p.phone span, .staff-manager-list .staff-manager-listing .adoption-worker-details p.email span, .staff-manager-list .staff-manager-listing .adoption-worker-details p.phone a span, .staff-manager-list .staff-manager-listing .adoption-worker-details p.email a span, .staff-manager-list .adoption-worker-listing .staff-details p.phone span, .staff-manager-list .adoption-worker-listing .staff-details p.email span, .staff-manager-list .adoption-worker-listing .staff-details p.phone a span, .staff-manager-list .adoption-worker-listing .staff-details p.email a span, .staff-manager-list .adoption-worker-listing .staff-manager-details p.phone span, .staff-manager-list .adoption-worker-listing .staff-manager-details p.email span, .staff-manager-list .adoption-worker-listing .staff-manager-details p.phone a span, .staff-manager-list .adoption-worker-listing .staff-manager-details p.email a span, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.phone span, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.email span, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.phone a span, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.email a span, .adoption-workers .staff-listing .staff-details p.phone span, .adoption-workers .staff-listing .staff-details p.email span, .adoption-workers .staff-listing .staff-details p.phone a span, .adoption-workers .staff-listing .staff-details p.email a span, .adoption-workers .staff-listing .staff-manager-details p.phone span, .adoption-workers .staff-listing .staff-manager-details p.email span, .adoption-workers .staff-listing .staff-manager-details p.phone a span, .adoption-workers .staff-listing .staff-manager-details p.email a span, .adoption-workers .staff-listing .adoption-worker-details p.phone span, .adoption-workers .staff-listing .adoption-worker-details p.email span, .adoption-workers .staff-listing .adoption-worker-details p.phone a span, .adoption-workers .staff-listing .adoption-worker-details p.email a span, .adoption-workers .staff-manager-listing .staff-details p.phone span, .adoption-workers .staff-manager-listing .staff-details p.email span, .adoption-workers .staff-manager-listing .staff-details p.phone a span, .adoption-workers .staff-manager-listing .staff-details p.email a span, .adoption-workers .staff-manager-listing .staff-manager-details p.phone span, .adoption-workers .staff-manager-listing .staff-manager-details p.email span, .adoption-workers .staff-manager-listing .staff-manager-details p.phone a span, .adoption-workers .staff-manager-listing .staff-manager-details p.email a span, .adoption-workers .staff-manager-listing .adoption-worker-details p.phone span, .adoption-workers .staff-manager-listing .adoption-worker-details p.email span, .adoption-workers .staff-manager-listing .adoption-worker-details p.phone a span, .adoption-workers .staff-manager-listing .adoption-worker-details p.email a span, .adoption-workers .adoption-worker-listing .staff-details p.phone span, .adoption-workers .adoption-worker-listing .staff-details p.email span, .adoption-workers .adoption-worker-listing .staff-details p.phone a span, .adoption-workers .adoption-worker-listing .staff-details p.email a span, .adoption-workers .adoption-worker-listing .staff-manager-details p.phone span, .adoption-workers .adoption-worker-listing .staff-manager-details p.email span, .adoption-workers .adoption-worker-listing .staff-manager-details p.phone a span, .adoption-workers .adoption-worker-listing .staff-manager-details p.email a span, .adoption-workers .adoption-worker-listing .adoption-worker-details p.phone span, .adoption-workers .adoption-worker-listing .adoption-worker-details p.email span, .adoption-workers .adoption-worker-listing .adoption-worker-details p.phone a span, .adoption-workers .adoption-worker-listing .adoption-worker-details p.email a span {
	  margin-right: 4px; }
	  .staff-list .staff-listing .staff-details p.phone span.icon-email, .staff-list .staff-listing .staff-details p.email span.icon-email, .staff-list .staff-listing .staff-details p.phone a span.icon-email, .staff-list .staff-listing .staff-details p.email a span.icon-email, .staff-list .staff-listing .staff-manager-details p.phone span.icon-email, .staff-list .staff-listing .staff-manager-details p.email span.icon-email, .staff-list .staff-listing .staff-manager-details p.phone a span.icon-email, .staff-list .staff-listing .staff-manager-details p.email a span.icon-email, .staff-list .staff-listing .adoption-worker-details p.phone span.icon-email, .staff-list .staff-listing .adoption-worker-details p.email span.icon-email, .staff-list .staff-listing .adoption-worker-details p.phone a span.icon-email, .staff-list .staff-listing .adoption-worker-details p.email a span.icon-email, .staff-list .staff-manager-listing .staff-details p.phone span.icon-email, .staff-list .staff-manager-listing .staff-details p.email span.icon-email, .staff-list .staff-manager-listing .staff-details p.phone a span.icon-email, .staff-list .staff-manager-listing .staff-details p.email a span.icon-email, .staff-list .staff-manager-listing .staff-manager-details p.phone span.icon-email, .staff-list .staff-manager-listing .staff-manager-details p.email span.icon-email, .staff-list .staff-manager-listing .staff-manager-details p.phone a span.icon-email, .staff-list .staff-manager-listing .staff-manager-details p.email a span.icon-email, .staff-list .staff-manager-listing .adoption-worker-details p.phone span.icon-email, .staff-list .staff-manager-listing .adoption-worker-details p.email span.icon-email, .staff-list .staff-manager-listing .adoption-worker-details p.phone a span.icon-email, .staff-list .staff-manager-listing .adoption-worker-details p.email a span.icon-email, .staff-list .adoption-worker-listing .staff-details p.phone span.icon-email, .staff-list .adoption-worker-listing .staff-details p.email span.icon-email, .staff-list .adoption-worker-listing .staff-details p.phone a span.icon-email, .staff-list .adoption-worker-listing .staff-details p.email a span.icon-email, .staff-list .adoption-worker-listing .staff-manager-details p.phone span.icon-email, .staff-list .adoption-worker-listing .staff-manager-details p.email span.icon-email, .staff-list .adoption-worker-listing .staff-manager-details p.phone a span.icon-email, .staff-list .adoption-worker-listing .staff-manager-details p.email a span.icon-email, .staff-list .adoption-worker-listing .adoption-worker-details p.phone span.icon-email, .staff-list .adoption-worker-listing .adoption-worker-details p.email span.icon-email, .staff-list .adoption-worker-listing .adoption-worker-details p.phone a span.icon-email, .staff-list .adoption-worker-listing .adoption-worker-details p.email a span.icon-email, .staff-manager-list .staff-listing .staff-details p.phone span.icon-email, .staff-manager-list .staff-listing .staff-details p.email span.icon-email, .staff-manager-list .staff-listing .staff-details p.phone a span.icon-email, .staff-manager-list .staff-listing .staff-details p.email a span.icon-email, .staff-manager-list .staff-listing .staff-manager-details p.phone span.icon-email, .staff-manager-list .staff-listing .staff-manager-details p.email span.icon-email, .staff-manager-list .staff-listing .staff-manager-details p.phone a span.icon-email, .staff-manager-list .staff-listing .staff-manager-details p.email a span.icon-email, .staff-manager-list .staff-listing .adoption-worker-details p.phone span.icon-email, .staff-manager-list .staff-listing .adoption-worker-details p.email span.icon-email, .staff-manager-list .staff-listing .adoption-worker-details p.phone a span.icon-email, .staff-manager-list .staff-listing .adoption-worker-details p.email a span.icon-email, .staff-manager-list .staff-manager-listing .staff-details p.phone span.icon-email, .staff-manager-list .staff-manager-listing .staff-details p.email span.icon-email, .staff-manager-list .staff-manager-listing .staff-details p.phone a span.icon-email, .staff-manager-list .staff-manager-listing .staff-details p.email a span.icon-email, .staff-manager-list .staff-manager-listing .staff-manager-details p.phone span.icon-email, .staff-manager-list .staff-manager-listing .staff-manager-details p.email span.icon-email, .staff-manager-list .staff-manager-listing .staff-manager-details p.phone a span.icon-email, .staff-manager-list .staff-manager-listing .staff-manager-details p.email a span.icon-email, .staff-manager-list .staff-manager-listing .adoption-worker-details p.phone span.icon-email, .staff-manager-list .staff-manager-listing .adoption-worker-details p.email span.icon-email, .staff-manager-list .staff-manager-listing .adoption-worker-details p.phone a span.icon-email, .staff-manager-list .staff-manager-listing .adoption-worker-details p.email a span.icon-email, .staff-manager-list .adoption-worker-listing .staff-details p.phone span.icon-email, .staff-manager-list .adoption-worker-listing .staff-details p.email span.icon-email, .staff-manager-list .adoption-worker-listing .staff-details p.phone a span.icon-email, .staff-manager-list .adoption-worker-listing .staff-details p.email a span.icon-email, .staff-manager-list .adoption-worker-listing .staff-manager-details p.phone span.icon-email, .staff-manager-list .adoption-worker-listing .staff-manager-details p.email span.icon-email, .staff-manager-list .adoption-worker-listing .staff-manager-details p.phone a span.icon-email, .staff-manager-list .adoption-worker-listing .staff-manager-details p.email a span.icon-email, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.phone span.icon-email, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.email span.icon-email, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.phone a span.icon-email, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.email a span.icon-email, .adoption-workers .staff-listing .staff-details p.phone span.icon-email, .adoption-workers .staff-listing .staff-details p.email span.icon-email, .adoption-workers .staff-listing .staff-details p.phone a span.icon-email, .adoption-workers .staff-listing .staff-details p.email a span.icon-email, .adoption-workers .staff-listing .staff-manager-details p.phone span.icon-email, .adoption-workers .staff-listing .staff-manager-details p.email span.icon-email, .adoption-workers .staff-listing .staff-manager-details p.phone a span.icon-email, .adoption-workers .staff-listing .staff-manager-details p.email a span.icon-email, .adoption-workers .staff-listing .adoption-worker-details p.phone span.icon-email, .adoption-workers .staff-listing .adoption-worker-details p.email span.icon-email, .adoption-workers .staff-listing .adoption-worker-details p.phone a span.icon-email, .adoption-workers .staff-listing .adoption-worker-details p.email a span.icon-email, .adoption-workers .staff-manager-listing .staff-details p.phone span.icon-email, .adoption-workers .staff-manager-listing .staff-details p.email span.icon-email, .adoption-workers .staff-manager-listing .staff-details p.phone a span.icon-email, .adoption-workers .staff-manager-listing .staff-details p.email a span.icon-email, .adoption-workers .staff-manager-listing .staff-manager-details p.phone span.icon-email, .adoption-workers .staff-manager-listing .staff-manager-details p.email span.icon-email, .adoption-workers .staff-manager-listing .staff-manager-details p.phone a span.icon-email, .adoption-workers .staff-manager-listing .staff-manager-details p.email a span.icon-email, .adoption-workers .staff-manager-listing .adoption-worker-details p.phone span.icon-email, .adoption-workers .staff-manager-listing .adoption-worker-details p.email span.icon-email, .adoption-workers .staff-manager-listing .adoption-worker-details p.phone a span.icon-email, .adoption-workers .staff-manager-listing .adoption-worker-details p.email a span.icon-email, .adoption-workers .adoption-worker-listing .staff-details p.phone span.icon-email, .adoption-workers .adoption-worker-listing .staff-details p.email span.icon-email, .adoption-workers .adoption-worker-listing .staff-details p.phone a span.icon-email, .adoption-workers .adoption-worker-listing .staff-details p.email a span.icon-email, .adoption-workers .adoption-worker-listing .staff-manager-details p.phone span.icon-email, .adoption-workers .adoption-worker-listing .staff-manager-details p.email span.icon-email, .adoption-workers .adoption-worker-listing .staff-manager-details p.phone a span.icon-email, .adoption-workers .adoption-worker-listing .staff-manager-details p.email a span.icon-email, .adoption-workers .adoption-worker-listing .adoption-worker-details p.phone span.icon-email, .adoption-workers .adoption-worker-listing .adoption-worker-details p.email span.icon-email, .adoption-workers .adoption-worker-listing .adoption-worker-details p.phone a span.icon-email, .adoption-workers .adoption-worker-listing .adoption-worker-details p.email a span.icon-email {
	    font-size: 18px;
	    vertical-align: middle; }
	  .staff-list .staff-listing .staff-details p.phone span.icon-phone, .staff-list .staff-listing .staff-details p.email span.icon-phone, .staff-list .staff-listing .staff-details p.phone a span.icon-phone, .staff-list .staff-listing .staff-details p.email a span.icon-phone, .staff-list .staff-listing .staff-manager-details p.phone span.icon-phone, .staff-list .staff-listing .staff-manager-details p.email span.icon-phone, .staff-list .staff-listing .staff-manager-details p.phone a span.icon-phone, .staff-list .staff-listing .staff-manager-details p.email a span.icon-phone, .staff-list .staff-listing .adoption-worker-details p.phone span.icon-phone, .staff-list .staff-listing .adoption-worker-details p.email span.icon-phone, .staff-list .staff-listing .adoption-worker-details p.phone a span.icon-phone, .staff-list .staff-listing .adoption-worker-details p.email a span.icon-phone, .staff-list .staff-manager-listing .staff-details p.phone span.icon-phone, .staff-list .staff-manager-listing .staff-details p.email span.icon-phone, .staff-list .staff-manager-listing .staff-details p.phone a span.icon-phone, .staff-list .staff-manager-listing .staff-details p.email a span.icon-phone, .staff-list .staff-manager-listing .staff-manager-details p.phone span.icon-phone, .staff-list .staff-manager-listing .staff-manager-details p.email span.icon-phone, .staff-list .staff-manager-listing .staff-manager-details p.phone a span.icon-phone, .staff-list .staff-manager-listing .staff-manager-details p.email a span.icon-phone, .staff-list .staff-manager-listing .adoption-worker-details p.phone span.icon-phone, .staff-list .staff-manager-listing .adoption-worker-details p.email span.icon-phone, .staff-list .staff-manager-listing .adoption-worker-details p.phone a span.icon-phone, .staff-list .staff-manager-listing .adoption-worker-details p.email a span.icon-phone, .staff-list .adoption-worker-listing .staff-details p.phone span.icon-phone, .staff-list .adoption-worker-listing .staff-details p.email span.icon-phone, .staff-list .adoption-worker-listing .staff-details p.phone a span.icon-phone, .staff-list .adoption-worker-listing .staff-details p.email a span.icon-phone, .staff-list .adoption-worker-listing .staff-manager-details p.phone span.icon-phone, .staff-list .adoption-worker-listing .staff-manager-details p.email span.icon-phone, .staff-list .adoption-worker-listing .staff-manager-details p.phone a span.icon-phone, .staff-list .adoption-worker-listing .staff-manager-details p.email a span.icon-phone, .staff-list .adoption-worker-listing .adoption-worker-details p.phone span.icon-phone, .staff-list .adoption-worker-listing .adoption-worker-details p.email span.icon-phone, .staff-list .adoption-worker-listing .adoption-worker-details p.phone a span.icon-phone, .staff-list .adoption-worker-listing .adoption-worker-details p.email a span.icon-phone, .staff-manager-list .staff-listing .staff-details p.phone span.icon-phone, .staff-manager-list .staff-listing .staff-details p.email span.icon-phone, .staff-manager-list .staff-listing .staff-details p.phone a span.icon-phone, .staff-manager-list .staff-listing .staff-details p.email a span.icon-phone, .staff-manager-list .staff-listing .staff-manager-details p.phone span.icon-phone, .staff-manager-list .staff-listing .staff-manager-details p.email span.icon-phone, .staff-manager-list .staff-listing .staff-manager-details p.phone a span.icon-phone, .staff-manager-list .staff-listing .staff-manager-details p.email a span.icon-phone, .staff-manager-list .staff-listing .adoption-worker-details p.phone span.icon-phone, .staff-manager-list .staff-listing .adoption-worker-details p.email span.icon-phone, .staff-manager-list .staff-listing .adoption-worker-details p.phone a span.icon-phone, .staff-manager-list .staff-listing .adoption-worker-details p.email a span.icon-phone, .staff-manager-list .staff-manager-listing .staff-details p.phone span.icon-phone, .staff-manager-list .staff-manager-listing .staff-details p.email span.icon-phone, .staff-manager-list .staff-manager-listing .staff-details p.phone a span.icon-phone, .staff-manager-list .staff-manager-listing .staff-details p.email a span.icon-phone, .staff-manager-list .staff-manager-listing .staff-manager-details p.phone span.icon-phone, .staff-manager-list .staff-manager-listing .staff-manager-details p.email span.icon-phone, .staff-manager-list .staff-manager-listing .staff-manager-details p.phone a span.icon-phone, .staff-manager-list .staff-manager-listing .staff-manager-details p.email a span.icon-phone, .staff-manager-list .staff-manager-listing .adoption-worker-details p.phone span.icon-phone, .staff-manager-list .staff-manager-listing .adoption-worker-details p.email span.icon-phone, .staff-manager-list .staff-manager-listing .adoption-worker-details p.phone a span.icon-phone, .staff-manager-list .staff-manager-listing .adoption-worker-details p.email a span.icon-phone, .staff-manager-list .adoption-worker-listing .staff-details p.phone span.icon-phone, .staff-manager-list .adoption-worker-listing .staff-details p.email span.icon-phone, .staff-manager-list .adoption-worker-listing .staff-details p.phone a span.icon-phone, .staff-manager-list .adoption-worker-listing .staff-details p.email a span.icon-phone, .staff-manager-list .adoption-worker-listing .staff-manager-details p.phone span.icon-phone, .staff-manager-list .adoption-worker-listing .staff-manager-details p.email span.icon-phone, .staff-manager-list .adoption-worker-listing .staff-manager-details p.phone a span.icon-phone, .staff-manager-list .adoption-worker-listing .staff-manager-details p.email a span.icon-phone, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.phone span.icon-phone, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.email span.icon-phone, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.phone a span.icon-phone, .staff-manager-list .adoption-worker-listing .adoption-worker-details p.email a span.icon-phone, .adoption-workers .staff-listing .staff-details p.phone span.icon-phone, .adoption-workers .staff-listing .staff-details p.email span.icon-phone, .adoption-workers .staff-listing .staff-details p.phone a span.icon-phone, .adoption-workers .staff-listing .staff-details p.email a span.icon-phone, .adoption-workers .staff-listing .staff-manager-details p.phone span.icon-phone, .adoption-workers .staff-listing .staff-manager-details p.email span.icon-phone, .adoption-workers .staff-listing .staff-manager-details p.phone a span.icon-phone, .adoption-workers .staff-listing .staff-manager-details p.email a span.icon-phone, .adoption-workers .staff-listing .adoption-worker-details p.phone span.icon-phone, .adoption-workers .staff-listing .adoption-worker-details p.email span.icon-phone, .adoption-workers .staff-listing .adoption-worker-details p.phone a span.icon-phone, .adoption-workers .staff-listing .adoption-worker-details p.email a span.icon-phone, .adoption-workers .staff-manager-listing .staff-details p.phone span.icon-phone, .adoption-workers .staff-manager-listing .staff-details p.email span.icon-phone, .adoption-workers .staff-manager-listing .staff-details p.phone a span.icon-phone, .adoption-workers .staff-manager-listing .staff-details p.email a span.icon-phone, .adoption-workers .staff-manager-listing .staff-manager-details p.phone span.icon-phone, .adoption-workers .staff-manager-listing .staff-manager-details p.email span.icon-phone, .adoption-workers .staff-manager-listing .staff-manager-details p.phone a span.icon-phone, .adoption-workers .staff-manager-listing .staff-manager-details p.email a span.icon-phone, .adoption-workers .staff-manager-listing .adoption-worker-details p.phone span.icon-phone, .adoption-workers .staff-manager-listing .adoption-worker-details p.email span.icon-phone, .adoption-workers .staff-manager-listing .adoption-worker-details p.phone a span.icon-phone, .adoption-workers .staff-manager-listing .adoption-worker-details p.email a span.icon-phone, .adoption-workers .adoption-worker-listing .staff-details p.phone span.icon-phone, .adoption-workers .adoption-worker-listing .staff-details p.email span.icon-phone, .adoption-workers .adoption-worker-listing .staff-details p.phone a span.icon-phone, .adoption-workers .adoption-worker-listing .staff-details p.email a span.icon-phone, .adoption-workers .adoption-worker-listing .staff-manager-details p.phone span.icon-phone, .adoption-workers .adoption-worker-listing .staff-manager-details p.email span.icon-phone, .adoption-workers .adoption-worker-listing .staff-manager-details p.phone a span.icon-phone, .adoption-workers .adoption-worker-listing .staff-manager-details p.email a span.icon-phone, .adoption-workers .adoption-worker-listing .adoption-worker-details p.phone span.icon-phone, .adoption-workers .adoption-worker-listing .adoption-worker-details p.email span.icon-phone, .adoption-workers .adoption-worker-listing .adoption-worker-details p.phone a span.icon-phone, .adoption-workers .adoption-worker-listing .adoption-worker-details p.email a span.icon-phone {
	    font-size: 15px;
	    margin-right: 10px; }
	.staff-list .staff-listing .staff-bio, .staff-list .staff-listing .staff-manager-bio, .staff-list .staff-manager-listing .staff-bio, .staff-list .staff-manager-listing .staff-manager-bio, .staff-list .adoption-worker-listing .staff-bio, .staff-list .adoption-worker-listing .staff-manager-bio, .staff-manager-list .staff-listing .staff-bio, .staff-manager-list .staff-listing .staff-manager-bio, .staff-manager-list .staff-manager-listing .staff-bio, .staff-manager-list .staff-manager-listing .staff-manager-bio, .staff-manager-list .adoption-worker-listing .staff-bio, .staff-manager-list .adoption-worker-listing .staff-manager-bio, .adoption-workers .staff-listing .staff-bio, .adoption-workers .staff-listing .staff-manager-bio, .adoption-workers .staff-manager-listing .staff-bio, .adoption-workers .staff-manager-listing .staff-manager-bio, .adoption-workers .adoption-worker-listing .staff-bio, .adoption-workers .adoption-worker-listing .staff-manager-bio {
	padding-top: 20px; }
	.staff-list .staff-listing .staff-bio p, .staff-list .staff-listing .staff-manager-bio p, .staff-list .staff-manager-listing .staff-bio p, .staff-list .staff-manager-listing .staff-manager-bio p, .staff-list .adoption-worker-listing .staff-bio p, .staff-list .adoption-worker-listing .staff-manager-bio p, .staff-manager-list .staff-listing .staff-bio p, .staff-manager-list .staff-listing .staff-manager-bio p, .staff-manager-list .staff-manager-listing .staff-bio p, .staff-manager-list .staff-manager-listing .staff-manager-bio p, .staff-manager-list .adoption-worker-listing .staff-bio p, .staff-manager-list .adoption-worker-listing .staff-manager-bio p, .adoption-workers .staff-listing .staff-bio p, .adoption-workers .staff-listing .staff-manager-bio p, .adoption-workers .staff-manager-listing .staff-bio p, .adoption-workers .staff-manager-listing .staff-manager-bio p, .adoption-workers .adoption-worker-listing .staff-bio p, .adoption-workers .adoption-worker-listing .staff-manager-bio p {
	  margin-top: 0; }
	.staff-list .staff-listing .staff-bio .staff-bio-heading, .staff-list .staff-listing .staff-bio .staff-bio-manager-heading, .staff-list .staff-listing .staff-manager-bio .staff-bio-heading, .staff-list .staff-listing .staff-manager-bio .staff-bio-manager-heading, .staff-list .staff-manager-listing .staff-bio .staff-bio-heading, .staff-list .staff-manager-listing .staff-bio .staff-bio-manager-heading, .staff-list .staff-manager-listing .staff-manager-bio .staff-bio-heading, .staff-list .staff-manager-listing .staff-manager-bio .staff-bio-manager-heading, .staff-list .adoption-worker-listing .staff-bio .staff-bio-heading, .staff-list .adoption-worker-listing .staff-bio .staff-bio-manager-heading, .staff-list .adoption-worker-listing .staff-manager-bio .staff-bio-heading, .staff-list .adoption-worker-listing .staff-manager-bio .staff-bio-manager-heading, .staff-manager-list .staff-listing .staff-bio .staff-bio-heading, .staff-manager-list .staff-listing .staff-bio .staff-bio-manager-heading, .staff-manager-list .staff-listing .staff-manager-bio .staff-bio-heading, .staff-manager-list .staff-listing .staff-manager-bio .staff-bio-manager-heading, .staff-manager-list .staff-manager-listing .staff-bio .staff-bio-heading, .staff-manager-list .staff-manager-listing .staff-bio .staff-bio-manager-heading, .staff-manager-list .staff-manager-listing .staff-manager-bio .staff-bio-heading, .staff-manager-list .staff-manager-listing .staff-manager-bio .staff-bio-manager-heading, .staff-manager-list .adoption-worker-listing .staff-bio .staff-bio-heading, .staff-manager-list .adoption-worker-listing .staff-bio .staff-bio-manager-heading, .staff-manager-list .adoption-worker-listing .staff-manager-bio .staff-bio-heading, .staff-manager-list .adoption-worker-listing .staff-manager-bio .staff-bio-manager-heading, .adoption-workers .staff-listing .staff-bio .staff-bio-heading, .adoption-workers .staff-listing .staff-bio .staff-bio-manager-heading, .adoption-workers .staff-listing .staff-manager-bio .staff-bio-heading, .adoption-workers .staff-listing .staff-manager-bio .staff-bio-manager-heading, .adoption-workers .staff-manager-listing .staff-bio .staff-bio-heading, .adoption-workers .staff-manager-listing .staff-bio .staff-bio-manager-heading, .adoption-workers .staff-manager-listing .staff-manager-bio .staff-bio-heading, .adoption-workers .staff-manager-listing .staff-manager-bio .staff-bio-manager-heading, .adoption-workers .adoption-worker-listing .staff-bio .staff-bio-heading, .adoption-workers .adoption-worker-listing .staff-bio .staff-bio-manager-heading, .adoption-workers .adoption-worker-listing .staff-manager-bio .staff-bio-heading, .adoption-workers .adoption-worker-listing .staff-manager-bio .staff-bio-manager-heading {
	  font-weight: bold;
	  margin-bottom: 0; }

@media screen and (max-width: 767px) {
	.staff-listing {
	text-align: center; } }

@media screen and (max-width: 480px) {
	.staff-manager-listing, .adoption-worker-listing {
	text-align: center; } }

/* \\\\\\\\\\ STAFF PAGE ////////////////// */
/* //////////////////  CHILD SEARCH PAGE \\\\\\\\\\ */
div.child-search-form {
	border: 4px solid var(--teal-3); }
  div.child-search-form h4 {
    color: var(--teal);
  }
	div.child-search-form h3 {
	float: left; }
	div.child-search-form h5 {
	font-weight: bold; }
	div.child-search-form .page-row {
	border: none;
	padding: 3%; }
	div.child-search-form .search-options {
	float: right;
	padding-top: 10px; }
	div.child-search-form .search-options a:first-child {
	  margin-right: 12px; }
	div.child-search-form .search-options input[type="reset"] {
	  display: inline; }
    div.child-search-form .search-options input[type="reset"]:hover {
      color: var(--blue);
      border-color: var(--blue);
    }
	div.child-search-form .age-select, div.child-search-form .gender-select, div.child-search-form .sibling-select {
	display: flex;
	align-items: center;	
}
  div.child-search-form .age-select input, div.child-search-form .gender-select input, div.child-search-form .sibling-select input,
  div.child-search-form .age-select select, div.child-search-form .gender-select select, div.child-search-form .sibling-select select {
    margin: 0;
  }
	div.child-search-form .age-select h5, div.child-search-form .gender-select h5, div.child-search-form .sibling-select h5 {
	  float: left;
	  display: inline;
	  margin-right: 15px;
	  padding: 0; }
	div.child-search-form .age-select p, div.child-search-form .age-select label, div.child-search-form .age-select p.required, div.child-search-form .gender-select p, div.child-search-form .gender-select label, div.child-search-form .gender-select p.required, div.child-search-form .sibling-select p, div.child-search-form .sibling-select label, div.child-search-form .sibling-select p.required {
	  margin-right: 10px;
	  display: inline;
	  font-size: 1.1em; }
	div.child-search-form .age-select select, div.child-search-form .gender-select select, div.child-search-form .sibling-select select {
	  margin-right: 10px;
	  display: inline; }
	  @media screen and (min-width: 768px) {
	    div.child-search-form .age-select select, div.child-search-form .gender-select select, div.child-search-form .sibling-select select {
	      width: 30%; } }
	div.child-search-form .age-select input[type="checkbox"], div.child-search-form .gender-select input[type="checkbox"], div.child-search-form .sibling-select input[type="checkbox"] {
	  display: inline; }
	div.child-search-form .gender-select label, div.child-search-form .gender-select p.required {
	display: inline;
	margin-right: 30px; }
	div.child-search-form .siblings-num {
	padding-top: 3%; }
	div.child-search-form input[type="submit"] {
	float: right; }
	div.child-search-form .small-submit input[type="submit"] {
	float: left;	
	padding: 3px 7px;
	font-size: 16px; }
  .row:has(> .small-submit) {
    display: flex;
    align-items: center;
  }
  #child-name-form h5, #child-id-form h5, #child-search-form h5 {
    color: var(--dark-gray);
  }
  #child-name-form input[type="text"],
  #child-id-form input[type="text"],
  #child-search-form input[type="text"] {
    border-radius: 20px;
    border-color: var(--gray);
  }
  #child-search-form input[type="checkbox"],
  #child-search-form input[type="radio"] {
    accent-color: var(--teal);
  }
div.small-search-separator .border {
	border-top: 4px solid var(--dark-gray);
	margin: 15px 0px; }

.ethnicity label, .ethnicity p.required {
	margin-left: 10%; }

label.check-all, p.check-all.required {
	margin-left: 0;
	font-weight: bold; }

.advanced-options {
	display: none; }
	.advanced-options .close-advanced-options {
	text-align: center;
	margin-bottom: -20px; }
	.advanced-options div.border {
	border-top: 4px solid #9b9b9b;
	padding-top: 6%; }

.inline-select {
	position: relative;
	margin-bottom: 12px; }
	.inline-select label, .inline-select p.required {
	display: inline; }
	.inline-select label a.tooltip, .inline-select p.required a.tooltip {
	  font-weight: bold;
	  font-size: 12px;
	  margin-left: 3px;
	  vertical-align: text-bottom; }
	  .inline-select label a.tooltip span, .inline-select p.required a.tooltip span {
	    display: none; }
	  .inline-select label a.tooltip:hover span, .inline-select p.required a.tooltip:hover span {
	    display: block;
	    position: absolute;
	    top: 26px;
	    left: 12px;
	    background: var(--white);
	    border: 4px solid #2e3152;
	    z-index: 9999;
	    padding: 4px 8px;
	    max-width: 220px;
	    font-weight: 800;
	    font-size: 12px;
	    vertical-align: super;
	    margin-left: 4px; }
	.inline-select label select, .inline-select p.required select {
	  display: inline; }

.search-info .search-results p {
	color: var(--dark-gray);
	float: left;
	font-weight: 600; }
@media screen and (max-width: 700px) {
	.search-info .count-legend {
	width: 100%;
	float: left; }
	.search-info .count-legend .add-siblings {
	  float: left; }
	.search-info .count-legend .additional-siblings {
	  float: left;
	  margin-right: 8px; } }
.search-info .add-siblings {
	float: right;
	display: inline;
	float: right;
	height: 42px;
	width: 42px;
	border-radius: 50px;
	background: var(--teal-3);
	color: var(--white);
	display: inline;
	/* width: auto; */
	border: var(--teal-3);
	padding: 9px 5px;
	/* font-size: 17px; */
	margin-right: 10px;
	text-align: center;
	margin-top: -10px; }
	.search-info .add-siblings p.additional-siblings-count {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .2em; }
.search-info .additional-siblings {
	float: right;
	color: var(--teal-3);
	font-size: 17px; }

.search-result{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed rgba(0,0,0,0.3);
}
.child-image > img{
    padding: 5px;
    border: solid 1px #EFEFEF;	
}

.child-search-listing {
	padding-bottom: 10%; }
	.child-search-listing a {
	border-bottom: none; }
	.child-search-listing .child-img {
	position: relative; }
	.child-search-listing .child-img img {
	  width: 100%; 
	  padding: 4px;
	  margin: 4px;
	  border-radius: 10px;
	  border: 1px solid var(--teal);
	  background-color: var(--teal);
	  transition: all 0.1s ease-in-out;
	}
	.child-search-listing:hover .child-img img {
	  padding: 0px;
	}
	.child-search-listing .child-img .add-siblings {
	  position: absolute;
	  bottom: 2%;
	  right: -4%;
	  height: 42px;
	  width: 42px;
	  border-radius: 50px;
	  background: var(--teal-3);
	  color: var(--white);
	  border: var(--teal-3);
	  padding: 9px 5px;
	  text-align: center; }
	  .child-search-listing .child-img .add-siblings p.additional-siblings-count {
	    display: inline;
	    font-size: 13px;
	    font-weight: bold;
	    line-height: 1;
	    letter-spacing: .2em; }
	.child-search-listing .child-img .additional-siblings {
	  float: right;
	  color: #3c9187;
	  font-size: 17px; }
	.child-search-listing .child-details .name {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 4px;
	line-height: 1.3em; }
	.child-search-listing .child-details .age {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 14px;
  color: var(--dark-gray);
	line-height: 1.3em; }
	.child-search-listing .child-details .sibling-detail {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 0;
	line-height: 1.3em; }

/* \\\\\\\\\\ SEARCH PAGE ////////////////// */
/* //////////////////  MODULES \\\\\\\\\\ */
.page-row {
	padding-left: 0 !important;
	padding-right: 0 !important; }

.highlight-block, .library .library-search, .resources .library-search {
	background: var(--blue);
	color: var(--white); }
	.highlight-block p, .library .library-search p, .resources .library-search p {
	margin: 0;
	letter-spacing: .07em; }
	.highlight-block a, .library .library-search a, .resources .library-search a {
	border: 3px solid var(--white);
	padding: 10px 12px;
	text-align: center;
	color: var(--white);
	float: right;
	font-size: 16px;
	letter-spacing: 1px; }
	.highlight-block a:hover, .library .library-search a:hover, .resources .library-search a:hover {
	  background: var(--white);
	  color: #82c4be; }

.page-hero img {
	width: 100%;
	max-height: 300px; }

.three-icon {
	text-align: center; }
	.three-icon h2 {
	letter-spacing: .05em; }
	.three-icon p {
	color: var(--blue); }
	.three-icon span.ico {
	color: var(--teal);
	font-size: 72px;
	display: block;
	padding: 15px 0; }

.center-quote p {
	width: 66%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: var(--red-orange); }
	.center-quote p:before, .center-quote p:after {
	content: " ";
	padding: 2px;
	width: 80%;
	background: currentColor;
	display: block;
	margin: 40px auto; }

.two-col-icon-lft .two-col-icon, .two-col-icon-rt .two-col-icon {
	color: var(--red-orange);
	text-align: center; }
	.two-col-icon-lft .two-col-icon p, .two-col-icon-rt .two-col-icon p {
	font-size: 18px;
	padding: 5px 60px; }
	.two-col-icon-lft .two-col-icon p span.ico, .two-col-icon-rt .two-col-icon p span.ico {
	  font-size: 108px; }

.pull-quote-rt .pull-quote, .pull-quote-lft .pull-quote {
	text-align: center; }
	.pull-quote-rt .pull-quote p, .pull-quote-lft .pull-quote p {
	color: var(--red-orange);
	font-size: 26px;
	line-height: 36px;
	font-style: italic;
	margin: 0; }

  .pull-quote-rt .pull-quote p::before,
  .pull-quote-lft .pull-quote p::before {
    content: '“';
  }

  .pull-quote-rt .pull-quote p::after,
  .pull-quote-lft .pull-quote p::after {
    content: '”';
  }

.two-col-img img.two-col-img {
	width: 100% !important;
	height: auto !important; }

.one-col-video {
	max-width: 600px;
	margin: 0 auto;
	text-align: center; }

/* \\\\\\\\\\ MODULES ////////////////// */
/* //////////////////  RESOURCE BUILDER AND DCSF RESOURCES PAGE \\\\\\\\\\ */
.heading-menu {
	position: relative;
	margin-left: -3%;
	margin-right: -3%; }
	@media screen and (max-width: 961px) {
	.heading-menu {
	  margin: 0; } }
	.heading-menu .heading-menu-border {
	border: 4px solid #e1e1e1; }
	@media screen and (max-width: 700px) {
	.heading-menu .heading-menu-heading {
	  width: 100%;
	  text-align: center; } }
	.heading-menu .heading-menu-heading h1 {
	padding-top: 0;
	padding-bottom: 10px;
	line-height: 1; }
	.heading-menu .resources-utility {
	text-align: right;
	padding-top: 1.1%; }
	@media screen and (max-width: 700px) {
	  .heading-menu .resources-utility {
	    width: 100%;
	    padding-top: 0;
	    text-align: center; } }
	.heading-menu .resources-utility .resources-menu-btn, .heading-menu .resources-utility .resources-print {
	  border-bottom: none;
	  font-size: 18px;
	  color: #9b9b9b;
	  padding: 8px 10px;
	  display: inline-block; }
	  .heading-menu .resources-utility .resources-menu-btn:hover, .heading-menu .resources-utility .resources-print:hover {
	    color: #2e3152; }
	  .heading-menu .resources-utility .resources-menu-btn span, .heading-menu .resources-utility .resources-print span {
	    margin-right: 6px;
	    vertical-align: top; }
	.heading-menu .resources-menu {
	background: #3c9187;
	color: var(--white);
	padding: 1% 5% 5% 5%;
	position: absolute;
	visibility: hidden;
	transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	opacity: 0;
	filter: alpha(opacity=0); }
	.heading-menu .resources-menu.open {
	  visibility: visible;
	  transition-delay: 0s;
	  opacity: 1;
	  filter: alpha(opacity=100); }
	.heading-menu .resources-menu h4, .heading-menu .resources-menu .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .heading-menu .resources-menu span {
	  color: var(--white);
	  padding-bottom: 3%;
	  font-size: 21px; }
	.heading-menu .resources-menu ul {
	  display: inline-block;
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  float: left; }
	  .heading-menu .resources-menu ul li {
	    padding: 15px 0;
	    line-height: 1; }
	.heading-menu .resources-menu a {
	  border-bottom: 0;
	  color: var(--white); }
	  .heading-menu .resources-menu a:hover {
	    color: #c84432; }
	  .heading-menu .resources-menu a.close-resources-menu {
	    position: absolute;
	    right: 8px;
	    bottom: 3px; }
	    .heading-menu .resources-menu a.close-resources-menu span {
	      font-size: 20px; }

.heading-img img {
	width: 100%; }

.resource-category h4, .resource-category .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resource-category span {
	color: var(--blue); }
.resource-category .video-resource {
	margin: 2% 0; }
	.resource-category .video-resource p.video-desc {
	margin-top: 2%; }
	.resource-category .video-resource h3 {
	color: var(--blue); }
.resource-category .reading-resource {
	margin-bottom: 40px; }
.resource-category .reading-resource:nth-child(2n) {
	clear: left; }
	.resource-category .reading-resource img {
	width: 100%;
	max-width: 100%;
	height: auto; }
.resource-category .link-resource {
	margin-bottom: 2%; }
.resource-category .link-resource:nth-child(2n) {
	clear: left; }
	.resource-category .link-resource h4, .resource-category .link-resource .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resource-category .link-resource span {
	padding-top: 0;
	color: var(--blue); }
	.resource-category .link-resource span[class^="icon"] {
	color: var(--red-orange);
	font-size: 76px; }
	@media screen and (max-width: 861px) {
	  .resource-category .link-resource span[class^="icon"] {
	    font-size: 56px; } }
	@media screen and (max-width: 768px) {
	  .resource-category .link-resource span[class^="icon"] {
	    font-size: 36px; } }

@media screen and (min-width: 481px) {
	.dcsf-links {
	text-align: right; } }

/* \\\\\\\\\\ RESOURCE BUILDER AND DCSF RESOURCES PAGE ////////////////// */
/* //////////////////  CHILD PROFILE PAGE \\\\\\\\\\ */
@media screen and (min-width: 961px) {
	.l-offset-4 {
	margin-left: 34.33333%; } }

@media screen and (min-width: 768px) {
	.m-offset-7 {
	margin-left: 42.66667%; } }

@media screen and (min-width: 768px) {
	.m-offset-6 {
	margin-left: 49%; } }

@media screen and (min-width: 961px) {
	.l-offset-6 {
	margin-left: 49%; } }

@media screen and (min-width: 768px) {
	.m-offset-3 {
	margin-left: 42.66667%; } }

@media screen and (min-width: 481px) {
	.s-offset-4 {
	margin-left: 34.33333%; } }

.child-profile h1 {
	padding-top: 0;
	line-height: 1em;
	margin-top: -7px; }
.child-profile .embed-container {
	margin-top: 20px; }
@media screen and (max-width: 768px) {
	.child-profile .child-image img {
	width: 100%; } }
.child-profile .child-inquire .sibling-names, .child-profile .sibling-inquire .sibling-names {
	font-size: 17px;
	font-style: italic;
	color: #555e8a;
	margin-bottom: 6px;
	margin-top: 10px;
	line-height: 1.2em; }
	@media screen and (max-width: 1050px) {
	.child-profile .child-inquire .sibling-names, .child-profile .sibling-inquire .sibling-names {
	  font-size: 16px; } }
	@media screen and (max-width: 861px) {
	.child-profile .child-inquire .sibling-names, .child-profile .sibling-inquire .sibling-names {
	  font-size: 15px; } }
.child-profile .child-inquire p.sibling-info, .child-profile .sibling-inquire p.sibling-info {
	line-height: 1.2em; }
	.child-profile .child-inquire p.sibling-info a, .child-profile .sibling-inquire p.sibling-info a {
	color: #9b9b9b;
	font-size: 14px;
	margin-top: 6px;
	font-weight: 600;
	border-bottom: none;
	line-height: 1; }
	.child-profile .child-inquire p.sibling-info a span:before, .child-profile .sibling-inquire p.sibling-info a span:before {
	  margin-right: 6px;
	  line-height: 1; }
	@media screen and (max-width: 1050px) {
	  .child-profile .child-inquire p.sibling-info a span, .child-profile .sibling-inquire p.sibling-info a span {
	    font-size: 13px; } }
	@media screen and (max-width: 861px) {
	  .child-profile .child-inquire p.sibling-info a span, .child-profile .sibling-inquire p.sibling-info a span {
	    font-size: 12px; } }
	.child-profile .child-inquire p.sibling-info a:hover, .child-profile .sibling-inquire p.sibling-info a:hover {
	  color: #2e3152; }
.child-profile .child-details {
	margin-bottom: 16px; }
	.child-profile .child-details h5 {
	font-weight: bold;
	font-size: 20px;
	padding-top: 0; }
	.child-profile .child-details p {
	margin: 2px 0; }
.child-profile .heritage p, .child-profile .reid p {
	color: #9b9b9b;
	font-size: 15px;
	display: inline; }
.child-profile .heritage ul, .child-profile .reid ul, .child-profile .heritage ol, .child-profile .reid ol {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0; }
	.child-profile .heritage ul li, .child-profile .reid ul li, .child-profile .heritage ol li, .child-profile .reid ol li {
	color: #9b9b9b;
	font-size: 15px;
	display: inline; }
  .event-resource-info {
    border: 8px solid var(--teal);
    padding: 20px;
    border-radius: 8px;    
  }
/* CHILD PROFILE V2
.child-profile2 {
	h1 {
		padding-top: 0;
		line-height: 1em;
		margin-top: -7px;
	}
	.child-image {
		@media screen and (max-width: 768px) {
			// text-align: center;
			// padding: 0 4%
		}
		img {
			@media screen and (max-width: 768px) {
			// text-align: center;
			width: 100%;
		}
		}
	}
		.child-inquire, .sibling-inquire {
			//float: right;
			.sibling-names {
				font-size: 17px;
				font-style: italic;
				color: $l-blue;
				margin-bottom: 6px;
				margin-top: 10px;
				line-height: 1.2em;
				@media screen and (max-width: 1050px) {
						font-size: 16px;
				}
				@media screen and (max-width: 861px) {
						font-size: 15px;
				}
			}
			p.sibling-info {
				line-height: 1.2em;
				a {
					color: $gray;
					font-size: 14px;
					margin-top: 6px;
					font-weight: 600;
					border-bottom: none;
					line-height: 1;
					span {
					&:before {
						margin-right: 6px;
						line-height: 1;
						}
						@media screen and (max-width: 1050px) {
							font-size: 13px;
						}
						@media screen and (max-width: 861px) {
							font-size: 12px;
						}
					}
					&:hover {
						color: $d-blue;
					}
				}
			}
		}
		.child-details {
			margin-bottom: 16px;
			h5 {
				font-weight: bold;
				font-size: 20px;
				padding-top: 0;
			}
			p {
				margin: 2px 0;
			}
		}
		.child-bio {
			//padding-top: 18px;
			@media screen and (min-width: 961px) {
				//margin-left: 2%;
			}
		}
		p.heritage {
			color: $gray;
			font-size: 15px;
		}

}
*/
/* \\\\\\\\\\ CHILD PROFILE PAGE ////////////////// */
/* //////////////////  CALENDAR AND RESOURCES \\\\\\\\\\ */
@media screen and (max-width: 480px) {
	.events-resources-list h3.events-month {
	padding: 2% 0; } }
.events-resources-list .event-resources-listing {
	margin-bottom: 2%; }
	@media screen and (max-width: 480px) {
	.events-resources-list .event-resources-listing {
	  margin: 0; } }
	.events-resources-list .event-resources-listing .img-date-time {
	margin-bottom: 2%; }
	@media screen and (max-width: 480px) {
	  .events-resources-list .event-resources-listing .img-date-time {
	    padding: 0 1% 0 0; } }
	.events-resources-list .event-resources-listing .img-date-time .event-resource-image {
	  margin-bottom: 8px; }
	  @media screen and (max-width: 480px) {
	    .events-resources-list .event-resources-listing .img-date-time .event-resource-image {
	      text-align: center; } }
	  .events-resources-list .event-resources-listing .img-date-time .event-resource-image img {
	    width: 100%; }
	  .events-resources-list .event-resources-listing .img-date-time .event-resource-image span.event-resource-icon {
	    font-size: 115px;
	    color: var(--red-orange); }
	    @media screen and (max-width: 900px) {
	      .events-resources-list .event-resources-listing .img-date-time .event-resource-image span.event-resource-icon {
	        font-size: 100px; } }
	    @media screen and (max-width: 800px) {
	      .events-resources-list .event-resources-listing .img-date-time .event-resource-image span.event-resource-icon {
	        font-size: 90px; } }
	    @media screen and (max-width: 700px) {
	      .events-resources-list .event-resources-listing .img-date-time .event-resource-image span.event-resource-icon {
	        font-size: 70px; } }
	    @media screen and (max-width: 600px) {
	      .events-resources-list .event-resources-listing .img-date-time .event-resource-image span.event-resource-icon {
	        font-size: 50px; } }
	.events-resources-list .event-resources-listing .img-date-time .times {
	  color: var(--red-orange); }
	  .events-resources-list .event-resources-listing .img-date-time .times p {
	    margin: 0;
	    line-height: 1.5em;
	    font-weight: bold; }
	    @media screen and (max-width: 700px) {
	      .events-resources-list .event-resources-listing .img-date-time .times p {
	        font-size: 16px; } }
	    @media screen and (max-width: 800px) {
	      .events-resources-list .event-resources-listing .img-date-time .times p {
	        font-size: 17px; } }
	    @media screen and (max-width: 600px) {
	      .events-resources-list .event-resources-listing .img-date-time .times p {
	        font-size: 15px; } }
	  @media screen and (max-width: 480px) {
	    .events-resources-list .event-resources-listing .img-date-time .times {
	      display: none; } }
	@media screen and (max-width: 480px) {
	.events-resources-list .event-resources-listing .event-resource-info {
	  padding: 0; } }
	.events-resources-list .event-resources-listing .event-resource-info .event-resource-title h3 {
	padding-top: 0;
	color: var(--blue); }
	.events-resources-list .event-resources-listing .event-resource-info .event-resource-details {
	border: 4px solid var(--blue);
  border-radius: 8px;
	padding: 1% 1.5%;
	margin-bottom: 4%;
	color: var(--blue); }
	.events-resources-list .event-resources-listing .event-resource-info .event-resource-details p {
	  font-size: 15px;
	  line-height: 1.4em;
	  padding: .01%;
	  margin: 0; }
	  .events-resources-list .event-resources-listing .event-resource-info .event-resource-details p .detail-head {
	    font-weight: bolder;
	    margin-right: 8px; }

/* \\\\\\\\\\ CALENDAR AND RESOURCES ////////////////// */
/* //////////////////  INQUIRY LIST \\\\\\\\\\ */
@media screen and (min-width: 768px) {
	.inquiry .contact {
	float: right; } }

.inquiry-list {
	text-align: center; }
	.inquiry-list .inquiry-listing .inquiry-selection {
	text-align: right;
	position: relative; }
	.inquiry-list .inquiry-listing .inquiry-selection img {
	  width: 100%; }
	.inquiry-list .inquiry-listing .inquiry-selection .remove-button {
	  position: absolute;
	  bottom: 40%;
	  right: 100%;
	  text-align: center; }
	  .inquiry-list .inquiry-listing .inquiry-selection .remove-button span {
	    font-size: 20px;
	    color: #2e3152; }
	  .inquiry-list .inquiry-listing .inquiry-selection .remove-button p {
	    text-transform: uppercase;
	    font-size: 9px;
	    font-weight: bold;
	    line-height: 1;
	    color: #2e3152;
	    margin: 0; }
	.inquiry-list .inquiry-listing .inquiry-details {
	text-align: left; }
	.inquiry-list .inquiry-listing .inquiry-details p {
	  line-height: 1.1em;
	  font-size: 14px;
	  margin: 0; }

/* \\\\\\\\\\ INQUIRY LIST ////////////////// */
/* //////////////////  HEART GALLERY \\\\\\\\\\ */
.hg-intro .hg-right-btn {
	text-align: center;
	padding: 8% 0 4% 0; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.hg-links div {
	text-align: center; }

  .hg-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .hg-links::after {
    display: none;
  }

  .hg-links > .col {
    width: auto;
    padding: 0;
  }

  .hg-links .btn {
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

/* force scrollbar */
html {
	overflow-y: scroll; }

/* ---- isotope ---- */
/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both; }

/* ---- .grid-item ---- */
@media screen and (min-width: 0px) and (max-width: 480px) {
	.grid-sizer,
	.grid-item {
	width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 700px) {
	.grid-sizer,
	.grid-item {
	width: 50%;
	width: calc( ( 100% - 15px ) / 2 ); } }
@media screen and (min-width: 701px) {
	.grid-sizer,
	.grid-item {
	width: 33%;
	width: calc( ( 100% - 30px ) / 3 ); } }

.grid-item {
	float: left;
	margin-bottom: 30px; }
	.grid-item img {
	width: 100%; }
	.grid-item a {
	border-bottom: none; }

.hg-child-detail h4, .hg-child-detail .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .hg-child-detail span {
	padding-bottom: 4px; }

.caption-detail-status {
  display: flex;
  align-items: center;
  gap: 5px;
	font-size: 16px;	
	margin-top: 16px; }
  .caption-detail-status span.unavailable {
    color: var(--red-orange);
  }
  .caption-detail-status span.available {
    color: var(--green);
  }

.hg-child-photographer {
	font-size: 15px;
	margin-bottom: 3px; }

/* //////////////////  MAILCHIMP \\\\\\\\\\ */
#email-signup {
	background-color: var(--blue);
	color: var(--white);
	padding: 20px; }
	#email-signup span[class*="icon-"] {
	color: var(--yellow);
	float: left;
	font-size: 90px;	
	margin-top: 10px;	
	margin-right: 40px; }
	#email-signup .signup-text p {	
  font-family: var(--font-open-sans);
	font-size: 16px;
	color: var(--white);
  line-height: 1.3; }
  #email-signup .signup-text {
    padding-left: 140px;
  }
  @media screen and (max-width: 480px) {
    #email-signup span[class*="icon-"] {
      float: none;
      text-align: center;
      margin: 0 0 20px;      
    }
    #email-signup .signup-text {
      text-align: center;
      padding-left: 0;
    }
  }
	#email-signup .signup-text h3 {
  font-family: var(--font-nunito);
	padding: 0;
	padding-right: 15px;
	color: var(--white);
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
  text-transform: uppercase;
	margin-bottom: 8px; }
	#email-signup .signup-inputs {
	text-align: right; }
	#email-signup .signup-inputs input.email {
	  display: inline-block;
	  height: 45px;
	  color: var(--blue);
	  font-weight: 500;
	  max-width: 440px; }
	#email-signup form input::-webkit-input-placeholder, #email-signup form textarea::-webkit-input-placeholder {
	color: var(--teal);
	font-weight: 400; }
	#email-signup form input:-moz-placeholder, #email-signup form textarea:-moz-placeholder {
	color: var(--teal);
	font-weight: 400; }
	#email-signup form input::-moz-placeholder, #email-signup form textarea::-moz-placeholder {
	color: var(--teal);
	font-weight: 400; }
	#email-signup form input:-ms-input-placeholder, #email-signup form textarea:-ms-input-placeholder {
	color: var(--teal);
	font-weight: 400; }
  @media screen and (max-width: 1200px) {
    .sidebar-signup {
      display: grid;
      gap: 20px;
    }

    #email-signup .sidebar-signup span[class*="icon-"] {
      margin-right: 0;
    }

    #email-signup .sidebar-signup .signup-text {
      padding: 0;
    }
  }
  @media screen and (max-width: 960px) {
    .archive h4 {
      text-align: center;
    }
    .news-list {
      padding-top: 5%;
    }
    .sidebar-signup,
    #email-signup .sidebar-signup .signup-inputs {
      text-align: center;
    }
  }
footer #email-signup {
	padding: 20px 60px; }
	footer #email-signup span {
	display: inherit; }
	footer #email-signup .signup-inputs {
	text-align: right !important; }
  @media screen and (max-width: 480px) {
    footer #email-signup .signup-inputs {
      text-align: center !important;
    }
  }
	footer #email-signup .signup-inputs input.email {
	  margin-right: 20px; }
  @media screen and (max-width: 480px) {
    footer #email-signup .signup-inputs input.email {
      margin-right: 0;
    }
  }
#email-signup .sidebar-signup .signup-inputs {
	text-align: left; }
	#email-signup .sidebar-signup .signup-inputs input.email {
	margin-bottom: 14px; }

.library #email-signup, .resources #email-signup {
	background-color: var(--white);
	border: 4px solid var(--blue);
	color: var(--dark-gray); }
	.library #email-signup .signup-text h3, .resources #email-signup .signup-text h3 {
	color: var(--teal);
	margin-bottom: 12px; }
	.library #email-signup .signup-text p, .resources #email-signup .signup-text p {
	color: var(--dark-gray);
	font-weight: normal; }
	.library #email-signup .signup-inputs, .resources #email-signup .signup-inputs {
	text-align: center;
	margin-top: 34px; }
	.library #email-signup .signup-inputs input.btn, .resources #email-signup .signup-inputs input.btn, .library #email-signup .signup-inputs input.photo-bg-btn, .resources #email-signup .signup-inputs input.photo-bg-btn, .library #email-signup .signup-inputs input.two-line-rb-btn, .resources #email-signup .signup-inputs input.two-line-rb-btn, .library #email-signup .signup-inputs input.remove-cart-btn, .resources #email-signup .signup-inputs input.remove-cart-btn {
	  border-color: var(--blue);
	  color: var(--blue);
	  width: 100%;
	  font-size: 18px;
	  line-height: 18px;
	  padding: 8px;
	  letter-spacing: 1px; }
	.library #email-signup form input::-webkit-input-placeholder, .resources #email-signup form input::-webkit-input-placeholder, .library #email-signup form textarea::-webkit-input-placeholder, .resources #email-signup form textarea::-webkit-input-placeholder {
	color: #222;
	font-weight: 400; }
	.library #email-signup form input:-moz-placeholder, .resources #email-signup form input:-moz-placeholder, .library #email-signup form textarea:-moz-placeholder, .resources #email-signup form textarea:-moz-placeholder {
	color: #222;
	font-weight: 400; }
	.library #email-signup form input::-moz-placeholder, .resources #email-signup form input::-moz-placeholder, .library #email-signup form textarea::-moz-placeholder, .resources #email-signup form textarea::-moz-placeholder {
	color: #222;
	font-weight: 400; }
	.library #email-signup form input:-ms-input-placeholder, .resources #email-signup form input:-ms-input-placeholder, .library #email-signup form textarea:-ms-input-placeholder, .resources #email-signup form textarea:-ms-input-placeholder {
	color: #222;
	font-weight: 400; }

/* ////  end refactored \\\ */
/*
	div.newsletter-signup {
		background-color: $teal !important;
		padding: 20px 60px;
		span {
			color: $teal2;
			float: left;
			font-size: 90px;
			line-height: 80px;
			margin-top: 15px;
			margin-bottom: -15px;
			margin-right: 40px;
		}
		.signup-text {
			//margin-left: 120px;
			p {
				font-weight: 300;
				font-size: 17px;
				color: var(--white);
				&.signup-head {
					@extend h3;
					padding: 0;
					padding-right: 15px;
					color: var(--white);
				}
			}
		}
		.signup-inputs {
			text-align: right;
			input.email {
				display: inline-block;
				height: 45px;
				color: $d-blue;
				font-weight: 500;
				max-width: 440px;
				margin-right: 20px;
			}
			input.btn {
				margin-top: 0;
				background-color: transparent;
				color: var(--white);
				border-color: var(--white);
				padding-bottom: 6px;
				padding-top: 3px;
				line-height: 28px;
				&:hover {
					background: var(--white);
					color: $teal;
				}
			}
		}
		&.sidebar-signup {
			@extend .pad;
			padding-top: 3%;
			padding-bottom: 3%;
			span {
				display: none;
			}
			.signup-text {
				p {
					font-size: 16px;
				}
				.signup-head {
					font-size: 24px;
					line-height: 28px;
					font-weight: 400;
					margin-bottom: 8px;
				}
			}
			.signup-inputs {
				text-align: left;
				input.email {
					margin-bottom: 14px;
					margin-top: 10px;
					margin-right: 0;
				}
			}
		}
		&.library-sidebar {
			padding: 5%;
			background: #fff !important;
			border: 4px solid $teal2;
			.signup-text {
					margin-bottom: 12px;
				p {
					color: #222 !important;
					font-weight: 400;
					&.signup-head {
						color: $teal !important;
						margin-bottom: 12px;
					}
				}
			}
			.signup-inputs {
				margin-top: 34px;
				input.email {
					margin-bottom: 12px;
				}
				input.btn {
					color: $teal;
					border-color: $teal;
					background: var(--white);
					width: 100%;
					font-size: 18px;
					line-height: 18px;
					padding: 8px;
					letter-spacing: 1px;
					&:hover {
						color: var(--white);
						background: $teal;
						border-color: $teal;
					}
				}
			}
			form {
				input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #222; font-weight: 400;}
				input:-moz-placeholder, textarea:-moz-placeholder {color: #222; font-weight: 400;}
				input::-moz-placeholder, textarea::-moz-placeholder {color: #222; font-weight: 400;}
				input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #222; font-weight: 400;}
			}
		}
	}
.newsletter-signup form {
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: $teal2; font-weight: 400;}
	input:-moz-placeholder, textarea:-moz-placeholder {color: $teal2; font-weight: 400;}
	input::-moz-placeholder, textarea::-moz-placeholder {color: $teal2; font-weight: 400;}
	input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: $teal2; font-weight: 400;}
}

footer .newsletter-signup {
	background-color: $teal !important;
	padding: 20px 60px;

}
*/
/* \\\\\\\\\\ HEART GALLERY ////////////////// */
/* //////////////////  SECTION \\\\\\\\\\ */
.reg_entry_row {
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: 1px solid #3c9187; }

	.reg_entry_row:hover {
		background-color: rgba(0,0,0,0.2) !important }

	@media screen and (max-width: 767px) {
	.reg_entry_row {
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: 1px solid #3c9187; } }
.reg_entry_row select {
	padding-right: 0; }

/* \\\\\\\\\\ SECTION ////////////////// */
.filter-search {
	position: relative; }
	.filter-search .icon {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -9px;
	font-size: 18px; }
	.filter-search input[type="text"] {
	padding-left: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0; }

.flash {
	/* position: fixed;
    top: 30%;
    margin-left: -25%;
    left: 50%;
    width: 50%;
	z-index: 9999;
	background-color: #3c9187;
	-webkit-box-shadow: 0 0 10px 1000px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px 1000px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 10px 1000px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0 0 10px 1000px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 10px 1000px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px 1000px rgba(0, 0, 0, 0.5);  */

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 400;
	background-color: #3c9187;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

	
	.flash-error {
	background-color: #c84432; }
	.flash p {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 55px 20px 20px;
	color: var(--white); }
	.flash p .icon-close {
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  margin-top: -9px;
	  cursor: pointer; }

.inline-message {
	width: 100%;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
	.inline-message-error {
	background-color: #c84432; }
	.inline-message-error p {
	  color: var(--white); }
	.inline-message-blue {
	background-color: var(--teal-3); }
	.inline-message-blue p {
	  color: var(--white); }
	.inline-message-no-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none; }
	.inline-message p {
	padding: 20px 55px 20px 20px; }
	.inline-message p + p {
	  margin-top: -25px;
	  position: relative;
	  padding-top: 0; }
	.inline-message .icon-close,
	.inline-message p .icon-close {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
	cursor: pointer; }

@media screen and (min-width: 901px) {
	.account-panels {
	padding-top: 46px;
	position: relative; } }

@media screen and (max-width: 900px) {
	.account-panel {
	position: relative;
	margin-top: -4px; } }
.account-panel__tab {
	border: 4px solid transparent;
	height: 46px;
	letter-spacing: 1px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 1; }
	.account-panel__tab, .account-panel__tab a {
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #9b9b9b;
	font-weight: bold; }
	.account-panel__tab a {
	border: none;
	display: block;
	padding: 8px 12px; }
	.account-panel__tab span {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	top: -2px;
	margin-left: 5px;
	display: inline-block;
	background-color: #9b9b9b;
	color: white;
	padding: 0 6px;
	border-radius: 20px; }
	.account-panel__tab span.fa-spinner {
	  padding: 5px 5px 5px 4px; }
	@media screen and (max-width: 900px) {
	.account-panel__tab {
	  border: 4px solid #2e3152; }
	  .account-panel__tab, .account-panel__tab a {
	    color: #2e3152; }
	  .account-panel__tab span {
	    background-color: #2e3152;
	    color: white; } }
	@media screen and (min-width: 901px) {
	.account-panel__tab {
	  position: absolute;
	  left: 0;
	  top: 0; }
	  .account-panel__tab:hover, .account-panel__tab a:hover {
	    color: #2e3152; }
	    .account-panel__tab:hover span, .account-panel__tab a:hover span {
	      background-color: #2e3152; } }
.account-panel__contents {
	display: none;
	border: 4px solid #2e3152;
	padding: 10px 20px 20px; }
	@media screen and (max-width: 900px) {
	.account-panel__contents {
	  border-top: none; } }
	@media screen and (min-width: 901px) {
	.account-panel__contents {
	  padding: 20px 30px 30px; } }
.account-panel__item {
	padding: 15px;
	border-radius: 3px; }
	.account-panel__item:nth-child(even) {
	background-color: #f1f1f1; }
	.account-panel__item h4, .account-panel__item .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .account-panel__item span {
	font-size: 18px;
	font-size: 1.8rem;
	color: #2e3152;
	padding-top: 0;
	padding-bottom: 5px; }
	.account-panel__item p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #555e8a; }
	.account-panel__item p:last-child {
	  margin-bottom: 0; }
	.account-panel__item p.status {
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-style: italic;
	  text-transform: capitalize; }
	  .account-panel__item p.status--green span {
	    color: #76cc59; }
	  .account-panel__item p.status--teal span {
	    color: #11c9b9; }
	  .account-panel__item p.status--blue span {
	    color: #4764ba; }
	  .account-panel__item p.status--red span {
	    color: #c84432; }
	.account-panel__item ol li, .account-panel__item ul li {
	line-height: 1.1em;
	margin: 0; }
@media screen and (max-width: 900px) {
	.account-panel.active .account-panel__tab {
	background-color: #2e3152; }
	.account-panel.active .account-panel__tab, .account-panel.active .account-panel__tab a {
	  color: white; }
	.account-panel.active .account-panel__tab span {
	  background-color: white;
	  color: #2e3152; } }
@media screen and (min-width: 901px) {
	.account-panel.active .account-panel__tab {
	border: 4px solid #2e3152; }
	.account-panel.active .account-panel__tab:after {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  height: 8px;
	  background-color: white;
	  content: ''; }
	.account-panel.active .account-panel__tab, .account-panel.active .account-panel__tab a {
	  color: #2e3152; }
	.account-panel.active .account-panel__tab span {
	  background-color: #2e3152; } }
@media screen and (min-width: 901px) {
	.account-panel.active .account-panel__contents {
	display: block; } }

/*  Footer
--------------------------------------------------- /// */
footer > div.container {
	background: var(--light-gray); }
footer .footer-nav {
	padding: 3% 6% 1% 6%; }
footer .footer-nav li a {
  color: var(--gray);
}
footer .partnership {
	text-align: center;
	padding: 0 6%; }
	footer .partnership .top-border {
	padding: 1% 0;
	border-top: 4px solid var(--gray); }
	@media screen and (max-width: 480px) {
	footer .partnership {
	  text-align: center; } }
	footer .partnership p {
	font-style: italic;
	font-size: 13px;
	color: var(--gray);
	margin-bottom: 8px; }
	footer .partnership .logos img {
	max-width: 235px;
	padding: 10px 15px; }
	footer .partnership .logos img .dcfs {
	  padding-top: 20px; }
footer p, footer li {
	color: var(--gray); }
footer ul li address {
	line-height: 20px; }
	footer .footer-nav li address a {
  font-family: var(--font-nunito);
  font-size: 14px;
  font-weight: 700;
  color: var(--teal);
  line-height: 1.2;
  text-transform: uppercase;
	border-bottom: 1px solid;
  transition: color var(--transition), border-color var(--transition);
 }
 .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
 }
 .logos a {
  display: block;
 }
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px 20px 0; }
	footer ul.last {
	padding-right: 0; }
	footer ul li {
	margin-bottom: 16px;
	font-size: 14px;
  font-weight: 600;
  color: var(--gray);
	line-height: 18px; }
  footer ul li a {
    color: var(--gray);
  }
  footer address a {
    font-family: var(--font-nunito);
    font-size: 14px;    
    font-weight: 700;
    color: var(--teal);
    line-height: 1.2;
    text-transform: uppercase;
  }
  footer address a:hover,
  footer ul li a:hover {
    color: var(--red-orange);
  }
  footer address a:hover {
    border-color: var(--red-orange);
  }
  footer ul li.list-head {
    margin-bottom: 14px;
  }
	footer ul li.list-head > a, footer ul li address > b:first-child {
    font-family: var(--font-nunito);
	  font-size: 16px;
    font-weight: 700;
    color: var(--teal);
    line-height: 1.2;
  text-transform: uppercase; }
footer .social-links {
	color: var(--gray); }
	footer .social-links span[class^='icon-'] {
	font-size: 20px;
  color: var(--yellow);
	margin-right: 12px;
	vertical-align: sub; }
footer div.copy {
	background: var(--teal);
	color: var(--white);
	text-align: center;
	padding: 3px 30px; }
	footer div.copy p {
  font-family: var(--font-open-sans);
	color: var(--white);
	font-size: 12px;
  line-height: 1.2;
	margin: 0; }
  footer div.copy a {
    color: var(--white);
  }
  footer div.copy a:hover {
    color: var(--red-orange);
  }

.library hr.layouts, .resources hr.layouts {
	padding: 2px;
	background-color: #2e3152;
	margin: 30px 0; }
.library.main, .main.resources {
	padding: 2% 4%; }
.library img.lending-library-page-hero, .resources img.lending-library-page-hero {
	width: 100%; }
.library .row.head-cart, .resources .row.head-cart {
	position: relative; }
	.library .row.head-cart h1, .resources .row.head-cart h1 {
	padding-top: 30px; }
	.library .row.head-cart .shopping-cart, .resources .row.head-cart .shopping-cart {
	position: absolute;
	right: 0;
	text-align: right;
	width: 300px;
	top: 0px; }
	.library .row.head-cart .shopping-cart a, .resources .row.head-cart .shopping-cart a {
	  border-bottom: none;
	  padding: 10px 5px;
	  font-size: 15px;
	  display: inline;
	  color: var(--red-orange);
	  vertical-align: top; }
	  .library .row.head-cart .shopping-cart a:hover, .resources .row.head-cart .shopping-cart a:hover {
	    cursor: default; }
	  .library .row.head-cart .shopping-cart a span, .resources .row.head-cart .shopping-cart a span {
	    font-size: 26px;
	    color: var(--red-orange);
	    cursor: default;
	    padding-right: 8px;
	    margin-left: 6px; }
	  .library .row.head-cart .shopping-cart a.has-items, .resources .row.head-cart .shopping-cart a.has-items {
	    color: #3c9187;
	    cursor: pointer; }
	    .library .row.head-cart .shopping-cart a.has-items:hover, .resources .row.head-cart .shopping-cart a.has-items:hover {
	      color: #2e3152; }
	    .library .row.head-cart .shopping-cart a.has-items span, .resources .row.head-cart .shopping-cart a.has-items span {
	      color: #3c9187;
	      cursor: pointer; }
	      .library .row.head-cart .shopping-cart a.has-items span:hover, .resources .row.head-cart .shopping-cart a.has-items span:hover {
	        color: #2e3152; }
	  .library .row.head-cart .shopping-cart a.full, .resources .row.head-cart .shopping-cart a.full {
	    color: #c84432; }
	    .library .row.head-cart .shopping-cart a.full :hover, .resources .row.head-cart .shopping-cart a.full :hover {
	      cursor: pointer; }
	    .library .row.head-cart .shopping-cart a.full span, .resources .row.head-cart .shopping-cart a.full span {
	      color: #c84432; }
	      .library .row.head-cart .shopping-cart a.full span :hover, .resources .row.head-cart .shopping-cart a.full span :hover {
	        cursor: pointer; }
.library p.go-home, .resources p.go-home {
	margin-bottom: 0; }
	.library p.go-home span, .resources p.go-home span {
	font-size: 24px;
	color: #555e8a; }
	.library p.go-home:before, .resources p.go-home:before {
	content: '\f0d9';
	font-family: 'FontAwesome';
	margin-right: 14px; }
.library p.type, .resources p.type {
	margin: 10px 0;
	font-size: 16px;
	color: #3c9187; }
	.library p.type.book:before, .resources p.type.book:before {
	content: '\f02d';
	font-family: 'FontAwesome';
	margin-right: 6px;
	margin-left: -15px; }
	.library p.type.cd:before, .resources p.type.cd:before {
	content: '\f025';
	font-family: 'FontAwesome';
	margin-right: 6px;
	margin-left: -15px; }
	.library p.type.dvd:before, .resources p.type.dvd:before {
	content: '\f03d';
	font-family: 'FontAwesome';
	margin-right: 6px;
	margin-left: -16px; }
	.library a.btn.unavailable, .resources a.btn.unavailable, .library a.unavailable.photo-bg-btn, .resources a.unavailable.photo-bg-btn, .library a.unavailable.two-line-rb-btn, .resources a.unavailable.two-line-rb-btn, .library a.unavailable.child-profile, .resources a.unavailable.child-profile, .library a.unavailable.remove-cart-btn, .resources a.unavailable.remove-cart-btn, .library input.btn.unavailable, .resources input.btn.unavailable, .library input.unavailable.photo-bg-btn, .resources input.unavailable.photo-bg-btn, .library input.unavailable.two-line-rb-btn, .resources input.unavailable.two-line-rb-btn, .library input.unavailable.remove-cart-btn, .resources input.unavailable.remove-cart-btn {
	border-color: #e1e1e1;
	background-color: #e1e1e1;
	color: #9b9b9b;
	cursor: default; }
	.library a.btn.in-cart, .resources a.btn.in-cart, .library a.in-cart.photo-bg-btn, .resources a.in-cart.photo-bg-btn, .library a.in-cart.two-line-rb-btn, .resources a.in-cart.two-line-rb-btn, .library a.in-cart.child-profile, .resources a.in-cart.child-profile, .library a.in-cart.remove-cart-btn, .resources a.in-cart.remove-cart-btn, .library input.btn.in-cart, .resources input.btn.in-cart, .library input.in-cart.photo-bg-btn, .resources input.in-cart.photo-bg-btn, .library input.in-cart.two-line-rb-btn, .resources input.in-cart.two-line-rb-btn, .library input.in-cart.remove-cart-btn, .resources input.in-cart.remove-cart-btn {
	background: #2e3152;
	border-color: #2e3152;
	color: var(--white); }
	.library a.btn.in-cart:before, .resources a.btn.in-cart:before, .library a.in-cart.photo-bg-btn:before, .resources a.in-cart.photo-bg-btn:before, .library a.in-cart.two-line-rb-btn:before, .resources a.in-cart.two-line-rb-btn:before, .library a.in-cart.child-profile:before, .resources a.in-cart.child-profile:before, .library a.in-cart.remove-cart-btn:before, .resources a.in-cart.remove-cart-btn:before, .library input.btn.in-cart:before, .resources input.btn.in-cart:before, .library input.in-cart.photo-bg-btn:before, .resources input.in-cart.photo-bg-btn:before, .library input.in-cart.two-line-rb-btn:before, .resources input.in-cart.two-line-rb-btn:before, .library input.in-cart.remove-cart-btn:before, .resources input.in-cart.remove-cart-btn:before {
	  content: '\f05d';
	  font-family: 'FontAwesome'; }
.library a.no-border, .resources a.no-border {
	border: none; }
.library input.remove-child-from-list, .resources input.remove-child-from-list {
	border: none;
	float: right;
	text-align: center;
	font-size: 16px;
	border: none;
	float: right;
	text-align: center;
	font-size: 16px;
	position: relative;
	right: 69px;
	padding: 14px 33px;
	z-index: 1;
	color: transparent !important; }
	.library input.remove-child-from-list span, .resources input.remove-child-from-list span {
	font-size: 20px;
	display: block; }
.library p.remove-child-from-list, .resources p.remove-child-from-list {
	border: none;
	background: none;
	float: right;
	text-align: center;
	/* width: 0px; */
	margin: 0;
	/* padding: 6px; */
	position: relative;
	right: 0;
	z-index: 0;
	color: #c84432; }
	.library p.remove-child-from-list span, .resources p.remove-child-from-list span {
	display: block;
	color: #c84432; }
.library .library-search h3, .resources .library-search h3 {
	color: var(--yellow);
	padding-top: 0; }
.library .library-search form input::-webkit-input-placeholder, .resources .library-search form input::-webkit-input-placeholder, .library .library-search form textarea::-webkit-input-placeholder, .resources .library-search form textarea::-webkit-input-placeholder {
	color: #2e3152;
	font-weight: normal; }
.library .library-search form input:-moz-placeholder, .resources .library-search form input:-moz-placeholder, .library .library-search form textarea:-moz-placeholder, .resources .library-search form textarea:-moz-placeholder {
	color: #2e3152;
	font-weight: normal; }
.library .library-search form input::-moz-placeholder, .resources .library-search form input::-moz-placeholder, .library .library-search form textarea::-moz-placeholder, .resources .library-search form textarea::-moz-placeholder {
	color: #2e3152;
	font-weight: normal; }
.library .library-search form input:-ms-input-placeholder, .resources .library-search form input:-ms-input-placeholder, .library .library-search form textarea:-ms-input-placeholder, .resources .library-search form textarea:-ms-input-placeholder {
	color: #2e3152;
	font-weight: normal; }
.library .library-search form input, .resources .library-search form input, .library .library-search form button, .resources .library-search form button {
	color: #2e3152; }
	.library .library-search form input[type="submit"], .resources .library-search form input[type="submit"], .library .library-search form button[type="submit"], .resources .library-search form button[type="submit"] {
	background: transparent;
	border-color: var(--white);
	color: var(--white);
	margin-top: 12px; }
	.library .library-search form input[type="submit"]:hover, .resources .library-search form input[type="submit"]:hover, .library .library-search form button[type="submit"]:hover, .resources .library-search form button[type="submit"]:hover {
	  background: var(--white);
	  border-color: var(--white);
	  color: var(--blue); }
.library .library-search form .styled_select, .resources .library-search form .styled_select {
	border-radius: 0; }
	.library .library-search form .styled_select select, .resources .library-search form .styled_select select {
	border: none;
	border-radius: 0;
	height: 36px;
	color: #2e3152;
	padding: 0 10px; }
.library .library-categories, .resources .library-categories {
	margin-top: 45px;
	border: 3px solid var(--blue);
	padding: 30px; }
	.library .library-categories h3, .resources .library-categories h3 {
	padding-top: 0;
	padding-bottom: 30px; }
	.library .library-categories .col, .resources .library-categories .col, .library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	text-align: center;
	margin-bottom: 16px; }
	.library .library-categories .col a, .resources .library-categories .col a, .library .library-categories .advanced-options ul:first-child > li a, .resources .library-categories .advanced-options ul:first-child > li a {
	  border-bottom: none;
	  font-size: 15px;
    color: var(--red-orange);
	  letter-spacing: .4px;
	  font-weight: bold; }
    .library .library-categories .col a:hover, .resources .library-categories .col a:hover, .library .library-categories .advanced-options ul:first-child > li a:hover, .resources .library-categories .advanced-options ul:first-child > li a:hover {
      color: var(--blue); }
	.library .library-categories .more .close-advanced, .resources .library-categories .more .close-advanced {
	display: none; }
	.library .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options ul:first-child > li {
	text-align: left;
	margin: 0;
	padding: 0;
	padding-right: 12px; }
	.library .library-categories .advanced-options ul, .resources .library-categories .advanced-options ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0; }
	.library .library-categories .advanced-options ul li, .resources .library-categories .advanced-options ul li {
	  font-size: 14px;
	  font-size: 15px;
	  line-height: 1.3em;
	  margin-bottom: 9px;
	  margin-top: 9px; }
	  .library .library-categories .advanced-options ul li a, .resources .library-categories .advanced-options ul li a {
	    border: none;
	    font-weight: 600; }
	    .library .library-categories .advanced-options ul li a:hover, .resources .library-categories .advanced-options ul li a:hover {
	      border-bottom: 1px solid; }
	  .library .library-categories .advanced-options ul li ul li a, .resources .library-categories .advanced-options ul li ul li a {
	    font-weight: normal !important; }
.library .box, .resources .box, .library .page-content .sidebar, .resources .page-content .sidebar, .resources .page-content .sidebar.d-blue {
	padding: 15px;
	height: 100%;
	position: relative; }
.library .featured-titles, .resources .featured-titles {
	margin-top: 45px; }
	.library .featured-titles h3, .resources .featured-titles h3 {
	padding-left: 30px; }
	.library .featured-titles .title, .resources .featured-titles .title {
	text-align: center;
	padding: 15px; }
	.library .featured-titles .title img.cover, .resources .featured-titles .title img.cover {
	  width: auto;
	  max-width: 100%;
	  max-height: 240px;
	  border: 1px solid var(--gray); }
	.library .featured-titles .title .type, .resources .featured-titles .title .type {
	  margin: 10px 0;
	  font-size: 16px;
	  color: var(--orange);
  text-transform: uppercase; }
	  .library .featured-titles .title .type.book:before, .resources .featured-titles .title .type.book:before {
	    content: '\f02d';
	    font-family: 'FontAwesome';
	    margin-right: 6px;
	    margin-left: -15px; }
	  .library .featured-titles .title .type.cd:before, .resources .featured-titles .title .type.cd:before {
	    content: '\f025';
	    font-family: 'FontAwesome';
	    margin-right: 6px;
	    margin-left: -15px; }
	  .library .featured-titles .title .type.dvd:before, .resources .featured-titles .title .type.dvd:before {
	    content: '\f03d';
	    font-family: 'FontAwesome';
	    margin-right: 6px;
	    margin-left: -16px; }
	.library .featured-titles .title h4.title-title, .resources .featured-titles .title h4.title-title, .library .featured-titles .title .news-list .news-listing .summary .news-summary-heading .news-issue span.title-title, .news-list .news-listing .summary .news-summary-heading .news-issue .library .featured-titles .title span.title-title, .resources .featured-titles .title .news-list .news-listing .summary .news-summary-heading .news-issue span.title-title, .news-list .news-listing .summary .news-summary-heading .news-issue .resources .featured-titles .title span.title-title {
	  color: var(--blue);
	  padding: 0;
	  font-size: 16px;
	  line-height: 18px;
	  padding-bottom: 6px; }
	.library .featured-titles .title h5.title-author, .resources .featured-titles .title h5.title-author {
	  color: var(--orange);
	  padding: 0;
	  font-size: 13px;
	  margin-bottom: 48px; }
	.library .featured-titles .title a.btn, .resources .featured-titles .title a.btn, .library .featured-titles .title a.photo-bg-btn, .resources .featured-titles .title a.photo-bg-btn, .library .featured-titles .title a.two-line-rb-btn, .resources .featured-titles .title a.two-line-rb-btn, .library .featured-titles .title a.child-profile, .resources .featured-titles .title a.child-profile, .library .featured-titles .title a.remove-cart-btn, .resources .featured-titles .title a.remove-cart-btn, .library .featured-titles .title input.btn, .resources .featured-titles .title input.btn, .library .featured-titles .title input.photo-bg-btn, .resources .featured-titles .title input.photo-bg-btn, .library .featured-titles .title input.two-line-rb-btn, .resources .featured-titles .title input.two-line-rb-btn, .library .featured-titles .title input.remove-cart-btn, .resources .featured-titles .title input.remove-cart-btn {
	  padding: 4px 12px;
	  font-size: 14px;
	  letter-spacing: 0;
	  font-weight: 700;
	  margin-top: 12px;
	  position: absolute;
	  bottom: 15px;
	  left: 15px;
	  right: 15px; }
	  .library .featured-titles .title a.btn.unavailable, .resources .featured-titles .title a.btn.unavailable, .library .featured-titles .title a.unavailable.photo-bg-btn, .resources .featured-titles .title a.unavailable.photo-bg-btn, .library .featured-titles .title a.unavailable.two-line-rb-btn, .resources .featured-titles .title a.unavailable.two-line-rb-btn, .library .featured-titles .title a.unavailable.child-profile, .resources .featured-titles .title a.unavailable.child-profile, .library .featured-titles .title a.unavailable.remove-cart-btn, .resources .featured-titles .title a.unavailable.remove-cart-btn, .library .featured-titles .title input.btn.unavailable, .resources .featured-titles .title input.btn.unavailable, .library .featured-titles .title input.unavailable.photo-bg-btn, .resources .featured-titles .title input.unavailable.photo-bg-btn, .library .featured-titles .title input.unavailable.two-line-rb-btn, .resources .featured-titles .title input.unavailable.two-line-rb-btn, .library .featured-titles .title input.unavailable.remove-cart-btn, .resources .featured-titles .title input.unavailable.remove-cart-btn {
	    border-color: #e1e1e1;
	    background-color: #e1e1e1;
	    color: #9b9b9b;
	    cursor: default; }
	.library .featured-titles .title form input.btn, .resources .featured-titles .title form input.btn, .library .featured-titles .title form input.photo-bg-btn, .resources .featured-titles .title form input.photo-bg-btn, .library .featured-titles .title form input.two-line-rb-btn, .resources .featured-titles .title form input.two-line-rb-btn, .library .featured-titles .title form input.remove-cart-btn, .resources .featured-titles .title form input.remove-cart-btn {
	  padding: 4px 12px;
	  font-size: 14px;
	  letter-spacing: 0;
	  font-weight: 700;
	  margin-top: 12px; }
	  .library .featured-titles .title form input.btn.unavailable, .resources .featured-titles .title form input.btn.unavailable, .library .featured-titles .title form input.unavailable.photo-bg-btn, .resources .featured-titles .title form input.unavailable.photo-bg-btn, .library .featured-titles .title form input.unavailable.two-line-rb-btn, .resources .featured-titles .title form input.unavailable.two-line-rb-btn, .library .featured-titles .title form input.unavailable.remove-cart-btn, .resources .featured-titles .title form input.unavailable.remove-cart-btn {
	    border-color: #e1e1e1;
	    background-color: #e1e1e1;
	    color: #9b9b9b;
	    cursor: default; }
	.library .featured-titles form.store_product_form input.btn, .resources .featured-titles form.store_product_form input.btn, .library .featured-titles form.store_product_form input.photo-bg-btn, .resources .featured-titles form.store_product_form input.photo-bg-btn, .library .featured-titles form.store_product_form input.two-line-rb-btn, .resources .featured-titles form.store_product_form input.two-line-rb-btn, .library .featured-titles form.store_product_form input.remove-cart-btn, .resources .featured-titles form.store_product_form input.remove-cart-btn {
	padding: 4px 12px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 700;
	margin-top: 12px; }
	.library .featured-titles form.store_product_form input.btn.unavailable, .resources .featured-titles form.store_product_form input.btn.unavailable, .library .featured-titles form.store_product_form input.unavailable.photo-bg-btn, .resources .featured-titles form.store_product_form input.unavailable.photo-bg-btn, .library .featured-titles form.store_product_form input.unavailable.two-line-rb-btn, .resources .featured-titles form.store_product_form input.unavailable.two-line-rb-btn, .library .featured-titles form.store_product_form input.unavailable.remove-cart-btn, .resources .featured-titles form.store_product_form input.unavailable.remove-cart-btn {
	  border-color: #e1e1e1;
	  background-color: #e1e1e1;
	  color: #9b9b9b;
	  cursor: default; }
	.library .featured-titles form.store_product_form p.input-container, .resources .featured-titles form.store_product_form p.input-container {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	margin: 0; }
	.library .featured-titles form.store_product_form p.input-container input, .resources .featured-titles form.store_product_form p.input-container input {
	  position: static;
	  width: 100%;
	  margin-top: 0;
	  line-height: 1.6em; }
.library .row-head.search, .resources .row-head.search {
	padding-bottom: 30px;
	margin-bottom: 15px; }
	.library .row-head.search h2, .resources .row-head.search h2 {
	display: inline;
	padding-right: 30px; }
	.library .row-head.search p.results, .resources .row-head.search p.results {
	color: var(--red-orange);
	font-size: 16px;
	font-weight: bold;
	display: inline; }
.library .page-content .library-search, .resources .page-content .library-search {
	margin-bottom: 30px;
	margin-top: 30px; }
.library .page-content .sidebar, .resources .page-content .sidebar, .resources .page-content .sidebar.d-blue {
	border: 4px solid var(--blue); }
	.library .page-content .sidebar ul, .resources .page-content .sidebar ul, .resources .page-content .sidebar.d-blue ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 9px; }
	.library .page-content .sidebar ul li, .resources .page-content .sidebar ul li, .resources .page-content .sidebar.d-blue ul li {
	  font-size: 14px;
	  font-size: 15px;
	  line-height: 1.3em;
	  margin-bottom: 9px;
	  margin-top: 9px; }
	  .library .page-content .sidebar ul li a, .resources .page-content .sidebar ul li a, .resources .page-content .sidebar.d-blue ul li a {
	    border: none;
	    font-weight: 600; }
	    .library .page-content .sidebar ul li a:hover, .resources .page-content .sidebar ul li a:hover {
	      border-bottom: 1px solid; }
	    .library .page-content .sidebar ul li a.active, .resources .page-content .sidebar ul li a.active {
	      color: #c84432; }
	      .library .page-content .sidebar ul li a.active ul, .resources .page-content .sidebar ul li a.active ul {
	        display: inherit; }
	  .library .page-content .sidebar ul li ul, .resources .page-content .sidebar ul li ul, .resources .page-content .sidebar.d-blue ul li ul {
	    margin-left: 20px;
	    margin-bottom: 0px; }
	    .library .page-content .sidebar ul li ul li a, .resources .page-content .sidebar ul li ul li a, .resources .page-content .sidebar.d-blue ul li ul li a {
	      font-weight: normal; }
.library .page-content .detail, .resources .page-content .detail {
	margin-bottom: 30px; }
	.library .page-content .detail .col.cover-detail, .resources .page-content .detail .col.cover-detail, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.cover-detail, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.cover-detail {
	text-align: left;
	padding: 2%;
	padding-top: 0; }
	.library .page-content .detail .col.cover-detail img, .resources .page-content .detail .col.cover-detail img, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.cover-detail img, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.cover-detail img, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.cover-detail img, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.cover-detail img {
	  border: 1px solid var(--dark-gray); }
	.library .page-content .detail .col.title-detail, .resources .page-content .detail .col.title-detail, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail {
	padding: 15px;
	padding-right: 0;
	padding-top: 5px; }
	.library .page-content .detail .col.title-detail .categories, .resources .page-content .detail .col.title-detail .categories, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .categories, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .categories, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .categories, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .categories {
	  color: var(--dark-gray);
	  font-size: 15px;
	  display: inline; }
	  .library .page-content .detail .col.title-detail .categories a, .resources .page-content .detail .col.title-detail .categories a, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .categories a, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .categories a, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .categories a, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .categories a {
	    color: var(--dark-gray);
	    border-bottom: none; }
	    .library .page-content .detail .col.title-detail .categories a:hover, .resources .page-content .detail .col.title-detail .categories a:hover, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .categories a:hover, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .categories a:hover, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .categories a:hover, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .categories a:hover {
	      border-bottom: 1px solid; }
	.library .page-content .detail .col.title-detail .type, .resources .page-content .detail .col.title-detail .type, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .type, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .type, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .type, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .type {
	  font-size: 20px;
    color: var(--red-orange);
    text-transform: uppercase;
	  padding: 10px 0 0px 15px;
	  margin: 0; }
	  .library .page-content .detail .col.title-detail .type span, .resources .page-content .detail .col.title-detail .type span, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .type span, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .type span, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail .type span, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail .type span {
	    margin-right: 0; }
	.library .page-content .detail .col.title-detail a.btn, .resources .page-content .detail .col.title-detail a.btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn, .library .page-content .detail .col.title-detail a.photo-bg-btn, .resources .page-content .detail .col.title-detail a.photo-bg-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.photo-bg-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.photo-bg-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.photo-bg-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.photo-bg-btn, .library .page-content .detail .col.title-detail a.two-line-rb-btn, .resources .page-content .detail .col.title-detail a.two-line-rb-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.two-line-rb-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.two-line-rb-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.two-line-rb-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.two-line-rb-btn, .library .page-content .detail .col.title-detail a.child-profile, .resources .page-content .detail .col.title-detail a.child-profile, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.child-profile, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.child-profile, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.child-profile, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.child-profile, .library .page-content .detail .col.title-detail a.remove-cart-btn, .resources .page-content .detail .col.title-detail a.remove-cart-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.remove-cart-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.remove-cart-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.remove-cart-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.remove-cart-btn, .library .page-content .detail .col.title-detail input.btn, .resources .page-content .detail .col.title-detail input.btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn, .library .page-content .detail .col.title-detail input.photo-bg-btn, .resources .page-content .detail .col.title-detail input.photo-bg-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.photo-bg-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.photo-bg-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.photo-bg-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.photo-bg-btn, .library .page-content .detail .col.title-detail input.two-line-rb-btn, .resources .page-content .detail .col.title-detail input.two-line-rb-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.two-line-rb-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.two-line-rb-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.two-line-rb-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.two-line-rb-btn, .library .page-content .detail .col.title-detail input.remove-cart-btn, .resources .page-content .detail .col.title-detail input.remove-cart-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.remove-cart-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.remove-cart-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.remove-cart-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.remove-cart-btn {
	  float: right;
	  margin: 0;
	  line-height: 1.6em; }
	  .library .page-content .detail .col.title-detail a.btn.btn-large, .resources .page-content .detail .col.title-detail a.btn.btn-large, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn.btn-large, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn.btn-large, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn.btn-large, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn.btn-large, .library .page-content .detail .col.title-detail a.btn-large.photo-bg-btn, .resources .page-content .detail .col.title-detail a.btn-large.photo-bg-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn-large.photo-bg-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn-large.photo-bg-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn-large.photo-bg-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn-large.photo-bg-btn, .library .page-content .detail .col.title-detail a.btn-large.two-line-rb-btn, .resources .page-content .detail .col.title-detail a.btn-large.two-line-rb-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn-large.two-line-rb-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn-large.two-line-rb-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn-large.two-line-rb-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn-large.two-line-rb-btn, .library .page-content .detail .col.title-detail a.btn-large.child-profile, .resources .page-content .detail .col.title-detail a.btn-large.child-profile, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn-large.child-profile, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn-large.child-profile, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn-large.child-profile, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn-large.child-profile, .library .page-content .detail .col.title-detail a.btn-large.remove-cart-btn, .resources .page-content .detail .col.title-detail a.btn-large.remove-cart-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn-large.remove-cart-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn-large.remove-cart-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail a.btn-large.remove-cart-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail a.btn-large.remove-cart-btn, .library .page-content .detail .col.title-detail input.btn.btn-large, .resources .page-content .detail .col.title-detail input.btn.btn-large, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn.btn-large, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn.btn-large, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn.btn-large, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn.btn-large, .library .page-content .detail .col.title-detail input.btn-large.photo-bg-btn, .resources .page-content .detail .col.title-detail input.btn-large.photo-bg-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn-large.photo-bg-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn-large.photo-bg-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn-large.photo-bg-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn-large.photo-bg-btn, .library .page-content .detail .col.title-detail input.btn-large.two-line-rb-btn, .resources .page-content .detail .col.title-detail input.btn-large.two-line-rb-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn-large.two-line-rb-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn-large.two-line-rb-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn-large.two-line-rb-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn-large.two-line-rb-btn, .library .page-content .detail .col.title-detail input.btn-large.remove-cart-btn, .resources .page-content .detail .col.title-detail input.btn-large.remove-cart-btn, .library .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn-large.remove-cart-btn, .library .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn-large.remove-cart-btn, .resources .page-content .detail .library-categories .advanced-options ul:first-child > li.title-detail input.btn-large.remove-cart-btn, .resources .library-categories .advanced-options .page-content .detail ul:first-child > li.title-detail input.btn-large.remove-cart-btn {
	    font-size: 20px;
	    padding: 22px 40px; }
	.library .page-content .detail.search-detail em, .resources .page-content .detail.search-detail em {
	background: #555e8a;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	color: var(--white); }

.library .page-content.checkout .detail, .resources .page-content.checkout .detail {
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0; }
	.library .page-content.checkout .detail .cover-detail, .resources .page-content.checkout .detail .cover-detail {
	padding-top: 0; }
.library .page-content.checkout img, .resources .page-content.checkout img {
	max-height: 100px; }
.library .page-content.checkout h2, .resources .page-content.checkout h2 {
	margin-bottom: 10px;
	margin-top: 22px; }
.library .page-content.checkout h4, .resources .page-content.checkout h4, .library .page-content.checkout .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .library .page-content.checkout span, .resources .page-content.checkout .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resources .page-content.checkout span {
	padding: 0;
	font-size: 18px; }
.library .page-content.checkout h3, .resources .page-content.checkout h3 {
	font-size: 18px; }
.library .page-content.checkout p.type, .resources .page-content.checkout p.type {
	font-size: 14px; }
.library .page-content.checkout .pad, .resources .page-content.checkout .pad, .library .page-content.checkout header .header-top, header .library .page-content.checkout .header-top, .resources .page-content.checkout header .header-top, header .resources .page-content.checkout .header-top, .library .page-content.checkout header .header-right, header .library .page-content.checkout .header-right, .resources .page-content.checkout header .header-right, header .resources .page-content.checkout .header-right, .library .page-content.checkout .end-page, .resources .page-content.checkout .end-page, .library .page-content.checkout .waiting .desc h3, .waiting .desc .library .page-content.checkout h3, .resources .page-content.checkout .waiting .desc h3, .waiting .desc .resources .page-content.checkout h3, .library .page-content.checkout .home-ll .desc h3, .home-ll .desc .library .page-content.checkout h3, .resources .page-content.checkout .home-ll .desc h3, .home-ll .desc .resources .page-content.checkout h3, .library .page-content.checkout .waiting .desc p, .waiting .desc .library .page-content.checkout p, .resources .page-content.checkout .waiting .desc p, .waiting .desc .resources .page-content.checkout p, .library .page-content.checkout .home-ll .desc p, .home-ll .desc .library .page-content.checkout p, .resources .page-content.checkout .home-ll .desc p, .home-ll .desc .resources .page-content.checkout p, .library .page-content.checkout .page-row, .resources .page-content.checkout .page-row {
	padding-left: 10%;
	padding-right: 10%; }
.library .page-content.checkout .results, .resources .page-content.checkout .results {
	color: #3c9187;
	font-size: 16px;
	font-weight: bold; }
.library .page-content.checkout input.btn.btn-large, .resources .page-content.checkout input.btn.btn-large, .library .page-content.checkout input.btn-large.photo-bg-btn, .resources .page-content.checkout input.btn-large.photo-bg-btn, .library .page-content.checkout input.btn-large.two-line-rb-btn, .resources .page-content.checkout input.btn-large.two-line-rb-btn, .library .page-content.checkout input.btn-large.remove-cart-btn, .resources .page-content.checkout input.btn-large.remove-cart-btn {
	font-size: 20px;
	padding: 22px 40px; }
.library .page-content.checkout .detail .col.title-detail .title, .resources .page-content.checkout .detail .col.title-detail .title, .library .page-content.checkout .detail .library-categories .advanced-options ul:first-child > li.title-detail .title, .library .library-categories .advanced-options .page-content.checkout .detail ul:first-child > li.title-detail .title, .resources .page-content.checkout .detail .library-categories .advanced-options ul:first-child > li.title-detail .title, .resources .library-categories .advanced-options .page-content.checkout .detail ul:first-child > li.title-detail .title {
	font-size: 19px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px; }
.library .page-content.checkout .detail .col.title-detail .author, .resources .page-content.checkout .detail .col.title-detail .author, .library .page-content.checkout .detail .library-categories .advanced-options ul:first-child > li.title-detail .author, .library .library-categories .advanced-options .page-content.checkout .detail ul:first-child > li.title-detail .author, .resources .page-content.checkout .detail .library-categories .advanced-options ul:first-child > li.title-detail .author, .resources .library-categories .advanced-options .page-content.checkout .detail ul:first-child > li.title-detail .author {
	font-size: 15px;
	color: #2e3152;
	line-height: 16px; }
.library .page-content.checkout .detail .col.title-detail p.type, .resources .page-content.checkout .detail .col.title-detail p.type, .library .page-content.checkout .detail .library-categories .advanced-options ul:first-child > li.title-detail p.type, .library .library-categories .advanced-options .page-content.checkout .detail ul:first-child > li.title-detail p.type, .resources .page-content.checkout .detail .library-categories .advanced-options ul:first-child > li.title-detail p.type, .resources .library-categories .advanced-options .page-content.checkout .detail ul:first-child > li.title-detail p.type {
	font-size: 15px; }
.library .page-content.checkout.checkout-empty .results, .resources .page-content.checkout.checkout-empty .results {
	margin-top: 2%;
	padding-left: 2%; }
.library .page-content.order .order-item, .resources .page-content.order .order-item {
	margin-bottom: 14px; }
.library .page-content.order p, .resources .page-content.order p {
	margin-bottom: 0; }
	.library .page-content.order p.summary, .resources .page-content.order p.summary {
	color: #333;
	padding-bottom: 0;
	margin-top: 22px;
	font-weight: 700; }
.library .page-content.order span, .resources .page-content.order span {
	font-weight: 700;
	margin-right: 6px; }
.library .page-content .col.pad, .resources .page-content .col.pad, .library .page-content header .col.header-top, header .library .page-content .col.header-top, .resources .page-content header .col.header-top, header .resources .page-content .col.header-top, header .library .page-content .library-categories .advanced-options ul:first-child > li.header-top, header .library .library-categories .advanced-options .page-content ul:first-child > li.header-top, .resources .page-content header .library .library-categories .advanced-options ul:first-child > li.header-top, .library .page-content .library-categories .advanced-options header ul:first-child > li.header-top, .library .library-categories .advanced-options header .page-content ul:first-child > li.header-top, .library .page-content header .resources .library-categories .advanced-options ul:first-child > li.header-top, header .resources .page-content .library-categories .advanced-options ul:first-child > li.header-top, header .resources .library-categories .advanced-options .page-content ul:first-child > li.header-top, .resources .page-content .library-categories .advanced-options header ul:first-child > li.header-top, .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-top, .library .page-content header .col.header-right, header .library .page-content .col.header-right, .resources .page-content header .col.header-right, header .resources .page-content .col.header-right, header .library .page-content .library-categories .advanced-options ul:first-child > li.header-right, header .library .library-categories .advanced-options .page-content ul:first-child > li.header-right, .resources .page-content header .library .library-categories .advanced-options ul:first-child > li.header-right, .library .page-content .library-categories .advanced-options header ul:first-child > li.header-right, .library .library-categories .advanced-options header .page-content ul:first-child > li.header-right, .library .page-content header .resources .library-categories .advanced-options ul:first-child > li.header-right, header .resources .page-content .library-categories .advanced-options ul:first-child > li.header-right, header .resources .library-categories .advanced-options .page-content ul:first-child > li.header-right, .resources .page-content .library-categories .advanced-options header ul:first-child > li.header-right, .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-right, .library .page-content .col.end-page, .resources .page-content .col.end-page, .library .page-content .library-categories .advanced-options ul:first-child > li.end-page, .library .library-categories .advanced-options .page-content ul:first-child > li.end-page, .resources .page-content .library-categories .advanced-options ul:first-child > li.end-page, .resources .library-categories .advanced-options .page-content ul:first-child > li.end-page, .library .page-content .waiting .desc h3.col, .waiting .desc .library .page-content h3.col, .resources .page-content .waiting .desc h3.col, .waiting .desc .resources .page-content h3.col, .library .page-content .home-ll .desc h3.col, .home-ll .desc .library .page-content h3.col, .resources .page-content .home-ll .desc h3.col, .home-ll .desc .resources .page-content h3.col, .library .page-content .waiting .desc p.col, .waiting .desc .library .page-content p.col, .resources .page-content .waiting .desc p.col, .waiting .desc .resources .page-content p.col, .library .page-content .home-ll .desc p.col, .home-ll .desc .library .page-content p.col, .resources .page-content .home-ll .desc p.col, .home-ll .desc .resources .page-content p.col, .library .page-content .col.page-row, .resources .page-content .col.page-row, .library .page-content .library-categories .advanced-options ul:first-child > li.page-row, .library .library-categories .advanced-options .page-content ul:first-child > li.page-row, .resources .page-content .library-categories .advanced-options ul:first-child > li.page-row, .resources .library-categories .advanced-options .page-content ul:first-child > li.page-row, .library .page-content .library-categories .advanced-options ul:first-child > li.pad, .library .library-categories .advanced-options .page-content ul:first-child > li.pad, .resources .page-content .library-categories .advanced-options ul:first-child > li.pad, .resources .library-categories .advanced-options .page-content ul:first-child > li.pad {
	padding: 2% 4%; }
	.library .page-content .col.pad .col.cover-detail, .resources .page-content .col.pad .col.cover-detail, .library .page-content header .col.header-top .col.cover-detail, header .library .page-content .col.header-top .col.cover-detail, .resources .page-content header .col.header-top .col.cover-detail, header .resources .page-content .col.header-top .col.cover-detail, header .library .page-content .library-categories .advanced-options ul:first-child > li.header-top .col.cover-detail, header .library .library-categories .advanced-options .page-content ul:first-child > li.header-top .col.cover-detail, .resources .page-content header .library .library-categories .advanced-options ul:first-child > li.header-top .col.cover-detail, header .library .library-categories .advanced-options .resources .page-content ul:first-child > li.header-top .col.cover-detail, .library .page-content .library-categories .advanced-options header ul:first-child > li.header-top .col.cover-detail, .library .library-categories .advanced-options header .page-content ul:first-child > li.header-top .col.cover-detail, .resources .page-content .library .library-categories .advanced-options header ul:first-child > li.header-top .col.cover-detail, .library .library-categories .advanced-options header .resources .page-content ul:first-child > li.header-top .col.cover-detail, .library .page-content header .resources .library-categories .advanced-options ul:first-child > li.header-top .col.cover-detail, header .resources .library-categories .advanced-options .library .page-content ul:first-child > li.header-top .col.cover-detail, header .resources .page-content .library-categories .advanced-options ul:first-child > li.header-top .col.cover-detail, header .resources .library-categories .advanced-options .page-content ul:first-child > li.header-top .col.cover-detail, .library .page-content .resources .library-categories .advanced-options header ul:first-child > li.header-top .col.cover-detail, .resources .library-categories .advanced-options header .library .page-content ul:first-child > li.header-top .col.cover-detail, .resources .page-content .library-categories .advanced-options header ul:first-child > li.header-top .col.cover-detail, .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-top .col.cover-detail, .library .page-content header .col.header-right .col.cover-detail, header .library .page-content .col.header-right .col.cover-detail, .resources .page-content header .col.header-right .col.cover-detail, header .resources .page-content .col.header-right .col.cover-detail, header .library .page-content .library-categories .advanced-options ul:first-child > li.header-right .col.cover-detail, header .library .library-categories .advanced-options .page-content ul:first-child > li.header-right .col.cover-detail, .resources .page-content header .library .library-categories .advanced-options ul:first-child > li.header-right .col.cover-detail, header .library .library-categories .advanced-options .resources .page-content ul:first-child > li.header-right .col.cover-detail, .library .page-content .library-categories .advanced-options header ul:first-child > li.header-right .col.cover-detail, .library .library-categories .advanced-options header .page-content ul:first-child > li.header-right .col.cover-detail, .resources .page-content .library .library-categories .advanced-options header ul:first-child > li.header-right .col.cover-detail, .library .library-categories .advanced-options header .resources .page-content ul:first-child > li.header-right .col.cover-detail, .library .page-content header .resources .library-categories .advanced-options ul:first-child > li.header-right .col.cover-detail, header .resources .library-categories .advanced-options .library .page-content ul:first-child > li.header-right .col.cover-detail, header .resources .page-content .library-categories .advanced-options ul:first-child > li.header-right .col.cover-detail, header .resources .library-categories .advanced-options .page-content ul:first-child > li.header-right .col.cover-detail, .library .page-content .resources .library-categories .advanced-options header ul:first-child > li.header-right .col.cover-detail, .resources .library-categories .advanced-options header .library .page-content ul:first-child > li.header-right .col.cover-detail, .resources .page-content .library-categories .advanced-options header ul:first-child > li.header-right .col.cover-detail, .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-right .col.cover-detail, .library .page-content .col.end-page .col.cover-detail, .resources .page-content .col.end-page .col.cover-detail, .library .page-content .library-categories .advanced-options ul:first-child > li.end-page .col.cover-detail, .library .library-categories .advanced-options .page-content ul:first-child > li.end-page .col.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.end-page .col.cover-detail, .library .library-categories .advanced-options .resources .page-content ul:first-child > li.end-page .col.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.end-page .col.cover-detail, .resources .library-categories .advanced-options .library .page-content ul:first-child > li.end-page .col.cover-detail, .resources .page-content .library-categories .advanced-options ul:first-child > li.end-page .col.cover-detail, .resources .library-categories .advanced-options .page-content ul:first-child > li.end-page .col.cover-detail, .library .page-content .waiting .desc h3.col .col.cover-detail, .waiting .desc .library .page-content h3.col .col.cover-detail, .resources .page-content .waiting .desc h3.col .col.cover-detail, .waiting .desc .resources .page-content h3.col .col.cover-detail, .library .page-content .home-ll .desc h3.col .col.cover-detail, .home-ll .desc .library .page-content h3.col .col.cover-detail, .resources .page-content .home-ll .desc h3.col .col.cover-detail, .home-ll .desc .resources .page-content h3.col .col.cover-detail, .library .page-content .waiting .desc p.col .col.cover-detail, .waiting .desc .library .page-content p.col .col.cover-detail, .resources .page-content .waiting .desc p.col .col.cover-detail, .waiting .desc .resources .page-content p.col .col.cover-detail, .library .page-content .home-ll .desc p.col .col.cover-detail, .home-ll .desc .library .page-content p.col .col.cover-detail, .resources .page-content .home-ll .desc p.col .col.cover-detail, .home-ll .desc .resources .page-content p.col .col.cover-detail, .library .page-content .col.page-row .col.cover-detail, .resources .page-content .col.page-row .col.cover-detail, .library .page-content .library-categories .advanced-options ul:first-child > li.page-row .col.cover-detail, .library .library-categories .advanced-options .page-content ul:first-child > li.page-row .col.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.page-row .col.cover-detail, .library .library-categories .advanced-options .resources .page-content ul:first-child > li.page-row .col.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.page-row .col.cover-detail, .resources .library-categories .advanced-options .library .page-content ul:first-child > li.page-row .col.cover-detail, .resources .page-content .library-categories .advanced-options ul:first-child > li.page-row .col.cover-detail, .resources .library-categories .advanced-options .page-content ul:first-child > li.page-row .col.cover-detail, .library .page-content .library-categories .advanced-options ul:first-child > li.pad .col.cover-detail, .library .library-categories .advanced-options .page-content ul:first-child > li.pad .col.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.pad .col.cover-detail, .library .library-categories .advanced-options .resources .page-content ul:first-child > li.pad .col.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.pad .col.cover-detail, .resources .library-categories .advanced-options .library .page-content ul:first-child > li.pad .col.cover-detail, .resources .page-content .library-categories .advanced-options ul:first-child > li.pad .col.cover-detail, .resources .library-categories .advanced-options .page-content ul:first-child > li.pad .col.cover-detail, .library .page-content .col.pad .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content .col.pad ul:first-child > li.cover-detail, .resources .page-content .col.pad .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content .col.pad ul:first-child > li.cover-detail, .library .page-content header .col.header-top .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content header .col.header-top ul:first-child > li.cover-detail, header .library .page-content .col.header-top .library-categories .advanced-options ul:first-child > li.cover-detail, header .library .library-categories .advanced-options .page-content .col.header-top ul:first-child > li.cover-detail, .resources .page-content header .col.header-top .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content header .col.header-top ul:first-child > li.cover-detail, header .resources .page-content .col.header-top .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options header .resources .page-content .col.header-top ul:first-child > li.cover-detail, header .library .page-content .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, header .library .library-categories .advanced-options .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .page-content header .library .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, header .library .library-categories .advanced-options .resources .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .page-content .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .library-categories .advanced-options header .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .library-categories .advanced-options header .resources .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .page-content header .resources .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, header .resources .library .library-categories .advanced-options .library .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library header .resources .library-categories .advanced-options .library .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, header .resources .page-content .library .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, .library header .resources .page-content .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, header .resources .library .library-categories .advanced-options .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library header .resources .library-categories .advanced-options .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options header .library .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options header .library .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .resources .page-content .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options header .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .page-content header .col.header-right .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content header .col.header-right ul:first-child > li.cover-detail, header .library .page-content .col.header-right .library-categories .advanced-options ul:first-child > li.cover-detail, header .library .library-categories .advanced-options .page-content .col.header-right ul:first-child > li.cover-detail, .resources .page-content header .col.header-right .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content header .col.header-right ul:first-child > li.cover-detail, header .resources .page-content .col.header-right .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options header .resources .page-content .col.header-right ul:first-child > li.cover-detail, header .library .page-content .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, header .library .library-categories .advanced-options .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .page-content header .library .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, header .library .library-categories .advanced-options .resources .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .page-content .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .library-categories .advanced-options header .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .library-categories .advanced-options header .resources .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .page-content header .resources .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, header .resources .library .library-categories .advanced-options .library .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library header .resources .library-categories .advanced-options .library .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, header .resources .page-content .library .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, .library header .resources .page-content .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, header .resources .library .library-categories .advanced-options .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library header .resources .library-categories .advanced-options .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options header .library .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options header .library .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .resources .page-content .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options header .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .page-content .col.end-page .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content .col.end-page ul:first-child > li.cover-detail, .resources .page-content .col.end-page .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content .col.end-page ul:first-child > li.cover-detail, .library .page-content .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .library .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .library .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .resources .page-content .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .page-content .waiting .desc h3.col .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content .waiting .desc h3.col ul:first-child > li.cover-detail, .waiting .desc .library .page-content h3.col .library-categories .advanced-options ul:first-child > li.cover-detail, .waiting .desc .library .library-categories .advanced-options .page-content h3.col ul:first-child > li.cover-detail, .resources .page-content .waiting .desc h3.col .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content .waiting .desc h3.col ul:first-child > li.cover-detail, .waiting .desc .resources .page-content h3.col .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .waiting .desc .resources .page-content h3.col ul:first-child > li.cover-detail, .library .page-content .home-ll .desc h3.col .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content .home-ll .desc h3.col ul:first-child > li.cover-detail, .home-ll .desc .library .page-content h3.col .library-categories .advanced-options ul:first-child > li.cover-detail, .home-ll .desc .library .library-categories .advanced-options .page-content h3.col ul:first-child > li.cover-detail, .resources .page-content .home-ll .desc h3.col .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content .home-ll .desc h3.col ul:first-child > li.cover-detail, .home-ll .desc .resources .page-content h3.col .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .home-ll .desc .resources .page-content h3.col ul:first-child > li.cover-detail, .library .page-content .waiting .desc p.col .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content .waiting .desc p.col ul:first-child > li.cover-detail, .waiting .desc .library .page-content p.col .library-categories .advanced-options ul:first-child > li.cover-detail, .waiting .desc .library .library-categories .advanced-options .page-content p.col ul:first-child > li.cover-detail, .resources .page-content .waiting .desc p.col .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content .waiting .desc p.col ul:first-child > li.cover-detail, .waiting .desc .resources .page-content p.col .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .waiting .desc .resources .page-content p.col ul:first-child > li.cover-detail, .library .page-content .home-ll .desc p.col .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content .home-ll .desc p.col ul:first-child > li.cover-detail, .home-ll .desc .library .page-content p.col .library-categories .advanced-options ul:first-child > li.cover-detail, .home-ll .desc .library .library-categories .advanced-options .page-content p.col ul:first-child > li.cover-detail, .resources .page-content .home-ll .desc p.col .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content .home-ll .desc p.col ul:first-child > li.cover-detail, .home-ll .desc .resources .page-content p.col .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .home-ll .desc .resources .page-content p.col ul:first-child > li.cover-detail, .library .page-content .col.page-row .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content .col.page-row ul:first-child > li.cover-detail, .resources .page-content .col.page-row .library .library-categories .advanced-options ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content .col.page-row ul:first-child > li.cover-detail, .library .page-content .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .library .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .library .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .resources .page-content .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .page-content .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .library .library-categories .advanced-options .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .library .library-categories .advanced-options .resources .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .library .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .library .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .library .resources .page-content .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .library .page-content .col.pad .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content .col.pad ul:first-child > li.cover-detail, .resources .page-content .col.pad .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content .col.pad ul:first-child > li.cover-detail, .library .page-content header .col.header-top .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content header .col.header-top ul:first-child > li.cover-detail, header .library .page-content .col.header-top .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options header .library .page-content .col.header-top ul:first-child > li.cover-detail, .resources .page-content header .col.header-top .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content header .col.header-top ul:first-child > li.cover-detail, header .resources .page-content .col.header-top .library-categories .advanced-options ul:first-child > li.cover-detail, header .resources .library-categories .advanced-options .page-content .col.header-top ul:first-child > li.cover-detail, header .library .page-content .resources .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources header .library .page-content .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, header .library .resources .library-categories .advanced-options .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources header .library .library-categories .advanced-options .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .page-content header .library .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, header .library .resources .library-categories .advanced-options .resources .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources header .library .library-categories .advanced-options .resources .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .library .page-content .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options header .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options header .resources .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options header .resources .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .page-content header .resources .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, header .resources .library-categories .advanced-options .library .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, header .resources .page-content .library-categories .advanced-options ul:first-child > li.header-top ul:first-child > li.cover-detail, header .resources .library-categories .advanced-options .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .library-categories .advanced-options header .library .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .page-content .library-categories .advanced-options header ul:first-child > li.header-top ul:first-child > li.cover-detail, .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-top ul:first-child > li.cover-detail, .library .page-content header .col.header-right .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content header .col.header-right ul:first-child > li.cover-detail, header .library .page-content .col.header-right .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options header .library .page-content .col.header-right ul:first-child > li.cover-detail, .resources .page-content header .col.header-right .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content header .col.header-right ul:first-child > li.cover-detail, header .resources .page-content .col.header-right .library-categories .advanced-options ul:first-child > li.cover-detail, header .resources .library-categories .advanced-options .page-content .col.header-right ul:first-child > li.cover-detail, header .library .page-content .resources .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources header .library .page-content .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, header .library .resources .library-categories .advanced-options .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources header .library .library-categories .advanced-options .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .page-content header .library .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, header .library .resources .library-categories .advanced-options .resources .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources header .library .library-categories .advanced-options .resources .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .library .page-content .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options header .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options header .resources .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options header .resources .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .page-content header .resources .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, header .resources .library-categories .advanced-options .library .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, header .resources .page-content .library-categories .advanced-options ul:first-child > li.header-right ul:first-child > li.cover-detail, header .resources .library-categories .advanced-options .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .library-categories .advanced-options header .library .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .page-content .library-categories .advanced-options header ul:first-child > li.header-right ul:first-child > li.cover-detail, .resources .library-categories .advanced-options header .page-content ul:first-child > li.header-right ul:first-child > li.cover-detail, .library .page-content .col.end-page .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content .col.end-page ul:first-child > li.cover-detail, .resources .page-content .col.end-page .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content .col.end-page ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .library .page-content .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .resources .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .resources .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .page-content .library-categories .advanced-options ul:first-child > li.end-page ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content ul:first-child > li.end-page ul:first-child > li.cover-detail, .library .page-content .waiting .desc h3.col .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content .waiting .desc h3.col ul:first-child > li.cover-detail, .waiting .desc .library .page-content h3.col .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .waiting .desc .library .page-content h3.col ul:first-child > li.cover-detail, .resources .page-content .waiting .desc h3.col .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content .waiting .desc h3.col ul:first-child > li.cover-detail, .waiting .desc .resources .page-content h3.col .library-categories .advanced-options ul:first-child > li.cover-detail, .waiting .desc .resources .library-categories .advanced-options .page-content h3.col ul:first-child > li.cover-detail, .library .page-content .home-ll .desc h3.col .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content .home-ll .desc h3.col ul:first-child > li.cover-detail, .home-ll .desc .library .page-content h3.col .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .home-ll .desc .library .page-content h3.col ul:first-child > li.cover-detail, .resources .page-content .home-ll .desc h3.col .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content .home-ll .desc h3.col ul:first-child > li.cover-detail, .home-ll .desc .resources .page-content h3.col .library-categories .advanced-options ul:first-child > li.cover-detail, .home-ll .desc .resources .library-categories .advanced-options .page-content h3.col ul:first-child > li.cover-detail, .library .page-content .waiting .desc p.col .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content .waiting .desc p.col ul:first-child > li.cover-detail, .waiting .desc .library .page-content p.col .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .waiting .desc .library .page-content p.col ul:first-child > li.cover-detail, .resources .page-content .waiting .desc p.col .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content .waiting .desc p.col ul:first-child > li.cover-detail, .waiting .desc .resources .page-content p.col .library-categories .advanced-options ul:first-child > li.cover-detail, .waiting .desc .resources .library-categories .advanced-options .page-content p.col ul:first-child > li.cover-detail, .library .page-content .home-ll .desc p.col .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content .home-ll .desc p.col ul:first-child > li.cover-detail, .home-ll .desc .library .page-content p.col .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .home-ll .desc .library .page-content p.col ul:first-child > li.cover-detail, .resources .page-content .home-ll .desc p.col .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content .home-ll .desc p.col ul:first-child > li.cover-detail, .home-ll .desc .resources .page-content p.col .library-categories .advanced-options ul:first-child > li.cover-detail, .home-ll .desc .resources .library-categories .advanced-options .page-content p.col ul:first-child > li.cover-detail, .library .page-content .col.page-row .resources .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content .col.page-row ul:first-child > li.cover-detail, .resources .page-content .col.page-row .library-categories .advanced-options ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content .col.page-row ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .library .page-content .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .resources .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .resources .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .page-content .library-categories .advanced-options ul:first-child > li.page-row ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content ul:first-child > li.page-row ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .library .page-content .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .page-content .library .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .library .resources .library-categories .advanced-options .resources .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .library .library-categories .advanced-options .resources .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .library .page-content .resources .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .library .page-content ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .page-content .library-categories .advanced-options ul:first-child > li.pad ul:first-child > li.cover-detail, .resources .library-categories .advanced-options .page-content ul:first-child > li.pad ul:first-child > li.cover-detail {
	padding-right: 6%; }
.library select, .resources select {
  border-radius: 20px;
	height: 43px; }
.library input[type="text"], .resources input[type="text"] {
	border: 3px solid #efefef; }
	.library input[type="text"].error, .resources input[type="text"].error {
	border-color: #c84432; }


.results {
	color: #3c9187;
	font-size: 16px;
	font-weight: bold; }

a.remove-cart-btn, input.remove-cart-btn {
	color: #c84432;
	border-color: #c84432; }

input.btn, input.photo-bg-btn, input.two-line-rb-btn, input.remove-cart-btn {
	line-height: 1.6em; }

label.required span.icon, p.required span.icon, p.required span.icon, p.required span.icon {
	color: #2e3152;
	font-size: 8px; }
	label.required span.icon.error, p.required span.icon.error, p.required span.icon.error, p.required span.icon.error {
	color: #c84432; }

.resources .page-content h1 {
	margin-bottom: 30px; }
.resources .page-content h3 {
	color: #2e3152; }
.resources .page-content .sidebar, .resources .page-content .sidebar.d-blue {
	margin-bottom: 20px; }
	.resources .page-content .sidebar h4, .resources .page-content .sidebar.d-blue h4, .resources .page-content .sidebar .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resources .page-content .sidebar span {
	padding-top: 0px;
	color: #2e3152; }
	.resources .page-content .sidebar input[type="text"] {
	border: 3px solid #2e3152; }
	.resources .page-content .sidebar input::-webkit-input-placeholder, .resources .page-content .sidebar.d-blue input::-webkit-input-placeholder,
	.resources .page-content .sidebar textarea::-webkit-input-placeholder,
	.resources .page-content .sidebar.d-blue textarea::-webkit-input-placeholder {
	color: #2e3152;
	font-weight: normal;
	font-family: "OpenSans", sans-serif; }
	.resources .page-content .sidebar textarea::-moz-placeholder, .resources .page-content .sidebar.d-blue textarea::-moz-placeholder,
	.resources .page-content .sidebar input::-moz-placeholder,
	.resources .page-content .sidebar.d-blue input::-moz-placeholder {
	color: #2e3152;
	font-weight: normal;
	font-family: "OpenSans", sans-serif; }
	.resources .page-content .sidebar input:-ms-input-placeholder,
	.resources .page-content .sidebar textarea:-ms-input-placeholder {
	color: #2e3152;
	font-weight: normal;
	font-family: "OpenSans", sans-serif; }
	.resources .page-content .sidebar input[type="submit"],
	.resources .page-content .sidebar button[type="submit"] {
	border-color: #82c4be;
	color: #82c4be;
	border-width: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px; }
	.resources .page-content .sidebar input[type="submit"]:hover,
	.resources .page-content .sidebar button[type="submit"]:hover {
	  color: var(--white);
	  background-color: #82c4be; }
	.resources .page-content .sidebar .resources-filter {
	padding-bottom: 10px; }
	.resources .page-content .sidebar .resources-filter p.label {
	  margin-bottom: 0; }
	.resources .page-content .sidebar .resources-filter label, .resources .page-content .sidebar .resources-filter p.required {
	  display: inline-block; }
.resources .page-content .d-blue.sidebar {
	border: 4px solid #2e3152; }
	.resources .page-content .d-blue.sidebar input[type="submit"],
	.resources .page-content .d-blue.sidebar button[type="submit"] {
	border-color: #2e3152;
	color: #2e3152; }
	.resources .page-content .d-blue.sidebar input[type="submit"]:hover,
	.resources .page-content .d-blue.sidebar button[type="submit"]:hover {
	  color: var(--white);
	  background-color: #2e3152; }
.resources .page-content .detail {
	margin-bottom: 0; }
.resources .page-content .bold-link.teal2, .resources .page-content .archive ul.archive-dates li a.teal2, .archive ul.archive-dates li .resources .page-content a.teal2 {
	color: #82c4be; }
	.resources .page-content .bold-link.teal2:hover, .resources .page-content .archive ul.archive-dates li a.teal2:hover, .archive ul.archive-dates li .resources .page-content a.teal2:hover {
	color: #3c9187; }
.resources .page-content .bold-off, .bold-off {
	font-weight: normal; }

.resources .row-head.search p.results {
	margin-top: 10px;
	display: block; }
.resources .resources-intro {
	margin-bottom: 60px; }
.resources .resources-search-text {
	background: var(--light-blue);
	padding: 30px;
	margin-bottom: 4px; }
	.resources .resources-search-text h4, .resources .resources-search-text .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resources .resources-search-text span {
	color: var(--red-orange);
	padding-top: 0;
	font-size: 18px; }
	.resources .resources-search-text p {
	color: var(--dark-gray);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px; }
.resources .resources-search {
	background: var(--light-blue);
	color: var(--dark-gray);
	padding: 20px !important;
	margin-bottom: 60px; }
	.resources .resources-search p {
	margin: 0;
	letter-spacing: .07em; }
	.resources .resources-search h4, .resources .resources-search .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resources .resources-search span {
	color: var(--red-orange);
	padding-top: 0;
	font-size: 18px; }
	.resources .resources-search input[type="search"] {
    border-radius: 20px;
	box-sizing: inherit; }
	.resources .resources-search input[type="submit"],
	.resources .resources-search button[type="submit"] {
	background: var(--yellow);
	border-color: var(--yellow);
	color: var(--blue);
	margin-top: -3px;
	margin-left: 20px;
	padding: 8px 12px; }
	.resources .resources-search input[type="submit"]:hover,
	.resources .resources-search button[type="submit"]:hover {
	background: var(--white);
	border-color: var(--blue); }
	.resources .resources-search .styled_select {
	border-radius: 0; }
	.resources .resources-search .styled_select select {
	  border: none;
	  border-radius: 0;
	  height: 36px;
	  color: #2e3152;
	  padding: 0 10px; }
	.resources .resources-search .fancy {
	padding: 24px 0px; }
	.resources .resources-search .fancy span {
	display: inherit;
	position: relative;
  color: var(--red-orange);
	padding-right: 50px;
	margin-right: 50px; }
	.resources .resources-search .fancy span:before {
	content: "";
	position: absolute;
	height: 4px;
	border-bottom: 4px solid var(--red-orange);
	top: 45%;
	width: 100%;
	margin-left: 50px;
	left: 0; }
	.resources .resources-search form input::-webkit-input-placeholder,
	.resources .resources-search form textarea::-webkit-input-placeholder {
	color: #2e3152;
	font-weight: normal;
	font-family: "OpenSans", sans-serif; }
	.resources .resources-search form textarea::-moz-placeholder,
	.resources .resources-search form input::-moz-placeholder {
	color: #2e3152;
	font-weight: normal;
	font-family: "OpenSans", sans-serif; }
	.resources .resources-search form input:-ms-input-placeholder,
	.resources .resources-search form textarea:-ms-input-placeholder {
	color: #2e3152;
	font-weight: normal;
	font-family: "OpenSans", sans-serif; }
.resources .resources-filter .filter-options.row {
	margin-bottom: 20px; }
	.resources .resources-filter .filter-options.row .col, .library .library-categories .advanced-options .resources .resources-filter .filter-options.row ul:first-child > li, .resources .resources-filter .filter-options.row .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options .resources-filter .filter-options.row ul:first-child > li {
	padding-right: 20px; }
	.resources .resources-filter .filter-options.row .col:last-child, .library .library-categories .advanced-options .resources .resources-filter .filter-options.row ul:first-child > li:last-child, .resources .resources-filter .filter-options.row .library-categories .advanced-options ul:first-child > li:last-child, .resources .library-categories .advanced-options .resources-filter .filter-options.row ul:first-child > li:last-child {
	  padding-right: 0; }
.resources .resources-filter p.label, .resources .page-content .sidebar .resources-filter p.label {
	font-size: 15px;
  color: var(--dark-gray);
	font-weight: 400;
	padding: 0 0 4px 0; }
.resources .resources-filter label, .resources .page-content .sidebar .resources-filter label, .resources .resources-filter p.required, .resources .page-content .sidebar .resources-filter p.required {
	display: inline;
	font-weight: 300;
	margin-right: 8px;
	font-size: 13px;
	vertical-align: sub; }
	.resources .resources-filter label input[type="checkbox"], .resources .page-content .sidebar .resources-filter label input[type="checkbox"], .resources .resources-filter p.required input[type="checkbox"] {
	margin-right: 4px;
	display: inline; }
  .resources .resources-filter label input[type="checkbox"],
  .resources .resources-filter label input[type="radio"] {
    accent-color: var(--teal);
  }
.resources .resource-categories .col, .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li, .resources .resource-categories .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options .resource-categories ul:first-child > li {
	padding: 4px; }
	.resources .resource-categories .col .border-box, .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li .border-box, .resources .resource-categories .library-categories .advanced-options ul:first-child > li .border-box, .resources .library-categories .advanced-options .resource-categories ul:first-child > li .border-box {
	border: 4px solid var(--blue);
  border-radius: 22px;
	padding: 15px;
	height: 100%; }
	.resources .resource-categories .col .border-box h4, .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li .border-box h4, .resources .resource-categories .library-categories .advanced-options ul:first-child > li .border-box h4, .resources .library-categories .advanced-options .resource-categories ul:first-child > li .border-box h4, .resources .resource-categories .col .border-box .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resources .resource-categories .col .border-box span, .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li .border-box .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li .border-box span, .resources .resource-categories .library-categories .advanced-options ul:first-child > li .border-box .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resources .resource-categories .library-categories .advanced-options ul:first-child > li .border-box span, .resources .library-categories .advanced-options .resource-categories ul:first-child > li .border-box .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .resources .library-categories .advanced-options .resource-categories ul:first-child > li .border-box span {
	  color: #555e8a;
	  font-size: 18px;
	  padding-top: 0;
	  padding-bottom: 4px; }
	.resources .resource-categories .col .border-box p.category-desc, .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li .border-box p.category-desc, .resources .resource-categories .library-categories .advanced-options ul:first-child > li .border-box p.category-desc, .resources .library-categories .advanced-options .resource-categories ul:first-child > li .border-box p.category-desc {
	  font-size: 15px;
	  line-height: 17px; }
	.resources .resource-categories .col .border-box .child-category-links, .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li .border-box .child-category-links, .resources .resource-categories .library-categories .advanced-options ul:first-child > li .border-box .child-category-links, .resources .library-categories .advanced-options .resource-categories ul:first-child > li .border-box .child-category-links {
	  color: var(--orange);
	  font-weight: 600;
	  font-size: 14px; }
	  .resources .resource-categories .col .border-box .child-category-links a, .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li .border-box .child-category-links a, .resources .resource-categories .library-categories .advanced-options ul:first-child > li .border-box .child-category-links a, .resources .library-categories .advanced-options .resource-categories ul:first-child > li .border-box .child-category-links a {
	    color: var(--orange);
	    border-bottom: none; }
	    .resources .resource-categories .col .border-box .child-category-links a:hover, .library .library-categories .advanced-options .resources .resource-categories ul:first-child > li .border-box .child-category-links a:hover, .resources .resource-categories .library-categories .advanced-options ul:first-child > li .border-box .child-category-links a:hover, .resources .library-categories .advanced-options .resource-categories ul:first-child > li .border-box .child-category-links a:hover {
	      border-bottom: 1px solid; }
.resources .all-categories {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px; }
.resources .resources-counties {
	margin-bottom: 60px;
	margin-top: 0px;
	border: 3px solid #3c9187;
	padding: 30px; }
	.resources .resources-counties ul:first-child > li {
	float: left;
	padding: 0;
	min-height: 1px;
	-moz-background-clip: padding-box !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	width: 20%;
	margin: 0;
	padding: 0;
	padding-right: 12px;
	line-height: 1.5em; }
	.resources .resources-counties ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0; }
	.resources .resources-counties ul li {
	  font-size: 14px;
	  font-size: 15px;
	  line-height: 1;
	  margin-bottom: 9px;
	  margin-top: 9px; }
	  .resources .resources-counties ul li p {
	    font-weight: 600;
	    margin-bottom: 0px;
	    font-size: 16px;
	    color: var(--red-orange); }
	  .resources .resources-counties ul li a {
	    border: none;
	    font-weight: 600; }
	    .resources .resources-counties ul li a:hover {
	      border-bottom: 1px solid; }
	  .resources .resources-counties ul li ul li a {
	    font-weight: normal !important; }
.resources .resource-detail h2 {
	margin-bottom: 30px; }
.resources .resource-detail .desc {
	margin-bottom: 45px; }
.resources .resource-detail p.categories, .resources .resource-detail .resource-info .info-details p, .resources .resource-info .info-details .resource-detail p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 4px; }
	.resources .resource-detail p.categories span, .resources .resource-detail .resource-info .info-details p span, .resources .resource-info .info-details .resource-detail p span {
	margin-right: 8px;
	font-weight: bold;
	font-size: 16px; }
	.resources .resource-detail p.categories a:hover, .resources .resource-detail .resource-info .info-details p a:hover, .resources .resource-info .info-details .resource-detail p a:hover {
	border-bottom: 1px solid; }
.resources .resource-detail .dates {
	margin-top: 32px; }
	.resources .resource-detail .dates p {
	color: #555e8a;
	font-size: 15px;
	margin-bottom: 4px; }
	.resources .resource-detail .dates p a {
	  color: #9b9b9b;
	  border-bottom: none; }
	.resources .resource-detail .dates p span {
	  font-weight: bold; }
.resources .resource-info a {
	font-weight: 700;
	font-size: 17px; }
	.resources .resource-info a.print {
	font-size: 18px;
	border-bottom: none; }
	.resources .resource-info a span {
	margin-right: 12px;
	margin-left: 12px; }
.resources .resource-info .info-details {
	border: 4px solid #82c4be;
	padding: 22px 12px;
	margin-top: 20px; }
	.resources .resource-info .info-details p, .resources .resource-info .info-details p.address, .resources .resource-info .info-details p.url, .resources .resource-info .info-details p.contact, .resources .resource-info .info-details p.phone {
	line-height: 19px;
	margin-bottom: 14px;
	color: #555e8a; }
	.resources .resource-info .info-details p span, .resources .resource-info .info-details p.address span, .resources .resource-info .info-details p.url span, .resources .resource-info .info-details p.contact span, .resources .resource-info .info-details p.phone span {
	  color: #2e3152; }
	.resources .resource-info .info-details p.head, .resources .resource-info .info-details p.address.head, .resources .resource-info .info-details p.url.head, .resources .resource-info .info-details p.contact.head, .resources .resource-info .info-details p.phone.head {
	  font-size: 18px;
	  font-weight: 700;
	  margin-bottom: 26px;
	  color: #2e3152; }
	.resources .resource-info .info-details p a, .resources .resource-info .info-details p.address a, .resources .resource-info .info-details p.url a, .resources .resource-info .info-details p.contact a, .resources .resource-info .info-details p.phone a {
	  border-bottom: none; }
	.resources .resource-info .info-details p.url span a {
	color: #3c9187; }
	.resources .resource-info .info-details .to-phone {
	text-align: center; }
	.resources .resource-info .info-details .to-phone .success {
	  text-align: center;
	  height: 20px; }
	  .resources .resource-info .info-details .to-phone .success .message {
	    display: none;
	    padding: 0;
	    color: #76cc59; }
	.resources .resource-info .info-details .to-phone form .general-error {
	  margin-bottom: 15px; }
	.resources .resource-info .info-details .to-phone .btn, .resources .resource-info .info-details .to-phone a.photo-bg-btn, .resources .resource-info .info-details .to-phone input.photo-bg-btn, .resources .resource-info .info-details .to-phone button.photo-bg-btn, .resources .resource-info .info-details .to-phone a.two-line-rb-btn, .resources .resource-info .info-details .to-phone input.two-line-rb-btn, .resources .resource-info .info-details .to-phone button.two-line-rb-btn, .resources .resource-info .info-details .to-phone a.child-profile, .resources .resource-info .info-details .to-phone button.child-profile, .resources .resource-info .info-details .to-phone a.remove-cart-btn, .resources .resource-info .info-details .to-phone input.remove-cart-btn {
	  margin-top: 0;
	  color: #3c9187;
	  border-color: #3c9187; }
	  .resources .resource-info .info-details .to-phone .btn:hover, .resources .resource-info .info-details .to-phone a.photo-bg-btn:hover, .resources .resource-info .info-details .to-phone input.photo-bg-btn:hover, .resources .resource-info .info-details .to-phone button.photo-bg-btn:hover, .resources .resource-info .info-details .to-phone a.two-line-rb-btn:hover, .resources .resource-info .info-details .to-phone input.two-line-rb-btn:hover, .resources .resource-info .info-details .to-phone button.two-line-rb-btn:hover, .resources .resource-info .info-details .to-phone a.child-profile:hover, .resources .resource-info .info-details .to-phone button.child-profile:hover, .resources .resource-info .info-details .to-phone a.remove-cart-btn:hover, .resources .resource-info .info-details .to-phone input.remove-cart-btn:hover {
	    color: var(--white);
	    background: #3c9187; }
	.resources .resource-info .info-details.add-details p {
	line-height: 22px;
	margin-bottom: 6px; }

/*  Print
--------------------------------------------------- /// */
@page {
	overflow: auto; }
@media print {
	overflow: auto;
	* {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important; }

	a[href]:after {
	content: none; }

	abbr[title]:after {
	content: " (" attr(title) ")"; }

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
	content: ""; }

	pre,
	blockquote {
	border: 1px solid #999;
	page-break-inside: avoid; }

	thead {
	display: table-header-group; }

	tr,
	img {
	page-break-inside: avoid; }

	img {
	max-width: 100% !important; }

	@page {
	margin: 1.5cm 1cm; }
	p,
	h2,
	h3 {
	orphans: 3;
	widows: 3; }

	h2,
	h3 {
	page-break-after: avoid; }

	header nav, header .header-right, footer {
	display: none; }

	header h1 {
	margin-left: -9999px;
	margin-bottom: 0; }
	header h1 img {
	  margin-left: 9999px;
	  margin-bottom: 0;
	  max-width: 250px;
	  max-height: 80px;
	  width: auto;
	  height: auto; }

	a.btn, a.photo-bg-btn, a.two-line-rb-btn, a.child-profile, a.child-profile.disabled, a.remove-cart-btn, input.btn, input.photo-bg-btn, input.two-line-rb-btn, input.remove-cart-btn {
	display: none; }

	a.to-top {
	display: none; }

	.embed-container {
	display: none; }
	.embed-container iframe {
	  display: none; }

	.col-pad {
	padding-left: 0;
	padding-right: 0; }

	h1 {
	font-size: 28px;
	margin: 0;
	padding: 0; }

	h2 {
	font-size: 20px;
	margin: 0;
	padding: 0; }

	.heading-menu {
	margin: 0; }
	.heading-menu .heading-menu-border {
	  border: none; }
	  .heading-menu .heading-menu-border .resources-utility {
	    display: none; }

	div.child-search-form {
	border: none; }
	div.child-search-form form {
	  display: none; }

	.child-search-listing {
	width: 25%; }

	.main.resources {
	padding: 0; }
	.main.resources .resource-detail h1, .main.resources .resource-detail h2, .main.resources .resource-detail h3 {
	  margin-bottom: 15px;
	  color: #000; }
	.main.resources .resource-detail .desc {
	  margin-bottom: 20px; }
	.main.resources .resource-detail .dates {
	  margin-top: 20px;
	  color: #000; }
	  .main.resources .resource-detail .dates p, .main.resources .resource-detail .dates span {
	    color: #000; }
	.main.resources .resource-detail .info-details {
	  border: 1px solid #000; }
	  .main.resources .resource-detail .info-details .to-phone {
	    display: none; }
	  .main.resources .resource-detail .info-details .url, .main.resources .resource-detail .info-details .contact, .main.resources .resource-detail .info-details .phone, .main.resources .resource-detail .info-details .email, .main.resources .resource-detail .info-details .address, .main.resources .resource-detail .info-details .head {
	    color: #000; }
	    .main.resources .resource-detail .info-details .url a, .main.resources .resource-detail .info-details .url span, .main.resources .resource-detail .info-details .contact a, .main.resources .resource-detail .info-details .contact span, .main.resources .resource-detail .info-details .phone a, .main.resources .resource-detail .info-details .phone span, .main.resources .resource-detail .info-details .email a, .main.resources .resource-detail .info-details .email span, .main.resources .resource-detail .info-details .address a, .main.resources .resource-detail .info-details .address span, .main.resources .resource-detail .info-details .head a, .main.resources .resource-detail .info-details .head span {
	      color: #000; }
	    .main.resources .resource-detail .info-details .url a[href]:after, .main.resources .resource-detail .info-details .contact a[href]:after, .main.resources .resource-detail .info-details .phone a[href]:after, .main.resources .resource-detail .info-details .email a[href]:after, .main.resources .resource-detail .info-details .address a[href]:after, .main.resources .resource-detail .info-details .head a[href]:after {
	      content: " (" attr(href) ")"; }
	.main.resources .resource-detail .print {
	  display: none; } }
.print {
	color: #000; }
	.print.main {
	padding: 0; }
	.print .header {
	margin-bottom: 12pt; }
	.print .header img {
	  width: 4.5cm; }
	.print p {
	font-size: 11pt;
	margin-bottom: 4pt;
	line-height: 1; }
	.print p.small {
	  font-size: 10pt; }
	.print h4, .print .news-list .news-listing .summary .news-summary-heading .news-issue span, .news-list .news-listing .summary .news-summary-heading .news-issue .print span {
	color: #666;
	font-size: 10pt;
	padding: 0; }
	.print h3 {
	font-weight: normal;
	font-size: 11pt;
	page-break-after: avoid;
	line-height: 1;
	padding: 4pt 0;
	color: #666;
	text-transform: uppercase; }
	.print h2 {
	color: #000;
	font-size: 13pt;
	font-weight: 800;
	padding: 0;
	page-break-after: avoid;
	line-height: 2; }
	.print h1 {
	color: #000;
	font-size: 15pt;
	margin: 0;
	border-bottom: 3px solid #000;
	padding-bottom: 2pt;
	line-height: 1.5; }
	.print label, .print p.required {
	font-weight: 800;
	font-size: 11pt;
	padding: 0 0 1pt 0;
	page-break-after: avoid;
	line-height: 1.2; }
	.print span.check {
	font-size: 16pt; }
	.print .col, .print .library .library-categories .advanced-options ul:first-child > li, .library .library-categories .advanced-options .print ul:first-child > li, .print .resources .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options .print ul:first-child > li {
	padding: 2pt;
	margin-bottom: 1pt;
	display: inline-block; }
	.print .col.x-12, .print .library .library-categories .advanced-options ul:first-child > li, .library .library-categories .advanced-options .print ul:first-child > li, .print .resources .library-categories .advanced-options ul:first-child > li, .resources .library-categories .advanced-options .print ul:first-child > li {
	  width: 100%; }
	.print .col.x-11, .print .library .library-categories .advanced-options ul:first-child > li.x-11, .library .library-categories .advanced-options .print ul:first-child > li.x-11, .print .resources .library-categories .advanced-options ul:first-child > li.x-11, .resources .library-categories .advanced-options .print ul:first-child > li.x-11 {
	  width: 91.666666%; }
	.print .col.x-10, .print .library .library-categories .advanced-options ul:first-child > li.x-10, .library .library-categories .advanced-options .print ul:first-child > li.x-10, .print .resources .library-categories .advanced-options ul:first-child > li.x-10, .resources .library-categories .advanced-options .print ul:first-child > li.x-10 {
	  width: 83.333333%; }
	.print .col.x-9, .print .library .library-categories .advanced-options ul:first-child > li.x-9, .library .library-categories .advanced-options .print ul:first-child > li.x-9, .print .resources .library-categories .advanced-options ul:first-child > li.x-9, .resources .library-categories .advanced-options .print ul:first-child > li.x-9 {
	  width: 74.999999%; }
	.print .col.x-8, .print .library .library-categories .advanced-options ul:first-child > li.x-8, .library .library-categories .advanced-options .print ul:first-child > li.x-8, .print .resources .library-categories .advanced-options ul:first-child > li.x-8, .resources .library-categories .advanced-options .print ul:first-child > li.x-8 {
	  width: 66.666666%; }
	.print .col.x-7, .print .library .library-categories .advanced-options ul:first-child > li.x-7, .library .library-categories .advanced-options .print ul:first-child > li.x-7, .print .resources .library-categories .advanced-options ul:first-child > li.x-7, .resources .library-categories .advanced-options .print ul:first-child > li.x-7 {
	  width: 58.333333%; }
	.print .col.x-6, .print .library .library-categories .advanced-options ul:first-child > li.x-6, .library .library-categories .advanced-options .print ul:first-child > li.x-6, .print .resources .library-categories .advanced-options ul:first-child > li.x-6, .resources .library-categories .advanced-options .print ul:first-child > li.x-6 {
	  width: 50%; }
	.print .col.x-5, .print .library .library-categories .advanced-options ul:first-child > li.x-5, .library .library-categories .advanced-options .print ul:first-child > li.x-5, .print .resources .library-categories .advanced-options ul:first-child > li.x-5, .resources .library-categories .advanced-options .print ul:first-child > li.x-5 {
	  width: 41.666666%; }
	.print .col.x-4, .print .library .library-categories .advanced-options ul:first-child > li.x-4, .library .library-categories .advanced-options .print ul:first-child > li.x-4, .print .resources .library-categories .advanced-options ul:first-child > li.x-4, .resources .library-categories .advanced-options .print ul:first-child > li.x-4 {
	  width: 33.333333%; }
	.print .col.x-3, .print .library .library-categories .advanced-options ul:first-child > li.x-3, .library .library-categories .advanced-options .print ul:first-child > li.x-3, .print .resources .library-categories .advanced-options ul:first-child > li.x-3, .resources .library-categories .advanced-options .print ul:first-child > li.x-3 {
	  width: 24.999999%; }
	.print .col.x-2, .print .library .library-categories .advanced-options ul:first-child > li.x-2, .library .library-categories .advanced-options .print ul:first-child > li.x-2, .print .resources .library-categories .advanced-options ul:first-child > li.x-2, .resources .library-categories .advanced-options .print ul:first-child > li.x-2 {
	  width: 16.666666%; }
	.print .col.x-1, .print .library .library-categories .advanced-options ul:first-child > li.x-1, .library .library-categories .advanced-options .print ul:first-child > li.x-1, .print .resources .library-categories .advanced-options ul:first-child > li.x-1, .resources .library-categories .advanced-options .print ul:first-child > li.x-1 {
	  width: 8.333333%; }
	.print .photos img {
	width: 100px; }
	.print .group {
	padding-bottom: 5pt;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5pt;
	page-break-inside: avoid; }
	.print .page {
	padding-bottom: 5pt;
	margin-bottom: 5pt;
	border-bottom: 1px solid #333; }
	.print .no-break {
	page-break-inside: avoid; }

div#codeigniter_profiler {
	display: none; }

div#expressionengine_template_debug {
	display: none; }

#resource-page {
	color: #000;
	line-height: 1; 
}

/*================================================
=                    VENDOR                      =
================================================*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-coverall {
	background-color: white; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	background-color: white;
	border-radius: 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 700px;
	margin: 0 auto;
	padding: 30px;
	text-align: left;
	z-index: 1045; }
	.mfp-content p:last-child {
	margin-bottom: 0; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.js .mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
	.mfp-preloader a {
	color: #CCC; }
	.mfp-preloader a:hover {
	  color: var(--white); }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }
button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: var(--white);
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover, .mfp-close:focus {
	opacity: 1; }
	.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: var(--white);
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	.mfp-arrow:active {
	margin-top: -54px; }
	.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1; }
	.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
	.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
	.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after {
	border-right: 17px solid var(--white);
	margin-left: 31px; }
	.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after {
	border-left: 17px solid var(--white);
	margin-left: 39px; }
	.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
	.mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
	.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
	.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
	.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
	.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
	padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
	  padding: 0; }
	.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px; }
	.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0; } }
@media all and (max-width: 900px) {
	.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75); }

	.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0; }

	.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%; }

	.mfp-container {
	padding-left: 6px;
	padding-right: 6px; } }
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0; }

/*-----    End of FAMEWORQ COMPONENTS     ------*/
/*-----      End of IMPORT COMPONENTS     ------*/
/*================================================
=                 CUSTOM STYLES                  =
================================================*/
/**
*
* You can write your custom styles below or add
* @import rules, @extend, @includes for this
* custom theme.
*
**/
/* 
Note - the class added below was a hotfix from CR on 7/24/2015
	It was added so we could tap into the native freeform checkbox outputter while still being able to float the other_ethnicity text input next to the Other checkbox value
	Implemented on register child form - line 286
*/
.checkbox-with-other-input-field label:nth-last-child(2), .checkbox-with-other-input-field p.required:nth-last-child(2) {
	float: left;
	padding-right: 10px; }


a.btn.express-search{
	margin-top: 9px;
	height: 40px;
	padding: 4px 10px;
}

.loader {
	display: none;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #e1e1e1; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.newsletters-page{
	padding: 0px;
}

#primary_content{
	position: relative;
}

#entry-edit-link{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
  color: var(--orange);
}
@media print{
	#entry-edit-link{ display: none;}
}


.nested-options option{
	font-weight: bold;
}
.nested-options optgroup option{
	font-weight: normal;
}

.error-list {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 1em;
}
.error-list p, .error-list li{
	font-size: 1em;
}

.back-link{
	position: absolute;
	top: 0px;
	left: 0px;
}

.error-notification{
	color: #c53030;
	background-color: #fff5f5;
	padding: 12px 16px;
	border: 1px solid #fc8181;
	border-radius: .25rem;
}
.error-notification > p{
	padding-bottom: 0px;
}

.remove-resource-from-list,
.remove-resource-hold-from-list{
  color: #c84432;
  background-color: var(--white);
  border: none;
}
.resource-inquiry h3.title{
  line-height: 28px;
}
.result-uri{
    padding: 0px 0px 10px;
}
.result-uri > a,
.result-uri{
    font-size: 12px;
    color: rgba(0,0,0,0.3);
    font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

#child-registration-form fieldset{
	margin-bottom: 20px;
}

#siblings-container fieldset {
	margin-bottom: 20px;
}
#siblings-container fieldset legend {
	font-size: 30px;
	line-height: 42px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #555e8a; 
}
#siblings-container fieldset fieldset {
	margin-bottom: 20px;
}
#siblings-container fieldset fieldset legend {
	font-size: 22px;
    line-height: 29px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #6f78a2;
}

.upload-thumb{
	max-width: 200px;
	max-height: 300px;
	padding: 10px;
	margin: 10px;
	border: 1px dotted rgba(0,0,0,0.4);
}

.page-slider-container{
	width: 100%;
	display: flex;
	overflow-x: auto;	
}

.page-slider-container > fieldset{
	width: 100%;
	flex-shrink: 0;
	height: 100%;
	display: none;
	margin-bottom: 20px;
    background-color: rgba(0,0,100,0.02);
    box-shadow: inset 1px 1px 6px -1px rgba(0,0,0,0.3);
}
.page-slider-container > fieldset.shown{
	display: block;
}

#page-slider-nav{
	width: 100%;
	flex-wrap: nowrap;
	display: flex;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#page-slider-nav > li{
	width: 10%;
	background-color: rgba(0,0,0,0.1);
	list-style-type: none;
	margin: 10px;
	cursor: pointer;
}
#page-slider-nav > li:hover{
	background-color: rgba(0,0,110,0.15);
}
#page-slider-nav > li.shown{
	background-color: rgba(0,0,140,0.2);
	border: 1px solid rgb(83, 83, 174);
	cursor: default;
}
#page-slider-nav > li.has-errors{
	background-color: rgba(140,0,0,0.2);
}

.page-slider-buttons {
	display: flex;
	height: 100%;
}
.page-slider-buttons > .left {
	text-align: left;
}
.page-slider-buttons > .center {
	flex-grow: 1;
	text-align: center;
}
.page-slider-buttons > .right {
	text-align: right;
}

.btn-teeny{
	margin: 2px 5px !important;
    padding: 2px 8px !important;
    font-size: 12px !important;	
}
.btn-red{
	color: #c84432 !important;
    border: 2px solid #cd0a0a !important;
}

.form-error {
	background-color: #f7b0b0; 
}
.form-error p {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 20px auto;
	padding: 20px 55px 20px 20px;
	color: #c84432; 
}
.form-notice {
	background-color: #839fbd; 
}
.form-notice p {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 20px auto;
	padding: 20px 55px 20px 20px;
	color: #075bb5; 
}

.video-section {
	display: flex;
  align-items: stretch;
  gap: 20px;
  background-color: #3c9187;
  padding: 2% !important;
  margin-block: 2%;
}

.video-section::after {
  display: none;
}

.video-section .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-section-player {
  --plyr-color-main: #3c9187;
}

.video-section-player .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.video-section-player .plyr.plyr--playing:hover .plyr__controls {
  opacity: 1;
  pointer-events: auto;
}

.video-section-title {
  padding-top: 0;
}

.video-section-title,
.video-section-text {
  color: var(--white);
}

.btn.video-section-btn {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
  margin: 0;
}

.btn.video-section-btn:hover {
  background-color: var(--white);
  color: #3c9187;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 240px;
}

.pagination-btn {
  color: var(--blue);
  text-transform: uppercase;
  transition: color .2s;
}

.pagination-btn:hover {
  color: var(--red-orange);
}

.login-form-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../f/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../f/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../f/OpenSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../f/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Nunito;
  font-display: swap;
  src: url("../f/Nunito-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Nunito;
  font-display: swap;
  src: url("../f/Nunito-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/*-----       End of CUSTOM STYLES        ------*/


