/*----------------- FONTS -----------------*/

@font-face {
	font-family: 'brush-script-std-medium';
	src: url('../fonts/brush-script-std-medium.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/brush-script-std-medium.otf')  format('opentype'),
	url('../fonts/brush-script-std-medium.woff') format('woff'), 
	url('../fonts/brush-script-std-medium.ttf') format('truetype'), 
	url('../fonts/brush-script-std-medium.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'candara-regular';
	src: url('../fonts/candara-regular.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/candara-regular.otf')  format('opentype'),
	url('../fonts/candara-regular.woff') format('woff'), 
	url('../fonts/candara-regular.ttf') format('truetype'), 
	url('../fonts/candara-regular.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'exo-regular';
	src: url('../fonts/exo-regular.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/exo-regular.otf')  format('opentype'),
	url('../fonts/exo-regular.woff') format('woff'), 
	url('../fonts/exo-regular.ttf') format('truetype'), 
	url('../fonts/exo-regular.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'exo-medium';
	src: url('../fonts/exo-medium.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/exo-medium.otf')  format('opentype'),
	url('../fonts/exo-medium.woff') format('woff'), 
	url('../fonts/exo-medium.ttf') format('truetype'), 
	url('../fonts/exo-medium.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'exo-bold';
	src: url('../fonts/exo-bold.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/exo-bold.otf')  format('opentype'),
	url('../fonts/exo-bold.woff') format('woff'), 
	url('../fonts/exo-bold.ttf') format('truetype'), 
	url('../fonts/exo-bold.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'firasanscompressed-extralight';
	src: url('../fonts/firasanscompressed-extralight.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/firasanscompressed-extralight.otf')  format('opentype'),
	url('../fonts/firasanscompressed-extralight.woff') format('woff'), 
	url('../fonts/firasanscompressed-extralight.ttf') format('truetype'), 
	url('../fonts/firasanscompressed-extralight.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'franklin-gothic-book-regular';
	src: url('../fonts/franklin-gothic-book-regular.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/franklin-gothic-book-regular.otf')  format('opentype'),
	url('../fonts/franklin-gothic-book-regular.woff') format('woff'), 
	url('../fonts/franklin-gothic-book-regular.ttf') format('truetype'), 
	url('../fonts/franklin-gothic-book-regular.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'itc-avant-garde-gothic-std-xlcn';
	src: url('../fonts/itc-avant-garde-gothic-std-xlcn.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/itc-avant-garde-gothic-std-xlcn.otf')  format('opentype'),
	url('../fonts/itc-avant-garde-gothic-std-xlcn.woff') format('woff'), 
	url('../fonts/itc-avant-garde-gothic-std-xlcn.ttf') format('truetype'), 
	url('../fonts/itc-avant-garde-gothic-std-xlcn.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}


body { 
	margin: 0;
	padding: 0;
	background-color: #666666;
	font-family: 'itc-avant-garde-gothic-std-xlcn';
	font-size: 16px;
}

p { padding: 0; margin: 0; }

.wrapper {
	width: 1050px;
	margin: 0 auto;
	padding: 0 25px;
	background-color: #F0F0F0;
}



/*---------------------- ADS ----------------------*/

.ad-300x250 {
	width: 300px;
	margin-top: 13px;
}

.ad-946x250 {
	width: 100%;
	max-width: 970px;
	clear: both;
	margin: 0 auto;
}

.ad-942x90 {
	width: 100%;
	max-width: 970px;
	clear: both;
	margin: 0 auto;
}

.ad-942x90 img, .ad-946x250 img {width: 100%;}

/*------------------ BANNER AREA ------------------*/

.banner {
	width: 100%;
	height-max: 110px;
	padding: 10px 0;
}

.logo-youthlink {
	width: 275px;
	height: 54px;
	float: left;
}

.banner-date {
	font-family: 'franklin-gothic-book-regular';
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
}

.banner-right {
	/*width: 168px;*/
	height: 54px;
	float: right;
	text-align: right;
}

.banner-right a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.banner-right a:hover {
	color: #000;
}

.banner-right-middot {
	color: #68c8c6;
	font-weight: bold;
}

.search {
	/*width: 100%;*/
	/*height: 20px;*/
	margin-top: 3px;
	/*border: 1px solid #c1c1c1;*/
}

.search form {
	padding: 0;
	margin: 0;
}

.search input[type="text"] {
	/*width: 145px;*/
	height: 18px;
	/*height: 20px;*/
	color: #FFFFFF;
	background-color: #575a5d; 
	border: none;
	/*padding: 5px;*/
	padding-left: 5px;
	margin: 0;
	float: left;
}



/*---------------------- MENU ----------------------*/

menu {
	width: 100%;
    max-width: 1030px;
	height: 20px;
	background-color: #b999aa;
	font-size: 18px;
	font-family: 'firasanscompressed-extralight';
	text-transform: uppercase;
	clear: both;
	float: right;
	padding: 12px 0px 12px 20px;
}

menu a {
	color: #FFFFFF;
	text-decoration: none;
}

menu a:hover {
	color: #000;
	text-decoration: none;
}


menu li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #FFF;
	padding: 0 10px;
}

menu li:last-child {
	border-right: none;
}

menu ul {
	margin: 0;
	padding: 0;
}



/*-------------------- MAIN SECTION 1 --------------------*/

.wrapper-main-section {
	width: 100%;
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}

.wrapper-main-section-left {
	/*width: 668px;*/
	width: 70%;
	float: left;
}

.wrapper-main-section-left-internal {
	width: 75%;
	max-width: 685px;
	float: left;
}

.wrapper-main-story {
	width: 580px;
	background-color: #FFF;
	float: left;
}

.story-main-image {
	width: 418px;
	margin: 5px 0 5px 5px;
	float: left; 
}

.story-sub {
	width: 82px;
	background-image: url(../images/story-sub-bg.jpg);
	float: left;
	padding: 10px;
}

.story-sub img {
	margin: 10px 0;
}

blockquote.image-field-caption {
	margin: 0;
}

blockquote.image-field-caption p {
    margin: 0;
    font-size: 12px;
    font-style: italic;
    color: #999;
    text-align: center;
}

.from-the-pages {
	width: 139px;
	border-top: 5px solid #7f8081;
	float: left;
	margin-left: 15px;
}

.from-the-pages .section {
	border-top: 1px dotted #adadad;
	background: #FFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.from-the-pages .section a {
	color: #d88699;
	text-decoration: none;
}

.from-the-pages-footer {
	/*height: 38px;*/
	border-top: 1px dotted #adadad;
	background: #FFF;
	padding: 12px 10px;
	text-align: right;
}

.main-section-text {
	clear: both;
	padding: 5px;
}

.read-more {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

span.file > img {margin: 0 !important;}

.guides {margin: 20px 0 35px 0 !important;}

.read-more a {
	color: #76cdcb;
	text-decoration: none;
}

.section-title, .ps-caption {
	font-family: 'exo-regular';
	font-size: 18px;
	font-weight: bold;
}

.wrapper-main-section-right {
	width: 300px;
	/*float: left;*/
	float: right;
	/*margin-left: 32px;*/
}

.wrapper-main-section-right-internal {
	width: 300px;
	float: left;
	margin-left: 15px;
}

/*-------------------- MAIN SECTION 2 --------------------*/

.wrapper-main-section-2 {
	width: 100%;
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}

.study-guides {
	width: 100%;
	margin: 10px auto 19px auto;
}

.study-guides img {width: 100%;}

.ad-622x90 {
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
}

.ad-622x90 img {width: 100%;}

.wrapper-main-section-right2 {
	width: 300px;
	/*float: left;*/
	float: right;
	/*margin: 10px 0 0 32px;*/
	margin: 10px 0 0 0;
	background-color: #FFF;
}

.must-see-videos-title {
	font-family: 'brush-script-std-medium';
	color: #ed1c24;
	font-size: 42px;
	width: 100%;
	border-bottom: 1px dotted #adadad;
	text-align: center;
	padding: 5px 0;
}

.must-see-video {
	width: 211px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	background-image: url(../images/dots-video.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	padding-bottom: 5px;
}

.field-collection-container .field-items .field-item {/*width: 121px; float: left; */display: inline-block; /*margin: 10px;*/}
.field-collection-container .field-items .field-item.odd {/*margin: 10px 0;*/}



/*--------------------- STORY SECTION ---------------------*/

.story-section {
	width: 280px;
	float: left;
	background-image: url(../images/story-section-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: bottom;
	/*margin: 10px 8px 10px 8px;*/
	margin: 10px 25px 10px 25px;
	padding: 10px;
}

.story-section img {
	margin-bottom: 10px;
}

.col-1{
	widh: 100%;
	max-width: 32%;
	height: auto;
	float: left;
	padding: 10px;
}

.col-2{
	widh: 100%;
	max-width: 18%;
	height: auto;
	float: left;
	padding: 10px;
}

.col-4{
	widh: 100%;
	max-width: 10%;
	height: auto;
	float: left;
	padding: 10px;
}



/*------------------------ FOOTER ------------------------*/

footer {
	width: 1100px;
	text-align: center;
	background-color: #FFF;
	margin: 0 auto;
}

.logo-gleaner img {
	width: 223px;
	height: 42px;
	margin: 30px;
}

.copyright {
	font-family: 'candara-regular';
	font-size: 12px;
	font-weight: bold;
}

.footer-menu {
	height: 20px;
	width: 800px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding-top: 20px;
}

.footer-menu a {
	display: block;
	color: #b13f8c;
	text-decoration: none;
	font-weight: bold;
	width: 120px;
	text-align: center;
}

.footer-menu a:hover {
	color: #000;
	text-decoration: none;
}

.footer-menu ul li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #b13f8c;
	padding: 0 10px;
}

.footer-menu ul li:last-child {
	border-right: none;
}



/*------------------------ SUBSCRIBE ------------------------*/

.subscribe-form {
	width: 270px;
	height: 200px;
	padding: 15px;
	margin: 20px 0;
	background-color: #FFF;
}

.subscribe-form input[type="text"] {
	width: 100%;
	height: 30px;
	color: #b7b7b7;
	background-color: #FFF; 
	border: 1px solid #b7b7b7;
	padding: 5px;
	margin: 20px 0;
}

.subscribe-form input[type="submit"] {
	width: 98px;
	height: 40px;
	color: #FFF;
	background-color: #e22524; 
	border: none;
	padding: 5px;
	font-weight: bold;
	margin: 20px 0;
}

.subscribe-form input[type="submit"]:hover {
	background-color: #ef5453;
}

.subscribe-form p {
	font-family: 'exo-medium';
	font-size: 28px;
	color: #151706;
	line-height: 30px;
}



/*------------------------ ARTICLE ------------------------*/

.wrapper-article {
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	padding: 10px;
	margin: 0 0 20px 0;
}

.article-heading {
	font-family: 'exo-bold';
	font-size: 30px;
	color: #66ccff;
}

.article-title {
	font-family: 'exo-regular';
	font-size: 24px;
	color: #f8886f;
	line-height: 26px;
}
.article-title > a, li.node-readmore > a {
	color: #f8886f;
	text-decoration: none;
}


.wrapper-article p {
	font-family: Georgia, Times New Roman, Times, "san serif";
	font-size: 14px;
	/*font-weight: bold;*/
	letter-spacing: 1px;
	line-height: 20px;
	margin: 15px 0;
	/*width: 600px;*/
	color: #403e3e;
}

.wrapper-article img {
	display: block;
	margin: 10px auto;
}



/*------------------------ GALLERY ------------------------*/

.gallery-item {
	background-color: #f7f9fd;
	border: 1px solid #e9ecf4;
	padding: 5px;
	margin-bottom: 10px;
}

.gallery-item img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.gallery-title {
	font-family: 'firasanscompressed-extralight';
	font-size: 24px;
	font-weight: bold;
}

.gallery-item p {
	font-size: 14px;
	line-height: 16px;
}



/*------------------------ CXC ------------------------*/

.pdf-item {
	width: 87px;
	float: left;
	margin: 10px 33px;
	font-size: 12px;
}

.pdf-item p {
	font-size: 10px;
}

#div-gpt-ad-1516719478263-0 {display: none !important; margin: 0 auto !important;}

/*------------------------ MEDIA QUERY & RESPONSIVE STYLES ------------------------*/

/*#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../img/menu-icon.png) center;
}*/

.close {
	color: #990000;
}

.mobile-nav {
	display: none;
	text-align: center;
	background-color: #b999aa;
	margin: 0;
	padding:0;
}

.mobile-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.mobile-nav a:hover {
	color: #000;
	text-decoration: none;
}

.mobile-nav ul, .mobile-menu-tab ul {
	margin: 0;
	padding:0;
}

.mobile-nav ul li {
	list-style-type: none;
	border-bottom: 1px solid #bb8ba4;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.mobile-menu-tab {
	display: none;
	text-align: center;
	color: #FFF;
	background-color: #000;
}

.mobile-menu-tab li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px 0;
}

#div-gpt-ad-1521477908318-0 {display: none;}

/*TABLETS PROTRAIT 800*/
@media screen and (max-width: 720px), screen and (max-device-width: 720px) {
	#div-gpt-ad-1521477908318-0 {display: block !important;}
	#div-gpt-ad-1516377938407-0 {display: none !important;}
	
}
	
@media only screen and (max-width : 640px) {

	.mobile-menu-tab {
		display: block;
	}

	menu, .footer-menu {
		display: none;
	}
	body, html {
		width: 100%;
		margin:0;
		padding:0;
	}
	.responsive-wrapper {
		width: 100%;
		margin:0;
		padding:0;
	}
	.wrapper {
		width: 95%;
		padding: 10px;
	}
	.wrapper-main-section-right-internal {
		width: 100%;
	}
	.wrapper-main-section-right-internal img {
		width: 100%;
		margin-bottom: 10px;
	}
	.wrapper-main-section-left-internal {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.wrapper-article {
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #f0f0f0;
	}
	.wrapper-article img {
		width: 100%;
	}
	.gallery-item {
		width: 95%;
		padding: 10px;
	}
	.gallery-item img {
		width: 99%;
		margin: 0;
		padding: 0;
	}	
	.banner-cxc img {
		width: 100%;
	}
	.pdf-item {
		width: 87px;
		float: left;
		margin: 10px 15px;
		font-size: 12px;
	}




	.wrapper-main-section {
		width: 100%;
	}
	
	.wrapper-main-section-left {
		width: 100%;
	}

	.wrapper-article p {
		width: 100%;
	}
	.ad-942x90 img, .ad-946x250 img, .ad-622x90 img, .ad-300x250 img {
		width: 100%;
	}

	.ad-942x90, .ad-946x250, .ad-622x90, .ad-300x250 {
		margin: 0 auto;
	}
	
	#div-gpt-ad-1516377730559-0, #div-gpt-ad-1516378262064-0 {display: none !important;}
	#div-gpt-ad-1516719478263-0 {display: block !important;}
		

	.study-guides {
		width: 100%;
		clear: both;
	}
	.study-guides img {
		width: 100%;
	}
	
	footer {
		width: 100%;
	}
	
	.wrapper-main-section-right, .wrapper-main-section-right img, .wrapper-main-section-right-internal {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.wrapper-main-section-right2 {
		width: 100%;
		clear: both;
		margin: 0;
	}
	.story-section {
		width: 96%;
		margin: 10px auto;
		padding: 10px;		
	}
	.story-section img {
		width: 99%;
	}
	
	.wrapper-main-story {
		width: 100%;
	}
	.story-main-image, .story-main-image img {
		width: 100%;
		margin: 0;
		padding: 0;	
	}
	.story-sub {
		width: 94%;
		padding: 10px;
		margin:0;
	}
	.story-sub img {
		padding: 0;
		margin: 0 8px;
		width: 27%;
	}
	.from-the-pages {
		width: 100%;
		clear: both;
		background-color: #FFF;
		text-align: center;
		margin: 10px 0;
	}
	.from-the-pages img {
		margin: 0 auto;
	}
	.must-see-video {
		width: 99%;
	}
	.must-see-video img {
		width: 99%;
		margin-bottom: 15px;
	}
		
	.subscribe-form {
		width: 94%;
		padding:10px;
		margin: 0 auto;
	}
	
}

#images {
	display:none;	
}

.panel {
	float:left;	
}

ul.exposureThumbs {
	background:#111;
	border:12px solid #111;
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.exposureThumbs li {
	margin:0 0 12px 0;
	padding:0;
	text-align:center;
	display:none;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

ul.exposureThumbs li.last {
	margin:0;	
}

.exposureTarget {
	width:100%;
	height:auto;
	background-color:#111;	
	background-image:url(res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	padding:0;
	margin:0;
	border:12px solid #111;
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded {
	background-image:none;	
}

.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:-2000px;
	height:60px;
	padding:7px;
	background-image:url(res/veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	display:none;
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:150px;
	height:79px;
}

.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	padding:8px;
	background-color:#555;
	display:block;
	float:left;
}

.exposureSlideshowControls a {
	float:right;	
}

.exposureSlideshowControls a,
.exposureControls a {
	color:#ccc;
	text-decoration:none;
	outline:none;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	background-color:#444;
	color:#ddd;
}

.exposurePaging .active {
	color:#fff;
	background-color:#111;	
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  display: block;
  float: left;
  width: 100%;
  list-style: none;
  clear: both !important;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}


.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}