/*

	Copyright 2015, WKG Media. All Rights Reserved.
	Author: The WKG Media Team
	Author URI: http://whoknowsaguymedia.com/

*/

<style>
	
/* ============= BASE STYLES ============================================== */

	/* =WordPress Core
	-------------------------------------------------------------- */
	.alignnone { margin: 5px 20px 20px 0; }
	.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
	.alignright { float:right; margin: 5px 0 20px 20px; }
	.alignleft { float: left; margin: 5px 20px 20px 0; }
	.aligncenter { display: block; margin: 5px auto 5px auto; }
	a img.alignright { float: right; margin: 5px 0 20px 20px; }
	a img.alignnone { margin: 5px 20px 20px 0; }
	a img.alignleft { float: left; margin: 5px 20px 20px 0; }
	a img.aligncenter {
	    display: block;
	    margin-left: auto;
	    margin-right: auto
	}
	.wp-caption {
	    background: #fff;
	    border: 1px solid #f0f0f0;
	    max-width: 96%; /* Image does not overflow the content area */
	    padding: 5px 3px 10px;
	    text-align: center;
	}
	.wp-caption.alignnone { margin: 5px 20px 20px 0; }
	.wp-caption.alignleft { margin: 5px 20px 20px 0; }
	.wp-caption.alignright { margin: 5px 0 20px 20px; }
	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin: 0;
	    max-width: 98.5%;
	    padding: 0;
	    width: auto;
	}
	.wp-caption p.wp-caption-text {
	    font-size: 11px;
	    line-height: 17px;
	    margin: 0;
	    padding: 0 4px 5px;
	}
	.photo { border: 3px solid #CCC; }
	.size-auto, 
	.size-full,
	.size-large,
	.size-medium,
	.size-thumbnail {
		max-width: 100%;
		height: auto;
	}

	::selection 	 	{background: rgb(206,206,206);}
	::-moz-selection 	{background: rgb(206,206,206);}
	img::selection 		{background: transparent;}
	img::-moz-selection	{background: transparent;}
	body {-webkit-tap-highlight-color: rgb(206,206,206);}
	
	html{
		height:100%;
		min-height:100%;
	}
	
	body, div, p, ul, ol, li, table {
		font-family: 'Roboto', sans-serif;
		margin: 0;
		padding: 0;
		color: #444444;
		position: relative;
	}
	#wp-admin-bar-customize { display: none !important; }
	
	body {
		background-color: #ffffff; min-height:100%;
		margin: 0;
		position: relative;
	}

	a, .btn { -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; }
	a:hover, .btn:hover { -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: 0.3s;}

	a { color: #08376c; text-decoration: none; }
		a:hover { color: #444444; text-decoration: none; }
		
	
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Montserrat', sans-serif;;
		font-size: 16px;
		line-height: 20px;
		color: #08376c;
		font-weight: normal;
		margin: 0 0 5px 0;
	}
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: 'Montserrat', sans-serif;; }
		h1 {
			font-size: 34px;
			line-height: 42px;
			margin: 0 0 15px;
		}
		h2 {
			font-size: 24px;
			line-height: 42px;
			margin: 0 0 10px;
		}
			h2 i { margin: 8px 0 0 0; }
		h3 {
			font-size: 20px;
			line-height: 36px;
		}
	p {
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 15px 0;
	}
	ul, ol {
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 15px 35px;
	}
		li {
			font-family: 'Roboto', sans-serif;
			margin: 0 0 5px 0;
			padding: 0;
		}
	blockquote {
		font-family: 'Roboto', sans-serif;
		background: #f6f6f7;
		font-size: 14px;
		line-height: 20px;
		color: #444444;
		text-align: left;
		margin: 0 16px 20px;
		padding: 10px 12px 10px;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
			    border-radius: 5px;
	}
		blockquote p {
			margin: 0 0 5px 0;
		}
		.bq-alt { background: #FFF !important; }
		
	hr {
	    border: none;
	    border-top: 1px solid #CCC;
	    margin: 10px 0 30px;
	}
	
	.ma { margin: 10px; }
	.mt { margin-top: 10px; }
	.mr { margin-right: 10px; }
	.mb { margin-bottom: 10px; }
	.ml { margin-left: 10px; }
	
	.ma5 { margin: 5px; }
	.mt5 { margin-top: 5px; }
	.mr5 { margin-right: 5px; }
	.mb5 { margin-bottom: 5px; }
	.ml5 { margin-left: 5px; }
	
	.pa { padding: 10px; }
	.pt { padding-top: 10px; }
	.pr { padding-right: 10px; }
	.pb { padding-bottom: 10px; }
	.pl { padding-left: 10px; }
	
	.pa5 { padding: 5px; }
	.pt5 { padding-top: 5px; }
	.pr5 { padding-right: 5px; }
	.pb5 { padding-bottom: 5px; }
	.pl5 { padding-left: 5px; }
	
	.tal { text-align: left; }
	.tar { text-align: right; }
	.tac { text-align: center; }
	.taj { text-align: justify; }
	
	.fs08 { font-size: 8px; }
	.fs09 { font-size: 9px; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.fs18 { font-size: 18px; }
	.fs19 { font-size: 19px; }
	.fs20 { font-size: 20px; }
	.fs21 { font-size: 21px; }
	.fs22 { font-size: 22px; }
	.fs23 { font-size: 23px; }
	.fs24 { font-size: 24px; }
	
	.mono { font-family: monospace; font-size: 15px; line-height: 22px; text-align: justify; }
	
	.bn { border: none !important; }
	
	img { border: none; max-width: 100%; height: auto; }
	
	.left { float: left; }
	.right { float: right; }
	
	.clearFix { clear: both; }
	.hide { display: none; }
	
	#breadcrumbs {
	    text-align: left;
	    margin: 10px 0px -15px 15px;
	    font-size: 13px;
	    border-bottom: 1px solid rgb(241, 241, 241);
	    padding: 0px 0px 20px;
	    color: #AAA;
	}
	#breadcrumbs a { color: #08376c;}
	#breadcrumbs a:hover { color: #444444;}
	#breadcrumbs .breadcrumb_last { color: #AAA; font-style: italic; }

	.hideMobile { display: none; }
	.hideTablet { display: none; }
	.hideDesktop { display: none; }
				.showDesktop { display: block !important; }
	
	video {
	    width: 100%;
	    height: auto;
	    margin: 0 0 10px !important;
	    padding: 0 !important;
	}
	
	.modal-content .hide-this-fb-comments { display: none; }

	input[type="button"],
	input[type="submit"] {
	-webkit-appearance: none !important;
	   -moz-appearance: none !important;
			appearance: none !important;
	}

/* ============= LAYOUT STYLES ============================================== */				

.overlay-wrap {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.module { padding: 15px; }
.row { margin: 0; padding: 0; }
.row:before,
.row:after {
    content: " ";
    display: table;
}


.is-nested {
    margin-left: -10px;
    margin-right: -10px;
}

.col { float: left; }
.col > .in {
    margin-right: 10px;
    margin-left: 10px;
    /*background: rgba(255,0,0,.1);*/
}
.last-col {
    float: none;
    width: auto;
}

.rtl .col {
    float: right;
    _position:relative;
    _left:-3px;
    _margin-right:-3px;
}

.rtl .last-col {
    _right:-3px;
    _margin-left:-3px;
    _margin-right:0;
    _left:0;
}

.g-1of1 { width: 100%; }
.g-1of2 { width: 50%; }
.g-1of3 { width: 33.33333%; }
.g-2of3 { width: 66.66666%; }
.g-1of4 { width: 25%; }
.g-3of4 { width: 75%; }
.g-1of5 { width: 20%; }
.g-2of5 { width: 40%; }
.g-3of5 { width: 60%; }
.g-4of5 { width: 80%; }
.g-1of6 { width: 16.66666%; }
.g-4of6 { width: 66.66666%; }
.g-5of6 { width: 83.33333%; }

	#siteWrap {
		touch-action: pan-y !important;
		position: relative;
		overflow: hidden; 
	}

	#boxWrap {
	    max-width: 1200px;
	    width: 100%;
	}

	#topWrap {
		background: #000;
		width: 100%;
		position: relative;
		z-index: 999;
		margin: 0 auto;
		padding: 0;
		float: left;
		display: none;
	}
		#topWrap .grid-wrap {
			width: 100%;
			margin: 0 auto;
			padding: 0;
		}
				#topWrap .header-nav-top a, #topWrap .header-nav-top {
					color: #FFF;
					font-family: 'Roboto', sans-serif !important;
					font-size: 14px;
					line-height: 20px;
					margin: 0 10px;
					display: inline-block;
				}
					#topWrap .header-nav-shop {
						float: right;
					}
					#topWrap .header-nav-top a { white-space: nowrap; margin: 5px 10px; }
					#topWrap .header-nav-top a:hover { color: #08376c; }

		.body-bg {
			width: 100%;
			min-width: 900px;
			max-width: 2400px;
			height: auto;
			min-height: 400px;
			display: block;
			margin: 0 auto;
			position: absolute;
			top: 0;
			left: 0%;
		}

		#headerWrap {
		background: 255,255,255;
		background: rgba(255,255,255, 1) !important;		width: 100%;
		position: relative;
		z-index: 999;
		margin: 0 auto 0;
		padding: 0;
	}
		#headerWrap .grid-wrap {
			width: 100%;
			margin: 0 auto;
			padding: 5px 0;
		}
			#headerWrap .header-logo {
			    text-align: center;
			    font-size: 28px;
			    line-height: 24px;
			    margin: 0 10px 0;
			}
				#headerWrap .header-logo img {
					width: 100%;
					max-width: 600px;
					height: auto;
					margin: 20px auto 0;
					display: block;
				}
				#headerWrap .header-logo span {
				    display: block;
				    line-height: 45px;
				    padding: 20px 0px 0;
				    text-align: center;
				}

			#headerWrap .header-nav {
				text-align: center;
				margin: 0 20px 0 0;
			}
				#headerWrap .header-nav-menu {
					margin: 0 10px;
				}
				
			#headerWrap .header-content {
				color: #08376c;
				font-size: 18px;
				line-height: 28px;
			    text-align: center;
			}


		#headerWrap.header2 .header-logo img {
		    margin: 0 auto;
		}
		.header-content {
		    margin: 20px 0 20px;
		}
			.header-social {
			    width: 100%;
			    margin: 10px 0 0;
			    text-align: center;
			    display: block;
			}
			
			.header-social a, .footer-social a {
			    color: #FFF;
			    background: #444444;
			    border-radius: 32px;
			    height: 32px;
			    width: 32px;
			    text-align: center;
			    line-height: 32px;
			    margin: 0 5px;
			    font-size: 20px;
				display: inline-block;
			}
			.header-social a:hover, .footer-social a:hover {
			    color: #FFF;
			    background: #08376c;
			}
				.footer-social {
					max-width: 400px;
					margin: 10px auto;
				}

	#navWrap {
		background: #08376c;
		width: 100%;
		position: relative;
		z-index: 999;
		margin: 0 auto;
		padding: 0;
	}
		#navWrap .grid-wrap {
			width: 100%;
			margin: 0 auto;
			padding: 0;
		}
		.full-nav {
			margin: 0 !important;
			padding: 0;
			float: none;
			display: none;
		}
			.full-nav ul {
				margin: 0 ; padding: 0;
				list-style-type: none;
				position: relative;
				text-align: center;
				float: none;
			}
				.full-nav ul li { display: inline; position: relative; margin: 0; padding: 0; text-align: center; float: none; }
					.full-nav ul li .sub-menu { display: none; }
					.full-nav ul li:hover .sub-menu { display: block; }
						.full-nav ul li .sub-menu li .sub-menu { display: none; }
						.full-nav ul li .sub-menu li:hover .sub-menu { display: block; }
					.full-nav ul li a, .full-nav ul li a:hover {
						font-family: 'Roboto', sans-serif;
						font-size: 14px;
						line-height: 40px;
						color: #FFF !important;
						margin: 0;
						padding: 10px 10px !important;
						display: inline-block;
						text-align: right;
						text-shadow: 0 0 3px rgba(0,0,0,0.6);
					}
						.full-nav .sub-menu .current-menu-item > a {}
						.full-nav ul li a:hover, .full-nav .menu-item:hover > a /*, .full-nav ul li.current_page_item a */ {
							color: #08376c !important;
							text-shadow: none;
						}

						.full-nav .sub-menu .current-menu-item > a { background: #FFF; }
						.full-nav a:hover, .full-nav .menu-item:hover > a {
							background: #FFF;
							color: #08376c;
			    		    position: relative;
						}
						.full-nav .sub-menu {
							background: #FFF;
							top: 30px; left: 0;
							display: block;
							position: absolute !important;
							z-index: 9999;
						    -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.4);
						       -moz-box-shadow:0 3px 3px rgba(0,0,0,0.4);
						    		box-shadow:0 3px 3px rgba(0,0,0,0.4);
						}
							.full-nav .sub-menu li {
								margin: 0; padding: 0;
								display: block;
								float: none;
								position: relative;
							}
								.full-nav .sub-menu li a {
									min-width: 200px !important;
									font-family: 'Roboto', sans-serif !important;
									font-size: 13px !important;
									line-height: 20px !important;
									color: #08376c !important;
									margin: 0;
									padding: 5px 10px !important;
									display: block !important;
									border-top: 1px solid #F6F6F7;
									white-space: nowrap;
									text-align: left !important;
									text-shadow: none;
								}
									.full-nav .sub-menu li a:hover {
										background: #F6F6F7;
										font-size: 13px !important;
										line-height: 20px !important;
										-webkit-border-radius: 0;
										   -moz-border-radius: 0;
											    border-radius: 0;
										padding: 5px 10px !important;
									}

		.col2-menu ul { width: 440px; }
		.col2-menu ul li { float: left !important; }

		.full-nav { display: none; }

		.btn-mobile-menu {
			background: #08376c;
			font-family: 'Roboto', sans-serif;
			color: #FFF;
			font-size: 18px;
			font-weight: normal;
			line-height: 44px;
			text-align: center;
			margin: 0;
			padding: 0;
			display: block;
			position: relative;
		}
			.btn-mobile-menu i {
			    left: 20px; top: 12px;
			    font-size: 30px;
			    line-height: 50px;
			    float: left;
			    z-index: 1;
			    position: absolute;
			}
			.btn-mobile-menu:hover, .btn-mobile-menu:active { color: #FFF; background: rgba(0,0,0,0.8); }

	#pageHeaderBanner {
		display: none;
	}

						
/*
	PAGE SECTIONS
*/

	.sectionWrap {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
	}
		.sectionWrap .grid-wrap {
			height: auto;
			margin: 0 auto;
			padding: 30px 0;
			display: block;
		}
		.sectionWrap .grid-wrap .section-content {
			padding: 10px 20px;
		}
	
		/*
			CONTENT BLOCK
		*/
		
		
		
		
		/*
			PLAIN BUTTON
		*/
		.section-plainbuttonblock .grid-wrap {
		    background: none;
		    width: 100% !important;
		    max-width: 100% !important;
		    margin: -20px 0 40px;
		    padding: 0px;
		    float: left;
		}
		
	
		/*
			BANNER BLOCK
		*/
		.section-bannerblock .grid-wrap {
			background: none;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
		.section-bannerblock .grid-wrap img {
			width: 100%;
			height: auto;
			display: block;
		}
		
	
		/*
			FAQs BLOCK
		*/
		.section-faqs {
			padding: 0;
		}
			.section-faqs .grid-wrap {
				padding: 60px 30px;
			}

			 
			.accordion-section {
				margin: 20px 20px 30px;
			}

			/*----- Accordion -----*/
			.accordion, .accordion * {
			    -webkit-box-sizing:border-box; 
			    -moz-box-sizing:border-box; 
			    box-sizing:border-box;
			}
			 
			.accordion {
			    overflow:hidden;
			    box-shadow:0px 2px 5px rgba(0,0,0,0.25);
			    border-radius:3px;
			    background:#f7f7f7;
			    margin: 10px auto 20px;
			}
			 
			/*----- Section Titles -----*/
			.accordion-section-title {
			    width:100%;
			    padding:15px;
			    display:inline-block;
			    transition:all linear 0.15s;
			    color:#08376c !important;
			    border-top: 1px solid rgba(0,0,0,0.2);
			}
				.accordion-section-title:first-child {
				    border-top: none !important;
				}
				.accordion-section-title.odd {
				    background: rgba(0,0,0,0.04);
				}
			 
			.accordion-section-title.active, .accordion-section-title:hover {
			    background: #08376c;
			    color: #FFF !important;
			    text-decoration:none;
			}
			 
			/*----- Section Content -----*/
			.accordion-section-content {
				background: #FFF;
			    padding:15px;
			    display:none;
			}

		
		/*
			CTA BLOCK
		*/
		.section-cta {
			padding: 0;
			overflow: hidden !important;
		}
			.section-cta .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 80px 30px;
			}
			.section-cta h1 {
				text-align: center;
				margin: 0 0 10px;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
			.section-cta h2 {
				text-align: center;
				margin: 0 0 30px;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
			.section-cta .form-button, .section-ctablock-button {
				background: url('assets/images/btn-grad.png') bottom center repeat-x;
				background-color: #08376c;
				width: 100% !important;
			    max-width: 340px !important;
			    font-size: 18px;
			    margin: 0 auto;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
				.section-cta .form-button span, .section-ctablock-button span {
					color: #FFF !important;
				}
				.section-cta .form-button:hover, .section-ctablock-button:hover {
					background: bottom center none;
					background-color: #08376c;
				}

			video#bgvid {
				display: none;
				position: absolute; left: 0; right: 0; top: 0;
				min-width: 100%; min-height: 100%;
				width: auto; height: auto; z-index:0;
				z-index: 0;
			}

		/*
			SEAMLESS BANNER BLOCK
		*/
		.section-seamless {
			padding: 0;
		}
			.sectionWrap.section-seamless > .grid-wrap {
				max-width: 100%;
				padding: 0;
			}
			.section-seamless .pre-content {
			}
			.seamlessbanner.seamless-fourcol .module { padding: 4vh 3vw; }
			.seamlessbanner.seamless-threecol .module { padding: 7vh 5vw; }
			.seamlessbanner.seamless-twocol .module { padding: 10vh 10vw; }
			.seamlessbanner.seamless-onecol .module { padding: 16vh 16vw; }
			

		/*
			SERVICE BANNER BLOCK
		*/
		.section-service {
			padding: 0;
		}
			.sectionWrap.section-service .grid-wrap {
				padding: 60px 30px;
			}
			.section-service .pre-content {
				margin: 0 0 30px;
			}
			.service-module {
				padding: 0;
				margin: 10px 30px 20px;
			}
				.service-threecol.service-module {
					padding: 0;
					margin: 10px 20px 20px;
				}
				.service-fourcol.service-module {
					padding: 0;
					margin: 10px 15px 20px;
				}
				.service-fivecol.service-module {
					padding: 0;
					margin: 10px 10px 20px;
				}
				.service-sixcol.service-module {
					padding: 0;
					margin: 10px 10px 20px;
				}
			.service-module .servicebanner {
			    background: #000;
			    background: rgba(0,0,0,0.4);
			    padding: 0;
			    margin: 0;
			    overflow: hidden;
				box-shadow: 0 0 10px rgba(0,0,0,0.2);
			}
				.service-module .servicebanner .service-image {
				    display: block;
				    position: relative;
				}
					.service-module .servicebanner .service-image img {
					    width: 100%;
					}
					.service-module .servicebanner .service-image h3 {
					    background: #000;
					    background: rgba(0,0,0,0.2);
					    padding: 10px 0;
					    margin: 0 0 5px;
					    display: block;
					    position: absolute;
					    bottom: -1px; left: 0; right: 0; 
					}
						.service-module .servicebanner .service-image h3 span {
						    padding: 0 20px;
						}
				.service-module .servicebanner .service-text {
				    padding: 10px 20px 20px;
				    margin: 0;
				}
				.service-module .servicebanner h3 {
					margin: 10px 0;
				    color: #FFF;
				}
				.service-module .servicebanner p {
				    color: #FFF;
				}
				.service-module .servicebanner p em {
					display: block;
				}

		/*
			ICON FEATURES BLOCK
		*/
		.section-iconfeatures {
			padding: 0;
		}
			.section-iconfeatures .grid-wrap {
				padding: 100px 30px 80px;
			}
			.section-iconfeatures .grid-wrap .pre-content {
				margin: 0 0 40px;
			}
			.iconfeatures-module {
				padding: 0;
				margin: 10px 30px 20px;
			}
				.service-threecol.iconfeatures-module {
					padding: 0;
					margin: 10px 20px 40px;
				}
				.service-fourcol.iconfeatures-module {
					padding: 0;
					margin: 10px 15px 40px;
				}
				.service-fivecol.iconfeatures-module {
					padding: 0;
					margin: 10px 10px 40px;
				}
				.service-sixcol.iconfeatures-module {
					padding: 0;
					margin: 10px 10px 40px;
				}
			.iconfeatures-module .servicebanner {
			    padding: 0;
			    margin: 0;
			    overflow: hidden;
			}
				.iconfeatures-module .servicebanner .service-image {
				    display: block;
				    position: relative;
				    text-align: center;
				}
				.iconfeatures-module .servicebanner .service-text {
				    padding: 10px 20px 20px;
				    margin: 0;
				}
				.iconfeatures-module .servicebanner h3 {
					margin: 0;
					text-align: center;
				}
				.iconfeatures-module .servicebanner p {
					text-align: center;
				}
				.iconfeatures-module .servicebanner p em {
					display: block;
				}

		/*
			CASE STUDY BLOCK
		*/
		.section-casestudy {
			background: #000;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
			.case-study-grad {
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;1+25,0.4+100 */
				background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(25%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0.4) 100%); /* IE10+ */
				background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0.4) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#66000000',GradientType=1 ); /* IE6-9 */
			}
			.section-casestudy .grid-wrap {
				width: 100%;
				height: auto;
				padding: 0 !important;
				display: block;
				position: relative;
			}
			.section-casestudy .grid-wrap .case-study-content {
				padding: 100px 10px;
				width: 90%;
				max-width: 560px;
				float: left;
			}
			.section-casestudy .grid-wrap .cs-logo {
				float: left;
				margin: 0 0 50px;
			}
			.section-casestudy .grid-wrap h3 {
				color: #FFF !important;
			}
			.section-casestudy .grid-wrap p {
				color: #FFF !important;
			}
			.section-casestudy .case-study-bg {
				float: right;
				margin: 0;
				display: none;
			}
			
				
		/*
			COUNTDOWN BLOCK
		*/
		.section-countdown .grid-wrap {
		    padding: 30px 30px 10px;
		}
			.clock-cntdwn {
				width: 100%;
				display: block;
				margin: 0 0 20px;
				padding: 0;
				text-align: center;
				float: left;
			}
				.cntdwn-time {
					display: inline-block;
					width: 80px;
					height: 50px;
					margin: 0 5px;
					padding: 25px 0 5px;
					text-align: center;
					color: #08376c;
					border: 5px solid #08376c;
					line-height: 20px;
					border-radius: 100%;
				}
				.cntdwn-num {
					font-size: 28px;
					display: block;
					width: 100%;
					float: left;
				}
				.cntdwn-label {
					display: block;
					width: 100%;
					float: left;
					font-size: 10px;
					opacity: .6;
				}
				.cntdwn-over {
					color: #08376c;
					display: block;
					width: 100%;
					float: left;
					text-align: center;
				}


		/*
			SHOP BLOCK
		*/
		.section-shop {}
		
			.prod-grid {} 
				.prod-grid li.product {
					margin: 0 !important;
				} 
				.prod-grid .module a {
					display: block;
				}
				.prod-grid .module h2 {
					margin: 5px 0;
					font-size: 18px !important;
					line-height: 22px;
					text-align: center;
					display: block;
				}
				.prod-grid div.product span.price {
					font-size: 16px !important;
					line-height: 20px;
					text-align: center;
					display: block;
				}
			
			.prod-carousel {}
			
				.slick-slider {
					max-width: 90%;
					margin: 0 auto;
				}
				.slick-prev {
				    left: -4%;
				}
				.slick-next {
				    right: -4%;
				}
				.slick-prev, .slick-next {
				    font-size: 0;
				    line-height: 0;
				    position: absolute;
				    top: 50%;
				    display: block;
				    width: 20px;
				    height: 20px;
				    padding: 0;
				    -webkit-transform: translate(0, -50%);
				    -ms-transform: translate(0, -50%);
				    transform: translate(0, -50%);
				    cursor: pointer;
				    color: transparent;
				    border: none;
				    outline: none;
				    background: transparent;
				}
				.slick-prev::before {
				    content:"\f053";
				}
				.slick-next::before {
				    content:"\f054";
				}
				.slick-prev::before, .slick-next::before {
				    font-family:'FontAwesome';
				    font-size: 20px;
				    line-height: 1;
				    opacity: .75;
				    color: #000;
				    -webkit-font-smoothing: antialiased;
				    -moz-osx-font-smoothing: grayscale;
				}
				.slick-slider .module a {
					display: block;
				}
				.slick-slider .module h2 {
					margin: 5px 0;
					font-size: 16px !important;
					line-height: 22px;
					text-align: center;
					display: block;
				}
				.slick-slider div.product span.price {
					font-size: 14px !important;
					line-height: 20px;
					text-align: center;
					display: block;
				}
		/*
			BLOG POSTS BLOCK
		*/
		.section-blogposts {}
			.section-blogposts .grid-wrap {}
			.section-blogposts .post-image {
				width: 100%;
				clear: both;
			}
				.section-blogposts .post-image img { width: 100%; display: block; clear: both; }
			
				.post .entry-utility { display: block; clear: both; }
		
			.blog-post-list .post {
				margin: 0 0 10px;
				padding: 10px 0 10px;
				border-bottom: 1px dashed #CCC;
			}
				.post .entry-content .wp-post-image {
					width: 100%;
					height: auto;
					float: left;
					margin: 0 20px 20px 0;
				}
				article .post-image {
					clear: both;
				}
					article .post-image img {
						width: 100%;
						float: left;
						margin: 0 0 20px;
					}
					
				article .post-title {
					clear: both;
					display: block;
				}
			
				.post .entry-meta {
					padding: 0 0 10px;
				}
				.post .entry-meta, .post .entry-utility {
					font-size: 13px;
					color: #BBB;
				}
					.post .entry-meta a, .post .entry-utility a {
						font-size: 13px;
						color: #999;
					}
					.sticky {}
					.bypostauthor {}

		/*
			GALLERY BLOCK
		*/
		.section-gallery {
			padding: 0;
		}
			.section-gallery .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 60px 30px !important;
			}
			
		/*
			VIDEO BLOCK
		*/
		.section-videoblock .grid-wrap {
			padding: 60px 20px !important;
		}
			.section-videoblock .video-content-top {
			    padding: 10px 0px 30px;
			}
			.section-videoblock .video-content-btm {
			    padding: 40px 0px 10px;
			}
			.section-videoblock .cta-button-wrap {
				background: none !important;
				display: block;
				vertical-align: middle;
				width: 100%;
				margin: -30px auto 0;
				padding: 0;
				position: relative;
				z-index: 9999;
			}
			.video-wrap {
				width: 100%;
				max-width: 820px;
				margin: 20px auto 0;
				float: none;
				display: block;
			}
				.video-wrap img {
					width: 100%;
					height: auto;
					display: block;
					margin: 0 auto
				}

			.video-container {
			    position: relative;
			    padding-bottom: 56.25%;
			    padding-top: 30px; height: 0; overflow: hidden;
			}

			.video-container iframe,
			.video-container object,
			.video-container embed {
			    position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			}
			
		/*
			FANCY BUTTON BLOCK
		*/
		.section-buttonblock .grid-wrap {
			padding: 10px 30px;
		}
			.cta-button-wrap {
				background: url('/wp-content/themes/amp-site/ninja-page-assets/assets/images/lp-cta-circle.png') center center no-repeat;
				display: block;
				vertical-align: middle;
				width: 100%;
				padding: 45px 0;
			}

			#contentAreaWrap .cta-button-yellow {
				background: rgb(255,226,91); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(255,226,91,1) 0%, rgba(240,202,60,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,226,91,1)), color-stop(100%,rgba(240,202,60,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(255,226,91,1) 0%,rgba(240,202,60,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(255,226,91,1) 0%,rgba(240,202,60,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(255,226,91,1) 0%,rgba(240,202,60,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom,  rgba(255,226,91,1) 0%,rgba(240,202,60,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe25b', endColorstr='#f0ca3c',GradientType=0 ); /* IE6-9 */
			    border: 1px solid #E5CB51;
			    -webkit-border-radius: 5px;
			       -moz-border-radius: 5px;
			    		border-radius: 5px;
				-webkit-box-shadow: inset 0 1px 0 #FFF !important;
				   -moz-box-shadow: inset 0 1px 0 #FFF !important;
						box-shadow: inset 0 1px 0 #FFF !important;
				-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
				   -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
						box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
			    overflow: hidden;
			    margin: 0;
				padding: 15px 30px 10px;
				color: #7c4106;
				color: #A5871F !important;
				font-size: 22px;
				line-height: 40px;
				max-width: 510px !important;
				display: inline-block;
				white-space: normal !important;
			}
				#contentAreaWrap .cta-button-yellow:hover {
					background: rgb(255,212,21); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,212,21,1) 0%, rgba(223,178,17,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,212,21,1)), color-stop(100%,rgba(223,178,17,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,212,21,1) 0%,rgba(223,178,17,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,212,21,1) 0%,rgba(223,178,17,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,212,21,1) 0%,rgba(223,178,17,1) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(255,212,21,1) 0%,rgba(223,178,17,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd415', endColorstr='#dfb211',GradientType=0 ); /* IE6-9 */
					color: #43360a !important;
				}

		/*
			PLAIN BUTTON BLOCK
		*/
		.section-plainbuttonblock .grid-wrap {
			padding: 10px 0 !important;
		}
			.section-plainbuttonblock .cta-button-wrap {
				background: none;
				display: block;
				vertical-align: middle;
				width: 100%;
				padding: 30px 0;
			}

			#contentAreaWrap .cta-plainbutton {
				background: #08376c url('assets/images/btn-grad.png') bottom center repeat-x !important;
			    border: 1px solid #08376c;
			    -webkit-border-radius: 5px;
			       -moz-border-radius: 5px;
			    		border-radius: 5px;
				-webkit-box-shadow: inset 0 1px 0 #FFF !important;
				   -moz-box-shadow: inset 0 1px 0 #FFF !important;
						box-shadow: inset 0 1px 0 #FFF !important;
				-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
				   -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
						box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
			    overflow: hidden;
			    margin: 0;
				padding: 18px 30px 13px;
				color: #FFF !important;
				font-size: 22px;
				line-height: 40px;
				min-width: 260px;
				max-width: 510px !important;
				display: inline-block;
				white-space: normal !important;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
				#contentAreaWrap .cta-plainbutton:hover {
					background: #08376c !important;
					color: #FFF !important;
				}

		/*
			BANNER BLOCK
		*/
		.section-bannerblock {
			padding: 0;
		}
			.section-bannerblock .grid-wrap {
				max-width: 100% !important;
				padding: 0 !important;
			}

		/*
			TESTIMONIALS BLOCK
		*/
		.section-testimonial {
			padding: 0;
		}
			.section-testimonial .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 60px 30px;
			}
			.section-testimonial .pre-content {
				margin: 0 0 30px;
			}
			.testimonial-module {
				padding: 0;
				margin: 10px 30px 20px;
			}
			.testimonial-module .quote {
			    background: #000;
			    background: rgba(0,0,0,0.4);
			    padding: 20px 20px 10px;
			    margin: 0;
			    overflow: hidden;
				box-shadow: 0 0 10px rgba(0,0,0,0.2);
			}
				.testimonial-module .quote h3, .testimonial-module .quote p {
				    color: #FFF;
				}
				.testimonial-module .quote p em {
					display: block;
				}

		/*
			FORM BLOCK
		*/
		.section-form {
			padding: 0;
		}
			.section-form .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 60px 30px;
			}
			.wkg-form-wrap {
			    width: 100%;
			    max-width: 520px;
			    margin: 0 auto;
			}
			.wkg-form-wrap h3 {
			    text-align: center;
			}

		/*
			MAP BLOCK
		*/
		.section-mapblock .grid-wrap {
			background: none;
			width: 100% !important;
			max-width: 100% !important;
			padding: 0;
			margin: 0;
			float: left;
		}
			.acf-map {
			    width: 100% !important;
			    height: 380px !important;
			    border: none !important;
			    margin: 0 !important;
			}



	#contentAreaWrap { background:  !important;  }

	#contentWrap {
	    width: 100%;
	    height: auto;
	}
		#contentWrap .grid-wrap {
			background: ;
						width: 100%;
			height: auto;
			min-height: 300px;
			margin: 0 auto;
			position: relative;
		}
			#contentWrap .grid-wrap > .row { padding: 0 30px;}

		#contentWrap .section-title {
				width: 100%;
				height: auto;
				display: block;
				position: relative;
				overflow: hidden;
			}
				#contentWrap .section-title .section-title-h1 {
					font-size: 18px;
					color: #FFF;
					text-transform: uppercase;
					margin: 0; padding: 0;
					position: absolute;
					left: 20px; bottom: 5px;
					z-index: 999;
				}
				#contentWrap .section-title img {
					width: 100%;
					float: left;
				}
				
		.section-row {
			border-top: 1px solid #f5f5f5;
			margin: 0 !important;
			padding: 0 !important;
		}
		.section-row .section-content {
		    margin: 30px 10px!important;
		    padding: 0px !important;
		}
			.video-link-wrap {
			    position: relative;
			    background: #000;
			    display: block;
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
				overflow: hidden;
			}
			.video-icon {
			    font-family: "FontAwesome";
			    text-align: center;
			    position: absolute;
			    z-index: 9;
			    width: 100%;
			    height: 100%;
			    top: 36%;
			    font-size: 50px;
			    color: #FFF;
			    text-shadow: 0 0 10px rgba(0,0,0,0.6);
			}
			.video-image {
			    opacity: 0.6;
			    display: inline-block;
			    margin: 0 0 -5px !important;
			}
			.video-link-wrap a:hover .video-icon {
			    text-shadow: 0 0 10px rgba(0,0,0,0.8);
			}
			.video-link-wrap a:hover .video-image {
			    opacity: 0.5;
			}

		

		#contentWrap .section-content {
		    margin: 40px 10px 40px;
		    padding: 0;
		}
			.attachment-medium {
				margin: 0 20px 20px 0;
				float: left;
			}
			
			a.button, .section-ctablock-button, .cta-plainbutton {
				background: #08376c;
				color: #FFF;
				text-align: center;
				padding: 15px 10px;
				display: block;
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
			}
				a.button:hover, .section-ctablock-button:hover, .cta-plainbutton:hover {
					background: #444444;
					color: #FFF;
				}
				
			a.content-button {
				background: url('assets/images/btn-grad.png') bottom center repeat-x;
				background-color: #08376c;
			    display: block;
				width: 100% !important;
			    max-width: 320px !important;
				font-size: 22px;
				line-height: 40px;
			    margin: 20px auto 40px;
				padding: 15px 0;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
				color: #FFF !important;
			}
				a.content-button:hover {
					background: bottom center none;
					background-color: #08376c;
				}

			.cta-plainbutton {
			    display: block;
			    max-width: 320px;
			    position: relative;
			    z-index: 9;
			}
				
		
		#contentWrap .body-sidebar {
			margin: 30px 10px 40px;
			padding: 0;
		}
			.widget-container .module {
				margin: 20px 15px;
				padding: 0;
				position: relative;
				display: block;
			}
				.widget-container h3, .widget-container h2 {
					font-family: 'Montserrat', sans-serif;;
					font-size: 26px !important;
					line-height: 32px;
					color: #08376c;
					text-align: left;
					margin: 0 0 10px;
					padding: 0;
				}
				.widget-container p, .widget-container li {
					font-family: 'Roboto', sans-serif;
					font-size: 18px;
					line-height: 26px;
					color: #444444;
                    text-align: left;
				}
					.widget-container ul {
						list-style-type: none;
						margin: 0 0 0 10px;
						padding: 0;
						border-top: 1px solid #f3f6f8;
					}
						.widget-container li {
							margin: 0;
							padding: 3px 10px;
							display: block;		
							border-bottom: 1px solid #f3f6f8;
						}
							.widget-container li a {
								display: block;
							}
					.widget-container form {
						width: 100%;
						display: block;
					}
					
					.widget-social {
					    text-align: center;
					}
						.widget-social img {
						    margin: 0 2px;
						}

			.bnw-wrap {
				background: #373839;
				padding: 30px 20px 10px;
				display: block;
				-webkit-border-radius: 10px;
				   -moz-border-radius: 10px;
						border-radius: 10px;
				-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
						box-shadow: 0 0 10px rgba(0,0,0,0.8);
			}

			.side-nav ul {
			    padding: 0px;
			    margin: 0px;
			    list-style-type: circle !important;
			    border-top: 1px solid #242424;
			    border-bottom: 1px solid #464748;
			}
				.side-nav ul li {
				    padding: 5px;
				    margin: 0px;
				    font-size: 14px;
				    line-height: 22px;
				    list-style-type: circle !important;
				    border-top: 1px solid #464748;
				    border-bottom: 1px solid #242424;
				}
					.side-nav ul li a {
						color: #a3a3a3;
					}
						.side-nav ul li a:hover {
							color: #FFF;
						}



/*
	============= PAGE TEMPLATES ==============================================
*/

	.contact-page {
		background: #FFF;
	    max-width: 420px !important;
	    margin: 80px auto !important;
	    min-height: 320px;
	}
		.contact-page .header-logo {
		    margin: 0px 0px 20px;
		    text-align: center;
		}
	.contact-numbers {
	    text-align: center;
	    line-height: 22px;
	    font-size: 18px;
	}
		.contact-numbers h3 {
		    margin: 10px 0 0;
		}
		.contact-directions {
			display: block;
			padding: 15px 0 5px;
		}
	.contact-hours {
	    margin: 20px 0;
	    padding: 10px 20px;
	    border: 1px solid #CCC;
	    text-align: center;
	}
		.hours-list {
		    margin: 0px auto 10px;
		    padding: 0px;
		    list-style-type: none;
		    width: 100%;
		}
			.hours-list li {
				margin: 0;
				padding: 0;
			    list-style-type: none;
				text-align: left;
			}
				.hours-list li strong {
				    width: 48%;
				    margin: 0 1% 0 0;
				    display: inline-block;
				    text-align: right;
				}
				.hours-list li span {
				    width: 48%;
				    margin: 0 0 0 1%;
				    display: inline-block;
				    text-align: left;
				}
	.contact-button {
		margin: 10px 0 0;
	}
		.contact-button-icon {
		    float: left;
		    font-size: 42px;
		    margin: -5px 10px 0px 10px;
		}
		.contact-button-title {
			font-size: 22px;
			line-height: 28px;
			font-weight: bold;
		}
		.contact-button-subtitle {
			font-size: 16px;
			line-height: 20px;
		}

	.form-page {
		background: #FFF;
	    max-width: 500px !important;
	    margin: 80px auto !important;
	    min-height: 320px;
	}
		.form-page .header-logo {
		    margin: 0px 0px 20px;
		    text-align: center;
		}
		.form-page h2 {
		    text-align: center;
		    margin: 30px 0 20px;
		}
		.form-page p {
		    text-align: center;
		    margin: 30px 0 20px;
		}
	.formpage-button {
		margin: 10px 0 0;
	}
		.formpage-button-icon {
		    float: left;
		    font-size: 42px;
		    margin: -10px 10px 0px 10px;
		}
		.formpage-button-title {
			font-size: 22px;
			line-height: 30px;
		}
	

/*
	============= GRAVITY FORMS ==============================================
*/

	.gform_wrapper ul li.gfield.col {
	    clear: none !important;
	}

	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
		-webkit-appearance: none;
	}
			
	.gform_button, #wp-submit, .gform_previous_button, .gform_next_button, #submit {
		background: url('assets/images/btn-grad.png') bottom center repeat-x;
		background-color: #08376c;
		color: #FFF;
		text-align: center;
		margin: 0 auto;
	    padding: 15px 0;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
		color: #FFF !important;
		display: block;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
	    border: none;
		font-size: 22px !important;
		line-height: 40px;
	    display: block !important;
	    width: 100% !important;
	    max-width: 320px;
	    cursor: pointer;
	    margin: 0 auto !important;
	}
		.gform_button:hover, .gform_previous_button:hover, .gform_next_button:hover, #submit:hover {
			background: bottom center none;
			background-color: #08376c;
		}
		.gform_previous_button, .gform_next_button {
			padding: 6px 0 !important;
			font-size: 18px !important;
			line-height: 30px;
			display: inline-block !important;
			width: 100% !important;
			max-width: 140px !important;
			cursor: pointer;
		}
			.gform_next_button {
			    float: right;
			}
			.gform_page .gform_button {
			    clear: both;
			    margin: 40px auto 0 !important;
			}
	
	.gform_wrapper ul.gform_fields li.gfield {
	    padding: 0;
	}
		
	.gform_fields > li {
		margin: 0 0 20px;
	}
	
	.ginput_container li label {
		margin: 0 0 0 10px !important;
		padding: 0 !important;
	}
	/*	
	.ginput_container li {
		margin: 0 !important;
		padding: 0 !important;
		display: block !important; 
	}
	.ginput_container li label {
		margin: 3px 0 10px 20px !important;
		padding: 0 !important;
		display: block !important; 
	}
		.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
		    margin: -10px 0 10px 10px !important;
		    padding: 0 !important;
		}
			.gfield_checkbox li label, .gfield_radio li label {
			    margin: 5px 0 0 10px !important;
			    padding: 0 !important;
			    display: block !important;
			}
			*/
			.gfield_checkbox li br, .gfield_radio li br {
			    display: none !important;
			}
/*	
	.gform_wrapper input[type='text'], .gform_wrapper input[type="password"] {
	    height: 34px;
	}
*/
	.gform_wrapper input[type='text'], .gform_wrapper input[type='password'], input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	    height: 34px;
	}
	
	.section-content .ginput_complex > p, .section-content .ginput_complex > span {
		width: 50%;
		float: left;
		margin: 0;
	}
		.section-content .ginput_complex.ginput_container_creditcard > p, .section-content .ginput_complex.ginput_container_creditcard > span {
			width: 100%;
		}
		.section-content .ginput_complex.has_street2 > .ginput_full {
			width: 100%;
		}
		.section-content .ginput_complex br {
			display: none !important;
		}
	.section-content .ginput_complex > p span, .section-content .ginput_complex > span input {
		width: 98% !important;
	}
	.section-content .ginput_complex > p span br {
		display: none;
	}

	.gform_wrapper > p, .gform_footer br {
		display: none;
	}
	
	
/*
	============= PMPRO FORM ==============================================
*/
	.pmpro_form { max-width: 700px;margin: 0 auto; }
		.pmpro_form input[type="text"], .pmpro_form input[type="password"], .pmpro_form input[type="email"], .pmpro_form input[type="tel"] { height: 20px; }
	
	#pmpro_pricing_fields .pmpro_checkout-h3-msg, #pmpro_user_fields .pmpro_checkout-h3-msg {display:none;}
	
	.pmpro_submit {clear: both;}
	.pmpro_btn {color: #FFF !important;display: block;background: url('/wp-content/themes/amp-site/assets/images/btn-grad.png') bottom center repeat-x;background-color: #08376c;width: 100% !important;max-width: 340px !important;font-size: 18px;margin: 0 auto;text-shadow: 1px 1px 0 rgba(0,0,0,0.2);border: none;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;padding: 15px;font-weight: normal;}
		.pmpro_btn:hover {background-image: none;}

	
/*
	============= PROGRAMS ==============================================
*/

	#titleBannerWrap {
		width: 100%;
		height: auto;
		display: block;
	}
		#titleBannerWrap .grid-wrap {
			width: 100%;
			height: auto;
			margin: 0 auto;
			display: block;
			position: relative;
			z-index: 1;
		}
		#titleBannerWrap img {
			width: 100%;
			height: auto;
			margin: 0 auto;
			float: left;
		}

	.featured-product-banner {
		margin: 10px 20px;
	}
		.featured-product-photo img {
			width: 100%;
		}

	.section-ctablock-button {
		background: url('assets/images/btn-grad.png') bottom center repeat-x;
		background-color: #08376c;
		width: 100% !important;
	    max-width: 380px !important;
	    font-size: 18px;
	    margin: 0 auto 20px;
	    padding: 20px 0;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
		color: #FFF !important;
	}
		.section-ctablock-button:hover {
			background: bottom center none;
			background-color: #08376c;
		}
		
	.section-programs {
		text-align: center;
	}
		.section-programs .grid-wrap, .section-programs-featured .grid-wrap {
			padding: 60px 30px !important;
		}
		.col-program {
			float: none;
			display: inline-block;
			text-align: center;
			margin: 0;
			padding: 0;
		}

/*
	============= RECIPES ==============================================
*/


	.recipe-wrap {
		background: #FFF;
		margin: 20px auto;
		padding: 5px;
		border: 1px solid #EEE;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
				box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
		.recipe-img img {
		    width: 100%;
		    max-width: 300px;
		    margin: 0 auto !important;
		    float: none;
			/*
			border: 5px solid #FFF;
			-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
					box-shadow: 0 0 10px rgba(0,0,0,0.1);
			*/
		}
			.recipe-img p {
			    margin: 0 0 5px !important;
			    padding: 0 !important;
			}
		.recipe-header {
		}
			.recipe-rating {
				width: 100%;
				font-weight: bold;
			    clear: both;
			    margin: 5px 0 0;
			    float: left;
			}
				.recipe-rating a {
					font-weight: normal;
				}
				.recipe-rating div.field_type-star_rating {
					margin: 0 2px;
					clear: none;
					float: left;
				}
				.recipe-rating div.field_type-star_rating ul.star-rating {
				    list-style: none;
				    padding: 0px;
				    font-size: 16px;
				    cursor: default;
				    float: left;
				    margin: -4px 0 0 10px !important;
				}
					.recipe-rating div.field_type-star_rating ul.star-rating li i {
					    cursor: default;
					    color: #EFAF27;
					}
			.recipe-share {
				width: 100%;
				font-weight: bold;
				line-height: 33px;
			    clear: both;
			    margin: 5px 0;
			    float: left;
			}
			.recipe-tags {
				width: 100%;
			    margin: -10px 0 20px 0 !important;
			    padding: 0px;
			    font-size: 13px;
			    cursor: default;
			    float: left;
			    display: block;
			}
			.recipe-credit {
				width: 100%;
			    margin: -10px 0 20px 0 !important;
			    padding: 0px;
			    font-size: 13px;
			    cursor: default;
			    float: left;
			    display: block;
			}
			.recipe-stats-wrap {
			    margin: 5px 0;
			    padding: 15px 0;
			    border-top: 1px solid #EEE;
			}

			.recipe-ingredients-wrap {}
				.recipe-ingredients-wrap h3 {
					border-bottom: 1px solid #EEE;
					display: block;
				}
				.recipe-ingredients-list {}
					.recipe-ingredients-list span {
						width: 120px;
						display: inline-block;
					}
			
			.recipe-instructions-wrap {}
				.recipe-instructions-wrap h3 {
					border-bottom: 1px solid #EEE;
					display: block;
				}
				.recipe-instructions-list {}
					.recipe-instructions-list li {
						line-height: 22px;
						margin-bottom: 25px;
					}
			
			.recipe-extras-wrap {}
			
			.recipe-share-btm {
			    margin: 10px 0;
			    padding: 20px 0 10px;
			    border-top: 1px solid #EEE;
			    line-height: 32px;
			}

	.recipe-share-btm {
	    line-height: 50px;
	}
	.recipe-share-btm .at-share-tbx-element .at-share-btn {
	    margin: 0px 5px;
	}
	.recipe-share-btm .at-share-tbx-element.addthis_32x32_style .at-share-btn, .recipe-share-btm .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
	    max-width: 50px;
	    max-height: 50px;
	}
	.recipe-share-btm .addthis_32x32_style .at4-icon, .recipe-share-btm .addthis_32x32_white_style .at4-icon, .recipe-share-btm .at-32x32 {
	    height: 50px;
	    line-height: 50px;
	    width: 50px;
	    background-size: 50px auto !important;
	}
	.recipe-share-btm .addthis_32x32_style .at_flat_counter, .recipe-share-btm .addthis_32x32_white_style .at_flat_counter {
	    height: 50px;
	    line-height: 50px;
	    margin: 0px 10px 0px 4px;
	}
	.recipe-share-btm .addthis_32x32_style .at_flat_counter::after, .recipe-share-btm .addthis_32x32_white_style .at_flat_counter::after {
	    top: 19px;
	    left: -8px;
	}

	.recipe-wrap-archive {}
		.recipe-wrap-archive .recipe-img {
			margin: 0;
			padding: 10px 10px 0;
			position: relative;
		}
			.recipe-pixel {
			    position: absolute;
			    top: 0; left: 0; right: 0; bottom: 0;
			    z-index: 9999;
			}
			.recipe-wrap-archive .recipe-img img {
				border: none;
				max-width: 400px;
				margin: 0 auto;
			}
		.recipe-stats {
		    margin: 0 0 10px;
		}



	/* FOR LOGIN PAGE */
	
		.page-template-page-login {}
		
		.loginform-wrap {
			max-width: 360px;
			margin: 0 auto;
		}
		.loginform-wrap #user_login, .loginform-wrap #user_pass {
			width: 96%;
			font-size: 18px;
			line-height: 20px;
			padding: 10px 5px;
		}




/*
	============= PAGINATION ==============================================
*/

	
	.pagination a i { opacity: .6; }
		.pagination a:hover i  { opacity: 1; }

	.pagination ul {
	    display: inline-block;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    text-align: justify;
	    font-size: 13px;
	    line-height: 24px;
	}

	.pagination ul, .nav-stacked {
		background: #FFF;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	}




/*
	============= WOOCOMMERCE ==============================================
*/	

	/* SINGLE PRODUCT PAGE */
	/*.single-product .fb-comments { display: none !important; }
	.single-product .woocommerce .fb-comments { display: block; } */

	#sectionWrap-shop {}

	/* CREDIT CARD FIELDS */
	.wc_payment_method input, .wc-credit-card-form input {
	    font-size: 16px !important;
		padding: 8px;
	}
	
	/* ADD YELLOW BORDERS, ETC */
/*
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #nyp, .wc_payment_method input, .wc-credit-card-form input {
	    border: none;
	    -webkit-border-radius: 0;
	       -moz-border-radius: 0;
	    		border-radius: 0;
	    border-bottom: 2px solid #fec021 !important;
	    -webkit-box-shadow: none;
	    		box-shadow: none;
	}
	.select2-container--default .select2-selection--single {
	    -webkit-border-radius: 0 !important;
	       -moz-border-radius: 0 !important;
	    		border-radius: 0 !important;
	    border: 1px solid #fec021 !important;
	}
*/

	/* UPDATE ACCOUNT PAGES */
	.woocommerce-MyAccount-navigation {
		background: #F7F6F7;
	}
		.woocommerce-MyAccount-navigation ul {
			width: 100%;
			display: block;
			border-top: 1px solid #EDEDED;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.woocommerce-MyAccount-navigation ul li {
				margin: 0;
				padding: 0;
				display: block;
			}
				.woocommerce-MyAccount-navigation ul li a {
					font-size: 16px;
					border-bottom: 1px solid #EDEDED;
					margin: 0;
					padding: 5px 10px;
					display: block;
				}
					.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a {
						background: #EDEDED;
					}

	/* UPDATE CART COLUMNS */
	.woocommerce-cart-form {}
		#coupon_code {
			width: 200px;
			max-width: 100%;
			height: 36px;
		}

	/* UPDATE CHECKOUT COLUMNS */
	.woocommerce-checkout .woocommerce {
	    max-width: 700px;
	    margin: 20px auto;
	}
		.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
		    float: left;
		    width: 100% !important;
			margin: 0 0 40px;
		}
		.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
			float: left;
			width: 100% !important;
			margin: 0 0 40px;
		}
			.woocommerce-additional-fields {
				float: left;
				width: 100% !important;
				margin: 40px 0 0;
				clear: both;
			}
		.order_review_heading {
		    margin: 20px 0 10px;
		}
		
		#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
			background: none !important;
			border: 1px solid rgba(0,0,0,.1);
		}
			#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
				background: none !important;
				padding: 0 !important;
			}
				#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
					display: none !important;
				}

	/* UPDATE BUTTON COLORS */
/*
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	    background: #0f354c !important;
	    -webkit-border-radius: 0;
	       -moz-border-radius: 0;
	    		border-radius: 0;
	}
		.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
		    background: #fec021 !important;
		}
*/

	/* UPDATE CONFIRMATION */
	.woocommerce-order {
	    max-width: 900px;
	    margin: 20px auto;
	}




/*
	============= FOOTER ==============================================
*/


	.home .hide-cta-homepage { display: none; }

	#footerWrap {
		background: ;
				width:100%;
		height:auto;
		text-align: center;
		display: block;
		float: left;
		margin: 0;
	}
		#footerWrap .grid-wrap {
			margin: 10px auto;
			width: 100%;
		}
		.widget-footer {
			padding: 15px 15px 0;
		}
			.widget-footer h3 {
				font-size: 22px;
				line-height: 30px;
				color: #08376c;
				margin: 0 0 5px -15px;
				text-align: left;
			}
			.widget-footer ul, .widget-footer ol {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			.widget-footer p, .widget-footer li {
				font-size: 16px;
				line-height: 26px;
				color: #444444;
				text-align: left;
				list-style-type: none;
			}
				.widget-footer a {
					color: #08376c;
				}
					.widget-footer a:hover {
						color: #444444;
					}
		.footer-widgets {
		    margin: 0 40px;
		}

	
		.footer-about-this-page {
			padding-bottom: 10px;
			margin: 20px 20px 0;
		}
			.abt-title { margin: 0 0 -10px; }
			.footer-about-this-page p, .footer-about-this-page li {
				font-size: 14px;
				line-height: 22px;
				color: #444444;
				padding-bottom: 10px;
				text-align: left;
			}
			.footer-about-this-page strong {
				font-family: 'Roboto', sans-serif;
				color: #444444;
			}
			.footer-about-this-page a {
			}
	
		.footer-seo-links {
			margin: -20px 10px 0;
		}
			.footer-seo-links li {
				list-style-type: none;
			}
				.footer-seo-links a {
					font-size: 14px;
					line-height: 22px;
					margin: 0 10px;
				}

		.footer-fine-print p {
			width: 100%;
			font-size: 12px;
			color: #000;
			padding: 15px 0 20px;
			margin: 0;
			text-align: center;
		}
			.footer-fine-print a { color: #000; margin: 0 0 0 30px; }
			.footer-fine-print a:hover { color: #08376c; }


	.video-wrapper, .video-wrap {
		width: 820px;
		max-width: 100%;
		overflow: hidden !important;
		margin: 0 auto 20px;
	}
	
	.video-container {
		position: relative;
		padding-bottom: /* 56.25% */ 52.5%;
		padding-top: 30px;
		height: 0;
		overflow: hidden !important;
	}
	
		.video-container p {
			width: 100%;
			height: 100%;
			position: absolute;
		}
	
	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.modal {
	    display: none;
	    top: -500px;
	}


    .gallery { margin: 40px 0 !important; }
    .gallery .gallery-item { width: 100% !important; }
    .gallery .gallery-item img { border: none !important; max-width: 90%; }



/* ============= COMMENTS ============================================== */

	#comments #respond {
		width: 100%;
	    float: left;
	    display: block;
	    margin: 20px 0;
	    clear: both;
	}
		#comment {width: 98%;}

		#comments-title {
		    clear: both;
		}
	
	#submit {
	    padding: 5px 10px;
	    font-size: 16px !important;
	    line-height: 16px;
	    max-width: 165px;
	    float: left;
	}
	
	ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
	ol.commentlist li { }
	ol.commentlist li.alt { }
	ol.commentlist li.bypostauthor {}
	ol.commentlist li.byuser {}
	ol.commentlist li.comment-author-admin {}
	ol.commentlist li.comment { border-bottom:1px dotted #B3B3B3; padding:1em; }
	ol.commentlist li.comment div.comment-author {}
	ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
	ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
	ol.commentlist li.comment div.vcard cite.fn a.url {}
	ol.commentlist li.comment div.vcard img.avatar { border:1px solid #ccc; float:right; margin:0 0 1em 1em; }
	ol.commentlist li.comment div.vcard img.avatar-32 {}
	ol.commentlist li.comment div.vcard img.photo {}
	ol.commentlist li.comment div.vcard span.says {}
	ol.commentlist li.comment div.commentmetadata {}
	ol.commentlist li.comment div.comment-meta { font-size:9px; }
	ol.commentlist li.comment div.comment-meta a { color:#ccc; }
	ol.commentlist li.comment p { font-size:14px; margin:0 0 1em; }
	ol.commentlist li.comment ul { font-size:14px; list-style:square; margin:0 0 1em 2em; }
	ol.commentlist li.comment div.reply { font-size:11px; }
	ol.commentlist li.comment div.reply a { font-weight:bold; }
	ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
	ol.commentlist li.comment ul.children li {}
	ol.commentlist li.comment ul.children li.alt {}
	ol.commentlist li.comment ul.children li.bypostauthor {}
	ol.commentlist li.comment ul.children li.byuser {}
	ol.commentlist li.comment ul.children li.comment {}
	ol.commentlist li.comment ul.children li.comment-author-admin {}
	ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #dfdfdf; margin:0 0 .25em .25em; }
	ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
	ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #999; margin:0 0 .25em .25em; }
	ol.commentlist li.comment ul.children li.depth-5 {}
	ol.commentlist li.comment ul.children li.odd {}
	ol.commentlist li.even { background:#fff; }
	ol.commentlist li.odd { background:#f6f6f6; }
	ol.commentlist li.parent { border-left:5px solid #f6f6f6; }
	ol.commentlist li.thread-alt { }
	ol.commentlist li.thread-even {}
	ol.commentlist li.thread-odd {}




	.modal {
	    width: 94% !important;
	    margin-left: 0 !important;
	}
		.modal-header {
			background-color: #08376c !important;
			padding: 20px 20px 15px;
		}
			.modal-header h4 {
				font-size: 24px;
				line-height: 30px;
				color: #FFF !important;
				text-align: center
			}
			.modal-header .close {
			    color: #FFF;
			}
		.modal-body {
		    width: 100%;
		    padding: 0;
		    max-height: 480px;
		}
		.modal-body .section-content {
		    padding: 15px;
		}
			.modal-body .gform_wrapper { margin: 0 10px; }
			.modal-body .gform_wrapper .button { max-width: 100%; }


/* Grid values at breakpoints */

/* ============= Max WIDTHS ============================================== */

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

	.entry-content img { width: 100% !important; clear: both !important; }
		.body-bg { min-height: 800px; }

}

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

	.modal {
	    width: 94% !important;
	    margin-left: 0 !important;
	    
	    margin: 0 !important;
		width: 100% !important;
		top: 0 !important;
		left: 0;
		right: 0;
		bottom: 0;
		/*position: absolute;*/
	}
	
	.modal-body {
	    width: 100%;
	    padding: 0;
	    max-height: 540px;
	}
	
	.modal-body .gform_wrapper {
	    margin: 0 20px 30px;
	}
	.wkg-form-wrap {
	    margin: 0 auto 50px;
	}

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

	.section-cta {
	    background-attachment: scroll !important;
	}

}

/* ============= MIN WIDTHS ============================================== */
	
@media screen and (min-width: 320px) {

    .g1-1of1 { width: 100%; }
    .g1-1of2 { width: 50%; }
    .g1-1of3 { width: 33.33333%; }
    .g1-2of3 { width: 66.66666%; }
    .g1-1of4 { width: 25%; }
    .g1-3of4 { width: 75%; }
    .g1-1of5 { width: 20%; }
    .g1-2of5 { width: 40%; }
    .g1-3of5 { width: 60%; }
    .g1-4of5 { width: 80%; }
    .g1-1of6 { width: 16.66666%; }
    .g1-4of6 { width: 66.66666%; }
    .g1-5of6 { width: 83.33333%; }
    
    .gallery .gallery-item { width: 50% !important; }

		.body-bg { min-height: 800px; }

}

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

    .g2-1of1 { width: 100%; }
    .g2-1of2 { width: 50%; }
    	.col-program { width: 49%; }
    .g2-1of3 { width: 33.33333%; }
    .g2-2of3 { width: 66.66666%; }
    .g2-1of4 { width: 25%; }
    .g2-3of4 { width: 75%; }
    .g2-1of5 { width: 20%; }
    .g2-2of5 { width: 40%; }
    .g2-3of5 { width: 60%; }
    .g2-4of5 { width: 80%; }
    .g2-1of6 { width: 16.66666%; }
    .g2-4of6 { width: 66.66666%; }
    .g2-5of6 { width: 83.33333%; }
    
    .gallery .gallery-item { width: 50% !important; }
    
		.body-bg { min-height: 600px; }


	#headerWrap .header-nav {
		margin: 0 0 10px;
	}

	.flex-direction-nav { display: block !important; }

		.modal {
		    width: 90% !important;
			margin-left: -45% !important;
		}
}
		
@media screen and (min-width: 882px) {

    .g3-1of1 { width: 100%; }
    .g3-1of2 { width: 50%; }
    .g3-1of3 { width: 33.33333%; }
    .g3-2of3 { width: 66.66666%; }
    .g3-1of4 { width: 25%; }
    	.col-program { width: 24%; }
    .g3-3of4 { width: 75%; }
    .g3-1of5 { width: 20%; }
    .g3-2of5 { width: 40%; }
    .g3-3of5 { width: 60%; }
    .g3-4of5 { width: 80%; }
    .g3-1of6 { width: 16.66666%; }
    .g3-4of6 { width: 66.66666%; }
    .g3-5of6 { width: 83.33333%; }
    
    .gallery .gallery-item { width: 25% !important; }
	
	.nowrap { white-space: nowrap; }

	.buttons-container, .full-nav, .footer-nav { display: block !important; }
	.btn-mobile-menu, #mmenu { display: none !important; }

	#topWrap { display: block; }
	#boxWrap {
		max-width: 1200px;
	    width: 90%;
	    margin: 30px auto 50px;
	    /*
	    box-shadow: 0 0 10px rgba(0,0,0,0.6);
	    */
	}

	video#bgvid { display: block; }
	
	.content-header-spacer { height: 220px; }
	
	.header-fixed {
		width: 100%;
		position: fixed;
		display: block;
		float: left;
		z-index: 999;
	}
		#headerWrap {
		    -webkit-transition: all 0.1s;
		    -moz-transition: all 0.1s;
		    -ms-transition: all 0.1s;
		    -o-transition: all 0.1s;
		    transition: all 0.1s;
		}
			#headerWrap .header-logo img {
			    width: auto;
			    max-width: 100%;
			    height: auto;
			    margin: 20px auto 0px;
			    display: block;
			    max-height: 120px;
			    -webkit-transition: all 0.1s;
			    -moz-transition: all 0.1s;
			    -ms-transition: all 0.1s;
			    -o-transition: all 0.1s;
			    transition: all 0.1s;
			}
		#headerWrap.header1 {
		    -webkit-transition: all 0.1s;
		    -moz-transition: all 0.1s;
		    -ms-transition: all 0.1s;
		    -o-transition: all 0.1s;
		    transition: all 0.1s;
		    height: auto;
		    display: block;
		    overflow: hidden;
		}
		#headerWrap.header1.scrolling {
		    height: 0;
		}
		#headerWrap.header1 .header-logo {
		    padding: 5px 20px;
		    text-align: left;
		}	
			#headerWrap.header1 .header-logo img {
			    margin: 0px;
			    float: none !important;
			}
			#headerWrap.header1 .header-logo img {
			    max-height: 140px !important;
			}
			
		#headerWrap.header1 .header-content {
			font-size: 26px;
			line-height: 34px;
		    text-align: right;
		    padding: 5px 30px;
		    margin: 0;
		}
		#headerWrap.header1 .header-social {
			text-align: right;
		    float: right;
		    padding: 0 30px;
		}

		#headerWrap.header2 {
		    -webkit-transition: all 0.1s;
		    -moz-transition: all 0.1s;
		    -ms-transition: all 0.1s;
		    -o-transition: all 0.1s;
		    transition: all 0.1s;
		    height: auto;
		    display: block;
		    overflow: hidden;
		}
		#headerWrap.header2.scrolling {
		    height: 0;
		}
		#headerWrap.header2 .header-logo {
		    padding: 0 10px 10px;
		}
			#headerWrap.header2 .header-logo img {
			    margin: 5px auto 0;
			    float: none !important;
			}
		#headerWrap.header2 .header-content {
		    font-size: 24px;
		    line-height: 34px;
		    text-align: right;
		    padding: 10px 10px 0px;
		}
		#headerWrap.header2 .header-social {
		    text-align: center;
		    padding: 30px 10px;
		}

		#headerWrap.header3.scrolling .header-content {
		    -webkit-transition: all 0.1s;
		    -moz-transition: all 0.1s;
		    -ms-transition: all 0.1s;
		    -o-transition: all 0.1s;
		    transition: all 0.1s;
		    display: none;
		}
			#headerWrap.header3.scrolling .header-logo img {
			    width: auto;
			    max-width: 100%;
			    height: auto;
			    margin: 0;
			    float: left;
			    display: block;
			    max-height: 40px;
			}
			#headerWrap.header3.scrolling .header-nav {
			    margin: 3px 0 0;
			}
		.header3 .full-nav ul li a, .header3 .full-nav ul li a:hover {
		    font-size: 18px !important;
		    line-height: 24px !important;
		    padding: 12px 10px !important;
		}
		#headerWrap.header3 .grid-wrap {
		    padding: 0 5px;
		}	
		#headerWrap.header3 .header-nav {
		    margin: 0;
		}	
		#headerWrap.header3 .header-logo {
	   		width: 100%;
		    padding: 5px 20px;
		    text-align: left;
		    margin: 0 10px;
		}
		
			#headerWrap.header3 .header-logo img {
			    margin: 0px 10px 0;
			    float: none !important;
			}
		#headerWrap.header3 .header-content {
			font-size: 26px;
			line-height: 34px;
		    text-align: right;
		    padding: 5px 30px;
		}
		#headerWrap.header3 .header-social {
			text-align: right;
			margin: 0;
		    padding: 0 10px;
		    display: inline;
		}
			#headerWrap.header3.scrolling .full-nav .sub-menu {
				top: 30px;
			}

	#pageHeaderBanner {
		display: block;
	}
	
		.sectionWrap .grid-wrap {
			height: auto;
			margin: 0 auto;
			padding: 30px 30px;
			display: block;
		}
		.sectionWrap .grid-wrap .section-content {
			padding: 10px;
		}
		.col-shadow {}
		.col-shadow .section-content {
		    margin: 10px 15px;
			padding: 20px !important;
		    box-shadow: 0 0 5px rgba(0,0,0,0.25),0 0 30px rgba(0,0,0,0.20);
		}

		.case-study-grad {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;1+25,0+80 */
			background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(25%,rgba(0,0,0,1)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		}
		.section-casestudy .grid-wrap .case-study-content {
			padding: 100px 70px;
			width: 100%;
			max-width: 670px;
			top: 0;
			left: 0;
			float: none;
		}
			.section-casestudy .case-study-bg {
				display: block;
			}
			.section-casestudy .grid-wrap p {
				color: #FFF;
				font-size: 18px;
				line-height: 30px;
			}

    	.section-cta .grid-wrap.tall {
		padding: 18% 30px 14%;
	}
		.section-cta .grid-wrap {
		padding: 90px 30px 90px;
	}

	/**
	Gravity Forms - 2 Col, etc...
	-------------------**/
	
	.section-content ul.gform_fields li#field_1_3, .section-content ul.gform_fields li#field_1_6, .section-content ul.gform_fields li#field_2_3, .section-content ul.gform_fields li#field_2_6 {
	    width: 100%;
	}
	    .section-content ul.gform_fields li#field_1_3 .ginput_left, .section-content ul.gform_fields li#field_1_3 .ginput_right, .section-content ul.gform_fields li#field_2_3 .ginput_left, .section-content ul.gform_fields li#field_2_3 .ginput_right {
	        width: 49.5%;
	        padding: 0 0.5% 0 0;
	    }
        label { margin: -10px 0 0 0 !important; }

		.section-content ul.gform_fields li.gsection {
		    width: 100%;
		    min-height: 30px !important;
		}
		.section-content ul.gform_fields li.gfield {
		    min-height: 40px;
		}
	.section-content ul.gform_fields li.gfield .medium {
	    width: 100%;
	}
	
	li#field_1_24 { clear: both !important; }
	
	.form-button-left a { float: right; padding: 20px 20px !important; }
	.form-button-right a { float: left; padding: 20px 20px !important; }
	.form-button-left .form-button, .form-button-right .form-button { margin: 0 20px; }


		.modal {
			width: 700px !important;
			margin-left: -350px !important;
		}
		.wkg-form-wrap {
		    width: 100%;
		    max-width: 520px;
		    margin: 0 auto;
		}
		
		/* OPT IN FORM HORIZONTAL */
		.section-form-horz .gform_wrapper {
			margin: 5px 0;
		}
			.section-form-horz .gform_body {
			    width: 75% !important;
			    float: left !important;
			    clear: none !important;
			}
				.section-form-horz .gfield {
				    width: 48% !important;
				    float: left !important;
				    clear: none !important;
				    margin: 0 2% 0 0 !important;
				}
				.section-form-horz .gfield div.ginput_container {
				    margin-top: 0 !important;
				}
			.section-form-horz .gform_footer {
			    width: 25% !important;
			    float: left !important;
			    clear: none !important;
			    margin: 0 !important;
			    padding: 0 !important;
			}
				.section-form-horz .gform_button {
				    padding: 3px !important;
				    font-size: 18px !important;
				    line-height: 28px !important;
				}


/*
	============= PMPRO FORM ==============================================
*/
	#pmpro_user_fields {clear:both;}
	    .pmpro_checkout-field-username {width: 100%;}
	    .pmpro_checkout-field-username input {width: 100%; max-width: 95% !important;}
	
	    .pmpro_checkout-field-password,
	    .pmpro_checkout-field-password2,
	    .pmpro_checkout-field-bemail,
	    .pmpro_checkout-field-bconfirmemail {width: 50%;float: left;}
	
	    .pmpro_checkout-field-password input,
	    .pmpro_checkout-field-password2 input,
	    .pmpro_checkout-field-bemail input,
	    .pmpro_checkout-field-bconfirmemail input {width: 100%; max-width: 100%;}
	  
	#pmpro_billing_address_fields {clear:both;}
	  	.pmpro_checkout-field-baddress1,
	  	.pmpro_checkout-field-baddress2 {width: 100%;float: left;}
	    .pmpro_checkout-field-baddress1 input,
	  	.pmpro_checkout-field-baddress2 input {width: 100%; max-width: 95% !important;}
	  
	  	.pmpro_checkout-field-bfirstname,
	  	.pmpro_checkout-field-blastname,
	  	.pmpro_checkout-field-bcity,
	  	.pmpro_checkout-field-bstate,
	  	.pmpro_checkout-field-bzipcode,
	  	.pmpro_checkout-field-bcountry,
	  	.pmpro_checkout-field-bphone {width: 50%;float: left;}
	 
	    .pmpro_checkout-field-bfirstname input,
	  	.pmpro_checkout-field-blastname input,
	  	.pmpro_checkout-field-bcity input,
	  	.pmpro_checkout-field-bstate input,
	  	.pmpro_checkout-field-bzipcode input,
	  	.pmpro_checkout-field-bcountry input,
	  	.pmpro_checkout-field-bphone input {width: 100%; max-width: 100%;}
	  
	#pmpro_payment_information_fields {clear:both; display: flow-root;}
	    .pmpro_payment-account-number {width: 100%;}
	    .pmpro_payment-account-number input {width: 100%; max-width: 95% !important;}
	    .pmpro_payment-expiration {width: 50%;float: left;}
	    .pmpro_payment-expiration select {width: 35%;}
	    .pmpro_payment-cvv {width: 50%;float: left;}
	    .pmpro_payment-cvv input {width: 35%;}
	  		.pmpro_payment-cvv small a {z-index: 999;position: relative;}
	  		
	  	.pmpro_payment-discount-code { clear: both; }
	  		
	  		
}

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

    .g4-1of1 { width: 100%; }
    .g4-1of2 { width: 50%; }
    .g4-1of3 { width: 33.33333%; }
    .g4-2of3 { width: 66.66666%; }
    .g4-1of4 { width: 25%; }
    .g4-3of4 { width: 75%; }
    .g4-1of5 { width: 20%; }
    .g4-2of5 { width: 40%; }
    .g4-3of5 { width: 60%; }
    .g4-4of5 { width: 80%; }
    .g4-1of6 { width: 16.66666%; }
    .g4-4of6 { width: 66.66666%; }
    .g4-5of6 { width: 83.33333%; }

    .gallery .gallery-item { width: 25% !important; }

		.full-nav ul li a, .full-nav ul li a:hover {
		    font-size: 20px !important;
		    line-height: 24px !important;
		    padding: 10px 40px !important;
		}
		.header3 .full-nav ul li a, .header3 .full-nav ul li a:hover {
		    font-size: 20px !important;
		    line-height: 24px !important;
		    padding: 12px 15px !important;
		}

		/* ======= FULL SITE TYPOGRAPHY ======= */
			h1 {
				font-size: 34px;
				line-height: 40px;
			}
				.section-cta h1, .video-content-top h1 {
					font-size: 46px;
					line-height: 50px;
				}
			h2 {
				font-size: 24px;
				line-height: 34px;
			}
				.section-cta h2, .video-content-top h2 {
					font-size: 30px;
					line-height: 40px;
				}
			h3 {
				font-size: 20px;
				line-height: 30px;
			}
		p {
			font-size: 16px;
			line-height: 24px;
		}
		ul, ol {
			font-size: 16px;
			line-height: 24px;
		}			

		/* ======= END FULL SITE TYPOGRAPHY ======= */

}

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

    .g5-1of1 { width: 100%; }
    .g5-1of2 { width: 50%; }
    .g5-1of3 { width: 33.33333%; }
    .g5-2of3 { width: 66.66666%; }
    .g5-1of4 { width: 25%; }
    .g5-3of4 { width: 75%; }
    .g5-1of5 { width: 20%; }
    .g5-2of5 { width: 40%; }
    .g5-3of5 { width: 60%; }
    .g5-4of5 { width: 80%; }
    .g5-1of6 { width: 16.66666%; }
    .g5-4of6 { width: 66.66666%; }
    .g5-5of6 { width: 83.33333%; }
    
    #topWrap .grid-wrap, #headerWrap .grid-wrap, #navWrap .grid-wrap, #splashWrap .grid-wrap, .sectionWrap .grid-wrap, #contentWrap .grid-wrap, #footerBannerWrap .grid-wrap, #footerWidgetsWrap .grid-wrap, #footerWrap .grid-wrap { max-width:1200px; }

}



/* ============= FONTS ============================================== */

@font-face {
    font-family: 'socicon';
    src: url('assets/fonts/socicon-webfont.eot');
    src: url('assets/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/socicon-webfont.woff') format('woff'),
         url('assets/fonts/socicon-webfont.ttf') format('truetype'),
         url('assets/fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==== SLIDER CSS ==== */
/* ==== MMENU CSS ==== */


/*
	Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	/* border-color is needed to force transitionend event even if no other value changed */
	/* transform is needed to force hardware acceleration */
	-webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
	-ms-transition-property: top, right, bottom, left, margin, border, -ms-transform;
	-o-transition-property: top, right, bottom, left, margin, border, -o-transform;
	transition-property: top, right, bottom, left, margin, border, transform;
	
	border: none solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	border: none solid rgba(1, 1, 1, 0);
}
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition-property: margin-left;
	-moz-transition-property: margin-left;
	-ms-transition-property: margin-left;
	-o-transition-property: margin-left;
	transition-property: margin-left;
}

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened
{
	-webkit-transform: translate3d( 0, 0, 1px );
	-moz-transform: translate3d( 0, 0, 1px );
	-ms-transform: translate3d( 0, 0, 1px );
	-o-transform: translate3d( 0, 0, 1px );
	transform: translate3d( 0, 0, 1px );
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	margin: 0px;
	left: 0%;
	top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	margin: 0 0 0 -65px;
	left: 100%;
}


/*
	Menu, submenus, items
	- Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* html/body */
html.mm-opened,
html.mm-opened body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.mm-opened body
{
	position: relative;
}

/* menu */
.mm-menu
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.mm-menu.mm-opened
{
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened
{
	display: none;
}
.mm-inner
{
	width: 100%;
	height: 100%;
	padding: 0 65px 0 0;
}

/* ul/li */
.mm-is-menu ul,
.mm-is-menu li
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-is-menu li
{
	position: relative;
}
.mm-is-menu li:after
{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mm-is-menu .mm-inner > ul
{
	width: 100%;
	padding: 0 0 40px 0;
}

/* items */
.mm-is-menu li > a,
.mm-is-menu li > span
{
	text-indent: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
	overflow: hidden;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
}


/* subopen/close */
.mm-menu a.mm-subopen
{
	width: 50px;
	height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu a.mm-subopen:before
{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen
{
	border-left: none;
	width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before
{
	border-left: none;
}
.mm-menu a.mm-subclose
{
	text-indent: 40px;
	padding-top: 20px;
	margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span
{
	padding-right: 45px;
}

/* page + blocker */
html.mm-opened .mm-page
{
	height: 100%;
	overflow: hidden;
	position: absolute;
}
html.mm-background .mm-page
{
	background: inherit;
}
#mm-blocker
{
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker
{
	display: block;
}

/* vertical submenu */
.mm-menu.mm-vertical ul ul
{
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul
{
	display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after
{
	border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + span
{
	padding-right: 5px;
	margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span
{
	margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner
{
	white-space: nowrap;
}
.mm-menu.mm-horizontal ul
{
	vertical-align: top;
	margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu
{
	display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened
{
	display: inline-block;
}
.mm-menu.mm-horizontal ul.mm-subopened
{
	margin-left: -100%;
	max-height: 100%;
	overflow: hidden;
}


/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-is-menu
{
	background: #080908;
}
.mm-is-menu *
{
	-webkit-text-size-adjust: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.mm-is-menu li
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-is-menu li:after
{
	border-bottom: 1px solid rgba( 0, 0, 0, 0.4 );
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span
{
	color: rgba( 255, 255, 255, 0.8 );
	text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
	background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a.mm-subopen
{
	background: transparent;
}

/* subopen/close */
.mm-menu a.mm-subopen
{
	background: #596165;
	border-left: none;
}
.mm-menu a.mm-subopen:before
{
	border-left: 1px solid rgba( 0, 0, 0, 0.4 );
}
.mm-menu a.mm-subclose
{
	background: rgba( 0, 0, 0, 0.2 );
	background: #6a730a;
}

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
	background: rgba( 255, 255, 255, 0.06 );
}

/* page + blocker */
html.mm-opened .mm-page
{
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8 );
}


/*
	Labels
	- Sizing and positioning
*/
.mm-menu li.mm-label
{
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}


/*
	Labels
	- Styling
*/
.mm-menu li.mm-label
{
	background: rgba( 255, 255, 255, 0.1 );
	font-size: 11px;
	color: rgba( 255, 255, 255, 0.5 );
}


/*
	Counters
	- Sizing and positioning
*/
.mm-menu em.mm-counter
{
	text-indent: 0;
	text-align: center;
	text-shadow: none;
	line-height: 22px;
	display: block;
	min-width: 16px;
	height: 20px;
	padding: 0 2px;
	position: absolute;
	right: 40px;
	top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen
{
	padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span
{
	padding-right: 80px;
}


/*
	Counters
	- Styling
*/
.mm-menu em.mm-counter
{
	border-radius: 5px;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
	font-size: 11px;
	font-style: normal;
	color: rgba( 255, 255, 255, 0.4 );
}


/*
	Arrows
	- Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	content: '';
	border-width: 4px;
	border-style: solid;
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;

	-webkit-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
.mm-menu a.mm-subopen:after
{
	border-top: none;
	border-left: none;
	margin-top: -4px;
	right: 16px;
}
.mm-menu a.mm-subclose:before
{
	border-right: none;
	border-bottom: none;
	margin-top: 4px;
	left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after
{
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}


/*
	Arrows
	- Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	border-color: rgba( 255, 255, 255, 0.3 );
}


/*
	Search
	- Sizing and positioning
*/
.mm-menu div.mm-search
{
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.mm-menu div.mm-search input
{
	border: none;
	border-radius: 15px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults
{
	border: none;
	display: none;
	padding-top: 30px;
}
.mm-menu li.mm-noresults:after
{
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults
{
	display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter
{
	display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a, 
.mm-menu .mm-nosubresult > a.mm-subopen + span
{
	padding-right: 5px;
}


/*
	Search
	- Styling
*/
.mm-menu div.mm-search
{
	background: rgba( 0, 0, 0, 0.2 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu div.mm-search input
{
	background: rgba( 255, 255, 255, 0.3 );
	color: rgba( 255, 255, 255, 0.9 );
}
.mm-menu li.mm-noresults
{
	color: rgba( 255, 255, 255, 0.4 );
	text-align: center;
}


/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body
{
	overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body
{
	overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page
{
	min-height: 200%;
	position: fixed;
	top: 0;
	z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu
{
	height: auto;
	min-height: 100%;
	overflow: default;
	overflow-x: default;
	overflow-y: default;
	position: relative;
	left: auto;
	top: auto;
}


/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/
html.mm-iphone-addressbar.mm-opened body
{
	padding-bottom: 60px;
}


/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {

	.mm-menu
	{
		width: 500px;
	}
	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker
	{
		left: 500px;
	}
}

.mm-menu.mm-vertical li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical li.mm-opened > ul {
    display: block !important;
}
/* ==== FANCYBOX CSS ==== */
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0;}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.fancybox-opened{z-index:8030;}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}.fancybox-outer,.fancybox-inner{position:relative;}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;white-space:nowrap;margin:0;padding:15px;}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}.fancybox-image{max-width:100%;max-height:100%;}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('https://paddletc.com/wp-content/themes/amp-site/assets/css/fancybox/fancybox_sprite.png');}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}#fancybox-loading div{width:44px;height:44px;background:url('https://paddletc.com/wp-content/themes/amp-site/assets/css/fancybox/fancybox_loading.gif') center center no-repeat;}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('https://paddletc.com/wp-content/themes/amp-site/assets/css/fancybox/blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}.fancybox-prev{left:0;}.fancybox-next{right:0;}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}.fancybox-prev span{left:10px;background-position:0 -36px;}.fancybox-next span{right:10px;background-position:0 -72px;}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('https://paddletc.com/wp-content/themes/amp-site/assets/css/fancybox/fancybox_overlay.png');}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px;}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}.fancybox-title-inside-wrap{padding-top:10px;}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px;}.fancybox-inner,.fancybox-lock{overflow:hidden;}.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible;}

#fancybox-title {
    display: none !important;
}