/* Theme name: Christian Homes */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html, body {
	color: #575757;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

#wrapper {
	overflow: hidden;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* end WORDPRESS CORE */

.wrap {
	width: 100%;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

.large-wrap {
	max-width: 1220px;
}

.small-wrap {
	max-width: 940px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 20px;
	color: #381649;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.1;
}

h1, .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
	font-size: 30px;
}

h2, .h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
	font-size: 22px;
	letter-spacing: 0.05em;
}

h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3 {
	font-size: 18px;
}

h4, .h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4 {
	font-size: 17px;
}

h5, .h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5 {
	font-size: 16px;
}

h6, .h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6 {
	font-size: 15px;
}

.line-heading, h1.line-heading, h2.line-heading, h3.line-heading, h4.line-heading, h5.line-heading, h6.line-heading {
	border-top: 2px solid #371647;
	font-size: 12px;
	line-height: 1;
}

.line-heading > span {
	display: inline-block;
	padding: 4px 8px;
	background-color: #371647;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

p:not(:last-child), ul:not(:last-child), ol:not(:last-child), blockquote:not(:last-child) {
	margin-bottom: 20px;
}

caption {
}

ul {
	padding-left: 20px;
	list-style-type: disc;
}

	ul ul {
		list-style-type: circle;
	}

ol {
	padding-left: 20px;
	list-style-type: decimal;
}

	ol ol {
		list-style-type: lower-alpha;
	}
	
strong, b {
	font-weight: 700;
}

em, i:not(.fa) {
	font-style: italic;
}

sub {
	font-size: 75%;
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	bottom: -0.25em;
}

sup {
	font-size: 75%;
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	top: -0.5em;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

small {
	font-size: 80%;
}
	
a {
	color: #371647;
}

.social-link {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

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

.embed-wrap:not(:last-child) {
	margin-bottom: 20px;
}

.page-full-width .embed-wrap {
	max-width: 600px;
}

/* FORM ELEMENTS */

input, select, textarea, button {
	margin-bottom: 20px;
}

input[type=text], input[type=email], input[type=number], input[type=password], input[type=submit], textarea, button {
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: inherit;
	font-family: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
}

button, .button, input[type=submit] {
	display: inline-block;
	padding: 7px 12px;
	color: white;
	font-weight: bold;
	border: 2px solid #371647;
	border-radius: 3px;
	background-color: #371647;
	cursor: pointer;
	transition-property: color, background-color;
	transition-duration: 0.2s;
	text-decoration: none;
	line-height: 1;
}

button:hover, .button:hover, input[type=submit]:hover {
	color: #371647;
	background-color: white;
}

.button-big {
	border-radius: 0;
	color: white;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.button-arrow:after {
	content: '\f105';
	margin-left: 10px;
	font-family: fontawesome;
}

.button-wide {
	display: block;
	text-align: center;
}

.button-white {
	border: 2px solid white;
	color: white;
	background-color: transparent;
}

.button-white:hover {
	color: #371647;
	background-color: white;
}

button:not(:last-child), .button:not(:last-child) {
	margin-bottom: 20px;
}

.two-wide-links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
}

.two-wide-links > a.button {
	-webkit-flex: 0 0 49%;
	    -ms-flex: 0 0 49%;
	        flex: 0 0 49%;
	width: 49%;
	max-width: 49%;
	display: block;
	margin-bottom: 0;
	text-align: center;
}

input[type=text], input[type=email], input[type=number], input[type=password], textarea, select {
	display: block;
	width: 100%;
	padding: 12px 18px;
	color: #979797;
	border: 1px solid #979797;
}

input.no-margin, textarea.no-margin, select.no-margin {
	margin-bottom: 0px;
}	

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #898989;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #898989;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #898989;
}

:-moz-placeholder { /* Firefox 18- */
	color: #898989;
}

/* ENTRY ANIMATIONS */

.slide-in {
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

.slide-in-nodelay {
	transition-delay: 0s;
}

.slide-in-delay-1 {
	transition-delay: 0.8s;
}

.slide-in-delay-2 {
	transition-delay: 1.3s;
}

.slide-in-left {
	opacity: 0;
	-webkit-transform: translateX(-200px) translateZ(0);
	        transform: translateX(-200px) translateZ(0);
}

.slide-in-right {
	opacity: 0;
	-webkit-transform: translateX(200px) translateZ(0);
	        transform: translateX(200px) translateZ(0);
}

.slide-in.loaded {
	opacity: 1;
	-webkit-transform: translateX(0) translateZ(0);
	        transform: translateX(0) translateZ(0);
}

/* GLOBAL HEADER */

/* Header Styling*/

#site-header {
	color: #660066;
}

#site-header a {
	text-decoration: none;
}

	#header-top {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 4px 20px;
		/*color: #801780;*/
		color: #371647;
		font-size: 14px;
	}
	
		#header-top a {
			/*color: #801780;*/
			color: inherit;
			font-weight: 600;
		}
		
		#header-social > a {
			display: inline-block;
			margin: 0 5px;
			font-size: 18px;
		}
		
		#header-phone {
			visibility: hidden;
		}
	
	#header-main {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-size: 18px;
		font-family: Raleway, Helvetica, Arial, sans-serif;
		line-height: 1.3;
	}
	
		#header-main > div {
			-webkit-flex: 0 0 33.333%;
			    -ms-flex: 0 0 33.333%;
			        flex: 0 0 33.333%;
			width: 33.333%;
			max-width: 33.333%;
			padding: 8px 20px 20px;
		}
		
		#header-main-left {
			padding-right: 0;
		}
		
		#header-main > #header-logo {
			padding-bottom: 10px;
			text-align: center;
		}
		
			#header-logo img {
				max-width: 250px;
				height: auto;
			}
		
		#header-main-right {
			padding-left: 0;
			font-size: 20px;
			text-align: right;
		}
		
			#header-main-right .button {
				margin-bottom: 4px;
			}
		
			/*#header-main-right a {
				display: inline-block;
				padding: 3px;
				background-color: #371647;
				color: white;
			}*/
		
	#header-nav-container {
		height: 57px;
	}	
	
	#menu-toggle {
		display: none;
	}
		
	#header-nav {
		height: 57px;
		border-bottom: 2px solid white;
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0);
		background-color: #d44136;
		color: white;
		position: relative;
		z-index: 11;
		transition-property: box-shadow;
		transition-duration: 0.2s;
	}
	
	@media screen and (min-width: 961px) {
		#header-nav.sticky {
			width: 100%;
			box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
			position: fixed;
			top: 0;
			left: 0;
		}
	}
	
		#header-nav-wrap {
			height: 100%;
			padding: 0;
		}
	
		#header-nav a {
			color: white;
		}
		
		#header-nav ul {
			padding-left: 0;
			list-style-type: none;
		}
		
		#header-nav .menu-home-container {
			height: 100%;
		} 
		
		#header-nav .menu {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
	        -webkit-justify-content: space-between;
	            -ms-flex-pack: justify;
	                justify-content: space-between;
	        height: 100%;
			font-size: 12px;
			line-height: 1.1;
		}
		
			#header-nav .menu > .menu-item {
				-webkit-flex-grow: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
				-ms-flex-negative: 1;
				    -webkit-flex-shrink: 1;
				        flex-shrink: 1;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-align-items: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-justify-content: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				height: 100%;
			}
		
			#header-nav .menu > .menu-item > a {
				display: block;
				padding: 0px 8px;
				font-weight: 600;
				text-transform: uppercase;
				letter-spacing: 0.1em;
				text-align: center;
			}
		
			#header-nav .menu > .menu-item-has-children {
				position: relative;
			}
		
			#header-nav .menu > .menu-item-has-children > a:after {
				content: '\f107';
				margin-left: 3px;
				font-family: fontawesome;
			}

			#header-nav .sub-menu {
				display: none;
				min-width: 170px;
				box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
				background-color: #d44136;
				font-size: 16px;
				position: absolute;
				top: 100%;
				left: 0;
			}
			
			#header-nav .menu > .menu-item:last-child > .sub-menu {
				left: auto;
				right: 0;
			}
			
			@media screen and (min-width: 961px) {
				#header-nav .menu-item-has-children:hover > .sub-menu {
					display: block;
				}
			}
			
				#header-nav .sub-menu > .menu-item > a {
					display: block;
					padding: 7px 15px;
				}
				
				#header-nav .sub-menu > .menu-item:first-child > a {
					padding-top: 12px;
				}

				#header-nav .sub-menu > .menu-item:last-child > a {
					padding-bottom: 12px;
				}

/**End of Header**/

#container {
	/*background-color: #39164a;*/
}

	#container-wrap {
		background-color: white;
		box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.07);
	}
	
		#container-wrap > section:not(.full-width) {
			padding-left: 25px;
			padding-right: 25px;
		}

/* HOME */

#home-slider {
	height: 470px;
	padding-bottom: 30px;
	background-color: #eee;
	position: relative;
}

	#home-slider .slick-prev, #home-slider .slick-next {
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 0;
		cursor: pointer;
	}
	
	#home-slider .slick-prev {
		left: 5px;
	}
	
	#home-slider .slick-prev:after {
		content: '\f104';
		color: #999;
		font-family: fontawesome;
		font-size: 22px;
		line-height: 30px;
		position: absolute;
		left: 9px;
		bottom: 0;
	}
	
	#home-slider .slick-next {
		right: 5px;
	}

	#home-slider .slick-next:after {
		content: '\f105';
		color: #999;
		font-family: fontawesome;
		font-size: 22px;
		line-height: 30px;
		position: absolute;
		right: 9px;
		bottom: 0;
	}
	
	#home-slider > .slick-list {
		height: 100%;
	}
	
		#home-slider .slick-track {
			height: 100%;
		}
		
			.banner {
				height: 100%;
				padding-top: 50px;
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center center;
			}
				
				.banner-text-box {
					width: 340px;
					padding: 20px;
					border: 2px solid white;
					background-color: rgba(0, 150, 153, 0.7);
					color: white;
					text-align: center;
				}
				
				.banner-text-box-left {
					float: left;
					border-left: none;
				}

				.banner-text-box-right {
					float: right;
					border-right: none;
				}

					.banner-text > h2 {
						color: inherit;
					}
					
					.banner-text-box > .button-big {
						background-color: transparent;
						border-color: white;
						color: white;
					}
					
					.banner-text-box > .button-big:hover {
						background-color: white;
						border-color: white;
						color: rgba(0, 150, 153, 0.7);
					}
				
	#home-slider .slick-dots {
		padding-left: 0;
		list-style-type: none;
		text-align: center;
		line-height: 1;
		position: absolute;
		bottom: 2px;
		left: 50%;
		-webkit-transform: translateX(-50%) translateZ(0);
		        transform: translateX(-50%) translateZ(0);
	}
	
		#home-slider .slick-dots > li {
			display: inline-block;
			margin: 0 3px;
		}
		
			#home-slider .slick-dots > li > button {
				width: 10px;
				height: 10px;
				overflow: hidden;
				margin: 0;
				padding: 0;
				text-indent: -9999px;
				background-color: #999;
				border-radius: 50%;
				border: none;
				transition-property: background-color;
			}
			
			#home-slider .slick-dots > li.slick-active > button, #home-slider .slick-dots > li:hover > button {
				background-color: #371647;
			}
			
#home-link-boxes {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 65px 0 53px;
}

	#home-link-boxes > a {
		-ms-flex-preferred-size: calc(33.333% - (12px * 2 / 3));
		        -webkit-flex-basis: calc(33.333% - (12px * 2 / 3));
		        flex-basis: calc(33.333% - (12px * 2 / 3));
		width: calc(33.333% - (12px * 2 / 3));
		margin-right: 12px;
		margin-bottom: 12px;
		padding: 15px;
		display: block;
		font-size: 18px;
		font-family: Raleway, Helvetica, Arial, sans-serif;
		font-weight: 600;
		text-align: center;
		text-transform: none;
	}
	
	#home-link-boxes > a:nth-child(3n+0) {
		margin-right: 0;
	}
		
#home-families-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}	

	.home-families-list-item {
		-ms-flex-preferred-size: calc(25% - (20px * 3 / 4));
		        -webkit-flex-basis: calc(25% - (20px * 3 / 4));
		        flex-basis: calc(25% - (20px * 3 / 4));
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: calc(25% - (20px * 3 / 4));
		margin-right: 20px;
	}
	
	.home-families-list-item:last-child {
		margin-right: 0;
	}
	
		.home-families-info {
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
		}
	
		.home-families-list-item .wp-post-image {
			display: block;
			width: 100%;
			margin-bottom: 14px;
		}
		
		.home-families-list-item h3 {
			margin-bottom: 14px;
		}
		
		.home-families-list-item-text {
			margin-bottom: 14px;
			font-size: 12px;
		}
		
#home-menu-links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 100px 0 50px;
}

	.home-menu-link {
		margin-right: 10px;
		padding: 16px;
		background-color: #371647;
		color: white;
		text-align: center;
	}
	
	.home-menu-link:first-child:nth-last-child(4), .home-menu-link:first-child:nth-last-child(4) ~ .home-menu-link {
		width: calc(25% - (10px * 3 / 4));
	}
	
	.home-menu-link:first-child:nth-last-child(3), .home-menu-link:first-child:nth-last-child(3) ~ .home-menu-link {
		width: calc(33.33% - (10px * 2 / 3));
	}
	
	.home-menu-link:last-child {
		margin-right: 0;
	}
	
	.home-menu-link > h3 {
		margin: 10px 0 15px;
		color: inherit;
	}
	
	.home-menu-link-text {
		font-size: 12px;
	}
	
#home-overview {
	padding-top: 60px;
}

	#home-overview::after {
		content: '';
		display: table;
		clear: both;
	}
	
	#home-overview-wrap {
		padding-bottom: 60px;
		border-bottom: 2px solid #39164a;
	}
	
	.home-en {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 40px 0;
	}
	
	.home-en:not(:first-child) {
		border-top: 2px solid #39164a;
	}
	
		.home-en-image {
			width: 282px;
			-webkit-flex-grow: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
		}
		
			.home-en-image img {
				display: block;
				width: 100%;
				height: auto;
			}
			
			.home-en-image + .home-en-text {
				width: calc(100% - 282px - 30px);
			}
			
			.home-en-text:first-child {
				width: 100%;
			}

#home-social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 70px;
	padding-bottom: 70px;
}

	#home-social > a {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 40px;
		height: 40px;
		margin: 5px;
		border: 2px solid #371647;;
		background-color: #371647;
		border-radius: 30%;
		color: white;
		font-size: 24px;
		transition-property: background-color, color;
		transition-duration: 0.1s;
	}
	
	#home-social > a:hover {
		background-color: white;
		color: #371647;
	}
			
/* INTERIOR */

#page-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

#sub-page-featured-banner {
	height: 440px;
}

	#sub-page-featured-banner .banner-text > h2 {
		margin-bottom: 10px;
	}
	
	.banner-text-content {
		font-size: 12px;
		font-weight: 300;
	}
	
.link-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-bottom: 25px;
}

	.grid-link {
		display: block;
		margin-top: 25px;
		margin-right: 10px;
		padding: 5px;
		font-size: 18px;
		font-family: Raleway, Helvetica, Arial, sans-serif;
		font-weight: 700;
		text-align: center;
		line-height: 1.2;
		text-decoration: none;
	}
	
	.link-grid-3-cols .grid-link {
		-ms-flex-preferred-size: calc(33.333% - (10px * 3 / 4));
		        -webkit-flex-basis: calc(33.333% - (10px * 3 / 4));
		        flex-basis: calc(33.333% - (10px * 3 / 4));
		width: calc(33.333% - (10px * 3 / 4));
		max-width: calc(33.333% - (10px * 3 / 4));
	}
	
	.link-grid-4-cols .grid-link {
		-ms-flex-preferred-size: calc(25% - (10px * 3 / 4));
		        -webkit-flex-basis: calc(25% - (10px * 3 / 4));
		        flex-basis: calc(25% - (10px * 3 / 4));
		width: calc(25% - (10px * 3 / 4));
		max-width: calc(25% - (10px * 3 / 4));
	}
	
	.link-grid-3-cols .grid-link:nth-child(3n+0) {
		margin-right: 0;
	}
	
	.link-grid-4-cols .grid-link:nth-child(4n+0) {
		margin-right: 0;
	}
	
.button-section {
	padding-bottom: 70px;
}

.featured-banner-content {
	padding-bottom: 80px;
}

.with-sidebar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

	.with-sidebar > .main-content {
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		padding-right: 25px;
	}
	
	.with-sidebar > .sidebar {
		-webkit-flex: 0 0 316px;
		    -ms-flex: 0 0 316px;
		        flex: 0 0 316px;
		width: 316px;
		max-width: 316px;
	}
	
		.counselor-block {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: flex-start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			-webkit-justify-content: space-between;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			padding: 20px;
			box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
			border-style: outset;
			border-color: rgba(150, 150, 150, 0.3);
			border-width: 1px 1px 2px;
		}
		
		.counselor-block:not(:last-child) {
			margin-bottom: 20px;
		}
		
			.counselor-block-image {
				-webkit-flex: 0 0 50%;
				    -ms-flex: 0 0 50%;
				        flex: 0 0 50%;
				width: 50%;
				max-width: 50%;
				padding: 10px;
			}
			
				.counselor-block-image a, .counselor-block-image img {
					display: block;
				}
				
			.counselor-block-text {
				-webkit-flex: 0 0 50%;
				    -ms-flex: 0 0 50%;
				        flex: 0 0 50%;
				width: 50%;
				max-width: 50%;
				padding-left: 10px;
				font-size: 11px;
			}
			
.back-button-holder {
	margin-top: 50px;
}

.two-column-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

	.first-column {
		-webkit-flex: 0 0 49%;
		    -ms-flex: 0 0 49%;
		        flex: 0 0 49%;
		width: 49%;
		max-width: 49%;
	}
	
	.last-column {
		-webkit-flex: 0 0 49%;
		    -ms-flex: 0 0 49%;
		        flex: 0 0 49%;
		width: 49%;
		max-width: 49%;
	}
	
#families-text-content:not(:empty) {
	padding: 30px 0;
}
	
.family-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

	.family-grid-item {
		-ms-flex-preferred-size: calc(50% - (10px / 2));
		        -webkit-flex-basis: calc(50% - (10px / 2));
		        flex-basis: calc(50% - (10px / 2));
		width: calc(50% - (10px / 2));
		max-width: calc(50% - (10px / 2));
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 16px;
		background-color: #371647;
		color: white;
		font-size: 14px;
	}
	
	.family-grid-item:nth-child(even) {
		margin-right: 0;
	}
	
	.family-grid-item-image {
		display: block;
	}
	
		.family-grid-item-image img {
			display: block;
			width: 100%;
			margin-bottom: 15px;
		}
	
	.family-grid-item h2 {
		color: inherit;
	}
	
	.family-grid-item-buttons {
		margin-top: 30px;
	}
	
#recent-congratulations-heading {
	margin-top: 80px;
}

.family-section:not(:last-child) {
	margin-bottom: 80px;
}

.gallery-4-col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

	.gallery-item {
		-webkit-flex: 0 0 23.663366336633663%;
		    -ms-flex: 0 0 23.663366336633663%;
		        flex: 0 0 23.663366336633663%;
		width: 23.663366336633663%;
		max-width: 23.663366336633663%;
		margin-right: 1.782178217821782%;
		margin-top: 50px;
	}
	
	.gallery-item:nth-child(4n+0) {
		margin-right: 0;
	}
	
		.gallery-item img {
			display: block;
			margin-bottom: 15px;
		}
		
#staff-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

	.staff-grid-item {
		-webkit-flex: 0 0 31.551155115511551%;
		    -ms-flex: 0 0 31.551155115511551%;
		        flex: 0 0 31.551155115511551%;
        width: 31.551155115511551%;
        max-width: 31.551155115511551%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-right: 1.782178217821782%;
		margin-bottom: 30px;
	}
	
	.staff-grid-item:nth-child(3n+0) {
		margin-right: 0;
	}
	
		.staff-grid-info {
			-webkit-flex: 0 0 50%;
			    -ms-flex: 0 0 50%;
			        flex: 0 0 50%;
	        width: 50%;
	        max-width: 50%;
			padding-right: 10px;
			font-size: 14px;
		}
		
.staff-columns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

	.staff-info-column {
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		padding-right: 25px;
	}
	
	.staff-pic-column {
		-webkit-flex: 0 0 316px;
		    -ms-flex: 0 0 316px;
		        flex: 0 0 316px;
		width: 316px;
		max-width: 316px;
		padding: 16px;
		border-style: outset;
		border-color: rgba(150, 150, 150, 0.3);
		border-width: 1px 1px 2px;
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	}
	
		.staff-pic-column img {
			display: block;
		}
		
#contact-map-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	height: 414px;
	margin-bottom: 50px;
}		
		
	#contact-map {
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		height: 100%;
	}
	
	#contact-map-list {
		-webkit-flex: 0 0 316px;
		    -ms-flex: 0 0 316px;
		        flex: 0 0 316px;
		width: 316px;
		max-width: 316px;
		height: 100%;
		overflow-y: auto;
		padding: 20px;
		color: white;
		font-size: 13px;
		background-color: #371647;
		line-height: 1.65;
	}
	
		#contact-map-list h1, #contact-map-list h2, #contact-map-list h3, #contact-map-list h4, #contact-map-list h5, #contact-map-list h6 {
			color: inherit;
		}
		
		.contact-map-location {
			padding: 10px;
			border-radius: 10px;
			background-color: #371647;
			transition-property: color, background-color;
			transition-duration: 0.2s;
			cursor: pointer;
			position: relative;
		}
		
		.contact-map-location:after {
			content: '\f105';
			width: 24px;
			height: 24px;
			background-color: white;
			border-radius: 50%;
			color: #371647;
			font-family: fontawesome;
			font-size: 16px;
			text-align: center;
			line-height: 24px;
			text-indent: 2px;
			position: absolute;
			right: 10px;
			top: 50%;
			-webkit-transform: translateY(-50%) translateZ(0);
			        transform: translateY(-50%) translateZ(0);
			transition-property: color, background-color;
			transition-duration: 0.2s;
		}
		
		.contact-map-location:hover {
			color: #371647;
			background-color: white;
		}
		
		.contact-map-location:hover:after {
			color: white;
			background-color: #371647;
		}
			
		#contact-map-list h3 {
			margin-bottom: 0;
			font-size: inherit;
			font-weight: 600;
			text-transform: uppercase;
		}
		
		.contact-map-location-details {
			display: none;
		}
		
		.directions-link {
			display: inline-block;
			margin-top: 5px;
			color: inherit;
			font-size: 10px;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		.all-locations-link {
			display: inline-block;
			margin-top: 10px;
			color: inherit;
			text-decoration: none;
			text-transform: uppercase;
		}
		
#contact-hours {
	padding: 16px 32px;
	background-color: #371647;
	color: white;
	font-size: 14px;
	text-align: center;
}

	#contact-hours h2 {
		color: inherit;
	}
	
#sidebar-slider {
	height: 451px;
	padding-bottom: 30px;
	background-color: #eee;
}

	#sidebar-slider .slick-prev, #sidebar-slider .slick-next {
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 0;
		cursor: pointer;
	}
	
	#sidebar-slider .slick-prev {
		left: 5px;
	}
	
	#sidebar-slider .slick-prev:after {
		content: '\f104';
		color: #999;
		font-family: fontawesome;
		font-size: 22px;
		line-height: 30px;
		position: absolute;
		left: 9px;
		bottom: 0;
	}
	
	#sidebar-slider .slick-next {
		right: 5px;
	}

	#sidebar-slider .slick-next:after {
		content: '\f105';
		color: #999;
		font-family: fontawesome;
		font-size: 22px;
		line-height: 30px;
		position: absolute;
		right: 9px;
		bottom: 0;
	}
	
	#sidebar-slider > .slick-list {
		height: 100%;
	}
	
		#sidebar-slider .slick-track {
			height: 100%;
		}
		
		.sidebar-slide {
			height: 100%;
			background-repeat: no-repeat;
			background-size: cover;
		}	
				
	#sidebar-slider .slick-dots {
		padding-left: 0;
		list-style-type: none;
		text-align: center;
		line-height: 1;
		position: absolute;
		bottom: 2px;
		left: 50%;
		-webkit-transform: translateX(-50%) translateZ(0);
		        transform: translateX(-50%) translateZ(0);
	}
	
		#sidebar-slider .slick-dots > li {
			display: inline-block;
			margin: 0 2px;
		}
		
			#sidebar-slider .slick-dots > li > button {
				width: 7px;
				height: 7px;
				overflow: hidden;
				margin: 0;
				padding: 0;
				text-indent: -9999px;
				background-color: #999;
				border-radius: 50%;
				border: none;
				transition-property: background-color;
			}
			
			#sidebar-slider .slick-dots > li.slick-active > button, #sidebar-slider .slick-dots > li:hover > button {
				background-color: #371647;
			}
		
/* FOOTER */

#site-footer {
	padding: 20px 0;
	background-color: #d44136;
	font-size: 13px;
	color: white;
}

	#site-footer a {
		text-decoration: none;
	}

	#site-footer-wrap {
		padding-left: 25px;
		padding-right: 25px;
	}

	#footer-widgets {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-bottom: 30px;
	}

		#footer-widgets > ul {
			-webkit-flex: 0 0 49%;
			    -ms-flex: 0 0 49%;
			        flex: 0 0 49%;
			width: 49%;
			max-width: 49%;
			padding: 0;
			list-style-type: none;
		}
	
			#footer-widgets .widget-title {
				color: inherit;
				font-size: inherit;
			    font-weight: 600;
			    text-transform: uppercase;
			    letter-spacing: 0.1em;
			}
		
			#footer-widgets .menu, #footer-widgets .sub-menu {
				padding: 0;
				list-style-type: none;
			}
			
			#footer-widgets a {
				color: white;
			}
			
			#footer-left .menu {
				-webkit-columns: 2;
				   -moz-columns: 2;
				        columns: 2;
				font-weight: 600;
			}
			
				#footer-left .menu-item {
					margin: 7px;
				}
		
	#copyright {
		font-size: 10px;
	}

/* MEDIA QUERIES */

@media screen and (max-width: 1060px) {
	#header-main #header-main-left {
		padding-right: 0;
	}
	
	#header-main #header-main-right {
		padding-left: 0;
	}
	
	#header-nav-wrap {
		padding: 0;
	}
	
	#home-slider {
		height: calc(41.509433962264151vw + 30px);
	}
	
	#sub-page-featured-banner {
		height: 41.509433962264151vw;
	}
}

@media screen and (max-width: 1023px) {
	#header-nav .menu > .menu-item > a {
		padding: 20px 10px;
	}
}

@media screen and (max-width: 960px) {
	#header-main-left {
		font-size: 16px;
	}
	
	#header-nav-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0 15px;
		border-bottom: 2px solid white;
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0);
		background-color: #d44136;
		color: white;
		text-align: left;
		position: relative;
	}
	
		#menu-toggle {
			display: block;
			cursor: pointer;
		}
		
		#header-nav {
			display: none;
			width: 100%;
			max-width: 320px;
			height: auto;
			margin-top: 2px;
			box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
			border-left: 1px solid white;
			border-right: 1px solid white;
			position: absolute;
			top: 100%;
			left: 0;
		}
		
			#header-nav .menu {
				display: block;
			}
			
			 	#header-nav .menu > .menu-item {
				 	display: block;
				 	text-align: left;
			 	}
			
				#header-nav .menu > .menu-item > a {
					padding: 10px;
					border-bottom: 1px solid rgba(255,255,255,0.5);
					text-align: left;
				}
				
				#header-nav .sub-menu {
					box-shadow: none;
					font-size: inherit;
					position: static;
				}
				
				#header-nav .menu-item-has-children.open > .sub-menu {
					display: block;
				}
				
					#header-nav .sub-menu > .menu-item > a {
						padding: 10px 10px 10px 25px;
						border-bottom: 1px solid rgba(255,255,255,0.5);
						text-transform: uppercase;
					}
	
	#home-families-list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.home-families-list-item {
		-ms-flex-preferred-size: calc(50% - 10px);
		        -webkit-flex-basis: calc(50% - 10px);
		        flex-basis: calc(50% - 10px);
	    width: calc(50% - 10px);
	    margin-bottom: 40px;
	}
	
	.home-families-list-item:nth-child(even) {
		margin-right: 0;
	}
	
	#home-menu-links {
		margin-top: 0;
	}
	
	.staff-grid-item {
		-webkit-flex: 0 0 47.326732673267327%;
		    -ms-flex: 0 0 47.326732673267327%;
		        flex: 0 0 47.326732673267327%;
	    width: 47.326732673267327%;
	    max-width: 47.326732673267327%;
	    margin-right: 5.346534653465346%;
	}
	
	.staff-grid-item:nth-child(3n+0) {
		margin-right: 5.346534653465346%;
	}
	
	.staff-grid-item:nth-child(even) {
		margin-right: 0;
	}
}

@media screen and (max-width: 800px) {
	img.alignright {
		max-width: 50%;
	}
	
	.with-sidebar {
		display: block;
	}
	
		.with-sidebar > .main-content {
			width: 100%;
			max-width: 100%;
			padding-right: 0;
		}
	
		.with-sidebar > .sidebar {
			width: 100%;
			max-width: 100%;
			margin-top: 50px;
		}
		
			.counselor-block {
				max-width: 316px;
			}
		
	.two-column-content {
		display: block;
	}
	
	.two-column-content.family-section {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
		.first-column {
			width: 100%;
			max-width: 100%;
		}

		.two-column-content.family-section .first-column {
			-webkit-flex: 0 0 auto;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			margin-top: 20px;
		}

		.last-column {
			width: 100%;
			max-width: 100%;
			margin-top: 50px;
		}
		
		.two-column-content.family-section .last-column {
			-webkit-flex: 0 0 auto;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			margin-top: 0;
		}
		
	.gallery-item {
		-webkit-flex: 0 0 31.551155115511551%;
		    -ms-flex: 0 0 31.551155115511551%;
		        flex: 0 0 31.551155115511551%;
	    width: 31.551155115511551%;
	    max-width: 31.551155115511551%;
	    margin-right: 2.673267326732674%;
	}
	
	.gallery-item:nth-child(4n+0) {
		margin-right: 2.673267326732674%;
	}
	
	.gallery-item:nth-child(3n+0) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#header-top {
		padding-bottom: 0;
	}
	
	.family-grid-item {
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0 !important;;
	}
	
	#contact-map-container {
		display: block;
		height: auto;
	}
	
		#contact-map {
			width: 100%;
			height: 300px;
		}
		
		#contact-map-list {
			width: 100%;
			max-width: 100%;
			height: auto;
		}
		
	.staff-columns {
		display: block;
	}
		
	.staff-info-column {
		margin-bottom: 30px;
	    padding-right: 0;
	}
	
	.staff-pic-column {
		max-width: 100%;
	}
	
	.home-en {
		display: block;
	}
	
		.home-en-image {
			width: 100%;
			margin-bottom: 20px;
			text-align: center;
		}
		
			.home-en-image img {
				width: auto;
				margin: 0 auto;
			}
		
		.home-en-text {
			width: 100% !important;
		}
}

@media screen and (max-width: 600px) {
	#header-main {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
		#header-main #header-logo {
			-webkit-flex: 0 0 100%;
			    -ms-flex: 0 0 100%;
			        flex: 0 0 100%;
		    width: 100%;
		    max-width: 100%;
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			padding-bottom: 0;
			text-align: center;
		}
		
			#header-logo img {
				width: 200px;
			}
	
		#header-main #header-main-left {
			-webkit-flex: 0 0 50%;
			    -ms-flex: 0 0 50%;
			        flex: 0 0 50%;
		    width: 50%;
		    max-width: 50%;
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			padding-right: 10px;
		}
		
		#header-main #header-main-right {
			-webkit-flex: 0 0 50%;
			    -ms-flex: 0 0 50%;
			        flex: 0 0 50%;
		    width: 50%;
		    max-width: 50%;
			-webkit-order: 2;
			    -ms-flex-order: 2;
			        order: 2;
			padding-left: 10px;
			font-size: inherit;
		}
	
	.banner {
		padding-top: 0;
	}
	
		.banner-text-box {
			float: none !important;
			width: 100%;
			height: 100%;
			border: none !important;
		}
	
	#home-link-boxes {
		display: block;
		margin: 30px 0;
	}
	
		#home-link-boxes > a {
			width: 100%;
		}
		
	#home-menu-links {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
		.home-menu-link {
		    -ms-flex-preferred-size: calc(50% - 5px);
		            -webkit-flex-basis: calc(50% - 5px);
		            flex-basis: calc(50% - 5px);
		    width: calc(50% - 10px);
		    margin-bottom: 10px;
		}
		
		.home-menu-link:nth-child(even) {
			margin-right: 0;
		}
		
	.home-families-list-item {
		display: block;
	}
		
	.gallery-item {
		-webkit-flex: 0 0 47.326732673267327%;
		    -ms-flex: 0 0 47.326732673267327%;
		        flex: 0 0 47.326732673267327%;
	    width: 47.326732673267327%;
	    max-width: 47.326732673267327%;
	    margin-right: 5.346534653465347%;
	}
	
	.gallery-item:nth-child(3n+0) {
		margin-right: 5.346534653465347%;
	}
	
	.gallery-item:nth-child(even) {
		margin-right: 0;
	}
	
	.gallery-item img {
		width: 100%;
	}
	
	.link-grid .grid-link {
		-ms-flex-preferred-size: calc(50% - 5px);
		        -webkit-flex-basis: calc(50% - 5px);
		        flex-basis: calc(50% - 5px);
	    width: calc(50% - 5px);
	    max-width: calc(50% - 5px);
	    margin-right: 10px;
	}
	
	.link-grid .grid-link:nth-child(3n+0) {
		margin-right: 10px;
	}
	
	.link-grid .grid-link:nth-child(even) {
		margin-right: 0;
	}
	
	.staff-grid-item, .home-families-list-item {
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0 !important;;
	}
	
	#footer-widgets {
		display: block;
	}
	
		#footer-widgets > ul {
			width: 100%;
			max-width: 100%;
		}
		
		#footer-widgets > ul:first-child {
			margin-bottom: 30px;
		}
}

@media screen and (max-width: 480px) {
	.optional-break {
		display: none;
	}
	
	#header-main {
		font-size: 14px;
	}
	
	#header-main #header-logo {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		padding-top: 0;
	}
	
	#header-main #header-main-left {
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;
		padding: 10px 25px;
		text-align: center;
	}
	
	#header-main #header-main-right {
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 10px 25px;
		text-align: center;
	}
	
	img.alignleft, img.alignright {
		float: none;
		max-width: 100%;
		margin: 0 0 10px;
	}
	
	#container-wrap > section:not(.full-width), #site-footer-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 420px) {
	h1, .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
		font-size: 24px;
	}
	
	.link-grid {
		display: block;
	}
	
		.link-grid .grid-link {
			width: 100%;
			max-width: 100%;
			margin-right: 0;
		}
	
	#header-top {
		display: block;
	}
	
	#header-phone {
		display: none;
	}
	
	#header-social {
		text-align: center;
	}
	
	.home-menu-link, .gallery-item {
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0 !important;
	}
	
	.gallery-item {
		margin-top: 20px;
	}
}


/* BOXCAST */

#home-special-content {
	padding-top: 30px;
	padding-bottom: 50px;
	border-bottom: 2px solid #eee;
}

	#home-special-content h2 {
		text-align: center;
		letter-spacing: 0;
	}

#home-special-content .boxcast-size-md .boxcast-with-playlist-to-right {
	display: block;
}

#home-sponsors-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 85%;
}

	.home-sponsors-column {
		width: 33.33%;
		padding: 15px;
	}
	
#home-sponsors-thanks {
	margin-top: 20px;
}

@media (max-width: 680px) {
	#home-sponsors-columns {
		display: block;
	}
	
		.home-sponsors-column {
			width: 100%;
			padding: 15px 0;
		}
}

.gform_wrapper input[type="radio"] {
	margin-bottom: 0;
}

.gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper select {
	color: black;
}
#adoption-videos {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Georgia';
}

.video-section-heading {
	text-align: center;
	padding-bottom: 20px;
}

.videos-grid {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.video {
   	width: 33.33%;
	padding:10px;

} 

@media (max-width: 960px) {
	.video {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.video {
		width: 100%;
	}
}
.video a {
    position: relative;
	border: 1px solid black;	
}

.video a, .video img {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}

.video a:after {
	content: '\f01d';
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 50px;
    font-family: "FontAwesome";
    font-weight: 900;
    background: transparent;
    color: #6b4891;
}

/* HOMEPAGE NEWS SECTION */
#home-events-news {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat( 3, 1fr );
	grid-gap: 30px;
}

.home-en {
	display: flex;
	flex-direction: column;
	padding: 0;
	border: none;
}

.home-en:not(:first-child) {
	border: none;
}

.home-en-image {
	width: 100%;
}

.home-en-heading {
	flex-grow: 1;
	margin: 15px 0 10px 0;
}

.home-en-button {
	margin-top: 15px;
}

@media (max-width: 767px) {
	#home-overview-wrap h1 {
		text-align: center;
	}
	
	#home-events-news {
		grid-template-columns: 1fr;
	}
	
	.home-en {
		max-width: 282px;
		margin: 0 auto;
	}
	
	.home-en-image {
		margin-bottom: 0;
	}
}
