


@media screen and (min-width:375px) {

}



@media screen and (min-width:480px) {

  /* header */
	#main-header .logo_container {
		margin-top: 10px;
	}
	#et_top_search {
		right: 19px;
		top: 27px;
	}
  .home #et_top_search {
		top: 28px;
	}
  .et-search-form {
  	top: 41px !important;
  }
  .et_close_search_field {
    top:24px !important;
  }
  .et-search-form input {
    width: 60%;
  }
  .et-search-form,
  .et_close_search_field {
    right: 0 !important;
  }
	#main-header .language-switcher {
		position: absolute;
		left: auto;
		right: 90px;
		top: 28px;
	}
	.social-nav {
		right: 70px;
		top: 26px;
		transform: scale(.74);
	}
  .home .social-nav {
		right: 70px;
		top: 26px;
	}
	.rmp_menu_trigger {
		top: 12px !important;
	}
	.preheader-on .rmp_menu_trigger {
		top: 49px !important;
	}
  .rmp-container {
		top: 65px !important;
	}
	.et_fixed_nav #main-header > .container {
		padding: 0;
	}

  /* homepage */
 	.home .slider .soliloquy-container .soliloquy-caption {
 		display: block !important;
 	}

}




@media screen and (max-width: 600px) {

  .soliloquy-container {
    max-height: none !important;
  }
  .soliloquy-viewport {
    height: auto !important;
  }
  .soliloquy-container .soliloquy-caption {
    position: relative !important;
  }

}





@media screen and (min-width:600px) {

  /* header */
  #et_top_search {
		top: 28px;
	}
	.social-nav {
		top: 20px;
	}

  /* homepage */
  .home .slider .soliloquy-prev,
	.home .slider .soliloquy-next {
		top: 50%;
	}
	.home section.pillars .pillar div::before {
		opacity: 0;
	}
	.home section.pillars .pillar div:hover::before {
		opacity: 1;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}
	.home section.pillars .pillar h2 {
		opacity: 0;
	}
	.home section.pillars .pillar:hover h2 {
		opacity: 1;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}
	.home section.support {
		padding: 20px 0 40px;
	}
	.home section.support .container {
		padding: 0;
		/*
		three
		background: url(../img/backgrounds/white-line.png) repeat-y 34% 50%,
		url(../img/backgrounds/white-line.png) repeat-y 64% 50%;
		four
		background: url(../img/backgrounds/white-line.png) repeat-y 25% 50%,
		url(../img/backgrounds/white-line.png) repeat-y 50% 50%,
		url(../img/backgrounds/white-line.png) repeat-y 75% 50%;
		 */
	}
	.home section.support .donate {
		position: relative;
		float: left;
		margin: 0 3%;
		padding: 0;
		border-top: none;
	}
	.home section.support .donate.two {
		width: 46%; /* 2 cols */
	}
	.home section.support .donate.three {
		width: 27%; /* 3 cols */
	}
	.home section.support .donate.four {
		width: 19%; /* 4 cols */
	}

	/* core pillars */
	.page-template-page-pillars #content-area section.pillars .pillar {
		float: left;
		display: block;
		width: 32%;
		margin: 0 0 0 2%;
		border-bottom: none;
	}
	.page-template-page-pillars #content-area section.pillars .pillar:first-of-type {
		margin-left: 0;
	}
	.page-template-page-pillars section.pillars .pillar div {
		float: left;
	}
	.page-template-page-pillars #content-area section.pillars .pillar h2 {
		font-size: 18px;
	}

	/* impact */
	.page-template-page-impact #content-area .countries .container {
		padding-bottom: 40px;
	}
	.page-template-page-impact #content-area .countries h3 {
		margin-top: 30px;
	}
	.page-template-page-impact #content-area .countries ul {
		margin: 30px 0 0;
	}
	.page-template-page-impact #content-area .countries li {
		float: left;
		width: 30%;
		margin: 0 0 15px 5%;
	}
	.page-template-page-impact #content-area .countries li:nth-child(3n+1) {
		margin-left: 0;
	}
	.page-template-page-impact #content-area .countries ul + p {
		margin: 30px 0 0;
		color: #fff;
		text-align: center;
	}
	.page-template-page-impact #content-area .program {
		background-color: #fff;
		border-top-width: 1px;
		border-top-style: solid;
	}
	.page-template-page-impact #content-area .program .container {
		padding: 0 0 40px;
	}
	.page-template-page-impact #content-area .program h3 {
		font-size: 26px;
	}
	.page-template-page-impact #content-area .program li {
		display: inline-block;
		width: 48.5%;
		margin: 25px 0 0 2%;
		padding: 40px 25px;
	}
	.page-template-page-impact #content-area .program li:nth-child(odd) {
		clear: left;
		margin-left: 0;
	}
	.page-template-page-impact #content-area .program li span.number {
		font-size: 36px;
	}
	.page-template-page-impact #content-area .program li span.text {
		margin-top: 20px;
	}

		/* programs */
	.home section.programs .program div::before {
		opacity: 0;
	}
	.home section.programs .program div:hover::before {
		opacity: 1;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}
	.home section.programs .program h2 {
		opacity: 0;
	}
	.home section.programs .program:hover h2 {
		opacity: 1;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}

	/* contact */
	.page-template-page-contact #main-content .hours,
	.page-template-page-contact #main-content .locations {
		float: left;
		width: 46%;
		line-height: 1.6;
		text-align: left;
	}
	.page-template-page-contact #main-content .locations {
		margin-left: 8%;
	}
	.page-template-page-contact #main-content .hours div.drop-in {
		margin: 30px 0 0;
	}
	.page-template-page-contact #main-content .locations span.map,
	.page-template-page-contact #main-content .locations span.fax {
		display: inline;
		margin-left: 15px;
	}
	.page-template-page-contact #main-content .subscribe {
		clear: both;
	}
	.page-template-page-contact #main-content .social-follow .et_social_icons_container {
		width: auto;
		margin: 0 !important;
	}
	.et_monarch .et_social_autowidth.et_social_networks li:first-child {
		margin-left: -10px !important;
	}

	/* podcast */
	.page-template-page-podcast figure.player-image,
	.single-podcast figure.player-image {
		position:absolute;
		left: 10px;
		top: 10px;
		width: 210px
	}

}





@media screen and (min-width:768px) {

  /* structure */
  #main-content .container {
		padding-top: 70px;
	}
	.page-id-119 #main-content .page > .container,
	.page-id-2150 #main-content .page > .container,
	.post-type-archive-tribe_events #main-content .page > .container {
		padding-top: 40px;
	}
	.no-mobile {
		display: block;
	}

  /* header */
  .et-search-form input {
    width: 90%;
  }
  #et_top_search {
		right: 55px;
    top: 28px;
		margin-right: 0;
	}
  .et-search-form {
  	top: 43px !important;
  }
  .social-nav {
    top: 22px;
	}

	/* footer */
	#main-footer .container > .footer-col {
		display: inline-block;
		width: 40%;
		margin: 0 0 0 6%;
		text-align: left;
	}
	#main-footer .container > .footer-col.logo img {
		margin-right: 0;
	}
	#main-footer .container > .footer-col.logo img {
		margin: 0 10% 0 0;
	}
	#main-footer .container .links {
		width:250px;
		margin: 30px 0 0;
	}
	#main-footer #footer-bottom .et_social_networks {
		margin: 0 40px 40px 0;
	}

  /* main content */
  h1.entry-title {
    padding: 33px 0;
		font-size: 40px;
	}
	#content-area .entry-content h2 {
		margin: 30px 0 20px;
		font-size: 1.2em;
	}
  #content-area .entry-content .container > h2:first-child {
		margin-top: 0;
	}
  #left-area .entry-content .page-builder > h2:first-child {
		margin-top: 30px;
	}
	#content-area .tiles .tile {
		float: left;
		width: 32%;
		height: 300px;
		margin: 0 0 0 2%;
	}
	.page-template-page-donate #content-area .tiles .tile.two {
		width: 49%; /* 2 across */
		margin: 2%;
	}
	.page-template-page-donate #content-area .tiles .tile.three {
		width: 32%; /* 3 across */
		margin-left: 2%;
	}
	.page-template-page-donate #content-area .tiles .tile.four {
		width: 23%; /* 4 across */
		margin-left: 2%;
	}
	.page-template-page-donate #content-area .tiles .tile.five {
		width: 32%; /* 3 across */
		margin-left: 2%;
	}
	.page-template-page-donate #content-area .tiles .tile:first-child,
	.page-template-page-donate #content-area .tiles .tile.five:nth-child(3n+1) {
		margin-left: 0;
	}

	#content-area .tiles .tile div {
		float: left;
	}

  .textile-top::after,
  .textile-bottom::after {
  	height: 25px;
  }

  /* page builder */
  .entry-content .intro-text,
	.page-builder .intro-text,
	.page-template-page-podcast .intro-text {
		font-size: 1em;
	}
  .page-builder .intro-text p {
    margin-top: 30px;
	}
  .page-builder #content-area .intro-text > p:first-child {
    margin-top: 0;
	}
	#content-area figure.quarter {
		width: 25%;
	}
	#content-area figure.third {
		width: 33%;
	}
	#content-area figure.half {
		width: 49%;
	}

	#content-area .embed-container.align-left {
		float:left;
		margin: 15px 2% 5px 0;
	}
	#content-area .embed-container.align-right {
		float:right;
		margin: 25px 0 5px 2%;
	}
	#content-area .embed-container.quarter,
	#content-area .embed-container.third,
	#content-area .embed-container.half {
		width: 49%;
		padding-bottom: 27.56%;
	}
	#content-area .page-builder > .embed-container.align-left:first-child,
	#content-area .page-builder > .embed-container.align-right:first-child {
		margin-top: 0;
	}
  #left-area > article .page-builder figure.half + .image-text-text-container {
  	width:49%;
  }
  #left-area > article .page-builder figure.third + .image-text-text-container {
  	width:65%;
  }
  #left-area > article .page-builder figure.quarter + .image-text-text-container {
  	width:73%;
  }

  /* homepage */
  .home.et_header_style_left #et-top-navigation {
  	padding-top: 65px;
  }
  .home #main-header .logo_container img#logo {
  	position: relative;
  	top: 5px;
    /*width: auto;*/
  }
  .home .et-search-form {
    right: 0 !important;
  	top: 43px !important;
  }
  .home .et_close_search_field {
    right: 0 !important;
  	top: 33px !important;
  }
  .home .social-nav {
		right: 10px;
	}
  .home .rmp-container {
  	top: 110px !important;
	}
	.home .slider .down {
		display: block;
		position: absolute;
		bottom: 15px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #fff;
		font-size: 16px;
	}
	.home .slider .down i {
		font-weight: 400;
	}
	.home .slider .soliloquy-pager {
		display: block !important;
		bottom: 20px !important;
		width: 100% !important;
		margin: 0 !important;
		padding-right: 50px;
		text-align: right !important;
	}
  .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		bottom: 55px !important;
	}
  .home .slider .soliloquy-caption .soliloquy-caption-inside {
    padding: 0 25px;
	  font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background: none;
	}
  .home .slider .soliloquy-slider .soliloquy-caption-inside a:last-of-type::after {
		font-size:.6em;
	}
  .home .slider .soliloquy-next {
  	right: 10px !important;
  }
  .soliloquy-container .soliloquy-pager {
    position: relative;
    text-align: right !important;
  }
  .soliloquy-container .soliloquy-pager-link {
    text-indent: 9999px;
  }
  .soliloquy-container .soliloquy-pager-link span {
    color: transparent;
  }
  .home section.video h2 {
    display: block;
		margin: 70px 0 20px;
		padding: 0;
		color: #f15A22;
		font-size: 18px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
	}
	.home section.video .video-gallery {
		margin-top: 0;
	}


	/* impact */
	.page-template-page-impact #main-content .container {
		padding-top: 20px;
	}

	/* contact */
	.page-template-page-contact #main-content .subscribe {
		text-align: left;
	}

  /* programs */
  .page-template-page-program #content-area section .container {
		font-size: 1em;
	}
  .page-template-page-program #content-area section.intro {
		padding: 70px 0;
	}
  .page-template-page-program #content-area section.program-images .container {
  	padding-bottom: 70px;
  }
  .page-template-page-program #content-area .tiles .tile {
		float: left;
		width: 48%;
		height: 300px;
		margin: 30px 0 0 4%;
	}
  .page-template-page-program #content-area .tiles .tile:nth-child(3n+1) {
		margin-left: 4%;
	}
	.page-template-page-program #content-area .tiles .tile:nth-child(2n+1) {
		margin-left: 0;
	}
	.page-template-page-program #content-area .tiles .tile div {
		float: left;
	}
  .page-template-page-program #content-area .tiles .tile h2 {
		font-size: 1.5vw;
	}
  .page-template-page-program #content-area .tiles .tile h2+p {
    font-size: 1.1em;
  }
  .page-template-page-program #content-area section.bullets .container {
		padding-bottom: 70px;
	}
  .page-template-page-program #content-area section.bullets ul li {
		margin-top: 20px;
	}
  .page-template-page-program #content-area section.bullets.two-col ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .page-template-page-program #content-area section.bullets.two-col ul+p {
		font-size: 1.5em;
	}
  .page-template-page-program #content-area section.big-bullets .container {
		padding: 70px 0;
	}
  .page-template-page-program #content-area section.big-bullets ul li {
		margin-top: 30px;
	}
  .page-template-page-program #content-area section.outcomes .container {
		padding-bottom: 70px;
	}
  .page-template-page-program #content-area section.outcomes .carousel li {
		font-size: 1.7em;
	}
  .page-template-page-program #content-area section.outcomes .statements li {
		font-size: 1.5em;
	}
  .page-template-page-program #content-area section.hours .container {
		padding-bottom: 70px;
	}
  .page-template-page-program #content-area section.hours p {
		font-size: 24px;
	}
	.page-template-page-program #content-area section.curriculum,
	.page-template-page-program #content-area section.partners {
		padding-bottom: 70px;
	}
	.page-template-page-program #content-area section.curriculum ul.logos li,
	.page-template-page-program #content-area section.partners ul.logos li {
		display: inline-block;
		margin: 0 0 0 30px;
	}
	.page-template-page-program #content-area section.curriculum ul.logos li img,
	.page-template-page-program #content-area section.partners ul.logos li img {
		height: 70px;
	}
	.page-template-page-program #content-area section.curriculum ul.logos li span,
	.page-template-page-program #content-area section.partners ul.logos li span {
		margin: 10px 0 0;
	}
	/* immigration legal (english/spanish) */
	.page-id-130 #content-area section.curriculum ul.logos li,
	.page-id-1892 #content-area section.curriculum ul.logos li,
  .page-id-130 #content-area section.partners ul.logos li,
	.page-id-1892 #content-area section.partners ul.logos li {
    margin-left: 15px;
		vertical-align: top;
  }
	.page-id-133 #content-area section.curriculum ul.logos li,
	.page-id-134 #content-area section.curriculum ul.logos li,
  .page-id-133 #content-area section.partners ul.logos li,
	.page-id-134 #content-area section.partners ul.logos li {
    margin-left: 80px;
  }
	/* second chance */
	.page-id-131 #main-content .video-section .inner,
	.page-id-1922 #main-content .video-section .inner{
		position: relative;
		max-width: 1300px;
		margin: 0 auto;
}
	.page-id-131 #main-content .video-section iframe,
	.page-id-1922 #main-content .video-section iframe {
		float:left;
		margin:5px 2vw 1vw 0;
		width: 40vw;
		height: 22.5vw;
		max-width:700px;
		max-height:394px;
	}

  /* press & media */
  .page-template-page-press .news-list {
  	font-size:1em;
  }

	/* podcast */
	.page-template-page-podcast .intro-text .embed-container {
		float: left;
	}
	.page-template-page-podcast .intro-text .embed-container.first {
		margin-right: 2%;
	}
	.page-template-page-podcast figure.partner {
		float: left;
		width: 28%;
		margin: 20px 0 0 8%;
	}
	.page-template-page-podcast figure.partner:first-of-type {
		margin-left: 0;
	}
	.page-template-page-podcast figure.partner.ifrsf {
		position: relative;
		top: 7px;
	}
	.page-template-page-podcast figure.partner.change {
		position: relative;
		left: -10%;
	}
.page-template-page-podcast figure.partner.pi-hut {
	position: relative;
	top: 60px;
	left: -20%;
}

  /* people power */
  .page-template-page-action #content-area .entry-content h3 {
		margin: 40px 0 20px;
		font-size: 24px;
	}
	.page-template-page-action #content-area .envira-title {
		margin-top: 10px;
		font-size: 18px;
	}
	.page-template-page-action #content-area .envira-title::before {
		content: "VIDEO: ";
	}
  .page-template-page-action #content-area .tiles .tile {
		float: left;
		width: 48%;
		height: 300px;
		margin: 30px 0 0 2%;
	}
	.page-template-page-action #content-area .tiles .tile:nth-child(2n+1) {
		margin-left: 0;
	}

	/* donate */
	.parent-pageid-120 #main-content .container,
	.parent-pageid-2224 #main-content .container {
		padding: 30px 0 50px;
	}

}





@media screen and (min-width:900px) {

  /* home */

	/* impact */
	.page-template-page-impact #content-area .countries li {
		width: 15%;
		margin: 0 0 0 2%;
	}
	.page-template-page-impact #content-area .countries li:nth-child(4) {
		margin-left: 2%; /* reset */
	}
	.page-template-page-impact #content-area .countries li:first-child {
		margin-left: 0;
	}
	.page-template-page-impact #content-area .program .container {
		padding: 0 0 60px;
	}
	.page-template-page-impact #content-area .program h3 {
		font-size: 30px;
	}
	.page-template-page-impact #content-area .program li {
		width: 31.5%;
	}
	.page-template-page-impact #content-area .program li:nth-child(odd) {
		clear: none;  /* reset */
		margin-left: 2%;  /* reset */
	}
	.page-template-page-impact #content-area .program li:nth-child(3n+1) {
		clear: left;
		margin-left: 0;
	}
	.page-template-page-impact #content-area .program li span.number {
		font-size: 36px;
	}
	.page-template-page-impact #content-area .program li span.text {
		margin-top: 20px;
	}

	/* Caravan for the Children */
	#post-10918 .page-builder .intro-text p {
		font-size: 55px;
	}

}



@media screen and (min-width:960px) {

  /* structure */
  #et-main-area {
		margin-top: 0;
	}

  /* global */
  .textile-bottom::after {
		bottom:0;
	}

  /* header */
  #main-header .logo_container {
		width: 100%;
    height: 100%;
    margin-top: 0;
	}
  #main-header span.logo_helper {
		display: inline-block;
	}
	/* header */
	#et_top_search {
    top: 30px;
  }

	/* page builder */
	#content-area figure.quarter {
		width: 25%;
	}
	#content-area figure.third {
		width: 33%;
	}
	#content-area figure.half {
		width: 49%;
	}
	#content-area .embed-container.quarter {
		width: 25%;
		padding-bottom: 14%;
	}
	#content-area .embed-container.third {
		width: 33%;
		padding-bottom: 18.5%;
	}
	#content-area .embed-container.half {
		width: 49%;
		/* padding-bottom: 19%; */
	}
	#content-area .embed-container.full-width.third,
	#content-area .embed-container.full-width.half {
		width: 100%;
		margin: 40px 0 50px;
		padding-bottom: 56.25%;
	}


  /* homepage */
  .home .slider .soliloquy-id-304 a,
	.home .slider .soliloquy-id-1176 a {
  	position: relative;
  }
	.home .slider .soliloquy-id-304 a::after,
	.home .slider .soliloquy-id-1176 a::after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 200px;
  	background: -moz-linear-gradient(top, rgba(0,0,0,0) 100%, rgba(0,0,0,0.65) 0%); /* FF3.6-15 */
  	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 100%,rgba(0,0,0,0.65) 0%); /* Chrome10-25,Safari5.1-6 */
  	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  }
  .home section h1.section-title {
		margin: 0 0 40px;
		font-size: 2.1vw;
	}
  .home section.pillars {
		padding: 70px 0 90px;
	}
  .home section.pillars .pillar {
  	float: left;
  	width: 32%;
  	height: 300px;
  	margin: 0 0 0 2%;
  }
  .home section.pillars .pillar:first-of-type {
  	margin-left: 0;
  }
  .home section.pillars .pillar h2 {
		font-size: 1.5vw;
	}
  .home section.pillars .pillar div {
  	float: left;
  }
  .home section.impact {
		padding: 70px 0 90px;
	}
  .home section.impact article p.pre-fact {
		font-size: 1.4vw;
	}
	.home section.impact article p.fact {
		margin: 0 5%;
		font-size: 2.5vw;
	}
  .home section.programs {
		padding: 70px 0 90px;
	}
  .home section.programs .program {
		float: left;
		width: 32%;
		height: 300px;
		margin: 0 0 0 2%;
	}
	.home section.programs .program:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.home section.programs .program:nth-of-type(4) {
		margin-left: 17%; /* when there are 5 programs */
	}
	.home section.programs .program:nth-of-type(n+4) {
		margin-top: 30px;
	}
  .home section.programs .program h2 {
		font-size: 1.5vw;
	}
  .home section.video {
		padding-top: 70px;
	}
  .home section.support {
		padding: 50px 0 70px;
	}
  .home section.support h2 {
		font-size: 24px;
	}

  /* footer */
  #main-footer .container > img {
  	display: inline-block;
  	margin-left: 90px;
  }
  #main-footer .container > img.logo {
  	width: 130px;
  	margin-top: 0px;
  }
  #main-footer #footer-bottom .et_social_networks {
		margin-right: 0;
		margin-bottom: 0;
	}

	/* programs */
	.page-template-page-program #content-area section.curriculum ul.logos li img,
	.page-template-page-program #content-area section.partners ul.logos li img {
		height: 100px;
	}

	/* podcast */
	.page-template-page-podcast #content-area figure.quarter {
		max-width: 175px !important;
	}

}



@media screen and (max-width:980px) {

  /* header */
  .et_header_style_left #logo {
    max-width: none;
  }
  .rmp-container .rmp-search-box {
    height: 35px !important;
  }
  .rmp-container .rmp-menu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    line-height: 1.3 !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-weight: 600 !important;
  }
  .rmp-container .rmp-menu li.responsive-menu-pro-item > ul .responsive-menu-pro-item-link {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-weight: 400 !important;
  }
}



@media screen and (min-width:981px) {

	/* header */
	#et_top_search {
    top: 32px;
  }

  /* sidebar */
  .et_right_sidebar #sidebar {
    margin-top: 0;
  	padding-top: 0;
    padding-left: 30px;
    border-top: none;
  }
  /* sidebar border */
  #main-content .container::before,
  #main-content #content-area::before {
    width: 0; /* override */
  }
  #main-footer .container:before {
    background: none;
  }
  /* hide top/bottom of sidebar border */
  #sidebar,
  #main-content > .container::after,
  #main-content > article > .container {
    position: relative;
  }
  .page-template-page-landing #sidebar::after {
    top: -50px;
    height: 50px;
  }

  /* Caravan campaign */
	.postid-10918 #content-area .collabs,
	.postid-10918 #content-area .links.justified {
		column-count: 2;
		column-gap: 3%;
	}
  .postid-10918 #content-area .media-list li {
    float: left;
    /* width: 32.33%; */
		width: 49%;
    margin-left: 2%;
	}
	.postid-10918 #content-area .media-list li:nth-child(odd) {
    margin-left: 0;
	}
  .postid-10918 #content-area .media-meta .media-date {
  	margin-left: 5px;
  	padding-left: 8px;
    border-left: 1px solid #b9b9b9;
  }

}




@media screen and (min-width:1024px) {

	/* header */
  .social-nav {
    top: 3px;
    right: 115px;
	}
  #top-menu > li.donate {
    right: 10px;
  }
	#top-menu > li.menu-item-has-children > a:first-child,
	.et_header_style_left #et-top-navigation nav > ul > li > a:first-child {
		padding: 6px 7px;
	}
	.es #top-menu > li.menu-item-has-children > a:first-child {
		font-size: 11px;
	}

  /* home */
  #main-header .logo_container {
		width: 280px;
	}
  .home #main-header .logo_container img#logo {
  	width: 273px;
  	height: auto;
  }
  .home .social-nav {
    top: 24px;
    right: 115px;
	}
  .home #et_top_search {
    top: 32px;
  }
	#et_top_search,
  .social-nav,
  #et_top_search {
    -webkit-transition: top .5s;
    transition: top .5s;
  }
  .home .et-search-form {
    top: 45px !important;
  }
  .home .slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 3vw;
	}
  .home .slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside span {
		margin-bottom: 15px;
		font-size: 36px !important;
	}
	.home section.about {
		padding: 150px 0 50px;
		background: #00a789 url(../img/icons/mark.white.png) no-repeat center 50px;
		background-size: 70px;
	}
	.home section.about .container {
		padding: 0;
		background: url(../img/backgrounds/white-line.png) repeat-y center 50%;
	}
	.home section.about .mission,
	.home section.about .vision {
		float: left;
		width: 42%;
		font-size: 24px;
    text-align: left;
	}
	body.es.home section.about .mission,
	body.es.home section.about .vision {
		font-size: 20px;
	}
	.home section.about .mission {
		margin: -100px 8% 0 0;
	}
	.home section.about .vision {
		position: relative;
		margin: -100px 0 0 8%;
	}

	/* podcast */
	.page-template-page-podcast .intro-text + .image-text {
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	.page-template-page-podcast #content-area figure.quarter {
		width: 175px !important;
		margin-right: 20px !important;
	}

.envirabox-content.provider-youtube {
		min-width: 960px;
		min-height: 540px;
}


}



@media screen and (min-width:1170px) {

	/* header */
  #main-header .logo_container {
		/*width: 420px;*/
	}
	#main-header .preheader {
		padding: 15px 0;
	  font-size: 18px;
		-webkit-transition: font-size 1s ease;
	  -moz-transition: font-size 1s ease;
	  -o-transition: font-size 1s ease;
	  transition: font-size 1s ease;
		-webkit-transition: padding 1s ease;
	  -moz-transition: padding 1s ease;
	  -o-transition: padding 1s ease;
	  transition: padding 1s ease;
	}
	#main-header .preheader a.more::after {
		margin-right: 13px;
	}

	#main-header .language-switcher {
		right: 55px;
		top: 14px;
	}
	.home #main-header .language-switcher {
		top: 25px;
	}
	#et_top_search {
    right: 9px;
    top: 20px;
  }
	.et-fixed-header #et_top_search {
		top:-65px !important;
	}
  .et-search-form {
    top: 24px !important;
  }
  .et_close_search_field {
    top: 12px !important;
  }
	#main-header #top-menu {
		display: block !important;
	}
  #top-menu > li.menu-item-has-children > a:first-child,
	.et_header_style_left #et-top-navigation nav > ul > li > a:first-child {
		padding: 6px 9px;
	}
	.home #top-menu > li.menu-item-has-children > a:first-child,
	.home.et_header_style_left #et-top-navigation nav > ul > li > a:first-child {
		padding: 6px 5px;
	}
	.es #top-menu > li.menu-item-has-children > a:first-child {
		font-size: 13px;
	}

	/* footer */
	#main-footer .container > .footer-col {
		width: auto;
	}
	#main-footer .container > .footer-col:first-child {
		margin-left: 0;
	}
	#main-footer .container .links {
		margin: 20px auto 0;
	}

  /* home */
  .home #main-header .logo_container img#logo {
  	/*width: 400px;
  	height: 91px;*/
  }
  /*.home #main-content section .container {
  	padding: 40px 0 ;
  }*/
  .home #main-content section.twitter .container {
  	padding: 40px 0 15px;
  }

	/* core pillars */
	.page-template-page-pillars #content-area section.pillars .pillar h2 {
		font-size: 24px;
	}

}





@media screen and (min-width:1190px) {

  /* home */
  .home .twitter > .container {
    width: 1190px;
  	max-width: 1190px;
  }

  /* publications */
  #sidebar section.featured-pubs .pubs-list .pub-info {
		float: left;
		width: calc(100% - 55px);
	}
  #sidebar section.featured-pubs p.more {
  	margin-left: 55px;
  }

}




@media screen and (min-width:1300px) {

  /* structure */
  .breadcrumb-container,
  .container,
  .home section .container {
    position: relative;
  	width: 98%;
    max-width: 1300px;
    /*max-width: 1100px;*/
  	margin: 0 auto;
  }
  .home section .container.narrow,
  .container.narrow {
    max-width: 1000px;
  }
  .breadcrumb-container {
    display: none;
    padding: 25px 0;
  }
  .breadcrumb-container #breadcrumbs {
    margin-top: 0;
  }

	/* header */
	#main-header .preheader-inner {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
	}
	.logged-in #main-header .preheader a.more::after {
		margin-right: 1px;
	}

  #top-menu > li > a:first-child,
	.et_header_style_left #et-top-navigation nav > ul > li > a:first-child {
  	padding: 6px 15px;
    font-size: 16px;
  }
	body.es #top-menu > li.menu-item-has-children > a:first-child {
  	padding: 6px 10px;
    font-size: 16px;
  }
  #main-header #et-top-navigation nav > ul > li.donate > a:first-child {
    margin-left: 20px;
  }
  #main-header.et-fixed-header #et-top-navigation nav > ul > li > a:first-child {
    font-size: 14px;
  }

	/* footer */
	#main-footer .container > .footer-col {
		max-width: 220px;
	}
	#main-footer .container .links {
		float: right;
		margin: 0;
	}

  /* homepage */
  .home .slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 3.5vw;
	}
	.home.es .slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 3vw;
	}
  .home #main-content section .container {
  	width: 100%;
  	margin: 0 auto;
  }

}



@media screen and (min-width:1400px) {

  /* homepage */
  /*.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    width: 40% !important;
  }*/

}




@media screen and (min-width: 1700px) {

  /* homepage */
  /*.home .slider .soliloquy-container .soliloquy-caption {
    width: 70%;
	}
	.home .slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		margin-top: 83px;
	}
	.home .slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .slide-title {
    margin-top: 0;
	}*/
