
/* 	--------------------------------------------------
    uSkinned.net

	LAYOUT
    -------------------------------------------------- */


/* 	--------------------------------------------------
	TABLE OF CONTENTS
    -------------------------------------------------- 

	1.0 GENERAL
	2.0 HEADER
	3.0 CONTENT
	4.0 FOOTER
		4.1 FOOTER NAV
	5.0 NAVIGATION
		5.1 MAIN NAV
		5.3 TOP NAV
		5.3 SUB
		5.4 BREADCRUMB
		5.5 PAGINATION
		5.6 SITEMAP
		5.7 SOCIAL
		5.8 QUICK LINKS
		5.10 SLICK CAROUSEL NAVIGATION
	6.0 PROMO PODS
	7.0 LISTING
		7.1 BLOG LISTING
		7.2 SEARCH LISTING
		7.3 SECTION LISTING
		7.4 GRID LISTING
	8.0 SITE WIDE PODS
		8.1 BLOCKQUOTE POD
		8.2 CODE POD
		8.3 GENERAL POD
		8.4 IMAGE POD
		8.5 LISTING POD
		8.6 NEWSLETTER POD
		8.7 VIDEO POD
	9.0 STANDARD PAGE COMPONENTS
		9.1 TABBED
		9.2 ACCORDION
		9.3 QUOTES
		9.4 IMAGES
		9.5 GALLERY
		9.6 RESOURCES
		9.7 TABLES
		9.8 COMMENTS
		9.9 AUTHOR BIO
		9.10 IMAGE SLIDESHOW
		9.11 PRICING MENU
	10.0 ADVANCED PAGE COMPONENTS
	    10.1 STANDARD PAGE COMPONENTS ON ADVANCED PAGE
		10.2 BANNER
			10.2.2 BANNER VIDEOS
		10.3 CTA STRIP
    	10.4 PROMO PODS
	    10.5 TEXT WITH IMAGE / VIDEO
	    10.6 TEXT WITH SIGNUP
	    10.7 SIGNUP WITH LISTING
	    10.8 APC TABBED
	    10.9 GRID
		10.10 IMAGE CAROUSEL
		10.11 TEXT WITH LISTING
		10.12 TEXT WITH FORM
        10.14 FEATURED BLOGS
        10.15 POD WINDOWS
	11.0 FORMS
		11.1 SITE SEARCH
		11.2 AJAX LOADING
		11.3 COOKIES
	12.0 MISC
		12.1 OVERLAY ICONS
	
	
	COLOURS 
	
	c1	#2e89b6		46,137,182
	c2	#66c989		102,201,137
	c3	#0b5a9c		11,90,156
	c4	#f0f3f4		240,243,244
	c5 	#ffffff		255,255,255
	c6  #dedede		222,222,222
	
*/

/*
	
	BOOTSTRAP BREAKPOINTS
	
	.col-xs-	< 768px		(container width 100%)
	.col-sm-	> 768px		(container width 750px)
	.col-md-	> 992px		(container width 970px)
	.col-lg-	> 1200px	(container width 1170px)
	
*/



/*	----------------------------------------------------------------------------------------------------
	1.0 GENERAL
	---------------------------------------------------------------------------------------------------- */
	
	body { 
		position:relative;
		
    	-webkit-animation-duration: 0.5s;
    	animation-duration: 0.5s;
    	-webkit-animation-name: fadeIn;
    	animation-name: fadeIn;
		}
	body:not(.no-header) { 
		padding-top:126px;
		}
	#site {
		position:relative; z-index:2;
		box-shadow:0 0 100px rgba(0,0,0,0.1);
		}	
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	body:not(.no-header) {
		padding-top:208px;
		}
		
	}	
		
	@media (min-width:1200px) {
		
	}	
		
	@media (min-width:1500px) {
		
	body.fixed-width #site,
    body.fixed-width header {
	    right:auto; left:auto;
	    max-width:1500px; margin:0 auto;
	    }	

	}


/*	----------------------------------------------------------------------------------------------------
	2.0 HEADER
	---------------------------------------------------------------------------------------------------- */

	header {
		position:fixed; top:0; right:0; left:0;
		width:100%; min-height:126px;
		z-index:1000;
		overflow:visible;
		background-color:#ffffff; background-color:rgba(255,255,255,1);
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		
		-webkit-transition:background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
		-moz-transition:background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
		-ms-transition:background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
		transition:background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
		}						
	html.reveal-out header {
		bottom:0; 
		height:100%; max-height:100%;
		overflow:auto;
		padding:126px 0 20px;
		}
	html.nav-up header {
		/*top:-75px;*/
		}
	html.nav-down header {
		top:0;
		} 
		
	html.nav-up header,
	html.nav-down header {
		box-shadow:0 0 15px 0 rgba(0,0,0,0.5);
		}
		
	html.nav-down.reached-top header {
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		}	
		
	header #logo { 
		position:absolute; top:10px; left:15px; z-index:501; width: 246px; height: 49px;
		}
	header #logo.no-image { 
		top:23px;
		}
	header #logo a { 
		background-image: url(/media/1108/ff-logo-mobile-2x.png);
		background-repeat: no-repeat;
    	background-position: center;
    	background-size: 159px 106px;
		display:block; 
		text-indent:-9999px;
		width: 159px;
    	height: 106px;
		}
	header #logo.no-image a { 
		text-indent:0;
		font-size:30px;
		}
	header #logo a:active {
		position:relative;
		top:1px;
		}
	
	
	@media (min-width:0) and (max-width:991px) {	
		
	header nav.cta-link { 
		margin:10px 15px 20px;
		}
	header nav.cta-link a {
		display:block;
		}
		
	}		
			
	@media (min-width:480px) and (max-width:991px) {
	
	header .container {
		width:100%;
		}
		
	}	
	
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
	
	header {		
		}
	html.nav-up header {
	    /*top: -133px;*/
	}
	html.reveal-out header {
		padding:0; overflow:visible; bottom:auto;
		}
	html.reveal-out header,
	header,
	header .container {
		height:208px;
		}
	header .container {
		position:relative;
		}
		
	header #logo {
		top:20px; 
			width: 515px !important;
    		height: 102px !important;
		}
	header #logo.no-image { 
		top:20px;
		}
	header #logo a { 
		background-image: url(/media/1032/family-formation-logo-2x.png) !important;
		background-repeat: no-repeat;
    	background-position: center;
    	background-size: 515px 102px !important;
		display:block; 
		text-indent:-9999px;
		width: 515px !important;
	    height: 102px !important;
		}
		
	header nav.cta-link { 
		position:absolute; top:90px; right:15px; z-index:1000;
		}
	header nav.cta-link a {
		padding-top:13px;
		height:50px;
		}
		
	}
		
	@media (min-width:1200px) {
		
		
	}



/*	----------------------------------------------------------------------------------------------------
	3.0 CONTENT
	---------------------------------------------------------------------------------------------------- */
	
	.content { 
		padding:16px 0;
		}
	.content.short { 
		padding:8px 0;
		}
		
	@media (max-width:767px) {
	
	.content #left-col,
	.content #right-col,
	.content #mid-col {
		padding-bottom:24px;
		}
		
	}
		
	@media (min-width:768px) {
		
	.content { 
		padding:24px 0;
		}
		
	}
		
	@media (min-width:992px) {	
		
	.content { 
		padding:32px 0;
		}
		
	}	
		
	@media (min-width:1200px) {		
		
	.content { 
		padding:48px 0;
		}
	
	}



/*	----------------------------------------------------------------------------------------------------
	4.0 FOOTER
	---------------------------------------------------------------------------------------------------- */
	
	footer { 
		border-top: 11px solid #fff;
		padding:26px 0;
		}
	footer .company-details p.heading {
		font-family: 'source-sans-pro', sans-serif;
		font-size:20px; 
		font-weight: bold;
		margin-bottom: 0;
		}
	footer .company-details p {
		font-size:18px; 
		}
	footer .company-details,
	footer .quick-links {
		margin-bottom:50px;
		}	
	footer .company-details p {
		margin: 0;
	}
	footer .social p.heading {
		font-style: italic;
		font-weight: bold;
		line-height: 1;
		margin-top: 0;
		margin-bottom: 25px;
	}

	@media (min-width:768px) {
		
	}
		
	@media (min-width:768px) and (max-width:991px) {
		
	footer { 
		padding:24px 0;
		}
		
	}
		
	@media (min-width:992px) {	
		
	footer { 
		padding:32px 0 80px;
		}
	footer p.heading {
		font-size:20px;
		}
		
	footer .company-details,
	footer .quick-links {
		margin-bottom:0;
		}	
		
	}	
		
	@media (min-width:1200px) {	
		
	footer { 
		padding:48px 0 60px;
		}
		
	}	
	


/*  --------------------------------------------------
    5.0 NAVIGATION             
    -------------------------------------------------- */
     
	html.reveal-out {
		overflow:hidden;
		}
		
	.navigation {
		position:relative; z-index:5;
		}
	html.reveal-out .navigation {
		overflow:auto;
		}
		
	.navigation .reveal {
		display:none;
		}
	html.reveal-out .navigation .reveal {
		display:block;
		}
		
	header a.expand {
		position:absolute; top:40px; right:0; z-index:300;
		width:70px; height:70px;
		display:block;
		text-indent:-9999px;
		text-decoration:none;
		cursor:pointer;
		}	
	header a.expand em {
		display:none; 
		-webkit-transition:none;
		-moz-transition:none;
		-ms-transition:none;
		transition:none;
		}	
	header a.expand span {
		display:block;
		width:40px; height:4px; 
		position:absolute; right:15px;
		border-radius:5px;
		
		-webkit-opacity:1;
		-moz-opacity:1;
		-ms-opacity:1;
		opacity:1;
		
		-webkit-transition:
			transform 0.3s ease-in-out 0s, 
			opacity 0.2s ease-in-out 0.3s, 
			left 0.3s ease-in-out 0.3s, 
			top 0.3s ease-in-out 0.3s, 
			width 0.3s ease-in-out 0.3s
			;
		-moz-transition:
			transform 0.3s ease-in-out 0s, 
			opacity 0.2s ease-in-out 0.3s, 
			left 0.3s ease-in-out 0.3s, 
			top 0.3s ease-in-out 0.3s, 
			width 0.3s ease-in-out 0.3s
			;
		-ms-transition:
			transform 0.3s ease-in-out 0s, 
			opacity 0.2s ease-in-out 0.3s, 
			left 0.3s ease-in-out 0.3s, 
			top 0.3s ease-in-out 0.3s, 
			width 0.3s ease-in-out 0.3s
			;
		transition:
			transform 0.3s ease-in-out 0s, 
			opacity 0.2s ease-in-out 0.3s, 
			left 0.3s ease-in-out 0.3s, 
			top 0.3s ease-in-out 0.3s, 
			width 0.3s ease-in-out 0.3s
			;
		}
	header a.expand.active span {
		
		-webkit-transition:
			transform 0.3s ease-in-out 0.2s, 
			opacity 0.2s ease-in-out 0s, 
			left 0.3s ease-in-out 0s, 
			top 0.3s ease-in-out 0.3s, 
			width 0.3s ease-in-out 0s
			;
		-moz-transition:
			transform 0.3s ease-in-out 0.2s, 
			opacity 0.2s ease-in-out 0s, 
			left 0.3s ease-in-out 0s, 
			top 0.3s ease-in-out 0.3s, 
			width 0.3s ease-in-out 0s
			;
		-ms-transition:
			transform 0.3s ease-in-out 0.2s, 
			opacity 0.2s ease-in-out 0s, 
			left 0.3s ease-in-out 0s, 
			top 0.3s ease-in-out 0.3s, 
			width 0.3s ease-in-out 0s
			;
		transition:
			transform 0.3s ease-in-out 0.2s, 
			opacity 0.2s ease-in-out 0s, 
			left 0.3s ease-in-out 0s, 
			top 0.3s ease-in-out 0.3s, 
			width 0.3s ease-in-out 0s
			;
		}
	header a.expand span.top {
		top:22px;
		}
	header a.expand span.mid {
		top:33px;
		}
	header a.expand span.bottom {
		top:43px;
		}
	header a.expand.active span.mid {
		width:0;
		}
	header a.expand.active span.top,
	header a.expand.active span.bottom {
		top:33px;
		}
	header a.expand.active span.top {
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg); 
		-moz-transform:rotate(-45deg);
		}
	header a.expand.active span.bottom {		
		transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg); 
		-moz-transform:rotate(45deg);
		}
		
	
	@media (min-width:0) and (max-width:991px) {
	
	html.reveal-out #site { 
		height:0px;
		}	
		
	}
	
	@media (min-width:992px) {
		
	html.reveal-out {
		overflow:auto;
		}
	html.reveal-out .navigation {
		overflow:visible;
		}
	header a.expand {
		display:none;
		}
	.navigation .reveal {
		display:block;
		}
		
	}		
                            
                            
                            
/*  --------------------------------------------------
    5.1 MAIN NAV             
    -------------------------------------------------- */

    .navigation nav.main {
        }	
		
	.navigation nav.main ul {
		}
	.navigation nav.main > ul {
		}

	.navigation nav.main ul li span {
		position:relative;
		display:block;
		}
	.navigation nav.main ul li span i {
		position:absolute; top:0; right:0;
		display:block;
		width:60px; height:60px;
		margin:0;
		padding-top:22px;
		text-align:center;
		color:#ffffff;
		}
	.navigation nav.main ul li span i {
		z-index:99;
		}
	html.touch .navigation nav.main ul li span i {
		z-index:101;
		background-color:rgba(255,255,255,0.1);
		}
	.navigation nav.main ul li a {
		display:block;
		}
	.navigation nav.main > ul > li > span a {
		position:relative;
		height:60px;
		padding:22px 15px;
		color:#4d4d4d;
		}
	.navigation nav.main ul li span a {
		z-index:101;
		}
	html.touch .navigation nav.main > ul > li > span a { 
		z-index:99;
		}
	.navigation nav.main ul li span.active a {
		}
	.navigation nav.main > ul > li.has-child > span a {
		/*padding-right:60px;*/
		}
	.navigation nav.main > ul > li > span.active,
	html.touch .navigation nav.main > ul > li.open,
	html.no-touch .navigation nav.main > ul > li:hover {
		background-color:#e8e6df;
		}
	.navigation nav.main > ul > li > span.active > a,
	html.touch .navigation nav.main > ul > li.open > span > a,
	html.no-touch .navigation nav.main > ul > li:hover > span > a {
		color:#023a53;
		}
		
	.navigation nav.main ul li ul li span > a {
		display:block;
		color:#023a53;
		font-family:'source-sans-pro', sans-serif;
		line-height: 1.2em;
		padding:15px;
		}
		
	.navigation nav.main > ul > li.has-child ul { 
		position:relative;	
		background-color:#e8e6df;
		}
	.navigation nav.main ul li span a::before { 
		content:"";
		position:absolute; top:0; bottom:0; left:0;
		width:3px; height:100%;
		}
		
	@media (min-width:0) and (max-width:991px) { 
		
	.navigation nav.main {
		border-width:0 0 1px; border-style:solid; border-color:rgba(204, 204, 204, 1);
		background-color:#fff;
		}
	.navigation nav.main ul li {
		background-color: #e8e6df;
		border-width:1px 0 0; border-style:solid; border-color:rgba(204, 204, 204, 1);
		}
	.navigation nav.main > ul > li.has-child ul li { 
		background-color:#efefef;
		}
	.navigation nav.main ul li.has-child ul {
		display:none;
		}
	.navigation nav.main ul li.has-child.open-mobile > ul {
		display:block;
		}
	.navigation nav.main ul li.has-child ul li a {
		/*height:60px;*/
		padding:22px 15px;
		}
		
	.navigation nav.main > ul > li > span a { 
		z-index:99;
		}
	.navigation nav.main ul li span.active a::before { 
		background-color:#0b5a9c; background-color:rgba(11,90,156,1);
		}
		
	.navigation nav.main ul li span i {
		z-index:101;
		background-color:rgba(255,255,255,0.1);
		color: #023a53;
		}
	.navigation nav.main ul li span i { 
		border-width:0 0 0 1px; border-style:solid; border-color:rgba(204, 204, 204, 1);
		}
	.navigation nav.main ul li.has-child.open > span i::before { 
    	-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg); 
    	-ms-transform: rotate(180deg);
    	transform: rotate(180deg);
		}
		
	.navigation nav.main ul li.more-children {
		display:none!important;
		}
	
	}	
		
	@media (min-width:768px) { 
	
	}	
		
	@media (min-width:992px) { 
	
	.navigation,
	.navigation nav.main,
	.navigation nav.main ul {
		z-index:500;
		position:relative; overflow:visible;
		}
			
	.navigation nav.main {
		position:absolute; top:134px; right:15px; left:-6px;
		height:60px;
		/*background-color:#0b5a9c; background-color:rgba(11,90,156,1);*/
		}
	/* Takes the nav bg to the edge */
	header::after {
		content:"";
		display:block; 
		width:100%; height:75px; 
		position:absolute; top:80px; right:0; left:0;
		/*background-color:#0b5a9c; background-color:rgba(11,90,156,1);*/
		}
	header::before {
		content:"";
		display:block; 
		width:100%; height:5px; 
		position:absolute; top:133px; right:0; left:0;
		background-color:#e8e6df;
		}	
		
	.navigation nav.main > ul {
		position:relative; z-index:1000;
		line-height:0;
		overflow:visible;
		border:0 none;
		}
	.navigation nav.main > ul > li {
		float:left;
		}
	.navigation nav.main ul li span i {
		display: none;
		width:25px; height:75px;
		padding-top:32px;
		font-size:10px;
		}
	html.touch .navigation nav.main ul li span i {
		background-color:rgba(255,255,255,0.1);
		}
	.navigation nav.main > ul > li > span {
		position:relative;
		}
	.navigation nav.main > ul > li > span a {
		height:74px;
		padding:28px 15px;
		}
	html.touch .navigation nav.main > ul > li.has-child > span a { 
		padding-right:40px;
		}
	.navigation nav.main > ul > li.has-child > span a {
		/*padding-right:30px;*/
		}
	.navigation nav.main > ul > li { 
		margin-right: 10px;
		z-index:1000;
		}
		
	/* DROPDOWN NAVIGATION */
	.navigation nav.main > ul > li.has-child {
		position:relative;
		}
	.navigation nav.main > ul > li.has-child ul {
		position:absolute; top:74px; left:-999em; z-index:2000;
		width:240px; height:auto;
		padding:0;
		text-align:left;
		
		-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
		-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
		-ms-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
		-o-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
		box-shadow:5px 5px 5px rgba(0,0,0,0.2);
		}
	.navigation nav.main > ul > li.has-child ul li { 
		position:relative;
		}
	.navigation nav.main ul li.has-child ul li span a {
		display:block; float:none;
		height:auto;
		}
	html.touch .navigation nav.main > ul > li.has-child > ul > li.has-child > span a { 
		padding-right:40px;
		}
	.navigation nav.main ul li.has-child ul li span i {
		top:0; bottom:0;
		font-size:10px; padding-top:18px;
		height:100%;
		}
	.navigation nav.main ul li.has-child ul li span a::before { 
		background-color:rgba(255,255,255,0.1);
		}
	html.no-touch .navigation nav.main ul li.has-child ul li span a:hover::before { 
		background-color:#023a53;
		}
	html.no-touch .navigation nav.main ul li.has-child ul li span.active a:hover::before,
	.navigation nav.main ul li.has-child ul li span.active a::before { 
		background-color:rgba(11,90,156,1);
		}
		
	html.touch .navigation nav.main ul li.has-child.open ul,
	html.no-touch .navigation nav.main ul li.has-child:hover ul {
		left:0; 
		}
	html.touch .navigation nav.main ul li.has-child.open ul ul,
	html.no-touch .navigation nav.main ul li.has-child:hover ul ul {
		top:0; left:-999em; 
		}
	html.touch .navigation nav.main ul li ul li.has-child.open ul,
	html.no-touch .navigation nav.main ul li ul li.has-child:hover ul { 
		left:240px;
		}
	
	/* LAST CHILD & MORE DROPDOWN */	
	html.touch .navigation nav.main > ul > li.has-child.open:last-of-type ul,
	html.no-touch .navigation nav.main > ul > li.has-child:hover:last-of-type ul,
	html.touch .navigation nav.main ul li.has-child.more-children.open ul,
	html.no-touch .navigation nav.main ul li.has-child.more-children:hover ul {
		/*right:0; left:auto;*/
		}
	html.touch .navigation nav.main > ul > li.has-child.open:last-of-type ul ul,
	html.no-touch .navigation nav.main > ul > li.has-child:hover:last-of-type ul ul { 
		left:-999em; 
		}
	html.touch .navigation nav.main > ul > li:last-of-type > ul > li.has-child.open ul,
	html.no-touch .navigation nav.main > ul > li:last-of-type > ul > li.has-child:hover ul {
		right:auto; left:-240px;
		}
		
	.navigation nav.main ul li.more-children ul.more-dropdown ul,
	.navigation nav.main ul li.more-children ul.more-dropdown i {
		display:none!important;
		}
		
	.navigation nav.main > ul > li > span { 
		font-size:15px;
		}		
	.navigation nav.main > ul > li > span a {
		padding:32px 20px;
		}
	.navigation nav.main ul li ul li span a { 
		padding:20px;
		}
	.navigation nav.main ul li.has-child ul li span i {
		padding-top:23px;
		}
			
	}	
		
	@media (min-width:1200px) { 
		
	.navigation nav.main > ul > li > span { 
		font-size:18px;
		}		
	.navigation nav.main > ul > li > span a {
		padding:28px 20px;
		}
			
	}
                            
                            
                            
/*  --------------------------------------------------
    5.2 TOP NAVIGATION             
    -------------------------------------------------- */

	.navigation nav.top {
		padding:15px 0 0 15px;
		font-weight: bold;
		text-transform: uppercase;
		}
	.navigation nav.top a {
		color: #999;

	}
	.navigation nav.top > ul,
	.navigation nav.top ul .dropdown-menu {
		font-size:14px;
		}
	.navigation nav.top ul > li {
		display:block; margin:25px 0;
		}
	.navigation nav.top ul > li i:not(.ion-chevron-down) { 
		color:#66c989; color:rgba(102,201,137,1);
		}
	.navigation nav.top ul > li i.ion-chevron-down { 
		font-size:10px;
		}
	.navigation nav.top ul .dropdown-menu li a { 
		color:#2e89b6; color:rgba(46,137,182,1);
		}
	.navigation nav.top .ion-person {display: none;}
		
	@media (min-width:0) and (max-width:767px) {
	
	.navigation nav.top ul .dropdown-menu {
		position:relative; top:auto; right:auto; bottom:auto; left:auto;
		float:none!important;
		width:auto;
		background:none; border:0 none;
		box-shadow:none;
		}
	.navigation nav.top ul .dropdown-menu li a {
		padding:0;
		background:none!important;
		}	
		
	}	
		
	@media (min-width:768px) { 
		
	}
		
	@media (min-width:992px) { 
		
	.navigation nav.top {
		position:absolute; top:0; right:0;
		padding:0;
		}
		
	.navigation nav.top > ul,
	.navigation nav.top ul .dropdown-menu {
		font-size:15px;
		letter-spacing: 0.5px;
		}
	.navigation nav.top ul > li {
		display:block; float:left; margin:0 0 0 8px; padding: 15px 16px 5px;
		}
	.navigation nav.top ul > li.active {
		background: #e8e6df;
		}
	.navigation nav.top ul > li.active a {
		color: #023a53;
		}
	.navigation nav.top li a {
		display:block;
		padding:13px 0 5px;
		height:40px;
		}
		
	.navigation nav.top li.spanish-link, .navigation nav.top li.spanish-link:hover {
		background-color: #f4b364;
	}

	.navigation nav.top li.spanish-link a, .navigation nav.top li.spanish-link a:hover {		
		color: #fff;
	}
	
	.navigation nav.top li a:hover {
		color: #2a8ca2;
		}
		
	.navigation nav.top ul .dropdown-menu {
		top:60px; right:0;
		margin:0; padding:0;
		}	
	.navigation nav.top ul .dropdown-menu li {
		margin:0; float:none;
		}
	.navigation nav.top ul .dropdown-menu li a {
		display:block; padding:10px 10px 12px;
		height:auto;
		}
		
	}
				
	@media (min-width:1200px) { 
		
	}
		                     
                            
                            
/*  --------------------------------------------------
    5.3 SUB NAVIGATION             
    -------------------------------------------------- */

	nav.sub {
		position:relative;
		overflow:hidden;
		height:100%;
		margin-bottom:30px;
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);	
		}
	nav.sub p.heading {
		font-size:18px;
		margin:0;
		border-width:0 0 1px; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		}
	nav.sub.categories p.heading,
	nav.sub p.heading a { 
		display:block;
		color:#0b5a9c; color:rgba(11,90,156,1);
		}
		
	nav.sub ul {
		margin:0;
		}
	nav.sub ul ul {
		font-size:16px;
		}
	nav.sub ul li {
		position:relative;
		}
	nav.sub ul li a {
		display:block; padding:15px;
		background:transparent;
		
		-webkit-transition:all 0.2s ease-in-out 0s;
		-moz-transition:all 0.2s ease-in-out 0s;
		-ms-transition:all 0.2s ease-in-out 0s;
		transition:all 0.2s ease-in-out 0s;
		}	
	html.no-touch nav.sub ul li:not(.active) a:hover {
		padding-left:18px;
		background-color:#f0f3f4; background-color:rgba(240,243,244,1);
		}	
	
	/* ACTIVE */	
	nav.sub ul li.active > a {
		color:#0b5a9c; color:rgba(11,90,156,1);
		color:#66c989; color:rgba(102,201,137,1);
		}
		
	nav.sub ul ul {
		font-size:13px;
		}
	nav.sub ul ul li a {
		padding:10px 15px 10px 15px;
		}
	html.no-touch nav.sub ul ul li:not(.active) a:hover {
		padding-left:18px;
		}
		
	nav.sub ul ul li::before {
		content:"\f125";
		font-family: "Ionicons";
		position:absolute; top:12px; left:15px;
		display:block;
		font-size:8px;
		color:#dedede; color:rgba(222,222,222,1);
		} 
				
	
	@media (min-width:768px) {
		
	}
	
	@media (min-width:992px) {
		
	nav.sub ul ul li a {
		padding:10px 20px;
		}
		
	nav.sub ul ul li a {
		padding:10px 20px 10px 30px;
		}
	html.no-touch nav.sub ul ul li:not(.active) a:hover {
		padding-left:33px;
		}
	nav.sub ul ul li::before {
		left:20px;
		}
		
	}
	
	@media (min-width:1200px) {
		
	nav.sub ul li a {
		padding:15px 30px;
		}
	html.no-touch nav.sub ul li:not(.active) a:hover {
		padding-left:33px;
		}
		
	nav.sub ul ul li a {
		padding:10px 30px 10px 40px;
		}
	html.no-touch nav.sub ul ul li:not(.active) a:hover {
		padding-left:43px;
		}
	nav.sub ul ul li::before {
		left:30px;
		}
		
	}			
	
                            
                            
/*  --------------------------------------------------
    5.4 BREADCRUMB NAVIGATION             
    -------------------------------------------------- */

	.breadcrumb-trail {
		overflow:hidden;
		height:60px;
		border-width:1px 0 0; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		}
	.breadcrumb-trail ol { 
		padding:0; margin:0;
		background:transparent;
		font-size:14px;
		}
	.breadcrumb-trail ol li {
		position:relative;
		display:inline-block;
		}
	.breadcrumb-trail ol li.active {
		opacity:0.6;
		}
		
	.breadcrumb-trail ol li a {
		display:inline-block;
		height:60px;
		}
	.breadcrumb-trail ol li span {
		padding:23px 18px 0 10px;
		display:block;
		height:60px;
		}
	.breadcrumb-trail ol li:first-child span {
		padding-left:0;
		}	
		
	.breadcrumb-trail ol li::before,
	.breadcrumb-trail ol li::after {
		content:"";
		position:absolute; top:26px; right:3px;
		width:1px; height:5px;
		background-color:#666;
		
		-webkit-transform:rotate(-40deg); 
		-moz-transform:rotate(-40deg);
		-ms-transform:rotate(-40deg);
		transform:rotate(-40deg);
		}
	.breadcrumb-trail ol li::after {
		top:auto; bottom:26px;
		
		-webkit-transform:rotate(40deg); 
		-moz-transform:rotate(430deg);
		-ms-transform:rotate(40deg);
		transform:rotate(40deg);
		}

	.breadcrumb-trail ol li.active::before,
	.breadcrumb-trail ol li.active::after {
		display:none;
		}		
	
	@media (min-width:768px) {
		
	}
	
	@media (min-width:992px) {
		
	}
	
	@media (min-width:1200px) {
		
	}
                            
                            
                            
/*  --------------------------------------------------
    5.5 PAGINATION NAVIGATION             
    -------------------------------------------------- */

	nav#pagination {
		padding:30px 0;
		}
	nav#pagination.post {
		}
	nav#pagination .pagination {
		position:relative;
		overflow:hidden; min-height:50px;
		margin:0;
		display:block;
		font-size:0;
		}
	.listing.shop nav#pagination {
		margin:0;
		}
	.listing.shop nav#pagination .pagination {
		border:0 none;
		}
	nav#pagination .pagination li {
		border:0 none;
		display:inline-block;
		font-size:14px;
		margin:0 2px;
		}
	nav#pagination .pagination li.prev,
	nav#pagination .pagination li.next {
		position:absolute; top:0; left:0;
		}
	nav#pagination .pagination li.next {
		right:0; left:auto;
		}
		
	nav#pagination .pagination li a {
		border-width:1px; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		padding:13px 20px; 
		color:#2e89b6; color:rgba(46,137,182,1);
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);	
		}
	html.no-touch nav#pagination .pagination li:not(.active) a:hover {
		color:#ffffff; color:rgba(255,255,255,1);
		border-color:#2e89b6; border-color:rgba(46,137,182,1);
		background-color:#2e89b6; background-color:rgba(46,137,182,1);
		box-shadow:0 3px 5px rgba(0,0,0,0.05);	
		}
		
	nav#pagination .pagination li.prev,
	nav#pagination .pagination li.next {
		margin:0;
		}

	nav#pagination .pagination li.active a {
		font-weight:bold;
		color:#ffffff; color:rgba(255,255,255,1);
		border-color:#0b5a9c; border-color:rgba(11,90,156,1);
		background-color:#0b5a9c; background-color:rgba(11,90,156,1);
		}
	
	@media (min-width:768px) {
		
	}
	
	@media (min-width:992px) {
		
	}
	
	@media (min-width:1200px) {
		
	}
                            
                            
                            
/*  --------------------------------------------------
    5.6 SITEMAP NAVIGATION             
    -------------------------------------------------- */

	nav.sitemap {
		overflow:hidden;
		height:100%;
		position:relative;
		}
	nav.sitemap ul { 
		margin:0; padding:0 0 8px;
		}
	nav.sitemap ul li {
		position:relative;
		display:block;
		padding:0; margin:0;
		}
	nav.sitemap ul li::before,
	nav.sitemap ul li::after { 
		content:"";
		position:absolute; left:0;
		display:block;
		background-color:#dedede; background-color:rgba(222,222,222,1);
		}
	nav.sitemap ul li::before { 
		top:0; bottom:0;
		width:1px; height:100%;
		}
	nav.sitemap ul li::after { 
		top:15px;
		width:5px; height:1px;
		}
	nav.sitemap ul ul {
		margin-left:16px;
		}	
	
	@media (min-width:768px) {
		
	}
	
	@media (min-width:992px) {
		
	}
	
	@media (min-width:1200px) {
		
	}
                            
                            
                            
/*  --------------------------------------------------
    5.7 SOCIAL NAVIGATION        
    -------------------------------------------------- */
                    
	nav.social { 
		margin-bottom:30px;		
		}
	nav.social ul {
		line-height:0;
		}
	nav.social ul li {
		display:inline-block; position:relative;
		margin:0 12px 5px 0;
		}
	nav.social ul li.first a { 
		}
	nav.social ul li.last a { 
		}
	
	nav.social ul li.facebook a {
		background-position:left top;
		}
	nav.social ul li.twitter a {
		background-position:left -40px;
		}
	nav.social ul li.linkedin a {
		background-position:left -80px;
		}
	nav.social ul li.google_plus a {
		background-position:left -120px;
		}
	nav.social ul li.pinterest a {
		background-position:left -160px;
		}
	nav.social ul li.instagram a {
		background-position:left -200px;
		}
	nav.social ul li.flickr a {
		background-position:left -240px;
		}
	nav.social ul li.tumblr a {
		background-position:left -280px;
		}
	nav.social ul li.vimeo a {
		background-position:left -320px;
		}
	nav.social ul li.youtube a {
		background-position:left -360px;
		}
	nav.social ul li.dribble a {
		background-position:left -400px;
		}
	nav.social ul li.skype a {
		background-position:left -440px;
		}
	nav.social ul li.rss a {
		background-position:left -480px;
		} 
	nav.social ul li.soundcloud a {
		background-position:left -560px;
		}
	nav.social ul li.behance a {
		background-position:left -600px;
		}
	
	@media (min-width:768px) {
		
	}
	
	@media (min-width:992px) {
		
	}
	
	@media (min-width:1200px) {
		
	}

                            
                            
/*  --------------------------------------------------
    5.8 QUICK LINKS           
    -------------------------------------------------- */
     
	.quick-links {
		font-weight: bold;
		text-transform: uppercase;
		}
	.quick-links ul {
		}
	.quick-links ul li {
		margin-bottom:24px;
		}      
	.quick-links ul li a {
		display:block;
		/*padding-left:10px;*/
		}
	html.no-touch .quick-links ul li a:hover {
		/*padding-left:13px;*/
		}
		
	/*.quick-links ul li a::after {
		content:"\f125";
		font-family: "Ionicons";
		position:absolute; top:3px; left:15px;
		display:block;
		font-size:8px;
		}  */
	
	@media (min-width:768px) {
		
	}
	
	@media (min-width:992px) {
		
	}
	
	@media (min-width:1200px) {
		.quick-links ul li {
		padding-left:40px;
		} 
		
	}
                            
    
                        
/*  --------------------------------------------------
    5.9 FOOTER NAVIGATION             
    -------------------------------------------------- */
     
	nav.footer {
		padding:60px 0 0;
		}
	nav.footer ul {
		border-top: 1px solid #fff;
		font-size:12px;
		padding-top: 20px;
		}
	nav.footer ul li {
		display:block; padding:10px 0;
		}	
	nav.footer ul li a,
	nav.footer ul li div {
		display:inline;
		padding:0;
		}
	nav.footer ul li.site-credit {
		display:none;
	}
	nav.footer ul li.site-credit a {
		font-weight:700;
		}
		
	@media (min-width:768px) {
		
	nav.footer ul li {
		margin:0 8px 0 0; padding:0;
		display:inline-block;
		}
		
	nav.footer ul li.site-credit {
		clear:both;
		display:none;
		padding:40px 0 0;
		}
		
	}
		
	@media (min-width:768px) and (max-width:991px) {	
		
	}
		
	@media (min-width:992px) {
		
	html.no-touch nav.footer ul li a:hover {
		-webkit-opacity:0.6;
		-moz-opacity:0.6;
		-ms-opacity:0.6;
		opacity:0.6;
		}
		
	nav.footer ul li.site-credit {
		float:right; clear:none; padding:0;
		}
		
	}	
                            
                            
                            
/*  --------------------------------------------------
    5.10 SLICK CAROUSEL NAVIGATION            
    -------------------------------------------------- */
		
	.slick-prev, .slick-next {		
   		display: table;
		}
	.slick-prev i, .slick-next i {
		position:relative;
		margin:0!important;
		display:block;
		text-align:center;
   		display: table-cell;
   		vertical-align: middle;
		}
		
	.slick-prev, .slick-next {
		width:50px; height:50px;
		position:absolute; top:50%; z-index:200;
		background:none;
		border:0 none;
		cursor:pointer;
		
		color:rgba(46,137,182,1);
		background-color:rgba(255,255,255,1);
		
		
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
		}		
	.slick-prev {
		left:0;
		background-color:rgba(255,255,255,0.5);
		}
	.slick-next {
		right:0;
		background-color:rgba(255,255,255,0.75);
		}
	html.no-touch .slick-prev:hover, html.no-touch .slick-next:hover {
		background-color:rgba(255,255,255,1);
		}
		
	.slick-prev i, .slick-next i {
		font-size:20px;
		}		
		
	ul.slick-dots {
		position:absolute; right:0; bottom:20px; left:0;
		width:100%;
		margin:0;
		text-align:center;
		}
	ul.slick-dots li {
		margin:0 5px;
		display:inline-block;
		width:10px; height:10px;
		}
	ul.slick-dots li button {
		border-radius:50%;
		width:12px; height:12px;
		background-color:rgba(11,90,156,0.4);
		
		-webkit-transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
		-moz-transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
		-ms-transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
		transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
		}	
	ul.slick-dots li.slick-active button {
		background-color:#0b5a9c; background-color:rgba(11,90,156,1);
		}
		
	.banner ul.slick-dots li button,
	.c1-bg ul.slick-dots li button, .c2-bg ul.slick-dots li button, .c3-bg ul.slick-dots li button {
		background-color:rgba(255,255,255,0.4);
		}
	.banner ul.slick-dots li.slick-active button,
	.c1-bg ul.slick-dots li.slick-active button, .c2-bg ul.slick-dots li.slick-active button, .c3-bg ul.slick-dots li.slick-active button {
		background-color:#ffffff; background-color:rgba(255,255,255,1);
		}
		
	.image-carousel ul.slick-dots {
		position:relative; bottom:auto; top:19px;
		display:none!important;
		}
	
	@media (min-width:768px) {
		
	}	
		
	@media (min-width:992px) {
		
	}
		
	@media (min-width:1200px) {
		
	}					
		                       
                            
                            
/*  ----------------------------------------------------------------------------------------------------
    6.0 PROMO PODS         
    ---------------------------------------------------------------------------------------------------- */

	.promo-pods {
		position:relative;
		height:100%;
		}
	.promo-pods .row.alt { 
		/* margin:0; */
		}
		
	.promo-pods .item {
		position:relative;
		margin-bottom:30px;
		}
	.promo-pods .alt .item { 
		/* padding:0; margin:0;*/
		}
		
	html.no-touch .promo-pods .item a:hover .heading,
	html.no-touch .promo-pods .item a:hover .text {
		text-decoration:none;
		}
		
	.promo-pods .item .inner { 
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);	
		}
		
	.promo-pods .item .image {
		margin:-16px -16px 15px;
		}
	.promo-pods .alt .item .image { 
		margin:0!important;
		}
	.promo-pods .item img { 
		overflow:hidden;
		}
		
	.promo-pods .alt .item .info { 
		position:absolute; /* right:0; bottom:0; left:0; */ right:15px; bottom:0; left:15px;
		padding:15px;
		background-color:rgba(46,137,182,0.8);
		}
	html.no-touch .promo-pods .alt .item .info { 
		top:0;
		}
	html.no-touch .promo-pods .alt .item a .info { 
		background-color:rgba(46,137,182,0.3);
		}
	html.no-touch .promo-pods .alt .item a:hover .info {
		background-color:rgba(46,137,182,0.8);
		}
		
	.promo-pods .item a {
		text-decoration: none;
		}
		
	.promo-pods .item .heading { 
		display:block;
		margin:0;
		font-family:'source-sans-pro', sans-serif;
		font-size:18px;
		font-weight: bold;
		text-decoration:none;
		}
		
	.promo-pods .item .text { 
		display:block;
		margin-top:10px;
		}
	.promo-pods .item .text :first-child {
		margin-top:0;
		}
	.promo-pods .item .text :last-child {
		margin-bottom:0;
		}
	.promo-pods .item .text a {
		display:inline;
		}
	html.no-touch .promo-pods .item .text a:hover { 
		text-decoration:underline;
		}
		
	.promo-pods .item .link {
		margin:20px 0 0;
		}
	.promo-pods .item .link a { 
		}

	.home-pods {text-align: center;}		
		
	@media (min-width:580px) and (max-width:767px) {
		
	.promo-pods .item {
		width:50%!important; float:left!important;
		}
		
	}
		
	@media (min-width:992px) {
		
	.promo-pods .item .image {
		margin:-21px -21px 20px;
		}
		
	.promo-pods .item .heading {
		font-size:20px;
		}
		
	}
		
	@media (min-width:768px) and (max-width:991px) {
		
	.promo-pods .item:nth-of-type(2n+1) {
		clear:both;
		}
		
	}
		
	@media (min-width:992px) {
		
	.promo-pods .item:nth-of-type(3n+1) {
		clear:both;
		}
		
	}
		
	@media (min-width:1200px) {
		
	.promo-pods .item .image {
		margin:-31px -31px 30px;
		}
		
	.promo-pods .item .heading {
		font-size:20px;
		}
	
	}
                            
                            
                            
/*  ----------------------------------------------------------------------------------------------------
    7.0 LISTING   
    ---------------------------------------------------------------------------------------------------- */

	.listing { 
		position:relative;
		height:100%;
		}
	.apc .listing {
		padding:0; margin:0;
		}	
	.listing .item { 
		margin-bottom:30px;
		}
			
	.listing .item a { 
		}		
	.listing .item .image {
		margin-bottom:15px;
		}
		
	.listing .item .heading { 
		display:block;
		font-size:18px;
		margin:0;
		}
		
	.listing .item .text {
		display:block;
		margin-top:10px;
		}
	.listing .item .text :first-child {
		margin-top:0;
		}
	.listing .item .text :last-child {
		margin-bottom:0;
		}
	.listing .item .text a {
		display:inline;
		}
	html.no-touch .listing .item .text a:hover { 
		text-decoration:underline;
		}
		
	.listing .item .link {
		margin:20px 0 0;
		}
	.listing .item .link a { 
		}
	
		
	@media (max-width:767px) {
		
	.spc.listing .item .pull-right {
		float:none; text-align:left;
		}
	
	}	
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	.listing .item .heading {
		font-size:20px;
		}
		
	}
		
	@media (min-width:1200px) {
		
	.listing .item .heading {
		font-size:22px;
		}
	
	}	      
                            
                            
/*  --------------------------------------------------
    7.1 BLOG LISTING   
    -------------------------------------------------- */
			
	.listing.blog {
		}
	.apc.featured-blogs .listing.blog .item {
		clear:none!important; 
		}

	div.meta { 
		}
	.spc .meta	{ 
		padding:20px 0; margin-top:40px;
		border-width:1px 0 0; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		}
	.apc .spc .meta { 
		margin-top:0;
		}
	.meta a {
		display:inline;
		}
	html.no-touch .meta a:hover { 
		text-decoration:underline;
		}
	.listing div.meta {
		font-size:12px;
		}
	.meta .author-date {
		padding-bottom:10px;
		}	
	div.meta .inner {
		}
	.item div.meta {
		margin-top:30px;
		}
	div.meta .row { 
		}
	div.meta .comments {
		padding-bottom:10px;
		}	
		
	@media (min-width:580px) and (max-width:767px) {
		
	.listing.blog .item.col-sm-6 { 
		width:50%;
		}	
	.listing.blog .item:nth-of-type(2n+1) {
		clear:both;
		}
		
	}
		
	@media (min-width:768px) {
		
	}	
		
	@media (min-width:768px) and (max-width:991px) {
				
	.listing.blog .item:nth-of-type(2n+1) {
		clear:both;
		}	
		
	}
		
	@media (min-width:992px) {
				
	#left-col .listing.blog .item:nth-of-type(2n+1),
	#right-col .listing.blog .item:nth-of-type(2n+1),
	#mid-col .listing.blog .item:nth-of-type(2n+1) {
		clear:both;
		}
		
	#wide-col .listing.blog .item.col-sm-6 { 
		width:33.3333333%;
		}
	#wide-col .listing.blog .item:nth-of-type(3n+1) {
		clear:both;
		}
		
	.listing.blog .item .heading {
		font-size:20px;
		}
	.listing.blog .item.col-sm-6 .heading { 
		font-size:20px;
		}
		
	.listing.blog .item:not(.col-sm-6) .meta .comments,
	.listing.blog .item:not(.col-sm-6) .meta .categories,
	.spc .meta .comments,
	.spc .meta .categories { 
		width:50%; float:left;
		}
	.listing.blog .item:not(.col-sm-6) .meta .categories,
	.spc .meta .categories { 
		text-align:right;
		}
		
	}	
		
	@media (min-width:1200px) {
		
	.listing.blog .item .heading {
		font-size:24px;
		}
		
	}
                            
                            
                            
/*  --------------------------------------------------
    7.2 SEARCH LISTING   
    -------------------------------------------------- */
			
	.listing.search {
		margin-top:30px;
		}
	.listing.search .item { 
		}
		
	.listing.search .item .link { 
		margin-top:10px;
		font-size:12px;
		}
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	}
		
	@media (min-width:1200px) {
		
	}

                            
                            
                            
/*  --------------------------------------------------
    7.3 SECTION LISTING   
    -------------------------------------------------- */
			
	.listing.section:not(.grid) {
		margin-top:30px;
		}
	.listing.section:not(.grid) .item { 
		}	
		
	.listing.section:not(.grid) .item .image {
		margin-bottom:5px;
		}
		
	.listing.section:not(.grid) .heading {
		margin-top:10px;
		}
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	}
		
	@media (min-width:1200px) {
		
	}
                            
                            
                            
/*  --------------------------------------------------
    7.4 GRID LISTING   
    -------------------------------------------------- */
			
	.listing.grid {
		}
	.listing.grid .item {
		margin-bottom:30px; padding-bottom:0;
		overflow:hidden;
		} 
		
	.listing.grid .item .image {
		}
		
	@media (min-width:580px) and (max-width:767px) {
		
	.listing.grid .item.col-sm-6 { 
		width:50%;
		}
	.listing.grid .item:nth-of-type(2n+1) { 
		clear:both;
		}
		
	}
		
	@media (min-width:768px) {
		
	}	
		
	@media (min-width:768px) and (max-width:991px) {
				
	.listing.grid .item:nth-of-type(2n+1) {
		clear:both;
		}	
		
	}
		
	@media (min-width:992px) {
				
	#left-col .listing.grid .item:nth-of-type(2n+1),
	#right-col .listing.grid .item:nth-of-type(2n+1),
	#mid-col .listing.grid .item:nth-of-type(2n+1) {
		clear:both;
		}
		
	#wide-col .listing.grid .item.col-sm-6 { 
		width:33.3333333%;
		}
	#wide-col .listing.grid .item:nth-of-type(3n+1) {
		clear:both;
		}
		
	}
		
	@media (min-width:1200px) {
		
	}


/*  ----------------------------------------------------------------------------------------------------
    8.0 SITE WIDE PODS
    ---------------------------------------------------------------------------------------------------- */

	.swp {
		margin-bottom:30px;
		}
	.swp .item {
		position:relative;
		margin-bottom:30px;
		}
	.swp .item:not(.blockquote-pod):not(.codeblock) {
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);	
		}
	.swp .item:last-child { 
		margin-bottom:0;
		}	
	.swp .item .heading a {
		text-decoration:none;
		}
	.swp .item .heading i {
		font-size:15px;
		display:none;
		}
	
	.swp .item .link {
		margin-bottom:0;
		}
		
		

/*  ----------------------------------------------------------------------------------------------------
    8.1 BLOCKQUOTE POD
    ---------------------------------------------------------------------------------------------------- */

	.swp .item.blockquote-pod { 
		}
	.swp blockquote p {
		font-size:16px;
		}
		
	@media (min-width:992px) {
		
	.swp blockquote p {
		font-size:20px;
		}
		
	}
		
	

/*  ----------------------------------------------------------------------------------------------------
    8.2 CODEPOD
    ---------------------------------------------------------------------------------------------------- */

	.swp .item.code-pod { 
		}
	

/*  ----------------------------------------------------------------------------------------------------
    8.3 GENERAL POD
    ---------------------------------------------------------------------------------------------------- */

	.swp .item.general-pod { 
		}
	

/*  ----------------------------------------------------------------------------------------------------
    8.4 IMAGE POD
    ---------------------------------------------------------------------------------------------------- */

	.swp .item.image-pod { 
		}
	

/*  ----------------------------------------------------------------------------------------------------
    8.5 LISTING POD
    ---------------------------------------------------------------------------------------------------- */

	.swp .item.listing-pod { 
		}
	.swp .item.listing-pod .inner > .heading {
		margin-bottom:30px;
		}
	.swp .item.listing-pod .link {
		margin:20px 0 0;
		}
		
	.swp .listing {
		margin:0; padding:0;
		}
	.swp .listing .item {
		margin:0; padding:0;
		}
	.swp .listing .item::after {
		content:"";
		display:block;
		width:100%; height:1px;
		margin:10px 0 15px;
		background-color:#dedede; background-color:rgba(222,222,222,1);
		}
	.swp .listing .item .heading {
		font-size:16px; 
		}
	.swp .listing .item .meta {
		margin:0; padding:0;
		font-size:10px;
		}
	

/*  ----------------------------------------------------------------------------------------------------
    8.6 NEWSLETTER POD
    ---------------------------------------------------------------------------------------------------- */

	.swp .item.newsletter-pod { 
		}
	

/*  ----------------------------------------------------------------------------------------------------
    8.7 VIDEO POD
    ---------------------------------------------------------------------------------------------------- */

	.swp .item.video-pod { 
		}
	



/*  ----------------------------------------------------------------------------------------------------
    9.0 STANDARD PAGE COMPONENTS
    ---------------------------------------------------------------------------------------------------- */

	.spc {
		position:relative;
		margin-bottom:30px;
		}
	.spc.forms,
	.spc.quick-links,
	.spc.pricing-menu {
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		}	
		

/*  --------------------------------------------------
    9.1 TABBED
    -------------------------------------------------- */

	.tabbed {
		}
	nav.tabs .nav {
		font-size:14px;
		border:0 none;
		}
	nav.tabs .nav li {
		}
	.spc nav.tabs .nav li:first-child {
		margin-left:0;
		}
	.spc nav.tabs .nav li:last-child {
		margin-right:0;
		}
	nav.tabs .nav li a {
		padding:10px 15px; 
		background:none;
		min-width:50px;
		border-width:2px; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		background-color:#dedede; background-color:rgba(222,222,222,1);
		}
	html.no-touch nav.tabs .nav li:not(.active) a:hover {
		background-color:#f0f3f4; background-color:rgba(240,243,244,1);
		}
	nav.tabs .nav li.active a {
		color:#0b5a9c; color:rgba(11,90,156,1);
		border-color:#dedede; border-color:rgba(222,222,222,1);
		border-bottom-color:#ffffff; border-bottom-color:rgba(255,255,255,1);
		background-color:#ffffff; background-color:rgba(255,255,255,1);
		}	
		
		
	.tabbed .tab-content {
		padding:20px;
		}
	.spc.tabbed .tab-content { 
		border-width:1px; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		background-color:#ffffff; background-color:rgba(255,255,255,1);	
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);	
		}
		
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	}
		
	@media (min-width:1200px) {
		
	nav.tabs .nav {
		font-size:15px;
		}
	
	}	


/*  --------------------------------------------------
    9.2 ACCORDION
    -------------------------------------------------- */

	.accordion {
		}
	.accordion .heading {
		margin:5px 0 0; font-size:14px;
		}
	.accordion .heading a {
		position:relative; z-index:1;
		display:block; padding:15px 45px 15px 15px;
		background-color:#ffffff; background-color:rgba(255,255,255,1); 
		border-width:1px; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		text-decoration:none!important;
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		}	
	.accordion .heading a:not(.collapsed),
	html.no-touch .accordion .heading a.collapsed:hover {
		color:#0b5a9c; color:rgba(11,90,156,1);
		background-color:#f2f0ec;
		}	
	.accordion .heading a.collapsed {
		border-color:#dedede; border-color:rgba(222,222,222,1);
		}
		
	.accordion .heading i {
		font-size:15px; 
		position:absolute; top:15px; right:15px;
		color:#2a8ca2;
		}
	.accordion .heading a:not(.collapsed) i.ion-chevron-up,
	.accordion .heading a.collapsed i.ion-chevron-down { 
		display:block;
		}
	.accordion .heading a.collapsed i.ion-chevron-up,
	.accordion .heading a:not(.collapsed) i.ion-chevron-down { 
		display:none;
		}
				
	.accordion .panel-body {
		padding:15px 0; 
		position:relative; z-index:2;
		}	
	.apc .spc.accordion .panel-body { 
		padding:15px; 
		border-width:0 1px 1px; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		background-color:#ffffff; background-color:rgba(255,255,255,1);	
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);	
		}
		
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	}
		
	@media (min-width:1200px) {
		
	.accordion .heading {
		font-size:15px;
		}
	
	}



/*  --------------------------------------------------
    9.3 QUOTES
    -------------------------------------------------- */

	.spc.quotes {
		} 	
	.spc.quotes blockquote p {
		font-family: 'adelle', 'serif';
		font-size:22px;
		line-height: 1.6em;
		}

	.spc.quotes blockquote cite {
		color: #528456;
		font-weight: bold;
		font-size:14px;
		font-style: normal;
	}
	.spc.quotes blockquote::before {
		font-family: georgia, serif;
		content: '”';
		font-size: 128px;
		line-height: 90px;
	}
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		 
	.spc.quotes blockquote {
		padding-top:40px;
		}
	.spc.quotes blockquote p {
		font-size:28px;
		}
	.spc.quotes blockquote cite {
		font-size:19px;
		}		
	.quotes blockquote::before {
		font-size:40px;
		}
	.quotes blockquote::after {
		font-size:30px;
		}
		
	}	
		
	@media (min-width:1200px) {
          
	.spc.quotes blockquote p {
		font-size:26px;
		}                

	}  
                            
                            
/*  --------------------------------------------------
    9.4 IMAGES
    -------------------------------------------------- */
                            
	.spc.image {
		margin-bottom:16px;
		}                
	.spc.image img { 
		display:block;
		overflow:hidden;
		max-width:100%;
		height:auto; 
		}           
	.spc.image .info {
		}
	.spc.image .info .text {
		margin:10px 0 0;
		font-size:90%; font-style:italic;
		
		-webkit-opacity:0.6;
		-moz-opacity:0.6;
		-ms-opacity:0.6;
		opacity:0.6;
		}
	

                            
/*  --------------------------------------------------
    9.5 GALLERY        
    -------------------------------------------------- */
	
	.spc.gallery { 
		margin-bottom:15px;
		}
	.gallery .item {
		margin-top:15px;
		margin-bottom:15px;
		}
	.gallery .item a {
		}
	.gallery .item .image {
		position:relative;
		}
        

	@media (max-width:991px) {

	.spc.gallery .item:nth-of-type(2n+1) {
		clear:both;
		}

	}

	@media (min-width:992px) {

	.spc.gallery .item:nth-of-type(3n+1) {
		clear:both;
		}

	}	

	@media (min-width:1200px) {

	}		

                            
                            
/*  --------------------------------------------------
    9.6 RESOURCES         
    -------------------------------------------------- */

	.resources { 
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		}
	.resources .item {
		padding:15px;
		border-color:#dedede; border-color:rgba(222,222,222,1);
		}
	html.no-touch .resources .item:hover { 
		background-color:#f0f3f4; background-color:rgba(240,243,244,1);
		}
	.resources .item .heading {
		display:block;
		font-size:16px;
		margin-bottom:4px;
		color:#2e89b6; color:rgba(46,137,182,1);
		}
	.resources .item .size {
		font-size:12px; 
		}
	.resources .item .heading i {
		color:#66c989; color:rgba(102,201,137,1);
		}
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	}
		
	@media (min-width:1200px) {
		
	.resources .item .heading {
		font-size:18px;
		}
	
	}



/*  --------------------------------------------------
    9.7 TABLES
    -------------------------------------------------- */

	table {
		width:100%;
		border-width:1px 0 0 1px; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		background-color:#f0f3f4; background-color:rgba(240,243,244,1);
		}
	thead {
		color:#ffffff; color:rgba(255,255,255,1);
		background-color:#0b5a9c; background-color:rgba(11,90,156,1);
		}
	table th, table td {
		padding:15px;	
		border-width:0 1px 1px 0; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		}
	table th { 
		}
	/*table tr:nth-of-type(even) td {
		background-color:#ffffff; background-color:rgba(255,255,255,1);
		}
	.tables table tr:nth-of-type(even) td, .tables .body .item:nth-of-type(even) {
		background-color:#ffffff; background-color:rgba(255,255,255,1);
		} */
	table th {
		font-weight:500; font-size:15px;
		}
	table tr p:first-of-type {
		margin-top:0;
		}
	table tr p:last-of-type {
		margin-bottom:0;
		}
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	}
		
	@media (min-width:1200px) {
	
	}
				

                            
/*  --------------------------------------------------
    9.8 COMMENTS 
    -------------------------------------------------- */
	
	#comments {
		padding-top:30px;
		}	
		

                            
/*  --------------------------------------------------
    9.9 AUTHOR BIO
    -------------------------------------------------- */
	
	body.standard-page .spc + .spc.author-bio { 
		margin-top:-30px;
		}
	.author-bio {
        overflow:hidden; height:100%;
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		}
	.author-bio p.heading {
		margin-bottom:0;
		}
	.author-bio .image {
		margin-top:15px;
		}
    .author-bio .image img {
		width:auto; max-width:100%;
		}
	.author-bio .info {
		padding:15px 0;
		}
	.author-bio .info p.heading {
		font-size:16px;
		}
	.author-bio .info .text p {
		}
		
	@media (min-width:768px) {
		
	.author-bio .info {
		padding:15px 15px 15px 0;
		}
		
	}
    
    @media (min-width:992px) {
		
	.author-bio .image {
		float:right;
		margin:0 0 15px 40px;
		}
		
	}	
	
	
	
/*  --------------------------------------------------
	9.10 IMAGE SLIDESHOW
    -------------------------------------------------- */
	
	.slideshow {
		}
	.slideshow .item {
		display:block;
		}
	.slideshow .item .image {
		}
	.slideshow .item .image img {
		display:block;
		overflow:hidden;
		}        
	.slideshow .item .info {
		}
	.slideshow .item .info .text {
		padding:10px 0 0;
		font-size:80%;
		
		-webkit-opacity:0.6;
		-moz-opacity:0.6;
		-ms-opacity:0.6;
		opacity:0.6;
		}	
	
	
	
/*  --------------------------------------------------
	9.11 PRICING MENU
    -------------------------------------------------- */
	
	.pricing-menu {
		}
	.pricing-menu .head {
		padding:10px 0 20px; margin-bottom:10px;
		border-width:0 0 2px; border-style:solid; border-color:#66c989; border-color:rgba(102,201,137,1);
		}
	.pricing-menu .head .heading {
		margin:0;
		font-size:14px;
		}
	.pricing-menu .item {
		padding:15px 0;
		border-width:0 0 1px; border-style:solid; border-color:#dedede; border-color:rgba(222,222,222,1);
		}
	.pricing-menu .item:last-of-type {
		border:0 none;
		}
	.pricing-menu .item .heading {
		text-transform:none; letter-spacing:0;
		font-size:16px;
		margin:0 0 8px;
		}
	.pricing-menu .item .text p {
		margin:0 0 5px;
		font-size:90%; font-style:italic;
		}
	.pricing-menu .price p {
		margin:5px 0 0;
		}
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	.pricing-menu .item .heading {
		font-size:18px;
		}
	.pricing-menu .item .price {
		text-align:right;
		}
	.pricing-menu .price p {
		margin:0 0 10px;
		}
		
	}
		
	@media (min-width:1200px) {
		
	}	
	
	
	
/*  --------------------------------------------------
	9.12 TEXT BLOCK
    -------------------------------------------------- */
	
	.spc.textblock {
		margin-bottom:15px;
		}
	.spc.textblock :first-child { 
		margin-top:0;
		}
	.spc.textblock :last-child { 
		margin-bottom:0;
		}
		
	/* BODY COLOR */	
	body .apc.c1-bg .spc.textblock {
		color:#f0f3f4; color:rgba(240,243,244,1);
		}
	body .apc.c2-bg .spc.textblock {
		color:#ffffff; color:rgba(255,255,255,1);
		}
	body .apc.c3-bg .spc.textblock {
		color:#f0f3f4; color:rgba(240,243,244,1);
		}
	body .apc.c4-bg .spc.textblock {
		}
	body .apc.c5-bg .spc.textblock {
		}
	body .apc.c6-bg .spc.textblock {
		}
	
	/* LINKS */	
	body .apc.c1-bg .spc.textblock a, body .apc.c1-bg .spc.textblock a:active, body .apc.c1-bg .spc.textblock a:focus {
		color:#66c989; color:rgba(102,201,137,1);
		}
	body .apc.c2-bg .spc.textblock a, body .apc.c2-bg .spc.textblockextblock a:active, body .apc.c2-bg .spc.textblock a:focus {
		}
	body .apc.c3-bg .spc.textblock a, body .apc.c3-bg .spc.textblock a:active, body .apc.c3-bg .spc.textblock a:focus {
		color:#66c989; color:rgba(102,201,137,1);
		}
	body .apc.c4-bg .spc.textblock a, body .apc.c4-bg .spc.textblock a:active, body .apc.c4-bg .spc.textblock a:focus {
		}
	body .apc.c5-bg .spc.textblock a, body .apc.c5-bg .spc.textblock a:active, body .apc.c5-bg .spc.textblock a:focus {
		}
	body .apc.c6-bg .spc.textblock a, body .apc.c6-bg .spc.textblock a:active, body .apc.c6-bg .spc.textblock a:focus {
		}
	
	/* HEADINGS */	
	body .apc.c1-bg .spc.textblock h1, body .apc.c1-bg .spc.textblock h2, body .apc.c1-bg .spc.textblock h3,
	body .apc.c1-bg .spc.textblock h4, body .apc.c1-bg .spc.textblock h5, body .apc.c1-bg .spc.textblock h6,
	body .apc.c1-bg .spc.textblock .heading {
		color:#ffffff; color:rgba(255,255,255,1);
		}
	body .apc.c2-bg .spc.textblock h1, body .apc.c2-bg .spc.textblock h2, body .apc.c2-bg .spc.textblock h3,
	body .apc.c2-bg .spc.textblock h4, body .apc.c2-bg .spc.textblock h5, body .apc.c2-bg .spc.textblock h6,
	body .apc.c2-bg .spc.textblock .heading {
		color:#ffffff; color:rgba(255,255,255,1);
		}
	body .apc.c3-bg .spc.textblock h1, body .apc.c3-bg .spc.textblock h2, body .apc.c3-bg .spc.textblock h3,
	body .apc.c3-bg .spc.textblock h4, body .apc.c3-bg .spc.textblock h5, body .apc.c3-bg .spc.textblock h6,
	body .apc.c3-bg .spc.textblock .heading {
		color:#ffffff; color:rgba(255,255,255,1);
		}
	body .apc.c4-bg .spc.textblock h1, body .apc.c4-bg .spc.textblock h2, body .apc.c4-bg .spc.textblock h3,
	body .apc.c4-bg .spc.textblock h4, body .apc.c4-bg .spc.textblock h5, body .apc.c4-bg .spc.textblock h6,
	body .apc.c4-bg .spc.textblock .heading {
		}
	body .apc.c5-bg .spc.textblock h1, body .apc.c5-bg .spc.textblock h2, body .apc.c5-bg .spc.textblock h3,
	body .apc.c5-bg .spc.textblock h4, body .apc.c5-bg .spc.textblock h5, body .apc.c5-bg .spc.textblock h6,
	body .apc.c5-bg .spc.textblock .heading {
		}
	body .apc.c6-bg .spc.textblock h1, body .apc.c6-bg .spc.textblock h2, body .apc.c6-bg .spc.textblock h3,
	body .apc.c6-bg .spc.textblock h4, body .apc.c6-bg .spc.textblock h5, body .apc.c6-bg .spc.textblock h6,
	body .apc.c6-bg .spc.textblock .heading {
		}


                            
/*  ----------------------------------------------------------------------------------------------------
    10.0 ADVANCED PAGE COMPONENTS
    ---------------------------------------------------------------------------------------------------- */

	.apc {
		position:relative;
		padding:25px 0;
		overflow:hidden; height:100%;
		}
		
	.apc .overview {
		margin-bottom:25px;
		}
	.apc .outro {
		margin-top:25px;
		}
	.apc.promo-pods .outro {
		margin-top:0;
		}
		
	.apc .overview .text :first-child,
	.apc .outro .text :first-child {
		margin-top:0;
		}
	.apc .overview .text :last-child,
	.apc .outro .text :last-child {
		margin-bottom:0;
		}
		
	.apc.no-padding .overview {
		margin-top:25px;
		}
	.apc.no-padding .outro {
		margin-bottom:25px;
		}
		
	.apc.promo-pods .overview,
	.apc.promo-pods .outro,
	.apc.tabbed-listing .overview,
	.apc.tabbed-listing .outro,
	.apc.tabbed-listing nav.tabs,
	.apc.pod-windows .overview,
	.apc.pod-windows .outro {
		text-align:center;
		}
	.apc.tabbed-listing nav.tabs li { 
		float:none; display:inline-block;
		margin:0 -2px;
		}
	.apc.promo-pods .col-md-8,
	.apc.tabbed-listing .col-md-8,
	.apc.pod-windows .col-md-8 {
		margin:0 auto; float:none;
		}
		
	.apc .image.video {
		position:relative;
		}
		
	.apc.banner {
		padding:0!important;
		}
	.apc.banner,
	.apc.promo-pods {
		margin:0;
		}
		
	.apc .heading.main {
		font-size:25px;
		font-style: italic;
		font-weight: bold;
		margin:0;
		}
	.apc .overview .heading.main + .text { 
		margin:15px 0 0;
		}
		
	.apc .outro .text + .link { 
		margin:30px 0 0;
		}
		
	@media (min-width:768px) {
		
	.apc {
		padding:30px 0;
		}
		
	.apc.no-padding .overview {
		margin-top:30px;
		}
	.apc.no-padding .outro {
		margin-bottom:30px;
		}
		
	.apc .heading.main {
		font-size:30px;
		}
		
	}	
		
	@media (min-width:992px) {
		
	.apc {
		padding:45px 0;
		}
		
	.apc.no-padding .overview {
		margin-top:45px;
		}
	.apc.no-padding .outro {
		margin-bottom:45px;
		}
		
	.apc .heading.main {
		font-size:35px;
		}
		
	}	
		
	@media (min-width:1200px) {
		
	.apc {
		padding:60px 0;
		}
		
	.apc.no-padding .overview {
		margin-top:60px;
		}
	.apc.no-padding .outro {
		margin-bottom:60px;
		}
		
	.apc .heading.main {
		font-size:55px;
		}
		
	}	
		
                            
/*  --------------------------------------------------
    10.1 STANDARD PAGE COMPONENTS ON ADVANCED PAGE
    -------------------------------------------------- */              

	.apc.standard-components {
		}	
	.apc.standard-components .spc {
		margin-bottom:0;
		}
		
	@media (min-width:768px) {
		
	}	
		
	@media (min-width:992px) {
		
	}	
		
	@media (min-width:1200px) {
		
	}

                            
/*  --------------------------------------------------
    10.2 BANNER  
    -------------------------------------------------- */                   
	
	.apc.banner {
		overflow:hidden; height:auto;
		position:relative; z-index:0;
		}
		
	.apc.banner .item {
		position:relative; z-index:0;
		
		background-repeat:no-repeat; background-position:center;
		background-size:cover;
		}
		
	.apc.banner .item.short, 
	.apc.banner .item.short .container, 
	.apc.banner .item.short .row {
		height:35vh; min-height:270px;
		}
		
	.apc.banner .item.medium, 
	.apc.banner .item.medium .container, 
	.apc.banner .item.medium .row {
		height:50vh; min-height:370px;
		}
		
	.apc.banner .item.takeover, 
	.apc.banner .item.takeover .container, 
	.apc.banner .item.takeover .row {
		height:100vh;
		}
	body:not(.no-header) .apc.banner .item.takeover, 
	body:not(.no-header) .apc.banner .item.takeover .container, 
	body:not(.no-header) .apc.banner .item.takeover .row {
		height:100vh;
		
		height:calc(100vh - 70px);
		
		height:-o-calc(100vh - 70px); 
		height:-webkit-calc(100vh - 70px); 
		height:-moz-calc(100vh - 70px);
		}
	body.browser-ios:not(.no-header) .apc.banner .item.takeover, 
	body.browser-ios:not(.no-header) .apc.banner .item.takeover .container, 
	body.browser-ios:not(.no-header) .apc.banner .item.takeover .row {
		height:100vh;
		
		height:calc(100vh - 138px);
		
		height:-o-calc(100vh - 138px); 
		height:-webkit-calc(100vh - 138px); 
		height:-moz-calc(100vh - 138px);
		}

	.apc.banner .item.overlay::before {
		content:"";
		position:absolute; top:0; right:0; bottom:0; left:0; z-index:10;
		}
		
	.apc.banner .item .image {
		position:absolute; top:0; right:0; bottom:0; left:0; z-index:-1;
		width:100%; height:100%;
		
		background-repeat:no-repeat; background-position:center;
		background-size:cover;
		}
	/* will not work on iOS: https://stackoverflow.com/questions/23236158/how-to-replicate-background-attachment-fixed-on-ios */	
	body:not(.browser-ios) .apc.banner .item.parallax .image {
		background-attachment:fixed; 
		}
					
	.apc.banner .info {
		position:absolute; top:0; right:0; bottom:0; left:0; z-index:11;
		width:100%; height:100%;
		padding:0;
		}	
					
	.apc.banner .info .heading.main {
		margin:0;
		}
		
	.apc.banner .info .heading.main + .text { 
		margin-top:5px;
		}
	.apc.banner .info .text :first-child {
		margin-top:0;
		}
	.apc.banner .info .text :last-child {
		margin-bottom:0;
		}
		
	.apc.banner .info .heading.main + .link {
		margin:20px 0 0;
		}
	.apc.banner .info .text + .link {
		margin:30px 0 0;
		}
		
		
	/* SCROLL PROMPT */	
	.apc.banner .scroll-prompt {
		position:absolute; right:0; bottom:30px; left:0; z-index:100;
		width:100%;
		
	    -webkit-animation-duration: 1s;
	    animation-duration: 1s;
	    -webkit-animation-delay: 3s;
	    animation-delay: 3s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
		-webkit-animation-name: fadeIn;
    	animation-name: fadeIn;
		}	
	.apc.banner .scroll-prompt a {
		display:inline-block; 
		width:100%; height:40px;
		margin:0 auto;
		cursor:pointer;
		text-decoration:none!important;
		}
	.apc.banner .scroll-prompt a i {
		font-size:30px;
		line-height:40px;
		display:block;
		padding:0; margin:0 0 0 2px;
		}
		
	.apc.banner .scroll-prompt .mouse-scroll {
		position:relative;
		width:21px; height:35px;
		margin:0 auto;
		border-width:2px; border-style:solid; border-color:#ffffff; border-color:rgba(255,255,255,1);
		border-radius:10px;
		}	
	.apc.banner .scroll-prompt .mouse-scroll::before {
		content:"";
		position:absolute; top:10px; left:7px;
		width:3px; height:6px;
		border-radius:50%;
		background-color:#ffffff; background-color:rgba(255,255,255,1);
		
    	-webkit-animation-iteration-count: infinite;
    	animation-iteration-count: infinite;
	    -webkit-animation-duration: 1.25s;
	    animation-duration: 1.25s;
	    -webkit-animation-delay: 3s;
	    animation-delay: 3s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
		-webkit-animation-name: fadeInDown;
    	animation-name: fadeInDown;
		}
		
		
	@media (min-width:768px) {
		
	.apc.banner .item.short, 
	.apc.banner .item.short .container, 
	.apc.banner .item.short .row {
		height:40vh; min-height:350px;
		}
		
	.apc.banner .item.medium, 
	.apc.banner .item.medium .container, 
	.apc.banner .item.medium .row {
		height:60vh; min-height:450px;
		}
		
	.apc.banner .item.takeover, 
	.apc.banner .item.takeover .container, 
	.apc.banner .item.takeover .row {
		height:100vh;
		}
	body:not(.no-header) .apc.banner .item.takeover, 
	body:not(.no-header) .apc.banner .item.takeover .container, 
	body:not(.no-header) .apc.banner .item.takeover .row {
		height:100vh;
		
		height:calc(100vh - 155px);
		
		height:-o-calc(100vh - 155px); 
		height:-webkit-calc(100vh - 155px); 
		height:-moz-calc(100vh - 155px);
		}
	body.browser-ios:not(.no-header) .apc.banner .item.takeover, 
	body.browser-ios:not(.no-header) .apc.banner .item.takeover .container, 
	body.browser-ios:not(.no-header) .apc.banner .item.takeover .row {
		height:100vh;
		
		height:calc(100vh - 181px);
		
		height:-o-calc(100vh - 181px); 
		height:-webkit-calc(100vh - 181px); 
		height:-moz-calc(100vh - 181px);
		}
		
	}
		
	@media (min-width:992px) {	
		
	}	
	
	@media (min-width:768px) and (max-width:1199px) { 
		
	.apc.banner .info .table { 
		padding-right:40px; padding-left:40px;
		}	
	
	}
		
	@media (min-width:1200px) {	
		
	.apc.banner .item.short, 
	.apc.banner .item.short .container, 
	.apc.banner .item.short .row {
		min-height:548px;
		}
		
	.apc.banner .item.medium, 
	.apc.banner .item.medium .container, 
	.apc.banner .item.medium .row {
		min-height:550px;
		}
		
	.apc.banner .scroll-prompt a {
		height:auto; padding-bottom:20px;
		}
	.apc.banner .scroll-prompt a span {
		font-size:9px;
		text-transform:uppercase;
		letter-spacing:0.09em;
		display:block; margin-top:15px;
		display:none;
		}
	.apc.banner .scroll-prompt a i {
		font-size:20px;
		}
		
	}
		
	@media (min-width:1500px) {
	
	body.fixed-width .apc.banner .item { 
		background-size:1500px auto;
		}

	}
	


/*  --------------------------------------------------
    10.2.2 BANNER VIDEOS
    -------------------------------------------------- */ 
		
	.apc.banner .item .video {
		}

	.apc.banner .item .video .video-player {
		
		position:absolute; top:50%; left:50%;
    	z-index: -1; /* for accessing the video by click */
    	overflow: hidden;
	
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		}


	@media (min-width:0) and (max-width:767px) {
	
	}
		
	@media (min-width:768px) {	
		
	}
		
	@media (min-width:992px) {	
		
	}
		
	@media (min-width:1200px) {	
		
	}


                            
/*  --------------------------------------------------
    10.3 CTA STRIP  
    -------------------------------------------------- */                  
	
	.apc.cta-strip {
		}
	.apc.cta-strip .heading.main {
		margin-bottom:0;
		}
	.apc.cta-strip p.link {
		margin-top:0;
		}
		
	@media (min-width:768px) {	
		
	}
		
	@media (min-width:992px) {	
		
	}
		
	@media (min-width:1200px) {	
		
	}

                       
/*  --------------------------------------------------
    10.4 APC PROMO PODS  
    -------------------------------------------------- */                
	
	.apc.promo-pods {
		
		} 
		
	@media (max-width:991px) {
	
	.apc.promo-pods .item:nth-of-type(2n+1) {
		clear:both!important;
		}

	}
		
	@media (min-width:992px) {	
		
	}	                 
	

                            
/*  --------------------------------------------------
    10.5 TEXT WITH IMAGE / VIDEO
    -------------------------------------------------- */               
	
	.apc.text-with-image-or-video {
		}   
	.apc.text-with-image-or-video .image {
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		}
		
	.apc.text-with-image-or-video .info {
		padding-top:20px;
		} 
	.apc.text-with-image-or-video .info .heading {
		margin-top:0;
		}
	.apc.text-with-image-or-video p.link {
		margin-top:30px; margin-bottom:0;
		}
	.apc.text-with-image-or-video .overlayicon {
		font-size:60px;
		}
		
	@media (min-width:768px) and (max-width:991px) {
		
	.apc.text-with-image-or-video.wide .image {
		max-width:720px; margin:0 auto;
		}
		
	}
		
	@media (min-width:992px) {
		
	.apc.text-with-image-or-video.wide {
		padding:0;
		}
	.apc.text-with-image-or-video .item {
		display:table;
		}
	.apc.text-with-image-or-video .info {
		padding-top:0;
		
		display:table-cell; vertical-align:middle;
		}  
	.apc.text-with-image-or-video.wide .info {
		padding:48px 0;
		}    
	.apc.text-with-image-or-video .overlayicon {
		font-size:100px;
		}
		
	.apc.text-with-image-or-video:not(.wide) .pull-right .image {
		margin-left:-15px;
		}
	.apc.text-with-image-or-video:not(.wide) .pull-left .image {
		margin-right:-15px;
		}
	.apc.text-with-image-or-video.wide .image {
		margin:0 -15px;
		}
		
		
	}
		
	@media (min-width:1200px) {
		
	.apc.text-with-image-or-video.wide .info {
		padding:64px 0;
		} 
		
	.apc.text-with-image-or-video .overlayicon {
		font-size:140px;
		}
		
	}         
	

                            
/*  --------------------------------------------------
    10.6 TEXT WITH SIGNUP  
    -------------------------------------------------- */                
	
	.apc.text-with-form {
		
		} 
	.apc.text-with-form .form {
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		} 
		
	@media (min-width:768px) {
		
		
	}
		
	@media (min-width:992px) {		
		
	}
		
	@media (min-width:1200px) {
		
		
	}               
	

                            
/*  --------------------------------------------------
    10.7 SIGNUP WITH LISTING
    -------------------------------------------------- */     	
	
	.apc.signup-listing {
		}
	.apc.signup-listing .form {
		box-shadow:3px 3px 0 rgba(0,0,0,0.025);
		} 
		
	.apc.signup-listing .listing .item {
		margin:20px 0 0;
		position:relative;
		}
	.apc.signup-listing .listing .item:first-of-type {
		margin-top:40px;
		}
	.apc.signup-listing .listing .item .heading {
		font-size:16px;
		}
	.apc.signup-listing .listing .item .meta {
		margin:10px 0 0;
		}
		
	.c1-bg .listing .heading, .c2-bg .listing .heading, .c3-bg .listing .heading,
	.c2-bg .listing .text,
	.c2-bg .listing .meta,
	.c1-bg .listing .meta a, .c2-bg .listing .meta a, .c3-bg .listing .meta a { 
		color:#ffffff; color:rgba(255,255,255,1);
		}
	.c1-bg .listing .text, .c3-bg .listing .text, 
	.c1-bg .listing .meta, .c3-bg .listing .meta { 
		color:#f0f3f4; color:rgba(240,243,244,1);
		}
		
	@media (min-width:768px) {
		
	.apc.signup-listing .listing .item .heading {
		font-size:18px;
		}
		
	}
		
	@media (min-width:992px) {
		
	.apc.signup-listing .listing .item .heading {
		font-size:20px;
		}
	}
		
	@media (min-width:1200px) {
		
	.apc.signup-listing .listing .item .heading {
		font-size:22px;
		}
		
	}

                            
/*  --------------------------------------------------
    10.8 APC TABBED
    -------------------------------------------------- */                
	
	.apc.tabbed {
		}
		
	.apc.tabbed .tab-content {
		border:0 none;
		padding:0;
		background:none;
		}
		
	.apc.tabbed .listing {
		margin:0;
		}
		
                            
/*  --------------------------------------------------
    10.9 GRID
    -------------------------------------------------- */  

	.apc.umb-grid {
		}
		
	/* BODY COLOR */	
	body .apc.umb-grid.c1-bg {
		color:#f0f3f4; color:rgba(240,243,244,1);
		}
	body .apc.umb-grid.c2-bg {
		color:#ffffff; color:rgba(255,255,255,1);
		}
	body .apc.umb-grid.c3-bg {
		color:#f0f3f4; color:rgba(240,243,244,1);
		}
	body .apc.umb-grid.c4-bg {
		}
	body .apc.umb-grid.c5-bg {
		}
	body .apc.umb-grid.c6-bg {
		}
	
	/* LINKS */	
	body .apc.umb-grid.c1-bg a, body .apc.umb-grid.c1-bg a:active, body .apc.umb-grid.c1-bg a:focus {
		color:#66c989; color:rgba(102,201,137,1);
		}
	body .apc.umb-grid.c2-bg a, body .apc.umb-grid.c2-bg a:active, body .apc.umb-grid.c2-bg a:focus {
		}
	body .apc.umb-grid.c3-bg a, body .apc.umb-grid.c3-bg a:active, body .apc.umb-grid.c3-bg a:focus {
		color:#66c989; color:rgba(102,201,137,1);
		}
	body .apc.umb-grid.c4-bg a, body .apc.umb-grid.c4-bg a:active, body .apc.umb-grid.c4-bg a:focus {
		}
	body .apc.umb-grid.c5-bg a, body .apc.umb-grid.c5-bg a:active, body .apc.umb-grid.c5-bg a:focus {
		}
	body .apc.umb-grid.c6-bg a, body .apc.umb-grid.c6-bg a:active, body .apc.umb-grid.c6-bg a:focus {
		}
	
	/* HEADINGS */	
	body .apc.umb-grid.c1-bg h1, body .apc.umb-grid.c1-bg h2, body .apc.umb-grid.c1-bg h3,
	body .apc.umb-grid.c1-bg h4, body .apc.umb-grid.c1-bg h5, body .apc.umb-grid.c1-bg h6,
	body .apc.umb-grid.c1-bg .heading {
		color:#ffffff; color:rgba(255,255,255,1);
		}
	body .apc.umb-grid.c2-bg h1, body .apc.umb-grid.c2-bg h2, body .apc.umb-grid.c2-bg h3,
	body .apc.umb-grid.c2-bg h4, body .apc.umb-grid.c2-bg h5, body .apc.umb-grid.c2-bg h6,
	body .apc.umb-grid.c2-bg .heading {
		color:#ffffff; color:rgba(255,255,255,1);
		}
	body .apc.umb-grid.c3-bg h1, body .apc.umb-grid.c3-bg h2, body .apc.umb-grid.c3-bg h3,
	body .apc.umb-grid.c3-bg h4, body .apc.umb-grid.c3-bg h5, body .apc.umb-grid.c3-bg h6,
	body .apc.umb-grid.c3-bg .heading {
		color:#ffffff; color:rgba(255,255,255,1);
		}
	body .apc.umb-grid.c4-bg h1, body .apc.umb-grid.c4-bg h2, body .apc.umb-grid.c4-bg h3,
	body .apc.umb-grid.c4-bg h4, body .apc.umb-grid.c4-bg h5, body .apc.umb-grid.c4-bg h6,
	body .apc.umb-grid.c4-bg .heading {
		}
	body .apc.umb-grid.c5-bg h1, body .apc.umb-grid.c5-bg h2, body .apc.umb-grid.c5-bg h3,
	body .apc.umb-grid.c5-bg h4, body .apc.umb-grid.c5-bg h5, body .apc.umb-grid.c5-bg h6,
	body .apc.umb-grid.c5-bg .heading {
		}
	body .apc.umb-grid.c6-bg h1, body .apc.umb-grid.c6-bg h2, body .apc.umb-grid.c6-bg h3,
	body .apc.umb-grid.c6-bg h4, body .apc.umb-grid.c6-bg h5, body .apc.umb-grid.c6-bg h6,
	body .apc.umb-grid.c6-bg .heading {
		}

                            
/*  --------------------------------------------------
    10.10 IMAGE CAROUSEL 
    -------------------------------------------------- */                  
	
	.apc.image-carousel {
		}
		
  	.apc.image-carousel .slick-prev,
  	.apc.image-carousel .slick-next {
		width:40px; height:40px;
	
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
		}
  	.apc.image-carousel .slick-prev {
		right:42px; left:auto;
		}
  	.apc.image-carousel .slick-next {
		right:0;
		}
		
	@media (min-width:480px) {
		
	.apc.image-carousel .slides {
		margin:0 -1px;
		}
	.apc.image-carousel .slides .item {
		padding:0 1px;
		}
		
	}
		
	@media (min-width:768px) {	
		
	}
		
	@media (min-width:0) and (max-width:991px) {	
		
	.apc.image-carousel .slides {
		padding-bottom:60px;
		}
	.apc.image-carousel .slick-prev,
	.apc.image-carousel .slick-next {
		top:auto; bottom:0;
		}
		
	}
		
	@media (min-width:992px) {	
		
  	.apc.image-carousel .slick-prev,
  	.apc.image-carousel .slick-next {
		top:-60px;
		
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
		}
		
	}
		
	@media (min-width:1200px) {	
		
	}
		
                            
/*  --------------------------------------------------
    10.11 TEXT WITH LISTING
    -------------------------------------------------- */

  	.apc.text-listing {
		}
  	.apc.text-listing .listing .item .heading {
		margin:0;
		}
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	.apc.text-listing .heading.main {
		padding-top:10%;
		} 
		
  	.apc.text-listing .listing .item .heading {
		font-size:20px;
		}
		
	}
		
	@media (min-width:1200px) {	
		
	}

                            
/*  --------------------------------------------------
    10.12 TEXT WITH FORM
    -------------------------------------------------- */                  
	
	.apc.text-with-form {
		}
		
	@media (min-width:768px) {	
		
	}
		
	@media (min-width:992px) {	
		
	}
		
	@media (min-width:1200px) {	
		
	}


/*  --------------------------------------------------
    10.14 FEATURED BLOGS
    -------------------------------------------------- */

  	.apc.featured-blogs {
		}
	.apc.featured-blogs .slides, .apc.featured-blogs .slick-list {
		}
		
  	.apc.featured-blogs .slick-prev,
  	.apc.featured-blogs .slick-next {
		width:40px; height:40px;
	
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
		}
  	.apc.featured-blogs .slick-prev {
		right:57px; left:auto;
		}
  	.apc.featured-blogs .slick-next {
		right:15px;
		}
		
  	.apc.featured-blogs .listing {
		overflow:visible;
		padding:0 15px; margin:0 -15px;
		}
  	.apc.featured-blogs .listing .item {
		margin:0 15px;
		}	
		
  	.apc.featured-blogs .item .heading {
		font-size:18px;
		}
		
	@media (min-width:0) and (max-width:991px) {	
		
	.apc.featured-blogs .slides {
		padding-bottom:60px;
		}
	.apc.featured-blogs .slick-prev,
	.apc.featured-blogs .slick-next {
		top:auto; bottom:0;
		}
	
	}
		
	@media (min-width:992px) {
		
  	.apc.featured-blogs .slick-prev,
  	.apc.featured-blogs .slick-next {
		top:-60px;
		}
		
	}
		
	@media (min-width:992px) {
		
  	.apc.featured-blogs .item .heading {
		font-size:25px;
		}
		
	}
		
	@media (min-width:1200px) {	
		
  	.apc.featured-blogs .item .heading {
		font-size:30px;
		}
		
	}


/*  --------------------------------------------------
    10.15 POD WINDOWS
    -------------------------------------------------- */

  	.apc.pod-windows {
		}
  	.apc.pod-windows .container-fluid {
		padding:0;
		}
  	.apc.pod-windows .row:not(.overview):not(.outro) { 
		margin:0;
		}
	.apc.pod-windows .row.smaller-items	{ 
		padding:0;
		}
		
  	.apc.pod-windows .item {
    	position:relative; 
		overflow:hidden;
		padding:0;
		}
  	.apc.pod-windows .item::before {
    	content:"";
    	display:block;
    	padding-top:100%;
		}
  	.apc.pod-windows .item.half-item::before {
    	padding-top:50%;
		}
		
  	.apc.pod-windows .item .info {
		position:absolute; top:0; right:0; bottom:0; left:0; z-index:1;
		display:block;
		width:100%; height:100%;
		color:#555555;
		text-decoration:none;
		background-repeat:no-repeat; background-position:center;
		background-size:100%;
		}
  	.apc.pod-windows .item .info::before { 
		content:"";
		position:absolute; top:0; right:0; bottom:0; left:0; z-index:-1;
		width:100%; height:100%;
		}
		
  	.apc.pod-windows .item .heading {
		margin:0;
		}
  	.apc.pod-windows .item .heading + .text { 
		margin-top:5px;
		}
  	.apc.pod-windows .item .text :first-child { 
		margin-top:0;
		}
  	.apc.pod-windows .item .text :last-child { 
		margin-bottom:0;
		}
  	.apc.pod-windows .item .link {
		margin-bottom:0;
		}
		
  	.apc.pod-windows .item .link {
		position:absolute; right:0; bottom:20px; left:0; z-index:120;
		width:100%;
		
		-webkit-transition:bottom 0.4s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
		-moz-transition:bottom 0.4s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
		-ms-transition:bottom 0.4s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
		transition:bottom 0.4s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
		}
  	.apc.pod-windows .item .link span {
		display:inline-block;
		border-width:0 0 1px; border-style:solid; border-color:inherit;
		}
  	html.no-touch .apc.pod-windows .item a.info .link {
		bottom:-100%;
		opacity:0;
		}
  	html.no-touch .apc.pod-windows .item a:hover .link {
		bottom:20px;
		opacity:1;
		}
		
  	.apc.pod-windows .item .info .overlayicon { 
		background:none;
		font-size:100px;
		}
			
	
	@media (min-width:0) and (max-width:499px) {
	
	}
	
	@media (min-width:500px) {
		
  	.apc.pod-windows .item.quarter-item { 
		width:50%;
		}
		
	}
		
	@media (min-width:992px) {
		
  	.apc.pod-windows .full-item .heading {
		font-size:30px;
		}
  	.apc.pod-windows .half-item .heading {
		font-size:25px;
		}
  	.apc.pod-windows .quarter-item .heading {
		font-size:20px;
		}	
				
	}
		
	@media (min-width:1200px) {
		
  	.apc.pod-windows .full-item .heading {
		font-size:40px;
		}
  	.apc.pod-windows .half-item .heading {
		font-size:30px;
		}
		
  	.apc.pod-windows .item .heading,
  	.apc.pod-windows .item .text {
		max-width:400px; margin-right:auto; margin-left:auto;
		}
		
  	.apc.pod-windows .item .link {
		bottom:30px; 
		}
		
	.apc.pod-windows .item.full-item .overlayicon {
		font-size:140px;
		}
		
	}

                            
/*  ----------------------------------------------------------------------------------------------------
    11.0 FORMS
    ---------------------------------------------------------------------------------------------------- */
	
	textarea { resize:none; }
	
	fieldset {
		margin:0 0 16px;
		}
	legend {
		padding:0 0 8px;
		margin:8px 0 16px;
		}
	label {
		font-weight:normal;
		display:block;
		}	
	em.req {
		font-style:normal;
		}	
	.form-control {
		border-radius:0; min-height:40px;
		}
	.form-control:focus {
		border-color:#2e89b6; border-color:rgba(46,137,182,1);
		box-shadow: 0 0 5px rgba(46,137,182,1);
		}
	select, select option {
		-webkit-appearance:none;
		-moz-appearance:none;
		-ms-appearance:none;
		appearance:none;
		}	
		
	fieldset label em.req {
		color:#a94442; color:rgba(169,68,68,1);
		}

	/* VALIDATION */
	.input-validation-error {
		border-color:#a94442;
		}
	.input-validation-error:focus {
		border-color:#a94442;
		box-shadow:0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(169,68,66,0.5);
		}
		
	.field-validation-error {
		display:block; padding:5px; font-size:12px;
		background-color:#a94442;
		color:#ffffff; color:rgba(255,255,255,1);
		}

    .field-validation-valid {
        display: none;
    	}
    .validation-summary-valid {
        display: none;
    	}

	footer .newsletter fieldset {
		position:relative;
		}
	footer .newsletter .btn {
		position:absolute; top:0; right:0;
		min-height:40px;
		}					



/*	----------------------------------------------------------------------------------------------------
	11.1 SITE SEARCH
	---------------------------------------------------------------------------------------------------- */
	
	.site-search {
		position:relative;
		}
	header .site-search {
		margin:25px 15px 0;
		}		
	.site-search fieldset {
		position:relative; pointer-events:all;
		}
	.site-search .form-group {
		margin:0;
		}
	.site-search .form-control {
		width:100%; height:40px; min-height:40px; padding-right:40px;
		}	
	.site-search button {
		width:38px; height:38px; padding:0; 
		position:absolute; top:1px; right:1px;
		font-size:20px; text-align:center;
		border:0 none;
		background:none!important;
		}
		
	@media (min-width:768px) {	
		
	}
		
	@media (min-width:992px) {
		
	header .site-search {
		margin:0;
		position:absolute; top:15px; right:15px;
		width:20%;
		}
		
	}	
		
	@media (min-width:1200px) {	
		
	}

		
                            
/*  --------------------------------------------------
    11.2 AJAX LOADING         
    -------------------------------------------------- */

	.ajax-wrap {
		position:relative;
		width:100%;
		height:100%;
		}
	.ajax-wrap .ajax-loading {
	  	position:absolute; top:0; right:0; bottom:0; left:0; z-index:10;
		background-color:rgba(255,255,255,0.9);
		} 
	.ajax-wrap .ajax-loading .loading {
		margin:0;
		position:relative;
		text-align:center;
		display:table;
		width:100%; height:100%;
		}
	.ajax-wrap .ajax-loading .loading span.message {
		display:table-cell;
		width:100%; height:100%;
		text-indent:-9999px;
		vertical-align:middle;
		background-repeat:no-repeat; background-position:center;
		background-image:url('/images/icons/loading-on-white.gif');
		}
		
	@media (min-width:768px) {	
		
	}
		
	@media (min-width:992px) {
		
	}	
		
	@media (min-width:1200px) {	
		
	}
	


/*  --------------------------------------------------
    11.3 COOKIES
    -------------------------------------------------- */

	.cookie-notice {
		position:fixed; right:0; bottom:-100%; left:0; z-index:1000;
		padding:15px 0;
		opacity:0;
		
		-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0);
		-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0);
		-ms-box-shadow:0 0 5px 0 rgba(0,0,0,0);
		-o-box-shadow:0 0 5px 0 rgba(0,0,0,0);
		box-shadow:0 0 5px 0 rgba(0,0,0,0);
		
		-webkit-transition:bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
		-moz-transition:bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
		-ms-transition:bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
		-o-transition:bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
		transition:bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
		}
	.cookie-notice.open {
		bottom:0;
		opacity:1;
		
		-webkit-box-shadow:0 -3px 0 0 rgba(0,0,0,0.05);
		-moz-box-shadow:0 -3px 0 0 rgba(0,0,0,0.05);
		-ms-box-shadow:0 -3px 0 0 rgba(0,0,0,0.05);
		-o-box-shadow:0 -3px 0 0 rgba(0,0,0,0.05);
		box-shadow:0 -3px 0 0 rgba(0,0,0,0.05);
		}
		
	.cookie-notice .heading { 
		margin:0;
		}
	.cookie-notice .heading + .text { 
		margin-top:5px;
		}
	.cookie-notice .text :first-child { 
		margin-top:0;
		}
	.cookie-notice .text :last-child { 
		margin-bottom:0;
		}
		
	.cookie-notice p.link {
		margin:15px 0 0;
		}
		
	@media (min-width:768px) {	
		
	.cookie-notice p.link {
		margin:0;
		}
	.cookie-notice p.link a.btn { 
		display:block;
		}
		
	}
		
	@media (min-width:992px) {
		
	.cookie-notice {
		padding:20px 0;
		}
		
	}	
		
	@media (min-width:1200px) {	
		
	.cookie-notice {
		padding:30px 0;
		}
		
	}



/*	--------------------------------------------------
	12.0 MISC
	-------------------------------------------------- */		
	
	.inner {
		padding:15px;
		}
	.spc.quick-links .inner {
		padding-bottom:5px;
		}
		
	.has-borders {
		border-width:1px; border-style:solid;
		}
	.has-border-top {
		border-width:1px 0 0; border-style:solid;
		}
	.has-border-bottom {
		border-width:0 0 1px; border-style:solid;
		}
		
	.rounded {
		border-radius:3px;
		}		
	
	.item .table {
		margin:0;
		}	
	.table-cell {
    	padding:30px;
		}	
			
	.item-square {
		padding-bottom:100%;
		}
	.item-square .info {
		max-width:640px; margin:0 auto; padding:0;
		}
	.item-square .inner {
		position:absolute; top:0; right:0; bottom:0; left:0;
		}
	
	div.table {
		display:table; 
		width:100%; height:100%;
		margin:0;
		}
	div.table-cell {
    	display:table-cell;
    	vertical-align:middle;
		padding:0;
		}
	div.table-cell.align-top {
    	vertical-align:top;
		padding-top:140px;
		}
	div.table-cell.align-bottom {
    	vertical-align:bottom;
		padding-bottom:140px;
		}
		
	.no-padding {
		padding:0!important;
		}
	.no-padding-top {
		padding-top:0!important;
		}
	.no-padding-bottom {
		padding-bottom:0!important;
		}
		
	.padding-top {
		padding-top:30px!important;
		}
	.padding-bottom {
		padding-bottom:30px!important;
		}
		
	.short-padding {
		padding:20px 0!important;
		}
	.short-padding-top {
		padding-top:20px!important;
		}
	.short-padding-bottom {
		padding-bottom:20px!important;
		}
		
	.no-margin {
		margin:0!important;
		}
	.no-margin-top {
		margin-top:0!important;
		}
	.no-margin-bottom {
		margin-bottom:0!important;
		}
		
	.margin-top {
		margin-top:30px!important;
		}
	.margin-bottom {
		margin-bottom:30px!important;
		}
		
	.short-margin {
		margin:20px 0!important;
		}
	.short-margin-top {
		margin-top:20px!important;
		}
	.short-margin-bottom {
		margin-bottom:20px!important;
		}
		
		
	@media (max-width:991px) {
	
	.item-square {
		padding-bottom:75%;
		}
		
	.apc.banner .item.short div.table-cell,
	.apc.banner .item.medium div.table-cell {
		padding:0!important;
		}
		
	}	
		
	@media (min-width:768px) {
		
	.item-square {
		padding-bottom:50%;
		}
	.item-square .info {
		padding:0;
		}
		
	}
	
	@media (min-width:992px) {
		
	.container-fluid .item-square {
		}
	.inner {
		padding:20px;
		}
	.spc.quick-links .inner {
		padding-bottom:10px;
		}
		
	}	
	
	@media (min-width:1200px) {
		
	.container-fluid .item-square {
		padding-bottom:35%;
		}
	.inner {
		padding:30px;
		}
	.spc.quick-links .inner {
		padding-bottom:20px;
		}
		
	}


/*	--------------------------------------------------
	12.1 OVERLAY ICONS
	-------------------------------------------------- */
	
	.image {
		}
	.image a {
		display:block;
		position:relative;
		overflow:hidden;
		}	
		
	.overlayicon {
		position:absolute; top:0; right:0; bottom:0; left:0; z-index:20;
		padding:0; margin:0;
		background-color:rgba(0,0,0,0);
		
		text-align:center;
		font-size:40px; 
		
		display:table-cell; width:100%; height:100%; vertical-align:middle;
		
		-webkit-transition:background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
		-moz-transition:background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
		-ms-transition:background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
		transition:background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
		
		-webkit-opacity:0;
		-moz-opacity:0;
		-ms-opacity:0;
		opacity:0;
		}
	.item.video-pod a .overlayicon,
	div.video a .overlayicon {
		background-color:rgba(0,0,0,0.25);
		}
		
	html.no-touch a:hover .overlayicon,	
	.item.video-pod a .overlayicon,
	div.video a .overlayicon {
		
		-webkit-opacity:1;
		-moz-opacity:1;
		-ms-opacity:1;
		opacity:1;
		}
		
	html.no-touch a:hover .overlayicon,	
	html.no-touch .item.video-pod a:hover .overlayicon,
	html.no-touch div.video a:hover .overlayicon {
		background-color:rgba(0,0,0,0.75);
		}
		
  	.overlayicon::before {
		position:absolute; top:50%; left:50%;
		
    	-webkit-transform: translateX(-50%) translateY(-50%);
    	-moz-transform: translateX(-50%) translateY(-50%);
    	-ms-transform: translateX(-50%) translateY(-50%);
    	transform: translateX(-50%) translateY(-50%);
		}
	.masonry .overlayicon::before {
		position:relative; top:auto; left:auto;
		
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
		
		top:35%;
		}
		
		
	@media (min-width:768px) {
		
	}
		
	@media (min-width:992px) {
		
	.overlayicon {
		font-size:50px;
		}
		
	}	
		
	@media (min-width:1200px) {
		
	.overlayicon {
		font-size:60px;
		}
		
	}


/* EXTRAS */
/*.has-child > span > a {
    cursor: inherit;
}*/
.navigation nav.top li.js-cart-nav a, .js-cart-nav a {
	display: block;
	color: #999;
	height: 40px;
	padding: 13px 0 5px;
	padding-top: 11px;
}
nav.main ul > li.has-child:last-of-type > span a {font-weight: bold;}
#nav-tagline {display: none;}
.js-cart-nav-icon-count {
	background: #528456;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-top: -15px;
	margin-left: -10px;
	min-width: 22px;
	padding: 5px;
	position: absolute;
	text-align: center;
	line-height: 1em;
}
.js-cart-nav img {margin-top: -7px;}
#mobile-cart {
	position: absolute;
	right: 80px;
	top: 54px;
}
#mobile-cart .js-cart-nav-modal {
	min-width: 260px;
	right: -30px;
	top: 72px;
}
#desktop-cart {display: none;}
.cookie-notice {
	background: #fcf2db;
}
.cookie-notice p.link a.btn {
	background: none;
	box-shadow: none;
	color: #646464;
	display: inline-block;
	font-size: 16px;
	position: absolute;
    right: 0;
    top: 0;
}
.cookie-notice .text a {text-decoration: underline;}
.content a {text-decoration: underline;}
.content a.button-link, .button-link {text-decoration: none;}
.button {
	padding: 20px 35px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.image-left img {float: left; margin: 0 30px 30px 0;}
.image-right img {float: right; margin: 0 0 30px 30px;}

.home-textblock {
	border-top: 11px solid #fff;
}

.main-textblock h3 {
	font-style: italic;
	line-height: 1.6em;
}
.main-textblock h3 + p {
	padding-top: 20px;
}

.home-how {text-align: center;}
.home-how h3 {
	margin: 40px 0;
}
.home-how .button {
	margin-bottom: 10px;
}

.home-pods h3 {
	color: #2a8ca2;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 20px;
}
.home-quote p, .home-bottom-quote h3 {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 16px;
}

.home-product-grid .column {
	text-align: center;
}

.home-product-grid hr {
	border-top: 7px solid #2a8ca2;
}

.home-product-grid .container {
	margin-top: 40px;
	margin-bottom: 20px;
}

.home-product-grid img {
	-webkit-filter: drop-shadow(4px 4px 8px #bbb);
  	filter: drop-shadow(4px 4px 8px #bbb);
	margin-bottom: 15px;
}
.home-product-grid a {color: #202020; text-decoration: none;}
.home-product-grid a:hover {text-decoration: underline;}
.home-event .container {
	background: #fdf6e4;
	border: 20px solid #efc04c;
	padding: 60px 40px;
}
.home-event h2 {
	color: #000;
	border-bottom: 4px solid #000;
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 880px;
	padding-bottom: 10px;
}
.home-bottom-quote {
	font-family: 'adelle', 'serif';
}

.why-faq img {margin-bottom: 10px;}
.why-faq .grid-section div:nth-child(2) .row {
	border-bottom: 6px solid #e8e6df;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.why-faq .container {
	margin-bottom: 40px;
}
.why-faq p {
	font-size: 17px;
	line-height: 1.7;
}
.why-faq .col-md-4 p {
	font-size: 20px;

}
.why-faq h3 {
	color: #2a8ca2;
	margin-top: 0;

}
.why-textblock img {
	margin-bottom: 20px !important;
}
.why-textblock p {
	font-size: 17px;
}

.why-family-catechesis h1 {font-size: 33px;}
.why-pod {background: #023a53; color: #fff; margin-top: 40px; text-align: center;}
.why-pod a {color: #fff;}

.how-combo img {
	filter: drop-shadow(4px 4px 8px #bbb);
	margin-bottom: 10px;
}
.how-combo h3 {
	color: #2a8ca2;
	margin-bottom: 40px;
}
.how-combo .col-md-5 {
	margin-bottom: 20px;
}
.how-it-works h2 {
	border-bottom: 8px solid #528456;
	margin-bottom: 30px;
	padding-bottom: 10px;

}
.how-it-works-home h2 {
	border-bottom: 8px solid #2a8ca2;
}
.how-it-works .col-md-12 {
	margin-bottom: 20px;
}
.how-it-works .col-md-4 {
	margin-bottom: 40px;
}
.how-it-works .col-md-4 div {
	background: #023a53;
	color: #fff;
	padding-bottom: 20px;
}
.how-it-works .col-md-4 img {
	border-bottom: 4px solid #fff;
	margin-bottom: 20px;
	width: 100%;
}
.how-it-works .col-md-4 p, .how-it-works .col-md-4 ul {
	padding-left: 20px;
	padding-right: 20px;
}
.how-it-works .button {
	margin-top: 20px;
}
.how-it-works-side .col-md-4 div {
	background: #fff;
}
.how-it-works-side .col-md-4 div.how-basic-image {
	background: none;
}
.how-it-works-side .col-md-4 div.how-basic-image img {
	border: none;
}
.how-interest {text-align: center;}
.how-interest h3 {
	margin-bottom: 20px;
}
.how-interest .button {
	margin: 20px 0;
}

.faq-title {padding: 0;}
.faq-title h3 {color: #2a8ca2;}
.faq-accordion {padding-top: 20px;}
.faq-accordion .heading {
	font-family:'source-sans-pro', sans-serif;
	font-size: 20px;
	font-weight: 500;
}
.faq-accordion .heading a {color: #000;}
.faq-contact {padding-top: 0;}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; 
	max-width: 100%;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-mission h4 {
	color: #2a8ca2;
	font-family: 'adelle', 'serif';
	font-size: 22px;
	line-height: 1.6em;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 900px;
}
.about-mission sub {
	bottom: 0;
	font-size: 17px;
}
.about-video {padding: 0;}
.about-video .col-md-4 {padding-top: 40px;}
.about-history h3, .about-support h3 {
	color: #2a8ca2;
	margin-top: 5px;
	margin-bottom: 30px;
}
.about-history img {
	margin-bottom: 20px;
}
.about-history .col-md-4 p {
	color: #528456;
	font-family: 'adelle', 'serif';
}
.about-support {
	padding-bottom: 0;
}
.about-support .container {
	border-bottom: 6px solid #e8e6df;
	padding-bottom: 40px;
}
.about-leadership h5 {
	margin-top: 0;
}
.about-leadership .about-name {
	color: #023a53;
	font-family: 'adelle', 'serif';
	font-size: 20px;
}
.about-leadership .col-lg-12 {
	border-top: 4px solid #e8e6df;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-leadership .col-lg-12:first-child {
	border-top: 0;
	padding-top: 0;
}
.about-leadership img {
	margin-bottom: 20px;
}

.church-support li {margin-bottom: 1em;}
.church-support .accordion {margin-top: 50px;}

.contact .inner {
	border: 0;
	padding: 0;
}
.contact .form-control {
	border: 3px solid #e8e6df;
	box-shadow: none;
	height: 50px;
	padding: 12px 12px;
}
.contact textarea.form-control {
	height: auto;
}
.contact .btn {
	background: #2a8ca2;
	box-shadow: none;
	font-size: 17px;
	padding: 16px 40px;
	text-transform: uppercase;
}
.contact-page .general-pod {
	background: #2a8ca2;
	color: #fff;
}
.contact-page .general-pod a {
	color: #fff;
}
.contact-page .form-group {
	margin-bottom: 25px;
}
.spc.forms {
	box-shadow: none;
}
.contact img {margin: 0 10px 20px 0;}
#ContactFormContainer1338 {border-top: 8px solid #e8e6df; margin-top: 40px; padding-top: 40px;}

.store-landing h1.heading {
	display: none;
}
.store-landing h2 {
	border-bottom: 8px solid #2a8ca2;
	margin-top: 0;
	padding-bottom: 10px;
}
.ff-info-pod {
	background: #2a8ca2;
	color: #fff;
	font-family: 'adelle', 'serif';
	text-align: center;
}
.ff-info-pod img {
	border-bottom: 2px solid #fff;
	height: auto !important;
	margin-bottom: 5px;
	padding-bottom: 15px;
}
.ff-info-pod a {
	color: #fff;
}
.next-year-pod {
	border: 4px solid #528456;
	text-align: center;
}
.next-year-pod h3 {font-size: 16px;}
.next-year-pod .inner {
	padding: 10px;
}
.categoryList {
	display: flex;
	flex-flow: row wrap;
	margin-top: 40px;
	margin-bottom: 60px;
}
.categoryList img, #productGroupMain img, .product-child-list img {
	-webkit-filter: drop-shadow(4px 4px 8px #bbb);
  	filter: drop-shadow(4px 4px 8px #bbb);
}
.categoryList h5 {font-weight: bold;}
.categoryList hr {
	border-top: 4px solid #e8e6df;
	margin: 60px 0;
}
.productList-groupItem {
	border-top: 4px solid #e8e6df;
	padding: 40px 0 0 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}
.productList-groupItem:first-child {
	border-top: 0;
	padding-top: 0;
}
.productList-groupItem img {
	margin-right: 30px;
	margin-bottom: 20px;
}
.productList-groupItem a div {
	display: inline-block;
	font-weight: bold;
	padding: 20px 40px;
}
.productList-groupItem a:hover div {
	text-decoration: underline;
}
.productList-productItem {
	font-size: 18px;
	text-align: center;
	align-self: flex-end;
}
.productList-productItem img {
	margin-bottom: 15px;
}
.productList-productItem a {
	color: #000;
	text-decoration: none;
}
.productList-productItem a:hover {
	text-decoration: underline;
}
#productMain h4, #productMain .h4 {font-family: 'adelle', 'serif';}
#productGroupMain, #productMain {
	margin-top: 60px;
	margin-bottom: 60px;
}
#productGroupMain + hr {
	border-top: 8px solid #2a8ca2;
	margin-top: 40px;
	margin-bottom: 40px;
}
.product-child-list hr {
	border-top: 2px solid #e8e6df;
	margin-top: 40px;
	margin-bottom: 40px;
}
.product-child-list h4 {font-weight: bold;}
.product-price-table {
	font-size: 15px;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 10px;
}
.product-price-table table {
	background: none;
	border: 0;
}
.product-price-table thead {
	background: none;
	color: #000;
}
.product-price-table th, .product-price-table td {
	border: 0;
	padding: 10px;
}
.product-price-table th {
	border-bottom: 1px solid #fff;
	font-family: 'source-sans-pro', sans-serif;
	font-weight: bold;
}
.item-price-col {
	text-align: right;
}
.item-qty-col {
	text-align: center;
}
.product-price-table input[type=number] {
	border: 2px solid #000;
	color: #000;
	padding-left: 4px;
}
.product-price-table tbody tr {border-bottom: 1px solid #fff;}
.product-price-table tfoot {
	font-weight: bold;
	text-align: right;
}
.product-price-table input[type=submit] {
	background: #2a8ca2;
	border: 0;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 12px 18px;
	-webkit-appearance: none;
}
#productGroupTabs .nav-tabs {display: flex;}
#productGroupTabs .nav-tabs li {
	margin-bottom: 0; 
	max-width: 420px;
	padding-left: 0;
	padding-right: 10px;
}
#productGroupTabs .nav-tabs li a {
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	padding: 15px 15px 12px;
}
#productGroupTabs .nav-tabs li:first-child.active a {
	background: #2a8ca2;
	border-color: #2a8ca2;
	color: #fff;
}
#productGroupTabs .nav-tabs li:nth-child(2).active a {
	background: #528456;
	border-color: #528456;
	color: #fff;
}
#productGroupTabs .tab-image {
	background: url(/media/1080/product-tab-icons.png);
	display: none;
	float: left;
	margin: 0 15px 15px 0;
}
#productGroupTabs .tab-content {
	border: 0;
	box-shadow: none;
}
#productGroupTabs li .Ready-to-use-home, #productGroupTabs li .Ready-to-use-classroom {
    width: 48px;
    height: 56px;
}
#productGroupTabs li.active .Ready-to-use-home, #productGroupTabs li.active .Ready-to-use-classroom {
    background-position: 0 -56px;
}
#productGroupTabs li .Print-your-own-home, #productGroupTabs li .Print-your-own-classroom {
    background-position: -48px 0;
    width: 42px;
    height: 56px;
}
#productGroupTabs li.active .Print-your-own-home, #productGroupTabs li.active .Print-your-own-classroom {
    background-position: -48px -56px;
}
.tab-overview {
	color: #000;
	margin: -20px -20px 50px -20px;
	overflow: hidden;
	padding: 20px 40px;
}
.tab-overview h4 {color: #000; font-weight: bold; text-transform: uppercase;}
.tab-overview li {margin-bottom: 0.5em;}
.tab-overview .alert-warning, .orderComplete .alert-warning, .enterFamilies .alert-warning {background: #fff; border: 4px solid #efc04c; color: #000;}
.tab-overview .alert-warning img {float: left;}
.tab-overview .alert-warning p {margin-left: 55px;}

#productGroupTabs .tab-content .tab-pane:first-child .tab-overview {
	background: #d4e8ec;
	border-top: 6px solid #2a8ca2;
}
#productGroupTabs .tab-content .tab-pane:nth-child(2) .tab-overview {
	background: #dce6dd;
	border-top: 6px solid #528456;
}
.product-child-list .row {
	border-top: 3px solid #e8e6df;
	padding: 40px 0;
}
.product-child-list .row:first-child {
	border-top: 0;
	padding-top: 0;
}
.product-child-list img {
	margin-bottom: 15px;
}
.product-child-list li {margin-bottom: 0.5em;}
.productType-readyToUse, .productType-printYourOwn  {
	display: block;
	font-size: 22px;
	font-weight: 500;
	padding: 0 0 35px 50px;
}
.productType-readyToUse {
    background: url(/media/1082/icon-ready-lessons.png) no-repeat top left;
}
.productType-printYourOwn {
    background: url(/media/1081/icon-print-lessons.png) no-repeat top left;
}
.js-message-container {
	top: 126px !important;
	left: 50%;
	max-width: 1170px;
	transform: translateX(-50%);
}
.js-cart-nav-modal {
	border: 6px solid #e8e6df;
	font-size: 15px;
	margin-top: 10px;
	padding: 2px 15px;
	text-transform: capitalize;
	right: 84px;
	width: 200px;
}
.js-cart-nav-modal .button, a.button-link > .button {
	background: #2a8ca2;
	font-size: 15px;
	padding: 20px 30px;
}
.js-cart-nav-modal-close {
	font-weight: normal;
	text-decoration: underline;
}
.js-cart-nav-modal-closex{
	display: block;
	height: 40px;
	padding: 13px 0 5px;
	text-align: right;
	text-decoration: none;
}
.js-cart-nav-modal-subtotal {
	margin-bottom: 15px;
}
.js-cart h2 {margin: 40px 0 20px;}
#cart-table, .order_review {
	background: none;
	border: 0;
}
#cart-table thead, .order_review thead {
	background: none;
	color: #000;
}
#cart-table th, .order_review th {
	font-family:'source-sans-pro', sans-serif;
	font-weight: bold;
}
#cart-table th, #cart-table td, .order_review th, .order_review td {
	border: 0;
}
.order_review .grandTotal {
	border-top: 1px solid #000000;
}

#cart-table thead, .order_review thead {
    background: none;
    color: #000;
}
.cart-price, .cart-total, .js-cart-item-total, .js-cart-item-unit-price, .cart-subtotal {
	font-size: 15px;
	text-align: right;
}
.js-cart-item-description {color: #000; font-weight: bold;}
.cart-qty, .cart-price {
    text-align: center;
}
.cart-qty a, .cart-price a {
	color: #999;
	font-size: 13px;
	text-decoration: underline;
}
.cart-qty a.js-cart-item-quantity-update, .cart-price a.js-cart-item-unit-price-update {
	color: #000
}
.js-cart-item-qty {
	margin-bottom: 4px;
	padding: 2px 0px 2px 5px;
}
.js-cart-item-total, .cart-subtotal {font-weight: bold;}
.cart-subtotal {font-size: 17px;}
#cart-buttons {
	margin: 20px 0 40px;
	text-align: right;
}
#cart-checkout {margin-left: 20px;}
#cart-continue {
	color: #666;
	text-decoration: underline;
}
#cart-checkout .button {padding: 15px 30px;}
#cart-order-summary {
	background: #f2f0ec;
	border: 6px solid #2a8ca2;
	display: none;
	font-size: 15px;
	padding: 15px 20px;
}
#cart-order-summary h4 {
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.js-cart-summary {
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
}
#cart-order-summary .button {
	margin-bottom: 10px;
	padding: 15px 30px;
}
#cart-order-summary-continue {
	color: #4d4d4d;
	text-decoration: underline;
}
.checkout-page .btn-primary {
	background: #2a8ca2;
	border: 0;
	box-shadow: none;
	padding: 15px 30px;
}
#SaveShippingAndBillingAddress, #IsBillingSame {
	float: left;
	margin-right: 5px;
}
.review-page #main_content h1 {display: none;}
.order_review {margin-bottom: 50px;}
.order_review .subtotal {border-top: 3px solid #e8e6df;}
.order_review .subtotal, .order_review .additional_costs, .order_review tfoot {background: #f2f0ec; text-align: right;}
.order_review .subtotal td {padding: 15px 15px 5px;}
.order_review .additional_costs td {padding: 5px 15px;}
.order_review tfoot td {padding: 5px 15px 15px;}
.order_review th {border-bottom: 3px solid #e8e6df;}

.login-form #left-col {
	float: none;
	margin: 0 auto;
	max-width: 460px;
}
.login-form h1.main {display: none;}
.login-form #right-col {display: none;}
.login-main {
	border: 8px solid #e8e6df;
	max-width: 460px;
	padding: 30px 30px 20px;
}
.login-main h1 {
	margin-bottom: 20px;
}
.login-main input[type=text], .login-main input[type=password] {
	border: 3px solid #f2f0ec;
	font-size: 17px;
	padding: 5px 15px;
}
#forgot-password-form-container {
    margin-top: 50px;
}
#login-form-btn, #forgot-password-form-container button {
    background: #2a8ca2;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}
#forgot-password-btn {
	display: block;
	cursor: pointer;
	font-style: italic;
	text-align: center;
}
.login-form h3 {
	color: #528456;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 40px 0 10px;
}
.login-sub {text-align: center;}
#login-form-signup {
	background: #528456;
	box-shadow: none;
	color: #fff;
	margin-top: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#forgot-password-form-container input[type=email] {
	border: 3px solid #f2f0ec;
	font-size: 17px;
	padding: 5px 15px;
}

.registration-form h1.main {display: none;}
.registration-form #left-col {
	float: none;
	margin: 0 auto;
	max-width: 510px;
}
.registration-form #right-col {display: none;}
#registration-form {
	border: 8px solid #e8e6df;
	max-width: 510px;
	padding: 30px 30px 20px;
}
#registration-form h1 {
	margin-bottom: 0;
}
#registration-form p {
	margin-top: 0;
}
#registration-form label {
	font-weight: bold;
}
#registration-form input {
	border: 3px solid #f2f0ec;
	font-size: 17px;
	padding: 5px 15px;
}
#registration-form select {
	background: url(/media/1107/select-arrow.png) no-repeat right 15px center #fff;
	border: 3px solid #f2f0ec;
	font-size: 17px;
	padding: 0 45px 0 15px;
	height: 56px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #626466;
	outline: none;
}
.registration-group {
	background: #f2f0ec;
	margin: 40px 0;
	padding: 20px 25px 10px 25px;
}
#registration-form .registration-group select, .registration-group textarea {
	border: 2px solid #b3b3b3;
}
#registration-form input[type=submit] {
	background: #528456;
	border: 0;
	box-shadow: none;
	font-size: 18px;
	display: block;
	padding: 20px 0;
	width: 100%;
}

#profile-form input[type=submit] {
    background: #528456;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    display: block;
}

#profile-form .form-control {
    font-size: 17px;
    font-weight: 700;
    /*padding: 23px;*/
    border: 2px solid rgb(242, 240, 236);
}

#dashboard-nav {
	background-color: #023a53;
	position: fixed;
	left: 0;
	right: 0;
	z-index:900;
	top: 126px;
}
@media (min-width: 992px) {
	#dashboard-nav {top: 208px;}
}
#dashboard-nav li {
	display: inline-block;
	padding: 20px 40px 20px 0;
}
#dashboard-nav a {
	color: #809ca9;
	padding: 20px 0;
}
#dashboard-nav a.active {
	color: #fff;
}
#dashboard-content {
	background: #f2f0ec;
	padding-top: 170px;
}
@media (min-width: 768px) {
	#dashboard-content {padding-top: 57px;}
}
.dashboard-container {
	background: #fff;
	box-shadow: 10px 10px 10px #ccc;
	margin: 20px 0 50px;
	overflow: hidden;
	padding: 20px 30px;
}
.dashboard-container h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
}
.dashboard-container h2 a {
	font-size: 17px;
	font-weight: normal;
	margin-left: 15px;
}
.dashboard-table {
	border: 0;
}
.dashboard-table thead tr {
	background: #fff;
	border: 0;
	border-bottom: 3px solid #626466;
	color: #202020;
}
.dashboard-table thead th {
	border: 0;
	font-family: 'source-sans-pro';
	font-weight: bold;
	font-size: 17px;
	padding: 10px 15px;
}
.dashboard-table tbody tr {
	background: #fff;
}
.dashboard-table tbody tr:nth-child(odd) {
	background: #f2f0ec;
}
.dashboard-table td {
	border: 0;
	padding: 15px;
}
.media-table tr td:nth-of-type(2) {
	text-align: right;
}
.link-download-icon {
	background: url(/media/1166/icon-download.png) no-repeat right;
	background-size: 21px 20px;
	padding-right: 30px;
}
.link-video-icon {
	background: url(/media/1165/icon-video.png) no-repeat right;
	background-size: 20px 21px;
	padding-right: 30px;
}
.dashboard-newsletter-list {
	margin-left: 0;
}
.dashboard-newsletter-list li {
	border-top: 3px solid #e8e6df;
	list-style-type: none;
	padding-top: 1.3em;
}
.dashboard-newsletter-list li:first-child {
	border-top: 0;
	padding-top: 0;
}
.dashboard-newsletter-list h6 {
	font-weight: 600;
	margin: 0;
}
.dashboard-newsletter-list p {
	margin-top: 0;
}
.dashboard-order-header {
	border: 0;
}
.dashboard-order-header thead th {
	font-weight: bold;
	padding-bottom: 0;
}
.dashboard-order-header tr, .dashboard-order-header thead {
	background: #dfeef1;
	color: #202020;
}
table.dashboard-order-header th, table.dashboard-order-header td {
	border: none;
	font-family: 'source-sans-pro';
	font-size: 17px;
}
.dashboard-order-totals {
	background: #f2f0ec;
	border: 0;
	text-align: right;
}
.dashboard-order-totals td {
	border: 0;
	padding: 5px 15px;
}
.dashboard-order-totals tr:first-child td {
	padding-top: 15px;
}
.dashboard-order-totals tr:last-of-type td {
	padding-bottom: 15px;
}
.dashboard-order-totals td:nth-child(even) {
    width: 150px;
}
.dashboard-cart-table tr {
	border-bottom: 3px solid #e8e6df;
}
.swp .code-pod {
	box-shadow: none;
}
#dash-quick {list-style-type: none; margin-left: 0;}
#dash-quick li {margin-bottom: 10px;}
#dash-quick a {
	background: #528456;
	box-shadow: 10px 10px 10px #ccc;
	display: block;
	color: #fff;
	margin: 5px 0;
	padding: 20px;
}
#dash-quick-audio a {background: url(/media/1168/icon-video-white.png) no-repeat 20px center #528456; background-size: 33px 33px; padding-left: 68px;}
#dash-quick-news a {background: url(/media/1167/icon-newsletter-wt.png) no-repeat 20px center #528456; background-size: 30px 38px; padding-left: 68px;}
.dash-family-promo {
	background: #2a8ca2;
    color: #fff;
    margin-top: 40px;
    text-align: center;
}
.dash-family-promo a {color: #fff;}

.enterFamilies .alertIcon { 
    display: block; 
    margin: 0 auto; 
}

.enterFamilies h2 { 
    color: #000;
    font-size: 16px; 
    font-weight: 700;
    text-align: center;
}

.enterFamilies-form { margin: 10px 0;}

.enterFamilies-form-item { margin-bottom: 10px;}

.enterFamilies-form label {
    display: inline-block;
    width: 170px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.enterFamilies-form input {
    width: 50px;
    border: 2px solid #000;
    color: #000;
    padding-left: 4px;
    float: right;
}

.enterFamilies input[type=submit] {
    background: #2a8ca2;
    border: 0;
    color: #fff;
    font-weight: bold;
    padding: 12px 18px;
    -webkit-appearance: none;
}

@media (min-width:768px) {
	#productGroupMain .col-sm-9 {padding-left: 40px;}
	#productGroupTabs .tab-image {
		display: inline-block;
	}
	#productGroupTabs .nav-tabs li a {
		font-size: 20px;
		padding: 20px 25px;
	}

}
@media (min-width: 992px) {
	/* some code to resize header on scroll - causes some issues
	html.nav-down header #logo a {
		background-size: 370px 73px !important;
		width: 370px !important;
		height: 73px !important;
	}
	html.nav-down.reached-top header #logo a {
		background-size: 571px 103px !important;
    	width: 571px !important;
    	height: 103px !important;
	}
	html.nav-down header #logo {
	    width: 370px !important;
	    height: 73px !important;
	}
	html.nav-down.reached-top header #logo {
	    width: 571px !important;
	    height: 103px !important;
	}
	html.nav-down header {
	    height: 178px;
	}
	html.nav-down.reached-top header {
	    height: 208px;
	}
	html.nav-down .navigation nav.main {
	    top: 104px;
	}
	html.nav-down.reached-top .navigation nav.main {
	    top: 134px;
	}
	header::before, .navigation nav.main {
		    transition: all 0.4s ease-in-out 0s;
	}
	html.nav-down header::before {
	    top: 103px;
	}
	html.nav-down.reached-top header::before {
	    top: 133px;
	}*/
	nav.top .dropdown {background: url(/media/1170/login-bg.png) no-repeat bottom #2a8ca2; background-size: 100% auto;}
	.navigation nav.top .dropdown a {color: #fff;}
	.navigation nav.top li.dropdown a:hover {color: #fff;}
	#mobile-cart {display:none;}
	#desktop-cart {display: block;}
	.how-combo-plus {
		background: url(/media/1059/plus-bg.png) no-repeat;
		background-position: top 120px center;
	}
	.about-mission h4 {
		font-size: 26px;
	}
	.js-message-container {
		top: 208px !important;
	}
	.store-landing #left-col {margin-top: 40px;}
	#cart-order-summary {display: block;}
}

@media (min-width: 1200px) {
	#nav-tagline {
		color: #2a8ca2;
		display: inline-block;
		font-family: 'adelle', 'serif';
		font-weight: bold;
		font-size: 16px;
		font-style: italic;
		position: absolute;
		top: 160px;
		right: 0;
	}
	.main-textblock h3 {
	    font-size: 38px;
	    
	}
	.main-textblock h3, .main-textblock p {
		max-width: 1000px;
	    margin: 0 auto;
	}
	.home-bottom-quote p {
		font-size: 18px;
	}
	.why-textblock h3 {
		font-size: 26px;
	}
	.how-it-works .col-md-4 {
		padding-right: 60px;
	}
	.about-leadership .col-lg-4 {
		padding-left: 0;
	}
	.store-landing #right-col {
		padding-left: 40px;
		width: 75%;
	}
}



/*	--------------------------------------------------
	END
	-------------------------------------------------- */
	
