/*
Theme Name: Pathways Theme
Author: Olga Syrova
Description: Custom theme for Pathways 
Version: 0.0.1
*/

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: Open Sans;
	background-color: white;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.row {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.text-container, .items-needed, .program-info > div {
	padding-left: 0 !important;
}

#footer-section {
	margin-top: auto;
}

body.single {
	background-color: #F0F0F0;
}

body h1, body h2, body h3, body h4, body p {
	margin: 0;
	padding: 0;
}

body h1 {
	color: #FFBC42;
    font-size: 42px;
    margin-bottom: 4%;
    margin-top: 3%;
}

body h2 {
	margin-top: 4%;
}

body h2, body .program > h2 > p {
	font-size: 24px;
	font-weight: bold;
	color: #5B42A0;
}

body h3 {
	font-size: 20px;
	color: #000000;
	margin-top: 3%;
}

body p {
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
}

body p a, body ul li a {
	text-decoration: none;
	color: #4D4AA1;
}

body a {
	text-decoration: none;
}

iframe {
	max-width: 100%;
}

/*
 * Breadcrumb navigation
 */

 .breadcrumb-custom {
 	padding: 2% 9% 0%;
    background-color: #F0F0F0;
    font-size: 14px;
    color: #898989;
 }

 .breadcrumb-custom a {
 	color: #898989;
 }

/* ----------------------------------------------- */

/* 
 * Common Page template
 */

 .grid.full-width li {
 	width: 100%;
 }

.page-template {
	width: 70%;
	margin: auto;
	padding-bottom: 5%;
}

.single-event-template {
	width: 75%;
}

.single-event-template .single-event {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
}

.single-event-sidebar {
	flex: 1;
}

.single-event-sidebar > .program-banner {
	max-width: 100%;
	width: 100%;
}

.page-template.single-event-template .page-front-image {
	max-height: 100vh;
}

.page-template.single-event-template .sidebar-container {
	background-color: white;
	padding: 5% 5%;
}

.page-template.single-event-template .sidebar-container a {
	text-decoration: none;
	color: black;
}

.sidebar-container .row-container {
	border-bottom: 1px solid #5B42A0;
	margin-bottom: 7%;
	padding-top: 8%;
	padding-bottom: 8%;
	align-items: flex-start;
}

.sidebar-container .column-container span {
	font-weight: 600;
	font-size: 14px;
}

.row-container {
	display: flex;
	flex-flow: row nowrap;
}

.column-container {
	display: flex;
	flex-flow: column wrap;
}

.sidebar .row-container img {
	width: 50%;
	height: auto;
	object-fit: contain;
	margin-right: 3%;
}

.sidebar .row-container .column-container {
	flex: 1;
}

.sidebar .sidebar-section-name {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #5B42A0;
}

.sponsor-intro {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sponsor-gallery {
	display: flex;
	flex-flow: row wrap;
	margin-top: 70px;
	justify-content: space-between;
	padding-bottom: 8%;
	border-bottom: 1px solid #5B42A0;
}

.sponsor-gallery > .sponsor-image {
	align-items: center;
	margin: 0 3% 3% 0;
	height: 100px;
	width: auto;
}

.sponsor-gallery > .sponsor-image a {
	display: flex;
	height: 100%;
}


.sponsor-gallery > .sponsor-image a img {
	width: 100%;
	max-width: 190px;
	height: auto;
	object-fit: contain;
}

.sponsor-group h2 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
}

.sponsor-group {
	background-color: white;
	padding: 2% 4%;
}


a.email-us:before, a.location-point:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 600; 
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 15px;
	margin-right: 5px;
}

a.email-us:before {
	content: "\f0e0";
}

a.location-point:before {
	content: "\f041";
}

.sponsor-group h2:before, .sponsor-group h2:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f005";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.sponsor-group h2:before {
	margin-right: 5px;
}

.sponsor-group h2:after {
	margin-left: 5px;
}

.sponsor-group h2.gold:before, .sponsor-group h2.gold:after {
	color: #EBB765;
}

.sponsor-group h2.silver:before, .sponsor-group h2.silver:after {
	color: #D1D3D4;
}

.sponsor-group h2.bronze:before, .sponsor-group h2.bronze:after {
	color: #C7714F;
}


.sponsors {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 5%;
}

.sponsor-group:last-of-type .sponsor-gallery {
	border-bottom: none;
}

.sponsors img {
	height: auto;
	max-height: 80px;
	object-fit: contain;
	margin: 2% 5%;
}


.auction-donors {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-top: 2%;
	margin-bottom: 5%;
}

.auction-donors a {
	width: 30%;
	color: #5B42A0;
	text-decoration: none;
}

body .employment-sidebar {
	z-index: 1;
}



/* 
 * ---------------------------------------------------
 */

/* 
 * Events template
 */

.sidebar-info {
	display: flex; 
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #5B42A0;
	margin-bottom: 7%;
    padding-top: 8%;
    padding-bottom: 8%;
}

.sidebar-info .img-siderbar-container {
	width: 100%;
	height: auto;
}

.sidebar-info .img-siderbar-container img {
	width: 100%;
	height: auto;
	object-fit: contain;
}	


.sidebar-info p {
	flex: 1;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 14px;
	
}

.sidebar-info p img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.grid {
	margin-bottom: 3%;
}
 .grid li {
 	padding-right: 2%;
 	padding-top: 2%;
 }

.events_page_template .program-container.row {
	margin-left: 0;
	margin-right: 0;
}

.ways-to-give .program-container .program-image-container {
	max-width: 13%;
	max-height: 270px;
}

.program-container .program-image-container {
	max-width: 30%;
}

.events_page_template .program-image-container {
	width: 30%;
}

.events_page_template .event-info-container {
	flex: 1;
}

.events_page_template .program-image-container {
	padding: 0px 20px 0px 0px;
}

.events_page_template .event_title {
	margin-bottom: 3%;
}

.event-container .event_title a:hover {
	text-decoration: none;
}

.events_page_template .event_title h2 {
	margin-top: 0;
}

.events_page_template .program-descr {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 1%;
}

.events_page_template .help-links a {
	font-size: 18px;
	text-transform: uppercase;
	color: #5B42A0;
	margin-bottom: 1%;
}

/* 
 * ---------------------------------------------------
 */


/* 
 * Newsletter Styling
 */

.ctct-form-embed.form_0 .ctct-form-defaults {
	background-color: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ctct-form-custom {
	font-family: Open Sans !important;
}


.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
	color: #5B42A0 !important;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {
	color: #5B42A0 !important;
	margin-right: 4px;
}

div.ctct-form-embed form.ctct-form-custom fieldset.ctct-form-lists {
	padding: 0 !important;
}

div.ctct-form-embed form.ctct-form-custom fieldset.ctct-form-lists legend.ctct-form-lists-legend {
	left: 0 !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	background-color: #FFBC42 !important;
	border: none !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font-family: Open Sans !important;
	font-size: 16px !important;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label, div.ctct-form-embed form.ctct-form-custom fieldset.ctct-form-lists legend.ctct-form-lists-legend {
	font-family: Open Sans !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {
	position: relative !important;
	left: 0px !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus {
	outline: none !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
 /* 
 * ---------------------------------------------------
 */

/* 
 * Programs template
 */



.program-info {
	margin-bottom: 4%;
}

.violet-color {
	color: #4D4AA1;
}

.program-info .text-container > p {
	width: 66%;
/*	font-size: 20px;
	color: #4D4AA1;*/
	line-height: 1.4;
	margin-bottom: 2%;
}


.publications-container {
	background-color: white;
	margin-bottom: 3%;
	padding: 2% 4% !important;
}

.publications-container h2 {
	margin-bottom: 3%;
}

.publications-container p {
	margin-bottom: 3% !important;
}

.publications-container p a {
	font-style: italic;
	color: #5B42A0;
}

 /* 
 * ---------------------------------------------------
 */

/* 
 * Contact page
 */
#locations.grid, #find-us-online.grid {
	margin-top: 1%;
	margin-bottom: 7%;
}

 /* 
 * ---------------------------------------------------
 */


/* 
 * Videos template
 */

.video-page-template .page-content > .row {
	margin-top: 5%;
}

.video-page-template .video-sidebar  {
	padding:15px;
	background-color: white;
}

.single-video-page-template .most-recent-video-container {
	background-color: white;
	padding: 15px;
}

.single-video-page-template .most-recent-video h2 {
	margin-top: 1%;
	margin-bottom: 2%;
}

.single-video-page-template .most-recent-video p:nth-child(1) {
	text-transform: uppercase;
}

.single-video-page-template .most-recent-video p:last-of-type {
	margin-top: 15px;
}

.single-video-page-template iframe {
	width: 100%;
	height: auto;
	min-height: 350px;
	margin-top: 3%;
}

.video-container {
	padding-bottom: 5%;
	margin-right: 3% !important;
	margin-bottom: 5%;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* 
 * ---------------------------------------------------
 */




 /* 
 * Press releases template
 */

.press-releases-template .curYear, .events_page_template .curYear {
	color: #5B42A0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1%;
	margin-top: 5%;
}

.press-releases-template .press-release-date {
	color: #898989;
	font-size: 18px;
	margin-top: 1%;
	margin-bottom: 0;
}

.press-releases-template .press-release-title {
	color: black;
	text-decoration: none;
}

a.download-link, .publications-page-template .media_item_formatting p a {
	color: black !important;
}

a.download-link::before, a.press-release-title::before, .publications-page-template .media_item_formatting > p a::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 600; 
	content: "\f019";
	margin-right: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #5C449B;
}

.sidebar-policy {
	padding: 3% 5%;
	background-color: white;
}

#policy-blog {
	height: auto;
	min-height: 50px;
}

#policy-blog a {
	text-decoration: none;
	background-color: #FFBC42;
    padding: 4% 5%;
    color: white;
}

.event-nav-menu {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 4%;
}

.event-nav-menu a {
	font-size: 16px;
	margin-right: 1%;
	color: #212529;
	text-decoration: none;
}

.event-nav-menu a:not(:last-of-type):after {
	content: "|";
	margin-left: 8px;
}


.event-meta {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(91,66,160,0.7);
	opacity: 0.6;
	width: 92%;
	position: absolute;
	bottom: 3%;
	transform: translateY(100%);
  	opacity: 0;
  	transition: 1s;
}

.event-meta .cta-list {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}

.event-meta .cta-list .cta-item{
  transition: .4s;
}

.event-meta .cta-list .cta-item:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.photo-container:hover .event-meta {
	transform: unset;
	opacity: 1;
}

.event-meta {
	color: white;
}

.cta-wrap {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.material-icons.read-more a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f15c";
	font-size: 30px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: transparent;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.material-icons.album a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f302";
	font-size: 30px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: transparent;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

/* 
 * ---------------------------------------------------
 */

.contact-page-template .contact-container {
	background-color: white;
	padding: 5%;
}


.contact-page-template .grid li {
	opacity: 1;
}

.contact-page-template .contact-container h4 {
	font-size: 18px;
	color: #5B42A0;
	margin-bottom: 3%;
}

.contact-page-template .contact-container p, .contact-page-template .contact-container a {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	color: black;
}

.contact-page-template .contact-container .additional_info:before,
.contact-page-template .contact-container a.social_media:before {
	width: 10px;
	height: 20px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 600; 
	content: "\f061";
	margin-right: 7px;
	color: #5B42A0;
	border-top: none;
	margin-left: 0;
	vertical-align: 0;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-color: white;
    transition: 0.5s;
}

.contact-page-template .contact-container a.social_media:hover:before {
	transform: scale(1.1);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

/* 
 * Header styling
 */

.dropdown-item:hover, .dropdown-item:focus {
	background-color: transparent !important;
}

#pathways_main_menu a.dropdown-toggle-clicked {
	border-bottom: 2px solid white;
}

header {
	background-color: white;
}

header p.menu-breadcrumb {
	padding-left: 9.5%;
    padding-top: 2%;
    background: #F0F0F0;
    color: #898989;
    font-size: 14px;
    margin-bottom: 0;
}

header p.menu-breadcrumb a {
	text-decoration: none;
	color: #898989;
}

#navbar-content {
	align-self: stretch;
}

#logo-section {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-left: 9%;
	padding-right: 9%;
}

#logo-section > #logo-slogan {
	font-size: 16px;
	font-family: Open Sans, Italic;
	color: #898989;
	display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

#logo-section > #logo-slogan > #slogan {
	  white-space: nowrap;
	  font-size: 14px;
	  font-style: italic;
}

#logo-section > #logo-slogan > a > img {
	width: 180px;
	margin-left: -15px;
	height: auto;
}

#search-donate {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

#search-donate > #donate-now-button {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-left: 20px;
	padding: 10px;
	height: 50px;
	line-height: 50px;
	background-color: #FFBC42;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#search-donate > #donate-now-button a:focus, #search-donate > #donate-now-button a:hover {
	text-decoration: none;
}

#search-donate > .bottom-round-corners {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

#search-donate > #donate-now-button a {
	color: white;
	font-family: Open Sans, Semibold;
	font-size: 18px;
	white-space: nowrap;
	position: relative;
	display: flex;
	align-items: center;
}

#search-donate > #donate-now-button a:hover:after {
	transform: scale(1.3) translateZ(0);
}

#search-donate > #donate-now-button a:after {
	display: inline-block;
	content: "";
	width: 28px;
	height: 28px;
	margin-left: 8px;
	background: url('assets/images/donate/donate_icon_white.svg') no-repeat;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;

}

#pathways_social_media_menu > li > a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#pathways_social_media_menu > li > a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); /* Safari & Chrome */
	-moz-transform: scale(1.1); /* Firefox */
	-ms-transform: scale(1.1); /* Internet Explorer */
	-o-transform: scale(1.1); 
	
}

.btn-search {
  background: #424242;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #1c1c1c;
}

.btn-search:link, .btn-search:visited {
  color: #fff;
}

.btn-search:active, .btn-search:hover {
  background: #1c1c1c;
  color: #fff;
}


#menu-section .navbar {
	padding: 0% 9% 0% 9%;
	align-items: flex-start !important; 
}

.navbar {
	height: 60px !important;
}

#pathways_main_menu {
	height: auto;
	margin-top: 0;
	align-items: stretch;
	align-self: stretch;
}

#pathways_main_menu > li {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	padding-right: 10px;
}



.navbar-collapse.show {
	background-color: #5B42A0;
}

.navbar-open-mobile #pathways_main_menu > li {
	flex-flow: column;
}

.navbar-open-mobile #navbar-content

{
	position: absolute;
	top: 15%;
	width: 100%;
	height: auto;
	padding-left: 5%;
	padding-right: 2%;
}

.navbar-collapse.show #pathways_main_menu a.dropdown-toggle-clicked {
	border-bottom: none;
}

#pathways_main_menu > li > a {
	display: flex;
	align-items: center;
	font-family: Open Sans, Semibold;
	color: white;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease-in-out;

}

#pathways_main_menu > li > a:first-of-type {
	padding-left: 0;
}

#pathways_main_menu > li:hover > a {
	border-bottom: 2px solid white;

}

/*.navbar-collapse.show #pathways_main_menu > li:hover > a {
	border-bottom: none;
}*/

#pathways_social_media_menu > li > a > img {
	width: 32px;
	height: 32px;
}

#pathways_social_media_menu > li.round-corner > a > img {
	border-radius: 50%;
}

#pathways_social_media_menu > li:last-of-type > a {
	padding-right: 0;
}

#pathways_social_media_menu > li > a > i::before {
	color: #5B42A0;
}

#search-form-mobile {
	display: none;
}


.navbar-violet {
	background-color: #5B42A0;
}

.font-white {
	color: white;
}


/* 
 * ---------------------------------------------------
 */




.circle-icon {
    background: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
}

#front-slider {
	width: 75%;
}

#front-slider .circle-div {
	width: 40%;
    border-radius: 50%;
    background-color: violet;
    padding-top: 9%;
    height: auto;
    padding-left: 3%;
    padding-right: 2%;
    opacity: 0.6;
}


#content-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 82%;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 3%;
}

#content-wrapper .metaslider {
	max-width: 75% !important;
	width: 75%;
}

#content-wrapper .metaslider .flexslider .slides li {
	max-height: 75vh;
	overflow: hidden !important;
}

#front-slider .carousel-indicators {
	bottom: -40px;
}

#front-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #898989;
}

#front-slider .carousel-indicators .active {
	background-color: #FFBC42;
}


#content-wrapper .flex-control-nav li a {
	background-color: #898989;
}

#content-wrapper .flex-control-nav li .flex-active {
	background-color: #FFBC42;
}

#domesticshelters-widget ds-widget {
	float: right;
	margin-left: 1%;
	margin-right: 1%;
}

.image-sidebar {
	display: flex;
}

#sidebar {
	display: flex;
	flex-flow: column;
	margin-left: 1%;
	width: 25%;
	flex: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch; /* lets it scroll lazy */
}

#sidebar .widget_rss {
	width: 100%;
}

.rss-widget-icon {
	display: none;
}



.textwidget p a {
	color: #4D4AA1;
}


#sidebar .widget_text > .widget-copy {
	padding: 15px 10px 10px 15px;
}

#sidebar .widget_text > .widget-copy > .widget-title {
	font-size: 20px;
	font-family: Open Sans, Bold;
	color: #5B42A0;
}

#sidebar .widget_text > .widget-copy > .textwidget p a {
	color: white;
	text-transform: uppercase;
}

#sidebar .widget_text > .widget-copy > .textwidget p a::before, .help-links a::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105";
	margin-right: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: white;
}

.help-links a::before {
	color: #5B42A0;
}


#text-6 {
	align-self: stretch;
    display: flex;
    flex-flow: column;
    background-color: #FFBC42;
    margin-bottom: 8px;
}

#content-wrapper #recent-posts-3 {
	padding: 0;
}

#content-wrapper .widget_rss .widget-copy,
#content-wrapper #recent-posts-3 .widget-copy {
	background-color: #F0F0F0;
	padding: 15px 10px 10px 15px;
}

#recent-posts-3 {
	flex: 1;
}

#content-wrapper .widget_rss .widget-copy ul,
#recent-posts-3 .widget-copy ul {
	list-style: none;
	padding: 0;
}

.widget_rss .widget-copy ul li:last-child,
#recent-posts-3 .widget-copy ul li:last-child {
	border-bottom: none;
}

.widget_rss .widget-title .rsswidget,
#recent-posts-3 .widget-copy h3 {
	vertical-align: text-bottom;
	font-size: 20px;
	font-family: Open Sans, Bold;
	color: #5B42A0;
	margin-bottom: 3%;
}

.widget_rss ul {
	list-style: none;
}

.widget_rss ul li .rss-date,
#recent-posts-3 .widget-copy .post-date {
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 16px;
	font-family: Open Sans, Regular;
	text-transform: uppercase;
}


.widget_rss ul li a.rsswidget,
#recent-posts-3 .widget-copy .post-title {
	font-family: Open Sans, Semibold;
	font-size: 16px;
	font-weight: 600;
	color: #212529;
}

#recent-posts-3 .widget-copy .post-link {
	color: #5B42A0;
	text-transform: uppercase;
}

.widget_rss .widget-copy li,
#recent-posts-3 .widget-copy li {
	border-bottom: 1px solid #5B42A0;
    padding-bottom: 12px;
    padding-top: 12px;
}

#recent-posts-3 .widget-copy .post-link::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105";
	margin-right: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #5B42A0;
}




#what-we-do-section {
	margin-top: 3%;
	width: 82%;
	margin: auto;
}

#what-we-do-section h1 {
	font-family: Open Sans, Semibold;
	color: #FFBC42;
	margin-bottom: 2%;
}

#what-we-do-section .program-title {
	height: auto;
	min-height: 72px;
	display: flex;
	align-items: center;
}

#what-we-do-section .image-container {
	overflow: hidden;
}

#what-we-do-section .program-title a {
	font-family: Open Sans, Bold;
	font-size: 22px;
	color: #5B42A0;
	padding-bottom: 5px;
}


#what-we-do-section .row .col-lg-4 img {
	width: 100%;
	height: auto;
	min-height: 250px;
	max-height: 250px;
	object-fit: cover;
	-webkit-transition: 0.4s ease;
  	transition: 0.4s ease;
}

#what-we-do-section .row .col-lg-4:hover img {
	-webkit-transform: scale(1.08);
  	transform: scale(1.08);
}

#what-we-do-section .program-description {
	display: flex;
	flex-flow: column;
	flex: 1;
	background-color: #FFBC42;
	padding: 20px 15px 15px 25px;
}

#what-we-do-section .front-program-container {
	height: 100%;
	background-color: #FFBC42;
	display: flex;
	flex-flow: column;
	align-items: stretch;
	background-clip: padding-box;
}

#what-we-do-section .program-description p {
	margin-bottom: 10px;
	font-family: Open Sans, Semibold;
	font-size: 17px;
	color: #5B42A0;
}

#what-we-do-section .program-description p.read-more-button {
	margin-top: auto;
}

#what-we-do-section .program-description > .read-more-button > a {
	font-size: 19px;
	color: white;
	text-transform: uppercase;
}

#what-we-do-section .program-description > .read-more-button > a:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105";
	margin-right: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: white;
}

#how-you-can-help {
	display: flex;
	flex-flow: row nowrap;
	background-color: #4D4AA1;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 4%;
	padding-top: 3%;
	padding-bottom: 3%;
	min-height: 250px;
}

#how-you-can-help #how-you-can-help-description {
	flex-basis: 55%;
}

#how-you-can-help #how-you-can-help-description h1 {
	font-family: Open Sans, Semibold;
	font-size: 30px;
	color: #FFBC42;
	padding-bottom: 20px;
}

#how-you-can-help #how-you-can-help-description p {
	font-family: Open Sans, Semibold;
	color: white;
}

#how-you-can-help #how-you-can-help-description p:first-of-type {
	margin-bottom: 7%;
}

#how-you-can-help #how-you-can-help-description p.read-more-button {
	margin-bottom: 8px;
}

#how-you-can-help #how-you-can-help-description p.read-more-button a {
	color: white;
	text-transform: uppercase;
}

#how-you-can-help #how-you-can-help-description p.read-more-button a:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105";
	margin-right: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: white;
}

#ways-to-help {

}

#pathways_donation_menu {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

#pathways_donation_menu li {
	margin-left: 45px;
	min-width: 130px;
	max-width: 130px;
}

#pathways_donation_menu li a {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 170px;
	padding: 2rem 1rem;
}

#pathways_donation_menu li a i {
	padding-bottom: 15px;
}

#pathways_donation_menu li a img {
	height: 80px;
	width: auto;
}



#pathways_donation_menu li a p {
	color: white;
	font-family: Open Sans, Semibold;
	font-size: 16px;
	white-space: nowrap;
}


#searchform .form-group {
  position: relative;
  margin-bottom: 0;
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
#searchform .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
#searchform .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
#searchform.form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
#searchform .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
#searchform .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
#searchform .form-group:hover,
#searchform .form-group.hover {
  width: 100%;
  border-radius: 25px 25px 25px 25px;
}

#searchform .form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #898989;
  left: initial;
  font-size: 14px;
}

#searchsubmit {
	display: none;
}


.glyphicon-search::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f002";
	font-weight: 900; 
}

#newsletter-section {
	display: flex;
	background-color: #EBEBEB;
	padding: 2% 9% 2% 9%;
}

#newsletter-section > #newsletter_widget {
	width: 50%;
}

#newsletter-section > #newsletter_widget h3 {
	color: #5B42A0;
}


#newsletter-section > #newsletter_widget .agreement {
	font-size: 12px;
}


#footer-section {
	display: flex;
	align-items: flex-start;
    padding: 2% 10% 2% 10%;
    background-color: white;
}

#footer-section > .widget_media_gallery {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

#footer-section > .widget_media_gallery .widget-copy {
	min-width: 50%;
}


#pathways_main_menu .dropdown-menu {
	background-color: rgba(235,235,235, 0.8);;
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

#pathways_main_menu .dropdown-menu li a {
	line-height: 50px;
}

#pathways_main_menu .dropdown-divider {
	margin: 0.1rem 1.5rem;
	border-top: 1px solid #000000;
}

#pathways_main_menu > li > a.dropdown-toggle::after {
	width: 10px;
	height: 20px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 600; 
	content: "\f107";
	margin-right: 5px;
	border-top: none;
	margin-left: 0;
	vertical-align: 0;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-color: white;
    transition: 0.5s;
}


#gallery-1 img {
	width: 100%;
	height: auto;
	border: none !important;
}

.metaslider .caption-wrap {
	overflow: hidden !important;
	background: none !important;
	opacity: 1 !important;
}

.metaslider .caption-wrap .caption a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 10px;
}


.metaslider .caption-wrap .caption a::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105";
	margin-right: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: white;
}

.metaslider .caption-wrap .caption {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(91,66,160,0.7);
	width: 380px;
	height: 380px;
	font-family: Open Sans, Bold;
	font-size: 22px;
	padding-left: 70px;
	padding-bottom: 40px;
    margin-left: -55px;
    margin-bottom: -50px;
    line-height: 1.4em;
}

.page, .archive, .search {
	background-color: #F0F0F0;
}

/* 
 * SEARCH STYLING
 */

 .search-header {
 	background-color: #F0F0F0;
 }

 .search-result > * {
 	display: block;
 	margin-bottom: 10px;
 }

  .search-header h2,
  .search-header h4 {
  	display: inline;
  }

  .search-header h2 {
  	font-weight: 600;
  }

  .search-header h4 {
  	color: #FFBC42;
  	font-size: 28px;
  	font-weight: 600;
  }

#employment {
	width: 75%;
	padding-bottom: 3%;
	min-height: 80vh;
}

#employment_sidebar .custom-html-widget p {
	margin-bottom: 20px;
}

#employment_sidebar .custom-html-widget a {
	color: white;
	background-color: #FFBC42;
	padding: 10px 20px;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	margin-top: 2%;
}

#employment-page.row {
	margin-left: 0;
	margin-right: 0;
}

#employment_sidebar > .textwidget {
	padding: 15px 10px 10px 15px;
	background-color: white;
	margin-bottom: 8px;
}

.page-template p {
	margin-top: 2%;
	margin-bottom: 2%;
}

.page-template .page-content p:not(.sidebar-text):first-of-type {
	font-size: 16px;
    color: #5B42A0;
    line-height: 1.4;
}

.sidebar-text {
	font-size: 14px;
}


.page-template .page-content p a {
	text-decoration: none;
	color: #5B42A0;
}


.page-template .page-subtitle {
	color: #5B42A0;
	font-size: 32px;
	margin-top: 3%;
	margin-bottom: 3%;
	font-weight: bold;
}


.page-template .page-front-image {
	overflow: hidden;
	max-height: 60vh;
	padding-left: 0;

}

.page-template .page-front-image img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	object-fit: contain;
}

/*.photo-page-template, .video-page-template, .events_page_template, .single-video-page-template {
	width: 80%;
}*/

.photo-page-template .grid li {
	padding-right: 2%;
}

.photo-page-template .photo-container {
	position: relative;
	background-color: white;
	padding: 4%;
}

.photo-page-template .curYear {
	font-size: 22px;
	color: #5B42A0;
	font-weight: bold;
	margin-top: 5%;
	margin-bottom: 0;
}

.video-page-template .video-container {
	background-color: white;
	padding: 4%;
}



.video-page-template .video-container .video_title {
	height: auto;
	min-height: 55px;
	margin-bottom: 2%;
}

.video-page-template .video-container iframe {
	width: 100%;
	height: auto;
}

.video-sidebar-item .videos {
	display: flex;
	flex-flow: row wrap;
	background-color: white;
	padding: 15px;
}

.videos .column-container {
	flex: 1;
}

iframe.thumbnail {
	min-height: 120px;
	max-height: 120px;
}

.video-page-template .video-container p:last-of-type {
	margin-top: 2%;
}

p.latest-video {
	text-transform: uppercase;
	margin-top: 1%;
	margin-bottom: 1%;
}

.help-links a {
	text-transform: uppercase;
	color: #5B42A0 !important;
	margin-bottom: 8px;
}

.help-links a:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105";
	margin-right: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.photo-page-template .photo-container .program-descr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.photo-page-template .image-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}


.photo-page-template .image-container img, .events_page_template .program-image-container img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.4s ease;
  	transition: 0.4s ease;
	
}

.photo-page-template .image-container:hover img, .events_page_template .program-image-container:hover img {
	-webkit-transform: scale(1.08);
  	transform: scale(1.08);
}


.photo-page-template .photo-container .event_title {
	height: auto;
	min-height: 50px;
	margin-bottom: 10px;
}


.photo-page-template .photo-container .event_title h2 {
	font-size: 20px;
}

.wp-block-gallery, .wp-block-columns {
	align-items: flex-start;
	justify-content: center;
	margin-top: 5%;
	margin-bottom: 5%;
}


#leadership_team_container {
	justify-content: center;
}

#leadership_team_container .leadership_team_member {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	text-align: center;
}


.leadership_team_member .leadership_team_member_name {
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #4D4AA1;
}

.leadership_team_member .leadership_team_member_position {
	padding-bottom: 10px;
}

.leadership_team_member_avatar_container {
   position: relative;
   width: 100%;
   padding-top: 100%; /* 1:1 Aspect Ratio */
}

.leadership_team_member .leadership_team_member_avatar_container img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   border: 7px solid #5B42A0;
}

.leadership_team_member .leadership_team_member_avatar_container:hover img {
	-webkit-transform: scale(1.08);
  	transform: scale(1.08);
}

#board_of_directors h3 {
	font-weight: bold;
	font-size: 18px;
}

.vacancy h2 {
	font-weight: 400;
	color: #4D4AA1;
	margin-bottom: 1%;
}

.items-needed h2 {
	margin-top: 2%;
}


a.find-out-more {
	text-transform: uppercase;
	color: #000000;
}

.ways-to-give .program-descr a.find-out-more {
	color: #4D4AA1;
}


a.find-out-more:before, .ways-to-give .program-descr a.find-out-more:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f105";
	margin-right: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

body > .page {
	width: 80%;
	margin: auto;
	margin-top: 4%;
	margin-bottom: 4%;
}


#employment-page {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}


#employment {
	position: relative;
}

#employment-page .vacancy {
	margin-bottom: 4%;
}

.popup {
	display: none;
    position: absolute;
    background: white;
    padding: 30px;
    z-index: 2;
  	width: 45%;
 	overflow: hidden;
	margin: 0 auto;
    left: 0;
    right: 0;
    top: 20%;
}

.popup.show {
	display: block;
	z-index: 99999;
	box-shadow: 0 5px 10px -6px #4D4AA1;
	-webkit-box-shadow: 0 5px 10px -6px #4D4AA1;
	-moz-box-shadow: 0 5px 10px -6px #4D4AA1;
}

.popup.show h2 {
	display: inline-block;
	max-width: 80%;
	margin-top: 0;
}

.popup.show p, .popup.show ul {
	margin-top: 2%;
	margin-bottom: 2%;
}

.popup.show .submit-resume a {
	background-color: #FFBC42;
	border: none;
	color: white;
	padding: 10px 15px;
}

.popupCloseButton {
	width: 30px;
	height: 25px;
	position: relative;
	float: right;
	cursor: pointer;
	display: inline-block;
}

.popupCloseButton:hover:before {
}

.popupCloseButton:hover:after {
}

.popupCloseButton:before {
	display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: black;
    border-radius: 1px;
    transform: rotate(-45deg);
    top: 15px;
    transition: all 0.6s linear;
}

.popupCloseButton:after {
	visibility: visible;
  	opacity: 1;    
  	content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: black;
    top: 15px;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: all 0.6s linear;
}

.program.donation h2, .items-needed h2 {
	display: inline-block;
	cursor: pointer;
}

.program.donation h2 p a {
	text-decoration: none;
}

.program.donation h2 p a:after, .items-needed h2:after {
	visibility: hidden;
  	opacity: 0;
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	background: url('assets/images/donate/donate_icon.svg') no-repeat;
	margin-left: 6px;
    margin-top: 2px;
    transition: visibility 0s, opacity 0.4s linear;
    -webkit-transition: visibility 0s, opacity 0.4s linear;
    -moz-transition: visibility 0s, opacity 0.4s linear;
    -o-transition: visibility 0s, opacity 0.4s linear;
}

.program.donation h2 p a:hover:after, .items-needed h2:hover:after {
	visibility: visible;
	opacity: 1;
}

.page-with-banners {
	width: 82%;
    margin-left: 9%;
    margin-right: 9%;
}

.program > .program-title {
	background-color: transparent;
}


.program-title {
	background-color: white;
	color: #5B42A0;
	font-size: 32px;
	font-weight: bold;
}

.program-container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
	margin-bottom: 40px;
}

.program-container p {
	margin-top: 0;
	margin-bottom: 0;
}

.program-container .description {
	color: #4D4AA1;
	font-size: 24px;
	padding-right: 30px;
}

.program-container .description span {
	color: black;
	font-size: 18px;
}


.program-image-container {
	width: 40%;
	float: left;
	padding: 5px 20px 5px 0px;
	padding-left: 0 !important;

}

.program-container .program-description {
	background-color: #F0F0F0;
	font-size: 18px;
}

.program-banner {
	flex: 1;
	background-color: white;
	padding: 15px 15px 15px 15px;
	line-height: 1.6;
}

.donation-image {
	max-height: 160px;
}

.program-container .program-image-container img {
	width: 100%;
	height: auto;
}


.publications-page-template h2 {
	margin-top: 4%;
	margin-bottom: 1%;
}

.publications-page-template p {
	margin-top: 1%;
	margin-bottom: 1%;
}

#publications {
	width: 70%;
	padding: 10px 20px 20px 20px;
	background-color: white;
	margin-top: 40px;
	margin-bottom: 20px;
}

#publications .publication-title {
	color: #5B42A0;
	font-style: italic;
	font-size: 18px;
}

#publications .publication {
	margin-bottom: 20px;
}

#publications .program-title {
	margin-bottom: 30px;
}


/* Icon 1 */

.animated-icon1, .animated-icon3, .animated-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon3 span, .animated-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: white;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 11px;
}

.animated-icon1 span:nth-child(3) {
  top: 22px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/**
 * EVENTS 
 */

.help-links {
	display: flex;
	flex-flow: column;
}

.employment-sidebar .last-update {
	font-style: italic;
	padding: 15px 10px 10px 15px;
	background-color: white;
	margin-bottom: 10px;
}

/* Tablet */
@media only screen and (max-width: 1203px) /*and (min-width: 787px)*/ {

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#what-we-do-section .row {
		justify-content: space-between;
	}

	#what-we-do-section .row .col-lg-4 {
		max-width: 32%;
	}

	.program-info .text-container > p {
		width: 100%;
	}

	.program-container .program-image-container {
		margin-right: 4%;
	}

	.program-container .program-descr {
		flex: 1;
	}

	.popupCloseButton {
		margin-top: 4%;
	}

	#leadership_team_container .leadership_team_member {
		padding-right: 15px !important;
	}

	.publications-container, .program-banner, .sidebar.program-banner.event_banner
	 {
		width: 110% !important;
	    max-width: 110% !important;
	    margin-left: -5%;
	    margin-right: -5%;
	    padding-left: 5% !important;
	    padding-right: 5% !important;
	}

	.program-banner {
		margin-top: 3%;
	}

	.publications-container h2 {
		margin-bottom: 3%;
	}

	.publications-container p {
		margin-top: 1%;
		margin-bottom: 1%;
	}

	body .employment-sidebar, #locations li, #find-us-online li {
		max-width: 110%;
		width: 110%;
		margin-left: -5%;
		margin-right: -5%;
		padding-right: 0;
		padding-left: 0;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}

	#employment_sidebar > .textwidget {
		padding: 2% 5%;
	}

	.popup {
		width: 70%;
	}

	.events_page_template .program-container.row {
		flex-flow: row wrap;
	}

	.events_page_template .program-container.row .program-image-container img {
		width: 100%;
	}


	body > #content-wrapper {
		flex-flow: column;
		width: 92%;
	}

	body #content-wrapper .metaslider {
		width: 100%;
		max-width: 100% !important;
	}

	body #content-wrapper #sidebar, body .image-sidebar #sidebar {
		flex-flow: row;
		justify-content: space-between;
		width: 100%;
		margin-left: 0;
	}

	body .page-template {
		padding: 0% 5%;
		width: 100%;
	}

	body .breadcrumb-custom {
		padding: 2% 5%;
	}

	body .image-sidebar #sidebar {
		margin-top: 30px;
	}

	body #content-wrapper #sidebar #recent-posts-3, body .image-sidebar #sidebar #recent-posts-3 {
		width: 48%;
		flex: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	body #content-wrapper #sidebar #text-6, body .image-sidebar #sidebar #text-6 {
		width: 48%;
		margin-bottom: 0;
	}

	body #content-wrapper #sidebar .widget_text > .widget-copy .textwidget {
		margin-top: 30px;
	}


	body #content-wrapper .metaslider .caption-wrap .caption {
		width: 350px;
	    height: 350px;
	    font-size: 18px;
	    padding-left: 85px;
	    line-height: 1.6;
	}

	body #employment-page {
		flex-flow: column;
	}

	#employment-page > #employment {
		width: 100%;
		padding: 0% 5%;
	}

	body #employment-page #employment .vacancy .popup {
		margin-left: 10%;
	}

	body #employment-page #employment_sidebar {
		margin-top: 1%;
		margin-bottom: 2%;
		width: 100%;
	}

	header #menu-section {
		margin-top: -60px;
	}

	header #logo-section #search-donate {
		z-index: 99999;
	}

	header #logo-section #search-donate > #donate-now-button {
		height: 70px;
		line-height: 70px;
		padding: 20px;
	}

	
	header #menu-section .navbar-open-mobile {
   		width: 100%;
    	z-index: 999;
    	min-height: 100vh;
    	padding: 0 !important;

	}

	header #menu-section .navbar-toggler {
		border: none;
		outline: none;
		padding-left: 0;
		margin-top: 11px;
	}

	header #menu-section .navbar-open-mobile .navbar-toggler {
		padding-left: 5%;
	}

	header #logo-section.mobile-open {
		background-color: #5B42A0;
	}

	header #logo-section.mobile-open #logo-slogan {
		visibility: hidden;
	}


	header #menu-section #pathways_main_menu .dropdown-menu {
		background-color: #5B42A0;
		border: none;
	}

	header #menu-section #pathways_main_menu .dropdown-item:hover, .dropdown-item:focus {
		background-color: transparent;
	}

	header #menu-section #pathways_main_menu .dropdown-menu .dropdown-item {
		color: white;
	}

	header #pathways_main_menu .dropdown-divider {
		border-top: 1px solid white;
	}

	header #menu-section #pathways_main_menu .dropdown-menu .dropdown-item {

	}

	header #menu-section #pathways_social_media_menu {
		width: 70%;
		margin-left: 0px !important;
		flex-flow: row nowrap;
		justify-content: flex-start;
		margin-top: 10%;
	}

	header #pathways_social_media_menu > li > a > img {
		width: 40px;
		height: 40px;
	}

	header #menu-section #pathways_social_media_menu li {
		margin-right: 5%;

	}

	header #menu-section #search-form-mobile {
		width: 70%;
		display: inline-block;
		margin-top: 20px;
	}

	header #logo-section {
		padding-left: 4%;
		padding-right: 4%;
		flex-flow: column;
		align-items: flex-end;
	}

	#menu-section .navbar {
		padding-left: 4%;
		padding-right: 4%;
	}

	header #logo-section #search-donate form.search-form {
		display: none;
	}

	header #pathways_main_menu > li {
		margin-bottom: 2%;
	}

	#pathways_main_menu > li:hover > a {
		border-bottom: none;
	}

	header #pathways_main_menu > li > a {
		font-size: 18px;
	}
	

	header #pathways_main_menu > li > a.dropdown-toggle::after {
		content: "\f105";
		height: 25px;
	}

	header #pathways_main_menu > li > a.dropdown-toggle-clicked.dropdown-toggle::after {
		content: "\f107";
	}


	#search-form-mobile {
		width: 100%;
	}

	#search-form-mobile .search-form .form-group {
		width: 100%;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
	}

	#search-form-mobile .search-form .form-group span.form-control-feedback {
		position: relative;
		width: 54px;
		height: 54px;
		line-height: 54px;
		font-size: 20px;
	}

	header #logo-section > #logo-slogan {
		width: 100%;
		justify-content: space-between;
		padding-bottom: 5px;
		visibility: visible;
	}

	header #logo-section > #logo-slogan a {
		margin-right: 3%;
	}

	header #logo-section > #logo-slogan > #slogan {
		white-space: pre-wrap;
	}

	header p.menu-breadcrumb {
		padding-left: 5%;
	}

	body > .page {
		width: 90%;
	}


	body > .page > .page-template > .page-front-image {
		width: 100%;
	}

	body > .page-with-banners .page-front-image {
		width: 100%;
		padding-right: 0 !important;
	}

	body > .page-with-banners .image-sidebar {
		flex-flow: column;
	}

	body #what-we-do-section {
		width: 90%;
	}

	body #what-we-do-section .row .col-lg-4 {
		margin-bottom: 30px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body #what-we-do-section .program-description {
		height: auto;
	}

	body #how-you-can-help {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		flex-flow: column;
	}

	body #how-you-can-help #pathways_donation_menu {
		justify-content: space-around;
		margin-top: 3%;
		padding-left: 0;
	}

	body #how-you-can-help #pathways_donation_menu li {
		margin-left: 0;
		margin-right: 5%;
	}

	body #newsletter-section {
		width: 100%;
		flex-flow: column;
		padding: 2% 5% 2% 5%;
	}

	#domesticshelters-widget ds-widget {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	body #newsletter-section > #newsletter_widget {
		width: 100%;
		margin-bottom: 10%;
	}

	body > .page-with-banners {
		width: 100%;
		margin: auto;
	}

	body .section {
		padding-top: 40px !important;
	}

	body .page-with-banners .program-container .description {
		width: 100%;
		padding-right: 0;

	}

	.program-container .image-description, .items-needed {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		padding-right: 0;
	}

	#domesticshelters-widget ds-widget {
		width: 100% !important;
	}

	#footer-section {
		flex-flow: row;
		padding: 2% 5% 2% 5%;
	}

}

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

	#what-we-do-section .row .col-lg-4 {
		max-width: 48%;
	}

}

@media only screen and (max-width : 500px) {
	#what-we-do-section .row .col-lg-4 {
		max-width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width : 374px) {

	.dropdown-item {
		white-space: normal !important;
	}

	header #menu-section #pathways_main_menu .dropdown-menu .dropdown-item {
		line-height: 30px;
	}

	#domesticshelters-widget ds-widget {
		width: 96% !important;
	}
}

/* iPhone 6, 7, & 8 in portrait & landscape */
@media only screen and (min-width: 320px) and (max-width : 786px) {

	.ways-to-give .program-container .image-description {
		display: inline-block;
	}

	.ways-to-give .program-container .program-image-container {
		max-width: 25%;
		margin-right: 5%;
	}

	.events_page_template .program-container.row {
		flex-flow: column;
	}

	.events_page_template .event-info-container {
		padding-left: 0;
		padding-right: 0;
	}

	body h1 {
		font-size: 32px;
	}

	body h2 {
		font-size: 22px;
	}

	a.find-out-more {
		font-size: 16px;
	}

	#employment-page .vacancy {
		margin-top: 1%;
		margin-bottom: 5%;
	}

	.events_page_template .event-info-container {
		flex-basis: 70%;
	}

	.sidebar .sidebar-section-name {
		margin-top: 0;
	}

	.video-page-template .video-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#pathways_main_menu > li:hover > a, #pathways_main_menu > li:focus > a {
		border-bottom: 2px solid transparent;
	} 

	#pathways_main_menu > li > a {
		transition: all 0s ease-in-out;
	}


	header #pathways_main_menu > li > a.dropdown-toggle::after {
		height: 20px;
	}

	header #menu-section #pathways_social_media_menu {
		justify-content: space-between;
	}

	header #menu-section #pathways_main_menu .dropdown-menu {
		padding: 0;
	}

	header #pathways_main_menu > li {
		margin-bottom: 0;
	}

	header #logo-section #search-donate > #donate-now-button {
		height: 65px;
		line-height: 65px;
	}

	.program-container .program-image-container img {
		width: 100%;
	}

	body #content-wrapper .metaslider .caption-wrap .caption {
		width: 250px;
		height: 250px;
		font-size: 14px;
		line-height: 1.4;
		padding-left: 65px;
		padding-bottom: 0;

	}

	body #how-you-can-help #pathways_donation_menu {
		justify-content: space-evenly;
	}

	#pathways_donation_menu li a {
		width: 150px;
	}

	body #how-you-can-help #pathways_donation_menu li {
		display: flex; 
		align-items: center;
	}

	#search-donate > #donate-now-button > a {
		font-size: 14px;
		letter-spacing: 1px;
	}

	#logo-section > #logo-slogan > a > img {
		width: 150px;
	}

	.metaslider .caption-wrap .caption a {
		font-size: 12px;
	}

	.sidebar.program-banner.event_banner {
		margin-top: 3%;
	}

	.events_page_template .program-image-container {
		width: 100%;
    	margin-bottom: 5%;
    	padding: 0;
	}

	.program-container .program-image-container {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5%;
	}

	.program-container .program-descr {
		margin-bottom: 5%;
	}

	body #employment-page.row #employment {
		padding: 0% 5%;
	}

	body #employment-page #employment_sidebar {
		width: 100%;
	}

	.popup {
		width: 95%;
		top: 25%;
	}

	body .leadership_team_member {
		width: 70%;
	}

	body #content-wrapper #sidebar {
		flex-flow: column;
	}

	body .image-sidebar #sidebar {
		flex-flow: column;
	}

	body #content-wrapper #sidebar #recent-posts-3, body .image-sidebar #sidebar #recent-posts-3 {
		width: 100%;
	}

	body #content-wrapper #sidebar #text-6, body .image-sidebar #sidebar #text-6 {
		width: 100%;
	}

	header #menu-section #pathways_social_media_menu {
		width: 100%;
	}

	header #menu-section #search-form-mobile {
		width: 100%;
	}

	#footer-section {
		flex-flow: column;
	}

	.programs .program-container {
		flex-flow: column;
	}

	.programs .program-container .image-description {
		width: 100%;
		padding-right: 0;
	}

	.programs .program-container .program-banner {
		margin-top: 10px;
	}

	body .page-with-banners .program-container {
		flex-flow: column;
	}



	body .page-with-banners #publications {
		width: 100%;
	}

}


.grid {
	max-width: 100%;
	list-style: none;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	width: 33%;
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%;
	}
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}


.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}






